]> git.lyx.org Git - features.git/blob - lib/doc/EmbeddedObjects.lyx
EmbeddedObjects.lyx: document new template for Inkscape
[features.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 543
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 2
201 \use_package amssymb 2
202 \use_package cancel 0
203 \use_package esint 0
204 \use_package mathdots 1
205 \use_package mathtools 0
206 \use_package mhchem 1
207 \use_package stackrel 0
208 \use_package stmaryrd 0
209 \use_package undertilde 0
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 \notefontcolor #0000ff
220 \index Index
221 \shortcut idx
222 \color #008000
223 \end_index
224 \secnumdepth 3
225 \tocdepth 3
226 \paragraph_separation skip
227 \defskip medskip
228 \is_math_indent 0
229 \math_numbering_side default
230 \quotes_style english
231 \dynamic_quotes 0
232 \papercolumns 1
233 \papersides 2
234 \paperpagestyle default
235 \tracking_changes false
236 \output_changes false
237 \html_math_output 0
238 \html_css_as_file 0
239 \html_be_strict false
240 \end_header
241
242 \begin_body
243
244 \begin_layout Title
245 \SpecialChar LyX
246 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
247 \end_layout
248
249 \begin_layout Author
250 by the \SpecialChar LyX
251  Team
252 \begin_inset Foot
253 status collapsed
254
255 \begin_layout Plain Layout
256 \noindent
257 If you have comments or error corrections, please send them to the \SpecialChar LyX
258  Documentatio
259 n mailing list: 
260 \begin_inset CommandInset href
261 LatexCommand href
262 name "lyx-docs@lists.lyx.org"
263 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
264 type "mailto:"
265 literal "false"
266
267 \end_inset
268
269
270 \end_layout
271
272 \end_inset
273
274
275 \begin_inset Note Note
276 status collapsed
277
278 \begin_layout Plain Layout
279 author: Uwe Stöhr
280 \end_layout
281
282 \end_inset
283
284
285 \begin_inset Newline newline
286 \end_inset
287
288
289 \begin_inset Newline newline
290 \end_inset
291
292
293 \family sans
294 Version 2.2.x
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset CommandInset toc
299 LatexCommand tableofcontents
300
301 \end_inset
302
303
304 \end_layout
305
306 \begin_layout Standard
307 \begin_inset Note Note
308 status open
309
310 \begin_layout Plain Layout
311 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
312 -packages 
313 \series bold
314 arydshln
315 \series default
316
317 \series bold
318 colortbl
319 \series default
320
321 \series bold
322 diagbox, lettrine, marginnote, picinpar
323 \series default
324  and 
325 \series bold
326 sidecap
327 \series default
328  must be installed.
329  If they are not installed you can export the document anyway but the sections
330  where the packages are required won't appear in the output.
331 \end_layout
332
333 \begin_layout Plain Layout
334 The latest PDF-version of this document can be found here:
335 \begin_inset Newline newline
336 \end_inset
337
338
339 \series bold
340 http://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
341 \end_layout
342
343 \end_inset
344
345
346 \end_layout
347
348 \begin_layout Chapter
349 Figures
350 \begin_inset Index idx
351 status collapsed
352
353 \begin_layout Plain Layout
354 Figures
355 \end_layout
356
357 \end_inset
358
359
360 \begin_inset Index idx
361 status collapsed
362
363 \begin_layout Plain Layout
364 Graphics|see
365 \begin_inset ERT
366 status collapsed
367
368 \begin_layout Plain Layout
369
370 {
371 \end_layout
372
373 \end_inset
374
375 Figures
376 \begin_inset ERT
377 status collapsed
378
379 \begin_layout Plain Layout
380
381 }
382 \end_layout
383
384 \end_inset
385
386
387 \end_layout
388
389 \end_inset
390
391
392 \end_layout
393
394 \begin_layout Section
395 Graphics Dialog
396 \begin_inset Index idx
397 status collapsed
398
399 \begin_layout Plain Layout
400 Figures ! Graphics Dialog
401 \end_layout
402
403 \end_inset
404
405
406 \begin_inset CommandInset label
407 LatexCommand label
408 name "sec:Graphics-Dialog"
409
410 \end_inset
411
412
413 \end_layout
414
415 \begin_layout Standard
416 To insert an image into your document, place the cursor at the text position
417  you want and click on the toolbar icon 
418 \begin_inset Info
419 type  "icon"
420 arg   "dialog-show-new-inset graphics"
421 \end_inset
422
423  or use the menu 
424 \family sans
425 Insert\SpecialChar menuseparator
426 Graphics
427 \family default
428 .
429  Then a dialog will appear to choose the file to load.
430  The image will appear in the output exactly at the position where it is
431  in the text.
432 \end_layout
433
434 \begin_layout Standard
435 The graphics dialog can be called at any time by clicking on an image.
436  This dialog has three tabs:
437 \end_layout
438
439 \begin_layout Description
440
441 \family sans
442 Graphics
443 \family default
444  Here you can choose an image file and adjust its appearance in the output.
445  The available units for the image size are explained in appendix
446 \begin_inset space ~
447 \end_inset
448
449
450 \begin_inset CommandInset ref
451 LatexCommand ref
452 reference "cha:Units-available-in"
453
454 \end_inset
455
456 .
457 \begin_inset Newline newline
458 \end_inset
459
460
461 \begin_inset Index idx
462 status collapsed
463
464 \begin_layout Plain Layout
465 Figures ! rotated
466 \end_layout
467
468 \end_inset
469
470 You can rotate images counter-clockwise by setting a rotation angle and
471  a rotation origin.
472  The image will also be rotated inside \SpecialChar LyX
473 .
474 \begin_inset Newline newline
475 \end_inset
476
477
478 \begin_inset Index idx
479 status collapsed
480
481 \begin_layout Plain Layout
482 Figures ! scaled
483 \end_layout
484
485 \end_inset
486
487 Images can be scaled by using a percentage value or by setting the width
488  and height explicitly.
489  If you set only the width or only the height, the other size will be determined
490  automatically.
491  If you set both, then the image will be transformed to the given size,
492  possibly distorting it.
493  To prevent the image from distortion, use the option 
494 \family sans
495 Maintain aspect ratio
496 \family default
497 .
498  The image will then be scaled so that its width and height don't exceed
499  the specified dimensions.
500 \begin_inset Newline newline
501 \end_inset
502
503 Images can be opened in a program of your choice by right-clicking on it
504  and choosing the entry 
505 \family sans
506 Edit
507 \begin_inset space ~
508 \end_inset
509
510 externally
511 \family default
512  in the context menu.
513  The program can be set for every image format in the file format settings
514  in \SpecialChar LyX
515 's preferences.
516 \end_layout
517
518 \begin_layout Description
519
520 \family sans
521 Clipping
522 \family default
523  Alternatively to the usage of scaling units it is possible to set image
524  coordinates to adjust the height and width of the image in the output.
525  The coordinates can also be calculated automatically by pressing the button
526  
527 \family sans
528 Get
529 \begin_inset space ~
530 \end_inset
531
532 from
533 \begin_inset space ~
534 \end_inset
535
536 File
537 \family default
538 .
539  The option 
540 \family sans
541 Clip
542 \begin_inset space ~
543 \end_inset
544
545 to
546 \begin_inset space ~
547 \end_inset
548
549 bounding
550 \begin_inset space ~
551 \end_inset
552
553 box
554 \family default
555  will only print the image region within the given coordinates.
556  Normally you don't need to worry about image coordinates and can ignore
557  this tab.
558 \end_layout
559
560 \begin_layout Description
561
562 \family sans
563 LaTeX
564 \begin_inset space ~
565 \end_inset
566
567 and
568 \begin_inset space ~
569 \end_inset
570
571 LyX
572 \begin_inset space ~
573 \end_inset
574
575 options
576 \family default
577  In this tab you can modify the appearance of the image within \SpecialChar LyX
578  and \SpecialChar LaTeX
579  experts
580  can specify additional \SpecialChar LaTeX
581  options.
582 \begin_inset Newline newline
583 \end_inset
584
585 The option 
586 \family sans
587 Draft
588 \begin_inset space ~
589 \end_inset
590
591 mode
592 \family default
593  makes the image appear in the output only as a frame with the size of the
594  image.
595 \begin_inset Newline newline
596 \end_inset
597
598 In the section 
599 \family sans
600 Graphics
601 \begin_inset space ~
602 \end_inset
603
604 Group
605 \family default
606  you can define or join an image settings group.
607 \begin_inset Index idx
608 status collapsed
609
610 \begin_layout Plain Layout
611 Figures ! Settings grouping
612 \end_layout
613
614 \end_inset
615
616  Images within such a group share their settings, so adjusting one image
617  of the group automatically also adjusts all other images of the group in
618  the same way.
619  So you can for example change the size for a bunch of images without the
620  need to manually change each of them.
621  Joining an existing group can also be done using the context menu of the
622  image by checking the name of the desired group.
623 \end_layout
624
625 \begin_layout Standard
626 \begin_inset VSpace bigskip
627 \end_inset
628
629
630 \end_layout
631
632 \begin_layout Standard
633 This is an example image in PDF format
634 \begin_inset Foot
635 status collapsed
636
637 \begin_layout Plain Layout
638 Image formats are explained in section
639 \begin_inset space ~
640 \end_inset
641
642
643 \begin_inset CommandInset ref
644 LatexCommand ref
645 reference "sec:Image-Formats"
646
647 \end_inset
648
649 .
650 \end_layout
651
652 \end_inset
653
654  within a separate, horizontally centered paragraph:
655 \end_layout
656
657 \begin_layout Standard
658 \align center
659 \begin_inset Graphics
660         filename clipart/2D-intensity-plot.pdf
661         scaleBeforeRotation
662         rotateOrigin center
663
664 \end_inset
665
666
667 \end_layout
668
669 \begin_layout Standard
670 This is the same image like the one above but in draft mode:
671 \end_layout
672
673 \begin_layout Standard
674 \align center
675 \begin_inset Graphics
676         filename clipart/2D-intensity-plot.pdf
677         draft
678         scaleBeforeRotation
679         rotateOrigin center
680
681 \end_inset
682
683
684 \end_layout
685
686 \begin_layout Standard
687 \begin_inset Newpage newpage
688 \end_inset
689
690
691 \end_layout
692
693 \begin_layout Section
694 Figure Floats
695 \begin_inset CommandInset label
696 LatexCommand label
697 name "sec:Figure-Floats"
698
699 \end_inset
700
701
702 \begin_inset Index idx
703 status collapsed
704
705 \begin_layout Plain Layout
706 Floats ! Figures
707 \end_layout
708
709 \end_inset
710
711
712 \begin_inset Index idx
713 status collapsed
714
715 \begin_layout Plain Layout
716 Figures ! Floats
717 \end_layout
718
719 \end_inset
720
721
722 \end_layout
723
724 \begin_layout Standard
725 For general explanations about floats, have a look at section
726 \begin_inset space ~
727 \end_inset
728
729
730 \begin_inset CommandInset ref
731 LatexCommand ref
732 reference "sec:FloatIntroduction"
733
734 \end_inset
735
736 .
737 \end_layout
738
739 \begin_layout Standard
740 The toolbar button 
741 \begin_inset Info
742 type  "icon"
743 arg   "float-insert figure"
744 \end_inset
745
746  and the menu 
747 \family sans
748 Insert\SpecialChar menuseparator
749 Float\SpecialChar menuseparator
750 Figure
751 \family default
752  inserts a float with a caption that has the label 
753 \begin_inset Quotes eld
754 \end_inset
755
756 Figure
757 \begin_inset space ~
758 \end_inset
759
760 #:
761 \begin_inset Quotes erd
762 \end_inset
763
764  (# is the actual number).
765  You can insert the image above the caption, like in Figure
766 \begin_inset space ~
767 \end_inset
768
769
770 \begin_inset CommandInset ref
771 LatexCommand ref
772 reference "fig:A-star-structure"
773
774 \end_inset
775
776  or below the caption, like in Figure
777 \begin_inset space ~
778 \end_inset
779
780
781 \begin_inset CommandInset ref
782 LatexCommand ref
783 reference "fig:A-3D-object"
784
785 \end_inset
786
787 .
788  More about caption placement is described in section
789 \begin_inset space ~
790 \end_inset
791
792
793 \begin_inset CommandInset ref
794 LatexCommand ref
795 reference "sec:Caption-Placement"
796
797 \end_inset
798
799 .
800 \end_layout
801
802 \begin_layout Standard
803 \begin_inset Float figure
804 wide false
805 sideways false
806 status open
807
808 \begin_layout Plain Layout
809 \align center
810 \begin_inset Graphics
811         filename clipart/Star-structure.pdf
812         width 50col%
813         scaleBeforeRotation
814         rotateOrigin center
815
816 \end_inset
817
818
819 \end_layout
820
821 \begin_layout Plain Layout
822 \begin_inset Caption Standard
823
824 \begin_layout Plain Layout
825 \begin_inset CommandInset label
826 LatexCommand label
827 name "fig:A-star-structure"
828
829 \end_inset
830
831 A star structure in a float.
832 \end_layout
833
834 \end_inset
835
836
837 \end_layout
838
839 \end_inset
840
841
842 \end_layout
843
844 \begin_layout Standard
845 \begin_inset Float figure
846 wide false
847 sideways false
848 status open
849
850 \begin_layout Plain Layout
851 \begin_inset Caption Standard
852
853 \begin_layout Plain Layout
854 \begin_inset CommandInset label
855 LatexCommand label
856 name "fig:A-3D-object"
857
858 \end_inset
859
860 A 3D object.
861 \end_layout
862
863 \end_inset
864
865
866 \end_layout
867
868 \begin_layout Plain Layout
869 \align center
870 \begin_inset Graphics
871         filename clipart/3D-structure-distort.pdf
872         scale 80
873         scaleBeforeRotation
874         rotateOrigin center
875
876 \end_inset
877
878
879 \end_layout
880
881 \end_inset
882
883
884 \end_layout
885
886 \begin_layout Standard
887 \begin_inset Index idx
888 status collapsed
889
890 \begin_layout Plain Layout
891 References ! to Figures
892 \end_layout
893
894 \end_inset
895
896 Figure
897 \begin_inset space ~
898 \end_inset
899
900
901 \begin_inset CommandInset ref
902 LatexCommand ref
903 reference "fig:A-star-structure"
904
905 \end_inset
906
907  and 
908 \begin_inset CommandInset ref
909 LatexCommand ref
910 reference "fig:A-3D-object"
911
912 \end_inset
913
914  are examples of referenced figures.
915  Figures can be referenced in the text by referencing their label.
916  To do this insert a label in the caption using the menu 
917 \family sans
918 Insert\SpecialChar menuseparator
919 Label
920 \family default
921  or the toolbar button 
922 \begin_inset Info
923 type  "icon"
924 arg   "label-insert"
925 \end_inset
926
927 .
928  You can now refer to the label using the menu 
929 \family sans
930 Insert\SpecialChar menuseparator
931 Cross
932 \begin_inset space ~
933 \end_inset
934
935 reference
936 \family default
937  or the toolbar button 
938 \begin_inset Info
939 type  "icon"
940 arg   "dialog-show-new-inset ref"
941 \end_inset
942
943 .
944  It is important to use references to floats, rather than using vague references
945  like 
946 \begin_inset Quotes eld
947 \end_inset
948
949 the figure above
950 \begin_inset Quotes erd
951 \end_inset
952
953 , because \SpecialChar LaTeX
954  will reposition the floats in the final document and it might
955  not be 
956 \begin_inset Quotes eld
957 \end_inset
958
959 above
960 \begin_inset Quotes erd
961 \end_inset
962
963  at all.
964 \begin_inset Newline newline
965 \end_inset
966
967 Referencing is explained in detail in section
968 \begin_inset space ~
969 \end_inset
970
971
972 \begin_inset CommandInset ref
973 LatexCommand ref
974 reference "sec:Referencing-Floats"
975
976 \end_inset
977
978 .
979 \end_layout
980
981 \begin_layout Standard
982 Normally only one image is inserted to a figure float, but sometimes you
983  might want to use two images with separate subcaptions.
984  This can be done by inserting image floats into existing image floats.
985  Note that only the main caption of the float is added to the List of Figures.
986  Figure
987 \begin_inset space ~
988 \end_inset
989
990
991 \begin_inset CommandInset ref
992 LatexCommand ref
993 reference "fig:Two-distorted-images"
994
995 \end_inset
996
997  is an example of a figure float with two images set side by side.
998  You can also set the images one below the other.
999  Figure
1000 \begin_inset space ~
1001 \end_inset
1002
1003
1004 \begin_inset CommandInset ref
1005 LatexCommand ref
1006 reference "fig:Pink-object"
1007
1008 \end_inset
1009
1010  and 
1011 \begin_inset CommandInset ref
1012 LatexCommand ref
1013 reference "fig:A-star"
1014
1015 \end_inset
1016
1017  are the subfigures.
1018 \end_layout
1019
1020 \begin_layout Standard
1021 \begin_inset Float figure
1022 wide false
1023 sideways false
1024 status open
1025
1026 \begin_layout Plain Layout
1027 \begin_inset space \hfill{}
1028 \end_inset
1029
1030
1031 \begin_inset Float figure
1032 wide false
1033 sideways false
1034 status collapsed
1035
1036 \begin_layout Plain Layout
1037 \begin_inset Caption Standard
1038
1039 \begin_layout Plain Layout
1040 \begin_inset CommandInset label
1041 LatexCommand label
1042 name "fig:Pink-object"
1043
1044 \end_inset
1045
1046 Pink object.
1047 \end_layout
1048
1049 \end_inset
1050
1051
1052 \end_layout
1053
1054 \begin_layout Plain Layout
1055 \begin_inset Graphics
1056         filename clipart/3D-structure-distort.pdf
1057         width 45col%
1058         scaleBeforeRotation
1059         groupId distorted
1060
1061 \end_inset
1062
1063
1064 \end_layout
1065
1066 \end_inset
1067
1068
1069 \begin_inset space \hfill{}
1070 \end_inset
1071
1072
1073 \begin_inset Float figure
1074 wide false
1075 sideways false
1076 status collapsed
1077
1078 \begin_layout Plain Layout
1079 \begin_inset Caption Standard
1080
1081 \begin_layout Plain Layout
1082 \begin_inset CommandInset label
1083 LatexCommand label
1084 name "fig:A-star"
1085
1086 \end_inset
1087
1088 A star.
1089 \end_layout
1090
1091 \end_inset
1092
1093
1094 \end_layout
1095
1096 \begin_layout Plain Layout
1097 \begin_inset Graphics
1098         filename clipart/Star-structure.pdf
1099         width 45col%
1100         scaleBeforeRotation
1101         groupId distorted
1102
1103 \end_inset
1104
1105
1106 \end_layout
1107
1108 \end_inset
1109
1110
1111 \begin_inset space \hfill{}
1112 \end_inset
1113
1114
1115 \end_layout
1116
1117 \begin_layout Plain Layout
1118 \begin_inset Caption Standard
1119
1120 \begin_layout Plain Layout
1121 \begin_inset CommandInset label
1122 LatexCommand label
1123 name "fig:Two-distorted-images"
1124
1125 \end_inset
1126
1127 Two distorted images.
1128  Both images are in the image settings group named 
1129 \begin_inset Quotes eld
1130 \end_inset
1131
1132 distorted
1133 \begin_inset Quotes erd
1134 \end_inset
1135
1136 .
1137 \end_layout
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \end_inset
1145
1146
1147 \end_layout
1148
1149 \begin_layout Standard
1150 \begin_inset Newpage newpage
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \begin_layout Section
1157 Image Formats
1158 \begin_inset CommandInset label
1159 LatexCommand label
1160 name "sec:Image-Formats"
1161
1162 \end_inset
1163
1164
1165 \begin_inset Index idx
1166 status collapsed
1167
1168 \begin_layout Plain Layout
1169 Image Formats
1170 \end_layout
1171
1172 \end_inset
1173
1174
1175 \begin_inset Index idx
1176 status collapsed
1177
1178 \begin_layout Plain Layout
1179 Figures ! Image Formats
1180 \end_layout
1181
1182 \end_inset
1183
1184
1185 \end_layout
1186
1187 \begin_layout Standard
1188 You can insert images in any known file format.
1189  But as explained in appendix
1190 \begin_inset space ~
1191 \end_inset
1192
1193
1194 \begin_inset CommandInset ref
1195 LatexCommand ref
1196 reference "cha:Output-File-Formats"
1197
1198 \end_inset
1199
1200 , each output document format allows only a few image formats.
1201  \SpecialChar LyX
1202  uses therefore the program 
1203 \family typewriter
1204 ImageMagick
1205 \family default
1206  in the background to convert the images to the right format.
1207  To increase your work flow by avoiding these conversions in the background,
1208  you could choose to use only the image formats that can directly be embedded
1209  in the output file format.
1210  The output file formats are explained in appendix
1211 \begin_inset space ~
1212 \end_inset
1213
1214
1215 \begin_inset CommandInset ref
1216 LatexCommand ref
1217 reference "cha:Output-File-Formats"
1218
1219 \end_inset
1220
1221 .
1222 \end_layout
1223
1224 \begin_layout Standard
1225 Similar to fonts there are two types of image formats:
1226 \end_layout
1227
1228 \begin_layout Description
1229 Bitmap
1230 \begin_inset space ~
1231 \end_inset
1232
1233 images consist of pixel values, often in a compressed form.
1234  They are therefore not fully scalable and look pixelated in large zooms.
1235  Well-known bitmap image formats are 
1236 \begin_inset Quotes eld
1237 \end_inset
1238
1239 Graphics Interchange Format
1240 \begin_inset Quotes erd
1241 \end_inset
1242
1243  (GIF, file extension 
1244 \begin_inset Quotes eld
1245 \end_inset
1246
1247
1248 \family typewriter
1249 .gif
1250 \family default
1251
1252 \begin_inset Quotes erd
1253 \end_inset
1254
1255 )
1256 \begin_inset Index idx
1257 status collapsed
1258
1259 \begin_layout Plain Layout
1260 GIF|see
1261 \begin_inset ERT
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265
1266 {
1267 \end_layout
1268
1269 \end_inset
1270
1271 Image formats
1272 \begin_inset ERT
1273 status collapsed
1274
1275 \begin_layout Plain Layout
1276
1277 }
1278 \end_layout
1279
1280 \end_inset
1281
1282
1283 \end_layout
1284
1285 \end_inset
1286
1287
1288 \begin_inset Quotes eld
1289 \end_inset
1290
1291 Portable Network Graphics
1292 \begin_inset Quotes erd
1293 \end_inset
1294
1295  (PNG, file extension 
1296 \begin_inset Quotes eld
1297 \end_inset
1298
1299
1300 \family typewriter
1301 .png
1302 \family default
1303
1304 \begin_inset Quotes erd
1305 \end_inset
1306
1307 )
1308 \begin_inset Index idx
1309 status collapsed
1310
1311 \begin_layout Plain Layout
1312 PNG|see
1313 \begin_inset ERT
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317
1318 {
1319 \end_layout
1320
1321 \end_inset
1322
1323 Image formats
1324 \begin_inset ERT
1325 status collapsed
1326
1327 \begin_layout Plain Layout
1328
1329 }
1330 \end_layout
1331
1332 \end_inset
1333
1334
1335 \end_layout
1336
1337 \end_inset
1338
1339 , and 
1340 \begin_inset Quotes eld
1341 \end_inset
1342
1343 Joint Photographic Experts Group
1344 \begin_inset Quotes erd
1345 \end_inset
1346
1347  (JPG, file extension 
1348 \begin_inset Quotes eld
1349 \end_inset
1350
1351
1352 \family typewriter
1353 .jpg
1354 \family default
1355
1356 \begin_inset Quotes erd
1357 \end_inset
1358
1359  or 
1360 \begin_inset Quotes eld
1361 \end_inset
1362
1363
1364 \family typewriter
1365 .jpeg
1366 \family default
1367
1368 \begin_inset Quotes erd
1369 \end_inset
1370
1371 )
1372 \begin_inset Index idx
1373 status collapsed
1374
1375 \begin_layout Plain Layout
1376 JPG|see
1377 \begin_inset ERT
1378 status collapsed
1379
1380 \begin_layout Plain Layout
1381
1382 {
1383 \end_layout
1384
1385 \end_inset
1386
1387 Image formats
1388 \begin_inset ERT
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392
1393 }
1394 \end_layout
1395
1396 \end_inset
1397
1398
1399 \end_layout
1400
1401 \end_inset
1402
1403 .
1404 \end_layout
1405
1406 \begin_layout Description
1407 Vector
1408 \begin_inset space ~
1409 \end_inset
1410
1411 images consist of vectors and can therefore be scaled to any size without
1412  data loss.
1413  The scaling ability is necessary if you want to create presentations, because
1414  presentations are always scaled by the video projector.
1415  Scaling is also useful for online documents to let the user zoom into diagrams.
1416 \begin_inset Newline newline
1417 \end_inset
1418
1419 Well-known scalable image formats are 
1420 \begin_inset Quotes eld
1421 \end_inset
1422
1423 Scalable Vector Graphics
1424 \begin_inset Quotes erd
1425 \end_inset
1426
1427  (SVG, file extension 
1428 \begin_inset Quotes eld
1429 \end_inset
1430
1431
1432 \family typewriter
1433 .svg
1434 \family default
1435
1436 \begin_inset Quotes erd
1437 \end_inset
1438
1439 )
1440 \begin_inset Index idx
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444 SVG|see
1445 \begin_inset ERT
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449
1450 {
1451 \end_layout
1452
1453 \end_inset
1454
1455 Image formats
1456 \begin_inset ERT
1457 status collapsed
1458
1459 \begin_layout Plain Layout
1460
1461 }
1462 \end_layout
1463
1464 \end_inset
1465
1466
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \begin_inset Quotes eld
1473 \end_inset
1474
1475 Encapsulated PostScript
1476 \begin_inset Quotes erd
1477 \end_inset
1478
1479  (EPS, file extension 
1480 \begin_inset Quotes eld
1481 \end_inset
1482
1483
1484 \family typewriter
1485 .eps
1486 \family default
1487
1488 \begin_inset Quotes erd
1489 \end_inset
1490
1491 )
1492 \begin_inset Index idx
1493 status collapsed
1494
1495 \begin_layout Plain Layout
1496 EPS|see
1497 \begin_inset ERT
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501
1502 {
1503 \end_layout
1504
1505 \end_inset
1506
1507 Image formats
1508 \begin_inset ERT
1509 status collapsed
1510
1511 \begin_layout Plain Layout
1512
1513 }
1514 \end_layout
1515
1516 \end_inset
1517
1518
1519 \end_layout
1520
1521 \end_inset
1522
1523
1524 \begin_inset Quotes eld
1525 \end_inset
1526
1527 Portable Document Format
1528 \begin_inset Quotes erd
1529 \end_inset
1530
1531  (PDF, file extension 
1532 \begin_inset Quotes eld
1533 \end_inset
1534
1535
1536 \family typewriter
1537 .pdf
1538 \family default
1539
1540 \begin_inset Quotes erd
1541 \end_inset
1542
1543 )
1544 \begin_inset Index idx
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548 PDF
1549 \end_layout
1550
1551 \end_inset
1552
1553 , and 
1554 \begin_inset Quotes eld
1555 \end_inset
1556
1557 Windows Metafile
1558 \begin_inset Quotes erd
1559 \end_inset
1560
1561  (WMF, file extension 
1562 \begin_inset Quotes eld
1563 \end_inset
1564
1565
1566 \family typewriter
1567 .wmf
1568 \family default
1569
1570 \begin_inset Quotes erd
1571 \end_inset
1572
1573 )
1574 \begin_inset Index idx
1575 status collapsed
1576
1577 \begin_layout Plain Layout
1578 SVG|see
1579 \begin_inset ERT
1580 status collapsed
1581
1582 \begin_layout Plain Layout
1583
1584 {
1585 \end_layout
1586
1587 \end_inset
1588
1589 Image formats
1590 \begin_inset ERT
1591 status collapsed
1592
1593 \begin_layout Plain Layout
1594
1595 }
1596 \end_layout
1597
1598 \end_inset
1599
1600
1601 \end_layout
1602
1603 \end_inset
1604
1605 .
1606  We wrote 
1607 \begin_inset Quotes eld
1608 \end_inset
1609
1610 can be
1611 \begin_inset Quotes erd
1612 \end_inset
1613
1614 , because you can convert any bitmap image to a PDF or EPS-image and the
1615  result will still be a bitmap image.
1616  In such cases only a header with the image properties is added to the original
1617  image
1618 \begin_inset Foot
1619 status collapsed
1620
1621 \begin_layout Plain Layout
1622 In the case of PDF, the original image is additionally compressed.
1623 \end_layout
1624
1625 \end_inset
1626
1627 .
1628  The PDF-files generated by 
1629 \family typewriter
1630 Adobe Photoshop
1631 \family default
1632  are for example bitmap images.
1633 \end_layout
1634
1635 \begin_layout Standard
1636 Normally it is not possible to convert a bitmap image into a scalable one,
1637  only vice versa.
1638  Only the image formats PDF and EPS can directly be embedded to PDF and
1639  PostScript output files, respectively.
1640  SVG and WMF-images are recalculated to bitmaps when the output file is
1641  generated because there is currently no adequate WMF/SVG
1642 \begin_inset Formula $\to$
1643 \end_inset
1644
1645 PDF/EPS converter available.
1646 \end_layout
1647
1648 \begin_layout Chapter
1649 Tables
1650 \begin_inset Index idx
1651 status collapsed
1652
1653 \begin_layout Plain Layout
1654 Table
1655 \end_layout
1656
1657 \end_inset
1658
1659
1660 \end_layout
1661
1662 \begin_layout Section
1663 Introduction
1664 \begin_inset Index idx
1665 status collapsed
1666
1667 \begin_layout Plain Layout
1668 Table ! Introduction
1669 \end_layout
1670
1671 \end_inset
1672
1673
1674 \end_layout
1675
1676 \begin_layout Standard
1677 You can insert a table using either the toolbar button 
1678 \begin_inset Info
1679 type  "icon"
1680 arg   "tabular-insert"
1681 \end_inset
1682
1683  or the menu 
1684 \family sans
1685 Insert\SpecialChar menuseparator
1686 Table
1687 \family default
1688 .
1689  The toolbar button offers you a graphical selection: move the mouse to
1690  set the column/row number of the table that should be created and then
1691  press a mouse button.
1692  When you use the menu to create a table, a dialog will appear, asking you
1693  for the number of rows and columns.
1694 \begin_inset Newline newline
1695 \end_inset
1696
1697 The default table has lines around any cell and the first row appears separated
1698  from the rest of the table.
1699  This separation occurs due to a double line: The cells of the first row
1700  have a line below them and the cells of the second row have a line above
1701  them.
1702  Here is an example table:
1703 \end_layout
1704
1705 \begin_layout Standard
1706 \align center
1707 \begin_inset Tabular
1708 <lyxtabular version="3" rows="4" columns="4">
1709 <features tabularvalignment="middle">
1710 <column alignment="center" valignment="top">
1711 <column alignment="center" valignment="top">
1712 <column alignment="center" valignment="top">
1713 <column alignment="center" valignment="top">
1714 <row>
1715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1716 \begin_inset Text
1717
1718 \begin_layout Plain Layout
1719
1720 \end_layout
1721
1722 \end_inset
1723 </cell>
1724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1725 \begin_inset Text
1726
1727 \begin_layout Plain Layout
1728
1729 \family roman
1730 \series medium
1731 \shape up
1732 \size normal
1733 \emph off
1734 \bar no
1735 \noun off
1736 \color none
1737 1
1738 \end_layout
1739
1740 \end_inset
1741 </cell>
1742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1743 \begin_inset Text
1744
1745 \begin_layout Plain Layout
1746 2
1747 \end_layout
1748
1749 \end_inset
1750 </cell>
1751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1752 \begin_inset Text
1753
1754 \begin_layout Plain Layout
1755 3
1756 \end_layout
1757
1758 \end_inset
1759 </cell>
1760 </row>
1761 <row>
1762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1763 \begin_inset Text
1764
1765 \begin_layout Plain Layout
1766
1767 \family roman
1768 \series medium
1769 \shape up
1770 \size normal
1771 \emph off
1772 \bar no
1773 \noun off
1774 \color none
1775 A
1776 \end_layout
1777
1778 \end_inset
1779 </cell>
1780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1781 \begin_inset Text
1782
1783 \begin_layout Plain Layout
1784
1785 \end_layout
1786
1787 \end_inset
1788 </cell>
1789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \end_layout
1795
1796 \end_inset
1797 </cell>
1798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 </row>
1808 <row>
1809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813
1814 \family roman
1815 \series medium
1816 \shape up
1817 \size normal
1818 \emph off
1819 \bar no
1820 \noun off
1821 \color none
1822 B
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1828 \begin_inset Text
1829
1830 \begin_layout Plain Layout
1831
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 </row>
1855 <row>
1856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860
1861 \family roman
1862 \series medium
1863 \shape up
1864 \size normal
1865 \emph off
1866 \bar no
1867 \noun off
1868 \color none
1869 C
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Plain Layout
1878
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1893 \begin_inset Text
1894
1895 \begin_layout Plain Layout
1896
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 </row>
1902 </lyxtabular>
1903
1904 \end_inset
1905
1906
1907 \end_layout
1908
1909 \begin_layout Section
1910 Table Dialog
1911 \begin_inset Index idx
1912 status collapsed
1913
1914 \begin_layout Plain Layout
1915 Table ! Dialog
1916 \end_layout
1917
1918 \end_inset
1919
1920
1921 \end_layout
1922
1923 \begin_layout Standard
1924 You can alter a table by clicking on it with the right mouse button, which
1925  brings up the context menu.
1926  Under the menu entry 
1927 \family sans
1928 More
1929 \family default
1930  you can adjust the settings of that cell and row/column respectively where
1931  the cursor is currently placed.
1932  The context menu 
1933 \family sans
1934 More\SpecialChar menuseparator
1935 Settings
1936 \family default
1937  opens the table dialog where you can adjust more things.
1938  Most of the dialog options also work on selections.
1939  This means if you select more cells, columns or rows, the action is done
1940  for the whole selection.
1941  Note that there is a difference between selecting the 
1942 \emph on
1943 contents
1944 \emph default
1945  of the cell, and the cell itself.
1946 \begin_inset Newline newline
1947 \end_inset
1948
1949 With the dialog option 
1950 \family sans
1951 Immediate
1952 \begin_inset space ~
1953 \end_inset
1954
1955 Apply
1956 \family default
1957  every change you make in the dialog is directly applied.
1958  If you move the cursor to another table cell the dialog will then also
1959  be updated with the parameters of the new cell.
1960  If you change length values in the dialog you must press 
1961 \family sans
1962 Return
1963 \family default
1964  to get the change applied.
1965 \begin_inset Newline newline
1966 \end_inset
1967
1968 You can alter tables with the following tabs of the table dialog:
1969 \end_layout
1970
1971 \begin_layout Description
1972 Table
1973 \begin_inset space ~
1974 \end_inset
1975
1976 Settings Here you can set the table width
1977 \begin_inset Index idx
1978 status collapsed
1979
1980 \begin_layout Plain Layout
1981 Table ! Width
1982 \end_layout
1983
1984 \end_inset
1985
1986 , and the horizontal alignment and the width of the current column.
1987  The alignment 
1988 \family sans
1989 At
1990 \begin_inset space ~
1991 \end_inset
1992
1993 Decimal
1994 \begin_inset space ~
1995 \end_inset
1996
1997 Separator
1998 \family default
1999  is described in section
2000 \begin_inset space ~
2001 \end_inset
2002
2003
2004 \begin_inset CommandInset ref
2005 LatexCommand ref
2006 reference "subsec:Special-Cell-Alignment"
2007
2008 \end_inset
2009
2010 .
2011  When you have set a width you can also adjust the vertical alignment of
2012  the current row.
2013  A given width will allow the cell to have line breaks and multiple paragraphs
2014  of text, see sec.
2015 \begin_inset space \thinspace{}
2016 \end_inset
2017
2018
2019 \begin_inset CommandInset ref
2020 LatexCommand ref
2021 reference "subsec:Multiple-Lines-in"
2022
2023 \end_inset
2024
2025 .
2026  If you set no width, the column is as wide as the content of its widest
2027  cell.
2028 \begin_inset Newline newline
2029 \end_inset
2030
2031 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2032  cell, see sec.
2033 \begin_inset space \thinspace{}
2034 \end_inset
2035
2036
2037 \begin_inset CommandInset ref
2038 LatexCommand ref
2039 reference "subsec:Multicolumns"
2040
2041 \end_inset
2042
2043  or the cells of one column as multirow cell, see sec.
2044 \begin_inset space \thinspace{}
2045 \end_inset
2046
2047
2048 \begin_inset CommandInset ref
2049 LatexCommand ref
2050 reference "subsec:Multirows"
2051
2052 \end_inset
2053
2054 .
2055 \begin_inset Newline newline
2056 \end_inset
2057
2058 The rotate check boxes rotate the current cell, a selection, or the whole
2059  table counter-clockwise by 90
2060 \begin_inset space \thinspace{}
2061 \end_inset
2062
2063 °.
2064  The rotation is not shown within \SpecialChar LyX
2065 , only in the output.
2066  For more information see sec.
2067 \begin_inset space \thinspace{}
2068 \end_inset
2069
2070
2071 \begin_inset CommandInset ref
2072 LatexCommand ref
2073 reference "sec:Rotated-Table-Cells"
2074
2075 \end_inset
2076
2077 .
2078 \begin_inset Newline newline
2079 \end_inset
2080
2081
2082 \begin_inset Note Greyedout
2083 status open
2084
2085 \begin_layout Plain Layout
2086
2087 \series bold
2088 Note:
2089 \series default
2090  Not all DVI-viewers are able to display rotations.
2091 \end_layout
2092
2093 \end_inset
2094
2095
2096 \begin_inset Newline newline
2097 \end_inset
2098
2099 The table-wide vertical alignment is used for tables within text lines:
2100 \begin_inset Newline newline
2101 \end_inset
2102
2103 A line with tables with different alignments: 
2104 \begin_inset Tabular
2105 <lyxtabular version="3" rows="2" columns="2">
2106 <features tabularvalignment="top">
2107 <column alignment="center" valignment="top" width="0pt">
2108 <column alignment="center" valignment="top">
2109 <row>
2110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2111 \begin_inset Text
2112
2113 \begin_layout Plain Layout
2114
2115 \end_layout
2116
2117 \end_inset
2118 </cell>
2119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2120 \begin_inset Text
2121
2122 \begin_layout Plain Layout
2123
2124 \family roman
2125 \series medium
2126 \shape up
2127 \size normal
2128 \emph off
2129 \bar no
2130 \noun off
2131 \color none
2132 1
2133 \end_layout
2134
2135 \end_inset
2136 </cell>
2137 </row>
2138 <row>
2139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2140 \begin_inset Text
2141
2142 \begin_layout Plain Layout
2143
2144 \family roman
2145 \series medium
2146 \shape up
2147 \size normal
2148 \emph off
2149 \bar no
2150 \noun off
2151 \color none
2152 A
2153 \end_layout
2154
2155 \end_inset
2156 </cell>
2157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2158 \begin_inset Text
2159
2160 \begin_layout Plain Layout
2161
2162 \end_layout
2163
2164 \end_inset
2165 </cell>
2166 </row>
2167 </lyxtabular>
2168
2169 \end_inset
2170
2171  
2172 \begin_inset Tabular
2173 <lyxtabular version="3" rows="2" columns="2">
2174 <features tabularvalignment="middle">
2175 <column alignment="center" valignment="top">
2176 <column alignment="center" valignment="top">
2177 <row>
2178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2179 \begin_inset Text
2180
2181 \begin_layout Plain Layout
2182
2183 \end_layout
2184
2185 \end_inset
2186 </cell>
2187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2188 \begin_inset Text
2189
2190 \begin_layout Plain Layout
2191
2192 \family roman
2193 \series medium
2194 \shape up
2195 \size normal
2196 \emph off
2197 \bar no
2198 \noun off
2199 \color none
2200 1
2201 \end_layout
2202
2203 \end_inset
2204 </cell>
2205 </row>
2206 <row>
2207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2208 \begin_inset Text
2209
2210 \begin_layout Plain Layout
2211
2212 \family roman
2213 \series medium
2214 \shape up
2215 \size normal
2216 \emph off
2217 \bar no
2218 \noun off
2219 \color none
2220 A
2221 \end_layout
2222
2223 \end_inset
2224 </cell>
2225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2226 \begin_inset Text
2227
2228 \begin_layout Plain Layout
2229
2230 \end_layout
2231
2232 \end_inset
2233 </cell>
2234 </row>
2235 </lyxtabular>
2236
2237 \end_inset
2238
2239  
2240 \begin_inset Tabular
2241 <lyxtabular version="3" rows="2" columns="2">
2242 <features tabularvalignment="bottom">
2243 <column alignment="center" valignment="top" width="0pt">
2244 <column alignment="center" valignment="top">
2245 <row>
2246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2247 \begin_inset Text
2248
2249 \begin_layout Plain Layout
2250
2251 \end_layout
2252
2253 \end_inset
2254 </cell>
2255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2256 \begin_inset Text
2257
2258 \begin_layout Plain Layout
2259
2260 \family roman
2261 \series medium
2262 \shape up
2263 \size normal
2264 \emph off
2265 \bar no
2266 \noun off
2267 \color none
2268 1
2269 \end_layout
2270
2271 \end_inset
2272 </cell>
2273 </row>
2274 <row>
2275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2276 \begin_inset Text
2277
2278 \begin_layout Plain Layout
2279
2280 \family roman
2281 \series medium
2282 \shape up
2283 \size normal
2284 \emph off
2285 \bar no
2286 \noun off
2287 \color none
2288 A
2289 \end_layout
2290
2291 \end_inset
2292 </cell>
2293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2294 \begin_inset Text
2295
2296 \begin_layout Plain Layout
2297
2298 \end_layout
2299
2300 \end_inset
2301 </cell>
2302 </row>
2303 </lyxtabular>
2304
2305 \end_inset
2306
2307
2308 \begin_inset Newline newline
2309 \end_inset
2310
2311 It is also possible to enter a \SpecialChar LaTeX
2312 -argument which is needed for special table
2313  formattings, see sec.
2314 \begin_inset space \thinspace{}
2315 \end_inset
2316
2317
2318 \begin_inset CommandInset ref
2319 LatexCommand ref
2320 reference "subsec:Multicolumn-Calculations"
2321
2322 \end_inset
2323
2324  and 
2325 \begin_inset CommandInset ref
2326 LatexCommand ref
2327 reference "sec:Colored-Tables"
2328
2329 \end_inset
2330
2331 .
2332 \end_layout
2333
2334 \begin_layout Description
2335 Borders In this tab you can add and delete border lines for the current
2336  row/column.
2337 \begin_inset Newline newline
2338 \end_inset
2339
2340 Using the style option 
2341 \family sans
2342 Formal
2343 \family default
2344  will convert the table to a formal table as described in sec.
2345 \begin_inset space \thinspace{}
2346 \end_inset
2347
2348
2349 \begin_inset CommandInset ref
2350 LatexCommand ref
2351 reference "sec:Formal-Tables"
2352
2353 \end_inset
2354
2355 .
2356 \begin_inset Newline newline
2357 \end_inset
2358
2359 You can also add space here to table rows as described in sec.
2360 \begin_inset space \thinspace{}
2361 \end_inset
2362
2363
2364 \begin_inset CommandInset ref
2365 LatexCommand ref
2366 reference "subsec:Row-Spacing"
2367
2368 \end_inset
2369
2370 .
2371 \end_layout
2372
2373 \begin_layout Description
2374 Multi-page
2375 \begin_inset space ~
2376 \end_inset
2377
2378 table This tab is to make a table a multi-page table that can run over several
2379  pages.
2380  Sections
2381 \begin_inset space ~
2382 \end_inset
2383
2384
2385 \begin_inset CommandInset ref
2386 LatexCommand ref
2387 reference "sec:Multi-page-Tables"
2388
2389 \end_inset
2390
2391  and 
2392 \begin_inset CommandInset ref
2393 LatexCommand ref
2394 reference "sec:Special-Longtable-Issues"
2395
2396 \end_inset
2397
2398  describe the multi-page table features in detail.
2399 \end_layout
2400
2401 \begin_layout Section
2402 Table Toolbar
2403 \begin_inset Index idx
2404 status collapsed
2405
2406 \begin_layout Plain Layout
2407 Table ! Toolbar
2408 \end_layout
2409
2410 \end_inset
2411
2412
2413 \end_layout
2414
2415 \begin_layout Standard
2416 The table toolbar is an alternative to the table dialog to be able to alter
2417  tables faster.
2418  It should normally appear at the bottom of \SpecialChar LyX
2419 's main window when the cursor
2420  is inside a table.
2421  You can alternatively switch it on to appear always, by right-clicking
2422  in \SpecialChar LyX
2423 's main menu bar.
2424 \end_layout
2425
2426 \begin_layout Standard
2427 The toolbar has the following icons:
2428 \end_layout
2429
2430 \begin_layout Labeling
2431 \labelwidthstring 00.00.0000
2432 \begin_inset Info
2433 type  "icon"
2434 arg   "tabular-feature append-row"
2435 \end_inset
2436
2437  adds a row below the current cell or selection
2438 \end_layout
2439
2440 \begin_layout Labeling
2441 \labelwidthstring 00.00.0000
2442 \begin_inset Info
2443 type  "icon"
2444 arg   "tabular-feature append-column"
2445 \end_inset
2446
2447  adds a column right beside the current cell or selection
2448 \end_layout
2449
2450 \begin_layout Labeling
2451 \labelwidthstring 00.00.0000
2452 \begin_inset Info
2453 type  "icon"
2454 arg   "tabular-feature delete-row"
2455 \end_inset
2456
2457  deletes the current row or selection
2458 \end_layout
2459
2460 \begin_layout Labeling
2461 \labelwidthstring 00.00.0000
2462 \begin_inset Info
2463 type  "icon"
2464 arg   "tabular-feature delete-column"
2465 \end_inset
2466
2467  deletes the current column or selection
2468 \end_layout
2469
2470 \begin_layout Labeling
2471 \labelwidthstring 00.00.0000
2472 \begin_inset Info
2473 type  "icon"
2474 arg   "tabular-feature move-row-up"
2475 \end_inset
2476
2477  moves the row up
2478 \end_layout
2479
2480 \begin_layout Labeling
2481 \labelwidthstring 00.00.0000
2482 \begin_inset Info
2483 type  "icon"
2484 arg   "tabular-feature move-column-left"
2485 \end_inset
2486
2487  moves the column to the left
2488 \end_layout
2489
2490 \begin_layout Labeling
2491 \labelwidthstring 00.00.0000
2492 \begin_inset Info
2493 type  "icon"
2494 arg   "tabular-feature move-row-down"
2495 \end_inset
2496
2497  moves the row down
2498 \end_layout
2499
2500 \begin_layout Labeling
2501 \labelwidthstring 00.00.0000
2502 \begin_inset Info
2503 type  "icon"
2504 arg   "tabular-feature move-column-right"
2505 \end_inset
2506
2507  moves the column to the right
2508 \end_layout
2509
2510 \begin_layout Labeling
2511 \labelwidthstring 00.00.0000
2512 \begin_inset Info
2513 type  "icon"
2514 arg   "tabular-feature toggle-line-top"
2515 \end_inset
2516
2517  adds a line at the top of the current cell / row or of a selection
2518 \end_layout
2519
2520 \begin_layout Labeling
2521 \labelwidthstring 00.00.0000
2522 \begin_inset Info
2523 type  "icon"
2524 arg   "tabular-feature toggle-line-bottom"
2525 \end_inset
2526
2527  adds a line at the bottom of the current cell / row or of a selection
2528 \end_layout
2529
2530 \begin_layout Labeling
2531 \labelwidthstring 00.00.0000
2532 \begin_inset Info
2533 type  "icon"
2534 arg   "tabular-feature toggle-line-left"
2535 \end_inset
2536
2537  adds a line at the left side of the current cell / row or of a selection
2538 \end_layout
2539
2540 \begin_layout Labeling
2541 \labelwidthstring 00.00.0000
2542 \begin_inset Info
2543 type  "icon"
2544 arg   "tabular-feature toggle-line-right"
2545 \end_inset
2546
2547  adds a line at the right side of the current cell / row or of a selection
2548 \end_layout
2549
2550 \begin_layout Labeling
2551 \labelwidthstring 00.00.0000
2552 \begin_inset Info
2553 type  "icon"
2554 arg   "tabular-feature set-all-lines"
2555 \end_inset
2556
2557  adds lines around the current or selected cells - if the current cell no
2558  multicolumn cell this also affects the current row and column
2559 \end_layout
2560
2561 \begin_layout Labeling
2562 \labelwidthstring 00.00.0000
2563 \begin_inset Info
2564 type  "icon"
2565 arg   "tabular-feature unset-all-lines"
2566 \end_inset
2567
2568  deletes all lines of the current or selected cells - if the current cell
2569  no multicolumn cell this also affects the current row and column
2570 \end_layout
2571
2572 \begin_layout Labeling
2573 \labelwidthstring 00.00.0000
2574 \begin_inset Info
2575 type  "icon"
2576 arg   "tabular-feature m-align-left"
2577 \end_inset
2578
2579  left-aligns the content of the current cell / column
2580 \end_layout
2581
2582 \begin_layout Labeling
2583 \labelwidthstring 00.00.0000
2584 \begin_inset Info
2585 type  "icon"
2586 arg   "tabular-feature m-align-center"
2587 \end_inset
2588
2589  centers the content of the current cell / column horizontally
2590 \end_layout
2591
2592 \begin_layout Labeling
2593 \labelwidthstring 00.00.0000
2594 \begin_inset Info
2595 type  "icon"
2596 arg   "tabular-feature m-align-right"
2597 \end_inset
2598
2599  right-aligns the content of the current cell / column
2600 \end_layout
2601
2602 \begin_layout Labeling
2603 \labelwidthstring 00.00.0000
2604 \begin_inset Info
2605 type  "icon"
2606 arg   "tabular-feature align-decimal"
2607 \end_inset
2608
2609  aligns the content of the current column at a character
2610 \end_layout
2611
2612 \begin_layout Labeling
2613 \labelwidthstring 00.00.0000
2614 \begin_inset Info
2615 type  "icon"
2616 arg   "tabular-feature m-valign-top"
2617 \end_inset
2618
2619  aligns the content of the current cell vertically to the top
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624 \begin_inset Info
2625 type  "icon"
2626 arg   "tabular-feature m-valign-middle"
2627 \end_inset
2628
2629  centers the content of the current cell vertically
2630 \end_layout
2631
2632 \begin_layout Labeling
2633 \labelwidthstring 00.00.0000
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "tabular-feature m-valign-bottom"
2637 \end_inset
2638
2639  aligns the content of the current cell vertically to the bottom
2640 \end_layout
2641
2642 \begin_layout Labeling
2643 \labelwidthstring 00.00.0000
2644 \begin_inset Info
2645 type  "icon"
2646 arg   "tabular-feature set-rotate-cell"
2647 \end_inset
2648
2649  rotates the current cell or selection counter-clockwise by 90°
2650 \end_layout
2651
2652 \begin_layout Labeling
2653 \labelwidthstring 00.00.0000
2654 \begin_inset Info
2655 type  "icon"
2656 arg   "tabular-feature set-rotate-tabular"
2657 \end_inset
2658
2659  rotates the whole table counter-clockwise by 90°
2660 \end_layout
2661
2662 \begin_layout Labeling
2663 \labelwidthstring 00.00.0000
2664 \begin_inset Info
2665 type  "icon"
2666 arg   "tabular-feature multicolumn"
2667 \end_inset
2668
2669  sets the current cell or selection as a multicolumn
2670 \end_layout
2671
2672 \begin_layout Labeling
2673 \labelwidthstring 00.00.0000
2674 \begin_inset Info
2675 type  "icon"
2676 arg   "tabular-feature multirow"
2677 \end_inset
2678
2679  sets the current cell or selection as a multirow
2680 \end_layout
2681
2682 \begin_layout Standard
2683 \begin_inset Note Greyedout
2684 status open
2685
2686 \begin_layout Plain Layout
2687
2688 \series bold
2689 Note:
2690 \series default
2691  For the output the vertical alignment of the first cell in a row is used
2692  for all following cells in the row.
2693 \end_layout
2694
2695 \end_inset
2696
2697
2698 \end_layout
2699
2700 \begin_layout Section
2701 Edit Table Menu
2702 \begin_inset Index idx
2703 status collapsed
2704
2705 \begin_layout Plain Layout
2706 Table ! Edit Menu
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \begin_layout Standard
2715 In addition to the table dialog and toolbar, the menu 
2716 \family sans
2717 Edit\SpecialChar menuseparator
2718 Table
2719 \family default
2720  allows you to add and delete border lines for the current row/column and
2721  to set the current selection as multicolumn.
2722  The menu is only available when the cursor is inside a table.
2723 \end_layout
2724
2725 \begin_layout Section
2726 Table Floats
2727 \begin_inset CommandInset label
2728 LatexCommand label
2729 name "sec:Table-Floats"
2730
2731 \end_inset
2732
2733
2734 \begin_inset Index idx
2735 status collapsed
2736
2737 \begin_layout Plain Layout
2738 Floats ! Tables
2739 \end_layout
2740
2741 \end_inset
2742
2743
2744 \begin_inset Index idx
2745 status collapsed
2746
2747 \begin_layout Plain Layout
2748 Table ! Floats
2749 \end_layout
2750
2751 \end_inset
2752
2753
2754 \end_layout
2755
2756 \begin_layout Standard
2757 For general explanations about floats, have a look at section
2758 \begin_inset space ~
2759 \end_inset
2760
2761
2762 \begin_inset CommandInset ref
2763 LatexCommand ref
2764 reference "sec:FloatIntroduction"
2765
2766 \end_inset
2767
2768 .
2769 \end_layout
2770
2771 \begin_layout Standard
2772 \begin_inset Float table
2773 placement h
2774 wide false
2775 sideways false
2776 status open
2777
2778 \begin_layout Plain Layout
2779 \begin_inset Caption Standard
2780
2781 \begin_layout Plain Layout
2782 \begin_inset CommandInset label
2783 LatexCommand label
2784 name "tab:a table float"
2785
2786 \end_inset
2787
2788 A table float.
2789 \end_layout
2790
2791 \end_inset
2792
2793
2794 \end_layout
2795
2796 \begin_layout Plain Layout
2797 \align center
2798 \begin_inset Tabular
2799 <lyxtabular version="3" rows="3" columns="3">
2800 <features tabularvalignment="middle">
2801 <column alignment="center" valignment="top" width="0pt">
2802 <column alignment="center" valignment="top" width="0pt">
2803 <column alignment="center" valignment="top" width="0pt">
2804 <row>
2805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2806 \begin_inset Text
2807
2808 \begin_layout Plain Layout
2809
2810 \family roman
2811 \series medium
2812 \shape up
2813 \size normal
2814 \emph off
2815 \bar no
2816 \noun off
2817 \color none
2818 1
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2824 \begin_inset Text
2825
2826 \begin_layout Plain Layout
2827
2828 \family roman
2829 \series medium
2830 \shape up
2831 \size normal
2832 \emph off
2833 \bar no
2834 \noun off
2835 \color none
2836 2
2837 \end_layout
2838
2839 \end_inset
2840 </cell>
2841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2842 \begin_inset Text
2843
2844 \begin_layout Plain Layout
2845
2846 \family roman
2847 \series medium
2848 \shape up
2849 \size normal
2850 \emph off
2851 \bar no
2852 \noun off
2853 \color none
2854 3
2855 \end_layout
2856
2857 \end_inset
2858 </cell>
2859 </row>
2860 <row>
2861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865
2866 \family roman
2867 \series medium
2868 \shape up
2869 \size normal
2870 \emph off
2871 \bar no
2872 \noun off
2873 \color none
2874 Joe
2875 \end_layout
2876
2877 \end_inset
2878 </cell>
2879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2880 \begin_inset Text
2881
2882 \begin_layout Plain Layout
2883
2884 \family roman
2885 \series medium
2886 \shape up
2887 \size normal
2888 \emph off
2889 \bar no
2890 \noun off
2891 \color none
2892 Mary
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2898 \begin_inset Text
2899
2900 \begin_layout Plain Layout
2901
2902 \family roman
2903 \series medium
2904 \shape up
2905 \size normal
2906 \emph off
2907 \bar no
2908 \noun off
2909 \color none
2910 Ted
2911 \end_layout
2912
2913 \end_inset
2914 </cell>
2915 </row>
2916 <row>
2917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2918 \begin_inset Text
2919
2920 \begin_layout Plain Layout
2921
2922 \family roman
2923 \series medium
2924 \shape up
2925 \size normal
2926 \emph off
2927 \bar no
2928 \noun off
2929 \color none
2930 \begin_inset Formula $\int x^{2}dx$
2931 \end_inset
2932
2933
2934 \end_layout
2935
2936 \end_inset
2937 </cell>
2938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Plain Layout
2942
2943 \family roman
2944 \series medium
2945 \shape up
2946 \size normal
2947 \emph off
2948 \bar no
2949 \noun off
2950 \color none
2951 \begin_inset Formula $\left[\begin{array}{cc}
2952 a & b\\
2953 c & d
2954 \end{array}\right]$
2955 \end_inset
2956
2957
2958 \end_layout
2959
2960 \end_inset
2961 </cell>
2962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2963 \begin_inset Text
2964
2965 \begin_layout Plain Layout
2966
2967 \family roman
2968 \series medium
2969 \shape up
2970 \size normal
2971 \emph off
2972 \bar no
2973 \noun off
2974 \color none
2975 \begin_inset Formula $1+1=2$
2976 \end_inset
2977
2978
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 </row>
2984 </lyxtabular>
2985
2986 \end_inset
2987
2988
2989 \end_layout
2990
2991 \end_inset
2992
2993
2994 \end_layout
2995
2996 \begin_layout Standard
2997 Table floats can be inserted using the menu 
2998 \family sans
2999 Insert\SpecialChar menuseparator
3000 Float\SpecialChar menuseparator
3001 Table
3002 \family default
3003  or the toolbar button 
3004 \begin_inset Info
3005 type  "icon"
3006 arg   "float-insert table"
3007 \end_inset
3008
3009 .
3010 \end_layout
3011
3012 \begin_layout Standard
3013 The float appears as a collapsible box with a caption that has the label
3014  
3015 \begin_inset Quotes eld
3016 \end_inset
3017
3018 Table
3019 \begin_inset space ~
3020 \end_inset
3021
3022 #:
3023 \begin_inset Quotes erd
3024 \end_inset
3025
3026  (# is the actual table number).
3027  You can insert tables in the float above or below the caption.
3028 \end_layout
3029
3030 \begin_layout Standard
3031 Table
3032 \begin_inset space ~
3033 \end_inset
3034
3035
3036 \begin_inset CommandInset ref
3037 LatexCommand ref
3038 reference "tab:a table float"
3039
3040 \end_inset
3041
3042  is an example table within a table float.
3043 \end_layout
3044
3045 \begin_layout Standard
3046 Having the caption above the table is the common rule that is unfortunately
3047  not supported in \SpecialChar LaTeX
3048 's standard classes.
3049  This means that, if you are using the document classes 
3050 \family sans
3051 article
3052 \family default
3053
3054 \family sans
3055 book
3056 \family default
3057
3058 \family sans
3059 letter
3060 \family default
3061 , or 
3062 \family sans
3063 report
3064 \family default
3065 , there will be no space between the caption and the table.
3066  To insert the needed space, add the following option to the load command
3067  of the \SpecialChar LaTeX
3068 -package 
3069 \series bold
3070 caption
3071 \series default
3072
3073 \begin_inset Index idx
3074 status collapsed
3075
3076 \begin_layout Plain Layout
3077 \SpecialChar LaTeX
3078 -packages ! caption
3079 \end_layout
3080
3081 \end_inset
3082
3083  in your document preamble:
3084 \begin_inset Foot
3085 status collapsed
3086
3087 \begin_layout Plain Layout
3088 For more information have a look at section
3089 \begin_inset space ~
3090 \end_inset
3091
3092
3093 \begin_inset CommandInset ref
3094 LatexCommand ref
3095 reference "sec:Caption-Placement"
3096
3097 \end_inset
3098
3099 .
3100 \end_layout
3101
3102 \end_inset
3103
3104
3105 \end_layout
3106
3107 \begin_layout Standard
3108
3109 \series bold
3110 tableposition=top
3111 \end_layout
3112
3113 \begin_layout Standard
3114 The package 
3115 \series bold
3116 caption
3117 \series default
3118 , which is described in section
3119 \begin_inset space ~
3120 \end_inset
3121
3122
3123 \begin_inset CommandInset ref
3124 LatexCommand ref
3125 reference "sec:Caption-Formatting"
3126
3127 \end_inset
3128
3129 , is used to adjust the caption format.
3130 \end_layout
3131
3132 \begin_layout Standard
3133 \begin_inset Index idx
3134 status collapsed
3135
3136 \begin_layout Plain Layout
3137 References ! to Tables
3138 \end_layout
3139
3140 \end_inset
3141
3142 Tables can be cross-referenced in the text by referencing their label.
3143  To do this insert a label in the caption using the menu 
3144 \family sans
3145 Insert\SpecialChar menuseparator
3146 Label
3147 \family default
3148  or the toolbar button 
3149 \begin_inset Info
3150 type  "icon"
3151 arg   "label-insert"
3152 \end_inset
3153
3154 .
3155  You can now refer to the label using the menu 
3156 \family sans
3157 Insert\SpecialChar menuseparator
3158 Cross
3159 \begin_inset space ~
3160 \end_inset
3161
3162 reference
3163 \family default
3164  or the toolbar button 
3165 \begin_inset Info
3166 type  "icon"
3167 arg   "dialog-show-new-inset ref"
3168 \end_inset
3169
3170 .
3171 \begin_inset Newline newline
3172 \end_inset
3173
3174 Referencing is explained in detail in section
3175 \begin_inset space ~
3176 \end_inset
3177
3178
3179 \begin_inset CommandInset ref
3180 LatexCommand ref
3181 reference "sec:Referencing-Floats"
3182
3183 \end_inset
3184
3185 .
3186 \end_layout
3187
3188 \begin_layout Section
3189
3190 \family sans
3191 Multi-page Table
3192 \family default
3193 s
3194 \begin_inset CommandInset label
3195 LatexCommand label
3196 name "sec:Multi-page-Tables"
3197
3198 \end_inset
3199
3200
3201 \begin_inset Index idx
3202 status collapsed
3203
3204 \begin_layout Plain Layout
3205 Multi-page Table
3206 \end_layout
3207
3208 \end_inset
3209
3210
3211 \begin_inset Index idx
3212 status collapsed
3213
3214 \begin_layout Plain Layout
3215 Table ! Multi-page Table
3216 \end_layout
3217
3218 \end_inset
3219
3220
3221 \end_layout
3222
3223 \begin_layout Standard
3224 If the table is too long to fit on one page, you can use the option 
3225 \family sans
3226 Use
3227 \begin_inset space ~
3228 \end_inset
3229
3230 multi-page
3231 \family default
3232  table in the tab 
3233 \family sans
3234 Multi-page
3235 \begin_inset space ~
3236 \end_inset
3237
3238 table
3239 \family default
3240  of the table dialog to split the table automatically over more pages.
3241  Doing this enables the following options:
3242 \end_layout
3243
3244 \begin_layout Description
3245 Header: The current row is defined to be a header row that appears on all
3246  pages of the multi-page table; except for the first page, if 
3247 \family sans
3248 First
3249 \begin_inset space ~
3250 \end_inset
3251
3252 header
3253 \family default
3254  is defined.
3255  This is therefore called the main header.
3256 \end_layout
3257
3258 \begin_layout Description
3259 First
3260 \begin_inset space ~
3261 \end_inset
3262
3263 header: The current row is defined to be a header row that appears on the
3264  first page of the multi-page table.
3265 \end_layout
3266
3267 \begin_layout Description
3268 Footer: The current row is defined to be a footer row that appears on all
3269  pages of the multi-page table; except for the last page, if 
3270 \family sans
3271 Last
3272 \begin_inset space ~
3273 \end_inset
3274
3275 footer
3276 \family default
3277  is defined.
3278 \end_layout
3279
3280 \begin_layout Description
3281 Last
3282 \begin_inset space ~
3283 \end_inset
3284
3285 footer: The current row is defined to be a footer row that appears on the
3286  last page of the multi-page table.
3287 \end_layout
3288
3289 \begin_layout Description
3290 Caption: The current row contains the table caption.
3291  The row is reset as single column and a caption is inserted.
3292  More about multi-page table captions is explained in sec.
3293 \begin_inset space \thinspace{}
3294 \end_inset
3295
3296
3297 \begin_inset CommandInset ref
3298 LatexCommand ref
3299 reference "subsec:Multi-page-Table-Captions"
3300
3301 \end_inset
3302
3303 .
3304 \end_layout
3305
3306 \begin_layout Standard
3307 You can also specify a row where the table is split.
3308  See the following multi-page table to see how it works:
3309 \end_layout
3310
3311 \begin_layout Standard
3312 \align center
3313 \begin_inset Tabular
3314 <lyxtabular version="3" rows="69" columns="3">
3315 <features islongtable="true" longtabularalignment="center">
3316 <column alignment="left" valignment="top" width="0cm">
3317 <column alignment="left" valignment="top" width="0pt">
3318 <column alignment="center" valignment="top" width="0pt">
3319 <row endfirsthead="true">
3320 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324
3325 \series bold
3326 Example Phone List (ignore the names)
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 </row>
3350 <row endfirsthead="true">
3351 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Plain Layout
3355
3356 \series bold
3357 NAME
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375
3376 \series bold
3377 TEL.
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row endhead="true">
3384 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 Example Phone List
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row endhead="true">
3415 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 NAME
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439
3440 \series bold
3441 TEL.
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 </row>
3447 <row endfoot="true">
3448 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452  continued on next page
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Annovi
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Silvia
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Bertoli
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Stefano
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Bozzi
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Walter
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Cachia
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Maria
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Cachia
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Maurizio
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Cinquemani
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Giusi
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Colin
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Bernard
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Concli
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Gianfranco
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Dal Bosco
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Carolina
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Dalpiaz
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Annamaria
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Feliciello
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Domenico
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Focarelli
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Paola
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Galletti
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Oreste
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Gasparini
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Franca
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Rizzardi
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Paola
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Lassini
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Giancarlo
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \series bold
3979 Malfatti
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 Luciano
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 111
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 </row>
4003 <row>
4004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008
4009 \series bold
4010 Malfatti
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 Valeriano
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 111
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 </row>
4034 <row>
4035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039
4040 \series bold
4041 Meneguzzo
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 Roberto
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059 111
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 </row>
4065 <row>
4066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070
4071 \series bold
4072 Mezzadra
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 <cell alignment="center" valignment="top" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081 Roberto
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090 111
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 </row>
4096 <row>
4097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101
4102 \series bold
4103 Pirpamer
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 <cell alignment="center" valignment="top" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112 Erich
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121 111
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 </row>
4127 <row>
4128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132
4133 \series bold
4134 Pochiesa
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 <cell alignment="center" valignment="top" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 Paolo
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152 111, 222
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 </row>
4158 <row>
4159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163
4164 \series bold
4165 Radina
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 <cell alignment="center" valignment="top" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174 Claudio
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183 111
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 </row>
4189 <row>
4190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194
4195 \series bold
4196 Stuffer
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 <cell alignment="center" valignment="top" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205 Oskar
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214 111
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 </row>
4220 <row>
4221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225
4226 \series bold
4227 Tacchelli
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 <cell alignment="center" valignment="top" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236 Ugo
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245 111
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 </row>
4251 <row>
4252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256
4257 \series bold
4258 Tezzele
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell alignment="center" valignment="top" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267 Margit
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276 111
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 </row>
4282 <row>
4283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287
4288 \series bold
4289 Unterkalmsteiner
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 Frieda
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 111
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 </row>
4313 <row>
4314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318
4319 \series bold
4320 Vieider
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 Hilde
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338 111
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 </row>
4344 <row>
4345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349
4350 \series bold
4351 Vigna
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell alignment="center" valignment="top" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 Jürgen
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 111
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 </row>
4375 <row>
4376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380
4381 \series bold
4382 Weber
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 Maurizio
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 111
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 </row>
4406 <row>
4407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411
4412 \series bold
4413 Winkler
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 Franz
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431 111
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 </row>
4437 <row>
4438 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442  
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Annovi
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Silvia
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Bertoli
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Stefano
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Bozzi
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Walter
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Cachia
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Maria
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Cachia
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Maurizio
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Cinquemani
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Giusi
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Colin
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Bernard
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Concli
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Gianfranco
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Dal Bosco
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Carolina
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Dalpiaz
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Annamaria
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Feliciello
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Domenico
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Focarelli
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Paola
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Galletti
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Oreste
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Gasparini
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Franca
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 555
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Rizzardi
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Paola
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Lassini
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Giancarlo
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 555
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row>
4963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967
4968 \series bold
4969 Malfatti
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 Luciano
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 555
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 </row>
4993 <row>
4994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998
4999 \series bold
5000 Malfatti
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 Valeriano
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 555
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row>
5025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \series bold
5031 Meneguzzo
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 Roberto
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 555
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 </row>
5055 <row>
5056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060
5061 \series bold
5062 Mezzadra
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071 Roberto
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080 555
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 </row>
5086 <row>
5087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091
5092 \series bold
5093 Pirpamer
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 Erich
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111 555
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 </row>
5117 <row>
5118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122
5123 \series bold
5124 Pochiesa
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 <cell alignment="center" valignment="top" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133 Paolo
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142 555, 222
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 </row>
5148 <row>
5149 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153
5154 \series bold
5155 Radina
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 Claudio
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173 555
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 </row>
5179 <row>
5180 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184
5185 \series bold
5186 Stuffer
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195 Oskar
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204 555
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 </row>
5210 <row>
5211 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215
5216 \series bold
5217 Tacchelli
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 Ugo
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5232 \begin_inset Text
5233
5234 \begin_layout Plain Layout
5235 555
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 </row>
5241 <row>
5242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246
5247 \series bold
5248 Tezzele
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257 Margit
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266 555
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 </row>
5272 <row>
5273 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277
5278 \series bold
5279 Unterkalmsteiner
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 <cell alignment="center" valignment="top" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288 Frieda
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5294 \begin_inset Text
5295
5296 \begin_layout Plain Layout
5297 555
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 </row>
5303 <row>
5304 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308
5309 \series bold
5310 Vieider
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319 Hilde
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Plain Layout
5328 555
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 </row>
5334 <row>
5335 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339
5340 \series bold
5341 Vigna
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 Jürgen
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 999
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 </row>
5365 <row>
5366 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370
5371 \series bold
5372 Weber
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 <cell alignment="center" valignment="top" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381 Maurizio
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390 555
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 </row>
5396 <row>
5397 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401
5402 \series bold
5403 Winkler
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412 Franz
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 555
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 </row>
5427 <row endlastfoot="true">
5428 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 end
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 </row>
5456 </lyxtabular>
5457
5458 \end_inset
5459
5460
5461 \begin_inset ERT
5462 status collapsed
5463
5464 \begin_layout Plain Layout
5465
5466
5467 \backslash
5468 addtocounter{table}{-1}
5469 \end_layout
5470
5471 \end_inset
5472
5473
5474 \begin_inset Note Note
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478 See the first greyed-out note in section
5479 \begin_inset space ~
5480 \end_inset
5481
5482
5483 \begin_inset CommandInset ref
5484 LatexCommand ref
5485 reference "subsec:Multi-page-Table-Captions"
5486
5487 \end_inset
5488
5489  for an explanation of this command.
5490 \end_layout
5491
5492 \end_inset
5493
5494
5495 \end_layout
5496
5497 \begin_layout Subsection
5498 Footnotes in Multi-page tables
5499 \begin_inset CommandInset label
5500 LatexCommand label
5501 name "subsec:Footnotes-in-Multi-page"
5502
5503 \end_inset
5504
5505
5506 \begin_inset Index idx
5507 status collapsed
5508
5509 \begin_layout Plain Layout
5510 Table ! Multi-page Table ! Footnotes
5511 \end_layout
5512
5513 \end_inset
5514
5515
5516 \end_layout
5517
5518 \begin_layout Standard
5519 Footnotes can be inserted to every Multi-page table cell.
5520  They appear at the bottom of the page where the table cell with the footnote
5521  appears.
5522  Table
5523 \begin_inset space ~
5524 \end_inset
5525
5526
5527 \begin_inset CommandInset ref
5528 LatexCommand ref
5529 reference "tab:DiffCaptions"
5530
5531 \end_inset
5532
5533  has for example a footnote.
5534 \end_layout
5535
5536 \begin_layout Subsection
5537 Multi-page Table Alignment
5538 \begin_inset Index idx
5539 status collapsed
5540
5541 \begin_layout Plain Layout
5542 Table ! Multi-page Table ! Alignment
5543 \end_layout
5544
5545 \end_inset
5546
5547
5548 \end_layout
5549
5550 \begin_layout Standard
5551 The horizontal alignment of multi-page tables can be set in the table settings
5552  dialog.
5553  For left- and right-alignment the table will be directly at the page border.
5554  To add space between the table and the border one has to set the alignment
5555  to center and change the value of the \SpecialChar LaTeX
5556 -lengths 
5557 \series bold
5558
5559 \backslash
5560 LTleft 
5561 \series default
5562 or 
5563 \series bold
5564
5565 \backslash
5566 LTright
5567 \series default
5568  by inserting this line as \SpecialChar TeX
5569  Code before the multi-page table:
5570 \end_layout
5571
5572 \begin_layout Standard
5573
5574 \series bold
5575
5576 \backslash
5577 setlength{
5578 \backslash
5579 LTleft}{value}
5580 \end_layout
5581
5582 \begin_layout Standard
5583 The value can have any of the units listed in Table
5584 \begin_inset space ~
5585 \end_inset
5586
5587
5588 \begin_inset CommandInset ref
5589 LatexCommand ref
5590 reference "tab:Units"
5591
5592 \end_inset
5593
5594 .
5595  
5596 \series bold
5597
5598 \backslash
5599 LTleft
5600 \series default
5601  controls the horizontal distance from the left page border to the multi-page
5602  table, 
5603 \series bold
5604
5605 \backslash
5606 LTright
5607 \series default
5608  the distance from the right side.
5609  The default value for both lengths is 
5610 \series bold
5611
5612 \backslash
5613 fill
5614 \series default
5615 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5616 .
5617 \end_layout
5618
5619 \begin_layout Standard
5620 The following multi-page table was centered and 
5621 \series bold
5622
5623 \backslash
5624 LTleft
5625 \series default
5626  set to 
5627 \family sans
5628 0.1
5629 \backslash
5630 columnwidth
5631 \family default
5632 :
5633 \begin_inset ERT
5634 status collapsed
5635
5636 \begin_layout Plain Layout
5637
5638
5639 \backslash
5640 setlength{
5641 \backslash
5642 LTleft}{0.1
5643 \backslash
5644 columnwidth}
5645 \end_layout
5646
5647 \end_inset
5648
5649
5650 \end_layout
5651
5652 \begin_layout Standard
5653 \begin_inset Tabular
5654 <lyxtabular version="3" rows="5" columns="5">
5655 <features islongtable="true" longtabularalignment="center">
5656 <column alignment="center" valignment="top">
5657 <column alignment="center" valignment="top" width="0pt">
5658 <column alignment="center" valignment="top">
5659 <column alignment="center" valignment="top">
5660 <column alignment="center" valignment="top">
5661 <row>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 1
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675 2
5676 \end_layout
5677
5678 \end_inset
5679 </cell>
5680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684 3
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693 4
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 5
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 </row>
5708 <row>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 asd
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722 s
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 s
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 s
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 asd
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 </row>
5755 <row>
5756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 asd
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769 s
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 s
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 s
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 asd
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 </row>
5802 <row>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 asd
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816 s
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 s
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 s
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 asd
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 </row>
5849 <row>
5850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 asd
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 asd
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 asd
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 asd
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 asd
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 </row>
5896 </lyxtabular>
5897
5898 \end_inset
5899
5900
5901 \begin_inset ERT
5902 status collapsed
5903
5904 \begin_layout Plain Layout
5905
5906
5907 \backslash
5908 setlength{
5909 \backslash
5910 LTleft}{
5911 \backslash
5912 fill}
5913 \end_layout
5914
5915 \end_inset
5916
5917
5918 \begin_inset ERT
5919 status collapsed
5920
5921 \begin_layout Plain Layout
5922
5923
5924 \backslash
5925 addtocounter{table}{-1}
5926 \end_layout
5927
5928 \end_inset
5929
5930
5931 \begin_inset Note Note
5932 status collapsed
5933
5934 \begin_layout Plain Layout
5935 See the first greyed-out note in section
5936 \begin_inset space ~
5937 \end_inset
5938
5939
5940 \begin_inset CommandInset ref
5941 LatexCommand ref
5942 reference "subsec:Multi-page-Table-Captions"
5943
5944 \end_inset
5945
5946  for an explanation of this command.
5947 \end_layout
5948
5949 \end_inset
5950
5951
5952 \end_layout
5953
5954 \begin_layout Subsection
5955 Multi-page Table Captions
5956 \begin_inset Index idx
5957 status collapsed
5958
5959 \begin_layout Plain Layout
5960 Table ! Multi-page Table ! Captions
5961 \end_layout
5962
5963 \end_inset
5964
5965
5966 \begin_inset CommandInset label
5967 LatexCommand label
5968 name "subsec:Multi-page-Table-Captions"
5969
5970 \end_inset
5971
5972
5973 \end_layout
5974
5975 \begin_layout Standard
5976 A multi-page table cannot be put into a table float because floats can only
5977  be on one page.
5978  But the caption environment of floats can also be used for multi-page tables
5979  when you use the multi-page table option 
5980 \family sans
5981 Caption
5982 \family default
5983  as described in sec.
5984 \begin_inset space \thinspace{}
5985 \end_inset
5986
5987
5988 \begin_inset CommandInset ref
5989 LatexCommand ref
5990 reference "sec:Multi-page-Tables"
5991
5992 \end_inset
5993
5994 .
5995  Only one table row should contain a caption, either a header or a footer
5996  row.
5997 \end_layout
5998
5999 \begin_layout Standard
6000 Here is a short multi-page table to see how it works:
6001 \end_layout
6002
6003 \begin_layout Standard
6004 \begin_inset Tabular
6005 <lyxtabular version="3" rows="6" columns="5">
6006 <features islongtable="true" longtabularalignment="center">
6007 <column alignment="center" valignment="top">
6008 <column alignment="center" valignment="top">
6009 <column alignment="center" valignment="top">
6010 <column alignment="center" valignment="top">
6011 <column alignment="center" valignment="top">
6012 <row endfirsthead="true" caption="true">
6013 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 \begin_inset Caption Standard
6018
6019 \begin_layout Plain Layout
6020 Multi-page table with caption
6021 \begin_inset Argument 1
6022 status open
6023
6024 \begin_layout Plain Layout
6025 Multi-page table
6026 \end_layout
6027
6028 \end_inset
6029
6030
6031 \end_layout
6032
6033 \end_inset
6034
6035
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 </row>
6077 <row>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 1
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 2
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 3
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 4
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 5
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 </row>
6124 <row>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 asd
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 s
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 s
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 s
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 asd
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 </row>
6171 <row>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 asd
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 s
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 s
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 s
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 asd
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 </row>
6218 <row>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 asd
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 s
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 s
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 s
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 asd
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 </row>
6265 <row>
6266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270 asd
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279 asd
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 asd
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 asd
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 asd
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 </row>
6312 </lyxtabular>
6313
6314 \end_inset
6315
6316
6317 \end_layout
6318
6319 \begin_layout Standard
6320 \begin_inset VSpace medskip
6321 \end_inset
6322
6323
6324 \begin_inset Note Greyedout
6325 status open
6326
6327 \begin_layout Plain Layout
6328
6329 \series bold
6330 Note
6331 \begin_inset space ~
6332 \end_inset
6333
6334 1:
6335 \series default
6336  The table number is increased for every multi-page table, even if you did
6337  not set a caption for it.
6338  For this reason you could have the case that e.
6339 \begin_inset space \thinspace{}
6340 \end_inset
6341
6342 g.
6343 \begin_inset space \space{}
6344 \end_inset
6345
6346 Table
6347 \begin_inset space ~
6348 \end_inset
6349
6350 2.4 follows Table
6351 \begin_inset space ~
6352 \end_inset
6353
6354 2.1 in the list of tables if there are two multi-page tables without captions.
6355  To avoid this you can add the following command in \SpecialChar TeX
6356  Code after every multi-page
6357  table without a caption:
6358 \end_layout
6359
6360 \begin_layout Plain Layout
6361
6362 \series bold
6363
6364 \backslash
6365 addtocounter{table}{-1}
6366 \end_layout
6367
6368 \begin_layout Plain Layout
6369 This is not needed when none of your multi-page tables has a caption and
6370  you add the following code to the document preamble:
6371 \end_layout
6372
6373 \begin_layout Plain Layout
6374
6375 \series bold
6376
6377 \backslash
6378 let
6379 \backslash
6380 myEnd
6381 \backslash
6382 endlongtable
6383 \begin_inset Newline newline
6384 \end_inset
6385
6386
6387 \backslash
6388 renewcommand{
6389 \backslash
6390 endlongtable}{
6391 \backslash
6392 myEnd
6393 \backslash
6394 addtocounter{table}{-1}}
6395 \end_layout
6396
6397 \end_inset
6398
6399
6400 \end_layout
6401
6402 \begin_layout Standard
6403 \begin_inset Note Greyedout
6404 status open
6405
6406 \begin_layout Plain Layout
6407
6408 \series bold
6409 Note
6410 \begin_inset space ~
6411 \end_inset
6412
6413 2:
6414 \series default
6415  If you are using
6416 \series bold
6417  hyperref
6418 \series default
6419
6420 \begin_inset Index idx
6421 status collapsed
6422
6423 \begin_layout Plain Layout
6424 \SpecialChar LaTeX
6425 -packages ! hyperref
6426 \end_layout
6427
6428 \end_inset
6429
6430  in the 
6431 \family sans
6432 PDF Properties
6433 \family default
6434  of the 
6435 \family sans
6436 Document Settings
6437 \family default
6438  dialog to link cross-references, the link to a multi-page table caption
6439  will always point to the beginning of the document.
6440 \end_layout
6441
6442 \end_inset
6443
6444
6445 \end_layout
6446
6447 \begin_layout Subsubsection
6448 References to multi-page tables
6449 \begin_inset Index idx
6450 status collapsed
6451
6452 \begin_layout Plain Layout
6453 Table ! Multi-page Table ! References
6454 \end_layout
6455
6456 \end_inset
6457
6458
6459 \end_layout
6460
6461 \begin_layout Standard
6462 \begin_inset Tabular
6463 <lyxtabular version="3" rows="6" columns="5">
6464 <features islongtable="true" longtabularalignment="center">
6465 <column alignment="center" valignment="top">
6466 <column alignment="center" valignment="top">
6467 <column alignment="center" valignment="top">
6468 <column alignment="center" valignment="top">
6469 <column alignment="center" valignment="top">
6470 <row endfirsthead="true" caption="true">
6471 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475 \begin_inset Caption Standard
6476
6477 \begin_layout Plain Layout
6478 Referenced multi-page table
6479 \begin_inset CommandInset label
6480 LatexCommand label
6481 name "tab:Referenced-multi-page-table"
6482
6483 \end_inset
6484
6485
6486 \end_layout
6487
6488 \end_inset
6489
6490
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 </row>
6532 <row>
6533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Plain Layout
6537 1
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546 2
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555 3
6556 \end_layout
6557
6558 \end_inset
6559 </cell>
6560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564 4
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 5
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 </row>
6579 <row>
6580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584 asd
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593 s
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Plain Layout
6602 s
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611 s
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 asd
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 </row>
6626 <row>
6627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 asd
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640 s
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 s
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 s
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 asd
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 </row>
6673 <row>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 asd
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687 s
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 s
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 s
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 asd
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 </row>
6720 <row>
6721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 asd
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 sad
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 asd
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 asd
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 asd
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 </row>
6767 </lyxtabular>
6768
6769 \end_inset
6770
6771
6772 \end_layout
6773
6774 \begin_layout Standard
6775 To reference a multi-page table, insert a label into the caption.
6776 \end_layout
6777
6778 \begin_layout Standard
6779 This is a reference to Table
6780 \begin_inset space ~
6781 \end_inset
6782
6783
6784 \begin_inset CommandInset ref
6785 LatexCommand ref
6786 reference "tab:Referenced-multi-page-table"
6787
6788 \end_inset
6789
6790 .
6791 \end_layout
6792
6793 \begin_layout Standard
6794 The caption layout can be set together with all other captions of your document
6795  using the \SpecialChar LaTeX
6796 -package 
6797 \series bold
6798 caption
6799 \series default
6800
6801 \begin_inset Index idx
6802 status collapsed
6803
6804 \begin_layout Plain Layout
6805 \SpecialChar LaTeX
6806 -packages ! caption
6807 \end_layout
6808
6809 \end_inset
6810
6811 , see section
6812 \begin_inset space ~
6813 \end_inset
6814
6815
6816 \begin_inset CommandInset ref
6817 LatexCommand ref
6818 reference "sec:Caption-Formatting"
6819
6820 \end_inset
6821
6822 .
6823 \end_layout
6824
6825 \begin_layout Subsubsection
6826 Caption Width
6827 \begin_inset Index idx
6828 status collapsed
6829
6830 \begin_layout Plain Layout
6831 Table ! Multi-page Table ! Caption Width
6832 \end_layout
6833
6834 \end_inset
6835
6836
6837 \end_layout
6838
6839 \begin_layout Standard
6840 The maximal width of caption lines is defined by the length 
6841 \series bold
6842
6843 \backslash
6844 LTcapwidth
6845 \series default
6846 .
6847  Its default value is 4
6848 \begin_inset space \thinspace{}
6849 \end_inset
6850
6851 in.
6852  To change it add the following command to your document preamble or as
6853  \SpecialChar TeX
6854  Code into your document before the multi-page table that should be affected
6855 \end_layout
6856
6857 \begin_layout Standard
6858
6859 \series bold
6860
6861 \backslash
6862 setlength{
6863 \backslash
6864 LTcapwidth}{width}
6865 \end_layout
6866
6867 \begin_layout Standard
6868 where the 
6869 \family sans
6870 width
6871 \family default
6872  can have one of the units listed in appendix
6873 \begin_inset space ~
6874 \end_inset
6875
6876
6877 \begin_inset CommandInset ref
6878 LatexCommand ref
6879 reference "cha:Units-available-in"
6880
6881 \end_inset
6882
6883 .
6884 \end_layout
6885
6886 \begin_layout Standard
6887 The following tables show the difference:
6888 \end_layout
6889
6890 \begin_layout Standard
6891 \begin_inset Tabular
6892 <lyxtabular version="3" rows="6" columns="5">
6893 <features islongtable="true" longtabularalignment="center">
6894 <column alignment="center" valignment="top">
6895 <column alignment="center" valignment="top">
6896 <column alignment="center" valignment="top">
6897 <column alignment="center" valignment="top">
6898 <column alignment="center" valignment="top">
6899 <row endfirsthead="true" caption="true">
6900 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Plain Layout
6904 \begin_inset Caption Standard
6905
6906 \begin_layout Plain Layout
6907 Long full title with default width long full title with default width long
6908  full title with default width
6909 \begin_inset Argument 1
6910 status collapsed
6911
6912 \begin_layout Plain Layout
6913 caption with default width
6914 \end_layout
6915
6916 \end_inset
6917
6918
6919 \end_layout
6920
6921 \end_inset
6922
6923
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 </row>
6965 <row>
6966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Plain Layout
6970 1
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Plain Layout
6979 2
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Plain Layout
6988 3
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 4
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 5
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 </row>
7012 <row>
7013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Plain Layout
7017 asd
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Plain Layout
7026 s
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7032 \begin_inset Text
7033
7034 \begin_layout Plain Layout
7035 s
7036 \end_layout
7037
7038 \end_inset
7039 </cell>
7040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044 s
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 asd
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 </row>
7059 <row>
7060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064 asd
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 s
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 s
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 s
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 asd
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 </row>
7106 <row>
7107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111 asd
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120 s
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 s
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138 s
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 asd
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 </row>
7153 <row>
7154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158 asd
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7164 \begin_inset Text
7165
7166 \begin_layout Plain Layout
7167 sad
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176 asd
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185 asd
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 asd
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 </row>
7200 </lyxtabular>
7201
7202 \end_inset
7203
7204
7205 \end_layout
7206
7207 \begin_layout Standard
7208 \begin_inset ERT
7209 status collapsed
7210
7211 \begin_layout Plain Layout
7212
7213
7214 \backslash
7215 setlength{
7216 \backslash
7217 LTcapwidth}{5cm}
7218 \end_layout
7219
7220 \end_inset
7221
7222
7223 \begin_inset Tabular
7224 <lyxtabular version="3" rows="6" columns="5">
7225 <features islongtable="true" longtabularalignment="center">
7226 <column alignment="center" valignment="top">
7227 <column alignment="center" valignment="top">
7228 <column alignment="center" valignment="top">
7229 <column alignment="center" valignment="top">
7230 <column alignment="center" valignment="top">
7231 <row endfirsthead="true" caption="true">
7232 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236 \begin_inset Caption Standard
7237
7238 \begin_layout Plain Layout
7239 Long full title with width set to 5
7240 \begin_inset space \thinspace{}
7241 \end_inset
7242
7243 cm long full title with width set to 5
7244 \begin_inset space \thinspace{}
7245 \end_inset
7246
7247 cm long full title with width set to 5
7248 \begin_inset space \thinspace{}
7249 \end_inset
7250
7251 cm
7252 \begin_inset Argument 1
7253 status collapsed
7254
7255 \begin_layout Plain Layout
7256 caption with width
7257 \begin_inset space \thinspace{}
7258 \end_inset
7259
7260 =
7261 \begin_inset space \thinspace{}
7262 \end_inset
7263
7264 5
7265 \begin_inset space \thinspace{}
7266 \end_inset
7267
7268 cm
7269 \end_layout
7270
7271 \end_inset
7272
7273
7274 \end_layout
7275
7276 \end_inset
7277
7278
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Plain Layout
7287
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Plain Layout
7296
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 </row>
7320 <row>
7321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325 1
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Plain Layout
7334 2
7335 \end_layout
7336
7337 \end_inset
7338 </cell>
7339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7340 \begin_inset Text
7341
7342 \begin_layout Plain Layout
7343 3
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7349 \begin_inset Text
7350
7351 \begin_layout Plain Layout
7352 4
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361 5
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 </row>
7367 <row>
7368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372 asd
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381 s
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Plain Layout
7390 s
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Plain Layout
7399 s
7400 \end_layout
7401
7402 \end_inset
7403 </cell>
7404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Plain Layout
7408 asd
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 </row>
7414 <row>
7415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419 asd
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428 s
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7434 \begin_inset Text
7435
7436 \begin_layout Plain Layout
7437 s
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446 s
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 asd
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 </row>
7461 <row>
7462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466 asd
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475 s
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484 s
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493 s
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 asd
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 </row>
7508 <row>
7509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513 asd
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 sad
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 asd
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540 asd
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 asd
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 </row>
7555 </lyxtabular>
7556
7557 \end_inset
7558
7559
7560 \end_layout
7561
7562 \begin_layout Standard
7563 \begin_inset ERT
7564 status collapsed
7565
7566 \begin_layout Plain Layout
7567
7568
7569 \backslash
7570 setlength{
7571 \backslash
7572 LTcapwidth}{4in}
7573 \end_layout
7574
7575 \end_inset
7576
7577
7578 \end_layout
7579
7580 \begin_layout Standard
7581 \begin_inset Note Greyedout
7582 status open
7583
7584 \begin_layout Plain Layout
7585
7586 \series bold
7587 Note:
7588 \series default
7589  When the \SpecialChar LaTeX
7590 -package 
7591 \series bold
7592 caption
7593 \series default
7594
7595 \begin_inset Index idx
7596 status collapsed
7597
7598 \begin_layout Plain Layout
7599 \SpecialChar LaTeX
7600 -packages ! caption
7601 \end_layout
7602
7603 \end_inset
7604
7605  is used, as in this document, the full page width is used for the caption
7606  when you use the default value of 4
7607 \begin_inset space \thinspace{}
7608 \end_inset
7609
7610 in for 
7611 \series bold
7612
7613 \backslash
7614 LTcapwidth
7615 \series default
7616 .
7617  To get in this case exactly a 4
7618 \begin_inset space \thinspace{}
7619 \end_inset
7620
7621 in wide caption, you can either use a value slightly different from 4.0
7622 \begin_inset space \thinspace{}
7623 \end_inset
7624
7625 in, e.
7626 \begin_inset space \thinspace{}
7627 \end_inset
7628
7629 g.
7630 \begin_inset space \space{}
7631 \end_inset
7632
7633 3.99
7634 \begin_inset space \thinspace{}
7635 \end_inset
7636
7637 in, or the \SpecialChar LaTeX
7638 -command 
7639 \series bold
7640
7641 \backslash
7642 captionsetup{width=value}
7643 \series default
7644  that is provided by the 
7645 \series bold
7646 caption
7647 \series default
7648 -package.
7649 \end_layout
7650
7651 \end_inset
7652
7653
7654 \end_layout
7655
7656 \begin_layout Subsubsection
7657 Different Captions for Table Pages
7658 \begin_inset Index idx
7659 status collapsed
7660
7661 \begin_layout Plain Layout
7662 Table ! Multi-page Table ! Different Captions for Pages
7663 \end_layout
7664
7665 \end_inset
7666
7667
7668 \end_layout
7669
7670 \begin_layout Standard
7671 When the table captions for the following pages should differ from the one
7672  of the first table page, mark a empty row as header which contains a caption.
7673  Then right-click on the caption and select in the context menu 
7674 \family sans
7675 Caption
7676 \begin_inset space ~
7677 \end_inset
7678
7679 (Unnumbered)
7680 \family default
7681 .
7682  Table
7683 \begin_inset space ~
7684 \end_inset
7685
7686
7687 \begin_inset CommandInset ref
7688 LatexCommand ref
7689 reference "tab:DiffCaptions"
7690
7691 \end_inset
7692
7693  is an example of a multi-page table with different heading where the second
7694  caption does not include the table number.
7695 \end_layout
7696
7697 \begin_layout Standard
7698 \align center
7699 \begin_inset Tabular
7700 <lyxtabular version="3" rows="59" columns="3">
7701 <features islongtable="true" longtabularalignment="center">
7702 <column alignment="left" valignment="top" width="0cm">
7703 <column alignment="left" valignment="top" width="0pt">
7704 <column alignment="center" valignment="top" width="0pt">
7705 <row endfirsthead="true" caption="true">
7706 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710 \begin_inset Caption Standard
7711
7712 \begin_layout Plain Layout
7713 Example Phone List
7714 \begin_inset CommandInset label
7715 LatexCommand label
7716 name "tab:DiffCaptions"
7717
7718 \end_inset
7719
7720
7721 \begin_inset Argument 1
7722 status collapsed
7723
7724 \begin_layout Plain Layout
7725 Example Phone List
7726 \end_layout
7727
7728 \end_inset
7729
7730
7731 \end_layout
7732
7733 \end_inset
7734
7735
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 </row>
7759 <row endfirsthead="true">
7760 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \series bold
7766 Example Phone List (ignore the names)
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 </row>
7790 <row endfirsthead="true">
7791 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \series bold
7797 NAME
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \series bold
7817 TEL.
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 <row endhead="true" caption="true">
7824 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828 \begin_inset Caption Unnumbered
7829
7830 \begin_layout Plain Layout
7831 Continued Example Phone List
7832 \end_layout
7833
7834 \end_inset
7835
7836
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 </row>
7860 <row endhead="true">
7861 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865
7866 \series bold
7867 Example Phone List
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 </row>
7891 <row endhead="true">
7892 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896
7897 \series bold
7898 NAME
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916
7917 \series bold
7918 TEL.
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 </row>
7924 <row endfoot="true">
7925 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929 continued on next page
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 </row>
7953 <row>
7954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958
7959 \series bold
7960 Annovi
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969 Silvia
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 111
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 </row>
7984 <row>
7985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989
7990 \series bold
7991 Bertoli
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000 Stefano
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 111
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \series bold
8022 Bozzi
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 Walter
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 111
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 </row>
8046 <row>
8047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051
8052 \series bold
8053 Cachia
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 Maria
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 111
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 <row>
8078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \series bold
8084 Cachia
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 Maurizio
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 111
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \series bold
8115 Cinquemani
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 Giusi
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 111
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \series bold
8146 Colin
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 Bernard
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 111
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 </row>
8170 <row>
8171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175
8176 \series bold
8177 Concli
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 Gianfranco
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 111
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row>
8202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206
8207 \series bold
8208 Dal Bosco
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 Carolina
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 111
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 </row>
8232 <row>
8233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237
8238 \series bold
8239 Dalpiaz
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 Annamaria
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 111
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 </row>
8263 <row>
8264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268
8269 \series bold
8270 Feliciello
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 Domenico
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 111
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \series bold
8301 Focarelli
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 Paola
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 111
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \series bold
8332 Galletti
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 Oreste
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 111
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 </row>
8356 <row>
8357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361
8362 \series bold
8363 Gasparini
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 Franca
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 111
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 </row>
8387 <row>
8388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392
8393 \series bold
8394 Rizzardi
8395 \series default
8396
8397 \begin_inset Foot
8398 status open
8399
8400 \begin_layout Plain Layout
8401 Example footnote
8402 \end_layout
8403
8404 \end_inset
8405
8406
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 Paola
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 111
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 </row>
8430 <row>
8431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435
8436 \series bold
8437 Lassini
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 Giancarlo
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 111
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 </row>
8461 <row>
8462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466
8467 \series bold
8468 Malfatti
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 Luciano
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 111
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 </row>
8492 <row>
8493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497
8498 \series bold
8499 Malfatti
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 Valeriano
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 111
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 </row>
8523 <row>
8524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528
8529 \series bold
8530 Meneguzzo
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 Roberto
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 111
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 <row>
8555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559
8560 \series bold
8561 Mezzadra
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 Roberto
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 111
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 <row>
8586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590
8591 \series bold
8592 Pirpamer
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 Erich
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 111
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 </row>
8616 <row>
8617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621
8622 \series bold
8623 Pochiesa
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 Paolo
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641 111, 222
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 <row>
8648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652
8653 \series bold
8654 Radina
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 Claudio
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 111
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \series bold
8685 Stuffer
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 Oskar
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 111
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 </row>
8709 <row>
8710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714
8715 \series bold
8716 Tacchelli
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 Ugo
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 111
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 </row>
8740 <row>
8741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745
8746 \series bold
8747 Tezzele
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 Margit
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 111
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 </row>
8771 <row>
8772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776
8777 \series bold
8778 Unterkalmsteiner
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 Frieda
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 111
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 <row>
8803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807
8808 \series bold
8809 Vieider
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818 Hilde
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827 111
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 </row>
8833 <row>
8834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838
8839 \series bold
8840 Vigna
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 Jürgen
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 111
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 </row>
8864 <row>
8865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869
8870 \series bold
8871 Weber
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 Maurizio
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 111
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 </row>
8895 <row>
8896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900
8901 \series bold
8902 Winkler
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 Franz
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 111
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 </row>
8926 <row>
8927 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931  
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 </row>
8955 <row>
8956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960
8961 \series bold
8962 Annovi
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 Silvia
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 555
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 </row>
8986 <row>
8987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991
8992 \series bold
8993 Bertoli
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 Stefano
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 555
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 </row>
9017 <row>
9018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022
9023 \series bold
9024 Bozzi
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 Walter
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 555
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 </row>
9048 <row>
9049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053
9054 \series bold
9055 Cachia
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 Maria
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 555
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row>
9080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084
9085 \series bold
9086 Cachia
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 Maurizio
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 555
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 <row>
9111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115
9116 \series bold
9117 Cinquemani
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 Giusi
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 555
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 </row>
9141 <row>
9142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146
9147 \series bold
9148 Colin
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 Bernard
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 555
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 </row>
9172 <row>
9173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177
9178 \series bold
9179 Concli
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 Gianfranco
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 555
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 </row>
9203 <row>
9204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208
9209 \series bold
9210 Dal Bosco
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 Carolina
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 555
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 </row>
9234 <row>
9235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239
9240 \series bold
9241 Dalpiaz
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250 Annamaria
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 555
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 </row>
9265 <row>
9266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270
9271 \series bold
9272 Feliciello
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 Domenico
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 555
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 </row>
9296 <row>
9297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301
9302 \series bold
9303 Focarelli
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 Paola
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321 555
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 </row>
9327 <row>
9328 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332
9333 \series bold
9334 Galletti
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 Oreste
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352 555
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 </row>
9358 <row>
9359 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363
9364 \series bold
9365 Gasparini
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374 Franca
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 555
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 </row>
9389 <row>
9390 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394
9395 \series bold
9396 Rizzardi
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405 Paola
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414 555
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 </row>
9420 <row>
9421 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425
9426 \series bold
9427 Lassini
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 Giancarlo
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 555
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 </row>
9451 <row>
9452 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456
9457 \series bold
9458 Malfatti
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467 Luciano
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476 555
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 </row>
9482 <row>
9483 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487
9488 \series bold
9489 Malfatti
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9495 \begin_inset Text
9496
9497 \begin_layout Plain Layout
9498 Valeriano
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507 555
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 </row>
9513 <row>
9514 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518
9519 \series bold
9520 Meneguzzo
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529 Roberto
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538 555
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 </row>
9544 <row>
9545 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549
9550 \series bold
9551 Mezzadra
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9557 \begin_inset Text
9558
9559 \begin_layout Plain Layout
9560 Roberto
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569 555
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 </row>
9575 </lyxtabular>
9576
9577 \end_inset
9578
9579
9580 \end_layout
9581
9582 \begin_layout Section
9583 Special Multi-page Table Issues
9584 \begin_inset CommandInset label
9585 LatexCommand label
9586 name "sec:Special-Longtable-Issues"
9587
9588 \end_inset
9589
9590
9591 \end_layout
9592
9593 \begin_layout Subsection
9594 Multi-page Table Calculation
9595 \begin_inset Index idx
9596 status collapsed
9597
9598 \begin_layout Plain Layout
9599 Table ! Multi-page Table ! Calculation
9600 \end_layout
9601
9602 \end_inset
9603
9604
9605 \end_layout
9606
9607 \begin_layout Standard
9608 \SpecialChar LaTeX
9609  calculates the height of table pages and their page breaks using so called
9610  chunks.
9611  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9612 's memory.
9613  The default value was historically set to only 20
9614 \begin_inset space ~
9615 \end_inset
9616
9617 table rows.
9618  If you are using multi-page tables with many pages this may slow down the
9619  creation of your document.
9620  You can safely increase the chunk size to values of 100
9621 \begin_inset space \thinspace{}
9622 \end_inset
9623
9624 --
9625 \begin_inset space \thinspace{}
9626 \end_inset
9627
9628 1000 by adding this command line to your document preamble:
9629 \end_layout
9630
9631 \begin_layout Standard
9632
9633 \series bold
9634
9635 \backslash
9636 setcounter{LTchunksize}{100}
9637 \end_layout
9638
9639 \begin_layout Subsection
9640 Floats and Multi-page Tables
9641 \begin_inset Index idx
9642 status collapsed
9643
9644 \begin_layout Plain Layout
9645 Table ! Multi-page Table ! Floats
9646 \end_layout
9647
9648 \end_inset
9649
9650
9651 \end_layout
9652
9653 \begin_layout Standard
9654 There might be problems when a float appears on the same page where a multi-page
9655  table starts.
9656  To avoid such a situation, insert a 
9657 \begin_inset Quotes eld
9658 \end_inset
9659
9660 clear page
9661 \begin_inset Quotes erd
9662 \end_inset
9663
9664  (menu 
9665 \family sans
9666 Insert\SpecialChar menuseparator
9667 Formatting\SpecialChar menuseparator
9668 Clear
9669 \begin_inset space ~
9670 \end_inset
9671
9672 Page
9673 \family default
9674 ) before your multi-page table.
9675 \end_layout
9676
9677 \begin_layout Subsection
9678 Forced Page Breaks
9679 \begin_inset Index idx
9680 status collapsed
9681
9682 \begin_layout Plain Layout
9683 Table ! Multi-page Table ! Forced Page Breaks
9684 \end_layout
9685
9686 \end_inset
9687
9688
9689 \end_layout
9690
9691 \begin_layout Standard
9692 By default tables are only broken between rows.
9693  If you have a cell with multiples lines and want to have a page break within
9694  the cell, insert the new line command 
9695 \begin_inset Quotes eld
9696 \end_inset
9697
9698
9699 \series bold
9700
9701 \backslash
9702
9703 \backslash
9704
9705 \series default
9706
9707 \begin_inset Quotes erd
9708 \end_inset
9709
9710  as \SpecialChar TeX
9711  Code at the point of the cell where it can be broken.
9712  Before the 
9713 \series bold
9714
9715 \backslash
9716
9717 \backslash
9718
9719 \series default
9720  command you have to insert in \SpecialChar TeX
9721  Code as many 
9722 \begin_inset Quotes eld
9723 \end_inset
9724
9725
9726 \series bold
9727 &
9728 \series default
9729
9730 \begin_inset Quotes erd
9731 \end_inset
9732
9733  characters as the number of the following table columns.
9734  The 
9735 \series bold
9736 &
9737 \series default
9738  is the character to separate table cells.
9739  Write in \SpecialChar TeX
9740  Code after each 
9741 \series bold
9742 &
9743 \series default
9744  the content of the corresponding following cell and delete the content
9745  of these cells.
9746 \begin_inset Newline newline
9747 \end_inset
9748
9749 After the 
9750 \series bold
9751
9752 \backslash
9753
9754 \backslash
9755
9756 \series default
9757  command, insert as many 
9758 \series bold
9759 &
9760 \series default
9761  characters as the number of table columns before the current column.
9762  In Table
9763 \begin_inset space ~
9764 \end_inset
9765
9766
9767 \begin_inset CommandInset ref
9768 LatexCommand ref
9769 reference "tab:ForcedPagebreak"
9770
9771 \end_inset
9772
9773  the cell that should be broken is in the second column followed by another
9774  column.
9775  Therefore the following command was inserted in the cell as \SpecialChar TeX
9776  Code after
9777  
9778 \begin_inset Quotes eld
9779 \end_inset
9780
9781
9782 \emph on
9783 Castelchiodato,
9784 \emph default
9785
9786 \begin_inset Quotes erd
9787 \end_inset
9788
9789 :
9790 \end_layout
9791
9792 \begin_layout Standard
9793
9794 \series bold
9795 & 111
9796 \backslash
9797
9798 \backslash
9799  
9800 \backslash
9801 newpage
9802 \begin_inset Newline newline
9803 \end_inset
9804
9805 &
9806 \end_layout
9807
9808 \begin_layout Standard
9809 The 
9810 \begin_inset Quotes eld
9811 \end_inset
9812
9813 111
9814 \begin_inset Quotes erd
9815 \end_inset
9816
9817  in the third column of the row was deleted.
9818  
9819 \series bold
9820
9821 \backslash
9822 newpage
9823 \series default
9824  is only needed when a page break should definitely occur at this position,
9825  otherwise it would be a conditional break.
9826  If your footer row of the multi-page table has for a certain reason no
9827  upper line but you would have a horizontal line where the cell is broken,
9828  use this command instead:
9829 \end_layout
9830
9831 \begin_layout Standard
9832
9833 \series bold
9834 & 111
9835 \backslash
9836
9837 \backslash
9838
9839 \begin_inset Newline newline
9840 \end_inset
9841
9842
9843 \backslash
9844 hline &
9845 \end_layout
9846
9847 \begin_layout Standard
9848 When the cell to be broken is in the last column, the command
9849 \end_layout
9850
9851 \begin_layout Standard
9852
9853 \series bold
9854
9855 \backslash
9856 setlength{
9857 \backslash
9858 parfillskip}{0pt}
9859 \end_layout
9860
9861 \begin_layout Standard
9862 must be inserted as \SpecialChar TeX
9863  Code at the beginning of the cell.
9864  This ensures that the part of the cell that will be displayed on the new
9865  page appears with the full width.
9866 \end_layout
9867
9868 \begin_layout Standard
9869 \align center
9870 \begin_inset Tabular
9871 <lyxtabular version="3" rows="38" columns="3">
9872 <features islongtable="true" longtabularalignment="center">
9873 <column alignment="left" valignment="top" width="0cm">
9874 <column alignment="left" valignment="top" width="3cm">
9875 <column alignment="center" valignment="top" width="0pt">
9876 <row endfirsthead="true" caption="true">
9877 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881 \begin_inset Caption Standard
9882
9883 \begin_layout Plain Layout
9884 Table with forced page break in table cell
9885 \begin_inset CommandInset label
9886 LatexCommand label
9887 name "tab:ForcedPagebreak"
9888
9889 \end_inset
9890
9891
9892 \begin_inset Argument 1
9893 status collapsed
9894
9895 \begin_layout Plain Layout
9896 Table with forced page break in table cell
9897 \end_layout
9898
9899 \end_inset
9900
9901
9902 \end_layout
9903
9904 \end_inset
9905
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 </row>
9930 <row endfirsthead="true">
9931 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935
9936 \series bold
9937 Example Phone List (ignore the names)
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 </row>
9961 <row endfirsthead="true">
9962 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966
9967 \series bold
9968 NAME
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \series bold
9988 TEL.
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 </row>
9994 <row endhead="true" caption="true">
9995 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 \begin_inset Caption Unnumbered
10000
10001 \begin_layout Plain Layout
10002 Continued Example Phone List
10003 \end_layout
10004
10005 \end_inset
10006
10007
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 </row>
10031 <row endhead="true">
10032 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \series bold
10038 Example Phone List
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 </row>
10062 <row endhead="true">
10063 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \series bold
10069 NAME
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \series bold
10089 TEL.
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 </row>
10095 <row endfoot="true">
10096 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 continued on next page
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 </row>
10124 <row>
10125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129
10130 \series bold
10131 Annovi
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 Silvia
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 111
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 </row>
10155 <row>
10156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \series bold
10162 Bertoli
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 Stefano
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 111
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 <row>
10187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \series bold
10193 Bozzi
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 Walter
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 111
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 </row>
10217 <row>
10218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222
10223 \series bold
10224 Cachia
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 Maria
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 111
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 </row>
10248 <row>
10249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253
10254 \series bold
10255 Cachia
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 Maurizio
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 111
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 </row>
10279 <row>
10280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284
10285 \series bold
10286 Cinquemani
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 Giusi
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 111
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 </row>
10310 <row>
10311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315
10316 \series bold
10317 Colin
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 Bernard
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 111
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 </row>
10341 <row>
10342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346
10347 \series bold
10348 Concli
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 Gianfranco
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 111
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 </row>
10372 <row>
10373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377
10378 \series bold
10379 Dal Bosco
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 Carolina
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 111
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 </row>
10403 <row>
10404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408
10409 \series bold
10410 Dalpiaz
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 Annamaria
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 111
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 <row>
10435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439
10440 \series bold
10441 Feliciello
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 Domenico
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 111
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 </row>
10465 <row>
10466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470
10471 \series bold
10472 Focarelli
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 Paola
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 111
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 </row>
10496 <row>
10497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501
10502 \series bold
10503 Galletti
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 Oreste
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 111
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 </row>
10527 <row>
10528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532
10533 \series bold
10534 Gasparini
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 Franca
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 111
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 </row>
10558 <row>
10559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563
10564 \series bold
10565 Lassini
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 Giancarlo
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 111
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 </row>
10589 <row>
10590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594
10595 \series bold
10596 Malfatti
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 Luciano
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 111
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \series bold
10627 Malfatti
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 Valeriano
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 111
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 </row>
10651 <row>
10652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656
10657 \series bold
10658 Meneguzzo
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 Roberto
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 111
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 </row>
10682 <row>
10683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \series bold
10689 Mezzadra
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 Roberto
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 111
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 </row>
10713 <row>
10714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718
10719 \series bold
10720 Pirpamer
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 Erich
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 111
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 </row>
10744 <row>
10745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749
10750 \series bold
10751 Pochiesa
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 Paolo
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 111, 222
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 </row>
10775 <row>
10776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \series bold
10782 Radina
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 Claudio
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 111
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 </row>
10806 <row>
10807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811
10812 \series bold
10813 Rizzardi
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 Paolo, 11.
10823  Fürst von Montecompatri, 11.
10824  Fürst von Sulmona und Vivaro, 10.
10825  Fürst von Rossano, 5.
10826  Herzog von Canemorte, 11.
10827  Herzog von Palombara, 5.
10828  Herzog von Castelchiodato,
10829 \begin_inset ERT
10830 status open
10831
10832 \begin_layout Plain Layout
10833
10834 & 111
10835 \backslash
10836
10837 \backslash
10838  
10839 \backslash
10840 newpage
10841 \end_layout
10842
10843 \begin_layout Plain Layout
10844
10845 &
10846 \end_layout
10847
10848 \end_inset
10849
10850  11.
10851  Herzog von Poggionativo, 11.
10852  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10853  Graf von Valinfreda, 11.
10854  Baron von Cropalati, 11.
10855  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 <row>
10871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875
10876 \series bold
10877 Stuffer
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 Oskar
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 111
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 <row>
10902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906
10907 \series bold
10908 Tacchelli
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 Ugo
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 111
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 </row>
10932 <row>
10933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937
10938 \series bold
10939 Tezzele
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 Margit
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 111
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 </row>
10963 <row>
10964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968
10969 \series bold
10970 Unterkalmsteiner
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 Frieda
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 111
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 </row>
10994 <row>
10995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \series bold
11001 Vieider
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 Hilde
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 111
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 </row>
11025 <row>
11026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030
11031 \series bold
11032 Vigna
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 Jürgen
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 111
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 </row>
11056 <row>
11057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061
11062 \series bold
11063 Weber
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 Maurizio
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 111
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 </row>
11087 <row>
11088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092
11093 \series bold
11094 Winkler
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 Franz
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112 111
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 </row>
11118 </lyxtabular>
11119
11120 \end_inset
11121
11122
11123 \end_layout
11124
11125 \begin_layout Section
11126 Multiple Lines, Columns and Rows
11127 \end_layout
11128
11129 \begin_layout Subsection
11130 Multiple Lines in Table Cells
11131 \begin_inset CommandInset label
11132 LatexCommand label
11133 name "subsec:Multiple-Lines-in"
11134
11135 \end_inset
11136
11137
11138 \begin_inset Index idx
11139 status collapsed
11140
11141 \begin_layout Plain Layout
11142 Multiple Lines in Table Cells
11143 \end_layout
11144
11145 \end_inset
11146
11147
11148 \begin_inset Index idx
11149 status collapsed
11150
11151 \begin_layout Plain Layout
11152 Table ! Linebreaks
11153 \end_layout
11154
11155 \end_inset
11156
11157
11158 \end_layout
11159
11160 \begin_layout Standard
11161 \noindent
11162 \begin_inset Float table
11163 placement H
11164 wide false
11165 sideways false
11166 status open
11167
11168 \begin_layout Plain Layout
11169 \begin_inset Caption Standard
11170
11171 \begin_layout Plain Layout
11172 \begin_inset CommandInset label
11173 LatexCommand label
11174 name "tab:Table-with-multiple"
11175
11176 \end_inset
11177
11178 Table with multiple lines in cells
11179 \end_layout
11180
11181 \end_inset
11182
11183
11184 \end_layout
11185
11186 \begin_layout Plain Layout
11187 \align center
11188 \begin_inset Tabular
11189 <lyxtabular version="3" rows="3" columns="3">
11190 <features tabularvalignment="middle">
11191 <column alignment="center" valignment="middle" width="2.5cm">
11192 <column alignment="center" valignment="middle">
11193 <column alignment="center" valignment="middle">
11194 <row>
11195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 multiple
11200 \begin_inset Newline linebreak
11201 \end_inset
11202
11203 lines
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212 b
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 c
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 </row>
11227 <row>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 d
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 e
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 f
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 </row>
11256 <row>
11257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 g
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 h
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 i
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 </lyxtabular>
11286
11287 \end_inset
11288
11289
11290 \end_layout
11291
11292 \end_inset
11293
11294
11295 \end_layout
11296
11297 \begin_layout Standard
11298 Setting a fixed width for a column enables you to enter text as a paragraph
11299  with multiple lines and hyphenation.
11300 \end_layout
11301
11302 \begin_layout Standard
11303 To produce Table
11304 \begin_inset space ~
11305 \end_inset
11306
11307
11308 \begin_inset CommandInset ref
11309 LatexCommand ref
11310 reference "tab:Table-with-multiple"
11311
11312 \end_inset
11313
11314 , create a 3×3 table, mark the first cell and right-click on it.
11315  In the appearing table dialog we set a cell width of 2.5
11316 \begin_inset space \thinspace{}
11317 \end_inset
11318
11319 cm and choose centered for the vertical and horizontal alignment.
11320  The vertical alignment is used for all cells of the row.
11321  As our text is smaller than 2.5
11322 \begin_inset space \thinspace{}
11323 \end_inset
11324
11325 cm, only one line will appear.
11326  To get two lines, a justified line break (shortcut 
11327 \begin_inset Info
11328 type  "shortcut"
11329 arg   "newline-insert linebreak"
11330 \end_inset
11331
11332 ) was added.
11333  If the text is wider than the set cell width, it will automatically be
11334  broken to several lines.
11335 \end_layout
11336
11337 \begin_layout Standard
11338 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11339  by \SpecialChar LaTeX
11340  if it is the first entry.
11341  Therefore you need to insert something to prevent the word not being the
11342  first entry.
11343  So add a horizontal space of 0
11344 \begin_inset space \thinspace{}
11345 \end_inset
11346
11347 pt before the word.
11348  As the space is zero, it doesn't change the output.
11349  Table
11350 \begin_inset space ~
11351 \end_inset
11352
11353
11354 \begin_inset CommandInset ref
11355 LatexCommand ref
11356 reference "tab:Table-with-and"
11357
11358 \end_inset
11359
11360  shows the effect.
11361 \end_layout
11362
11363 \begin_layout Standard
11364 \begin_inset Float table
11365 placement h
11366 wide false
11367 sideways false
11368 status open
11369
11370 \begin_layout Plain Layout
11371 \begin_inset Caption Standard
11372
11373 \begin_layout Plain Layout
11374 \begin_inset CommandInset label
11375 LatexCommand label
11376 name "tab:Table-with-and"
11377
11378 \end_inset
11379
11380 Table with and without hyphenation
11381 \end_layout
11382
11383 \end_inset
11384
11385
11386 \end_layout
11387
11388 \begin_layout Plain Layout
11389 \begin_inset space \hfill{}
11390 \end_inset
11391
11392
11393 \begin_inset Tabular
11394 <lyxtabular version="3" rows="3" columns="3">
11395 <features tabularvalignment="middle">
11396 <column alignment="center" valignment="middle" width="2.5cm">
11397 <column alignment="center" valignment="middle">
11398 <column alignment="center" valignment="middle">
11399 <row>
11400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 verylongtablecellword
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413 b
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 c
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 </row>
11428 <row>
11429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 d
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Plain Layout
11442 e
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 f
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 </row>
11457 <row>
11458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 g
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 h
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 i
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 </row>
11486 </lyxtabular>
11487
11488 \end_inset
11489
11490
11491 \begin_inset space \hfill{}
11492 \end_inset
11493
11494
11495 \begin_inset Tabular
11496 <lyxtabular version="3" rows="3" columns="3">
11497 <features tabularvalignment="middle">
11498 <column alignment="center" valignment="middle" width="2.5cm">
11499 <column alignment="center" valignment="middle">
11500 <column alignment="center" valignment="middle">
11501 <row>
11502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 \begin_inset space \hspace{}
11507 \length 0pt
11508 \end_inset
11509
11510 verylongtablecellword
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 b
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 c
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 </row>
11534 <row>
11535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 d
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 e
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 f
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 </row>
11563 <row>
11564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 g
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 h
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 i
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 </row>
11592 </lyxtabular>
11593
11594 \end_inset
11595
11596
11597 \begin_inset space \hfill{}
11598 \end_inset
11599
11600
11601 \end_layout
11602
11603 \end_inset
11604
11605
11606 \end_layout
11607
11608 \begin_layout Subsection
11609 Multicolumns
11610 \begin_inset CommandInset label
11611 LatexCommand label
11612 name "subsec:Multicolumns"
11613
11614 \end_inset
11615
11616
11617 \begin_inset Index idx
11618 status collapsed
11619
11620 \begin_layout Plain Layout
11621 Multicolumns
11622 \end_layout
11623
11624 \end_inset
11625
11626
11627 \begin_inset Index idx
11628 status collapsed
11629
11630 \begin_layout Plain Layout
11631 Table ! Multicolumns
11632 \end_layout
11633
11634 \end_inset
11635
11636
11637 \end_layout
11638
11639 \begin_layout Subsubsection
11640 Multicolumn Basics
11641 \end_layout
11642
11643 \begin_layout Standard
11644 To merge cells over multiple columns, select as many cells within a row
11645  as you want to merge and use either the table-toolbar button 
11646 \begin_inset Info
11647 type  "icon"
11648 arg   "tabular-feature multicolumn"
11649 \end_inset
11650
11651 , or the menu 
11652 \family sans
11653 Edit\SpecialChar menuseparator
11654 Table\SpecialChar menuseparator
11655 Multicolumn
11656 \family default
11657 , or right click on the marked cells and choose 
11658 \family sans
11659 Multicolumn
11660 \family default
11661  in the context menu.
11662 \end_layout
11663
11664 \begin_layout Standard
11665 Multicolumns have their own cell settings.
11666  That means changing cell borders, cell alignment, and the width only affects
11667  the multicolumn.
11668  Here is an example table with a multicolumn cell in the first row and one
11669  in the last row without the upper border:
11670 \end_layout
11671
11672 \begin_layout Standard
11673 \align center
11674 \begin_inset Tabular
11675 <lyxtabular version="3" rows="3" columns="4">
11676 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11677 <column alignment="center" valignment="top" width="0pt">
11678 <column alignment="center" valignment="middle">
11679 <column alignment="center" valignment="top" width="0in">
11680 <column alignment="center" valignment="top" width="0pt">
11681 <row>
11682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686 abc
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695 def ghi
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713 jkl
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 </row>
11719 <row>
11720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724
11725 \family roman
11726 \series medium
11727 \shape up
11728 \size normal
11729 \emph off
11730 \bar no
11731 \noun off
11732 \color none
11733 A
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11739 \begin_inset Text
11740
11741 \begin_layout Plain Layout
11742 B
11743 \end_layout
11744
11745 \end_inset
11746 </cell>
11747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11748 \begin_inset Text
11749
11750 \begin_layout Plain Layout
11751 C
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 D
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 </row>
11766 <row>
11767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11768 \begin_inset Text
11769
11770 \begin_layout Plain Layout
11771 1
11772 \end_layout
11773
11774 \end_inset
11775 </cell>
11776 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11777 \begin_inset Text
11778
11779 \begin_layout Plain Layout
11780 2
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 3
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798 4
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 </row>
11804 </lyxtabular>
11805
11806 \end_inset
11807
11808
11809 \end_layout
11810
11811 \begin_layout Subsubsection
11812 Multicolumn Calculations
11813 \begin_inset CommandInset label
11814 LatexCommand label
11815 name "subsec:Multicolumn-Calculations"
11816
11817 \end_inset
11818
11819
11820 \begin_inset Index idx
11821 status collapsed
11822
11823 \begin_layout Plain Layout
11824 Multicolumns ! Calculations
11825 \end_layout
11826
11827 \end_inset
11828
11829
11830 \end_layout
11831
11832 \begin_layout Standard
11833 \SpecialChar LyX
11834  supports multicolumns directly, but we have to take account of the cell
11835  width of the columns spanned by the multicolumn cell.
11836 \end_layout
11837
11838 \begin_layout Standard
11839 \begin_inset Float table
11840 placement h
11841 wide false
11842 sideways false
11843 status open
11844
11845 \begin_layout Plain Layout
11846 \begin_inset Caption Standard
11847
11848 \begin_layout Plain Layout
11849 \begin_inset CommandInset label
11850 LatexCommand label
11851 name "tab:Table-with-centered"
11852
11853 \end_inset
11854
11855 Table with centered multicolumn text above two columns that have exactly
11856  half the width of the multicolumn cell
11857 \begin_inset Argument 1
11858 status collapsed
11859
11860 \begin_layout Plain Layout
11861 Perfect multicolumn table
11862 \end_layout
11863
11864 \end_inset
11865
11866
11867 \end_layout
11868
11869 \end_inset
11870
11871
11872 \end_layout
11873
11874 \begin_layout Plain Layout
11875 \align center
11876 \begin_inset Tabular
11877 <lyxtabular version="3" rows="3" columns="3">
11878 <features tabularvalignment="middle">
11879 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11880 <column alignment="center" valignment="middle">
11881 <column alignment="center" valignment="top">
11882 <row>
11883 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11884 \begin_inset Text
11885
11886 \begin_layout Plain Layout
11887 multiple lines multicolumn
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896
11897 \end_layout
11898
11899 \end_inset
11900 </cell>
11901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905 c
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 </row>
11911 <row>
11912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 d
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 e
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 f
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 </row>
11940 <row>
11941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 g
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 h
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 i
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 </row>
11969 </lyxtabular>
11970
11971 \end_inset
11972
11973
11974 \end_layout
11975
11976 \end_inset
11977
11978
11979 \end_layout
11980
11981 \begin_layout Standard
11982 To create for example Table
11983 \begin_inset space ~
11984 \end_inset
11985
11986
11987 \begin_inset CommandInset ref
11988 LatexCommand ref
11989 reference "tab:Table-with-centered"
11990
11991 \end_inset
11992
11993 , mark the first two cells in the first row of a 3×3 table and right-click
11994  on them.
11995  Now choose for this cell 
11996 \emph on
11997 multicolumn
11998 \emph default
11999
12000 \emph on
12001 centered alignment
12002 \emph default
12003  and a width of 2.5
12004 \begin_inset space \thinspace{}
12005 \end_inset
12006
12007 cm in the table dialog.
12008  The merged columns should have exactly half the width of the multicolumn
12009  cell, so that you would set a width of 1.25
12010 \begin_inset space \thinspace{}
12011 \end_inset
12012
12013 cm for the first column.
12014  The second column has then automatically a width of 1.25
12015 \begin_inset space \thinspace{}
12016 \end_inset
12017
12018 cm (multicolumn width - width of first column).
12019  This was done for Table
12020 \begin_inset space ~
12021 \end_inset
12022
12023
12024 \begin_inset CommandInset ref
12025 LatexCommand ref
12026 reference "tab:Table-without-half"
12027
12028 \end_inset
12029
12030 .
12031 \end_layout
12032
12033 \begin_layout Standard
12034 \begin_inset Float table
12035 wide false
12036 sideways false
12037 status open
12038
12039 \begin_layout Plain Layout
12040 \begin_inset Caption Standard
12041
12042 \begin_layout Plain Layout
12043 \begin_inset CommandInset label
12044 LatexCommand label
12045 name "tab:Table-without-half"
12046
12047 \end_inset
12048
12049 Table where the spanned table columns are not exactly half the width of
12050  the multicolumn cell
12051 \begin_inset Argument 1
12052 status collapsed
12053
12054 \begin_layout Plain Layout
12055 Imperfect multicolumn table
12056 \end_layout
12057
12058 \end_inset
12059
12060
12061 \end_layout
12062
12063 \end_inset
12064
12065
12066 \end_layout
12067
12068 \begin_layout Plain Layout
12069 \align center
12070 \begin_inset Tabular
12071 <lyxtabular version="3" rows="3" columns="3">
12072 <features tabularvalignment="middle">
12073 <column alignment="center" valignment="top" width="1.25cm">
12074 <column alignment="center" valignment="top">
12075 <column alignment="center" valignment="top">
12076 <row>
12077 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12078 \begin_inset Text
12079
12080 \begin_layout Plain Layout
12081 multiple lines multicolumn
12082 \end_layout
12083
12084 \end_inset
12085 </cell>
12086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12087 \begin_inset Text
12088
12089 \begin_layout Plain Layout
12090
12091 \end_layout
12092
12093 \end_inset
12094 </cell>
12095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12096 \begin_inset Text
12097
12098 \begin_layout Plain Layout
12099 c
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 </row>
12105 <row>
12106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12107 \begin_inset Text
12108
12109 \begin_layout Plain Layout
12110 d
12111 \end_layout
12112
12113 \end_inset
12114 </cell>
12115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12116 \begin_inset Text
12117
12118 \begin_layout Plain Layout
12119 e
12120 \end_layout
12121
12122 \end_inset
12123 </cell>
12124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12125 \begin_inset Text
12126
12127 \begin_layout Plain Layout
12128 f
12129 \end_layout
12130
12131 \end_inset
12132 </cell>
12133 </row>
12134 <row>
12135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12136 \begin_inset Text
12137
12138 \begin_layout Plain Layout
12139 g
12140 \end_layout
12141
12142 \end_inset
12143 </cell>
12144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12145 \begin_inset Text
12146
12147 \begin_layout Plain Layout
12148 h
12149 \end_layout
12150
12151 \end_inset
12152 </cell>
12153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12154 \begin_inset Text
12155
12156 \begin_layout Plain Layout
12157 i
12158 \end_layout
12159
12160 \end_inset
12161 </cell>
12162 </row>
12163 </lyxtabular>
12164
12165 \end_inset
12166
12167
12168 \end_layout
12169
12170 \end_inset
12171
12172
12173 \end_layout
12174
12175 \begin_layout Standard
12176 You can see that the first column is not half the width of the multicolumn
12177  cell, it is a bit bigger.
12178  The reason is that the specified width of a cell 
12179 \begin_inset Formula $W_{g}$
12180 \end_inset
12181
12182  is not its total width 
12183 \begin_inset Formula $W_{\mathrm{tot}}$
12184 \end_inset
12185
12186  because a cell is always a bit larger than specified.
12187  Appendix
12188 \begin_inset space ~
12189 \end_inset
12190
12191
12192 \begin_inset CommandInset ref
12193 LatexCommand ref
12194 reference "cha:Explanation-of-Equation"
12195
12196 \end_inset
12197
12198  explains this in detail.
12199 \end_layout
12200
12201 \begin_layout Standard
12202 The width 
12203 \begin_inset Formula $W_{g\,n}$
12204 \end_inset
12205
12206  which the user needs to set when 
12207 \emph on
12208 n
12209 \emph default
12210  columns are spanned can be calculated, so that each column has a total
12211  width of 
12212 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12213 \end_inset
12214
12215 :
12216 \begin_inset Formula 
12217 \begin{equation}
12218 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12219 \end{equation}
12220
12221 \end_inset
12222
12223
12224 \end_layout
12225
12226 \begin_layout Standard
12227 In our case we have 
12228 \begin_inset Formula $n=2$
12229 \end_inset
12230
12231
12232 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12233 \end_inset
12234
12235 cm and the default values for the lengths, so that equation 
12236 \begin_inset CommandInset ref
12237 LatexCommand ref
12238 reference "eq:Wgn"
12239
12240 \end_inset
12241
12242  becomes
12243 \begin_inset Formula 
12244 \begin{equation}
12245 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12246 \end{equation}
12247
12248 \end_inset
12249
12250
12251 \end_layout
12252
12253 \begin_layout Standard
12254 To enable calculations in \SpecialChar LaTeX
12255 , the \SpecialChar LaTeX
12256 -package 
12257 \series bold
12258 calc
12259 \series default
12260  must be loaded with the document preamble line
12261 \begin_inset Index idx
12262 status collapsed
12263
12264 \begin_layout Plain Layout
12265 \SpecialChar LaTeX
12266 -packages ! calc
12267 \end_layout
12268
12269 \end_inset
12270
12271
12272 \end_layout
12273
12274 \begin_layout Standard
12275
12276 \series bold
12277
12278 \backslash
12279 usepackage{calc}
12280 \end_layout
12281
12282 \begin_layout Standard
12283 \SpecialChar LyX
12284  does not allow you to calculate lengths in the 
12285 \family sans
12286 Width
12287 \family default
12288  field of the table dialog.
12289  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12290 -argument in the
12291  dialog.
12292  Here is an overview about the arguments:
12293 \end_layout
12294
12295 \begin_layout Itemize
12296
12297 \series bold
12298 p{width}
12299 \series default
12300  creates cell with a fixed width, its text is vertically top-aligned
12301 \end_layout
12302
12303 \begin_layout Itemize
12304
12305 \series bold
12306 m{width}
12307 \series default
12308  creates cell with a fixed width, its text is vertically centered
12309 \end_layout
12310
12311 \begin_layout Itemize
12312
12313 \series bold
12314 b{width}
12315 \series default
12316  creates cell with a fixed width, its text is vertically bottom-aligned
12317 \end_layout
12318
12319 \begin_layout Standard
12320 By entering a \SpecialChar LaTeX
12321 -argument, all cell settings set in the table dialog are overwritt
12322 en.
12323 \end_layout
12324
12325 \begin_layout Standard
12326 \begin_inset Note Greyedout
12327 status open
12328
12329 \begin_layout Plain Layout
12330
12331 \series bold
12332 Note:
12333 \series default
12334  Due to a bug, \SpecialChar LyX
12335  shows the overwritten settings anyway.
12336 \end_layout
12337
12338 \end_inset
12339
12340
12341 \end_layout
12342
12343 \begin_layout Standard
12344 As the text should be horizontally centered, the command 
12345 \series bold
12346
12347 \backslash
12348 centering
12349 \series default
12350  is added.
12351  You can now enter the following \SpecialChar LaTeX
12352 -argument for the first spanned column:
12353 \end_layout
12354
12355 \begin_layout Standard
12356
12357 \series bold
12358 >{
12359 \backslash
12360 centering}m{1.25cm-6.2pt}
12361 \end_layout
12362
12363 \begin_layout Standard
12364 The command 
12365 \series bold
12366 >{ }
12367 \series default
12368  means, that the commands inside the braces are applied before the cell
12369  is created.
12370 \end_layout
12371
12372 \begin_layout Standard
12373 Although we have chosen centered alignment for the text of the multicolumn
12374  cell, it is still left aligned.
12375  This is because \SpecialChar LyX
12376  only applies the alignment to single columns.
12377  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12378 -argument
12379 \end_layout
12380
12381 \begin_layout Standard
12382
12383 \series bold
12384 >{
12385 \backslash
12386 centering}m{2.5cm}
12387 \end_layout
12388
12389 \begin_layout Subsection
12390 Multirows
12391 \begin_inset CommandInset label
12392 LatexCommand label
12393 name "subsec:Multirows"
12394
12395 \end_inset
12396
12397
12398 \begin_inset Index idx
12399 status collapsed
12400
12401 \begin_layout Plain Layout
12402 Multirows
12403 \end_layout
12404
12405 \end_inset
12406
12407
12408 \begin_inset Index idx
12409 status collapsed
12410
12411 \begin_layout Plain Layout
12412 Table ! Multirows
12413 \end_layout
12414
12415 \end_inset
12416
12417
12418 \end_layout
12419
12420 \begin_layout Standard
12421 To merge cells over multiple rows, select as many cells within a column
12422  as you want to merge and use either the table-toolbar button 
12423 \begin_inset Info
12424 type  "icon"
12425 arg   "tabular-feature multirow"
12426 \end_inset
12427
12428 , or the menu 
12429 \family sans
12430 Edit\SpecialChar menuseparator
12431 Table\SpecialChar menuseparator
12432 Multirow
12433 \family default
12434 , or right click on the marked cells and choose 
12435 \family sans
12436 Multirow
12437 \family default
12438  in the context menu.
12439 \end_layout
12440
12441 \begin_layout Standard
12442 Here is an example table with a multirow in the first column:
12443 \end_layout
12444
12445 \begin_layout Standard
12446 \align center
12447 \begin_inset Tabular
12448 <lyxtabular version="3" rows="3" columns="3">
12449 <features tabularvalignment="middle">
12450 <column alignment="center" valignment="top" width="0pt">
12451 <column alignment="center" valignment="top">
12452 <column alignment="center" valignment="top">
12453 <row>
12454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12455 \begin_inset Text
12456
12457 \begin_layout Plain Layout
12458 a long cell entry
12459 \end_layout
12460
12461 \end_inset
12462 </cell>
12463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12464 \begin_inset Text
12465
12466 \begin_layout Plain Layout
12467 b
12468 \end_layout
12469
12470 \end_inset
12471 </cell>
12472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12473 \begin_inset Text
12474
12475 \begin_layout Plain Layout
12476 c
12477 \end_layout
12478
12479 \end_inset
12480 </cell>
12481 </row>
12482 <row>
12483 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12484 \begin_inset Text
12485
12486 \begin_layout Plain Layout
12487 multirow
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 e
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505 f
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 </row>
12511 <row>
12512 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525 h
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 i
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 </row>
12540 </lyxtabular>
12541
12542 \end_inset
12543
12544
12545 \end_layout
12546
12547 \begin_layout Standard
12548 The width of multirow cells is set by setting the width and alignment for
12549  the whole column.
12550  The 
12551 \family sans
12552 Vertical Offset
12553 \family default
12554  shifts the content of the multirow up/down if the offset is positive/negative.
12555 \end_layout
12556
12557 \begin_layout Standard
12558 If the column of a multirow cell has no explicit width, the multirow cell
12559  inherits the alignment of the column.
12560  Otherwise it is by default left-aligned.
12561  To override the default, renew the command 
12562 \series bold
12563
12564 \backslash
12565 multirowsetup
12566 \series default
12567  with the command
12568 \end_layout
12569
12570 \begin_layout Standard
12571
12572 \series bold
12573
12574 \backslash
12575 renewcommand{
12576 \backslash
12577 multirowsetup}{
12578 \backslash
12579 centering}
12580 \end_layout
12581
12582 \begin_layout Standard
12583 in the document preamble.
12584  Then all entries of multirow cells in the document are centered.
12585  If centering is only needed for several tables, you can renew the command
12586  in a \SpecialChar TeX
12587  Code box just before the table instead of the preamble.
12588  If the text should be right-aligned, replace 
12589 \series bold
12590
12591 \backslash
12592 centering
12593 \series default
12594  by 
12595 \series bold
12596
12597 \backslash
12598 raggedleft
12599 \series default
12600 .
12601  To return to left-alignment 
12602 \series bold
12603
12604 \backslash
12605 raggedright
12606 \series default
12607  is used.
12608 \end_layout
12609
12610 \begin_layout Standard
12611 This is an example table with a right-aligned multirow cell that has a vertical
12612  offset of -4
12613 \begin_inset space \thinspace{}
12614 \end_inset
12615
12616 mm and is in a 3
12617 \begin_inset space \thinspace{}
12618 \end_inset
12619
12620 cm wide column:
12621 \end_layout
12622
12623 \begin_layout Standard
12624 \noindent
12625 \align center
12626 \begin_inset ERT
12627 status collapsed
12628
12629 \begin_layout Plain Layout
12630
12631
12632 \backslash
12633 renewcommand{
12634 \backslash
12635 multirowsetup}{
12636 \backslash
12637 raggedleft}
12638 \end_layout
12639
12640 \end_inset
12641
12642
12643 \begin_inset Tabular
12644 <lyxtabular version="3" rows="4" columns="3">
12645 <features tabularvalignment="middle">
12646 <column alignment="center" valignment="top" width="3cm">
12647 <column alignment="center" valignment="top">
12648 <column alignment="center" valignment="top">
12649 <row>
12650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654 a long cell entry
12655 \end_layout
12656
12657 \end_inset
12658 </cell>
12659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12660 \begin_inset Text
12661
12662 \begin_layout Plain Layout
12663 b
12664 \end_layout
12665
12666 \end_inset
12667 </cell>
12668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12669 \begin_inset Text
12670
12671 \begin_layout Plain Layout
12672 c
12673 \end_layout
12674
12675 \end_inset
12676 </cell>
12677 </row>
12678 <row>
12679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Plain Layout
12683 t
12684 \end_layout
12685
12686 \end_inset
12687 </cell>
12688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12689 \begin_inset Text
12690
12691 \begin_layout Plain Layout
12692 n
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701 m
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 </row>
12707 <row>
12708 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 multirow
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 e
12722 \end_layout
12723
12724 \end_inset
12725 </cell>
12726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12727 \begin_inset Text
12728
12729 \begin_layout Plain Layout
12730 f
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 </row>
12736 <row>
12737 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750 h
12751 \end_layout
12752
12753 \end_inset
12754 </cell>
12755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12756 \begin_inset Text
12757
12758 \begin_layout Plain Layout
12759 i
12760 \end_layout
12761
12762 \end_inset
12763 </cell>
12764 </row>
12765 </lyxtabular>
12766
12767 \end_inset
12768
12769
12770 \begin_inset ERT
12771 status collapsed
12772
12773 \begin_layout Plain Layout
12774
12775
12776 \backslash
12777 renewcommand{
12778 \backslash
12779 multirowsetup}{
12780 \backslash
12781 raggedright}
12782 \end_layout
12783
12784 \end_inset
12785
12786
12787 \end_layout
12788
12789 \begin_layout Standard
12790 To start a new line in a multirow you can use a forced line break (shortcut
12791  
12792 \begin_inset Info
12793 type  "shortcut"
12794 arg   "newline-insert newline"
12795 \end_inset
12796
12797 ) but this will not respect the cell lines as demonstrated in this table:
12798 \end_layout
12799
12800 \begin_layout Standard
12801 \noindent
12802 \align center
12803 \begin_inset Tabular
12804 <lyxtabular version="3" rows="3" columns="2">
12805 <features tabularvalignment="middle">
12806 <column alignment="left" valignment="middle" width="2cm">
12807 <column alignment="center" valignment="top">
12808 <row>
12809 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12810 \begin_inset Text
12811
12812 \begin_layout Plain Layout
12813 aaa
12814 \begin_inset Newline newline
12815 \end_inset
12816
12817 aaa
12818 \begin_inset Newline newline
12819 \end_inset
12820
12821 wrong cell
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830 ccc
12831 \end_layout
12832
12833 \end_inset
12834 </cell>
12835 </row>
12836 <row>
12837 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850 ddd
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 </row>
12856 <row>
12857 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 bbb
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 eee
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 </row>
12876 </lyxtabular>
12877
12878 \end_inset
12879
12880
12881 \end_layout
12882
12883 \begin_layout Standard
12884 Therefore be careful with forced line breaks.
12885 \end_layout
12886
12887 \begin_layout Subsection
12888 Cells with diagonal line(s)
12889 \end_layout
12890
12891 \begin_layout Standard
12892 To tell the reader what is meant by column and row headings in a table,
12893  it is helpful to split the first cell of the table by one or two diagonal
12894  lines.
12895  This can be achieved by loading the \SpecialChar LaTeX
12896  package 
12897 \series bold
12898 diagbox
12899 \series default
12900
12901 \begin_inset Index idx
12902 status collapsed
12903
12904 \begin_layout Plain Layout
12905 \SpecialChar LaTeX
12906 -packages ! picinpar
12907 \end_layout
12908
12909 \end_inset
12910
12911  in the document preamble.
12912  The package provides the command 
12913 \series bold
12914
12915 \backslash
12916 diagbox
12917 \series default
12918  that is inserted as \SpecialChar TeX
12919  Code and that can take 2 or 3
12920 \begin_inset space ~
12921 \end_inset
12922
12923 arguments:
12924 \end_layout
12925
12926 \begin_layout Standard
12927
12928 \series bold
12929
12930 \backslash
12931 diagbox[options]{lower left}{upper right}
12932 \end_layout
12933
12934 \begin_layout Standard
12935
12936 \series bold
12937
12938 \backslash
12939 diagbox[options]{lower left}{upper left}{upper right}
12940 \end_layout
12941
12942 \begin_layout Standard
12943 The first scheme divides the cell by a single diagonal line and the arguments
12944  are placed below and above this line.
12945  The second scheme divides the cell by 2
12946 \begin_inset space ~
12947 \end_inset
12948
12949 lines.
12950 \end_layout
12951
12952 \begin_layout Standard
12953 \begin_inset ERT
12954 status collapsed
12955
12956 \begin_layout Plain Layout
12957
12958
12959 \backslash
12960 ifdiagbox
12961 \end_layout
12962
12963 \end_inset
12964
12965
12966 \begin_inset Note Note
12967 status open
12968
12969 \begin_layout Plain Layout
12970 The following section will only be displayed when the \SpecialChar LaTeX
12971 -package 
12972 \series bold
12973 diagbox
12974 \series default
12975  is installed.
12976 \end_layout
12977
12978 \end_inset
12979
12980
12981 \end_layout
12982
12983 \begin_layout Standard
12984 Here is an example table where 
12985 \series bold
12986
12987 \backslash
12988 diagbox 
12989 \series default
12990 is used in the 2-argument scheme in the first cell:
12991 \begin_inset VSpace medskip
12992 \end_inset
12993
12994
12995 \end_layout
12996
12997 \begin_layout Standard
12998 \noindent
12999 \begin_inset Tabular
13000 <lyxtabular version="3" rows="4" columns="4">
13001 <features tabularvalignment="middle">
13002 <column alignment="center" valignment="top">
13003 <column alignment="center" valignment="top">
13004 <column alignment="center" valignment="top">
13005 <column alignment="center" valignment="top">
13006 <row>
13007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13008 \begin_inset Text
13009
13010 \begin_layout Plain Layout
13011 \begin_inset ERT
13012 status collapsed
13013
13014 \begin_layout Plain Layout
13015
13016
13017 \backslash
13018 diagbox{
13019 \end_layout
13020
13021 \end_inset
13022
13023 Name
13024 \begin_inset ERT
13025 status collapsed
13026
13027 \begin_layout Plain Layout
13028
13029 }{
13030 \end_layout
13031
13032 \end_inset
13033
13034 Parameter
13035 \begin_inset ERT
13036 status collapsed
13037
13038 \begin_layout Plain Layout
13039
13040 }
13041 \end_layout
13042
13043 \end_inset
13044
13045
13046 \end_layout
13047
13048 \end_inset
13049 </cell>
13050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054 Thickness in nm
13055 \end_layout
13056
13057 \end_inset
13058 </cell>
13059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Plain Layout
13063 Transparency in %
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072 Hardness in MPa
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 </row>
13078 <row>
13079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13080 \begin_inset Text
13081
13082 \begin_layout Plain Layout
13083 Perfect Green
13084 \end_layout
13085
13086 \end_inset
13087 </cell>
13088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Plain Layout
13092 45
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101 80
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 504
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 </row>
13116 <row>
13117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13118 \begin_inset Text
13119
13120 \begin_layout Plain Layout
13121 Dark Multi-P
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 60
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 72
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 982
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 </row>
13154 <row>
13155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159 Crystal Clear Pro
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 18
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 86
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 374
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 </row>
13192 </lyxtabular>
13193
13194 \end_inset
13195
13196
13197 \begin_inset VSpace medskip
13198 \end_inset
13199
13200
13201 \end_layout
13202
13203 \begin_layout Standard
13204 The 3-argument scheme is for example useful for cross-tables of sports leagues
13205  or distances:
13206 \end_layout
13207
13208 \begin_layout Standard
13209 \noindent
13210 \align center
13211 \begin_inset Tabular
13212 <lyxtabular version="3" rows="4" columns="4">
13213 <features tabularvalignment="middle">
13214 <column alignment="center" valignment="top" width="0pt">
13215 <column alignment="center" valignment="top">
13216 <column alignment="center" valignment="top">
13217 <column alignment="center" valignment="top">
13218 <row>
13219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 \begin_inset ERT
13224 status collapsed
13225
13226 \begin_layout Plain Layout
13227
13228
13229 \backslash
13230 diagbox{
13231 \end_layout
13232
13233 \end_inset
13234
13235 Team home
13236 \begin_inset ERT
13237 status collapsed
13238
13239 \begin_layout Plain Layout
13240
13241 }{
13242 \end_layout
13243
13244 \end_inset
13245
13246 Result
13247 \begin_inset ERT
13248 status collapsed
13249
13250 \begin_layout Plain Layout
13251
13252 }{
13253 \end_layout
13254
13255 \end_inset
13256
13257 Team away
13258 \begin_inset ERT
13259 status collapsed
13260
13261 \begin_layout Plain Layout
13262
13263 }
13264 \end_layout
13265
13266 \end_inset
13267
13268
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 Tigers
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 Panthers
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Plain Layout
13295 Falcons
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 </row>
13301 <row>
13302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306 Tigers
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Plain Layout
13315
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324 1:3
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Plain Layout
13333 0:1
13334 \end_layout
13335
13336 \end_inset
13337 </cell>
13338 </row>
13339 <row>
13340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 Panthers
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 3:1
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 0:0
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 </row>
13377 <row>
13378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 Falcons
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391 1:0
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 0:0
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 </row>
13415 </lyxtabular>
13416
13417 \end_inset
13418
13419
13420 \end_layout
13421
13422 \begin_layout Standard
13423 For larger cross-tables one might use split cells in 2 or every corner of
13424  the table like in this example:
13425 \end_layout
13426
13427 \begin_layout Standard
13428 \noindent
13429 \align center
13430 \begin_inset Tabular
13431 <lyxtabular version="3" rows="5" columns="5">
13432 <features tabularvalignment="middle">
13433 <column alignment="center" valignment="top" width="0pt">
13434 <column alignment="center" valignment="top">
13435 <column alignment="center" valignment="top">
13436 <column alignment="center" valignment="top">
13437 <column alignment="center" valignment="top">
13438 <row>
13439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 \begin_inset ERT
13444 status open
13445
13446 \begin_layout Plain Layout
13447
13448
13449 \backslash
13450 diagbox{
13451 \end_layout
13452
13453 \end_inset
13454
13455 Team home
13456 \begin_inset ERT
13457 status collapsed
13458
13459 \begin_layout Plain Layout
13460
13461 }{
13462 \end_layout
13463
13464 \end_inset
13465
13466 Result
13467 \begin_inset ERT
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471
13472 }{
13473 \end_layout
13474
13475 \end_inset
13476
13477 Team away
13478 \begin_inset ERT
13479 status collapsed
13480
13481 \begin_layout Plain Layout
13482
13483 }
13484 \end_layout
13485
13486 \end_inset
13487
13488
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 Tigers
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 Panthers
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 Falcons
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 \begin_inset ERT
13525 status open
13526
13527 \begin_layout Plain Layout
13528
13529
13530 \backslash
13531 diagbox[dir=NE]{
13532 \end_layout
13533
13534 \end_inset
13535
13536 Team home
13537 \begin_inset ERT
13538 status collapsed
13539
13540 \begin_layout Plain Layout
13541
13542 }{
13543 \end_layout
13544
13545 \end_inset
13546
13547 Result
13548 \begin_inset ERT
13549 status collapsed
13550
13551 \begin_layout Plain Layout
13552
13553 }{
13554 \end_layout
13555
13556 \end_inset
13557
13558 Team away
13559 \begin_inset ERT
13560 status collapsed
13561
13562 \begin_layout Plain Layout
13563
13564 }
13565 \end_layout
13566
13567 \end_inset
13568
13569
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 </row>
13575 <row>
13576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 Tigers
13581 \end_layout
13582
13583 \end_inset
13584 </cell>
13585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13586 \begin_inset Text
13587
13588 \begin_layout Plain Layout
13589
13590 \end_layout
13591
13592 \end_inset
13593 </cell>
13594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13595 \begin_inset Text
13596
13597 \begin_layout Plain Layout
13598 1:3
13599 \end_layout
13600
13601 \end_inset
13602 </cell>
13603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607 0:1
13608 \end_layout
13609
13610 \end_inset
13611 </cell>
13612 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13613 \begin_inset Text
13614
13615 \begin_layout Plain Layout
13616 Tigers
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 </row>
13622 <row>
13623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13624 \begin_inset Text
13625
13626 \begin_layout Plain Layout
13627 Panthers
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636 3:1
13637 \end_layout
13638
13639 \end_inset
13640 </cell>
13641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13642 \begin_inset Text
13643
13644 \begin_layout Plain Layout
13645
13646 \end_layout
13647
13648 \end_inset
13649 </cell>
13650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654 0:0
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 Panthers
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 </row>
13669 <row>
13670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13671 \begin_inset Text
13672
13673 \begin_layout Plain Layout
13674 Falcons
13675 \end_layout
13676
13677 \end_inset
13678 </cell>
13679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683 1:0
13684 \end_layout
13685
13686 \end_inset
13687 </cell>
13688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13689 \begin_inset Text
13690
13691 \begin_layout Plain Layout
13692 0:0
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 Falcons
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 </row>
13716 <row>
13717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 \begin_inset ERT
13722 status open
13723
13724 \begin_layout Plain Layout
13725
13726
13727 \backslash
13728 diagbox[dir=SW]{
13729 \end_layout
13730
13731 \end_inset
13732
13733 Team home
13734 \begin_inset ERT
13735 status collapsed
13736
13737 \begin_layout Plain Layout
13738
13739 }{
13740 \end_layout
13741
13742 \end_inset
13743
13744 Result
13745 \begin_inset ERT
13746 status collapsed
13747
13748 \begin_layout Plain Layout
13749
13750 }{
13751 \end_layout
13752
13753 \end_inset
13754
13755 Team away
13756 \begin_inset ERT
13757 status collapsed
13758
13759 \begin_layout Plain Layout
13760
13761 }
13762 \end_layout
13763
13764 \end_inset
13765
13766
13767 \end_layout
13768
13769 \end_inset
13770 </cell>
13771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13772 \begin_inset Text
13773
13774 \begin_layout Plain Layout
13775 Tigers
13776 \end_layout
13777
13778 \end_inset
13779 </cell>
13780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Plain Layout
13784 Panthers
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 Falcons
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 \begin_inset ERT
13803 status open
13804
13805 \begin_layout Plain Layout
13806
13807
13808 \backslash
13809 diagbox[dir=SE]{
13810 \end_layout
13811
13812 \end_inset
13813
13814 Team home
13815 \begin_inset ERT
13816 status collapsed
13817
13818 \begin_layout Plain Layout
13819
13820 }{
13821 \end_layout
13822
13823 \end_inset
13824
13825 Result
13826 \begin_inset ERT
13827 status collapsed
13828
13829 \begin_layout Plain Layout
13830
13831 }{
13832 \end_layout
13833
13834 \end_inset
13835
13836 Team away
13837 \begin_inset ERT
13838 status collapsed
13839
13840 \begin_layout Plain Layout
13841
13842 }
13843 \end_layout
13844
13845 \end_inset
13846
13847
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 </row>
13853 </lyxtabular>
13854
13855 \end_inset
13856
13857
13858 \end_layout
13859
13860 \begin_layout Standard
13861 To rotate the diagonal lines, the command option 
13862 \series bold
13863 dir=direction
13864 \series default
13865  is used.
13866  
13867 \emph on
13868 direction
13869 \emph default
13870  is either 
13871 \series bold
13872 NE
13873 \series default
13874
13875 \series bold
13876 SE
13877 \series default
13878
13879 \series bold
13880 SW
13881 \series default
13882  or 
13883 \series bold
13884 NW
13885 \series default
13886  and represent a point of a compass.
13887  
13888 \series bold
13889 SW
13890 \series default
13891  is for example the south-west corner.
13892  Thus in the lower left cell of the above table the command
13893 \end_layout
13894
13895 \begin_layout Standard
13896
13897 \series bold
13898
13899 \backslash
13900 diagbox[dir=SW]{Team home}{Result}{Team away}
13901 \end_layout
13902
13903 \begin_layout Standard
13904 is used.
13905  If no direction is given, it will be NW.
13906 \end_layout
13907
13908 \begin_layout Standard
13909 The necessary width of split cells is automatically calculated.
13910  Thus if you set a fixed column width smaller than the calculated one, the
13911  cell's content will protrude the cell borders:
13912 \end_layout
13913
13914 \begin_layout Standard
13915 \noindent
13916 \align center
13917 \begin_inset Tabular
13918 <lyxtabular version="3" rows="2" columns="2">
13919 <features tabularvalignment="middle">
13920 <column alignment="center" valignment="top" width="3cm">
13921 <column alignment="center" valignment="top">
13922 <row>
13923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 \begin_inset ERT
13928 status collapsed
13929
13930 \begin_layout Plain Layout
13931
13932
13933 \backslash
13934 diagbox{
13935 \end_layout
13936
13937 \end_inset
13938
13939 Name
13940 \begin_inset ERT
13941 status collapsed
13942
13943 \begin_layout Plain Layout
13944
13945 }{
13946 \end_layout
13947
13948 \end_inset
13949
13950 Parameter
13951 \begin_inset ERT
13952 status collapsed
13953
13954 \begin_layout Plain Layout
13955
13956 }
13957 \end_layout
13958
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970 Thickness in nm
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 </row>
13976 <row>
13977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13978 \begin_inset Text
13979
13980 \begin_layout Plain Layout
13981 Perfect Green
13982 \end_layout
13983
13984 \end_inset
13985 </cell>
13986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 45
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 </row>
13996 </lyxtabular>
13997
13998 \end_inset
13999
14000
14001 \end_layout
14002
14003 \begin_layout Standard
14004 If you need a certain width for columns with a split cell, use the command
14005  option 
14006 \series bold
14007 width=3cm
14008 \series default
14009  (replace '3cm' by the width you need).
14010  In the following table the width of the first column is set to 4
14011 \begin_inset space \thinspace{}
14012 \end_inset
14013
14014 cm.
14015  For 
14016 \series bold
14017
14018 \backslash
14019 diagbox
14020 \series default
14021  a width of 4
14022 \begin_inset space \thinspace{}
14023 \end_inset
14024
14025 cm + 2
14026 \begin_inset space \thinspace{}
14027 \end_inset
14028
14029
14030 \backslash
14031 tabcolsep is necessary because the overall width is the width for the text
14032  (in this case the 4
14033 \begin_inset space \thinspace{}
14034 \end_inset
14035
14036 cm) plus two times the separation of the text and the cell border.
14037  The calculation of the width cannot be done in the command option of 
14038 \series bold
14039
14040 \backslash
14041 diagbox
14042 \series default
14043  so one needs to create a new length which can be used later.
14044  This is done with the \SpecialChar TeX
14045  Code commands
14046 \end_layout
14047
14048 \begin_layout Standard
14049
14050 \series bold
14051
14052 \backslash
14053 newlength{
14054 \backslash
14055 diagtest}
14056 \begin_inset Newline newline
14057 \end_inset
14058
14059
14060 \backslash
14061 setlength{
14062 \backslash
14063 diagtest}{4cm+2
14064 \backslash
14065 tabcolsep}
14066 \end_layout
14067
14068 \begin_layout Standard
14069 \begin_inset ERT
14070 status collapsed
14071
14072 \begin_layout Plain Layout
14073
14074
14075 \backslash
14076 newlength{
14077 \backslash
14078 diagtest}
14079 \end_layout
14080
14081 \begin_layout Plain Layout
14082
14083
14084 \backslash
14085 setlength{
14086 \backslash
14087 diagtest}{4cm+2
14088 \backslash
14089 tabcolsep}
14090 \end_layout
14091
14092 \end_inset
14093
14094
14095 \end_layout
14096
14097 \begin_layout Standard
14098 To enable calculations in \SpecialChar LaTeX
14099  one needs to load the package 
14100 \series bold
14101 calc
14102 \series default
14103
14104 \begin_inset Index idx
14105 status collapsed
14106
14107 \begin_layout Plain Layout
14108 \SpecialChar LaTeX
14109 -packages ! calc
14110 \end_layout
14111
14112 \end_inset
14113
14114  in the document preamble.
14115 \end_layout
14116
14117 \begin_layout Standard
14118 In this table you can now use the command
14119 \end_layout
14120
14121 \begin_layout Standard
14122
14123 \series bold
14124
14125 \backslash
14126 diagbox[width=
14127 \backslash
14128 diagtest]{A}{B}
14129 \end_layout
14130
14131 \begin_layout Standard
14132 in the first cell:
14133 \end_layout
14134
14135 \begin_layout Standard
14136 \noindent
14137 \align center
14138 \begin_inset Tabular
14139 <lyxtabular version="3" rows="2" columns="2">
14140 <features tabularvalignment="middle">
14141 <column alignment="center" valignment="top" width="4cm">
14142 <column alignment="center" valignment="top">
14143 <row>
14144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14145 \begin_inset Text
14146
14147 \begin_layout Plain Layout
14148 \begin_inset ERT
14149 status open
14150
14151 \begin_layout Plain Layout
14152
14153
14154 \backslash
14155 diagbox[width=
14156 \backslash
14157 diagtest]{
14158 \end_layout
14159
14160 \end_inset
14161
14162 A
14163 \begin_inset ERT
14164 status collapsed
14165
14166 \begin_layout Plain Layout
14167
14168 }{
14169 \end_layout
14170
14171 \end_inset
14172
14173 B
14174 \begin_inset ERT
14175 status collapsed
14176
14177 \begin_layout Plain Layout
14178
14179 }
14180 \end_layout
14181
14182 \end_inset
14183
14184
14185 \end_layout
14186
14187 \end_inset
14188 </cell>
14189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14190 \begin_inset Text
14191
14192 \begin_layout Plain Layout
14193 Thickness in nm
14194 \end_layout
14195
14196 \end_inset
14197 </cell>
14198 </row>
14199 <row>
14200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14201 \begin_inset Text
14202
14203 \begin_layout Plain Layout
14204 Perfect Green
14205 \end_layout
14206
14207 \end_inset
14208 </cell>
14209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14210 \begin_inset Text
14211
14212 \begin_layout Plain Layout
14213 45
14214 \end_layout
14215
14216 \end_inset
14217 </cell>
14218 </row>
14219 </lyxtabular>
14220
14221 \end_inset
14222
14223
14224 \end_layout
14225
14226 \begin_layout Standard
14227 Note that the split cell needs to be the widest one in the column.
14228  Otherwise the length of the diagonal line cannot be calculated correctly
14229  like in this table:
14230 \end_layout
14231
14232 \begin_layout Standard
14233 \noindent
14234 \align center
14235 \begin_inset Tabular
14236 <lyxtabular version="3" rows="2" columns="2">
14237 <features tabularvalignment="middle">
14238 <column alignment="center" valignment="top" width="0pt">
14239 <column alignment="center" valignment="top">
14240 <row>
14241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 \begin_inset ERT
14246 status collapsed
14247
14248 \begin_layout Plain Layout
14249
14250
14251 \backslash
14252 diagbox{
14253 \end_layout
14254
14255 \end_inset
14256
14257 A
14258 \begin_inset ERT
14259 status collapsed
14260
14261 \begin_layout Plain Layout
14262
14263 }{
14264 \end_layout
14265
14266 \end_inset
14267
14268 B
14269 \begin_inset ERT
14270 status collapsed
14271
14272 \begin_layout Plain Layout
14273
14274 }
14275 \end_layout
14276
14277 \end_inset
14278
14279
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288 Thickness in nm
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 </row>
14294 <row>
14295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 Perfect Green
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308 45
14309 \end_layout
14310
14311 \end_inset
14312 </cell>
14313 </row>
14314 </lyxtabular>
14315
14316 \end_inset
14317
14318
14319 \end_layout
14320
14321 \begin_layout Standard
14322 In this case use the 
14323 \series bold
14324 width
14325 \series default
14326  option of the 
14327 \series bold
14328
14329 \backslash
14330 diagbox
14331 \series default
14332  command.
14333  It is then not necessary to add 2
14334 \backslash
14335 tabcolsep because the cell width is now the width of the column.
14336  In this table a width of 3
14337 \begin_inset space \thinspace{}
14338 \end_inset
14339
14340 cm is used:
14341 \end_layout
14342
14343 \begin_layout Standard
14344 \noindent
14345 \align center
14346 \begin_inset Tabular
14347 <lyxtabular version="3" rows="2" columns="2">
14348 <features tabularvalignment="middle">
14349 <column alignment="center" valignment="top" width="0pt">
14350 <column alignment="center" valignment="top">
14351 <row>
14352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14353 \begin_inset Text
14354
14355 \begin_layout Plain Layout
14356 \begin_inset ERT
14357 status open
14358
14359 \begin_layout Plain Layout
14360
14361
14362 \backslash
14363 diagbox[width=3cm]{
14364 \end_layout
14365
14366 \end_inset
14367
14368 A
14369 \begin_inset ERT
14370 status collapsed
14371
14372 \begin_layout Plain Layout
14373
14374 }{
14375 \end_layout
14376
14377 \end_inset
14378
14379 B
14380 \begin_inset ERT
14381 status collapsed
14382
14383 \begin_layout Plain Layout
14384
14385 }
14386 \end_layout
14387
14388 \end_inset
14389
14390
14391 \end_layout
14392
14393 \end_inset
14394 </cell>
14395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14396 \begin_inset Text
14397
14398 \begin_layout Plain Layout
14399 Thickness in nm
14400 \end_layout
14401
14402 \end_inset
14403 </cell>
14404 </row>
14405 <row>
14406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Plain Layout
14410 Perfect Green
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14416 \begin_inset Text
14417
14418 \begin_layout Plain Layout
14419 45
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 </row>
14425 </lyxtabular>
14426
14427 \end_inset
14428
14429
14430 \end_layout
14431
14432 \begin_layout Standard
14433 For multiple text lines in split cells one needs some extra height to fit
14434  the text to the cell.
14435  This can be achieved with the 
14436 \series bold
14437
14438 \backslash
14439 diagbox
14440 \series default
14441  option 
14442 \series bold
14443 height=3cm
14444 \series default
14445  (replace '3cm' by the height you need).
14446  In the following table the command
14447 \end_layout
14448
14449 \begin_layout Standard
14450
14451 \series bold
14452
14453 \backslash
14454 diagbox[width=3cm,height=1.4cm]{A
14455 \backslash
14456
14457 \backslash
14458 B}{C
14459 \backslash
14460
14461 \backslash
14462 D}
14463 \end_layout
14464
14465 \begin_layout Standard
14466 is used in the first cell.
14467  The command 
14468 \series bold
14469
14470 \backslash
14471
14472 \backslash
14473
14474 \series default
14475  creates hereby the line break.
14476 \begin_inset Foot
14477 status collapsed
14478
14479 \begin_layout Plain Layout
14480 Breaking lines with 
14481 \family sans
14482 Ctrl+Return
14483 \family default
14484  is only possible when the column has a fixed width.
14485 \end_layout
14486
14487 \end_inset
14488
14489
14490 \end_layout
14491
14492 \begin_layout Standard
14493 \noindent
14494 \align center
14495 \begin_inset Tabular
14496 <lyxtabular version="3" rows="2" columns="2">
14497 <features tabularvalignment="middle">
14498 <column alignment="center" valignment="top">
14499 <column alignment="center" valignment="top">
14500 <row>
14501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14502 \begin_inset Text
14503
14504 \begin_layout Plain Layout
14505 \begin_inset ERT
14506 status open
14507
14508 \begin_layout Plain Layout
14509
14510
14511 \backslash
14512 diagbox[width=3cm,height=1.4cm]{
14513 \end_layout
14514
14515 \end_inset
14516
14517 A
14518 \begin_inset ERT
14519 status collapsed
14520
14521 \begin_layout Plain Layout
14522
14523
14524 \backslash
14525
14526 \backslash
14527
14528 \end_layout
14529
14530 \end_inset
14531
14532 B
14533 \begin_inset ERT
14534 status collapsed
14535
14536 \begin_layout Plain Layout
14537
14538 }{
14539 \end_layout
14540
14541 \end_inset
14542
14543 C
14544 \begin_inset ERT
14545 status collapsed
14546
14547 \begin_layout Plain Layout
14548
14549
14550 \backslash
14551
14552 \backslash
14553
14554 \end_layout
14555
14556 \end_inset
14557
14558 D
14559 \begin_inset ERT
14560 status collapsed
14561
14562 \begin_layout Plain Layout
14563
14564 }
14565 \end_layout
14566
14567 \end_inset
14568
14569
14570 \end_layout
14571
14572 \end_inset
14573 </cell>
14574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14575 \begin_inset Text
14576
14577 \begin_layout Plain Layout
14578 Thickness in nm
14579 \end_layout
14580
14581 \end_inset
14582 </cell>
14583 </row>
14584 <row>
14585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Plain Layout
14589 Perfect Green
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Plain Layout
14598 45
14599 \end_layout
14600
14601 \end_inset
14602 </cell>
14603 </row>
14604 </lyxtabular>
14605
14606 \end_inset
14607
14608
14609 \end_layout
14610
14611 \begin_layout Standard
14612 \begin_inset ERT
14613 status collapsed
14614
14615 \begin_layout Plain Layout
14616
14617
14618 \backslash
14619 else
14620 \end_layout
14621
14622 \end_inset
14623
14624
14625 \begin_inset Note Note
14626 status open
14627
14628 \begin_layout Plain Layout
14629 The following will be displayed when the \SpecialChar LaTeX
14630 -package 
14631 \series bold
14632 diagbox
14633 \series default
14634  is not installed:
14635 \end_layout
14636
14637 \end_inset
14638
14639
14640 \end_layout
14641
14642 \begin_layout Standard
14643 You need to install the \SpecialChar LaTeX
14644 -package 
14645 \series bold
14646 diagbox
14647 \series default
14648  to see the following part of this section in the output.
14649 \end_layout
14650
14651 \begin_layout Standard
14652 \begin_inset ERT
14653 status collapsed
14654
14655 \begin_layout Plain Layout
14656
14657
14658 \backslash
14659 fi
14660 \end_layout
14661
14662 \end_inset
14663
14664
14665 \end_layout
14666
14667 \begin_layout Standard
14668 For more info about the \SpecialChar LaTeX
14669 -package 
14670 \series bold
14671 diagbox
14672 \series default
14673 , see its documentation, 
14674 \begin_inset CommandInset citation
14675 LatexCommand cite
14676 key "diagbox"
14677 literal "true"
14678
14679 \end_inset
14680
14681 .
14682 \end_layout
14683
14684 \begin_layout Section
14685 Formal Tables
14686 \begin_inset CommandInset label
14687 LatexCommand label
14688 name "sec:Formal-Tables"
14689
14690 \end_inset
14691
14692
14693 \begin_inset Index idx
14694 status collapsed
14695
14696 \begin_layout Plain Layout
14697 Table ! Formal
14698 \end_layout
14699
14700 \end_inset
14701
14702
14703 \end_layout
14704
14705 \begin_layout Standard
14706 Tables are often typeset in books similar to Table
14707 \begin_inset space ~
14708 \end_inset
14709
14710
14711 \begin_inset CommandInset ref
14712 LatexCommand ref
14713 reference "tab:Example-booktabs-table"
14714
14715 \end_inset
14716
14717 .
14718  This kind of tables is called 
14719 \begin_inset Quotes eld
14720 \end_inset
14721
14722
14723 \emph on
14724 formal
14725 \emph default
14726
14727 \begin_inset Quotes erd
14728 \end_inset
14729
14730 .
14731  To make a table a formal table use the option 
14732 \family sans
14733 Formal
14734 \family default
14735  in the 
14736 \family sans
14737 Borders
14738 \family default
14739  tab of the table dialog.
14740 \end_layout
14741
14742 \begin_layout Standard
14743 \begin_inset Float table
14744 placement h
14745 wide false
14746 sideways false
14747 status open
14748
14749 \begin_layout Plain Layout
14750 \begin_inset Caption Standard
14751
14752 \begin_layout Plain Layout
14753 \begin_inset CommandInset label
14754 LatexCommand label
14755 name "tab:Example-booktabs-table"
14756
14757 \end_inset
14758
14759 Example booktabs-table
14760 \end_layout
14761
14762 \end_inset
14763
14764
14765 \end_layout
14766
14767 \begin_layout Plain Layout
14768 \align center
14769 \begin_inset Tabular
14770 <lyxtabular version="3" rows="8" columns="4">
14771 <features booktabs="true" tabularvalignment="middle">
14772 <column alignment="center" valignment="top">
14773 <column alignment="center" valignment="top">
14774 <column alignment="center" valignment="top">
14775 <column alignment="center" valignment="top">
14776 <row>
14777 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14778 \begin_inset Text
14779
14780 \begin_layout Plain Layout
14781 System
14782 \end_layout
14783
14784 \end_inset
14785 </cell>
14786 <cell alignment="center" valignment="top" topline="true" usebox="none">
14787 \begin_inset Text
14788
14789 \begin_layout Plain Layout
14790 Chip
14791 \begin_inset space \thinspace{}
14792 \end_inset
14793
14794 1
14795 \end_layout
14796
14797 \end_inset
14798 </cell>
14799 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14800 \begin_inset Text
14801
14802 \begin_layout Plain Layout
14803 Chip
14804 \begin_inset space \thinspace{}
14805 \end_inset
14806
14807 2
14808 \end_layout
14809
14810 \end_inset
14811 </cell>
14812 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14813 \begin_inset Text
14814
14815 \begin_layout Plain Layout
14816
14817 \end_layout
14818
14819 \end_inset
14820 </cell>
14821 </row>
14822 <row>
14823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14824 \begin_inset Text
14825
14826 \begin_layout Plain Layout
14827 \begin_inset ERT
14828 status collapsed
14829
14830 \begin_layout Plain Layout
14831
14832
14833 \backslash
14834 cmidrule(r){2-2}
14835 \end_layout
14836
14837 \end_inset
14838
14839
14840 \begin_inset ERT
14841 status collapsed
14842
14843 \begin_layout Plain Layout
14844
14845
14846 \backslash
14847 cmidrule(l){3-4}
14848 \end_layout
14849
14850 \end_inset
14851
14852 Detector thickness in µm
14853 \end_layout
14854
14855 \end_inset
14856 </cell>
14857 <cell alignment="center" valignment="top" usebox="none">
14858 \begin_inset Text
14859
14860 \begin_layout Plain Layout
14861 300
14862 \end_layout
14863
14864 \end_inset
14865 </cell>
14866 <cell alignment="center" valignment="top" usebox="none">
14867 \begin_inset Text
14868
14869 \begin_layout Plain Layout
14870 300
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 <cell alignment="center" valignment="top" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879 700
14880 \end_layout
14881
14882 \end_inset
14883 </cell>
14884 </row>
14885 <row>
14886 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14887 \begin_inset Text
14888
14889 \begin_layout Plain Layout
14890 Edge angle in °
14891 \end_layout
14892
14893 \end_inset
14894 </cell>
14895 <cell alignment="center" valignment="top" topline="true" usebox="none">
14896 \begin_inset Text
14897
14898 \begin_layout Plain Layout
14899 3.55
14900 \end_layout
14901
14902 \end_inset
14903 </cell>
14904 <cell alignment="center" valignment="top" topline="true" usebox="none">
14905 \begin_inset Text
14906
14907 \begin_layout Plain Layout
14908 2.71
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 <cell alignment="center" valignment="top" topline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917 7.99
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 </row>
14923 <row topspace="default">
14924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Plain Layout
14928 Spatial resolution in µm
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 <cell alignment="center" valignment="top" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937 4.26
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 <cell alignment="center" valignment="top" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Plain Layout
14946 10.17
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 <cell alignment="center" valignment="top" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955 10.56
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 </row>
14961 <row topspace="default">
14962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966 MTF at 
14967 \begin_inset Formula $f_{\mathrm{max}}$
14968 \end_inset
14969
14970
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 <cell alignment="center" valignment="top" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979 0.53
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988 0.37
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997 0.39
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 </row>
15003 <row topspace="default">
15004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Plain Layout
15008 \begin_inset ERT
15009 status collapsed
15010
15011 \begin_layout Plain Layout
15012
15013
15014 \backslash
15015 cmidrule[2pt](l{10pt}){1-1}
15016 \end_layout
15017
15018 \end_inset
15019
15020 LSF-spatial resolution
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 <cell alignment="center" valignment="top" usebox="none">
15026 \begin_inset Text
15027
15028 \begin_layout Plain Layout
15029
15030 \end_layout
15031
15032 \end_inset
15033 </cell>
15034 <cell alignment="center" valignment="top" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 <cell alignment="center" valignment="top" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 </row>
15053 <row>
15054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058 in µm
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 <cell alignment="center" valignment="top" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Plain Layout
15067 129.7
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 <cell alignment="center" valignment="top" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076 52.75
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 <cell alignment="center" valignment="top" usebox="none">
15082 \begin_inset Text
15083
15084 \begin_layout Plain Layout
15085 50.78
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 </row>
15091 <row>
15092 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096 in % of pixel size
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105 76.3
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114 95.9
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123 92.3
15124 \end_layout
15125
15126 \end_inset
15127 </cell>
15128 </row>
15129 </lyxtabular>
15130
15131 \end_inset
15132
15133
15134 \end_layout
15135
15136 \end_inset
15137
15138
15139 \end_layout
15140
15141 \begin_layout Standard
15142 Spaces to table rows can be added using the 
15143 \family sans
15144 Borders
15145 \family default
15146  tab of the table dialog as described in section
15147 \begin_inset space ~
15148 \end_inset
15149
15150
15151 \begin_inset CommandInset ref
15152 LatexCommand ref
15153 reference "subsec:Row-Spacing"
15154
15155 \end_inset
15156
15157 .
15158 \end_layout
15159
15160 \begin_layout Standard
15161 Unlike normal tables, formal tables have no vertical table lines.
15162  The horizontal table lines can be set as for normal tables but they appear
15163  with different widths in the output:
15164 \begin_inset Newline newline
15165 \end_inset
15166
15167 The first and the last table line have a default width of 0.08
15168 \begin_inset space \thinspace{}
15169 \end_inset
15170
15171 em while the other lines have a default width of 0.05
15172 \begin_inset space \thinspace{}
15173 \end_inset
15174
15175 em.
15176 \end_layout
15177
15178 \begin_layout Standard
15179 The default widths can be changed with the following preamble lines
15180 \end_layout
15181
15182 \begin_layout Standard
15183
15184 \series bold
15185
15186 \backslash
15187 let
15188 \backslash
15189 mytoprule
15190 \backslash
15191 toprule
15192 \begin_inset Newline newline
15193 \end_inset
15194
15195
15196 \backslash
15197 renewcommand{
15198 \backslash
15199 toprule}{
15200 \backslash
15201 mytoprule[width]}
15202 \end_layout
15203
15204 \begin_layout Standard
15205 This example is for the first line, the so called 
15206 \series bold
15207 toprule
15208 \series default
15209 .
15210  If you want to change the width for the last line, replace 
15211 \series bold
15212 toprule
15213 \series default
15214  by 
15215 \series bold
15216 bottomrule
15217 \series default
15218 .
15219  To change the width for the other lines replace 
15220 \series bold
15221 toprule
15222 \series default
15223  by 
15224 \series bold
15225 midrule
15226 \series default
15227 .
15228  You can use all units listed in appendix
15229 \begin_inset space ~
15230 \end_inset
15231
15232
15233 \begin_inset CommandInset ref
15234 LatexCommand ref
15235 reference "cha:Units-available-in"
15236
15237 \end_inset
15238
15239  to set the width.
15240 \end_layout
15241
15242 \begin_layout Standard
15243 Lines that do not span all table columns can be created by setting a table
15244  line for multicolumn cells.
15245  \SpecialChar LyX
15246  will then internally use the command 
15247 \series bold
15248
15249 \backslash
15250 cmidrule
15251 \series default
15252  to create this line.
15253  Its full scheme is
15254 \end_layout
15255
15256 \begin_layout Standard
15257
15258 \series bold
15259
15260 \backslash
15261 cmidrule[height](trim){startcol-endcol}
15262 \end_layout
15263
15264 \begin_layout Standard
15265 The options of 
15266 \series bold
15267
15268 \backslash
15269 cmidrule
15270 \series default
15271  are currently not supported by \SpecialChar LyX
15272  so you have to use \SpecialChar TeX
15273  Code to be able to
15274  use them.
15275  
15276 \series bold
15277
15278 \backslash
15279 cmidrule
15280 \series default
15281 s can manually be created by inserting the command as \SpecialChar TeX
15282  Code as the first
15283  cell entry of the first cell of a row.
15284  The line is then drawn in the output above the current row.
15285 \end_layout
15286
15287 \begin_layout Standard
15288 The default for the optional 
15289 \series bold
15290 height
15291 \series default
15292  is 0.03
15293 \begin_inset space \thinspace{}
15294 \end_inset
15295
15296 em.
15297  
15298 \series bold
15299 startcol
15300 \series default
15301  is the number of the column where the line starts and 
15302 \series bold
15303 endcol
15304 \series default
15305  the column number where the line ends.
15306  The 
15307 \series bold
15308 endcol
15309 \series default
15310  always needs to be specified, also when the line should span only one column.
15311  The optional parameter 
15312 \series bold
15313 trim
15314 \series default
15315  could either be 
15316 \emph on
15317 l{trimwidth}
15318 \emph default
15319  or 
15320 \emph on
15321 r{trimwidth}
15322 \emph default
15323  where the 
15324 \emph on
15325 trimwidth
15326 \emph default
15327  is also optional.
15328  Using for example the parameter 
15329 \emph on
15330 l{2pt}
15331 \emph default
15332  means that the line is trimmed from its left end by 2
15333 \begin_inset space \thinspace{}
15334 \end_inset
15335
15336 pt.
15337  If you don't specify the 
15338 \emph on
15339 trimwidth
15340 \emph default
15341  the line is trimmed by the default of 0.5
15342 \begin_inset space \thinspace{}
15343 \end_inset
15344
15345 em.
15346 \end_layout
15347
15348 \begin_layout Standard
15349 \begin_inset VSpace bigskip
15350 \end_inset
15351
15352 Table
15353 \begin_inset space ~
15354 \end_inset
15355
15356
15357 \begin_inset CommandInset ref
15358 LatexCommand ref
15359 reference "tab:Example-booktabs-table"
15360
15361 \end_inset
15362
15363  was created using the commands
15364 \end_layout
15365
15366 \begin_layout Standard
15367
15368 \series bold
15369
15370 \backslash
15371 cmidrule(r){2-2}
15372 \backslash
15373 cmidrule(l){3-4}
15374 \end_layout
15375
15376 \begin_layout Standard
15377 at the beginning of the second row and
15378 \end_layout
15379
15380 \begin_layout Standard
15381
15382 \series bold
15383
15384 \backslash
15385 cmidrule[2pt](l{10pt}){1-1}
15386 \end_layout
15387
15388 \begin_layout Standard
15389 in the sixth row.
15390 \end_layout
15391
15392 \begin_layout Standard
15393 \begin_inset VSpace bigskip
15394 \end_inset
15395
15396
15397 \end_layout
15398
15399 \begin_layout Standard
15400 You might want to have overlapping 
15401 \series bold
15402
15403 \backslash
15404 cmidrule
15405 \series default
15406 s as in in Table
15407 \begin_inset space ~
15408 \end_inset
15409
15410
15411 \begin_inset CommandInset ref
15412 LatexCommand ref
15413 reference "tab:Special-booktabs-table"
15414
15415 \end_inset
15416
15417 .
15418  This can be achieved with the \SpecialChar TeX
15419  Code command
15420 \end_layout
15421
15422 \begin_layout Standard
15423
15424 \series bold
15425
15426 \backslash
15427 morecmidrules
15428 \end_layout
15429
15430 \begin_layout Standard
15431 The command that was used for the second row of Table
15432 \begin_inset space ~
15433 \end_inset
15434
15435
15436 \begin_inset CommandInset ref
15437 LatexCommand ref
15438 reference "tab:Special-booktabs-table"
15439
15440 \end_inset
15441
15442  is
15443 \end_layout
15444
15445 \begin_layout Standard
15446
15447 \series bold
15448
15449 \backslash
15450 cmidrule(r){2-2}
15451 \backslash
15452 cmidrule(l){3-4}
15453 \backslash
15454 morecmidrules
15455 \backslash
15456 cmidrule{2-4}
15457 \end_layout
15458
15459 \begin_layout Standard
15460 The command for the sixth row is
15461 \end_layout
15462
15463 \begin_layout Standard
15464
15465 \series bold
15466
15467 \backslash
15468 midrule
15469 \backslash
15470 morecmidrules
15471 \backslash
15472 cmidrule{3-4}
15473 \end_layout
15474
15475 \begin_layout Standard
15476 \begin_inset VSpace bigskip
15477 \end_inset
15478
15479
15480 \end_layout
15481
15482 \begin_layout Standard
15483 If you are in any way not satisfied with the border line spacing, you can
15484  use the following command to produce lines that span over all table columns
15485 \series bold
15486 :
15487 \end_layout
15488
15489 \begin_layout Standard
15490
15491 \series bold
15492
15493 \backslash
15494 specialrule{width}{space above}{space below}
15495 \end_layout
15496
15497 \begin_layout Standard
15498 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15499 -package
15500  
15501 \series bold
15502 booktabs
15503 \series default
15504  
15505 \begin_inset CommandInset citation
15506 LatexCommand cite
15507 key "booktabs"
15508 literal "true"
15509
15510 \end_inset
15511
15512 .
15513 \begin_inset Index idx
15514 status collapsed
15515
15516 \begin_layout Plain Layout
15517 \SpecialChar LaTeX
15518 -packages ! booktabs
15519 \end_layout
15520
15521 \end_inset
15522
15523
15524 \end_layout
15525
15526 \begin_layout Standard
15527 \begin_inset Float table
15528 placement h
15529 wide false
15530 sideways false
15531 status open
15532
15533 \begin_layout Plain Layout
15534 \begin_inset Caption Standard
15535
15536 \begin_layout Plain Layout
15537 \begin_inset CommandInset label
15538 LatexCommand label
15539 name "tab:Special-booktabs-table"
15540
15541 \end_inset
15542
15543 Special booktabs-table
15544 \end_layout
15545
15546 \end_inset
15547
15548
15549 \end_layout
15550
15551 \begin_layout Plain Layout
15552 \align center
15553 \begin_inset Tabular
15554 <lyxtabular version="3" rows="8" columns="4">
15555 <features booktabs="true" tabularvalignment="middle">
15556 <column alignment="center" valignment="top">
15557 <column alignment="center" valignment="top">
15558 <column alignment="center" valignment="top">
15559 <column alignment="center" valignment="top">
15560 <row>
15561 <cell alignment="center" valignment="top" topline="true" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565 System
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 <cell alignment="center" valignment="top" topline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574 Chip
15575 \begin_inset space \thinspace{}
15576 \end_inset
15577
15578 1
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587 Chip
15588 \begin_inset space \thinspace{}
15589 \end_inset
15590
15591 2
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Plain Layout
15600
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 </row>
15606 <row>
15607 <cell alignment="center" valignment="top" usebox="none">
15608 \begin_inset Text
15609
15610 \begin_layout Plain Layout
15611 \begin_inset ERT
15612 status collapsed
15613
15614 \begin_layout Plain Layout
15615
15616
15617 \backslash
15618 cmidrule(r){2-2}
15619 \end_layout
15620
15621 \end_inset
15622
15623
15624 \begin_inset ERT
15625 status collapsed
15626
15627 \begin_layout Plain Layout
15628
15629
15630 \backslash
15631 cmidrule(l){3-4}
15632 \end_layout
15633
15634 \end_inset
15635
15636
15637 \begin_inset ERT
15638 status collapsed
15639
15640 \begin_layout Plain Layout
15641
15642
15643 \backslash
15644 morecmidrules 
15645 \end_layout
15646
15647 \end_inset
15648
15649
15650 \begin_inset ERT
15651 status collapsed
15652
15653 \begin_layout Plain Layout
15654
15655
15656 \backslash
15657 cmidrule{2-4}
15658 \end_layout
15659
15660 \end_inset
15661
15662 Detector thickness in µm
15663 \end_layout
15664
15665 \end_inset
15666 </cell>
15667 <cell alignment="center" valignment="top" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671 300
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 <cell alignment="center" valignment="top" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680 300
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 <cell alignment="center" valignment="top" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689 700
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 </row>
15695 <row>
15696 <cell alignment="center" valignment="top" topline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700 Edge angle in °
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 <cell alignment="center" valignment="top" topline="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709 3.55
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 <cell alignment="center" valignment="top" topline="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718 2.71
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 <cell alignment="center" valignment="top" topline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727 7.99
15728 \end_layout
15729
15730 \end_inset
15731 </cell>
15732 </row>
15733 <row topspace="default">
15734 <cell alignment="center" valignment="top" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738 Spatial resolution in µm
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 <cell alignment="center" valignment="top" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747 4.26
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 10.17
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 10.56
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 </row>
15771 <row topspace="default">
15772 <cell alignment="center" valignment="top" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776 MTF at 
15777 \begin_inset Formula $f_{\mathrm{max}}$
15778 \end_inset
15779
15780
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 <cell alignment="center" valignment="top" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789 0.53
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 <cell alignment="center" valignment="top" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798 0.37
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 <cell alignment="center" valignment="top" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807 0.39
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 </row>
15813 <row>
15814 <cell alignment="center" valignment="top" topline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818 \begin_inset ERT
15819 status collapsed
15820
15821 \begin_layout Plain Layout
15822
15823
15824 \backslash
15825 morecmidrules 
15826 \end_layout
15827
15828 \end_inset
15829
15830
15831 \begin_inset ERT
15832 status collapsed
15833
15834 \begin_layout Plain Layout
15835
15836
15837 \backslash
15838 cmidrule{3-4}
15839 \end_layout
15840
15841 \end_inset
15842
15843 LSF-spatial resolution
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" topline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" topline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 </row>
15876 <row>
15877 <cell alignment="center" valignment="top" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 in µm
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890 129.7
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899 52.75
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 <cell alignment="center" valignment="top" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 50.78
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 </row>
15914 <row>
15915 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 in % of pixel size
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15925 \begin_inset Text
15926
15927 \begin_layout Plain Layout
15928 76.3
15929 \end_layout
15930
15931 \end_inset
15932 </cell>
15933 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937 95.9
15938 \end_layout
15939
15940 \end_inset
15941 </cell>
15942 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Plain Layout
15946 92.3
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 </row>
15952 </lyxtabular>
15953
15954 \end_inset
15955
15956
15957 \end_layout
15958
15959 \end_inset
15960
15961
15962 \end_layout
15963
15964 \begin_layout Section
15965 Vertical Table Alignment
15966 \begin_inset Index idx
15967 status collapsed
15968
15969 \begin_layout Plain Layout
15970 Table ! Alignment
15971 \end_layout
15972
15973 \end_inset
15974
15975
15976 \end_layout
15977
15978 \begin_layout Standard
15979 To align tables vertically in a text line, the table must be inside a box.
15980  The box can then be vertically aligned as described in section
15981 \begin_inset space ~
15982 \end_inset
15983
15984
15985 \begin_inset CommandInset ref
15986 LatexCommand ref
15987 reference "sec:Box-Dialog"
15988
15989 \end_inset
15990
15991 .
15992 \end_layout
15993
15994 \begin_layout Standard
15995 In the following example the tables are inside a minipage
15996 \begin_inset Foot
15997 status collapsed
15998
15999 \begin_layout Plain Layout
16000 Minipages are described in section
16001 \begin_inset space ~
16002 \end_inset
16003
16004
16005 \begin_inset CommandInset ref
16006 LatexCommand ref
16007 reference "sec:Minipages"
16008
16009 \end_inset
16010
16011 .
16012 \end_layout
16013
16014 \end_inset
16015
16016  box that has a width of 15
16017 \begin_inset space \thinspace{}
16018 \end_inset
16019
16020 col%:
16021 \end_layout
16022
16023 \begin_layout Itemize
16024 test 
16025 \begin_inset Box Frameless
16026 position "t"
16027 hor_pos "c"
16028 has_inner_box 1
16029 inner_pos "c"
16030 use_parbox 0
16031 use_makebox 0
16032 width "15col%"
16033 special "none"
16034 height "1in"
16035 height_special "totalheight"
16036 thickness "0.4pt"
16037 separation "3pt"
16038 shadowsize "4pt"
16039 framecolor "black"
16040 backgroundcolor "none"
16041 status collapsed
16042
16043 \begin_layout Plain Layout
16044 \begin_inset Tabular
16045 <lyxtabular version="3" rows="3" columns="3">
16046 <features tabularvalignment="middle">
16047 <column alignment="center" valignment="top">
16048 <column alignment="center" valignment="top">
16049 <column alignment="center" valignment="top">
16050 <row>
16051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055 a
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064 d
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073 g
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 </row>
16079 <row>
16080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084 b
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093 e
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16099 \begin_inset Text
16100
16101 \begin_layout Plain Layout
16102 h
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 </row>
16108 <row>
16109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113 c
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122 f
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16128 \begin_inset Text
16129
16130 \begin_layout Plain Layout
16131 i
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 </row>
16137 </lyxtabular>
16138
16139 \end_inset
16140
16141
16142 \end_layout
16143
16144 \end_inset
16145
16146  test 
16147 \begin_inset ERT
16148 status collapsed
16149
16150 \begin_layout Plain Layout
16151
16152
16153 \backslash
16154 raisebox{0.85
16155 \backslash
16156 baselineskip}{
16157 \end_layout
16158
16159 \end_inset
16160
16161
16162 \begin_inset Box Frameless
16163 position "t"
16164 hor_pos "c"
16165 has_inner_box 1
16166 inner_pos "c"
16167 use_parbox 0
16168 use_makebox 0
16169 width "15col%"
16170 special "none"
16171 height "1in"
16172 height_special "totalheight"
16173 thickness "0.4pt"
16174 separation "3pt"
16175 shadowsize "4pt"
16176 framecolor "black"
16177 backgroundcolor "none"
16178 status collapsed
16179
16180 \begin_layout Plain Layout
16181 \begin_inset Tabular
16182 <lyxtabular version="3" rows="3" columns="3">
16183 <features tabularvalignment="middle">
16184 <column alignment="center" valignment="top">
16185 <column alignment="center" valignment="top">
16186 <column alignment="center" valignment="top">
16187 <row>
16188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192 a
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201 d
16202 \end_layout
16203
16204 \end_inset
16205 </cell>
16206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16207 \begin_inset Text
16208
16209 \begin_layout Plain Layout
16210 g
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 </row>
16216 <row>
16217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221 b
16222 \end_layout
16223
16224 \end_inset
16225 </cell>
16226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230 e
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239 h
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 </row>
16245 <row>
16246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250 c
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259 f
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268 i
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 </row>
16274 </lyxtabular>
16275
16276 \end_inset
16277
16278
16279 \end_layout
16280
16281 \end_inset
16282
16283
16284 \begin_inset ERT
16285 status collapsed
16286
16287 \begin_layout Plain Layout
16288
16289 }
16290 \end_layout
16291
16292 \end_inset
16293
16294
16295 \end_layout
16296
16297 \begin_layout Itemize
16298 test 
16299 \begin_inset Box Frameless
16300 position "c"
16301 hor_pos "c"
16302 has_inner_box 1
16303 inner_pos "c"
16304 use_parbox 0
16305 use_makebox 0
16306 width "15col%"
16307 special "none"
16308 height "1in"
16309 height_special "totalheight"
16310 thickness "0.4pt"
16311 separation "3pt"
16312 shadowsize "4pt"
16313 framecolor "black"
16314 backgroundcolor "none"
16315 status collapsed
16316
16317 \begin_layout Plain Layout
16318 \begin_inset Tabular
16319 <lyxtabular version="3" rows="3" columns="3">
16320 <features tabularvalignment="middle">
16321 <column alignment="center" valignment="top">
16322 <column alignment="center" valignment="top">
16323 <column alignment="center" valignment="top">
16324 <row>
16325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16326 \begin_inset Text
16327
16328 \begin_layout Plain Layout
16329 a
16330 \end_layout
16331
16332 \end_inset
16333 </cell>
16334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338 d
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347 g
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 </row>
16353 <row>
16354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358 b
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367 e
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16373 \begin_inset Text
16374
16375 \begin_layout Plain Layout
16376 h
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 </row>
16382 <row>
16383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Plain Layout
16387 c
16388 \end_layout
16389
16390 \end_inset
16391 </cell>
16392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396 f
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405 i
16406 \end_layout
16407
16408 \end_inset
16409 </cell>
16410 </row>
16411 </lyxtabular>
16412
16413 \end_inset
16414
16415
16416 \end_layout
16417
16418 \end_inset
16419
16420
16421 \end_layout
16422
16423 \begin_layout Itemize
16424 test 
16425 \begin_inset Box Frameless
16426 position "b"
16427 hor_pos "c"
16428 has_inner_box 1
16429 inner_pos "c"
16430 use_parbox 0
16431 use_makebox 0
16432 width "15col%"
16433 special "none"
16434 height "1in"
16435 height_special "totalheight"
16436 thickness "0.4pt"
16437 separation "3pt"
16438 shadowsize "4pt"
16439 framecolor "black"
16440 backgroundcolor "none"
16441 status collapsed
16442
16443 \begin_layout Plain Layout
16444 \begin_inset Tabular
16445 <lyxtabular version="3" rows="3" columns="3">
16446 <features tabularvalignment="middle">
16447 <column alignment="center" valignment="top">
16448 <column alignment="center" valignment="top">
16449 <column alignment="center" valignment="top">
16450 <row>
16451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455 a
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16461 \begin_inset Text
16462
16463 \begin_layout Plain Layout
16464 d
16465 \end_layout
16466
16467 \end_inset
16468 </cell>
16469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473 g
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 </row>
16479 <row>
16480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484 b
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16490 \begin_inset Text
16491
16492 \begin_layout Plain Layout
16493 e
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502 h
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 </row>
16508 <row>
16509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513 c
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 f
16523 \end_layout
16524
16525 \end_inset
16526 </cell>
16527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16528 \begin_inset Text
16529
16530 \begin_layout Plain Layout
16531 i
16532 \end_layout
16533
16534 \end_inset
16535 </cell>
16536 </row>
16537 </lyxtabular>
16538
16539 \end_inset
16540
16541
16542 \end_layout
16543
16544 \end_inset
16545
16546  test 
16547 \begin_inset ERT
16548 status collapsed
16549
16550 \begin_layout Plain Layout
16551
16552
16553 \backslash
16554 raisebox{-0.32
16555 \backslash
16556 baselineskip}{
16557 \end_layout
16558
16559 \end_inset
16560
16561
16562 \begin_inset Box Frameless
16563 position "b"
16564 hor_pos "c"
16565 has_inner_box 1
16566 inner_pos "c"
16567 use_parbox 0
16568 use_makebox 0
16569 width "15col%"
16570 special "none"
16571 height "1in"
16572 height_special "totalheight"
16573 thickness "0.4pt"
16574 separation "3pt"
16575 shadowsize "4pt"
16576 framecolor "black"
16577 backgroundcolor "none"
16578 status collapsed
16579
16580 \begin_layout Plain Layout
16581 \begin_inset Tabular
16582 <lyxtabular version="3" rows="3" columns="3">
16583 <features tabularvalignment="middle">
16584 <column alignment="center" valignment="top">
16585 <column alignment="center" valignment="top">
16586 <column alignment="center" valignment="top">
16587 <row>
16588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Plain Layout
16592 a
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 d
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610 g
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 </row>
16616 <row>
16617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621 b
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630 e
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Plain Layout
16639 h
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 </row>
16645 <row>
16646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16647 \begin_inset Text
16648
16649 \begin_layout Plain Layout
16650 c
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659 f
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 i
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 </row>
16674 </lyxtabular>
16675
16676 \end_inset
16677
16678
16679 \end_layout
16680
16681 \end_inset
16682
16683
16684 \begin_inset ERT
16685 status collapsed
16686
16687 \begin_layout Plain Layout
16688
16689 }
16690 \end_layout
16691
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \begin_layout Standard
16698 As you will see, the content of the first and last table row is not correctly
16699  aligned.
16700  To get this alignment, the minipage box must be set into a raisebox.
16701 \begin_inset Foot
16702 status collapsed
16703
16704 \begin_layout Plain Layout
16705 Raiseboxes are described in section
16706 \begin_inset space ~
16707 \end_inset
16708
16709
16710 \begin_inset CommandInset ref
16711 LatexCommand ref
16712 reference "subsec:Vertical-Alignment"
16713
16714 \end_inset
16715
16716 .
16717 \end_layout
16718
16719 \end_inset
16720
16721  In the example above the second table in the first item is aligned using
16722  the \SpecialChar TeX
16723  Code command
16724 \end_layout
16725
16726 \begin_layout Standard
16727
16728 \series bold
16729
16730 \backslash
16731 raisebox{0.85
16732 \backslash
16733 baselineskip}{
16734 \end_layout
16735
16736 \begin_layout Standard
16737 before the box.
16738  After the box the closing brace 
16739 \series bold
16740 }
16741 \series default
16742  is inserted as \SpecialChar TeX
16743  Code.
16744  For the second table in the last item the command
16745 \end_layout
16746
16747 \begin_layout Standard
16748
16749 \series bold
16750
16751 \backslash
16752 raisebox{-0.32
16753 \backslash
16754 baselineskip}{
16755 \end_layout
16756
16757 \begin_layout Standard
16758 is used.
16759 \end_layout
16760
16761 \begin_layout Standard
16762 \begin_inset Note Greyedout
16763 status open
16764
16765 \begin_layout Plain Layout
16766
16767 \series bold
16768 Note:
16769 \series default
16770  The alignment of the table row content to the surrounding text line is
16771  not exact.
16772  The required value for the 
16773 \series bold
16774
16775 \backslash
16776 raisebox
16777 \series default
16778  command for this alignment depends on the document font, the font size,
16779  and the table line thickness.
16780 \end_layout
16781
16782 \end_inset
16783
16784
16785 \end_layout
16786
16787 \begin_layout Section
16788 Colored Tables
16789 \begin_inset CommandInset label
16790 LatexCommand label
16791 name "sec:Colored-Tables"
16792
16793 \end_inset
16794
16795
16796 \begin_inset Index idx
16797 status collapsed
16798
16799 \begin_layout Plain Layout
16800 Table ! Color
16801 \end_layout
16802
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \begin_layout Subsection
16809 Colored Cells
16810 \begin_inset Index idx
16811 status collapsed
16812
16813 \begin_layout Plain Layout
16814 Table Color ! for Cells
16815 \end_layout
16816
16817 \end_inset
16818
16819
16820 \begin_inset Index idx
16821 status collapsed
16822
16823 \begin_layout Plain Layout
16824 Color ! for Table Cells
16825 \end_layout
16826
16827 \end_inset
16828
16829
16830 \end_layout
16831
16832 \begin_layout Standard
16833 \begin_inset Float table
16834 placement h
16835 wide false
16836 sideways false
16837 status open
16838
16839 \begin_layout Plain Layout
16840 \begin_inset Caption Standard
16841
16842 \begin_layout Plain Layout
16843 \begin_inset CommandInset label
16844 LatexCommand label
16845 name "tab:Table-colored-without"
16846
16847 \end_inset
16848
16849 Table colored without using the package 
16850 \series bold
16851 colortbl
16852 \series default
16853
16854 \begin_inset Argument 1
16855 status collapsed
16856
16857 \begin_layout Plain Layout
16858 Table without colortbl
16859 \end_layout
16860
16861 \end_inset
16862
16863
16864 \end_layout
16865
16866 \end_inset
16867
16868
16869 \end_layout
16870
16871 \begin_layout Plain Layout
16872 \align center
16873 \begin_inset Tabular
16874 <lyxtabular version="3" rows="3" columns="3">
16875 <features tabularvalignment="middle">
16876 <column alignment="center" valignment="top">
16877 <column alignment="center" valignment="top">
16878 <column alignment="center" valignment="top">
16879 <row>
16880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16881 \begin_inset Text
16882
16883 \begin_layout Plain Layout
16884
16885 \color green
16886 a
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895
16896 \color red
16897 b
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906
16907 \color red
16908 c
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 </row>
16914 <row>
16915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919
16920 \color green
16921 d
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930
16931 \color blue
16932 e
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941
16942 \color blue
16943 f
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 </row>
16949 <row>
16950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954
16955 \color green
16956 g
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965
16966 \color blue
16967 h
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976
16977 \color blue
16978 i
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 </lyxtabular>
16985
16986 \end_inset
16987
16988
16989 \end_layout
16990
16991 \end_inset
16992
16993
16994 \end_layout
16995
16996 \begin_layout Standard
16997 If you only need colored text, mark the cells and choose a color in the
16998  
16999 \family sans
17000 Text
17001 \begin_inset space ~
17002 \end_inset
17003
17004 Style
17005 \family default
17006  dialog (toolbar button 
17007 \begin_inset Info
17008 type  "icon"
17009 arg   "dialog-show character"
17010 \end_inset
17011
17012 ).
17013  This was used to create Table
17014 \begin_inset space ~
17015 \end_inset
17016
17017
17018 \begin_inset CommandInset ref
17019 LatexCommand ref
17020 reference "tab:Table-colored-without"
17021
17022 \end_inset
17023
17024 .
17025  In any other case you have to use the \SpecialChar LaTeX
17026 -package 
17027 \series bold
17028 colortbl
17029 \series default
17030 .
17031 \begin_inset Index idx
17032 status collapsed
17033
17034 \begin_layout Plain Layout
17035 \SpecialChar LaTeX
17036 -packages ! colortbl
17037 \end_layout
17038
17039 \end_inset
17040
17041
17042 \end_layout
17043
17044 \begin_layout Standard
17045 \begin_inset ERT
17046 status collapsed
17047
17048 \begin_layout Plain Layout
17049
17050
17051 \backslash
17052 ifcolortbl
17053 \end_layout
17054
17055 \end_inset
17056
17057
17058 \begin_inset Note Note
17059 status open
17060
17061 \begin_layout Plain Layout
17062 The following section part will only be displayed when the \SpecialChar LaTeX
17063 -package 
17064 \series bold
17065 colortbl
17066 \series default
17067  is installed.
17068 \end_layout
17069
17070 \end_inset
17071
17072
17073 \end_layout
17074
17075 \begin_layout Standard
17076 To create colored tables, 
17077 \series bold
17078 colortbl
17079 \series default
17080  must be loaded in the preamble with the line
17081 \end_layout
17082
17083 \begin_layout Standard
17084
17085 \series bold
17086
17087 \backslash
17088 usepackage{colortbl}
17089 \end_layout
17090
17091 \begin_layout Standard
17092 The color of a column is adjusted with the command
17093 \end_layout
17094
17095 \begin_layout Standard
17096
17097 \series bold
17098
17099 \backslash
17100 columncolor{name of color}
17101 \end_layout
17102
17103 \begin_layout Standard
17104 inside the command 
17105 \series bold
17106 >{ }
17107 \series default
17108 .
17109  More about the command 
17110 \series bold
17111 >{}
17112 \series default
17113  is contained in section
17114 \begin_inset space ~
17115 \end_inset
17116
17117
17118 \begin_inset CommandInset ref
17119 LatexCommand ref
17120 reference "subsec:Multicolumn-Calculations"
17121
17122 \end_inset
17123
17124 .
17125 \end_layout
17126
17127 \begin_layout Standard
17128 The following color names are predefined:
17129 \end_layout
17130
17131 \begin_layout Standard
17132
17133 \family sans
17134 red
17135 \family default
17136
17137 \family sans
17138 green
17139 \family default
17140
17141 \family sans
17142 yellow
17143 \family default
17144
17145 \family sans
17146 blue
17147 \family default
17148
17149 \family sans
17150 cyan
17151 \family default
17152
17153 \family sans
17154 magenta
17155 \family default
17156
17157 \family sans
17158 black
17159 \family default
17160  and 
17161 \family sans
17162 white
17163 \end_layout
17164
17165 \begin_layout Standard
17166 \begin_inset VSpace medskip
17167 \end_inset
17168
17169
17170 \end_layout
17171
17172 \begin_layout Standard
17173 If you add the option
17174 \end_layout
17175
17176 \begin_layout Standard
17177
17178 \series bold
17179 dvipsnames
17180 \end_layout
17181
17182 \begin_layout Standard
17183 to the document class options in the document settings, you can additionally
17184  use further 61
17185 \begin_inset space ~
17186 \end_inset
17187
17188 colors.
17189  These colors are listed in appendix
17190 \begin_inset space ~
17191 \end_inset
17192
17193
17194 \begin_inset CommandInset ref
17195 LatexCommand ref
17196 reference "chap:List-of-dvips-colornames"
17197
17198 \end_inset
17199
17200 .
17201  One of these colors, 
17202 \family sans
17203 Maroon
17204 \family default
17205 , is used as example in Table
17206 \begin_inset space ~
17207 \end_inset
17208
17209
17210 \begin_inset CommandInset ref
17211 LatexCommand ref
17212 reference "tab:Table-colored-using"
17213
17214 \end_inset
17215
17216 .
17217 \end_layout
17218
17219 \begin_layout Standard
17220 \begin_inset VSpace medskip
17221 \end_inset
17222
17223
17224 \end_layout
17225
17226 \begin_layout Standard
17227 You can also define your own color with the command
17228 \end_layout
17229
17230 \begin_layout Standard
17231
17232 \series bold
17233
17234 \backslash
17235 definecolor{color name}{color model}{color values}
17236 \end_layout
17237
17238 \begin_layout Standard
17239 The color model can be
17240 \end_layout
17241
17242 \begin_layout Labeling
17243 \labelwidthstring 00.00.0000
17244 cmyk: cyan, magenta, yellow, black
17245 \end_layout
17246
17247 \begin_layout Labeling
17248 \labelwidthstring 00.00.0000
17249 rgb: red, green blue
17250 \end_layout
17251
17252 \begin_layout Labeling
17253 \labelwidthstring 00.00.0000
17254 gray gray
17255 \end_layout
17256
17257 \begin_layout Standard
17258 and the color values are comma separated numbers between 0 and 1 describing
17259  the factor for the corresponding color of the color model.
17260 \end_layout
17261
17262 \begin_layout Standard
17263 You can e.
17264 \begin_inset space \thinspace{}
17265 \end_inset
17266
17267 g.
17268 \begin_inset space \space{}
17269 \end_inset
17270
17271 define the color "
17272 \emph on
17273 darkgreen
17274 \emph default
17275 " in the preamble with
17276 \end_layout
17277
17278 \begin_layout Standard
17279
17280 \series bold
17281
17282 \backslash
17283 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17284 \end_layout
17285
17286 \begin_layout Standard
17287 and the color "
17288 \emph on
17289 lightgray
17290 \emph default
17291 " with
17292 \end_layout
17293
17294 \begin_layout Standard
17295
17296 \series bold
17297
17298 \backslash
17299 definecolor{lightgray}{gray}{0.8}
17300 \end_layout
17301
17302 \begin_layout Standard
17303 \begin_inset VSpace medskip
17304 \end_inset
17305
17306
17307 \end_layout
17308
17309 \begin_layout Standard
17310 Lines are colored with the command
17311 \end_layout
17312
17313 \begin_layout Standard
17314
17315 \series bold
17316
17317 \backslash
17318 rowcolor{name of color}
17319 \end_layout
17320
17321 \begin_layout Standard
17322 and cells are colored with the command
17323 \end_layout
17324
17325 \begin_layout Standard
17326
17327 \series bold
17328
17329 \backslash
17330 cellcolor{name of color}
17331 \end_layout
17332
17333 \begin_layout Standard
17334 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17335  Code.
17336 \end_layout
17337
17338 \begin_layout Standard
17339 To color characters in the table, mark the cells and use the 
17340 \family sans
17341 Text
17342 \begin_inset space ~
17343 \end_inset
17344
17345 Style
17346 \family default
17347  dialog.
17348  If a cell contains \SpecialChar TeX
17349  Code mark only the characters, otherwise the colored
17350  \SpecialChar TeX
17351  Code will cause \SpecialChar LaTeX
17352  errors.
17353 \end_layout
17354
17355 \begin_layout Standard
17356 \begin_inset Note Greyedout
17357 status open
17358
17359 \begin_layout Plain Layout
17360
17361 \series bold
17362 Note:
17363 \series default
17364  Not all DVI-viewers are able to display self-defined colors.
17365 \end_layout
17366
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \begin_layout Standard
17373 \begin_inset VSpace bigskip
17374 \end_inset
17375
17376
17377 \end_layout
17378
17379 \begin_layout Standard
17380 To create Table
17381 \begin_inset space ~
17382 \end_inset
17383
17384
17385 \begin_inset CommandInset ref
17386 LatexCommand ref
17387 reference "tab:Table-colored-using"
17388
17389 \end_inset
17390
17391  do the following: The color of the first column should be 
17392 \emph on
17393 darkgreen
17394 \emph default
17395 .
17396  So insert
17397 \end_layout
17398
17399 \begin_layout Standard
17400
17401 \series bold
17402 >{
17403 \backslash
17404 columncolor{darkgreen}
17405 \backslash
17406 centering}c
17407 \end_layout
17408
17409 \begin_layout Standard
17410 as \SpecialChar LaTeX
17411 -argument for this column.
17412  The first row should be light blue, therefore the \SpecialChar TeX
17413  Code command
17414 \end_layout
17415
17416 \begin_layout Standard
17417
17418 \series bold
17419
17420 \backslash
17421 rowcolor{cyan}
17422 \end_layout
17423
17424 \begin_layout Standard
17425 is inserted to the first cell of this row.
17426  Note that this overwrites the column color for the first cell.
17427  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17428  Code
17429  command
17430 \end_layout
17431
17432 \begin_layout Standard
17433
17434 \series bold
17435
17436 \backslash
17437 cellcolor{Maroon}
17438 \end_layout
17439
17440 \begin_layout Standard
17441 The characters could now be colored using the menu 
17442 \family sans
17443 Edit\SpecialChar menuseparator
17444 Text
17445 \begin_inset space ~
17446 \end_inset
17447
17448 Style
17449 \family default
17450 .
17451 \end_layout
17452
17453 \begin_layout Standard
17454 \begin_inset Float table
17455 placement h
17456 wide false
17457 sideways false
17458 status open
17459
17460 \begin_layout Plain Layout
17461 \begin_inset Caption Standard
17462
17463 \begin_layout Plain Layout
17464 \begin_inset CommandInset label
17465 LatexCommand label
17466 name "tab:Table-colored-using"
17467
17468 \end_inset
17469
17470 Table colored using the package 
17471 \series bold
17472 colortbl
17473 \series default
17474
17475 \begin_inset Argument 1
17476 status collapsed
17477
17478 \begin_layout Plain Layout
17479 Table with colortbl
17480 \end_layout
17481
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \end_inset
17488
17489
17490 \end_layout
17491
17492 \begin_layout Plain Layout
17493 \align center
17494 \begin_inset Tabular
17495 <lyxtabular version="3" rows="3" columns="3">
17496 <features tabularvalignment="middle">
17497 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17498 <column alignment="center" valignment="top">
17499 <column alignment="center" valignment="top">
17500 <row>
17501 <cell alignment="center" valignment="top" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 \begin_inset ERT
17506 status collapsed
17507
17508 \begin_layout Plain Layout
17509
17510
17511 \backslash
17512 rowcolor{cyan}
17513 \end_layout
17514
17515 \end_inset
17516
17517
17518 \color magenta
17519 a
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 <cell alignment="center" valignment="top" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528
17529 \color red
17530 b
17531 \end_layout
17532
17533 \end_inset
17534 </cell>
17535 <cell alignment="center" valignment="top" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539
17540 \color red
17541 c
17542 \end_layout
17543
17544 \end_inset
17545 </cell>
17546 </row>
17547 <row>
17548 <cell alignment="center" valignment="top" usebox="none">
17549 \begin_inset Text
17550
17551 \begin_layout Plain Layout
17552
17553 \color yellow
17554 d
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 <cell alignment="center" valignment="top" usebox="none">
17560 \begin_inset Text
17561
17562 \begin_layout Plain Layout
17563
17564 \color blue
17565 e
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 <cell alignment="center" valignment="top" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574
17575 \color blue
17576 f
17577 \end_layout
17578
17579 \end_inset
17580 </cell>
17581 </row>
17582 <row>
17583 <cell alignment="center" valignment="top" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Plain Layout
17587
17588 \color yellow
17589 g
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 <cell alignment="center" valignment="top" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Plain Layout
17598
17599 \color blue
17600 h
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 <cell alignment="center" valignment="top" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609 \begin_inset ERT
17610 status collapsed
17611
17612 \begin_layout Plain Layout
17613
17614
17615 \backslash
17616 cellcolor{Maroon}
17617 \end_layout
17618
17619 \end_inset
17620
17621
17622 \color green
17623 i
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 </row>
17629 </lyxtabular>
17630
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \end_inset
17637
17638
17639 \end_layout
17640
17641 \begin_layout Standard
17642 \begin_inset ERT
17643 status collapsed
17644
17645 \begin_layout Plain Layout
17646
17647
17648 \backslash
17649 else
17650 \end_layout
17651
17652 \end_inset
17653
17654
17655 \begin_inset Note Note
17656 status open
17657
17658 \begin_layout Plain Layout
17659 The following will be displayed when the \SpecialChar LaTeX
17660 -package 
17661 \series bold
17662 colortbl
17663 \series default
17664  is not installed:
17665 \end_layout
17666
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \begin_layout Standard
17673 You need to install the package 
17674 \series bold
17675 colortbl
17676 \series default
17677  to see the content of this section in the output.
17678 \end_layout
17679
17680 \begin_layout Standard
17681 \begin_inset ERT
17682 status collapsed
17683
17684 \begin_layout Plain Layout
17685
17686
17687 \backslash
17688 fi
17689 \end_layout
17690
17691 \end_inset
17692
17693
17694 \end_layout
17695
17696 \begin_layout Subsection
17697 Colored Rows
17698 \begin_inset Index idx
17699 status collapsed
17700
17701 \begin_layout Plain Layout
17702 Table Color ! for Rows
17703 \end_layout
17704
17705 \end_inset
17706
17707
17708 \begin_inset Index idx
17709 status collapsed
17710
17711 \begin_layout Plain Layout
17712 Color ! for Table Rows
17713 \end_layout
17714
17715 \end_inset
17716
17717
17718 \end_layout
17719
17720 \begin_layout Standard
17721 In case every second table row needs to be colored there is an alternative
17722  to the method described in the previous section: One loads the package
17723  
17724 \series bold
17725 xcolor
17726 \series default
17727
17728 \begin_inset Index idx
17729 status collapsed
17730
17731 \begin_layout Plain Layout
17732 \SpecialChar LaTeX
17733 -packages ! xcolor
17734 \begin_inset ERT
17735 status collapsed
17736
17737 \begin_layout Plain Layout
17738
17739
17740 \backslash
17741 vspace{4mm}
17742 \end_layout
17743
17744 \end_inset
17745
17746
17747 \end_layout
17748
17749 \end_inset
17750
17751  in the document preamble with the command
17752 \end_layout
17753
17754 \begin_layout Standard
17755
17756 \series bold
17757
17758 \backslash
17759 usepackage[table]{xcolor}
17760 \end_layout
17761
17762 \begin_layout Standard
17763
17764 \series bold
17765 xcolor
17766 \series default
17767  automatically loads also the package 
17768 \series bold
17769 colortbl
17770 \series default
17771
17772 \begin_inset Index idx
17773 status collapsed
17774
17775 \begin_layout Plain Layout
17776 \SpecialChar LaTeX
17777 -packages ! colortbl
17778 \end_layout
17779
17780 \end_inset
17781
17782 , so 
17783 \series bold
17784 colortbl
17785 \series default
17786  must be installed in your \SpecialChar LaTeX
17787 -distribution, otherwise you get \SpecialChar LaTeX
17788 -errors.
17789 \end_layout
17790
17791 \begin_layout Standard
17792 \begin_inset ERT
17793 status collapsed
17794
17795 \begin_layout Plain Layout
17796
17797
17798 \backslash
17799 ifcolortbl
17800 \end_layout
17801
17802 \end_inset
17803
17804
17805 \begin_inset Note Note
17806 status open
17807
17808 \begin_layout Plain Layout
17809 The following section part will only be displayed when the \SpecialChar LaTeX
17810 -package 
17811 \series bold
17812 colortbl
17813 \series default
17814  is installed.
17815 \end_layout
17816
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \begin_layout Standard
17823 The table rows are colored with the command
17824 \end_layout
17825
17826 \begin_layout Standard
17827
17828 \series bold
17829
17830 \backslash
17831 rowcolors[commands]{row number}{odd row color}{even row color}
17832 \end_layout
17833
17834 \begin_layout Standard
17835 that is either inserted in the document preamble or as \SpecialChar TeX
17836  Code before the
17837  first table to be colored.
17838  row
17839 \begin_inset space ~
17840 \end_inset
17841
17842 number is the number of the first row which should be colored according
17843  to the odd row color.
17844  commands can be additional commands that are executed before every table
17845  row.
17846  So for example the command
17847 \end_layout
17848
17849 \begin_layout Standard
17850
17851 \series bold
17852
17853 \backslash
17854 rowcolors{1}{white}{lightgray}
17855 \end_layout
17856
17857 \begin_layout Standard
17858 leads to the coloring scheme of Table
17859 \begin_inset space ~
17860 \end_inset
17861
17862
17863 \begin_inset CommandInset ref
17864 LatexCommand ref
17865 reference "tab:Table-rowcolors"
17866
17867 \end_inset
17868
17869 .
17870  The command
17871 \end_layout
17872
17873 \begin_layout Standard
17874
17875 \series bold
17876
17877 \backslash
17878 rowcolors[
17879 \backslash
17880 hline]{1}{lightgray}{cyan}
17881 \end_layout
17882
17883 \begin_layout Standard
17884 leads to the coloring scheme of Table
17885 \begin_inset space ~
17886 \end_inset
17887
17888
17889 \begin_inset CommandInset ref
17890 LatexCommand ref
17891 reference "tab:Table-rowcolors-2"
17892
17893 \end_inset
17894
17895 .
17896  If odd
17897 \begin_inset space ~
17898 \end_inset
17899
17900 row
17901 \begin_inset space ~
17902 \end_inset
17903
17904 color and/or even
17905 \begin_inset space ~
17906 \end_inset
17907
17908 row
17909 \begin_inset space ~
17910 \end_inset
17911
17912 color are left empty, no color will be used so that the command
17913 \end_layout
17914
17915 \begin_layout Standard
17916
17917 \series bold
17918
17919 \backslash
17920 rowcolors{1}{}{}
17921 \end_layout
17922
17923 \begin_layout Standard
17924 deletes all colors.
17925  
17926 \series bold
17927
17928 \backslash
17929 rowcolors
17930 \series default
17931  affects all tables following that command.
17932 \end_layout
17933
17934 \begin_layout Standard
17935 \begin_inset ERT
17936 status open
17937
17938 \begin_layout Plain Layout
17939
17940
17941 \backslash
17942 rowcolors{1}{white}{lightgray}
17943 \end_layout
17944
17945 \end_inset
17946
17947
17948 \end_layout
17949
17950 \begin_layout Standard
17951 \begin_inset Float table
17952 placement h
17953 wide false
17954 sideways false
17955 status open
17956
17957 \begin_layout Plain Layout
17958 \begin_inset Caption Standard
17959
17960 \begin_layout Plain Layout
17961 \begin_inset CommandInset label
17962 LatexCommand label
17963 name "tab:Table-rowcolors"
17964
17965 \end_inset
17966
17967 Table where every second row is colored light gray.
17968 \end_layout
17969
17970 \end_inset
17971
17972
17973 \end_layout
17974
17975 \begin_layout Plain Layout
17976 \align center
17977 \begin_inset Tabular
17978 <lyxtabular version="3" rows="4" columns="3">
17979 <features tabularvalignment="middle">
17980 <column alignment="center" valignment="top">
17981 <column alignment="center" valignment="top" width="0pt">
17982 <column alignment="center" valignment="top" width="0pt">
17983 <row>
17984 <cell alignment="center" valignment="top" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Plain Layout
17988 X
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 Y
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 <cell alignment="center" valignment="top" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006 Z
18007 \end_layout
18008
18009 \end_inset
18010 </cell>
18011 </row>
18012 <row>
18013 <cell alignment="center" valignment="top" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017 1
18018 \end_layout
18019
18020 \end_inset
18021 </cell>
18022 <cell alignment="center" valignment="top" usebox="none">
18023 \begin_inset Text
18024
18025 \begin_layout Plain Layout
18026 2
18027 \end_layout
18028
18029 \end_inset
18030 </cell>
18031 <cell alignment="center" valignment="top" usebox="none">
18032 \begin_inset Text
18033
18034 \begin_layout Plain Layout
18035 3
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 </row>
18041 <row>
18042 <cell alignment="center" valignment="top" usebox="none">
18043 \begin_inset Text
18044
18045 \begin_layout Plain Layout
18046 4
18047 \end_layout
18048
18049 \end_inset
18050 </cell>
18051 <cell alignment="center" valignment="top" usebox="none">
18052 \begin_inset Text
18053
18054 \begin_layout Plain Layout
18055 5
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 <cell alignment="center" valignment="top" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064 6
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 </row>
18070 <row>
18071 <cell alignment="center" valignment="top" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075 7
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 <cell alignment="center" valignment="top" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084 8
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 <cell alignment="center" valignment="top" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Plain Layout
18093 9
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 </row>
18099 </lyxtabular>
18100
18101 \end_inset
18102
18103
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \end_layout
18110
18111 \begin_layout Standard
18112 \begin_inset ERT
18113 status open
18114
18115 \begin_layout Plain Layout
18116
18117
18118 \backslash
18119 rowcolors[
18120 \backslash
18121 hline]{1}{lightgray}{cyan}
18122 \end_layout
18123
18124 \end_inset
18125
18126
18127 \end_layout
18128
18129 \begin_layout Standard
18130 \begin_inset Float table
18131 placement h
18132 wide false
18133 sideways false
18134 status open
18135
18136 \begin_layout Plain Layout
18137 \begin_inset Caption Standard
18138
18139 \begin_layout Plain Layout
18140 \begin_inset CommandInset label
18141 LatexCommand label
18142 name "tab:Table-rowcolors-2"
18143
18144 \end_inset
18145
18146 Table where every second row is colored cyan and at which there is a line
18147  between each row.
18148 \end_layout
18149
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \begin_layout Plain Layout
18156 \align center
18157 \begin_inset Tabular
18158 <lyxtabular version="3" rows="4" columns="3">
18159 <features tabularvalignment="middle">
18160 <column alignment="center" valignment="top">
18161 <column alignment="center" valignment="top">
18162 <column alignment="center" valignment="top" width="0pt">
18163 <row>
18164 <cell alignment="center" valignment="top" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 X
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell alignment="center" valignment="top" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 Y
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 <cell alignment="center" valignment="top" usebox="none">
18183 \begin_inset Text
18184
18185 \begin_layout Plain Layout
18186 Z
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 </row>
18192 <row>
18193 <cell alignment="center" valignment="top" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197 1
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 <cell alignment="center" valignment="top" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206 2
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 <cell alignment="center" valignment="top" usebox="none">
18212 \begin_inset Text
18213
18214 \begin_layout Plain Layout
18215 3
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 </row>
18221 <row>
18222 <cell alignment="center" valignment="top" usebox="none">
18223 \begin_inset Text
18224
18225 \begin_layout Plain Layout
18226 4
18227 \end_layout
18228
18229 \end_inset
18230 </cell>
18231 <cell alignment="center" valignment="top" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235 5
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 <cell alignment="center" valignment="top" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244 6
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 </row>
18250 <row>
18251 <cell alignment="center" valignment="top" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255 7
18256 \end_layout
18257
18258 \end_inset
18259 </cell>
18260 <cell alignment="center" valignment="top" usebox="none">
18261 \begin_inset Text
18262
18263 \begin_layout Plain Layout
18264 8
18265 \end_layout
18266
18267 \end_inset
18268 </cell>
18269 <cell alignment="center" valignment="top" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273 9
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 </row>
18279 </lyxtabular>
18280
18281 \end_inset
18282
18283
18284 \end_layout
18285
18286 \end_inset
18287
18288
18289 \end_layout
18290
18291 \begin_layout Standard
18292 \begin_inset ERT
18293 status collapsed
18294
18295 \begin_layout Plain Layout
18296
18297
18298 \backslash
18299 rowcolors{1}{}{}
18300 \end_layout
18301
18302 \end_inset
18303
18304
18305 \begin_inset Note Note
18306 status collapsed
18307
18308 \begin_layout Plain Layout
18309 turns off the row coloring
18310 \end_layout
18311
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \begin_layout Standard
18318 \begin_inset ERT
18319 status collapsed
18320
18321 \begin_layout Plain Layout
18322
18323
18324 \backslash
18325 else
18326 \end_layout
18327
18328 \end_inset
18329
18330
18331 \begin_inset Note Note
18332 status open
18333
18334 \begin_layout Plain Layout
18335 The following will be displayed when the \SpecialChar LaTeX
18336 -package 
18337 \series bold
18338 colortbl
18339 \series default
18340  is not installed:
18341 \end_layout
18342
18343 \end_inset
18344
18345
18346 \end_layout
18347
18348 \begin_layout Standard
18349 You need to install the package 
18350 \series bold
18351 colortbl
18352 \series default
18353  to see the content of this section in the output.
18354 \end_layout
18355
18356 \begin_layout Standard
18357 \begin_inset ERT
18358 status collapsed
18359
18360 \begin_layout Plain Layout
18361
18362
18363 \backslash
18364 fi
18365 \end_layout
18366
18367 \end_inset
18368
18369
18370 \end_layout
18371
18372 \begin_layout Subsection
18373 Colored Lines
18374 \begin_inset Index idx
18375 status collapsed
18376
18377 \begin_layout Plain Layout
18378 Table Color ! for Lines
18379 \end_layout
18380
18381 \end_inset
18382
18383
18384 \begin_inset Index idx
18385 status collapsed
18386
18387 \begin_layout Plain Layout
18388 Color ! for Table Lines
18389 \end_layout
18390
18391 \end_inset
18392
18393
18394 \end_layout
18395
18396 \begin_layout Standard
18397 As described in section
18398 \begin_inset space ~
18399 \end_inset
18400
18401
18402 \begin_inset CommandInset ref
18403 LatexCommand ref
18404 reference "subsec:Line-Thickness"
18405
18406 \end_inset
18407
18408 , the line thickness for all lines in a table can be adjusted with the length
18409  
18410 \series bold
18411
18412 \backslash
18413 arrayrulewidth
18414 \series default
18415 .
18416  It is set to 1.5
18417 \begin_inset space \thinspace{}
18418 \end_inset
18419
18420 pt for all tables of this section.
18421 \begin_inset ERT
18422 status collapsed
18423
18424 \begin_layout Plain Layout
18425
18426
18427 \backslash
18428 setlength{
18429 \backslash
18430 arrayrulewidth}{1.5pt}
18431 \end_layout
18432
18433 \end_inset
18434
18435
18436 \end_layout
18437
18438 \begin_layout Standard
18439 To color vertical lines for example with green, create the following column
18440  format in the document preamble, according to the description in section
18441 \begin_inset space ~
18442 \end_inset
18443
18444
18445 \begin_inset CommandInset ref
18446 LatexCommand ref
18447 reference "subsec:Customized-Format"
18448
18449 \end_inset
18450
18451 :
18452 \end_layout
18453
18454 \begin_layout Standard
18455
18456 \series bold
18457
18458 \backslash
18459 newcolumntype{W}{!{
18460 \backslash
18461 color{green}
18462 \backslash
18463 vline}}
18464 \end_layout
18465
18466 \begin_layout Standard
18467 For Table
18468 \begin_inset space ~
18469 \end_inset
18470
18471
18472 \begin_inset CommandInset ref
18473 LatexCommand ref
18474 reference "tab:Table-with-vertical-colored"
18475
18476 \end_inset
18477
18478  the \SpecialChar LaTeX
18479 -argument
18480 \series bold
18481  WcW
18482 \series default
18483  was used for the last column and
18484 \series bold
18485  Wc
18486 \series default
18487  for the other columns.
18488 \end_layout
18489
18490 \begin_layout Standard
18491 If you want to have several colors, define more column formats.
18492 \end_layout
18493
18494 \begin_layout Standard
18495 \begin_inset Float table
18496 placement h
18497 wide false
18498 sideways false
18499 status open
18500
18501 \begin_layout Plain Layout
18502 \begin_inset Caption Standard
18503
18504 \begin_layout Plain Layout
18505 \begin_inset CommandInset label
18506 LatexCommand label
18507 name "tab:Table-with-vertical-colored"
18508
18509 \end_inset
18510
18511 Table with colored vertical lines
18512 \end_layout
18513
18514 \end_inset
18515
18516
18517 \end_layout
18518
18519 \begin_layout Plain Layout
18520 \align center
18521 \begin_inset Tabular
18522 <lyxtabular version="3" rows="3" columns="3">
18523 <features tabularvalignment="middle">
18524 <column alignment="center" valignment="top" special="Wc">
18525 <column alignment="center" valignment="top" special="Wc">
18526 <column alignment="center" valignment="top" special="WcW">
18527 <row>
18528 <cell alignment="center" valignment="top" topline="true" usebox="none">
18529 \begin_inset Text
18530
18531 \begin_layout Plain Layout
18532 sd
18533 \end_layout
18534
18535 \end_inset
18536 </cell>
18537 <cell alignment="center" valignment="top" topline="true" usebox="none">
18538 \begin_inset Text
18539
18540 \begin_layout Plain Layout
18541
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 <cell alignment="center" valignment="top" topline="true" usebox="none">
18547 \begin_inset Text
18548
18549 \begin_layout Plain Layout
18550
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 </row>
18556 <row>
18557 <cell alignment="center" valignment="top" topline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 <cell alignment="center" valignment="top" topline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570 sd
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 <cell alignment="center" valignment="top" topline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579
18580 \end_layout
18581
18582 \end_inset
18583 </cell>
18584 </row>
18585 <row>
18586 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18587 \begin_inset Text
18588
18589 \begin_layout Plain Layout
18590
18591 \end_layout
18592
18593 \end_inset
18594 </cell>
18595 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608 sd
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 </row>
18614 </lyxtabular>
18615
18616 \end_inset
18617
18618
18619 \end_layout
18620
18621 \end_inset
18622
18623
18624 \end_layout
18625
18626 \begin_layout Standard
18627 \begin_inset VSpace bigskip
18628 \end_inset
18629
18630 To color all horizontal lines for example with red, as in Table
18631 \begin_inset space ~
18632 \end_inset
18633
18634
18635 \begin_inset CommandInset ref
18636 LatexCommand ref
18637 reference "tab:Table-with-horizontal-colored"
18638
18639 \end_inset
18640
18641 , insert these commands in \SpecialChar TeX
18642  code before the table or table float:
18643 \end_layout
18644
18645 \begin_layout Standard
18646
18647 \series bold
18648
18649 \backslash
18650 let
18651 \backslash
18652 myHlineC
18653 \backslash
18654 hline
18655 \begin_inset Newline newline
18656 \end_inset
18657
18658
18659 \backslash
18660 renewcommand{
18661 \backslash
18662 hline}
18663 \begin_inset Newline newline
18664 \end_inset
18665
18666
18667 \begin_inset Phantom HPhantom
18668 status open
18669
18670 \begin_layout Plain Layout
18671
18672 \series bold
18673 \begin_inset space ~
18674 \end_inset
18675
18676
18677 \end_layout
18678
18679 \end_inset
18680
18681 {
18682 \backslash
18683 arrayrulecolor{red}
18684 \backslash
18685 myHlineC
18686 \backslash
18687 arrayrulecolor{black}}
18688 \end_layout
18689
18690 \begin_layout Standard
18691 \begin_inset ERT
18692 status collapsed
18693
18694 \begin_layout Plain Layout
18695
18696
18697 \backslash
18698 let
18699 \backslash
18700 myHlineC
18701 \backslash
18702 hline
18703 \end_layout
18704
18705 \begin_layout Plain Layout
18706
18707
18708 \backslash
18709 renewcommand{
18710 \backslash
18711 hline}
18712 \end_layout
18713
18714 \begin_layout Plain Layout
18715
18716  {
18717 \backslash
18718 arrayrulecolor{red}
18719 \backslash
18720 myHlineC
18721 \backslash
18722 arrayrulecolor{black}}
18723 \end_layout
18724
18725 \end_inset
18726
18727
18728 \begin_inset Float table
18729 placement h
18730 wide false
18731 sideways false
18732 status open
18733
18734 \begin_layout Plain Layout
18735 \begin_inset Caption Standard
18736
18737 \begin_layout Plain Layout
18738 \begin_inset CommandInset label
18739 LatexCommand label
18740 name "tab:Table-with-horizontal-colored"
18741
18742 \end_inset
18743
18744 Table with colored horizontal lines
18745 \end_layout
18746
18747 \end_inset
18748
18749
18750 \end_layout
18751
18752 \begin_layout Plain Layout
18753 \align center
18754 \begin_inset Tabular
18755 <lyxtabular version="3" rows="3" columns="3">
18756 <features tabularvalignment="middle">
18757 <column alignment="center" valignment="top">
18758 <column alignment="center" valignment="top">
18759 <column alignment="center" valignment="top">
18760 <row>
18761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765 sd
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18771 \begin_inset Text
18772
18773 \begin_layout Plain Layout
18774
18775 \end_layout
18776
18777 \end_inset
18778 </cell>
18779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18780 \begin_inset Text
18781
18782 \begin_layout Plain Layout
18783
18784 \end_layout
18785
18786 \end_inset
18787 </cell>
18788 </row>
18789 <row>
18790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18791 \begin_inset Text
18792
18793 \begin_layout Plain Layout
18794
18795 \end_layout
18796
18797 \end_inset
18798 </cell>
18799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18800 \begin_inset Text
18801
18802 \begin_layout Plain Layout
18803 sd
18804 \end_layout
18805
18806 \end_inset
18807 </cell>
18808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18809 \begin_inset Text
18810
18811 \begin_layout Plain Layout
18812
18813 \end_layout
18814
18815 \end_inset
18816 </cell>
18817 </row>
18818 <row>
18819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18820 \begin_inset Text
18821
18822 \begin_layout Plain Layout
18823
18824 \end_layout
18825
18826 \end_inset
18827 </cell>
18828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18829 \begin_inset Text
18830
18831 \begin_layout Plain Layout
18832
18833 \end_layout
18834
18835 \end_inset
18836 </cell>
18837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18838 \begin_inset Text
18839
18840 \begin_layout Plain Layout
18841 sd
18842 \end_layout
18843
18844 \end_inset
18845 </cell>
18846 </row>
18847 </lyxtabular>
18848
18849 \end_inset
18850
18851
18852 \end_layout
18853
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \begin_layout Standard
18860 To return to the default line color black, insert this command in \SpecialChar TeX
18861  code
18862  after the table or table float:
18863 \end_layout
18864
18865 \begin_layout Standard
18866
18867 \series bold
18868
18869 \backslash
18870 renewcommand{
18871 \backslash
18872 hline}{
18873 \backslash
18874 myHlineC}
18875 \end_layout
18876
18877 \begin_layout Standard
18878 Table
18879 \begin_inset space ~
18880 \end_inset
18881
18882
18883 \begin_inset CommandInset ref
18884 LatexCommand ref
18885 reference "tab:Table-with-colored"
18886
18887 \end_inset
18888
18889  is an example with colored vertical and horizontal lines.
18890 \end_layout
18891
18892 \begin_layout Standard
18893 \begin_inset Float table
18894 placement h
18895 wide false
18896 sideways false
18897 status open
18898
18899 \begin_layout Plain Layout
18900 \begin_inset Caption Standard
18901
18902 \begin_layout Plain Layout
18903 \begin_inset CommandInset label
18904 LatexCommand label
18905 name "tab:Table-with-colored"
18906
18907 \end_inset
18908
18909 Table with colored lines
18910 \end_layout
18911
18912 \end_inset
18913
18914
18915 \end_layout
18916
18917 \begin_layout Plain Layout
18918 \align center
18919 \begin_inset Tabular
18920 <lyxtabular version="3" rows="3" columns="3">
18921 <features tabularvalignment="middle">
18922 <column alignment="center" valignment="top" special="Wc">
18923 <column alignment="center" valignment="top" special="Wc">
18924 <column alignment="center" valignment="top" special="WcW">
18925 <row>
18926 <cell alignment="center" valignment="top" topline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930 sd
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 <cell alignment="center" valignment="top" topline="true" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell alignment="center" valignment="top" topline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 </row>
18954 <row>
18955 <cell alignment="center" valignment="top" topline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 <cell alignment="center" valignment="top" topline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968 sd
18969 \end_layout
18970
18971 \end_inset
18972 </cell>
18973 <cell alignment="center" valignment="top" topline="true" usebox="none">
18974 \begin_inset Text
18975
18976 \begin_layout Plain Layout
18977
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 </row>
18983 <row topspace="default">
18984 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18985 \begin_inset Text
18986
18987 \begin_layout Plain Layout
18988
18989 \end_layout
18990
18991 \end_inset
18992 </cell>
18993 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997
18998 \end_layout
18999
19000 \end_inset
19001 </cell>
19002 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19003 \begin_inset Text
19004
19005 \begin_layout Plain Layout
19006 sd
19007 \end_layout
19008
19009 \end_inset
19010 </cell>
19011 </row>
19012 </lyxtabular>
19013
19014 \end_inset
19015
19016
19017 \end_layout
19018
19019 \end_inset
19020
19021
19022 \end_layout
19023
19024 \begin_layout Standard
19025 \begin_inset ERT
19026 status collapsed
19027
19028 \begin_layout Plain Layout
19029
19030
19031 \backslash
19032 renewcommand{
19033 \backslash
19034 hline}{
19035 \backslash
19036 myHlineC}
19037 \end_layout
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \begin_layout Standard
19045 \begin_inset ERT
19046 status collapsed
19047
19048 \begin_layout Plain Layout
19049
19050
19051 \backslash
19052 setlength{
19053 \backslash
19054 arrayrulewidth}{1.2pt}
19055 \end_layout
19056
19057 \end_inset
19058
19059
19060 \end_layout
19061
19062 \begin_layout Standard
19063 To color only some of the table lines another strategy is necessary.
19064  To color all following horizontal lines, insert this command as \SpecialChar TeX
19065  code as
19066  last thing in the row that should be above the first colored line:
19067 \end_layout
19068
19069 \begin_layout Standard
19070
19071 \series bold
19072
19073 \backslash
19074
19075 \backslash
19076
19077 \backslash
19078 arrayrulecolor{blue}%
19079 \end_layout
19080
19081 \begin_layout Standard
19082 To go back to black lines, add this command as first thing in the row that
19083  is above the black lines:
19084 \end_layout
19085
19086 \begin_layout Standard
19087
19088 \series bold
19089
19090 \backslash
19091 arrayrulecolor{black}
19092 \end_layout
19093
19094 \begin_layout Standard
19095 With this one can color table lines like in Table
19096 \begin_inset space ~
19097 \end_inset
19098
19099
19100 \begin_inset CommandInset ref
19101 LatexCommand ref
19102 reference "tab:Table-with-different-hor"
19103
19104 \end_inset
19105
19106 .
19107  However, with this method it is not possible to color the line above the
19108  first row of a table.
19109 \end_layout
19110
19111 \begin_layout Standard
19112 \begin_inset Float table
19113 wide false
19114 sideways false
19115 status open
19116
19117 \begin_layout Plain Layout
19118 \begin_inset Caption Standard
19119
19120 \begin_layout Plain Layout
19121 \begin_inset CommandInset label
19122 LatexCommand label
19123 name "tab:Table-with-different-hor"
19124
19125 \end_inset
19126
19127 Table with different horizontal line colors.
19128 \end_layout
19129
19130 \end_inset
19131
19132
19133 \end_layout
19134
19135 \begin_layout Plain Layout
19136 \align center
19137 \begin_inset Tabular
19138 <lyxtabular version="3" rows="6" columns="7">
19139 <features tabularvalignment="middle">
19140 <column alignment="center" valignment="top">
19141 <column alignment="center" valignment="top">
19142 <column alignment="center" valignment="top">
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 <row>
19148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 <cell alignment="center" valignment="top" topline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" topline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 <cell alignment="center" valignment="top" topline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 <cell alignment="center" valignment="top" topline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" topline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Plain Layout
19206 \begin_inset ERT
19207 status open
19208
19209 \begin_layout Plain Layout
19210
19211
19212 \backslash
19213
19214 \backslash
19215
19216 \backslash
19217 arrayrulecolor{blue}%
19218 \end_layout
19219
19220 \end_inset
19221
19222
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 </row>
19228 <row>
19229 <cell alignment="center" valignment="top" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 Y
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 <cell alignment="center" valignment="top" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287 Y
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 </row>
19293 <row>
19294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298 \begin_inset ERT
19299 status open
19300
19301 \begin_layout Plain Layout
19302
19303
19304 \backslash
19305 arrayrulecolor{black}
19306 \end_layout
19307
19308 \end_inset
19309
19310
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 <cell alignment="center" valignment="top" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 <cell alignment="center" valignment="top" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 <cell alignment="center" valignment="top" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 </row>
19370 <row>
19371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 <cell alignment="center" valignment="top" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 <cell alignment="center" valignment="top" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 <cell alignment="center" valignment="top" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402
19403 \end_layout
19404
19405 \end_inset
19406 </cell>
19407 <cell alignment="center" valignment="top" usebox="none">
19408 \begin_inset Text
19409
19410 \begin_layout Plain Layout
19411
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19426 \begin_inset Text
19427
19428 \begin_layout Plain Layout
19429 \begin_inset ERT
19430 status collapsed
19431
19432 \begin_layout Plain Layout
19433
19434
19435 \backslash
19436
19437 \backslash
19438
19439 \backslash
19440 arrayrulecolor{green}%
19441 \end_layout
19442
19443 \end_inset
19444
19445
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 </row>
19451 <row>
19452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19462 \begin_inset Text
19463
19464 \begin_layout Plain Layout
19465
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474
19475 \end_layout
19476
19477 \end_inset
19478 </cell>
19479 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19480 \begin_inset Text
19481
19482 \begin_layout Plain Layout
19483
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19507 \begin_inset Text
19508
19509 \begin_layout Plain Layout
19510
19511 \end_layout
19512
19513 \end_inset
19514 </cell>
19515 </row>
19516 <row>
19517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521 \begin_inset ERT
19522 status collapsed
19523
19524 \begin_layout Plain Layout
19525
19526
19527 \backslash
19528 arrayrulecolor{black}
19529 \end_layout
19530
19531 \end_inset
19532
19533 B
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Plain Layout
19560
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 \begin_inset ERT
19588 status collapsed
19589
19590 \begin_layout Plain Layout
19591
19592
19593 \backslash
19594
19595 \backslash
19596
19597 \backslash
19598 arrayrulecolor{blue}%
19599 \end_layout
19600
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 </row>
19609 </lyxtabular>
19610
19611 \end_inset
19612
19613
19614 \end_layout
19615
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \begin_layout Standard
19622 To change the color of vertical lines within a row, like in Table
19623 \begin_inset space ~
19624 \end_inset
19625
19626
19627 \begin_inset CommandInset ref
19628 LatexCommand ref
19629 reference "tab:Table-with-different-ver"
19630
19631 \end_inset
19632
19633 , one needs to use multicolumns.
19634  At first one needs to remove all vertical lines that don't run along the
19635  whole column.
19636  Now one colors all lines using the command
19637 \end_layout
19638
19639 \begin_layout Standard
19640
19641 \series bold
19642
19643 \backslash
19644
19645 \backslash
19646
19647 \backslash
19648 arrayrulecolor{blue}%
19649 \end_layout
19650
19651 \begin_layout Standard
19652 as above.
19653  Finally one inserts this command as \SpecialChar TeX
19654  code to every cell in the row where
19655  one needs a vertical line in a different color:
19656 \end_layout
19657
19658 \begin_layout Standard
19659
19660 \series bold
19661
19662 \backslash
19663 multicolumn{1}{!{
19664 \backslash
19665 color{green}
19666 \backslash
19667 vline}c!{
19668 \backslash
19669 color{red}
19670 \backslash
19671 vline}}{
19672 \end_layout
19673
19674 \begin_layout Standard
19675 This adds a vertical line to both sides of the cell.
19676  The left one will be green, the right one red.
19677  If no color change is necessary one can omit the 
19678 \series bold
19679
19680 \backslash
19681 color
19682 \series default
19683  command in the above command.
19684  To get for example a black left line and a blue right line you can write:
19685 \end_layout
19686
19687 \begin_layout Standard
19688
19689 \series bold
19690
19691 \backslash
19692 multicolumn{1}{!{
19693 \backslash
19694 color{black}
19695 \backslash
19696 vline}c|}{
19697 \end_layout
19698
19699 \begin_layout Standard
19700 because the color blue was already set for all lines.
19701  The 
19702 \series bold
19703 |
19704 \series default
19705  creates hereby the vertical line while 
19706 \series bold
19707
19708 \backslash
19709 vline
19710 \series default
19711  does this when 
19712 \series bold
19713
19714 \backslash
19715 color
19716 \series default
19717  is used.
19718  To set vertical lines without changing any color use
19719 \end_layout
19720
19721 \begin_layout Standard
19722
19723 \series bold
19724
19725 \backslash
19726 multicolumn{1}{|c|}{
19727 \end_layout
19728
19729 \begin_layout Standard
19730 After this command insert the cell content the normal way and end the cell
19731  with a closing brace 
19732 \series bold
19733 }
19734 \series default
19735  in \SpecialChar TeX
19736  code.
19737 \end_layout
19738
19739 \begin_layout Standard
19740 \begin_inset Float table
19741 wide false
19742 sideways false
19743 status open
19744
19745 \begin_layout Plain Layout
19746 \begin_inset Caption Standard
19747
19748 \begin_layout Plain Layout
19749 \begin_inset CommandInset label
19750 LatexCommand label
19751 name "tab:Table-with-different-ver"
19752
19753 \end_inset
19754
19755 Table with different vertical line colors in one row.
19756 \end_layout
19757
19758 \end_inset
19759
19760
19761 \end_layout
19762
19763 \begin_layout Plain Layout
19764 \align center
19765 \begin_inset Tabular
19766 <lyxtabular version="3" rows="5" columns="7">
19767 <features tabularvalignment="middle">
19768 <column alignment="center" valignment="top">
19769 <column alignment="center" valignment="top">
19770 <column alignment="center" valignment="top">
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 <row>
19776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 <cell alignment="center" valignment="top" topline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 <cell alignment="center" valignment="top" topline="true" usebox="none">
19795 \begin_inset Text
19796
19797 \begin_layout Plain Layout
19798
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 <cell alignment="center" valignment="top" topline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" topline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 <cell alignment="center" valignment="top" topline="true" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825
19826 \end_layout
19827
19828 \end_inset
19829 </cell>
19830 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19831 \begin_inset Text
19832
19833 \begin_layout Plain Layout
19834 \begin_inset ERT
19835 status open
19836
19837 \begin_layout Plain Layout
19838
19839
19840 \backslash
19841
19842 \backslash
19843
19844 \backslash
19845 arrayrulecolor{red}%
19846 \end_layout
19847
19848 \end_inset
19849
19850
19851 \end_layout
19852
19853 \end_inset
19854 </cell>
19855 </row>
19856 <row>
19857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19858 \begin_inset Text
19859
19860 \begin_layout Plain Layout
19861 \begin_inset ERT
19862 status open
19863
19864 \begin_layout Plain Layout
19865
19866
19867 \backslash
19868 multicolumn{1}{!{
19869 \backslash
19870 color{black}
19871 \backslash
19872 vline}c|}{
19873 \end_layout
19874
19875 \end_inset
19876
19877 Y
19878 \begin_inset ERT
19879 status collapsed
19880
19881 \begin_layout Plain Layout
19882
19883 }
19884 \end_layout
19885
19886 \end_inset
19887
19888
19889 \end_layout
19890
19891 \end_inset
19892 </cell>
19893 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Plain Layout
19897
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19912 \begin_inset Text
19913
19914 \begin_layout Plain Layout
19915
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933 \begin_inset ERT
19934 status open
19935
19936 \begin_layout Plain Layout
19937
19938
19939 \backslash
19940 multicolumn{1}{c|}{
19941 \end_layout
19942
19943 \end_inset
19944
19945
19946 \begin_inset ERT
19947 status collapsed
19948
19949 \begin_layout Plain Layout
19950
19951 }
19952 \end_layout
19953
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19962 \begin_inset Text
19963
19964 \begin_layout Plain Layout
19965 \begin_inset ERT
19966 status open
19967
19968 \begin_layout Plain Layout
19969
19970
19971 \backslash
19972 multicolumn{1}{c!{
19973 \backslash
19974 color{black}
19975 \backslash
19976 vline}}{
19977 \end_layout
19978
19979 \end_inset
19980
19981 Y
19982 \begin_inset ERT
19983 status collapsed
19984
19985 \begin_layout Plain Layout
19986
19987 }
19988 \end_layout
19989
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 </row>
19998 <row>
19999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003 \begin_inset ERT
20004 status collapsed
20005
20006 \begin_layout Plain Layout
20007
20008
20009 \backslash
20010 arrayrulecolor{black}
20011 \end_layout
20012
20013 \end_inset
20014
20015
20016 \end_layout
20017
20018 \end_inset
20019 </cell>
20020 <cell alignment="center" valignment="top" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Plain Layout
20024
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 <cell alignment="center" valignment="top" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 <cell alignment="center" valignment="top" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 <cell alignment="center" valignment="top" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 <cell alignment="center" valignment="top" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Plain Layout
20060
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069 \begin_inset ERT
20070 status collapsed
20071
20072 \begin_layout Plain Layout
20073
20074
20075 \backslash
20076
20077 \backslash
20078
20079 \backslash
20080 arrayrulecolor{magenta}%
20081 \end_layout
20082
20083 \end_inset
20084
20085
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 </row>
20091 <row>
20092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20093 \begin_inset Text
20094
20095 \begin_layout Plain Layout
20096 \begin_inset ERT
20097 status collapsed
20098
20099 \begin_layout Plain Layout
20100
20101
20102 \backslash
20103 multicolumn{1}{|c!{
20104 \backslash
20105 color{red}
20106 \backslash
20107 vline}}{
20108 \end_layout
20109
20110 \end_inset
20111
20112
20113 \begin_inset ERT
20114 status collapsed
20115
20116 \begin_layout Plain Layout
20117
20118 }
20119 \end_layout
20120
20121 \end_inset
20122
20123
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Plain Layout
20132 \begin_inset ERT
20133 status collapsed
20134
20135 \begin_layout Plain Layout
20136
20137
20138 \backslash
20139 multicolumn{1}{c!{
20140 \backslash
20141 color{green}
20142 \backslash
20143 vline}}{
20144 \end_layout
20145
20146 \end_inset
20147
20148
20149 \begin_inset ERT
20150 status collapsed
20151
20152 \begin_layout Plain Layout
20153
20154 }
20155 \end_layout
20156
20157 \end_inset
20158
20159
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20165 \begin_inset Text
20166
20167 \begin_layout Plain Layout
20168 \begin_inset ERT
20169 status collapsed
20170
20171 \begin_layout Plain Layout
20172
20173
20174 \backslash
20175 multicolumn{1}{c!{
20176 \backslash
20177 color{yellow}
20178 \backslash
20179 vline}}{
20180 \end_layout
20181
20182 \end_inset
20183
20184
20185 \begin_inset ERT
20186 status collapsed
20187
20188 \begin_layout Plain Layout
20189
20190 }
20191 \end_layout
20192
20193 \end_inset
20194
20195
20196 \end_layout
20197
20198 \end_inset
20199 </cell>
20200 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20201 \begin_inset Text
20202
20203 \begin_layout Plain Layout
20204 \begin_inset ERT
20205 status collapsed
20206
20207 \begin_layout Plain Layout
20208
20209
20210 \backslash
20211 multicolumn{1}{c!{
20212 \backslash
20213 color{blue}
20214 \backslash
20215 vline}}{
20216 \end_layout
20217
20218 \end_inset
20219
20220
20221 \begin_inset ERT
20222 status collapsed
20223
20224 \begin_layout Plain Layout
20225
20226 }
20227 \end_layout
20228
20229 \end_inset
20230
20231
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240 \begin_inset ERT
20241 status collapsed
20242
20243 \begin_layout Plain Layout
20244
20245
20246 \backslash
20247 multicolumn{1}{c!{
20248 \backslash
20249 color{cyan}
20250 \backslash
20251 vline}}{
20252 \end_layout
20253
20254 \end_inset
20255
20256
20257 \begin_inset ERT
20258 status collapsed
20259
20260 \begin_layout Plain Layout
20261
20262 }
20263 \end_layout
20264
20265 \end_inset
20266
20267
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Plain Layout
20276 \begin_inset ERT
20277 status collapsed
20278
20279 \begin_layout Plain Layout
20280
20281
20282 \backslash
20283 multicolumn{1}{c!{
20284 \backslash
20285 color{black}
20286 \backslash
20287 vline}}{
20288 \end_layout
20289
20290 \end_inset
20291
20292
20293 \begin_inset ERT
20294 status collapsed
20295
20296 \begin_layout Plain Layout
20297
20298 }
20299 \end_layout
20300
20301 \end_inset
20302
20303
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312 \begin_inset ERT
20313 status collapsed
20314
20315 \begin_layout Plain Layout
20316
20317
20318 \backslash
20319 multicolumn{1}{c|}{
20320 \end_layout
20321
20322 \end_inset
20323
20324
20325 \begin_inset ERT
20326 status collapsed
20327
20328 \begin_layout Plain Layout
20329
20330 }
20331 \end_layout
20332
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \end_inset
20339 </cell>
20340 </row>
20341 <row>
20342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 \begin_inset ERT
20347 status collapsed
20348
20349 \begin_layout Plain Layout
20350
20351
20352 \backslash
20353 arrayrulecolor{black}
20354 \end_layout
20355
20356 \end_inset
20357
20358 B
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20373 \begin_inset Text
20374
20375 \begin_layout Plain Layout
20376
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385
20386 \end_layout
20387
20388 \end_inset
20389 </cell>
20390 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20391 \begin_inset Text
20392
20393 \begin_layout Plain Layout
20394
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20400 \begin_inset Text
20401
20402 \begin_layout Plain Layout
20403
20404 \end_layout
20405
20406 \end_inset
20407 </cell>
20408 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20409 \begin_inset Text
20410
20411 \begin_layout Plain Layout
20412
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 </row>
20418 </lyxtabular>
20419
20420 \end_inset
20421
20422
20423 \end_layout
20424
20425 \end_inset
20426
20427
20428 \end_layout
20429
20430 \begin_layout Standard
20431 \begin_inset ERT
20432 status collapsed
20433
20434 \begin_layout Plain Layout
20435
20436
20437 \backslash
20438 setlength{
20439 \backslash
20440 arrayrulewidth}{0.4pt}
20441 \end_layout
20442
20443 \end_inset
20444
20445
20446 \end_layout
20447
20448 \begin_layout Section
20449 Rotated Table Cells
20450 \begin_inset CommandInset label
20451 LatexCommand label
20452 name "sec:Rotated-Table-Cells"
20453
20454 \end_inset
20455
20456
20457 \begin_inset Index idx
20458 status collapsed
20459
20460 \begin_layout Plain Layout
20461 Table ! Rotated Cells
20462 \end_layout
20463
20464 \end_inset
20465
20466
20467 \begin_inset Index idx
20468 status collapsed
20469
20470 \begin_layout Plain Layout
20471 Rotated Material
20472 \end_layout
20473
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \begin_layout Standard
20480 \begin_inset Note Greyedout
20481 status open
20482
20483 \begin_layout Plain Layout
20484
20485 \series bold
20486 Note:
20487 \series default
20488  Not all DVI-viewers are able to display rotations.
20489 \end_layout
20490
20491 \end_inset
20492
20493
20494 \end_layout
20495
20496 \begin_layout Standard
20497 Table
20498 \begin_inset space ~
20499 \end_inset
20500
20501
20502 \begin_inset CommandInset ref
20503 LatexCommand ref
20504 reference "tab:Table-with-rotated-multi"
20505
20506 \end_inset
20507
20508  is an example where 3
20509 \begin_inset space ~
20510 \end_inset
20511
20512 cells were rotated by 45
20513 \begin_inset space \thinspace{}
20514 \end_inset
20515
20516 °.
20517 \end_layout
20518
20519 \begin_layout Standard
20520 \begin_inset Float table
20521 placement h
20522 wide false
20523 sideways false
20524 status open
20525
20526 \begin_layout Plain Layout
20527 \begin_inset Caption Standard
20528
20529 \begin_layout Plain Layout
20530 \begin_inset CommandInset label
20531 LatexCommand label
20532 name "tab:Table-with-rotated"
20533
20534 \end_inset
20535
20536 Table with rotated cells in the first row.
20537 \end_layout
20538
20539 \end_inset
20540
20541
20542 \end_layout
20543
20544 \begin_layout Plain Layout
20545 \noindent
20546 \align center
20547 \begin_inset Tabular
20548 <lyxtabular version="3" rows="2" columns="3">
20549 <features tabularvalignment="middle">
20550 <column alignment="center" valignment="top" width="0pt">
20551 <column alignment="center" valignment="top" width="0pt">
20552 <column alignment="center" valignment="top" width="0pt">
20553 <row>
20554 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20555 \begin_inset Text
20556
20557 \begin_layout Plain Layout
20558 cups
20559 \end_layout
20560
20561 \end_inset
20562 </cell>
20563 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20564 \begin_inset Text
20565
20566 \begin_layout Plain Layout
20567 plates
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20573 \begin_inset Text
20574
20575 \begin_layout Plain Layout
20576 saucers
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 </row>
20582 <row>
20583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20584 \begin_inset Text
20585
20586 \begin_layout Plain Layout
20587 45
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596 33
20597 \end_layout
20598
20599 \end_inset
20600 </cell>
20601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20602 \begin_inset Text
20603
20604 \begin_layout Plain Layout
20605 21
20606 \end_layout
20607
20608 \end_inset
20609 </cell>
20610 </row>
20611 </lyxtabular>
20612
20613 \end_inset
20614
20615
20616 \end_layout
20617
20618 \end_inset
20619
20620
20621 \end_layout
20622
20623 \begin_layout Standard
20624 \begin_inset Note Greyedout
20625 status open
20626
20627 \begin_layout Plain Layout
20628
20629 \series bold
20630 Note:
20631 \series default
20632  Line breaks (shortcut 
20633 \begin_inset Info
20634 type  "shortcut"
20635 arg   "newline-insert newline"
20636 \end_inset
20637
20638 ) are not allowed in rotated cells.
20639 \end_layout
20640
20641 \end_inset
20642
20643
20644 \end_layout
20645
20646 \begin_layout Standard
20647 If you want to rotate table cells containing line breaks, you have to put
20648  the cell content into a minipage or a parbox.
20649 \begin_inset Foot
20650 status collapsed
20651
20652 \begin_layout Plain Layout
20653 For more about these boxes see sec.
20654 \begin_inset space \thinspace{}
20655 \end_inset
20656
20657
20658 \begin_inset CommandInset ref
20659 LatexCommand ref
20660 reference "sec:Minipages"
20661
20662 \end_inset
20663
20664  and 
20665 \begin_inset CommandInset ref
20666 LatexCommand ref
20667 reference "sec:Parboxes"
20668
20669 \end_inset
20670
20671 .
20672 \end_layout
20673
20674 \end_inset
20675
20676  If you rotate this cell by 90
20677 \begin_inset space \thinspace{}
20678 \end_inset
20679
20680 ° the width of the box is the height of the cell.
20681  Table
20682 \begin_inset space ~
20683 \end_inset
20684
20685
20686 \begin_inset CommandInset ref
20687 LatexCommand ref
20688 reference "tab:Table-with-rotated-multi"
20689
20690 \end_inset
20691
20692  is an example for a rotated multiline cell where the box width was set
20693  to 3
20694 \begin_inset space \thinspace{}
20695 \end_inset
20696
20697 cm.
20698 \end_layout
20699
20700 \begin_layout Standard
20701 \begin_inset Float table
20702 wide false
20703 sideways false
20704 status open
20705
20706 \begin_layout Plain Layout
20707 \begin_inset Caption Standard
20708
20709 \begin_layout Plain Layout
20710 \begin_inset CommandInset label
20711 LatexCommand label
20712 name "tab:Table-with-rotated-multi"
20713
20714 \end_inset
20715
20716 Table with rotated multiline cell.
20717 \end_layout
20718
20719 \end_inset
20720
20721
20722 \end_layout
20723
20724 \begin_layout Plain Layout
20725 \noindent
20726 \align center
20727 \begin_inset Tabular
20728 <lyxtabular version="3" rows="2" columns="3">
20729 <features tabularvalignment="middle">
20730 <column alignment="center" valignment="top">
20731 <column alignment="center" valignment="top" width="0pt">
20732 <column alignment="center" valignment="top">
20733 <row>
20734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738 a
20739 \end_layout
20740
20741 \end_inset
20742 </cell>
20743 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Plain Layout
20747 \begin_inset Box Frameless
20748 position "t"
20749 hor_pos "c"
20750 has_inner_box 1
20751 inner_pos "t"
20752 use_parbox 0
20753 use_makebox 0
20754 width "3cm"
20755 special "none"
20756 height "1in"
20757 height_special "totalheight"
20758 thickness "0.4pt"
20759 separation "3pt"
20760 shadowsize "4pt"
20761 framecolor "black"
20762 backgroundcolor "none"
20763 status open
20764
20765 \begin_layout Plain Layout
20766 rotated cell
20767 \begin_inset Newline newline
20768 \end_inset
20769
20770 with line break
20771 \end_layout
20772
20773 \end_inset
20774
20775
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784 e
20785 \end_layout
20786
20787 \end_inset
20788 </cell>
20789 </row>
20790 <row>
20791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795 b
20796 \end_layout
20797
20798 \end_inset
20799 </cell>
20800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20801 \begin_inset Text
20802
20803 \begin_layout Plain Layout
20804 c
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20810 \begin_inset Text
20811
20812 \begin_layout Plain Layout
20813 d
20814 \end_layout
20815
20816 \end_inset
20817 </cell>
20818 </row>
20819 </lyxtabular>
20820
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \end_inset
20827
20828
20829 \end_layout
20830
20831 \begin_layout Section
20832 Table Width Calculation
20833 \begin_inset CommandInset label
20834 LatexCommand label
20835 name "sec:Table-Width-Calculation"
20836
20837 \end_inset
20838
20839
20840 \end_layout
20841
20842 \begin_layout Standard
20843 For wide tables it is sometimes difficult to assure that the table does
20844  not protrude over the page margin.
20845  Setting a fixed width for every column of the table is the solution, but
20846  what amount of space is needed for each column?
20847 \end_layout
20848
20849 \begin_layout Standard
20850 The table width 
20851 \begin_inset Formula $W_{\mathrm{table}}$
20852 \end_inset
20853
20854  can be calculated: Every column has the width of the specified column width
20855  
20856 \begin_inset Formula $W_{\mathrm{column}}$
20857 \end_inset
20858
20859  (that the content of the column can consume) plus two times the separation
20860  between the column content and the column border (\SpecialChar LaTeX
20861  length
20862 \series bold
20863  
20864 \backslash
20865 tabcolsep
20866 \series default
20867 , default 6
20868 \begin_inset space \thinspace{}
20869 \end_inset
20870
20871 pt) plus the width of a border line (\SpecialChar LaTeX
20872  length 
20873 \series bold
20874
20875 \backslash
20876 arrayrulewidth
20877 \series default
20878 , default 0.4
20879 \begin_inset space \thinspace{}
20880 \end_inset
20881
20882 pt): So if all 
20883 \begin_inset Formula $n$
20884 \end_inset
20885
20886
20887 \begin_inset space ~
20888 \end_inset
20889
20890 columns have the same width, the table width is
20891 \begin_inset Formula 
20892 \begin{equation}
20893 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20894 \end{equation}
20895
20896 \end_inset
20897
20898
20899 \end_layout
20900
20901 \begin_layout Standard
20902 The available width for a table is the space between the page margins or
20903  the width of a text column (for a two-column document) (\SpecialChar LaTeX
20904  length 
20905 \series bold
20906
20907 \backslash
20908 columnwidth
20909 \series default
20910 ).
20911  If all table columns should have the same width and 
20912 \begin_inset Formula $W_{\mathrm{table}}$
20913 \end_inset
20914
20915  should be 1
20916 \begin_inset space \thinspace{}
20917 \end_inset
20918
20919
20920 \backslash
20921 columnwidth, 
20922 \begin_inset Formula $W_{\mathrm{column}}$
20923 \end_inset
20924
20925  can easily be calculated.
20926 \end_layout
20927
20928 \begin_layout Standard
20929 To be able to perform calculations you need to load the \SpecialChar LaTeX
20930 -package 
20931 \series bold
20932 calc
20933 \series default
20934
20935 \begin_inset Index idx
20936 status collapsed
20937
20938 \begin_layout Plain Layout
20939 \SpecialChar LaTeX
20940 -packages ! calc
20941 \end_layout
20942
20943 \end_inset
20944
20945  in the document preamble.
20946  To set the width in the table dialog you have to use the field 
20947 \family sans
20948 \SpecialChar LaTeX
20949  argument
20950 \family default
20951 .
20952  The command scheme for this field is the same that is explained in section
20953 \begin_inset space ~
20954 \end_inset
20955
20956
20957 \begin_inset CommandInset ref
20958 LatexCommand ref
20959 reference "subsec:Multicolumn-Calculations"
20960
20961 \end_inset
20962
20963 .
20964  For a table with 5
20965 \begin_inset space \thinspace{}
20966 \end_inset
20967
20968 columns with an uniform width and centered text, enter there for each column
20969  the command
20970 \end_layout
20971
20972 \begin_layout Standard
20973
20974 \series bold
20975 >{
20976 \backslash
20977 centering}p{(1
20978 \backslash
20979 columnwidth-62.4pt)/5}
20980 \end_layout
20981
20982 \begin_layout Standard
20983 For a table with 5
20984 \begin_inset space \thinspace{}
20985 \end_inset
20986
20987 columns where 2 should have 0.75
20988 \begin_inset space ~
20989 \end_inset
20990
20991 times the width than the 3 others, the calculation is
20992 \begin_inset Formula 
20993 \begin{align}
20994 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20995  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20996  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
20997 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20998 \end{align}
20999
21000 \end_inset
21001
21002
21003 \end_layout
21004
21005 \begin_layout Standard
21006 In the table therefore the command
21007 \end_layout
21008
21009 \begin_layout Standard
21010
21011 \series bold
21012 >{
21013 \backslash
21014 centering}p{(1
21015 \backslash
21016 columnwidth-62.4pt)/
21017 \backslash
21018 real{4.5}}
21019 \end_layout
21020
21021 \begin_layout Standard
21022 is used for the wider columns and
21023 \end_layout
21024
21025 \begin_layout Standard
21026
21027 \series bold
21028 >{
21029 \backslash
21030 centering}p{(1
21031 \backslash
21032 columnwidth-62.4pt)/
21033 \backslash
21034 real{4.5}*
21035 \backslash
21036 real{0.75}}
21037 \end_layout
21038
21039 \begin_layout Standard
21040 for the smaller ones:
21041 \end_layout
21042
21043 \begin_layout Standard
21044 \begin_inset Tabular
21045 <lyxtabular version="3" rows="2" columns="5">
21046 <features tabularvalignment="middle">
21047 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21048 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21049 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21050 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21051 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21052 <row>
21053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057 1
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066 2
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21072 \begin_inset Text
21073
21074 \begin_layout Plain Layout
21075 3
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084 4
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093 5
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 </row>
21099 <row>
21100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104 111111 1111111 111111 111111111 11111 11111 1111
21105 \end_layout
21106
21107 \end_inset
21108 </cell>
21109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 2222 22222 222222 222222222 2222222 22 22222
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140 333333 333333 333333 33333 3333333 333
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 </row>
21146 </lyxtabular>
21147
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \begin_layout Section
21154 Table Customization
21155 \begin_inset Index idx
21156 status collapsed
21157
21158 \begin_layout Plain Layout
21159 Table Customization
21160 \end_layout
21161
21162 \end_inset
21163
21164
21165 \begin_inset Index idx
21166 status collapsed
21167
21168 \begin_layout Plain Layout
21169 Table ! Customization
21170 \end_layout
21171
21172 \end_inset
21173
21174
21175 \end_layout
21176
21177 \begin_layout Subsection
21178 Row Spacing
21179 \begin_inset CommandInset label
21180 LatexCommand label
21181 name "subsec:Row-Spacing"
21182
21183 \end_inset
21184
21185
21186 \begin_inset Index idx
21187 status collapsed
21188
21189 \begin_layout Plain Layout
21190 Table Customization ! Row Spacing
21191 \end_layout
21192
21193 \end_inset
21194
21195
21196 \end_layout
21197
21198 \begin_layout Standard
21199 You can add vertical space to table rows in the 
21200 \family sans
21201 Borders
21202 \family default
21203  tab of the table dialog.
21204  You find there three possibilities:
21205 \end_layout
21206
21207 \begin_layout Description
21208 Top
21209 \begin_inset space ~
21210 \end_inset
21211
21212 of
21213 \begin_inset space ~
21214 \end_inset
21215
21216 row will add space above the characters of the table row.
21217  If the table is a formal table
21218 \begin_inset Foot
21219 status collapsed
21220
21221 \begin_layout Plain Layout
21222 Formal tables are explained in section
21223 \begin_inset space ~
21224 \end_inset
21225
21226
21227 \begin_inset CommandInset ref
21228 LatexCommand ref
21229 reference "sec:Formal-Tables"
21230
21231 \end_inset
21232
21233 .
21234 \end_layout
21235
21236 \end_inset
21237
21238  \SpecialChar LyX
21239  will insert as default 0.5
21240 \begin_inset space \thinspace{}
21241 \end_inset
21242
21243 em space.
21244  For normal tables the inserted space will unfortunately destroy the vertical
21245  table lines as in the following table:
21246 \begin_inset VSpace medskip
21247 \end_inset
21248
21249
21250 \begin_inset Newline newline
21251 \end_inset
21252
21253
21254 \begin_inset space \hspace*{}
21255 \length 0pt
21256 \end_inset
21257
21258
21259 \begin_inset space \hfill{}
21260 \end_inset
21261
21262
21263 \begin_inset Tabular
21264 <lyxtabular version="3" rows="3" columns="1">
21265 <features tabularvalignment="middle">
21266 <column alignment="center" valignment="top">
21267 <row>
21268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272 A
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 </row>
21278 <row topspace="3mm">
21279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283 3
21284 \begin_inset space \thinspace{}
21285 \end_inset
21286
21287 mm space top of row
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 </row>
21293 <row>
21294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 C
21299 \end_layout
21300
21301 \end_inset
21302 </cell>
21303 </row>
21304 </lyxtabular>
21305
21306 \end_inset
21307
21308
21309 \begin_inset space \hfill{}
21310 \end_inset
21311
21312
21313 \begin_inset space \hspace*{}
21314 \length 0pt
21315 \end_inset
21316
21317
21318 \begin_inset VSpace medskip
21319 \end_inset
21320
21321
21322 \begin_inset Newline newline
21323 \end_inset
21324
21325 So inserting space in the top of row for normal tables is only useful when
21326  you don't have vertical lines.
21327 \end_layout
21328
21329 \begin_layout Description
21330 Bottom
21331 \begin_inset space ~
21332 \end_inset
21333
21334 of
21335 \begin_inset space ~
21336 \end_inset
21337
21338 row will add space below the characters of the table row.
21339  If the table is a formal table \SpecialChar LyX
21340  will insert as default 0.5
21341 \begin_inset space \thinspace{}
21342 \end_inset
21343
21344 em space, for normal tables the default size is 2
21345 \begin_inset space \thinspace{}
21346 \end_inset
21347
21348 pt.
21349 \end_layout
21350
21351 \begin_layout Description
21352 Between
21353 \begin_inset space ~
21354 \end_inset
21355
21356 rows adds space between the current and the following row.
21357  If the table is a formal table \SpecialChar LyX
21358  will insert as default 0.5
21359 \begin_inset space \thinspace{}
21360 \end_inset
21361
21362 em space.
21363  For normal tables the inserted space will unfortunately destroy the vertical
21364  table lines as in the following table:
21365 \begin_inset VSpace medskip
21366 \end_inset
21367
21368
21369 \begin_inset Newline newline
21370 \end_inset
21371
21372
21373 \begin_inset space \hspace*{}
21374 \length 0pt
21375 \end_inset
21376
21377
21378 \begin_inset space \hfill{}
21379 \end_inset
21380
21381
21382 \begin_inset Tabular
21383 <lyxtabular version="3" rows="3" columns="1">
21384 <features tabularvalignment="middle">
21385 <column alignment="center" valignment="top">
21386 <row>
21387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21388 \begin_inset Text
21389
21390 \begin_layout Plain Layout
21391 A
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 </row>
21397 <row interlinespace="3mm">
21398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Plain Layout
21402 \begin_inset Formula $\downarrow$
21403 \end_inset
21404
21405  3
21406 \begin_inset space \thinspace{}
21407 \end_inset
21408
21409 mm space between row 
21410 \begin_inset Formula $\downarrow$
21411 \end_inset
21412
21413
21414 \end_layout
21415
21416 \end_inset
21417 </cell>
21418 </row>
21419 <row>
21420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424 \begin_inset Formula $\uparrow$
21425 \end_inset
21426
21427  3
21428 \begin_inset space \thinspace{}
21429 \end_inset
21430
21431 mm space between row 
21432 \begin_inset Formula $\uparrow$
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 </row>
21441 </lyxtabular>
21442
21443 \end_inset
21444
21445
21446 \begin_inset space \hfill{}
21447 \end_inset
21448
21449
21450 \begin_inset space \hspace*{}
21451 \length 0pt
21452 \end_inset
21453
21454
21455 \begin_inset VSpace medskip
21456 \end_inset
21457
21458
21459 \begin_inset Newline newline
21460 \end_inset
21461
21462 So inserting space between rows for normal tables is only useful when you
21463  don't have vertical lines.
21464 \end_layout
21465
21466 \begin_layout Standard
21467 \begin_inset VSpace bigskip
21468 \end_inset
21469
21470 When you want to add extra height to all cells of all tables, you can do
21471  this with the following preamble lines:
21472 \end_layout
21473
21474 \begin_layout Standard
21475
21476 \series bold
21477
21478 \backslash
21479 @ifundefined{extrarowheight}
21480 \begin_inset Newline newline
21481 \end_inset
21482
21483
21484 \begin_inset Phantom HPhantom
21485 status open
21486
21487 \begin_layout Plain Layout
21488
21489 \series bold
21490 \begin_inset space ~
21491 \end_inset
21492
21493
21494 \end_layout
21495
21496 \end_inset
21497
21498 {
21499 \backslash
21500 usepackage{array}}{}
21501 \begin_inset Newline newline
21502 \end_inset
21503
21504
21505 \backslash
21506 setlength{
21507 \backslash
21508 extrarowheight}{height}
21509 \series default
21510
21511 \begin_inset Note Note
21512 status collapsed
21513
21514 \begin_layout Plain Layout
21515 The package 
21516 \series bold
21517 array
21518 \series default
21519  will be loaded automatically by \SpecialChar LyX
21520  when you use self defined table formats.
21521  To avoid that it being loaded twice the command 
21522 \series bold
21523
21524 \backslash
21525 @ifundefined
21526 \series default
21527  is used in the above command.
21528 \end_layout
21529
21530 \end_inset
21531
21532
21533 \end_layout
21534
21535 \begin_layout Standard
21536 where the 
21537 \family sans
21538 height
21539 \family default
21540  can have one of the units listed in appendix
21541 \begin_inset space ~
21542 \end_inset
21543
21544
21545 \begin_inset CommandInset ref
21546 LatexCommand ref
21547 reference "cha:Units-available-in"
21548
21549 \end_inset
21550
21551 .
21552  But this has the disadvantage that the cell texts are no longer exactly
21553  vertically centered.
21554 \end_layout
21555
21556 \begin_layout Standard
21557 If you are using font sizes larger than the normal size, the table borders
21558  are often too close to the letters.
21559  This can be corrected by inserting the command 
21560 \series bold
21561
21562 \backslash
21563 strut
21564 \series default
21565  in \SpecialChar TeX
21566  Code at the beginning of a table row.
21567  Table
21568 \begin_inset space ~
21569 \end_inset
21570
21571
21572 \begin_inset CommandInset ref
21573 LatexCommand ref
21574 reference "tab:Vertical-alignment-of"
21575
21576 \end_inset
21577
21578  illustrates the effect.
21579 \end_layout
21580
21581 \begin_layout Standard
21582 \noindent
21583 \begin_inset Float table
21584 placement h
21585 wide false
21586 sideways false
21587 status open
21588
21589 \begin_layout Plain Layout
21590 \begin_inset Caption Standard
21591
21592 \begin_layout Plain Layout
21593 \begin_inset CommandInset label
21594 LatexCommand label
21595 name "tab:Vertical-alignment-of"
21596
21597 \end_inset
21598
21599 Vertical alignment of text with large font sizes.
21600 \end_layout
21601
21602 \end_inset
21603
21604
21605 \end_layout
21606
21607 \begin_layout Plain Layout
21608 \begin_inset space \hfill{}
21609 \end_inset
21610
21611
21612 \begin_inset Float table
21613 wide false
21614 sideways false
21615 status collapsed
21616
21617 \begin_layout Plain Layout
21618 \begin_inset Caption Standard
21619
21620 \begin_layout Plain Layout
21621 Normal table.
21622 \end_layout
21623
21624 \end_inset
21625
21626
21627 \end_layout
21628
21629 \begin_layout Plain Layout
21630 \noindent
21631 \align center
21632 \begin_inset Tabular
21633 <lyxtabular version="3" rows="6" columns="1">
21634 <features tabularvalignment="middle">
21635 <column alignment="left" valignment="top">
21636 <row>
21637 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641 Normal, g
21642 \end_layout
21643
21644 \end_inset
21645 </cell>
21646 </row>
21647 <row>
21648 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652
21653 \size large
21654 Large
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 </row>
21660 <row>
21661 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665
21666 \size larger
21667 Larger
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 </row>
21673 <row>
21674 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678
21679 \size largest
21680 Largest
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 </row>
21686 <row>
21687 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691
21692 \size huge
21693 Huge
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 </row>
21699 <row>
21700 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704
21705 \size huge
21706 Huger
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 </row>
21712 </lyxtabular>
21713
21714 \end_inset
21715
21716
21717 \end_layout
21718
21719 \end_inset
21720
21721
21722 \begin_inset space \hfill{}
21723 \end_inset
21724
21725
21726 \begin_inset Float table
21727 wide false
21728 sideways false
21729 status collapsed
21730
21731 \begin_layout Plain Layout
21732 \begin_inset Caption Standard
21733
21734 \begin_layout Plain Layout
21735 Table using the command 
21736 \series bold
21737
21738 \backslash
21739 strut
21740 \series default
21741 .
21742 \end_layout
21743
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \begin_layout Plain Layout
21750 \noindent
21751 \align center
21752 \begin_inset Tabular
21753 <lyxtabular version="3" rows="6" columns="1">
21754 <features tabularvalignment="middle">
21755 <column alignment="left" valignment="top">
21756 <row>
21757 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 Normal, g
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 </row>
21767 <row>
21768 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772
21773 \size large
21774 \begin_inset ERT
21775 status collapsed
21776
21777 \begin_layout Plain Layout
21778
21779
21780 \backslash
21781 strut 
21782 \end_layout
21783
21784 \end_inset
21785
21786 Large
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 </row>
21792 <row>
21793 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21794 \begin_inset Text
21795
21796 \begin_layout Plain Layout
21797
21798 \size larger
21799 \begin_inset ERT
21800 status collapsed
21801
21802 \begin_layout Plain Layout
21803
21804
21805 \backslash
21806 strut 
21807 \end_layout
21808
21809 \end_inset
21810
21811 Larger
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 </row>
21817 <row>
21818 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21819 \begin_inset Text
21820
21821 \begin_layout Plain Layout
21822
21823 \size largest
21824 \begin_inset ERT
21825 status collapsed
21826
21827 \begin_layout Plain Layout
21828
21829
21830 \backslash
21831 strut 
21832 \end_layout
21833
21834 \end_inset
21835
21836 Largest
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 </row>
21842 <row>
21843 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21844 \begin_inset Text
21845
21846 \begin_layout Plain Layout
21847
21848 \size huge
21849 \begin_inset ERT
21850 status collapsed
21851
21852 \begin_layout Plain Layout
21853
21854
21855 \backslash
21856 strut 
21857 \end_layout
21858
21859 \end_inset
21860
21861 Huge
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 </row>
21867 <row>
21868 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872
21873 \size giant
21874 \begin_inset ERT
21875 status collapsed
21876
21877 \begin_layout Plain Layout
21878
21879
21880 \backslash
21881 strut 
21882 \end_layout
21883
21884 \end_inset
21885
21886
21887 \size huge
21888 Huger
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 </row>
21894 </lyxtabular>
21895
21896 \end_inset
21897
21898
21899 \end_layout
21900
21901 \end_inset
21902
21903
21904 \begin_inset space \hfill{}
21905 \end_inset
21906
21907
21908 \end_layout
21909
21910 \end_inset
21911
21912
21913 \end_layout
21914
21915 \begin_layout Subsection
21916 Special Cell Alignment
21917 \begin_inset CommandInset label
21918 LatexCommand label
21919 name "subsec:Special-Cell-Alignment"
21920
21921 \end_inset
21922
21923
21924 \begin_inset Index idx
21925 status collapsed
21926
21927 \begin_layout Plain Layout
21928 Table Customization ! Special Cell Alignment
21929 \end_layout
21930
21931 \end_inset
21932
21933
21934 \end_layout
21935
21936 \begin_layout Standard
21937 Sometimes it looks better when the cell entries of a column are aligned
21938  with a special character, e.
21939 \begin_inset space \thinspace{}
21940 \end_inset
21941
21942 g.
21943 \begin_inset space \space{}
21944 \end_inset
21945
21946 with the decimal separator as in Table
21947 \begin_inset space ~
21948 \end_inset
21949
21950
21951 \begin_inset CommandInset ref
21952 LatexCommand ref
21953 reference "tab:Table-cells-align"
21954
21955 \end_inset
21956
21957 .
21958  This alignment is achieved by setting the cursor into the column and then
21959  either pressing the toolbar button 
21960 \begin_inset Info
21961 type  "icon"
21962 arg   "tabular-feature align-decimal"
21963 \end_inset
21964
21965  or setting the alignment in the table settings to 
21966 \family sans
21967 At
21968 \begin_inset space ~
21969 \end_inset
21970
21971 Decimal
21972 \begin_inset space ~
21973 \end_inset
21974
21975 Separator
21976 \family default
21977 .
21978  The alignment character can be a character of your choice and is specified
21979  in the table settings.
21980 \end_layout
21981
21982 \begin_layout Standard
21983 \begin_inset Float table
21984 placement h
21985 wide false
21986 sideways false
21987 status open
21988
21989 \begin_layout Plain Layout
21990 \begin_inset Caption Standard
21991
21992 \begin_layout Plain Layout
21993 \begin_inset CommandInset label
21994 LatexCommand label
21995 name "tab:Table-cells-align"
21996
21997 \end_inset
21998
21999 Table cells of a column aligned with the decimal separator.
22000 \end_layout
22001
22002 \end_inset
22003
22004
22005 \end_layout
22006
22007 \begin_layout Plain Layout
22008 \align center
22009 \begin_inset Tabular
22010 <lyxtabular version="3" rows="4" columns="1">
22011 <features booktabs="true" tabularvalignment="middle">
22012 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
22013 <row>
22014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018 heading
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 </row>
22024 <row>
22025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22026 \begin_inset Text
22027
22028 \begin_layout Plain Layout
22029 12.6
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 </row>
22035 <row>
22036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040 0.68
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 </row>
22046 <row>
22047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051 -123.0
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 </row>
22057 </lyxtabular>
22058
22059 \end_inset
22060
22061
22062 \end_layout
22063
22064 \end_inset
22065
22066
22067 \end_layout
22068
22069 \begin_layout Standard
22070 \begin_inset Float table
22071 placement h
22072 wide false
22073 sideways false
22074 status open
22075
22076 \begin_layout Plain Layout
22077 \begin_inset Caption Standard
22078
22079 \begin_layout Plain Layout
22080 \begin_inset CommandInset label
22081 LatexCommand label
22082 name "tab:Table-align-operator"
22083
22084 \end_inset
22085
22086 Table cells of a column aligned with the operators.
22087 \end_layout
22088
22089 \end_inset
22090
22091
22092 \end_layout
22093
22094 \begin_layout Plain Layout
22095 \align center
22096 \begin_inset Tabular
22097 <lyxtabular version="3" rows="4" columns="2">
22098 <features booktabs="true" tabularvalignment="middle">
22099 <column alignment="right" valignment="top" width="0pt">
22100 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22101 <row>
22102 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106 heading
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 </row>
22121 <row>
22122 <cell alignment="center" valignment="top" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126 \begin_inset Formula $12\,+$
22127 \end_inset
22128
22129
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 <cell alignment="center" valignment="top" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138 \begin_inset Formula $\,6$
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \end_inset
22145 </cell>
22146 </row>
22147 <row>
22148 <cell alignment="center" valignment="top" usebox="none">
22149 \begin_inset Text
22150
22151 \begin_layout Plain Layout
22152 \begin_inset Formula $0\,-$
22153 \end_inset
22154
22155
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 <cell alignment="center" valignment="top" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 \begin_inset Formula $\,68$
22165 \end_inset
22166
22167
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 </row>
22173 <row>
22174 <cell alignment="center" valignment="top" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178 \begin_inset Formula $-123\,/$
22179 \end_inset
22180
22181
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 <cell alignment="center" valignment="top" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190 \begin_inset Formula $\,0$
22191 \end_inset
22192
22193
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 </row>
22199 </lyxtabular>
22200
22201 \end_inset
22202
22203
22204 \end_layout
22205
22206 \end_inset
22207
22208
22209 \end_layout
22210
22211 \begin_layout Standard
22212 For alignments at characters in formulas this method does not work because
22213  the field to specify the alignment character does not allow formulas.
22214  In this case one need to use the method from Table
22215 \begin_inset space ~
22216 \end_inset
22217
22218
22219 \begin_inset CommandInset ref
22220 LatexCommand ref
22221 reference "tab:Table-align-operator"
22222
22223 \end_inset
22224
22225 .
22226  This table was created with a 4×2 table.
22227  The heading is a centered multicolumn.
22228  The first column is right-aligned and contains the first part including
22229  the operator.
22230  The second column is left aligned and contains the rest.
22231  A small space was added at the beginning of each cell of the second column
22232  to get the space that is usually around operators.
22233  To omit the space that is normally between two table columns, the following
22234  \SpecialChar LaTeX
22235 -argument was used for the second column:
22236 \end_layout
22237
22238 \begin_layout Standard
22239
22240 \series bold
22241 @{}l
22242 \end_layout
22243
22244 \begin_layout Standard
22245 Table
22246 \begin_inset space ~
22247 \end_inset
22248
22249
22250 \begin_inset CommandInset ref
22251 LatexCommand ref
22252 reference "tab:Several-table-cell"
22253
22254 \end_inset
22255
22256  shows some example alignments.
22257  For the alignment with the relation sign, a small space was added like
22258  for the second column of Table
22259 \begin_inset space ~
22260 \end_inset
22261
22262
22263 \begin_inset CommandInset ref
22264 LatexCommand ref
22265 reference "tab:Table-align-operator"
22266
22267 \end_inset
22268
22269 .
22270 \end_layout
22271
22272 \begin_layout Standard
22273 \begin_inset Float table
22274 placement h
22275 wide false
22276 sideways false
22277 status open
22278
22279 \begin_layout Plain Layout
22280 \begin_inset Caption Standard
22281
22282 \begin_layout Plain Layout
22283 \begin_inset CommandInset label
22284 LatexCommand label
22285 name "tab:Several-table-cell"
22286
22287 \end_inset
22288
22289 Several table cell alignments.
22290 \end_layout
22291
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \begin_layout Plain Layout
22298 \align center
22299 \begin_inset Tabular
22300 <lyxtabular version="3" rows="4" columns="6">
22301 <features tabularvalignment="middle">
22302 <column alignment="right" valignment="top">
22303 <column alignment="left" valignment="top" special="@{}l">
22304 <column alignment="right" valignment="top">
22305 <column alignment="left" valignment="top" special="@{}l">
22306 <column alignment="right" valignment="top">
22307 <column alignment="left" valignment="top" special="@{}l">
22308 <row>
22309 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313 units
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331 exponents
22332 \end_layout
22333
22334 \end_inset
22335 </cell>
22336 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349 relations
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 </row>
22364 <row>
22365 <cell alignment="center" valignment="top" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369 12×
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378 24
22379 \begin_inset space \thinspace{}
22380 \end_inset
22381
22382 bottles
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 <cell alignment="center" valignment="top" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 \begin_inset Formula $10\cdot$
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22400 \begin_inset Text
22401
22402 \begin_layout Plain Layout
22403 \begin_inset Formula $10^{\mbox{-}17}$
22404 \end_inset
22405
22406
22407 \end_layout
22408
22409 \end_inset
22410 </cell>
22411 <cell alignment="center" valignment="top" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415 \begin_inset Formula $\Gamma(t)\propto$
22416 \end_inset
22417
22418
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 <cell alignment="center" valignment="top" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427 \begin_inset Formula $\:\Upsilon(t)$
22428 \end_inset
22429
22430
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 </row>
22436 <row>
22437 <cell alignment="center" valignment="top" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441 1024×
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450 768
22451 \begin_inset space \thinspace{}
22452 \end_inset
22453
22454 Pixels
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 <cell alignment="center" valignment="top" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463 \begin_inset Formula $5.78\cdot$
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475 \begin_inset Formula $10^{7}$
22476 \end_inset
22477
22478
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 <cell alignment="center" valignment="top" usebox="none">
22484 \begin_inset Text
22485
22486 \begin_layout Plain Layout
22487 \begin_inset Formula $A\ne$
22488 \end_inset
22489
22490
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 <cell alignment="center" valignment="top" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499 \begin_inset Formula $\:B_{\mathrm{red}}$
22500 \end_inset
22501
22502
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 </row>
22508 <row>
22509 <cell alignment="center" valignment="top" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513 32×
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522 6
22523 \begin_inset space \thinspace{}
22524 \end_inset
22525
22526 cm
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 <cell alignment="center" valignment="top" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535 -
22536 \begin_inset Formula $33.5\cdot$
22537 \end_inset
22538
22539
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548 \begin_inset Formula $10^{4}$
22549 \end_inset
22550
22551
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 <cell alignment="center" valignment="top" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560 \begin_inset Formula $\sin(\alpha)\ge$
22561 \end_inset
22562
22563
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 <cell alignment="center" valignment="top" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572 \begin_inset Formula $\:\sin(\beta)$
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 </row>
22581 </lyxtabular>
22582
22583 \end_inset
22584
22585
22586 \end_layout
22587
22588 \end_inset
22589
22590
22591 \end_layout
22592
22593 \begin_layout Subsection
22594 Customized Cell/Column Format
22595 \begin_inset CommandInset label
22596 LatexCommand label
22597 name "subsec:Customized-Format"
22598
22599 \end_inset
22600
22601
22602 \begin_inset Index idx
22603 status collapsed
22604
22605 \begin_layout Plain Layout
22606 Table Customization ! Cell/Column Format
22607 \end_layout
22608
22609 \end_inset
22610
22611
22612 \end_layout
22613
22614 \begin_layout Standard
22615 Calculating the required width for normal columns as described in section
22616 \begin_inset space ~
22617 \end_inset
22618
22619
22620 \begin_inset CommandInset ref
22621 LatexCommand ref
22622 reference "sec:Table-Width-Calculation"
22623
22624 \end_inset
22625
22626  or for spanned columns as described in section
22627 \begin_inset space ~
22628 \end_inset
22629
22630
22631 \begin_inset CommandInset ref
22632 LatexCommand ref
22633 reference "subsec:Multicolumn-Calculations"
22634
22635 \end_inset
22636
22637  is very annoying if you have several tables where a calculation is necessary.
22638  To make life easier, you can define a cell/column format in the preamble,
22639  that can be used in all tables of the document.
22640  The format is defined with the command
22641 \end_layout
22642
22643 \begin_layout Standard
22644
22645 \series bold
22646
22647 \backslash
22648 newcolumntype{name of format}[number of arguments]{commands}
22649 \end_layout
22650
22651 \begin_layout Standard
22652 The format name may only consist of one letter.
22653  The letters 
22654 \emph on
22655 b
22656 \emph default
22657
22658 \emph on
22659 c
22660 \emph default
22661
22662 \emph on
22663 l
22664 \emph default
22665
22666 \emph on
22667 m
22668 \emph default
22669
22670 \emph on
22671 p
22672 \emph default
22673  and 
22674 \emph on
22675 r
22676 \emph default
22677  are predefined and cannot be used.
22678  But all letters are allowed as capitals.
22679 \end_layout
22680
22681 \begin_layout Standard
22682 \begin_inset VSpace medskip
22683 \end_inset
22684
22685
22686 \end_layout
22687
22688 \begin_layout Standard
22689 For vertically and horizontally centered multicolumn cells with a fixed
22690  width you can define the cell format
22691 \end_layout
22692
22693 \begin_layout Standard
22694
22695 \series bold
22696
22697 \backslash
22698 newcolumntype{M}[1]{>{
22699 \backslash
22700 centering
22701 \backslash
22702 hspace{0pt}}m{#1}}
22703 \end_layout
22704
22705 \begin_layout Standard
22706 where 
22707 \series bold
22708
22709 \backslash
22710 hspace{0pt}
22711 \series default
22712  avoids the problem of hyphenating the first word, as described in section
22713 \begin_inset space ~
22714 \end_inset
22715
22716
22717 \begin_inset CommandInset ref
22718 LatexCommand ref
22719 reference "subsec:Multiple-Lines-in"
22720
22721 \end_inset
22722
22723 .
22724  Now you can simply enter
22725 \end_layout
22726
22727 \begin_layout Standard
22728
22729 \series bold
22730 M{width}
22731 \end_layout
22732
22733 \begin_layout Standard
22734 as 
22735 \family sans
22736 \SpecialChar LaTeX
22737 -argument
22738 \family default
22739  in the table dialog to create a multicolumn.
22740 \end_layout
22741
22742 \begin_layout Standard
22743 \begin_inset VSpace bigskip
22744 \end_inset
22745
22746
22747 \end_layout
22748
22749 \begin_layout Standard
22750 For cells spanned by a multicolumn cell, you can define the format
22751 \end_layout
22752
22753 \begin_layout Standard
22754
22755 \series bold
22756
22757 \backslash
22758 newcolumntype{S}[2]{>{
22759 \backslash
22760 centering
22761 \backslash
22762 hspace{0pt}}
22763 \begin_inset Newline newline
22764 \end_inset
22765
22766
22767 \begin_inset Phantom HPhantom
22768 status open
22769
22770 \begin_layout Plain Layout
22771
22772 \series bold
22773
22774 \backslash
22775 newcolumntype
22776 \end_layout
22777
22778 \end_inset
22779
22780 m{(#1+(2
22781 \backslash
22782 tabcolsep+
22783 \backslash
22784 arrayrulewidth)*(1-#2))/#2}}
22785 \end_layout
22786
22787 \begin_layout Standard
22788 This format uses equation 
22789 \begin_inset CommandInset ref
22790 LatexCommand eqref
22791 reference "eq:Wgn"
22792
22793 \end_inset
22794
22795  to calculate the required width so that each spanned cell has the same
22796  width.
22797 \end_layout
22798
22799 \begin_layout Standard
22800 You can now enter
22801 \end_layout
22802
22803 \begin_layout Standard
22804
22805 \series bold
22806 S{width of multicolumn cell}{number of spanned columns}
22807 \end_layout
22808
22809 \begin_layout Standard
22810 as \SpecialChar LaTeX
22811 -argument of the column.
22812 \end_layout
22813
22814 \begin_layout Standard
22815 \begin_inset VSpace bigskip
22816 \end_inset
22817
22818
22819 \end_layout
22820
22821 \begin_layout Standard
22822 For colored columns, you can define
22823 \end_layout
22824
22825 \begin_layout Standard
22826
22827 \series bold
22828
22829 \backslash
22830 newcolumntype{K}[1]{>{
22831 \backslash
22832 columncolor{#1}
22833 \backslash
22834 hspace{0pt}}c}
22835 \end_layout
22836
22837 \begin_layout Standard
22838 The 
22839 \begin_inset Quotes eld
22840 \end_inset
22841
22842 c
22843 \begin_inset Quotes erd
22844 \end_inset
22845
22846  at the end creates a column with a flexible width whose text is horizontally
22847  centered.
22848  You can now enter
22849 \end_layout
22850
22851 \begin_layout Standard
22852
22853 \series bold
22854 K{color name}
22855 \end_layout
22856
22857 \begin_layout Standard
22858 as \SpecialChar LaTeX
22859 -argument.
22860 \end_layout
22861
22862 \begin_layout Standard
22863 \begin_inset VSpace bigskip
22864 \end_inset
22865
22866
22867 \end_layout
22868
22869 \begin_layout Standard
22870 To create Table
22871 \begin_inset space ~
22872 \end_inset
22873
22874
22875 \begin_inset CommandInset ref
22876 LatexCommand ref
22877 reference "tab:Table-using-user-defined"
22878
22879 \end_inset
22880
22881  use the \SpecialChar LaTeX
22882 -arguments
22883 \end_layout
22884
22885 \begin_layout Standard
22886
22887 \series bold
22888 M{2.5cm}
22889 \end_layout
22890
22891 \begin_layout Standard
22892 for the first column and the multicolumn,
22893 \end_layout
22894
22895 \begin_layout Standard
22896
22897 \series bold
22898 K{red}
22899 \end_layout
22900
22901 \begin_layout Standard
22902 for the last column, and
22903 \end_layout
22904
22905 \begin_layout Standard
22906
22907 \series bold
22908 S{2.5cm}{2}
22909 \end_layout
22910
22911 \begin_layout Standard
22912 for the cells in the second column.
22913 \end_layout
22914
22915 \begin_layout Standard
22916 \begin_inset Float table
22917 placement h
22918 wide false
22919 sideways false
22920 status open
22921
22922 \begin_layout Plain Layout
22923 \begin_inset Caption Standard
22924
22925 \begin_layout Plain Layout
22926 \begin_inset CommandInset label
22927 LatexCommand label
22928 name "tab:Table-using-user-defined"
22929
22930 \end_inset
22931
22932 Table using user-defined table formats
22933 \end_layout
22934
22935 \end_inset
22936
22937
22938 \end_layout
22939
22940 \begin_layout Plain Layout
22941 \align center
22942 \begin_inset Tabular
22943 <lyxtabular version="3" rows="3" columns="4">
22944 <features tabularvalignment="middle">
22945 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22946 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22947 <column alignment="center" valignment="middle">
22948 <column alignment="center" valignment="middle" special="K{red}">
22949 <row>
22950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22951 \begin_inset Text
22952
22953 \begin_layout Plain Layout
22954 verylongtablecellword
22955 \end_layout
22956
22957 \end_inset
22958 </cell>
22959 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22960 \begin_inset Text
22961
22962 \begin_layout Plain Layout
22963 multiple lines multicolumn
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981 c
22982 \end_layout
22983
22984 \end_inset
22985 </cell>
22986 </row>
22987 <row>
22988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992 d
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22998 \begin_inset Text
22999
23000 \begin_layout Plain Layout
23001 e
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010 f
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019 g
23020 \end_layout
23021
23022 \end_inset
23023 </cell>
23024 </row>
23025 <row>
23026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030 h
23031 \end_layout
23032
23033 \end_inset
23034 </cell>
23035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23036 \begin_inset Text
23037
23038 \begin_layout Plain Layout
23039 i
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048 j
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057 k
23058 \end_layout
23059
23060 \end_inset
23061 </cell>
23062 </row>
23063 </lyxtabular>
23064
23065 \end_inset
23066
23067
23068 \end_layout
23069
23070 \end_inset
23071
23072
23073 \end_layout
23074
23075 \begin_layout Subsection
23076 Line Thickness
23077 \begin_inset CommandInset label
23078 LatexCommand label
23079 name "subsec:Line-Thickness"
23080
23081 \end_inset
23082
23083
23084 \begin_inset Index idx
23085 status collapsed
23086
23087 \begin_layout Plain Layout
23088 Table Customization ! Line Thickness
23089 \end_layout
23090
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \begin_layout Standard
23097 The line thickness for all lines in a table can be adjusted with the length
23098  
23099 \series bold
23100
23101 \backslash
23102 arrayrulewidth
23103 \series default
23104 .
23105  To set for example a line thickness of 1.5
23106 \begin_inset space \thinspace{}
23107 \end_inset
23108
23109 pt, as in Table
23110 \begin_inset space ~
23111 \end_inset
23112
23113
23114 \begin_inset CommandInset ref
23115 LatexCommand ref
23116 reference "tab:Table-with-1.5"
23117
23118 \end_inset
23119
23120 , insert the command
23121 \end_layout
23122
23123 \begin_layout Standard
23124
23125 \series bold
23126
23127 \backslash
23128 setlength{
23129 \backslash
23130 arrayrulewidth}{1.5pt}
23131 \end_layout
23132
23133 \begin_layout Standard
23134 in \SpecialChar TeX
23135  Code before the table or table float.
23136  The changed thickness is valid for all subsequent tables.
23137  To use the default value again, set 
23138 \series bold
23139
23140 \backslash
23141 arrayrulewidth
23142 \series default
23143  to 0.4
23144 \begin_inset space \thinspace{}
23145 \end_inset
23146
23147 pt in \SpecialChar TeX
23148  Code after the table or table float.
23149 \end_layout
23150
23151 \begin_layout Standard
23152 \begin_inset ERT
23153 status collapsed
23154
23155 \begin_layout Plain Layout
23156
23157
23158 \backslash
23159 setlength{
23160 \backslash
23161 arrayrulewidth}{1.5pt}
23162 \end_layout
23163
23164 \end_inset
23165
23166
23167 \begin_inset Float table
23168 wide false
23169 sideways false
23170 status open
23171
23172 \begin_layout Plain Layout
23173 \begin_inset Caption Standard
23174
23175 \begin_layout Plain Layout
23176 \begin_inset CommandInset label
23177 LatexCommand label
23178 name "tab:Table-with-1.5"
23179
23180 \end_inset
23181
23182 Table with 1.5
23183 \begin_inset space \thinspace{}
23184 \end_inset
23185
23186 pt thick lines
23187 \end_layout
23188
23189 \end_inset
23190
23191
23192 \end_layout
23193
23194 \begin_layout Plain Layout
23195 \align center
23196 \begin_inset Tabular
23197 <lyxtabular version="3" rows="3" columns="3">
23198 <features tabularvalignment="middle">
23199 <column alignment="center" valignment="top">
23200 <column alignment="center" valignment="top">
23201 <column alignment="center" valignment="top">
23202 <row>
23203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 sd
23208 \end_layout
23209
23210 \end_inset
23211 </cell>
23212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 </row>
23231 <row>
23232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236
23237 \end_layout
23238
23239 \end_inset
23240 </cell>
23241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23242 \begin_inset Text
23243
23244 \begin_layout Plain Layout
23245 sd
23246 \end_layout
23247
23248 \end_inset
23249 </cell>
23250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23251 \begin_inset Text
23252
23253 \begin_layout Plain Layout
23254
23255 \end_layout
23256
23257 \end_inset
23258 </cell>
23259 </row>
23260 <row>
23261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283 sd
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 </row>
23289 </lyxtabular>
23290
23291 \end_inset
23292
23293
23294 \end_layout
23295
23296 \end_inset
23297
23298
23299 \begin_inset ERT
23300 status collapsed
23301
23302 \begin_layout Plain Layout
23303
23304
23305 \backslash
23306 setlength{
23307 \backslash
23308 arrayrulewidth}{0.4pt}
23309 \end_layout
23310
23311 \end_inset
23312
23313
23314 \end_layout
23315
23316 \begin_layout Standard
23317 \begin_inset VSpace bigskip
23318 \end_inset
23319
23320 To set the line thickness to 1.5
23321 \begin_inset space \thinspace{}
23322 \end_inset
23323
23324 pt only for horizontal lines, as in Table
23325 \begin_inset space ~
23326 \end_inset
23327
23328
23329 \begin_inset CommandInset ref
23330 LatexCommand ref
23331 reference "tab:Table-with-horizontal"
23332
23333 \end_inset
23334
23335 , insert these commands in \SpecialChar TeX
23336  Code before the table or table float:
23337 \end_layout
23338
23339 \begin_layout Standard
23340
23341 \series bold
23342
23343 \backslash
23344 let
23345 \backslash
23346 myHline
23347 \backslash
23348 hline
23349 \begin_inset Newline newline
23350 \end_inset
23351
23352
23353 \backslash
23354 renewcommand{
23355 \backslash
23356 hline}
23357 \begin_inset Newline newline
23358 \end_inset
23359
23360  {
23361 \backslash
23362 noalign{
23363 \backslash
23364 global
23365 \backslash
23366 arrayrulewidth 1.5pt}
23367 \begin_inset Newline newline
23368 \end_inset
23369
23370  
23371 \backslash
23372 myHline
23373 \backslash
23374 noalign{
23375 \backslash
23376 global
23377 \backslash
23378 arrayrulewidth 0.4pt}}
23379 \end_layout
23380
23381 \begin_layout Standard
23382 To return to the default line thickness, insert this command in \SpecialChar TeX
23383  Code after
23384  the table or table float:
23385 \end_layout
23386
23387 \begin_layout Standard
23388
23389 \series bold
23390
23391 \backslash
23392 renewcommand{
23393 \backslash
23394 hline}{
23395 \backslash
23396 myHline}
23397 \end_layout
23398
23399 \begin_layout Standard
23400 \begin_inset ERT
23401 status collapsed
23402
23403 \begin_layout Plain Layout
23404
23405
23406 \backslash
23407 let
23408 \backslash
23409 myHline
23410 \backslash
23411 hline
23412 \end_layout
23413
23414 \begin_layout Plain Layout
23415
23416
23417 \backslash
23418 renewcommand{
23419 \backslash
23420 hline}
23421 \end_layout
23422
23423 \begin_layout Plain Layout
23424
23425  {
23426 \backslash
23427 noalign{
23428 \backslash
23429 global
23430 \backslash
23431 arrayrulewidth 1.5pt}
23432 \end_layout
23433
23434 \begin_layout Plain Layout
23435
23436   
23437 \backslash
23438 myHline
23439 \backslash
23440 noalign{
23441 \backslash
23442 global
23443 \backslash
23444 arrayrulewidth 0.4pt}}
23445 \end_layout
23446
23447 \end_inset
23448
23449
23450 \begin_inset Float table
23451 wide false
23452 sideways false
23453 status open
23454
23455 \begin_layout Plain Layout
23456 \begin_inset Caption Standard
23457
23458 \begin_layout Plain Layout
23459 \begin_inset CommandInset label
23460 LatexCommand label
23461 name "tab:Table-with-horizontal"
23462
23463 \end_inset
23464
23465 Table with 1.5
23466 \begin_inset space \thinspace{}
23467 \end_inset
23468
23469 pt thick horizontal lines
23470 \end_layout
23471
23472 \end_inset
23473
23474
23475 \end_layout
23476
23477 \begin_layout Plain Layout
23478 \align center
23479 \begin_inset Tabular
23480 <lyxtabular version="3" rows="3" columns="3">
23481 <features tabularvalignment="middle">
23482 <column alignment="center" valignment="top">
23483 <column alignment="center" valignment="top">
23484 <column alignment="center" valignment="top">
23485 <row>
23486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23487 \begin_inset Text
23488
23489 \begin_layout Plain Layout
23490 sd
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 </row>
23514 <row>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 sd
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 </row>
23543 <row>
23544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548
23549 \end_layout
23550
23551 \end_inset
23552 </cell>
23553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23554 \begin_inset Text
23555
23556 \begin_layout Plain Layout
23557
23558 \end_layout
23559
23560 \end_inset
23561 </cell>
23562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566 sd
23567 \end_layout
23568
23569 \end_inset
23570 </cell>
23571 </row>
23572 </lyxtabular>
23573
23574 \end_inset
23575
23576
23577 \end_layout
23578
23579 \end_inset
23580
23581
23582 \begin_inset ERT
23583 status collapsed
23584
23585 \begin_layout Plain Layout
23586
23587
23588 \backslash
23589 renewcommand{
23590 \backslash
23591 hline}{
23592 \backslash
23593 myHline}
23594 \end_layout
23595
23596 \end_inset
23597
23598
23599 \end_layout
23600
23601 \begin_layout Standard
23602 \begin_inset VSpace bigskip
23603 \end_inset
23604
23605 To set the line thickness to 1.5
23606 \begin_inset space \thinspace{}
23607 \end_inset
23608
23609 pt only for vertical lines, create the following column format in the document
23610  preamble, according to the description in section
23611 \begin_inset space ~
23612 \end_inset
23613
23614
23615 \begin_inset CommandInset ref
23616 LatexCommand ref
23617 reference "subsec:Customized-Format"
23618
23619 \end_inset
23620
23621 :
23622 \end_layout
23623
23624 \begin_layout Standard
23625
23626 \series bold
23627
23628 \backslash
23629 newcolumntype{V}{!{
23630 \backslash
23631 vrule width 1.5pt}}
23632 \end_layout
23633
23634 \begin_layout Standard
23635 For Table
23636 \begin_inset space ~
23637 \end_inset
23638
23639
23640 \begin_inset CommandInset ref
23641 LatexCommand ref
23642 reference "tab:Table-with-vertical"
23643
23644 \end_inset
23645
23646  the \SpecialChar LaTeX
23647 -argument
23648 \end_layout
23649
23650 \begin_layout Standard
23651
23652 \series bold
23653 VcV
23654 \end_layout
23655
23656 \begin_layout Standard
23657 was used for the last column and
23658 \end_layout
23659
23660 \begin_layout Standard
23661
23662 \series bold
23663 Vc
23664 \end_layout
23665
23666 \begin_layout Standard
23667 for the other columns.
23668 \end_layout
23669
23670 \begin_layout Standard
23671 \begin_inset Float table
23672 wide false
23673 sideways false
23674 status open
23675
23676 \begin_layout Plain Layout
23677 \begin_inset Caption Standard
23678
23679 \begin_layout Plain Layout
23680 \begin_inset CommandInset label
23681 LatexCommand label
23682 name "tab:Table-with-vertical"
23683
23684 \end_inset
23685
23686 Table with 1.5
23687 \begin_inset space \thinspace{}
23688 \end_inset
23689
23690 pt thick vertical lines
23691 \end_layout
23692
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \begin_layout Plain Layout
23699 \align center
23700 \begin_inset Tabular
23701 <lyxtabular version="3" rows="3" columns="3">
23702 <features tabularvalignment="middle">
23703 <column alignment="center" valignment="top" special="Vc">
23704 <column alignment="center" valignment="top" special="Vc">
23705 <column alignment="center" valignment="top" special="VcV">
23706 <row>
23707 <cell alignment="center" valignment="top" topline="true" usebox="none">
23708 \begin_inset Text
23709
23710 \begin_layout Plain Layout
23711 sd
23712 \end_layout
23713
23714 \end_inset
23715 </cell>
23716 <cell alignment="center" valignment="top" topline="true" usebox="none">
23717 \begin_inset Text
23718
23719 \begin_layout Plain Layout
23720
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 <cell alignment="center" valignment="top" topline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729
23730 \end_layout
23731
23732 \end_inset
23733 </cell>
23734 </row>
23735 <row>
23736 <cell alignment="center" valignment="top" topline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 <cell alignment="center" valignment="top" topline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749 sd
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 <cell alignment="center" valignment="top" topline="true" usebox="none">
23755 \begin_inset Text
23756
23757 \begin_layout Plain Layout
23758
23759 \end_layout
23760
23761 \end_inset
23762 </cell>
23763 </row>
23764 <row>
23765 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23775 \begin_inset Text
23776
23777 \begin_layout Plain Layout
23778
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787 sd
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 </row>
23793 </lyxtabular>
23794
23795 \end_inset
23796
23797
23798 \end_layout
23799
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \begin_layout Subsection
23806 Dashed Lines
23807 \begin_inset Index idx
23808 status collapsed
23809
23810 \begin_layout Plain Layout
23811 Table Customization ! Dashed Lines
23812 \end_layout
23813
23814 \end_inset
23815
23816
23817 \end_layout
23818
23819 \begin_layout Standard
23820 \begin_inset ERT
23821 status collapsed
23822
23823 \begin_layout Plain Layout
23824
23825
23826 \backslash
23827 ifarydshln
23828 \end_layout
23829
23830 \end_inset
23831
23832
23833 \begin_inset Note Note
23834 status open
23835
23836 \begin_layout Plain Layout
23837 The following section will only be displayed when the \SpecialChar LaTeX
23838 -package 
23839 \series bold
23840 arydshln
23841 \series default
23842  is installed.
23843 \end_layout
23844
23845 \end_inset
23846
23847
23848 \end_layout
23849
23850 \begin_layout Standard
23851 \begin_inset Float table
23852 placement H
23853 wide false
23854 sideways false
23855 status open
23856
23857 \begin_layout Plain Layout
23858 \begin_inset Caption Standard
23859
23860 \begin_layout Plain Layout
23861 \begin_inset CommandInset label
23862 LatexCommand label
23863 name "tab:Table-with-dashed"
23864
23865 \end_inset
23866
23867 Table with dashed lines
23868 \end_layout
23869
23870 \end_inset
23871
23872
23873 \end_layout
23874
23875 \begin_layout Plain Layout
23876 \align center
23877 \begin_inset Tabular
23878 <lyxtabular version="3" rows="5" columns="5">
23879 <features tabularvalignment="middle">
23880 <column alignment="center" valignment="top">
23881 <column alignment="center" valignment="top">
23882 <column alignment="center" valignment="top" special=":c">
23883 <column alignment="center" valignment="top">
23884 <column alignment="center" valignment="top">
23885 <row>
23886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890 a
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23896 \begin_inset Text
23897
23898 \begin_layout Plain Layout
23899 b
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908 c
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Plain Layout
23917 d
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926 e
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 </row>
23932 <row>
23933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937 f
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946 g
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 <cell alignment="center" valignment="top" topline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955 h
23956 \end_layout
23957
23958 \end_inset
23959 </cell>
23960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23961 \begin_inset Text
23962
23963 \begin_layout Plain Layout
23964 i
23965 \end_layout
23966
23967 \end_inset
23968 </cell>
23969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23970 \begin_inset Text
23971
23972 \begin_layout Plain Layout
23973 j
23974 \end_layout
23975
23976 \end_inset
23977 </cell>
23978 </row>
23979 <row>
23980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23981 \begin_inset Text
23982
23983 \begin_layout Plain Layout
23984 \begin_inset ERT
23985 status collapsed
23986
23987 \begin_layout Plain Layout
23988
23989
23990 \backslash
23991 hdashline 
23992 \end_layout
23993
23994 \end_inset
23995
23996 k
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005 l
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 <cell alignment="center" valignment="top" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014 m
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023 n
24024 \end_layout
24025
24026 \end_inset
24027 </cell>
24028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24029 \begin_inset Text
24030
24031 \begin_layout Plain Layout
24032 o
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 </row>
24038 <row>
24039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24040 \begin_inset Text
24041
24042 \begin_layout Plain Layout
24043 \begin_inset ERT
24044 status collapsed
24045
24046 \begin_layout Plain Layout
24047
24048
24049 \backslash
24050 cdashline{4-5}
24051 \end_layout
24052
24053 \end_inset
24054
24055 p
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064 q
24065 \end_layout
24066
24067 \end_inset
24068 </cell>
24069 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24070 \begin_inset Text
24071
24072 \begin_layout Plain Layout
24073 r
24074 \end_layout
24075
24076 \end_inset
24077 </cell>
24078 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24079 \begin_inset Text
24080
24081 \begin_layout Plain Layout
24082 s
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 </row>
24097 <row>
24098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102 t
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Plain Layout
24111 u
24112 \end_layout
24113
24114 \end_inset
24115 </cell>
24116 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24117 \begin_inset Text
24118
24119 \begin_layout Plain Layout
24120 v
24121 \end_layout
24122
24123 \end_inset
24124 </cell>
24125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24126 \begin_inset Text
24127
24128 \begin_layout Plain Layout
24129 w
24130 \end_layout
24131
24132 \end_inset
24133 </cell>
24134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24135 \begin_inset Text
24136
24137 \begin_layout Plain Layout
24138 x
24139 \end_layout
24140
24141 \end_inset
24142 </cell>
24143 </row>
24144 </lyxtabular>
24145
24146 \end_inset
24147
24148
24149 \end_layout
24150
24151 \end_inset
24152
24153
24154 \end_layout
24155
24156 \begin_layout Standard
24157 \SpecialChar LyX
24158  does not natively support dashed lines, so you have to use \SpecialChar TeX
24159  Code.
24160  As a prerequisite the \SpecialChar LaTeX
24161  package 
24162 \series bold
24163 arydshln
24164 \series default
24165
24166 \begin_inset Index idx
24167 status collapsed
24168
24169 \begin_layout Plain Layout
24170 \SpecialChar LaTeX
24171 -packages ! arydshln
24172 \end_layout
24173
24174 \end_inset
24175
24176  must be loaded in the document preamble with the command
24177 \end_layout
24178
24179 \begin_layout Standard
24180
24181 \series bold
24182
24183 \backslash
24184 usepackage{arydshln}
24185 \end_layout
24186
24187 \begin_layout Standard
24188 To make a vertical line dashed, enter the colon 
24189 \begin_inset Quotes eld
24190 \end_inset
24191
24192 :
24193 \begin_inset Quotes erd
24194 \end_inset
24195
24196  together with the character for the horizontal alignment as \SpecialChar LaTeX
24197  argument in
24198  the table cell dialog.
24199 \end_layout
24200
24201 \begin_layout Standard
24202 For a horizontal dashed line add the command
24203 \end_layout
24204
24205 \begin_layout Standard
24206
24207 \series bold
24208
24209 \backslash
24210 hdashline
24211 \end_layout
24212
24213 \begin_layout Standard
24214 in \SpecialChar TeX
24215  Code as first element of the first cell in the table row.
24216 \end_layout
24217
24218 \begin_layout Standard
24219 For dashed multicolumn lines use the command
24220 \end_layout
24221
24222 \begin_layout Standard
24223
24224 \series bold
24225
24226 \backslash
24227 cdashline{line number
24228 \series default
24229 }
24230 \end_layout
24231
24232 \begin_layout Standard
24233 in \SpecialChar TeX
24234  Code as the first element of the first cell in the table row.
24235  If you have for example a multicolumn spanning columns 2 to 4 and you want
24236  to have a dashed line above, add the command
24237 \end_layout
24238
24239 \begin_layout Standard
24240
24241 \series bold
24242
24243 \backslash
24244 cdashline{2-4}
24245 \end_layout
24246
24247 \begin_layout Standard
24248 as the first element of the first cell in the row of the multicolumn.
24249 \end_layout
24250
24251 \begin_layout Standard
24252 \begin_inset VSpace bigskip
24253 \end_inset
24254
24255
24256 \end_layout
24257
24258 \begin_layout Standard
24259 Table
24260 \begin_inset space ~
24261 \end_inset
24262
24263
24264 \begin_inset CommandInset ref
24265 LatexCommand ref
24266 reference "tab:Table-with-dashed"
24267
24268 \end_inset
24269
24270  was created using 
24271 \begin_inset Quotes eld
24272 \end_inset
24273
24274
24275 \series bold
24276 :c
24277 \series default
24278
24279 \begin_inset Quotes erd
24280 \end_inset
24281
24282  as \SpecialChar LaTeX
24283  argument of the third column.
24284  The \SpecialChar TeX
24285  Code command 
24286 \series bold
24287
24288 \backslash
24289 hdashline
24290 \series default
24291  was inserted in the first cell of the third row and the \SpecialChar TeX
24292  Code command
24293 \begin_inset Newline newline
24294 \end_inset
24295
24296  
24297 \series bold
24298
24299 \backslash
24300 cdashline{4-5}
24301 \series default
24302  was inserted in the first cell of the fourth row.
24303 \end_layout
24304
24305 \begin_layout Standard
24306 \begin_inset VSpace bigskip
24307 \end_inset
24308
24309
24310 \end_layout
24311
24312 \begin_layout Standard
24313 Tables with dashed lines can also be colored as shown by Table
24314 \begin_inset space ~
24315 \end_inset
24316
24317
24318 \begin_inset CommandInset ref
24319 LatexCommand ref
24320 reference "tab:Colored-table-with"
24321
24322 \end_inset
24323
24324 .
24325 \end_layout
24326
24327 \begin_layout Standard
24328 \begin_inset ERT
24329 status collapsed
24330
24331 \begin_layout Plain Layout
24332
24333
24334 \backslash
24335 setlength{
24336 \backslash
24337 arrayrulewidth}{1pt}
24338 \end_layout
24339
24340 \end_inset
24341
24342
24343 \begin_inset Note Note
24344 status collapsed
24345
24346 \begin_layout Plain Layout
24347 thicker lines for better visualization of the line color
24348 \end_layout
24349
24350 \end_inset
24351
24352
24353 \end_layout
24354
24355 \begin_layout Standard
24356 \begin_inset ERT
24357 status collapsed
24358
24359 \begin_layout Plain Layout
24360
24361
24362 \backslash
24363 dashgapcolor{green}
24364 \end_layout
24365
24366 \end_inset
24367
24368
24369 \begin_inset Note Note
24370 status collapsed
24371
24372 \begin_layout Plain Layout
24373 color gaps between dashes green
24374 \end_layout
24375
24376 \end_inset
24377
24378
24379 \end_layout
24380
24381 \begin_layout Standard
24382 \begin_inset ERT
24383 status collapsed
24384
24385 \begin_layout Plain Layout
24386
24387
24388 \backslash
24389 let
24390 \backslash
24391 myHdashline
24392 \backslash
24393 hdashline
24394 \end_layout
24395
24396 \begin_layout Plain Layout
24397
24398
24399 \backslash
24400 renewcommand{
24401 \backslash
24402 hdashline}
24403 \end_layout
24404
24405 \begin_layout Plain Layout
24406
24407  {
24408 \backslash
24409 arrayrulecolor{red}
24410 \backslash
24411 myHdashline
24412 \backslash
24413 arrayrulecolor{black}}
24414 \end_layout
24415
24416 \end_inset
24417
24418
24419 \begin_inset Note Note
24420 status collapsed
24421
24422 \begin_layout Plain Layout
24423 color horizontal, dashed lines red
24424 \end_layout
24425
24426 \end_inset
24427
24428
24429 \end_layout
24430
24431 \begin_layout Standard
24432 \begin_inset ERT
24433 status collapsed
24434
24435 \begin_layout Plain Layout
24436
24437
24438 \backslash
24439 let
24440 \backslash
24441 myCdashline
24442 \backslash
24443 cdashline
24444 \end_layout
24445
24446 \begin_layout Plain Layout
24447
24448
24449 \backslash
24450 renewcommand{
24451 \backslash
24452 cdashline}[1]
24453 \end_layout
24454
24455 \begin_layout Plain Layout
24456
24457  {
24458 \backslash
24459 arrayrulecolor{yellow}
24460 \backslash
24461 myCdashline{#1}
24462 \backslash
24463 arrayrulecolor{black}}
24464 \end_layout
24465
24466 \end_inset
24467
24468
24469 \begin_inset Note Note
24470 status collapsed
24471
24472 \begin_layout Plain Layout
24473 color partial horizontal, dashed lines yellow
24474 \end_layout
24475
24476 \end_inset
24477
24478
24479 \end_layout
24480
24481 \begin_layout Standard
24482 \begin_inset Float table
24483 placement h
24484 wide false
24485 sideways false
24486 status open
24487
24488 \begin_layout Plain Layout
24489 \begin_inset Caption Standard
24490
24491 \begin_layout Plain Layout
24492 \begin_inset CommandInset label
24493 LatexCommand label
24494 name "tab:Colored-table-with"
24495
24496 \end_inset
24497
24498 Colored table with dashed lines
24499 \end_layout
24500
24501 \end_inset
24502
24503
24504 \end_layout
24505
24506 \begin_layout Plain Layout
24507 \align center
24508 \begin_inset Tabular
24509 <lyxtabular version="3" rows="5" columns="5">
24510 <features tabularvalignment="middle">
24511 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
24512 <column alignment="center" valignment="top" width="0pt">
24513 <column alignment="center" valignment="top" width="0pt" special=":c">
24514 <column alignment="center" valignment="top">
24515 <column alignment="center" valignment="top">
24516 <row>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521 a
24522 \end_layout
24523
24524 \end_inset
24525 </cell>
24526 <cell alignment="center" valignment="top" topline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530 b
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 <cell alignment="center" valignment="top" topline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539 c
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24545 \begin_inset Text
24546
24547 \begin_layout Plain Layout
24548 d
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557 e
24558 \end_layout
24559
24560 \end_inset
24561 </cell>
24562 </row>
24563 <row>
24564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24565 \begin_inset Text
24566
24567 \begin_layout Plain Layout
24568 f
24569 \end_layout
24570
24571 \end_inset
24572 </cell>
24573 <cell alignment="center" valignment="top" topline="true" usebox="none">
24574 \begin_inset Text
24575
24576 \begin_layout Plain Layout
24577 g
24578 \end_layout
24579
24580 \end_inset
24581 </cell>
24582 <cell alignment="center" valignment="top" topline="true" usebox="none">
24583 \begin_inset Text
24584
24585 \begin_layout Plain Layout
24586 h
24587 \end_layout
24588
24589 \end_inset
24590 </cell>
24591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24592 \begin_inset Text
24593
24594 \begin_layout Plain Layout
24595 i
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24601 \begin_inset Text
24602
24603 \begin_layout Plain Layout
24604 j
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 </row>
24610 <row>
24611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24612 \begin_inset Text
24613
24614 \begin_layout Plain Layout
24615 \begin_inset ERT
24616 status collapsed
24617
24618 \begin_layout Plain Layout
24619
24620
24621 \backslash
24622 hdashline 
24623 \end_layout
24624
24625 \end_inset
24626
24627
24628 \begin_inset ERT
24629 status collapsed
24630
24631 \begin_layout Plain Layout
24632
24633
24634 \backslash
24635 rowcolor{Gray}
24636 \end_layout
24637
24638 \end_inset
24639
24640 k
24641 \end_layout
24642
24643 \end_inset
24644 </cell>
24645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24646 \begin_inset Text
24647
24648 \begin_layout Plain Layout
24649 l
24650 \end_layout
24651
24652 \end_inset
24653 </cell>
24654 <cell alignment="center" valignment="top" usebox="none">
24655 \begin_inset Text
24656
24657 \begin_layout Plain Layout
24658 m
24659 \end_layout
24660
24661 \end_inset
24662 </cell>
24663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24664 \begin_inset Text
24665
24666 \begin_layout Plain Layout
24667 n
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676 o
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 </row>
24682 <row>
24683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687 \begin_inset ERT
24688 status collapsed
24689
24690 \begin_layout Plain Layout
24691
24692
24693 \backslash
24694 cdashline{4-5}
24695 \end_layout
24696
24697 \end_inset
24698
24699 p
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24705 \begin_inset Text
24706
24707 \begin_layout Plain Layout
24708 q
24709 \end_layout
24710
24711 \end_inset
24712 </cell>
24713 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24714 \begin_inset Text
24715
24716 \begin_layout Plain Layout
24717 r
24718 \end_layout
24719
24720 \end_inset
24721 </cell>
24722 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24723 \begin_inset Text
24724
24725 \begin_layout Plain Layout
24726 s
24727 \end_layout
24728
24729 \end_inset
24730 </cell>
24731 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24732 \begin_inset Text
24733
24734 \begin_layout Plain Layout
24735
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 </row>
24741 <row>
24742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24743 \begin_inset Text
24744
24745 \begin_layout Plain Layout
24746 t
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Plain Layout
24755 u
24756 \end_layout
24757
24758 \end_inset
24759 </cell>
24760 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24761 \begin_inset Text
24762
24763 \begin_layout Plain Layout
24764 v
24765 \end_layout
24766
24767 \end_inset
24768 </cell>
24769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24770 \begin_inset Text
24771
24772 \begin_layout Plain Layout
24773 w
24774 \end_layout
24775
24776 \end_inset
24777 </cell>
24778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Plain Layout
24782 \begin_inset ERT
24783 status collapsed
24784
24785 \begin_layout Plain Layout
24786
24787
24788 \backslash
24789 cellcolor{Maroon}
24790 \end_layout
24791
24792 \end_inset
24793
24794 i
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 </row>
24800 </lyxtabular>
24801
24802 \end_inset
24803
24804
24805 \end_layout
24806
24807 \end_inset
24808
24809
24810 \end_layout
24811
24812 \begin_layout Standard
24813 \begin_inset ERT
24814 status collapsed
24815
24816 \begin_layout Plain Layout
24817
24818
24819 \backslash
24820 renewcommand{
24821 \backslash
24822 hdashline}{
24823 \backslash
24824 myHdashline}
24825 \end_layout
24826
24827 \end_inset
24828
24829
24830 \begin_inset Note Note
24831 status collapsed
24832
24833 \begin_layout Plain Layout
24834 reset to default
24835 \end_layout
24836
24837 \end_inset
24838
24839
24840 \end_layout
24841
24842 \begin_layout Standard
24843 \begin_inset ERT
24844 status collapsed
24845
24846 \begin_layout Plain Layout
24847
24848
24849 \backslash
24850 renewcommand{
24851 \backslash
24852 cdashline}{
24853 \backslash
24854 myCdashline}
24855 \end_layout
24856
24857 \end_inset
24858
24859
24860 \begin_inset Note Note
24861 status collapsed
24862
24863 \begin_layout Plain Layout
24864 reset to default
24865 \end_layout
24866
24867 \end_inset
24868
24869
24870 \end_layout
24871
24872 \begin_layout Standard
24873 \begin_inset ERT
24874 status collapsed
24875
24876 \begin_layout Plain Layout
24877
24878
24879 \backslash
24880 nodashgapcolor
24881 \end_layout
24882
24883 \end_inset
24884
24885
24886 \begin_inset Note Note
24887 status collapsed
24888
24889 \begin_layout Plain Layout
24890 reset to default
24891 \end_layout
24892
24893 \end_inset
24894
24895
24896 \end_layout
24897
24898 \begin_layout Standard
24899 \begin_inset ERT
24900 status collapsed
24901
24902 \begin_layout Plain Layout
24903
24904
24905 \backslash
24906 setlength{
24907 \backslash
24908 arrayrulewidth}{0.4pt}
24909 \end_layout
24910
24911 \end_inset
24912
24913
24914 \begin_inset Note Note
24915 status collapsed
24916
24917 \begin_layout Plain Layout
24918 reset to default
24919 \end_layout
24920
24921 \end_inset
24922
24923
24924 \end_layout
24925
24926 \begin_layout Standard
24927 The coloring of lines, columns and lines works as decribed in section
24928 \begin_inset space ~
24929 \end_inset
24930
24931
24932 \begin_inset CommandInset ref
24933 LatexCommand ref
24934 reference "sec:Colored-Tables"
24935
24936 \end_inset
24937
24938 .
24939  Coloring horizontal lines works analogically as described there as well,
24940  one only needs to replace in the commands 
24941 \series bold
24942
24943 \backslash
24944 myHlineC
24945 \series default
24946  by 
24947 \series bold
24948
24949 \backslash
24950 myHdashline
24951 \series default
24952  and 
24953 \backslash
24954
24955 \series bold
24956 hline
24957 \series default
24958  by 
24959 \series bold
24960
24961 \backslash
24962 hdashline
24963 \series default
24964 ; so one uses the command
24965 \end_layout
24966
24967 \begin_layout Standard
24968
24969 \series bold
24970
24971 \backslash
24972 let
24973 \backslash
24974 myHdashline
24975 \backslash
24976 hdashline
24977 \begin_inset Newline newline
24978 \end_inset
24979
24980
24981 \backslash
24982 renewcommand{
24983 \backslash
24984 hdashline}
24985 \begin_inset Newline newline
24986 \end_inset
24987
24988
24989 \begin_inset Phantom HPhantom
24990 status open
24991
24992 \begin_layout Plain Layout
24993 \begin_inset space ~
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \end_inset
25000
25001 {
25002 \backslash
25003 arrayrulecolor{red}
25004 \backslash
25005 myHdashline
25006 \backslash
25007 arrayrulecolor{black}}
25008 \end_layout
25009
25010 \begin_layout Standard
25011 To color 
25012 \series bold
25013
25014 \backslash
25015 cdashline
25016 \series default
25017 , the command is
25018 \end_layout
25019
25020 \begin_layout Standard
25021
25022 \series bold
25023
25024 \backslash
25025 let
25026 \backslash
25027 myCdashline
25028 \backslash
25029 cdashline
25030 \begin_inset Newline newline
25031 \end_inset
25032
25033
25034 \backslash
25035 renewcommand{
25036 \backslash
25037 cdashline}[1]
25038 \begin_inset Newline newline
25039 \end_inset
25040
25041
25042 \begin_inset Phantom HPhantom
25043 status open
25044
25045 \begin_layout Plain Layout
25046 \begin_inset space ~
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \end_inset
25053
25054 {
25055 \backslash
25056 arrayrulecolor{red}
25057 \backslash
25058 myCdashline{#1}
25059 \backslash
25060 arrayrulecolor{black}}
25061 \end_layout
25062
25063 \begin_layout Standard
25064 To get back the black line color, one needs to insert the following commands
25065  as \SpecialChar TeX
25066  Code behind the table:
25067 \end_layout
25068
25069 \begin_layout Standard
25070 For 
25071 \series bold
25072
25073 \backslash
25074 hdashline
25075 \end_layout
25076
25077 \begin_layout Standard
25078
25079 \series bold
25080
25081 \backslash
25082 renewcommand{
25083 \backslash
25084 hdashline}{
25085 \backslash
25086 myHdashline}
25087 \end_layout
25088
25089 \begin_layout Standard
25090 and for 
25091 \series bold
25092
25093 \backslash
25094 cdashline
25095 \end_layout
25096
25097 \begin_layout Standard
25098
25099 \series bold
25100
25101 \backslash
25102 renewcommand{
25103 \backslash
25104 cdashline}{
25105 \backslash
25106 myCdashline}
25107 \end_layout
25108
25109 \begin_layout Standard
25110 To color the gaps between the dashes the command
25111 \end_layout
25112
25113 \begin_layout Standard
25114
25115 \series bold
25116
25117 \backslash
25118 dashgapcolor{color}
25119 \end_layout
25120
25121 \begin_layout Standard
25122 can be used in front of a table as \SpecialChar TeX
25123  Code.
25124  color is hereby the name of a defined color.
25125  The command
25126 \end_layout
25127
25128 \begin_layout Standard
25129
25130 \series bold
25131
25132 \backslash
25133 nodashgapcolor
25134 \end_layout
25135
25136 \begin_layout Standard
25137 unsets the changes made by 
25138 \series bold
25139
25140 \backslash
25141 dashgapcolor
25142 \series default
25143 .
25144 \end_layout
25145
25146 \begin_layout Standard
25147 \begin_inset Note Greyedout
25148 status open
25149
25150 \begin_layout Plain Layout
25151
25152 \series bold
25153 \color none
25154 Note
25155 \series default
25156 : If there are multiple commands in a cell, the command of 
25157 \series bold
25158 arydshln
25159 \series default
25160  needs to be the first one in the cell.
25161  Therefore in cell 
25162 \emph on
25163 k
25164 \emph default
25165  of Table
25166 \begin_inset space ~
25167 \end_inset
25168
25169
25170 \begin_inset CommandInset ref
25171 LatexCommand ref
25172 reference "tab:Colored-table-with"
25173
25174 \end_inset
25175
25176  the command 
25177 \series bold
25178
25179 \backslash
25180 hdashline
25181 \series default
25182  is before 
25183 \series bold
25184
25185 \backslash
25186 rowcolor
25187 \series default
25188 .
25189 \end_layout
25190
25191 \end_inset
25192
25193
25194 \end_layout
25195
25196 \begin_layout Standard
25197 \begin_inset Note Greyedout
25198 status open
25199
25200 \begin_layout Plain Layout
25201
25202 \series bold
25203 \color none
25204 Note:
25205 \series default
25206  The \SpecialChar LaTeX
25207 -package 
25208 \series bold
25209 arydshln
25210 \series default
25211  must be loaded in the document preamble before the \SpecialChar LaTeX
25212 -package 
25213 \series bold
25214 colortbl
25215 \series default
25216
25217 \begin_inset Index idx
25218 status collapsed
25219
25220 \begin_layout Plain Layout
25221 \SpecialChar LaTeX
25222 -packages ! colortbl
25223 \end_layout
25224
25225 \end_inset
25226
25227 .
25228 \end_layout
25229
25230 \end_inset
25231
25232
25233 \end_layout
25234
25235 \begin_layout Standard
25236 \begin_inset ERT
25237 status collapsed
25238
25239 \begin_layout Plain Layout
25240
25241
25242 \backslash
25243 else
25244 \end_layout
25245
25246 \end_inset
25247
25248
25249 \begin_inset Note Note
25250 status open
25251
25252 \begin_layout Plain Layout
25253 The following will be displayed when the \SpecialChar LaTeX
25254 -package 
25255 \series bold
25256 arydshln
25257 \series default
25258  is not installed:
25259 \end_layout
25260
25261 \end_inset
25262
25263
25264 \end_layout
25265
25266 \begin_layout Standard
25267 You need to install the package 
25268 \series bold
25269 arydshln
25270 \series default
25271  to see the content of this section in the output.
25272 \end_layout
25273
25274 \begin_layout Standard
25275 \begin_inset ERT
25276 status collapsed
25277
25278 \begin_layout Plain Layout
25279
25280
25281 \backslash
25282 fi
25283 \end_layout
25284
25285 \end_inset
25286
25287
25288 \end_layout
25289
25290 \begin_layout Standard
25291 For more information about dashed lines see the documentation of 
25292 \series bold
25293 arydshln
25294 \series default
25295
25296 \begin_inset CommandInset citation
25297 LatexCommand cite
25298 key "arydshln"
25299 literal "true"
25300
25301 \end_inset
25302
25303 .
25304 \end_layout
25305
25306 \begin_layout Chapter
25307 Floats
25308 \begin_inset CommandInset label
25309 LatexCommand label
25310 name "chap:Floats"
25311
25312 \end_inset
25313
25314
25315 \begin_inset Index idx
25316 status collapsed
25317
25318 \begin_layout Plain Layout
25319 Floats
25320 \end_layout
25321
25322 \end_inset
25323
25324
25325 \end_layout
25326
25327 \begin_layout Section
25328 Introduction
25329 \begin_inset CommandInset label
25330 LatexCommand label
25331 name "sec:FloatIntroduction"
25332
25333 \end_inset
25334
25335
25336 \begin_inset Index idx
25337 status collapsed
25338
25339 \begin_layout Plain Layout
25340 Floats ! Introduction
25341 \end_layout
25342
25343 \end_inset
25344
25345
25346 \end_layout
25347
25348 \begin_layout Standard
25349 A float is a block of text associated with some sort of label, which doesn't
25350  have a fixed location.
25351  It can 
25352 \begin_inset Quotes eld
25353 \end_inset
25354
25355 float
25356 \begin_inset Quotes erd
25357 \end_inset
25358
25359  forward or backward a page or two, to wherever it fits best.
25360  
25361 \family sans
25362 Footnotes
25363 \family default
25364  and 
25365 \family sans
25366 Margin
25367 \begin_inset space ~
25368 \end_inset
25369
25370 Notes
25371 \family default
25372  are also floats because they can float to the next page when there are
25373  too many notes on the page.
25374 \end_layout
25375
25376 \begin_layout Standard
25377 Floats allow a high quality layout.
25378  Images and tables can be spread evenly among the pages to avoid white space
25379  and pages without text.
25380  As the floating often destroys the context between the text and the image/table
25381 , every float can be referenced in the text.
25382  Floats are therefore numbered.
25383  Referencing is described in section
25384 \begin_inset space ~
25385 \end_inset
25386
25387
25388 \begin_inset CommandInset ref
25389 LatexCommand ref
25390 reference "sec:Referencing-Floats"
25391
25392 \end_inset
25393
25394 .
25395 \end_layout
25396
25397 \begin_layout Standard
25398 To insert a float, use the menu 
25399 \family sans
25400 Insert\SpecialChar menuseparator
25401 Float
25402 \family default
25403  (toolbar button 
25404 \begin_inset Info
25405 type  "icon"
25406 arg   "float-insert figure"
25407 \end_inset
25408
25409  or 
25410 \begin_inset Info
25411 type  "icon"
25412 arg   "float-insert table"
25413 \end_inset
25414
25415 ).
25416  This inserts the 
25417 \family sans
25418 Caption
25419 \family default
25420  inset, a box with a label.
25421  The label will automatically be translated to the document language in
25422  the output.
25423  After the label you can insert the caption text.
25424  The image or table is inserted above or below the caption in a separate
25425  paragraph within the float.
25426  More about the caption placement is contained in section
25427 \begin_inset space ~
25428 \end_inset
25429
25430
25431 \begin_inset CommandInset ref
25432 LatexCommand ref
25433 reference "sec:Caption-Placement"
25434
25435 \end_inset
25436
25437 .
25438  To keep your \SpecialChar LyX
25439  document readable, you can open and close the float box by
25440  left-clicking on the box label.
25441  A closed float box looks like this: 
25442 \begin_inset Graphics
25443         filename clipart/float.png
25444         scale 95
25445         scaleBeforeRotation
25446
25447 \end_inset
25448
25449  – a gray button with a red label.
25450 \end_layout
25451
25452 \begin_layout Standard
25453 It is recommended that you insert floats as separate standard paragraphs
25454  to avoid possible \SpecialChar LaTeX
25455 -errors that can occur when the surrounding text is specially
25456  formatted.
25457 \end_layout
25458
25459 \begin_layout Standard
25460 Existing figures or tables can be put into a float by highlighting them
25461  and then pressing the corresponding toolbar button for a new float.
25462 \end_layout
25463
25464 \begin_layout Section
25465 Float Types
25466 \end_layout
25467
25468 \begin_layout Standard
25469 Besides figure and table floats that are described in sections
25470 \begin_inset space ~
25471 \end_inset
25472
25473
25474 \begin_inset CommandInset ref
25475 LatexCommand ref
25476 reference "sec:Figure-Floats"
25477
25478 \end_inset
25479
25480  and 
25481 \begin_inset CommandInset ref
25482 LatexCommand ref
25483 reference "sec:Table-Floats"
25484
25485 \end_inset
25486
25487  respectively, \SpecialChar LyX
25488  offers the float types 
25489 \family sans
25490 Algorithm
25491 \family default
25492  and 
25493 \family sans
25494 Wrap
25495 \family default
25496 .
25497  The latter are explained in sec.
25498 \begin_inset space \thinspace{}
25499 \end_inset
25500
25501
25502 \begin_inset CommandInset ref
25503 LatexCommand ref
25504 reference "sec:Wrap-Floats"
25505
25506 \end_inset
25507
25508 .
25509 \end_layout
25510
25511 \begin_layout Subsection
25512 Algorithm Floats
25513 \begin_inset Index idx
25514 status collapsed
25515
25516 \begin_layout Plain Layout
25517 Floats ! Algorithms
25518 \end_layout
25519
25520 \end_inset
25521
25522
25523 \end_layout
25524
25525 \begin_layout Standard
25526 \begin_inset Float algorithm
25527 placement h
25528 wide false
25529 sideways false
25530 status open
25531
25532 \begin_layout Plain Layout
25533 \begin_inset Caption Standard
25534
25535 \begin_layout Plain Layout
25536 \begin_inset CommandInset label
25537 LatexCommand label
25538 name "alg:Example-Algorithm-float"
25539
25540 \end_inset
25541
25542 Example Algorithm float
25543 \end_layout
25544
25545 \end_inset
25546
25547
25548 \end_layout
25549
25550 \begin_layout LyX-Code
25551 for I in 1..N loop
25552 \begin_inset Newline newline
25553 \end_inset
25554
25555  Sum:= Sum + A(I); /*comment*/
25556 \begin_inset Newline newline
25557 \end_inset
25558
25559 end loop
25560 \begin_inset VSpace -4mm
25561 \end_inset
25562
25563
25564 \end_layout
25565
25566 \end_inset
25567
25568
25569 \end_layout
25570
25571 \begin_layout Standard
25572 This float type is inserted with the menu 
25573 \family sans
25574 Insert\SpecialChar menuseparator
25575 Float\SpecialChar menuseparator
25576 Algorithm
25577 \family default
25578 .
25579  It is used for program codes and descriptions of algorithms and can be
25580  seen as an alternative to program code listings that are explained in chapter
25581 \begin_inset space ~
25582 \end_inset
25583
25584
25585 \begin_inset CommandInset ref
25586 LatexCommand ref
25587 reference "cha:Program-Code-Listings"
25588
25589 \end_inset
25590
25591 .
25592  A possible environment for algorithms is the 
25593 \family sans
25594 \SpecialChar LyX
25595  Code
25596 \family default
25597 , described in \SpecialChar LyX
25598 's 
25599 \emph on
25600 Userguide
25601 \emph default
25602 .
25603  Algorithm
25604 \begin_inset space ~
25605 \end_inset
25606
25607
25608 \begin_inset CommandInset ref
25609 LatexCommand ref
25610 reference "alg:Example-Algorithm-float"
25611
25612 \end_inset
25613
25614  is an example of an algorithm float where -4
25615 \begin_inset space \thinspace{}
25616 \end_inset
25617
25618 mm vertical space was added at the end of the float to have the bottom rule
25619  exactly below the last text line.
25620 \end_layout
25621
25622 \begin_layout Standard
25623 The float label is not automatically translated into the document language.
25624  If your document is not in English, you have to do this manually by adding
25625  the following line to the document preamble
25626 \series bold
25627 :
25628 \end_layout
25629
25630 \begin_layout Standard
25631
25632 \series bold
25633
25634 \backslash
25635 floatname{algorithm}{your
25636 \begin_inset space ~
25637 \end_inset
25638
25639 name}
25640 \end_layout
25641
25642 \begin_layout Standard
25643 where 
25644 \family sans
25645 your
25646 \begin_inset space ~
25647 \end_inset
25648
25649 name
25650 \family default
25651  is the word 
25652 \begin_inset Quotes eld
25653 \end_inset
25654
25655
25656 \emph on
25657 algorithm
25658 \emph default
25659
25660 \begin_inset Quotes erd
25661 \end_inset
25662
25663  in your language.
25664 \end_layout
25665
25666 \begin_layout Standard
25667 To insert the list of algorithms you can use the menu 
25668 \family sans
25669 Insert\SpecialChar menuseparator
25670 List
25671 \begin_inset space \thinspace{}
25672 \end_inset
25673
25674 /
25675 \begin_inset space \thinspace{}
25676 \end_inset
25677
25678 TOC\SpecialChar menuseparator
25679 List of Algorithms
25680 \family default
25681  when your document has the same language as \SpecialChar LyX
25682 's menu names.
25683  In other cases use this command in \SpecialChar TeX
25684  Code instead:
25685 \end_layout
25686
25687 \begin_layout Standard
25688
25689 \series bold
25690
25691 \backslash
25692 listof{algorithm}{your
25693 \begin_inset space ~
25694 \end_inset
25695
25696 name}
25697 \end_layout
25698
25699 \begin_layout Standard
25700 where 
25701 \family sans
25702 your
25703 \begin_inset space ~
25704 \end_inset
25705
25706 name
25707 \family default
25708  is the word 
25709 \begin_inset Quotes eld
25710 \end_inset
25711
25712
25713 \emph on
25714 List of Algorithm
25715 \emph default
25716 s
25717 \begin_inset Quotes erd
25718 \end_inset
25719
25720  in your language.
25721 \end_layout
25722
25723 \begin_layout Standard
25724 Algorithm floats are not by default numbered in the scheme 
25725 \begin_inset Quotes eld
25726 \end_inset
25727
25728 chapter.algorithm
25729 \begin_inset Quotes erd
25730 \end_inset
25731
25732  as is the case for table and figure floats in many document-classes.
25733  To number algorithm floats in the same scheme, add this command to your
25734  document preamble:
25735 \end_layout
25736
25737 \begin_layout Standard
25738
25739 \series bold
25740
25741 \backslash
25742 numberwithin{algorithm}{chapter}
25743 \end_layout
25744
25745 \begin_layout Standard
25746 To be able to use the command 
25747 \series bold
25748
25749 \backslash
25750 numberwithin
25751 \series default
25752 , set in the tab 
25753 \family sans
25754 Math
25755 \begin_inset space ~
25756 \end_inset
25757
25758 Options
25759 \family default
25760  in the document settings the option 
25761 \family sans
25762 Use
25763 \begin_inset space ~
25764 \end_inset
25765
25766 AMS
25767 \begin_inset space ~
25768 \end_inset
25769
25770 math
25771 \begin_inset space ~
25772 \end_inset
25773
25774 package
25775 \family default
25776 .
25777 \end_layout
25778
25779 \begin_layout Section
25780 Float Numbering
25781 \begin_inset Index idx
25782 status collapsed
25783
25784 \begin_layout Plain Layout
25785 Floats ! Numbering
25786 \end_layout
25787
25788 \end_inset
25789
25790
25791 \end_layout
25792
25793 \begin_layout Standard
25794 Floats are usually numbered either independently from the sections the floats
25795  are in, or in the scheme 
25796 \begin_inset Quotes eld
25797 \end_inset
25798
25799 chapter.number
25800 \begin_inset Quotes erd
25801 \end_inset
25802
25803  or 
25804 \begin_inset Quotes eld
25805 \end_inset
25806
25807 section.number
25808 \begin_inset Quotes erd
25809 \end_inset
25810
25811 .
25812  This depends on the document class used.
25813 \end_layout
25814
25815 \begin_layout Standard
25816 To change section-independent numbering, you can use this command in the
25817  document preamble:
25818 \end_layout
25819
25820 \begin_layout Standard
25821
25822 \series bold
25823
25824 \backslash
25825 renewcommand{
25826 \backslash
25827 thetable}{
25828 \backslash
25829 roman{table}}
25830 \end_layout
25831
25832 \begin_layout Standard
25833
25834 \series bold
25835
25836 \backslash
25837 thetable
25838 \series default
25839  is the command that prints the table number.
25840  For figure floats, the command would be 
25841 \series bold
25842
25843 \backslash
25844 thefigure
25845 \series default
25846 .
25847  
25848 \series bold
25849
25850 \backslash
25851 roman
25852 \series default
25853  in the command above prints the table number as a small roman number.
25854 \end_layout
25855
25856 \begin_layout Standard
25857 To change the numbering scheme for example to 
25858 \begin_inset Quotes eld
25859 \end_inset
25860
25861 subsection.number
25862 \begin_inset Quotes erd
25863 \end_inset
25864
25865 , use this command in the preamble:
25866 \end_layout
25867
25868 \begin_layout Standard
25869
25870 \series bold
25871
25872 \backslash
25873 numberwithin{table}{subsection}
25874 \end_layout
25875
25876 \begin_layout Standard
25877 To be able to use the command 
25878 \series bold
25879
25880 \backslash
25881 numberwithin
25882 \series default
25883 , set in the tab 
25884 \family sans
25885 Math
25886 \begin_inset space ~
25887 \end_inset
25888
25889 Options
25890 \family default
25891  in the document settings the option 
25892 \family sans
25893 Use
25894 \begin_inset space ~
25895 \end_inset
25896
25897 AMS
25898 \begin_inset space ~
25899 \end_inset
25900
25901 math
25902 \begin_inset space ~
25903 \end_inset
25904
25905 package
25906 \family default
25907 .
25908 \end_layout
25909
25910 \begin_layout Standard
25911 Please also have a look at section
25912 \begin_inset space ~
25913 \end_inset
25914
25915
25916 \begin_inset CommandInset ref
25917 LatexCommand ref
25918 reference "subsec:Footnote-Numbering"
25919
25920 \end_inset
25921
25922  for the details and important notes about the numbering commands.
25923 \end_layout
25924
25925 \begin_layout Section
25926 Referencing Floats
25927 \begin_inset CommandInset label
25928 LatexCommand label
25929 name "sec:Referencing-Floats"
25930
25931 \end_inset
25932
25933
25934 \begin_inset Index idx
25935 status collapsed
25936
25937 \begin_layout Plain Layout
25938 Floats ! References
25939 \end_layout
25940
25941 \end_inset
25942
25943
25944 \begin_inset Index idx
25945 status collapsed
25946
25947 \begin_layout Plain Layout
25948 References ! to Floats
25949 \end_layout
25950
25951 \end_inset
25952
25953
25954 \end_layout
25955
25956 \begin_layout Standard
25957 To reference a float, insert a label into its caption using the menu 
25958 \family sans
25959 Insert\SpecialChar menuseparator
25960 Label
25961 \family default
25962  or the toolbar button 
25963 \begin_inset Info
25964 type  "icon"
25965 arg   "label-insert"
25966 \end_inset
25967
25968 .
25969  A grey label box like this one: 
25970 \begin_inset Graphics
25971         filename clipart/label.png
25972         scaleBeforeRotation
25973
25974 \end_inset
25975
25976  will be inserted and the label window pops up asking for the label text.
25977  \SpecialChar LyX
25978  offers as text the first words of the caption with a prefix.
25979  The prefix depends on the float type, e.
25980 \begin_inset space \thinspace{}
25981 \end_inset
25982
25983 g.
25984 \begin_inset space \space{}
25985 \end_inset
25986
25987 for figure floats the prefix will be "
25988 \family sans
25989 fig:
25990 \family default
25991 ".
25992 \end_layout
25993
25994 \begin_layout Standard
25995 The label is used as anchor and name for the reference.
25996  You can refer to the label using the menu 
25997 \family sans
25998 Insert\SpecialChar menuseparator
25999 Cross-reference
26000 \family default
26001  or the toolbar button 
26002 \begin_inset Info
26003 type  "icon"
26004 arg   "dialog-show-new-inset ref"
26005 \end_inset
26006
26007 .
26008  The cross-reference window appears showing all labels of the document.
26009  If you have multiple \SpecialChar LyX
26010  documents opened, choose the one you are working
26011  on from the drop-list at the top of the dialog.
26012  You can now sort the labels alphabetically and then choose one.
26013  A grey cross-reference box like this one: 
26014 \begin_inset Graphics
26015         filename clipart/reference.png
26016         scaleBeforeRotation
26017
26018 \end_inset
26019
26020  will be inserted.
26021  At the position of the cross-reference box the float number will appear
26022  in the output.
26023 \end_layout
26024
26025 \begin_layout Standard
26026 It is recommended that you use a protected space between the cross-reference
26027  name and its number to avoid line breaks between them.
26028  If a cross-reference refers to a non-existing label, you will see two question
26029  marks in the output instead of the reference.
26030 \end_layout
26031
26032 \begin_layout Standard
26033 You can change labels at any time by clicking on the label box.
26034  References to the changed label will automatically update their links to
26035  the new label text.
26036 \end_layout
26037
26038 \begin_layout Standard
26039 The button 
26040 \family sans
26041 Go
26042 \begin_inset space ~
26043 \end_inset
26044
26045 to
26046 \begin_inset space ~
26047 \end_inset
26048
26049 Label
26050 \family default
26051  in the cross-reference window sets the cursor before the referred label.
26052  The button text changes then to Go
26053 \begin_inset space ~
26054 \end_inset
26055
26056 Back and you can use it to set the cursor back to the cross-reference.
26057 \end_layout
26058
26059 \begin_layout Subsection
26060 Cross-Reference Formats
26061 \begin_inset CommandInset label
26062 LatexCommand label
26063 name "subsec:Cross-Reference-Formats"
26064
26065 \end_inset
26066
26067
26068 \begin_inset Index idx
26069 status collapsed
26070
26071 \begin_layout Plain Layout
26072 References ! Formats
26073 \end_layout
26074
26075 \end_inset
26076
26077
26078 \end_layout
26079
26080 \begin_layout Standard
26081 There are six varieties of cross-references:
26082 \end_layout
26083
26084 \begin_layout Description
26085 <reference>: prints the float number, this is the default: 
26086 \begin_inset CommandInset ref
26087 LatexCommand ref
26088 reference "fig:Two-distorted-images"
26089
26090 \end_inset
26091
26092
26093 \end_layout
26094
26095 \begin_layout Description
26096 (<reference>): prints the float number within two parentheses, this is the
26097  style normally used to reference formulas, especially when the reference
26098  name 
26099 \begin_inset Quotes eld
26100 \end_inset
26101
26102 Equation
26103 \begin_inset Quotes erd
26104 \end_inset
26105
26106  is omitted: 
26107 \begin_inset CommandInset ref
26108 LatexCommand eqref
26109 reference "eq:Wgn"
26110
26111 \end_inset
26112
26113
26114 \end_layout
26115
26116 \begin_layout Description
26117 <page>: prints the page number: Page
26118 \begin_inset space ~
26119 \end_inset
26120
26121
26122 \begin_inset CommandInset ref
26123 LatexCommand pageref
26124 reference "fig:Two-distorted-images"
26125
26126 \end_inset
26127
26128
26129 \end_layout
26130
26131 \begin_layout Description
26132 on
26133 \begin_inset space ~
26134 \end_inset
26135
26136 page
26137 \begin_inset space ~
26138 \end_inset
26139
26140 <page>: prints the text "on page" and the page number: 
26141 \begin_inset CommandInset ref
26142 LatexCommand vpageref
26143 reference "fig:Two-distorted-images"
26144
26145 \end_inset
26146
26147
26148 \end_layout
26149
26150 \begin_layout Description
26151 <reference>
26152 \begin_inset space ~
26153 \end_inset
26154
26155 on
26156 \begin_inset space ~
26157 \end_inset
26158
26159 page
26160 \begin_inset space ~
26161 \end_inset
26162
26163 <page>: prints the float number, the text "on page", and the page number:
26164  
26165 \begin_inset CommandInset ref
26166 LatexCommand vref
26167 reference "fig:Two-distorted-images"
26168
26169 \end_inset
26170
26171
26172 \end_layout
26173
26174 \begin_layout Description
26175 Formatted
26176 \begin_inset space ~
26177 \end_inset
26178
26179 reference: prints a self-defined cross-reference format.
26180 \begin_inset Newline newline
26181 \end_inset
26182
26183
26184 \begin_inset Note Greyedout
26185 status open
26186
26187 \begin_layout Plain Layout
26188
26189 \series bold
26190 Note:
26191 \series default
26192  This feature is only available when you have the \SpecialChar LaTeX
26193 -package 
26194 \series bold
26195 prettyref
26196 \series default
26197  or 
26198 \series bold
26199 refstyle
26200 \series default
26201
26202 \begin_inset Index idx
26203 status collapsed
26204
26205 \begin_layout Plain Layout
26206 \SpecialChar LaTeX
26207 -packages ! prettyref
26208 \end_layout
26209
26210 \end_inset
26211
26212
26213 \begin_inset Index idx
26214 status collapsed
26215
26216 \begin_layout Plain Layout
26217 \SpecialChar LaTeX
26218 -packages ! refstyle
26219 \end_layout
26220
26221 \end_inset
26222
26223  installed.
26224 \end_layout
26225
26226 \end_inset
26227
26228
26229 \begin_inset Newline newline
26230 \end_inset
26231
26232 You can select which \SpecialChar LaTeX
26233 -package should be used for this feature by setting
26234  the option 
26235 \family sans
26236 Use refstyle (not prettyref) for cross-references
26237 \family default
26238  in the menu 
26239 \family sans
26240 Document\SpecialChar menuseparator
26241 Settings\SpecialChar menuseparator
26242 Document Class
26243 \family default
26244 .
26245  The format is specified by adding the command 
26246 \series bold
26247
26248 \backslash
26249 newrefformat
26250 \series default
26251  (prettyref) or 
26252 \series bold
26253
26254 \backslash
26255 newref
26256 \series default
26257  (refstyle) to the preamble of the document.
26258  For example redefining all references to figures (which have the label
26259  prefix 
26260 \begin_inset Quotes eld
26261 \end_inset
26262
26263
26264 \family sans
26265 fig
26266 \family default
26267
26268 \begin_inset Quotes erd
26269 \end_inset
26270
26271 ) can be done with this command
26272 \begin_inset Newline newline
26273 \end_inset
26274
26275
26276 \series bold
26277
26278 \backslash
26279 newref{fig}{refcmd={Image on page 
26280 \backslash
26281 pageref{#1}}}
26282 \series default
26283
26284 \begin_inset Newline newline
26285 \end_inset
26286
26287 For more information about the format, have a look at the package documentations
26288
26289 \begin_inset CommandInset citation
26290 LatexCommand cite
26291 key "prettyref,refstyle"
26292 literal "true"
26293
26294 \end_inset
26295
26296 .
26297 \begin_inset Newline newline
26298 \end_inset
26299
26300 The options 
26301 \family sans
26302 Plural
26303 \family default
26304  and 
26305 \family sans
26306 Capitalized
26307 \family default
26308  are only available if you use the \SpecialChar LaTeX
26309 -package 
26310 \series bold
26311 refstyle
26312 \series default
26313 .
26314  
26315 \family sans
26316 Plural
26317 \family default
26318  adds an 
26319 \emph on
26320 s
26321 \emph default
26322  to the name, e.
26323 \begin_inset space \thinspace{}
26324 \end_inset
26325
26326 g.
26327 \begin_inset space \space{}
26328 \end_inset
26329
26330
26331 \begin_inset Quotes eld
26332 \end_inset
26333
26334 figures
26335 \begin_inset Quotes erd
26336 \end_inset
26337
26338
26339 \family sans
26340 Capitalized
26341 \family default
26342  outputs the name capitalized, e.
26343 \begin_inset space \thinspace{}
26344 \end_inset
26345
26346 g.
26347 \begin_inset space \space{}
26348 \end_inset
26349
26350
26351 \begin_inset Quotes eld
26352 \end_inset
26353
26354 Figure
26355 \begin_inset Quotes erd
26356 \end_inset
26357
26358 .
26359  Both options can be combined to get e.
26360 \begin_inset space \thinspace{}
26361 \end_inset
26362
26363 g.
26364 \begin_inset space \space{}
26365 \end_inset
26366
26367
26368 \begin_inset Quotes eld
26369 \end_inset
26370
26371 Figures
26372 \begin_inset Quotes erd
26373 \end_inset
26374
26375 .
26376 \end_layout
26377
26378 \begin_layout Description
26379 Textual
26380 \begin_inset space ~
26381 \end_inset
26382
26383 reference: prints the caption of the reference: 
26384 \begin_inset CommandInset ref
26385 LatexCommand nameref
26386 reference "fig:Two-distorted-images"
26387
26388 \end_inset
26389
26390
26391 \end_layout
26392
26393 \begin_layout Description
26394 Label
26395 \begin_inset space ~
26396 \end_inset
26397
26398 only: prints only the \SpecialChar LaTeX
26399  label for the reference: 
26400 \begin_inset CommandInset ref
26401 LatexCommand labelonly
26402 reference "fig:Two-distorted-images"
26403 plural "false"
26404 caps "false"
26405 noprefix "false"
26406
26407 \end_inset
26408
26409
26410 \begin_inset Newline newline
26411 \end_inset
26412
26413 This allows to use the label for commands in \SpecialChar TeX
26414  code.
26415  With the option 
26416 \family sans
26417 No Prefix
26418 \family default
26419  one can omit the prefix of the label name: 
26420 \begin_inset CommandInset ref
26421 LatexCommand labelonly
26422 reference "fig:Two-distorted-images"
26423 plural "false"
26424 caps "false"
26425 noprefix "true"
26426
26427 \end_inset
26428
26429
26430 \end_layout
26431
26432 \begin_layout Standard
26433
26434 \family sans
26435 <page>
26436 \family default
26437  will not print the page number if the label is on the previous, the same,
26438  or the next page.
26439  You will e.
26440 \begin_inset space \thinspace{}
26441 \end_inset
26442
26443 g.
26444 \begin_inset space \space{}
26445 \end_inset
26446
26447 see the text 
26448 \begin_inset Quotes eld
26449 \end_inset
26450
26451
26452 \family sans
26453 on this page
26454 \family default
26455
26456 \begin_inset Quotes erd
26457 \end_inset
26458
26459  instead.
26460  The style 
26461 \family sans
26462 <reference> on page <page>
26463 \family default
26464  will not print anything about the page if the label is on the same page.
26465 \end_layout
26466
26467 \begin_layout Standard
26468 The number and current page of the part of the document referred to in the
26469  output is automatically calculated by \SpecialChar LaTeX
26470 .
26471  The varieties are adjusted in the field 
26472 \family sans
26473 Format
26474 \family default
26475  of the cross-reference window that appears when you click on the cross-referenc
26476 e box.
26477 \end_layout
26478
26479 \begin_layout Standard
26480 \begin_inset Note Greyedout
26481 status open
26482
26483 \begin_layout Plain Layout
26484
26485 \series bold
26486 Note:
26487 \series default
26488  It is recommended to use the \SpecialChar LaTeX
26489 -package 
26490 \series bold
26491 refstyle
26492 \series default
26493
26494 \begin_inset Index idx
26495 status collapsed
26496
26497 \begin_layout Plain Layout
26498 \SpecialChar LaTeX
26499 -packages ! refstyle
26500 \end_layout
26501
26502 \end_inset
26503
26504  because 
26505 \series bold
26506 prettyref
26507 \series default
26508
26509 \begin_inset Index idx
26510 status collapsed
26511
26512 \begin_layout Plain Layout
26513 \SpecialChar LaTeX
26514 -packages ! prettyref
26515 \end_layout
26516
26517 \end_inset
26518
26519  does not know all of \SpecialChar LyX
26520 's possible label shortcuts
26521 \begin_inset Foot
26522 status collapsed
26523
26524 \begin_layout Plain Layout
26525 \begin_inset Quotes eld
26526 \end_inset
26527
26528 fig:
26529 \begin_inset Quotes erd
26530 \end_inset
26531
26532  is for example \SpecialChar LyX
26533 's shortcut for labels in figure captions.
26534 \end_layout
26535
26536 \end_inset
26537
26538  and is not internationalized.
26539 \end_layout
26540
26541 \end_inset
26542
26543
26544 \end_layout
26545
26546 \begin_layout Subsection
26547 Automatic Reference Naming
26548 \begin_inset Index idx
26549 status collapsed
26550
26551 \begin_layout Plain Layout
26552 References ! Automatic Reference Naming
26553 \end_layout
26554
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \begin_layout Standard
26561 The \SpecialChar LaTeX
26562 -package 
26563 \series bold
26564 hyperref
26565 \series default
26566
26567 \begin_inset Index idx
26568 status collapsed
26569
26570 \begin_layout Plain Layout
26571 \SpecialChar LaTeX
26572 -packages ! hyperref
26573 \end_layout
26574
26575 \end_inset
26576
26577 , that is enabled in the 
26578 \family sans
26579 PDF Properties
26580 \family default
26581  of the 
26582 \family sans
26583 Document Settings
26584 \family default
26585  dialog, provides a very useful feature that cross-references automatically
26586  include the name of the referenced floats (or text parts like 
26587 \emph on
26588 section
26589 \emph default
26590 ).
26591  So you will save having to write e.
26592 \begin_inset space \thinspace{}
26593 \end_inset
26594
26595 g.
26596 \begin_inset space \space{}
26597 \end_inset
26598
26599 the name 
26600 \begin_inset Quotes eld
26601 \end_inset
26602
26603 Figure
26604 \begin_inset Quotes erd
26605 \end_inset
26606
26607  before every reference to a figure.
26608  To use this feature, enable 
26609 \series bold
26610 hyperref
26611 \series default
26612  and insert this line to the \SpecialChar LaTeX
26613  preamble:
26614 \end_layout
26615
26616 \begin_layout Standard
26617
26618 \series bold
26619
26620 \backslash
26621 AtBeginDocument{
26622 \backslash
26623 renewcommand{
26624 \backslash
26625 ref}[1]{
26626 \backslash
26627 mbox{
26628 \backslash
26629 autoref{#1}}}}
26630 \end_layout
26631
26632 \begin_layout Standard
26633 When you prefer other reference names than the default ones, for example
26634  you want instead of 
26635 \begin_inset Quotes eld
26636 \end_inset
26637
26638 section
26639 \begin_inset Quotes erd
26640 \end_inset
26641
26642  the name 
26643 \begin_inset Quotes eld
26644 \end_inset
26645
26646 sec.
26647 \begin_inset space \thinspace{}
26648 \end_inset
26649
26650
26651 \begin_inset Quotes eld
26652 \end_inset
26653
26654 , you can redefine the name by inserting this in the preamble:
26655 \end_layout
26656
26657 \begin_layout Standard
26658
26659 \series bold
26660
26661 \backslash
26662 addto
26663 \backslash
26664 extrasenglish{
26665 \backslash
26666 renewcommand{
26667 \backslash
26668 sectionautorefname}
26669 \begin_inset Newline newline
26670 \end_inset
26671
26672
26673 \begin_inset Phantom HPhantom
26674 status open
26675
26676 \begin_layout Plain Layout
26677
26678 \series bold
26679 \begin_inset space ~
26680 \end_inset
26681
26682
26683 \end_layout
26684
26685 \end_inset
26686
26687 {sec.
26688 \backslash
26689 negthinspace}}
26690 \end_layout
26691
26692 \begin_layout Standard
26693 When you are using another document language than English, replace
26694 \begin_inset Newline newline
26695 \end_inset
26696
26697
26698 \series bold
26699
26700 \backslash
26701 extrasenglish
26702 \series default
26703  by 
26704 \series bold
26705
26706 \backslash
26707 extras***
26708 \series default
26709 , where *** is the name of the language used.
26710 \end_layout
26711
26712 \begin_layout Standard
26713 To get automatic names, but not for certain reference types, for example
26714  not for equations, use this preamble code:
26715 \end_layout
26716
26717 \begin_layout Standard
26718
26719 \series bold
26720
26721 \backslash
26722 addto
26723 \backslash
26724 extrasenglish{
26725 \backslash
26726 renewcommand*{
26727 \backslash
26728 equationautorefname}[1]{}}
26729 \end_layout
26730
26731 \begin_layout Standard
26732 More about this topic can be found in 
26733 \series bold
26734 hyperref
26735 \series default
26736 's documentation 
26737 \begin_inset CommandInset citation
26738 LatexCommand cite
26739 key "hyperref"
26740 literal "true"
26741
26742 \end_inset
26743
26744 .
26745 \end_layout
26746
26747 \begin_layout Standard
26748 \begin_inset Note Greyedout
26749 status open
26750
26751 \begin_layout Plain Layout
26752
26753 \series bold
26754 Note:
26755 \series default
26756  Automatic reference naming cannot be used when you use cross-references
26757  in the 
26758 \family sans
26759 Formatted
26760 \begin_inset space ~
26761 \end_inset
26762
26763 reference
26764 \family default
26765  style, as described in section
26766 \begin_inset space ~
26767 \end_inset
26768
26769
26770 \begin_inset CommandInset ref
26771 LatexCommand ref
26772 reference "subsec:Cross-Reference-Formats"
26773
26774 \end_inset
26775
26776 .
26777 \end_layout
26778
26779 \end_inset
26780
26781
26782 \end_layout
26783
26784 \begin_layout Standard
26785 The 
26786 \emph on
26787 Math
26788 \emph default
26789  manual is an example where automatic reference naming is used.
26790 \end_layout
26791
26792 \begin_layout Subsection
26793 Reference Position
26794 \begin_inset CommandInset label
26795 LatexCommand label
26796 name "subsec:Reference-Position"
26797
26798 \end_inset
26799
26800
26801 \begin_inset Index idx
26802 status collapsed
26803
26804 \begin_layout Plain Layout
26805 References ! Reference Position
26806 \end_layout
26807
26808 \end_inset
26809
26810
26811 \end_layout
26812
26813 \begin_layout Standard
26814 If you use 
26815 \series bold
26816 hyperref
26817 \series default
26818
26819 \begin_inset Index idx
26820 status collapsed
26821
26822 \begin_layout Plain Layout
26823 \SpecialChar LaTeX
26824 -packages ! hyperref
26825 \end_layout
26826
26827 \end_inset
26828
26829  in the 
26830 \family sans
26831 PDF Properties
26832 \family default
26833  of the 
26834 \family sans
26835 Document Settings
26836 \family default
26837  dialog to link cross-references in the output, you will see that clicking
26838  on an image float reference jumps to the image label.
26839  The caption will be the first text part on the screen, so that you cannot
26840  see the image without scrolling.
26841  This is because the reference link anchor is placed at the position of
26842  the label.
26843  With the use of the package 
26844 \series bold
26845 hypcap
26846 \series default
26847
26848 \begin_inset Index idx
26849 status collapsed
26850
26851 \begin_layout Plain Layout
26852 \SpecialChar LaTeX
26853 -packages ! hypcap
26854 \end_layout
26855
26856 \end_inset
26857
26858 , which is part of the \SpecialChar LaTeX
26859 -package 
26860 \series bold
26861 oberdiek
26862 \series default
26863
26864 \begin_inset Index idx
26865 status collapsed
26866
26867 \begin_layout Plain Layout
26868 \SpecialChar LaTeX
26869 -packages ! oberdiek
26870 \end_layout
26871
26872 \end_inset
26873
26874 , the link anchor is placed at the beginning of a float.
26875  To use this feature for figure floats, load 
26876 \series bold
26877 hypcap
26878 \series default
26879  in the document preamble with the line
26880 \end_layout
26881
26882 \begin_layout Standard
26883
26884 \series bold
26885
26886 \backslash
26887 usepackage[figure]{hypcap}
26888 \end_layout
26889
26890 \begin_layout Standard
26891 You can also use 
26892 \series bold
26893 hypcap
26894 \series default
26895  for all float types but this is not recommended for stability reasons.
26896  For more information, have a look at 
26897 \series bold
26898 hypcap
26899 \series default
26900 's manual 
26901 \begin_inset CommandInset citation
26902 LatexCommand cite
26903 key "hypcap"
26904 literal "true"
26905
26906 \end_inset
26907
26908 .
26909 \end_layout
26910
26911 \begin_layout Standard
26912 \begin_inset Note Greyedout
26913 status open
26914
26915 \begin_layout Plain Layout
26916
26917 \series bold
26918 Note:
26919 \series default
26920  
26921 \series bold
26922 hypcap
26923 \series default
26924  has no effect on references to subfigures.
26925 \end_layout
26926
26927 \end_inset
26928
26929
26930 \end_layout
26931
26932 \begin_layout Section
26933 Float Placement
26934 \begin_inset CommandInset label
26935 LatexCommand label
26936 name "sec:Float-Placement"
26937
26938 \end_inset
26939
26940
26941 \begin_inset Index idx
26942 status collapsed
26943
26944 \begin_layout Plain Layout
26945 Floats ! Placement
26946 \end_layout
26947
26948 \end_inset
26949
26950
26951 \end_layout
26952
26953 \begin_layout Standard
26954 Right-clicking on a float-box and clicking on 
26955 \family sans
26956 Settings
26957 \family default
26958  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
26959  uses for
26960  positioning the float.
26961 \begin_inset Newline newline
26962 \end_inset
26963
26964 The option 
26965 \family sans
26966 Span
26967 \begin_inset space ~
26968 \end_inset
26969
26970 columns
26971 \family default
26972  is only useful for two-column documents: If you select it, the float will
26973  span both columns on the page instead of being confined to just one.
26974 \begin_inset Newline newline
26975 \end_inset
26976
26977 The option 
26978 \family sans
26979 Rotate
26980 \begin_inset space ~
26981 \end_inset
26982
26983 sideways
26984 \family default
26985  is used to rotate floats, see section 
26986 \begin_inset CommandInset ref
26987 LatexCommand ref
26988 reference "sec:Rotated-Floats"
26989
26990 \end_inset
26991
26992 .
26993 \end_layout
26994
26995 \begin_layout Standard
26996 You can use one or more of the following options in the float dialog to
26997  set the placement for a particular float when you uncheck the option 
26998 \family sans
26999 Use
27000 \begin_inset space ~
27001 \end_inset
27002
27003 default
27004 \begin_inset space ~
27005 \end_inset
27006
27007 placement
27008 \family default
27009 :
27010 \end_layout
27011
27012 \begin_layout Description
27013 Here
27014 \begin_inset space ~
27015 \end_inset
27016
27017 if
27018 \begin_inset space ~
27019 \end_inset
27020
27021 possible try to place the float on the position where it has been inserted
27022 \end_layout
27023
27024 \begin_layout Description
27025 Top
27026 \begin_inset space ~
27027 \end_inset
27028
27029 of
27030 \begin_inset space ~
27031 \end_inset
27032
27033 page try to place the float at the top of the current page
27034 \end_layout
27035
27036 \begin_layout Description
27037 Bottom
27038 \begin_inset space ~
27039 \end_inset
27040
27041 of
27042 \begin_inset space ~
27043 \end_inset
27044
27045 page try to place the float at the bottom of the current page
27046 \end_layout
27047
27048 \begin_layout Description
27049 Page
27050 \begin_inset space ~
27051 \end_inset
27052
27053 of
27054 \begin_inset space ~
27055 \end_inset
27056
27057 floats try to place the float on its own page
27058 \end_layout
27059
27060 \begin_layout Standard
27061 The order of the above option is 
27062 \emph on
27063 always
27064 \emph default
27065  used by \SpecialChar LaTeX
27066 .
27067  That means, if you use the default placement, \SpecialChar LaTeX
27068  will first try out 
27069 \family sans
27070 Here
27071 \begin_inset space ~
27072 \end_inset
27073
27074 if
27075 \begin_inset space ~
27076 \end_inset
27077
27078 possible
27079 \family default
27080 , then 
27081 \family sans
27082 Top
27083 \begin_inset space ~
27084 \end_inset
27085
27086 of
27087 \begin_inset space ~
27088 \end_inset
27089
27090 page
27091 \family default
27092 , and then the others.
27093  If you do not use the default, \SpecialChar LaTeX
27094  will try only the checked options but in
27095  the same order.
27096  If none of the 4
27097 \begin_inset space ~
27098 \end_inset
27099
27100 placements is possible the procedure is internally repeated trying to put
27101  the float on the following page.
27102 \end_layout
27103
27104 \begin_layout Standard
27105 By default, each option has its own rules:
27106 \end_layout
27107
27108 \begin_layout Labeling
27109 \labelwidthstring 00.00.0000
27110
27111 \family sans
27112 Top
27113 \begin_inset space ~
27114 \end_inset
27115
27116 of
27117 \begin_inset space ~
27118 \end_inset
27119
27120 page
27121 \family default
27122  only floats occupying less than 70
27123 \begin_inset space \thinspace{}
27124 \end_inset
27125
27126 % of the page can be placed at the top of a page (
27127 \series bold
27128
27129 \backslash
27130 topfraction
27131 \series default
27132 )
27133 \end_layout
27134
27135 \begin_layout Labeling
27136 \labelwidthstring 00.00.0000
27137
27138 \family sans
27139 Bottom
27140 \begin_inset space ~
27141 \end_inset
27142
27143 of
27144 \begin_inset space ~
27145 \end_inset
27146
27147 page
27148 \family default
27149 : only floats occupying less than 30
27150 \begin_inset space \thinspace{}
27151 \end_inset
27152
27153 % of the page can be placed at the bottom of a page.
27154  (
27155 \series bold
27156
27157 \backslash
27158 bottomfraction
27159 \series default
27160 )
27161 \end_layout
27162
27163 \begin_layout Labeling
27164 \labelwidthstring 00.00.0000
27165
27166 \family sans
27167 Page
27168 \begin_inset space ~
27169 \end_inset
27170
27171 of
27172 \begin_inset space ~
27173 \end_inset
27174
27175 floats
27176 \family default
27177 : only if more than 50
27178 \begin_inset space \thinspace{}
27179 \end_inset
27180
27181 % of the page is occupied by floats, several floats can be set together
27182  on a page.
27183  (
27184 \series bold
27185
27186 \backslash
27187 floatpagefraction
27188 \series default
27189 )
27190 \end_layout
27191
27192 \begin_layout Standard
27193 If you don't like these rules, you can ignore them by using the additional
27194  option 
27195 \family sans
27196 Ignore
27197 \begin_inset space ~
27198 \end_inset
27199
27200 \SpecialChar LaTeX
27201
27202 \begin_inset space ~
27203 \end_inset
27204
27205 rules
27206 \family default
27207 .
27208 \begin_inset Newline newline
27209 \end_inset
27210
27211 You can also redefine the rules with \SpecialChar LaTeX
27212 -commands that are given in parentheses
27213  after the rules description above.
27214  To increase for example the often too small default of the bottom-rule
27215  to 50
27216 \begin_inset space \thinspace{}
27217 \end_inset
27218
27219 % of the page, add this line to your document preamble:
27220 \end_layout
27221
27222 \begin_layout Standard
27223
27224 \series bold
27225
27226 \backslash
27227 renewcommand{
27228 \backslash
27229 bottomfraction}{0.5}
27230 \end_layout
27231
27232 \begin_layout Standard
27233 Sometimes you might need, under all circumstances, a float to be placed
27234  exactly at the position where it is inserted.
27235  For this case you can use the option 
27236 \family sans
27237 Here
27238 \begin_inset space ~
27239 \end_inset
27240
27241 definitely
27242 \family default
27243 .
27244  Use this option very rarely and only if the document is almost ready to
27245  be printed, because the float is then no longer able to 
27246 \begin_inset Quotes eld
27247 \end_inset
27248
27249 float
27250 \begin_inset Quotes erd
27251 \end_inset
27252
27253  when you change your document and this will often destroy the page layout.
27254 \end_layout
27255
27256 \begin_layout Standard
27257 There are no placement options for text wrap floats, because they are always
27258  surrounded by the text of a certain paragraph.
27259 \begin_inset VSpace bigskip
27260 \end_inset
27261
27262
27263 \end_layout
27264
27265 \begin_layout Standard
27266 Sometimes you have the problem that a float is placed at the top of a page
27267  while its corresponding section starts at the middle of the page, so that
27268  the reader could think the float is part of the previous section.
27269  To avoid this the \SpecialChar LaTeX
27270 -command 
27271 \series bold
27272
27273 \backslash
27274 suppressfloats
27275 \series default
27276  can be used.
27277  It suppresses a given float placement for the page where it is inserted
27278  and can therefore be used to avoid floats being set before a section starts.
27279  To get this, add these commands to your document preamble:
27280 \end_layout
27281
27282 \begin_layout Standard
27283
27284 \series bold
27285
27286 \backslash
27287 let
27288 \backslash
27289 mySection
27290 \backslash
27291 section
27292 \begin_inset Newline newline
27293 \end_inset
27294
27295
27296 \backslash
27297 renewcommand{
27298 \backslash
27299 section}{
27300 \backslash
27301 suppressfloats[t]
27302 \backslash
27303 mySection}
27304 \end_layout
27305
27306 \begin_layout Standard
27307 You can define the same for all section headings, like chapters and subsections.
27308  This definition is not recommended to be used for small text parts like
27309  subsubsections because \SpecialChar LaTeX
27310  may then have problems finding a suitable placement.
27311 \end_layout
27312
27313 \begin_layout Standard
27314 \begin_inset VSpace bigskip
27315 \end_inset
27316
27317 In some cases it is required to have all figures/tables at the end of the
27318  document.
27319  For this purpose the \SpecialChar LaTeX
27320 -package 
27321 \series bold
27322 endfloat
27323 \series default
27324
27325 \begin_inset Index idx
27326 status collapsed
27327
27328 \begin_layout Plain Layout
27329 \SpecialChar LaTeX
27330 -packages ! endfloat
27331 \end_layout
27332
27333 \end_inset
27334
27335  was developed.
27336  It puts all figure and table floats at the end of the document into their
27337  own sections.
27338  At the original float position a text hint like 
27339 \begin_inset Quotes eld
27340 \end_inset
27341
27342
27343 \family sans
27344 [Figure
27345 \begin_inset space ~
27346 \end_inset
27347
27348 3.2 about here.]
27349 \family default
27350
27351 \begin_inset Quotes erd
27352 \end_inset
27353
27354  is inserted.
27355  The endfloat-package is loaded in the preamble with the line
27356 \end_layout
27357
27358 \begin_layout Standard
27359
27360 \series bold
27361
27362 \backslash
27363 usepackage[options]{endfloat}
27364 \end_layout
27365
27366 \begin_layout Standard
27367 There are various package options to format the created figure/table sections.
27368  For more information we refer you to the 
27369 \series bold
27370 endfloat
27371 \series default
27372  documentation 
27373 \begin_inset CommandInset citation
27374 LatexCommand cite
27375 key "endfloat"
27376 literal "true"
27377
27378 \end_inset
27379
27380 .
27381 \begin_inset Newline newline
27382 \end_inset
27383
27384
27385 \begin_inset Note Greyedout
27386 status open
27387
27388 \begin_layout Plain Layout
27389
27390 \series bold
27391 Note: endfloat
27392 \series default
27393  doesn't provide an automatic translation for the text hint, you have to
27394  do this manually, see section
27395 \begin_inset space ~
27396 \end_inset
27397
27398 4 in 
27399 \begin_inset CommandInset citation
27400 LatexCommand cite
27401 key "endfloat"
27402 literal "true"
27403
27404 \end_inset
27405
27406 .
27407 \end_layout
27408
27409 \end_inset
27410
27411
27412 \begin_inset Newline newline
27413 \end_inset
27414
27415
27416 \begin_inset Note Greyedout
27417 status open
27418
27419 \begin_layout Plain Layout
27420
27421 \series bold
27422 Note:
27423 \series default
27424  There is currently a bug in 
27425 \series bold
27426 endfloat
27427 \series default
27428  when the caption contains a German 
27429 \begin_inset Quotes eld
27430 \end_inset
27431
27432 ß
27433 \begin_inset Quotes erd
27434 \end_inset
27435
27436 .
27437  Use in this case the command 
27438 \begin_inset Quotes eld
27439 \end_inset
27440
27441
27442 \series bold
27443
27444 \backslash
27445 ss
27446 \series default
27447
27448 \begin_inset Quotes erd
27449 \end_inset
27450
27451  in \SpecialChar TeX
27452  Code instead of 
27453 \begin_inset Quotes eld
27454 \end_inset
27455
27456 ß
27457 \begin_inset Quotes erd
27458 \end_inset
27459
27460 .
27461 \end_layout
27462
27463 \end_inset
27464
27465
27466 \end_layout
27467
27468 \begin_layout Standard
27469 \begin_inset VSpace bigskip
27470 \end_inset
27471
27472 For more details about float placements, have a look at \SpecialChar LaTeX
27473  books, 
27474 \begin_inset CommandInset citation
27475 LatexCommand cite
27476 key "latexcompanion,latexguide,latexbook"
27477 literal "true"
27478
27479 \end_inset
27480
27481 .
27482 \end_layout
27483
27484 \begin_layout Section
27485 Rotated Floats
27486 \begin_inset CommandInset label
27487 LatexCommand label
27488 name "sec:Rotated-Floats"
27489
27490 \end_inset
27491
27492
27493 \begin_inset Index idx
27494 status collapsed
27495
27496 \begin_layout Plain Layout
27497 Floats ! Rotating
27498 \end_layout
27499
27500 \end_inset
27501
27502
27503 \end_layout
27504
27505 \begin_layout Standard
27506 Especially for wide tables you might have floats rotated.
27507  To rotate a whole float including the caption, right-click on the float-box
27508  and use the option 
27509 \family sans
27510 Rotate
27511 \begin_inset space ~
27512 \end_inset
27513
27514 sideways
27515 \family default
27516 .
27517 \end_layout
27518
27519 \begin_layout Standard
27520 Rotated floats are always placed on a page of their own (or column of their
27521  own; in case you have a multi-column document).
27522  You can let them span several columns using the float settings option 
27523 \family sans
27524 Span
27525 \begin_inset space ~
27526 \end_inset
27527
27528 columns
27529 \family default
27530 .
27531  Floats are rotated so that you can read them from the outside margin.
27532  To force a certain rotation direction for all pages, you can add either
27533  the option 
27534 \series bold
27535 figuresleft
27536 \series default
27537  or 
27538 \series bold
27539 figuresright
27540 \series default
27541  to the document class options.
27542 \end_layout
27543
27544 \begin_layout Standard
27545 Referencing rotated floats is the same as for normal floats, the caption
27546  format is also the same: Table
27547 \begin_inset space ~
27548 \end_inset
27549
27550
27551 \begin_inset CommandInset ref
27552 LatexCommand ref
27553 reference "tab:Rotated-table"
27554
27555 \end_inset
27556
27557  is an example of a rotated table float.
27558 \end_layout
27559
27560 \begin_layout Standard
27561 \begin_inset Note Greyedout
27562 status open
27563
27564 \begin_layout Plain Layout
27565
27566 \series bold
27567 Note:
27568 \series default
27569  Not all DVI-viewers are able to display rotated floats.
27570 \end_layout
27571
27572 \end_inset
27573
27574
27575 \end_layout
27576
27577 \begin_layout Standard
27578 \begin_inset Float table
27579 wide false
27580 sideways true
27581 status open
27582
27583 \begin_layout Plain Layout
27584 \begin_inset Caption Standard
27585
27586 \begin_layout Plain Layout
27587 \begin_inset CommandInset label
27588 LatexCommand label
27589 name "tab:Rotated-table"
27590
27591 \end_inset
27592
27593  Rotated table
27594 \end_layout
27595
27596 \end_inset
27597
27598
27599 \end_layout
27600
27601 \begin_layout Plain Layout
27602 \align center
27603 \begin_inset Tabular
27604 <lyxtabular version="3" rows="1" columns="5">
27605 <features tabularvalignment="middle">
27606 <column alignment="center" valignment="top">
27607 <column alignment="center" valignment="top">
27608 <column alignment="center" valignment="top">
27609 <column alignment="center" valignment="top">
27610 <column alignment="center" valignment="top">
27611 <row>
27612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27613 \begin_inset Text
27614
27615 \begin_layout Plain Layout
27616 test
27617 \end_layout
27618
27619 \end_inset
27620 </cell>
27621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27622 \begin_inset Text
27623
27624 \begin_layout Plain Layout
27625 b
27626 \end_layout
27627
27628 \end_inset
27629 </cell>
27630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27631 \begin_inset Text
27632
27633 \begin_layout Plain Layout
27634 c
27635 \end_layout
27636
27637 \end_inset
27638 </cell>
27639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27640 \begin_inset Text
27641
27642 \begin_layout Plain Layout
27643 d
27644 \end_layout
27645
27646 \end_inset
27647 </cell>
27648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27649 \begin_inset Text
27650
27651 \begin_layout Plain Layout
27652 e
27653 \end_layout
27654
27655 \end_inset
27656 </cell>
27657 </row>
27658 </lyxtabular>
27659
27660 \end_inset
27661
27662
27663 \end_layout
27664
27665 \end_inset
27666
27667
27668 \end_layout
27669
27670 \begin_layout Section
27671 Subfloats
27672 \begin_inset Index idx
27673 status collapsed
27674
27675 \begin_layout Plain Layout
27676 Floats ! Subfloats
27677 \end_layout
27678
27679 \end_inset
27680
27681
27682 \end_layout
27683
27684 \begin_layout Standard
27685 Subfloats are for example used when a figure consists of several images.
27686  They are created by inserting a float into an existing float.
27687  The placement of the subfloats can be controlled in the same way as for
27688  paragraphs as shown in table
27689 \begin_inset space ~
27690 \end_inset
27691
27692
27693 \begin_inset CommandInset ref
27694 LatexCommand ref
27695 reference "tab:Two-subtables-side"
27696
27697 \end_inset
27698
27699  and 
27700 \begin_inset CommandInset ref
27701 LatexCommand ref
27702 reference "tab:Two-subtables-upon"
27703
27704 \end_inset
27705
27706 .
27707 \end_layout
27708
27709 \begin_layout Standard
27710 Referencing subfloats works as for normal floats: Table
27711 \begin_inset space ~
27712 \end_inset
27713
27714
27715 \begin_inset CommandInset ref
27716 LatexCommand ref
27717 reference "tab:This-is-subtable-a"
27718
27719 \end_inset
27720
27721  and 
27722 \begin_inset CommandInset ref
27723 LatexCommand ref
27724 reference "tab:This-is-subtable-b"
27725
27726 \end_inset
27727
27728  are subtables of table
27729 \begin_inset space ~
27730 \end_inset
27731
27732
27733 \begin_inset CommandInset ref
27734 LatexCommand ref
27735 reference "tab:Two-subtables-side"
27736
27737 \end_inset
27738
27739 .
27740 \end_layout
27741
27742 \begin_layout Standard
27743 \begin_inset Float table
27744 wide false
27745 sideways false
27746 status open
27747
27748 \begin_layout Plain Layout
27749 \begin_inset Caption Standard
27750
27751 \begin_layout Plain Layout
27752 \begin_inset CommandInset label
27753 LatexCommand label
27754 name "tab:Two-subtables-side"
27755
27756 \end_inset
27757
27758 Two subtables placed side by side.
27759 \end_layout
27760
27761 \end_inset
27762
27763
27764 \end_layout
27765
27766 \begin_layout Plain Layout
27767 \align center
27768 \begin_inset space \hfill{}
27769 \end_inset
27770
27771
27772 \begin_inset Float table
27773 wide false
27774 sideways false
27775 status collapsed
27776
27777 \begin_layout Plain Layout
27778 \begin_inset Caption Standard
27779
27780 \begin_layout Plain Layout
27781 \begin_inset CommandInset label
27782 LatexCommand label
27783 name "tab:This-is-subtable-a"
27784
27785 \end_inset
27786
27787 This is subtable a.
27788 \end_layout
27789
27790 \end_inset
27791
27792
27793 \end_layout
27794
27795 \begin_layout Plain Layout
27796 \align center
27797 \begin_inset Tabular
27798 <lyxtabular version="3" rows="1" columns="5">
27799 <features tabularvalignment="middle">
27800 <column alignment="center" valignment="top">
27801 <column alignment="center" valignment="top">
27802 <column alignment="center" valignment="top">
27803 <column alignment="center" valignment="top">
27804 <column alignment="center" valignment="top">
27805 <row>
27806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27807 \begin_inset Text
27808
27809 \begin_layout Plain Layout
27810 test
27811 \end_layout
27812
27813 \end_inset
27814 </cell>
27815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27816 \begin_inset Text
27817
27818 \begin_layout Plain Layout
27819 b
27820 \end_layout
27821
27822 \end_inset
27823 </cell>
27824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27825 \begin_inset Text
27826
27827 \begin_layout Plain Layout
27828 c
27829 \end_layout
27830
27831 \end_inset
27832 </cell>
27833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27834 \begin_inset Text
27835
27836 \begin_layout Plain Layout
27837 d
27838 \end_layout
27839
27840 \end_inset
27841 </cell>
27842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27843 \begin_inset Text
27844
27845 \begin_layout Plain Layout
27846 e
27847 \end_layout
27848
27849 \end_inset
27850 </cell>
27851 </row>
27852 </lyxtabular>
27853
27854 \end_inset
27855
27856
27857 \end_layout
27858
27859 \end_inset
27860
27861
27862 \begin_inset space \hfill{}
27863 \end_inset
27864
27865
27866 \begin_inset Float table
27867 wide false
27868 sideways false
27869 status collapsed
27870
27871 \begin_layout Plain Layout
27872 \begin_inset Caption Standard
27873
27874 \begin_layout Plain Layout
27875 \begin_inset CommandInset label
27876 LatexCommand label
27877 name "tab:This-is-subtable-b"
27878
27879 \end_inset
27880
27881 This is subtable b.
27882 \end_layout
27883
27884 \end_inset
27885
27886
27887 \end_layout
27888
27889 \begin_layout Plain Layout
27890 \align center
27891 \begin_inset Tabular
27892 <lyxtabular version="3" rows="1" columns="5">
27893 <features tabularvalignment="middle">
27894 <column alignment="center" valignment="top">
27895 <column alignment="center" valignment="top">
27896 <column alignment="center" valignment="top">
27897 <column alignment="center" valignment="top">
27898 <column alignment="center" valignment="top">
27899 <row>
27900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27901 \begin_inset Text
27902
27903 \begin_layout Plain Layout
27904 e
27905 \end_layout
27906
27907 \end_inset
27908 </cell>
27909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27910 \begin_inset Text
27911
27912 \begin_layout Plain Layout
27913 d
27914 \end_layout
27915
27916 \end_inset
27917 </cell>
27918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27919 \begin_inset Text
27920
27921 \begin_layout Plain Layout
27922 c
27923 \end_layout
27924
27925 \end_inset
27926 </cell>
27927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27928 \begin_inset Text
27929
27930 \begin_layout Plain Layout
27931 b
27932 \end_layout
27933
27934 \end_inset
27935 </cell>
27936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27937 \begin_inset Text
27938
27939 \begin_layout Plain Layout
27940 test
27941 \end_layout
27942
27943 \end_inset
27944 </cell>
27945 </row>
27946 </lyxtabular>
27947
27948 \end_inset
27949
27950
27951 \end_layout
27952
27953 \end_inset
27954
27955
27956 \begin_inset space \hfill{}
27957 \end_inset
27958
27959
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \end_layout
27966
27967 \begin_layout Standard
27968 \begin_inset Float table
27969 wide false
27970 sideways false
27971 status open
27972
27973 \begin_layout Plain Layout
27974 \begin_inset Caption Standard
27975
27976 \begin_layout Plain Layout
27977 \begin_inset CommandInset label
27978 LatexCommand label
27979 name "tab:Two-subtables-upon"
27980
27981 \end_inset
27982
27983 Two subtables placed one above the other.
27984  (a) table with 4 cells, (b) table with 5 cells.
27985 \end_layout
27986
27987 \end_inset
27988
27989
27990 \end_layout
27991
27992 \begin_layout Plain Layout
27993 \align center
27994 \begin_inset Float table
27995 wide false
27996 sideways false
27997 status collapsed
27998
27999 \begin_layout Plain Layout
28000 \begin_inset Caption Standard
28001
28002 \begin_layout Plain Layout
28003
28004 \end_layout
28005
28006 \end_inset
28007
28008
28009 \end_layout
28010
28011 \begin_layout Plain Layout
28012 \align center
28013 \begin_inset Tabular
28014 <lyxtabular version="3" rows="1" columns="4">
28015 <features tabularvalignment="middle">
28016 <column alignment="center" valignment="top">
28017 <column alignment="center" valignment="top">
28018 <column alignment="center" valignment="top">
28019 <column alignment="center" valignment="top">
28020 <row>
28021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28022 \begin_inset Text
28023
28024 \begin_layout Plain Layout
28025 test
28026 \end_layout
28027
28028 \end_inset
28029 </cell>
28030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28031 \begin_inset Text
28032
28033 \begin_layout Plain Layout
28034 test
28035 \end_layout
28036
28037 \end_inset
28038 </cell>
28039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28040 \begin_inset Text
28041
28042 \begin_layout Plain Layout
28043 test
28044 \end_layout
28045
28046 \end_inset
28047 </cell>
28048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28049 \begin_inset Text
28050
28051 \begin_layout Plain Layout
28052 test
28053 \end_layout
28054
28055 \end_inset
28056 </cell>
28057 </row>
28058 </lyxtabular>
28059
28060 \end_inset
28061
28062
28063 \end_layout
28064
28065 \end_inset
28066
28067
28068 \end_layout
28069
28070 \begin_layout Plain Layout
28071 \align center
28072 \begin_inset Float table
28073 wide false
28074 sideways false
28075 status collapsed
28076
28077 \begin_layout Plain Layout
28078 \begin_inset Caption Standard
28079
28080 \begin_layout Plain Layout
28081
28082 \end_layout
28083
28084 \end_inset
28085
28086
28087 \end_layout
28088
28089 \begin_layout Plain Layout
28090 \align center
28091 \begin_inset Tabular
28092 <lyxtabular version="3" rows="1" columns="5">
28093 <features tabularvalignment="middle">
28094 <column alignment="center" valignment="top">
28095 <column alignment="center" valignment="top">
28096 <column alignment="center" valignment="top">
28097 <column alignment="center" valignment="top">
28098 <column alignment="center" valignment="top">
28099 <row>
28100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28101 \begin_inset Text
28102
28103 \begin_layout Plain Layout
28104 a
28105 \end_layout
28106
28107 \end_inset
28108 </cell>
28109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28110 \begin_inset Text
28111
28112 \begin_layout Plain Layout
28113 b
28114 \end_layout
28115
28116 \end_inset
28117 </cell>
28118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28119 \begin_inset Text
28120
28121 \begin_layout Plain Layout
28122 c
28123 \end_layout
28124
28125 \end_inset
28126 </cell>
28127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28128 \begin_inset Text
28129
28130 \begin_layout Plain Layout
28131 d
28132 \end_layout
28133
28134 \end_inset
28135 </cell>
28136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28137 \begin_inset Text
28138
28139 \begin_layout Plain Layout
28140 e
28141 \end_layout
28142
28143 \end_inset
28144 </cell>
28145 </row>
28146 </lyxtabular>
28147
28148 \end_inset
28149
28150
28151 \end_layout
28152
28153 \end_inset
28154
28155
28156 \end_layout
28157
28158 \end_inset
28159
28160
28161 \end_layout
28162
28163 \begin_layout Section
28164 Floats Side by Side
28165 \begin_inset Index idx
28166 status collapsed
28167
28168 \begin_layout Plain Layout
28169 Floats ! Side by side
28170 \end_layout
28171
28172 \end_inset
28173
28174
28175 \end_layout
28176
28177 \begin_layout Standard
28178 To place floats side by side, as in Figures
28179 \begin_inset space ~
28180 \end_inset
28181
28182
28183 \begin_inset CommandInset ref
28184 LatexCommand ref
28185 reference "fig:Float-left"
28186
28187 \end_inset
28188
28189  and 
28190 \begin_inset CommandInset ref
28191 LatexCommand ref
28192 reference "fig:Float-right"
28193
28194 \end_inset
28195
28196 , only 
28197 \emph on
28198 one
28199 \emph default
28200  float is used.
28201  In it two minipage boxes are inserted.
28202 \begin_inset Foot
28203 status collapsed
28204
28205 \begin_layout Plain Layout
28206 Minipages are explained in section
28207 \begin_inset space ~
28208 \end_inset
28209
28210
28211 \begin_inset CommandInset ref
28212 LatexCommand ref
28213 reference "sec:Minipages"
28214
28215 \end_inset
28216
28217 .
28218 \end_layout
28219
28220 \end_inset
28221
28222  The width is set to 45
28223 \begin_inset space \thinspace{}
28224 \end_inset
28225
28226 -50
28227 \begin_inset space \thinspace{}
28228 \end_inset
28229
28230 column% and the box alignment to 
28231 \family sans
28232 Bottom
28233 \family default
28234  for each minipage.
28235  The minipage boxes contain the image and the caption in the same way as
28236  they are in a float.
28237  The only difference is that the image unit 
28238 \family sans
28239 Column
28240 \begin_inset space ~
28241 \end_inset
28242
28243 Width
28244 \begin_inset space ~
28245 \end_inset
28246
28247 %
28248 \family default
28249  is now calculated according to the width of the minipage boxes.
28250 \end_layout
28251
28252 \begin_layout Standard
28253 \begin_inset Float figure
28254 wide false
28255 sideways false
28256 status open
28257
28258 \begin_layout Plain Layout
28259 \begin_inset Box Frameless
28260 position "b"
28261 hor_pos "c"
28262 has_inner_box 1
28263 inner_pos "t"
28264 use_parbox 0
28265 use_makebox 0
28266 width "45col%"
28267 special "none"
28268 height "1in"
28269 height_special "totalheight"
28270 thickness "0.4pt"
28271 separation "3pt"
28272 shadowsize "4pt"
28273 framecolor "black"
28274 backgroundcolor "none"
28275 status open
28276
28277 \begin_layout Plain Layout
28278 \align center
28279 \begin_inset Graphics
28280         filename clipart/2D-intensity-plot.pdf
28281         width 100col%
28282         scaleBeforeRotation
28283
28284 \end_inset
28285
28286
28287 \end_layout
28288
28289 \begin_layout Plain Layout
28290 \begin_inset Caption Standard
28291
28292 \begin_layout Plain Layout
28293 \begin_inset CommandInset label
28294 LatexCommand label
28295 name "fig:Float-left"
28296
28297 \end_inset
28298
28299 Float on the left side.
28300 \end_layout
28301
28302 \end_inset
28303
28304
28305 \end_layout
28306
28307 \end_inset
28308
28309
28310 \begin_inset space \hfill{}
28311 \end_inset
28312
28313
28314 \begin_inset Box Frameless
28315 position "b"
28316 hor_pos "c"
28317 has_inner_box 1
28318 inner_pos "t"
28319 use_parbox 0
28320 use_makebox 0
28321 width "45col%"
28322 special "none"
28323 height "1in"
28324 height_special "totalheight"
28325 thickness "0.4pt"
28326 separation "3pt"
28327 shadowsize "4pt"
28328 framecolor "black"
28329 backgroundcolor "none"
28330 status open
28331
28332 \begin_layout Plain Layout
28333 \align center
28334 \begin_inset Graphics
28335         filename clipart/Star-structure.pdf
28336         width 100col%
28337         scaleBeforeRotation
28338
28339 \end_inset
28340
28341
28342 \end_layout
28343
28344 \begin_layout Plain Layout
28345 \begin_inset Caption Standard
28346
28347 \begin_layout Plain Layout
28348 \begin_inset CommandInset label
28349 LatexCommand label
28350 name "fig:Float-right"
28351
28352 \end_inset
28353
28354 Float on the right side.
28355 \end_layout
28356
28357 \end_inset
28358
28359
28360 \end_layout
28361
28362 \end_inset
28363
28364
28365 \end_layout
28366
28367 \end_inset
28368
28369
28370 \end_layout
28371
28372 \begin_layout Standard
28373 An alternative and simpler solution is to use the module 
28374 \family sans
28375 Variable-width Minipages
28376 \family default
28377 , see sec.
28378 \begin_inset space \thinspace{}
28379 \end_inset
28380
28381
28382 \begin_inset CommandInset ref
28383 LatexCommand ref
28384 reference "sec:Minipages"
28385
28386 \end_inset
28387
28388 .
28389  Variable-width minipages adapt automatically to the width of the figures
28390  and tables.
28391  They do not require an explicit width to be given, and they improve the
28392  horizontal alignment of the figures.
28393  The LyX example file 
28394 \emph on
28395 varwidth-floats-side-by-side
28396 \emph default
28397  gives examples of how to do this.
28398 \end_layout
28399
28400 \begin_layout Section
28401 Caption Formatting
28402 \begin_inset Index idx
28403 status collapsed
28404
28405 \begin_layout Plain Layout
28406 Caption ! Formatting
28407 \end_layout
28408
28409 \end_inset
28410
28411
28412 \begin_inset Index idx
28413 status collapsed
28414
28415 \begin_layout Plain Layout
28416 Floats ! Caption Formatting
28417 \end_layout
28418
28419 \end_inset
28420
28421
28422 \begin_inset CommandInset label
28423 LatexCommand label
28424 name "sec:Caption-Formatting"
28425
28426 \end_inset
28427
28428
28429 \end_layout
28430
28431 \begin_layout Standard
28432 The 
28433 \family sans
28434 Caption
28435 \family default
28436  environment is the default paragraph environment for 
28437 \family sans
28438 Floats
28439 \family default
28440 .
28441  On the \SpecialChar LyX
28442  screen captions appear as a label, e.
28443 \begin_inset space \thinspace{}
28444 \end_inset
28445
28446 g.
28447 \begin_inset space \space{}
28448 \end_inset
28449
28450
28451 \begin_inset Quotes eld
28452 \end_inset
28453
28454
28455 \family sans
28456 Figure #:
28457 \family default
28458
28459 \begin_inset Quotes erd
28460 \end_inset
28461
28462  followed by the caption text.
28463  
28464 \begin_inset Quotes eld
28465 \end_inset
28466
28467 #
28468 \begin_inset Quotes erd
28469 \end_inset
28470
28471  is the actual reference number.
28472  By default the label and the number are in the same font as the caption
28473  text and a colon follows the number to divide the label from the text.
28474  This caption format is suitable for many but not all documents.
28475  
28476 \end_layout
28477
28478 \begin_layout Standard
28479 To change the default caption format, load the \SpecialChar LaTeX
28480 -package 
28481 \series bold
28482 caption
28483 \series default
28484
28485 \begin_inset Index idx
28486 status collapsed
28487
28488 \begin_layout Plain Layout
28489 \SpecialChar LaTeX
28490 -packages ! caption
28491 \end_layout
28492
28493 \end_inset
28494
28495  in the document preamble with this line:
28496 \end_layout
28497
28498 \begin_layout Standard
28499
28500 \series bold
28501
28502 \backslash
28503 usepackage[format definition]{caption}
28504 \end_layout
28505
28506 \begin_layout Standard
28507 To have for example the label and the number in sans-serif, bold font and
28508  the table captions always above the table as in this document, use the
28509  following command:
28510 \end_layout
28511
28512 \begin_layout Standard
28513
28514 \series bold
28515
28516 \backslash
28517 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28518 \end_layout
28519
28520 \begin_layout Standard
28521 You can also define different caption formats for the different float types.
28522  In this case load the 
28523 \series bold
28524 caption
28525 \series default
28526  package without format specific options and define the different formats
28527  with the help of the command
28528 \end_layout
28529
28530 \begin_layout Standard
28531
28532 \series bold
28533
28534 \backslash
28535 captionsetup[float type]{format definition}
28536 \end_layout
28537
28538 \begin_layout Standard
28539 in the document preamble.
28540  For example the caption formats of Figure
28541 \begin_inset space ~
28542 \end_inset
28543
28544
28545 \begin_inset CommandInset ref
28546 LatexCommand ref
28547 reference "fig:This-is-an-fig"
28548
28549 \end_inset
28550
28551  and Table
28552 \begin_inset space ~
28553 \end_inset
28554
28555
28556 \begin_inset CommandInset ref
28557 LatexCommand ref
28558 reference "tab:This-is-an-tab"
28559
28560 \end_inset
28561
28562  can be created using these commands in the document preamble:
28563 \end_layout
28564
28565 \begin_layout Standard
28566
28567 \series bold
28568
28569 \backslash
28570 usepackage[tableposition=top]{caption}
28571 \series default
28572
28573 \begin_inset Newline newline
28574 \end_inset
28575
28576
28577 \series bold
28578
28579 \backslash
28580 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28581 \begin_inset Newline newline
28582 \end_inset
28583
28584
28585 \begin_inset Phantom HPhantom
28586 status open
28587
28588 \begin_layout Plain Layout
28589
28590 \series bold
28591
28592 \backslash
28593 captionsetup[figure]{
28594 \end_layout
28595
28596 \end_inset
28597
28598 labelsep=period}
28599 \begin_inset Newline newline
28600 \end_inset
28601
28602
28603 \backslash
28604 captionsetup[table]{labelfont={bf,sf}}
28605 \end_layout
28606
28607 \begin_layout Standard
28608 \begin_inset Note Greyedout
28609 status open
28610
28611 \begin_layout Plain Layout
28612
28613 \series bold
28614 Note:
28615 \series default
28616  The option 
28617 \series bold
28618 tableposition=top
28619 \series default
28620  has no effect when a 
28621 \series bold
28622 KOMA-Script
28623 \series default
28624
28625 \begin_inset Index idx
28626 status collapsed
28627
28628 \begin_layout Plain Layout
28629 \SpecialChar LaTeX
28630 -packages ! KOMA-Script
28631 \end_layout
28632
28633 \end_inset
28634
28635  document class is used.
28636  In this case the document class option 
28637 \series bold
28638 captions=tableheading
28639 \series default
28640  must be used.
28641 \end_layout
28642
28643 \end_inset
28644
28645
28646 \end_layout
28647
28648 \begin_layout Standard
28649 For more information about the package 
28650 \series bold
28651 caption
28652 \series default
28653  we refer to its documentation 
28654 \begin_inset CommandInset citation
28655 LatexCommand cite
28656 key "caption"
28657 literal "true"
28658
28659 \end_inset
28660
28661 .
28662 \end_layout
28663
28664 \begin_layout Standard
28665 To change the label name from e.
28666 \begin_inset space \thinspace{}
28667 \end_inset
28668
28669 g.
28670 \begin_inset space \space{}
28671 \end_inset
28672
28673
28674 \begin_inset Quotes eld
28675 \end_inset
28676
28677 Figure
28678 \begin_inset Quotes erd
28679 \end_inset
28680
28681  to 
28682 \begin_inset Quotes eld
28683 \end_inset
28684
28685 Image
28686 \begin_inset Quotes erd
28687 \end_inset
28688
28689  use this preamble command:
28690 \end_layout
28691
28692 \begin_layout Standard
28693
28694 \series bold
28695
28696 \backslash
28697 renewcommand{
28698 \backslash
28699 fnum@figure}{Image~
28700 \backslash
28701 thefigure}
28702 \end_layout
28703
28704 \begin_layout Standard
28705 where 
28706 \series bold
28707
28708 \backslash
28709 thefigure
28710 \series default
28711  inserts the figure number and
28712 \series bold
28713  
28714 \begin_inset Quotes eld
28715 \end_inset
28716
28717 ~
28718 \series default
28719
28720 \begin_inset Quotes erd
28721 \end_inset
28722
28723  creates a protected space.
28724 \end_layout
28725
28726 \begin_layout Standard
28727 \begin_inset VSpace bigskip
28728 \end_inset
28729
28730 If you are using a 
28731 \series bold
28732 KOMA-Script
28733 \series default
28734
28735 \begin_inset Index idx
28736 status collapsed
28737
28738 \begin_layout Plain Layout
28739 \SpecialChar LaTeX
28740 -packages ! KOMA-Script
28741 \end_layout
28742
28743 \end_inset
28744
28745  document class (
28746 \family sans
28747 article (KOMA-Script)
28748 \family default
28749
28750 \family sans
28751 book (KOMA-Script)
28752 \family default
28753
28754 \family sans
28755 letter (KOMA-Script)
28756 \family default
28757 , or 
28758 \family sans
28759 report (KOMA-Script)
28760 \family default
28761
28762 \begin_inset space \thinspace{}
28763 \end_inset
28764
28765 ), you can alternatively to the 
28766 \series bold
28767 caption
28768 \series default
28769  package use 
28770 \series bold
28771 KOMA-Script
28772 \series default
28773 's built-in command 
28774 \series bold
28775
28776 \backslash
28777 setkomafont
28778 \series default
28779 .
28780  For example, to have the caption label in bold, add this command to your
28781  document preamble:
28782 \end_layout
28783
28784 \begin_layout Standard
28785
28786 \series bold
28787
28788 \backslash
28789 setkomafont{captionlabel}{
28790 \backslash
28791 bfseries}
28792 \end_layout
28793
28794 \begin_layout Standard
28795 For more information about 
28796 \series bold
28797
28798 \backslash
28799 setkomafont
28800 \series default
28801  we refer to the 
28802 \series bold
28803 KOMA-Script
28804 \series default
28805  documentation 
28806 \begin_inset CommandInset citation
28807 LatexCommand cite
28808 key "KOMA-Script"
28809 literal "true"
28810
28811 \end_inset
28812
28813 .
28814 \end_layout
28815
28816 \begin_layout Standard
28817 \begin_inset ERT
28818 status collapsed
28819
28820 \begin_layout Plain Layout
28821
28822
28823 \backslash
28824 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28825 }
28826 \end_layout
28827
28828 \end_inset
28829
28830
28831 \begin_inset Note Note
28832 status open
28833
28834 \begin_layout Plain Layout
28835 The caption format is changed only for this example.
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \end_layout
28842
28843 \begin_layout Standard
28844 \begin_inset Float figure
28845 placement !p
28846 wide false
28847 sideways false
28848 status open
28849
28850 \begin_layout Plain Layout
28851 \align center
28852 \begin_inset Graphics
28853         filename clipart/2D-intensity-plot.pdf
28854         scaleBeforeRotation
28855
28856 \end_inset
28857
28858
28859 \end_layout
28860
28861 \begin_layout Plain Layout
28862 \begin_inset Caption Standard
28863
28864 \begin_layout Plain Layout
28865 \begin_inset CommandInset label
28866 LatexCommand label
28867 name "fig:This-is-an-fig"
28868
28869 \end_inset
28870
28871 This is an example figure caption that is longer than one line to show the
28872  different caption format.
28873  Here a self-defined caption format is used.
28874 \end_layout
28875
28876 \end_inset
28877
28878
28879 \end_layout
28880
28881 \end_inset
28882
28883
28884 \end_layout
28885
28886 \begin_layout Standard
28887 \begin_inset ERT
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891
28892
28893 \backslash
28894 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28895 on}
28896 \end_layout
28897
28898 \end_inset
28899
28900
28901 \end_layout
28902
28903 \begin_layout Standard
28904 \begin_inset Float table
28905 placement !p
28906 wide false
28907 sideways false
28908 status open
28909
28910 \begin_layout Plain Layout
28911 \begin_inset Caption Standard
28912
28913 \begin_layout Plain Layout
28914 \begin_inset CommandInset label
28915 LatexCommand label
28916 name "tab:This-is-an-tab"
28917
28918 \end_inset
28919
28920 This is an example table caption that is longer than one line to show the
28921  different caption format.
28922  Here the standard caption format for tables in this document is used.
28923 \end_layout
28924
28925 \end_inset
28926
28927
28928 \end_layout
28929
28930 \begin_layout Plain Layout
28931 \align center
28932 \begin_inset Tabular
28933 <lyxtabular version="3" rows="1" columns="5">
28934 <features tabularvalignment="middle">
28935 <column alignment="center" valignment="top">
28936 <column alignment="center" valignment="top">
28937 <column alignment="center" valignment="top">
28938 <column alignment="center" valignment="top">
28939 <column alignment="center" valignment="top">
28940 <row>
28941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28942 \begin_inset Text
28943
28944 \begin_layout Plain Layout
28945 a
28946 \end_layout
28947
28948 \end_inset
28949 </cell>
28950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28951 \begin_inset Text
28952
28953 \begin_layout Plain Layout
28954 b
28955 \end_layout
28956
28957 \end_inset
28958 </cell>
28959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28960 \begin_inset Text
28961
28962 \begin_layout Plain Layout
28963 c
28964 \end_layout
28965
28966 \end_inset
28967 </cell>
28968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28969 \begin_inset Text
28970
28971 \begin_layout Plain Layout
28972 d
28973 \end_layout
28974
28975 \end_inset
28976 </cell>
28977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28978 \begin_inset Text
28979
28980 \begin_layout Plain Layout
28981 e
28982 \end_layout
28983
28984 \end_inset
28985 </cell>
28986 </row>
28987 </lyxtabular>
28988
28989 \end_inset
28990
28991
28992 \end_layout
28993
28994 \end_inset
28995
28996
28997 \end_layout
28998
28999 \begin_layout Section
29000 Caption Placement
29001 \begin_inset Index idx
29002 status collapsed
29003
29004 \begin_layout Plain Layout
29005 Caption ! Placement
29006 \end_layout
29007
29008 \end_inset
29009
29010
29011 \begin_inset Index idx
29012 status collapsed
29013
29014 \begin_layout Plain Layout
29015 Floats ! Caption Placement
29016 \end_layout
29017
29018 \end_inset
29019
29020
29021 \begin_inset CommandInset label
29022 LatexCommand label
29023 name "sec:Caption-Placement"
29024
29025 \end_inset
29026
29027
29028 \end_layout
29029
29030 \begin_layout Standard
29031 The common caption placement rule is:
29032 \end_layout
29033
29034 \begin_layout Description
29035 Figure: Caption is set below the figure
29036 \end_layout
29037
29038 \begin_layout Description
29039 Table: Caption is set above the table
29040 \end_layout
29041
29042 \begin_layout Standard
29043 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
29044 's
29045  standard classes.
29046  That means if you are using the document classes 
29047 \family sans
29048 article
29049 \family default
29050
29051 \family sans
29052 book
29053 \family default
29054
29055 \family sans
29056 letter
29057 \family default
29058 , or 
29059 \family sans
29060 report
29061 \family default
29062  there will be no space between the caption and the table.
29063  To insert the necessary space, load the \SpecialChar LaTeX
29064 -package 
29065 \series bold
29066 caption
29067 \series default
29068
29069 \begin_inset Index idx
29070 status collapsed
29071
29072 \begin_layout Plain Layout
29073 \SpecialChar LaTeX
29074 -packages ! caption
29075 \end_layout
29076
29077 \end_inset
29078
29079  in your document preamble with the option
29080 \begin_inset Foot
29081 status collapsed
29082
29083 \begin_layout Plain Layout
29084 See section
29085 \begin_inset space ~
29086 \end_inset
29087
29088
29089 \begin_inset CommandInset ref
29090 LatexCommand ref
29091 reference "sec:Caption-Formatting"
29092
29093 \end_inset
29094
29095  for more information of the package 
29096 \series bold
29097 caption
29098 \series default
29099 .
29100 \end_layout
29101
29102 \end_inset
29103
29104
29105 \end_layout
29106
29107 \begin_layout Standard
29108
29109 \series bold
29110 tableposition=top
29111 \end_layout
29112
29113 \begin_layout Standard
29114 If you are using a 
29115 \series bold
29116 KOMA-Script
29117 \series default
29118
29119 \begin_inset Index idx
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123 \SpecialChar LaTeX
29124 -packages ! KOMA-Script
29125 \end_layout
29126
29127 \end_inset
29128
29129  document class (
29130 \family sans
29131 article (KOMA-Script)
29132 \family default
29133
29134 \family sans
29135 book (KOMA-Script)
29136 \family default
29137
29138 \family sans
29139 letter (KOMA-Script)
29140 \family default
29141 , or 
29142 \family sans
29143 report (KOMA-Script)
29144 \family default
29145
29146 \begin_inset space \thinspace{}
29147 \end_inset
29148
29149 ), you can alternatively to the 
29150 \series bold
29151 caption
29152 \series default
29153  package set the document class option
29154 \begin_inset Foot
29155 status collapsed
29156
29157 \begin_layout Plain Layout
29158 That option is used in this document.
29159 \end_layout
29160
29161 \end_inset
29162
29163
29164 \end_layout
29165
29166 \begin_layout Standard
29167
29168 \series bold
29169 captions=tableheading
29170 \end_layout
29171
29172 \begin_layout Standard
29173 In documents with a KOMA-Script document class you can also right-click
29174  on a caption and mark in the context menu if this should be a caption above
29175  or below the table/figure.
29176  This way you can override the document-wide caption placement for certain
29177  captions.
29178  Table
29179 \begin_inset space ~
29180 \end_inset
29181
29182
29183 \begin_inset CommandInset ref
29184 LatexCommand ref
29185 reference "tab:A-caption-marked"
29186
29187 \end_inset
29188
29189  is an example where the caption is marked a being below the table while
29190  it is above.
29191  For comparison the caption in Table
29192 \begin_inset space ~
29193 \end_inset
29194
29195
29196 \begin_inset CommandInset ref
29197 LatexCommand ref
29198 reference "tab:A-standard-table"
29199
29200 \end_inset
29201
29202  is not marked.
29203 \end_layout
29204
29205 \begin_layout Standard
29206 \begin_inset Float table
29207 wide false
29208 sideways false
29209 status open
29210
29211 \begin_layout Plain Layout
29212 \begin_inset Caption Below
29213
29214 \begin_layout Plain Layout
29215 \begin_inset CommandInset label
29216 LatexCommand label
29217 name "tab:A-caption-marked"
29218
29219 \end_inset
29220
29221 A caption marked as being below the table.
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \end_layout
29228
29229 \begin_layout Plain Layout
29230 \align center
29231 \begin_inset Tabular
29232 <lyxtabular version="3" rows="3" columns="3">
29233 <features tabularvalignment="middle">
29234 <column alignment="center" valignment="top" width="0pt">
29235 <column alignment="center" valignment="top" width="0pt">
29236 <column alignment="center" valignment="top" width="0pt">
29237 <row>
29238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29239 \begin_inset Text
29240
29241 \begin_layout Plain Layout
29242 1
29243 \end_layout
29244
29245 \end_inset
29246 </cell>
29247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29248 \begin_inset Text
29249
29250 \begin_layout Plain Layout
29251 2
29252 \end_layout
29253
29254 \end_inset
29255 </cell>
29256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29257 \begin_inset Text
29258
29259 \begin_layout Plain Layout
29260 3
29261 \end_layout
29262
29263 \end_inset
29264 </cell>
29265 </row>
29266 <row>
29267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29268 \begin_inset Text
29269
29270 \begin_layout Plain Layout
29271 Joe
29272 \end_layout
29273
29274 \end_inset
29275 </cell>
29276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29277 \begin_inset Text
29278
29279 \begin_layout Plain Layout
29280 Mary
29281 \end_layout
29282
29283 \end_inset
29284 </cell>
29285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29286 \begin_inset Text
29287
29288 \begin_layout Plain Layout
29289 Ted
29290 \end_layout
29291
29292 \end_inset
29293 </cell>
29294 </row>
29295 <row>
29296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29297 \begin_inset Text
29298
29299 \begin_layout Plain Layout
29300 \begin_inset Formula $\int x^{2}dx$
29301 \end_inset
29302
29303
29304 \end_layout
29305
29306 \end_inset
29307 </cell>
29308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29309 \begin_inset Text
29310
29311 \begin_layout Plain Layout
29312 \begin_inset Formula $\left[\begin{array}{cc}
29313 a & b\\
29314 c & d
29315 \end{array}\right]$
29316 \end_inset
29317
29318
29319 \end_layout
29320
29321 \end_inset
29322 </cell>
29323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29324 \begin_inset Text
29325
29326 \begin_layout Plain Layout
29327 \begin_inset Formula $1+1=2$
29328 \end_inset
29329
29330
29331 \end_layout
29332
29333 \end_inset
29334 </cell>
29335 </row>
29336 </lyxtabular>
29337
29338 \end_inset
29339
29340
29341 \end_layout
29342
29343 \end_inset
29344
29345
29346 \end_layout
29347
29348 \begin_layout Standard
29349 \begin_inset Float table
29350 wide false
29351 sideways false
29352 status open
29353
29354 \begin_layout Plain Layout
29355 \begin_inset Caption Standard
29356
29357 \begin_layout Plain Layout
29358 \begin_inset CommandInset label
29359 LatexCommand label
29360 name "tab:A-standard-table"
29361
29362 \end_inset
29363
29364 A standard table caption.
29365 \end_layout
29366
29367 \end_inset
29368
29369
29370 \end_layout
29371
29372 \begin_layout Plain Layout
29373 \align center
29374 \begin_inset Tabular
29375 <lyxtabular version="3" rows="3" columns="3">
29376 <features tabularvalignment="middle">
29377 <column alignment="center" valignment="top" width="0pt">
29378 <column alignment="center" valignment="top" width="0pt">
29379 <column alignment="center" valignment="top" width="0pt">
29380 <row>
29381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29382 \begin_inset Text
29383
29384 \begin_layout Plain Layout
29385 1
29386 \end_layout
29387
29388 \end_inset
29389 </cell>
29390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29391 \begin_inset Text
29392
29393 \begin_layout Plain Layout
29394 2
29395 \end_layout
29396
29397 \end_inset
29398 </cell>
29399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29400 \begin_inset Text
29401
29402 \begin_layout Plain Layout
29403 3
29404 \end_layout
29405
29406 \end_inset
29407 </cell>
29408 </row>
29409 <row>
29410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29411 \begin_inset Text
29412
29413 \begin_layout Plain Layout
29414 Joe
29415 \end_layout
29416
29417 \end_inset
29418 </cell>
29419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29420 \begin_inset Text
29421
29422 \begin_layout Plain Layout
29423 Mary
29424 \end_layout
29425
29426 \end_inset
29427 </cell>
29428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29429 \begin_inset Text
29430
29431 \begin_layout Plain Layout
29432 Ted
29433 \end_layout
29434
29435 \end_inset
29436 </cell>
29437 </row>
29438 <row>
29439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29440 \begin_inset Text
29441
29442 \begin_layout Plain Layout
29443 \begin_inset Formula $\int x^{2}dx$
29444 \end_inset
29445
29446
29447 \end_layout
29448
29449 \end_inset
29450 </cell>
29451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29452 \begin_inset Text
29453
29454 \begin_layout Plain Layout
29455 \begin_inset Formula $\left[\begin{array}{cc}
29456 a & b\\
29457 c & d
29458 \end{array}\right]$
29459 \end_inset
29460
29461
29462 \end_layout
29463
29464 \end_inset
29465 </cell>
29466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29467 \begin_inset Text
29468
29469 \begin_layout Plain Layout
29470 \begin_inset Formula $1+1=2$
29471 \end_inset
29472
29473
29474 \end_layout
29475
29476 \end_inset
29477 </cell>
29478 </row>
29479 </lyxtabular>
29480
29481 \end_inset
29482
29483
29484 \end_layout
29485
29486 \end_inset
29487
29488
29489 \end_layout
29490
29491 \begin_layout Standard
29492 \begin_inset VSpace bigskip
29493 \end_inset
29494
29495 It is also possible to set the caption beside a figure or table.
29496  To get this the \SpecialChar LaTeX
29497 -package 
29498 \series bold
29499 sidecap
29500 \series default
29501
29502 \begin_inset Index idx
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506 \SpecialChar LaTeX
29507 -packages ! sidecap
29508 \end_layout
29509
29510 \end_inset
29511
29512  has to be loaded in the document preamble with the line
29513 \end_layout
29514
29515 \begin_layout Standard
29516
29517 \series bold
29518
29519 \backslash
29520 usepackage[option]{sidecap}
29521 \end_layout
29522
29523 \begin_layout Standard
29524 If you set no option, the caption is placed on the side of the outer page
29525  margin – to the right on odd pages, to the left on even pages.
29526  You can change the placement to inner margin with the option 
29527 \series bold
29528 innercaption
29529 \series default
29530 .
29531  To force the placement always to the right or left, use the option 
29532 \series bold
29533 rightcaption
29534 \series default
29535  or 
29536 \series bold
29537 leftcaption
29538 \series default
29539 , respectively.
29540 \end_layout
29541
29542 \begin_layout Standard
29543 \begin_inset ERT
29544 status collapsed
29545
29546 \begin_layout Plain Layout
29547
29548
29549 \backslash
29550 ifsidecap
29551 \end_layout
29552
29553 \end_inset
29554
29555
29556 \begin_inset Note Note
29557 status open
29558
29559 \begin_layout Plain Layout
29560 The following section will only be displayed when the \SpecialChar LaTeX
29561 -package 
29562 \series bold
29563 sidecap
29564 \series default
29565  is installed.
29566 \end_layout
29567
29568 \end_inset
29569
29570
29571 \end_layout
29572
29573 \begin_layout Standard
29574 To place in \SpecialChar LyX
29575  the caption of a float on the side, it is necessary to add
29576  these commands to the document preamble:
29577 \end_layout
29578
29579 \begin_layout Standard
29580 \noindent
29581 \begin_inset CommandInset line
29582 LatexCommand rule
29583 offset "0.5ex"
29584 width "100line%"
29585 height "1pt"
29586
29587 \end_inset
29588
29589
29590 \end_layout
29591
29592 \begin_layout Standard
29593
29594 \series bold
29595
29596 \backslash
29597 newcommand{
29598 \backslash
29599 TabBesBeg}[1][1.0]{%
29600 \begin_inset Newline newline
29601 \end_inset
29602
29603
29604 \begin_inset Phantom HPhantom
29605 status open
29606
29607 \begin_layout Plain Layout
29608 \begin_inset space ~
29609 \end_inset
29610
29611
29612 \end_layout
29613
29614 \end_inset
29615
29616
29617 \backslash
29618 let
29619 \backslash
29620 MyTable
29621 \backslash
29622 table
29623 \begin_inset Newline newline
29624 \end_inset
29625
29626
29627 \begin_inset Phantom HPhantom
29628 status open
29629
29630 \begin_layout Plain Layout
29631
29632 \series medium
29633 \begin_inset space ~
29634 \end_inset
29635
29636
29637 \end_layout
29638
29639 \end_inset
29640
29641
29642 \backslash
29643 let
29644 \backslash
29645 MyEndtable
29646 \backslash
29647 endtable
29648 \begin_inset Newline newline
29649 \end_inset
29650
29651
29652 \begin_inset Phantom HPhantom
29653 status open
29654
29655 \begin_layout Plain Layout
29656
29657 \series medium
29658 \begin_inset space ~
29659 \end_inset
29660
29661
29662 \end_layout
29663
29664 \end_inset
29665
29666
29667 \backslash
29668 renewenvironment{table}[1]{
29669 \backslash
29670 begin{SCtable}[#1]##1}{
29671 \backslash
29672 end{SCtable}}}
29673 \end_layout
29674
29675 \begin_layout Standard
29676
29677 \series bold
29678
29679 \backslash
29680 newcommand{
29681 \backslash
29682 TabBesEnd}{%
29683 \begin_inset Newline newline
29684 \end_inset
29685
29686
29687 \begin_inset Phantom HPhantom
29688 status open
29689
29690 \begin_layout Plain Layout
29691 \begin_inset space ~
29692 \end_inset
29693
29694
29695 \end_layout
29696
29697 \end_inset
29698
29699
29700 \backslash
29701 let
29702 \backslash
29703 table
29704 \backslash
29705 MyTable
29706 \begin_inset Newline newline
29707 \end_inset
29708
29709
29710 \begin_inset Phantom HPhantom
29711 status open
29712
29713 \begin_layout Plain Layout
29714 \begin_inset space ~
29715 \end_inset
29716
29717
29718 \end_layout
29719
29720 \end_inset
29721
29722
29723 \backslash
29724 let
29725 \backslash
29726 endtable
29727 \backslash
29728 MyEndtable
29729 \end_layout
29730
29731 \begin_layout Standard
29732
29733 \series bold
29734
29735 \backslash
29736 newcommand{
29737 \backslash
29738 FigBesBeg}[1][1.0]{%
29739 \begin_inset Newline newline
29740 \end_inset
29741
29742
29743 \begin_inset Phantom HPhantom
29744 status open
29745
29746 \begin_layout Plain Layout
29747 \begin_inset space ~
29748 \end_inset
29749
29750
29751 \end_layout
29752
29753 \end_inset
29754
29755
29756 \backslash
29757 let
29758 \backslash
29759 MyFigure
29760 \backslash
29761 figure
29762 \begin_inset Newline newline
29763 \end_inset
29764
29765
29766 \begin_inset Phantom HPhantom
29767 status open
29768
29769 \begin_layout Plain Layout
29770 \begin_inset space ~
29771 \end_inset
29772
29773
29774 \end_layout
29775
29776 \end_inset
29777
29778
29779 \backslash
29780 let
29781 \backslash
29782 MyEndfigure
29783 \backslash
29784 endfigure
29785 \begin_inset Newline newline
29786 \end_inset
29787
29788
29789 \begin_inset Phantom HPhantom
29790 status open
29791
29792 \begin_layout Plain Layout
29793 \begin_inset space ~
29794 \end_inset
29795
29796
29797 \end_layout
29798
29799 \end_inset
29800
29801
29802 \backslash
29803 renewenvironment{figure}[1]{
29804 \backslash
29805 begin{SCfigure}[#1]##1}{
29806 \backslash
29807 end{SCfigure}}}
29808 \end_layout
29809
29810 \begin_layout Standard
29811
29812 \series bold
29813
29814 \backslash
29815 newcommand{
29816 \backslash
29817 FigBesEnd}{%
29818 \begin_inset Newline newline
29819 \end_inset
29820
29821
29822 \begin_inset Phantom HPhantom
29823 status open
29824
29825 \begin_layout Plain Layout
29826 \begin_inset space ~
29827 \end_inset
29828
29829
29830 \end_layout
29831
29832 \end_inset
29833
29834
29835 \backslash
29836 let
29837 \backslash
29838 figure
29839 \backslash
29840 MyFigure
29841 \begin_inset Newline newline
29842 \end_inset
29843
29844
29845 \begin_inset Phantom HPhantom
29846 status open
29847
29848 \begin_layout Plain Layout
29849 \begin_inset space ~
29850 \end_inset
29851
29852
29853 \end_layout
29854
29855 \end_inset
29856
29857
29858 \backslash
29859 let
29860 \backslash
29861 endfigure
29862 \backslash
29863 MyEndfigure}
29864 \end_layout
29865
29866 \begin_layout Standard
29867 \noindent
29868 \begin_inset CommandInset line
29869 LatexCommand rule
29870 offset "0.5ex"
29871 width "100line%"
29872 height "1pt"
29873
29874 \end_inset
29875
29876
29877 \end_layout
29878
29879 \begin_layout Standard
29880 The commands allow you to redefine the floats so that the caption is set
29881  on the side.
29882  For figure floats use the command
29883 \end_layout
29884
29885 \begin_layout Standard
29886
29887 \series bold
29888
29889 \backslash
29890 FigBesBeg
29891 \end_layout
29892
29893 \begin_layout Standard
29894 in \SpecialChar TeX
29895  Code before the float.
29896  And insert the command
29897 \end_layout
29898
29899 \begin_layout Standard
29900
29901 \series bold
29902
29903 \backslash
29904 FigBesEnd
29905 \end_layout
29906
29907 \begin_layout Standard
29908 in \SpecialChar TeX
29909  Code at the point where you want to get back to the original float definitio
29910 n.
29911 \end_layout
29912
29913 \begin_layout Standard
29914 For table floats use the corresponding commands
29915 \end_layout
29916
29917 \begin_layout Standard
29918
29919 \series bold
29920
29921 \backslash
29922 TabBesBeg
29923 \series default
29924  and 
29925 \series bold
29926
29927 \backslash
29928 TabBesEnd
29929 \end_layout
29930
29931 \begin_layout Standard
29932 Figure
29933 \begin_inset space ~
29934 \end_inset
29935
29936
29937 \begin_inset CommandInset ref
29938 LatexCommand ref
29939 reference "fig:cap-beside-fig"
29940
29941 \end_inset
29942
29943  and Table
29944 \begin_inset space ~
29945 \end_inset
29946
29947
29948 \begin_inset CommandInset ref
29949 LatexCommand ref
29950 reference "tab:cap-beside-tab"
29951
29952 \end_inset
29953
29954  are examples where the caption is set beside.
29955 \end_layout
29956
29957 \begin_layout Standard
29958 You can see in the examples that the caption text appears at the top of
29959  the floats for table floats and at the bottom for figure floats.
29960  To change this, you can use the command
29961 \end_layout
29962
29963 \begin_layout Standard
29964
29965 \series bold
29966
29967 \backslash
29968 sidecaptionvpos{float type}{placement}
29969 \end_layout
29970
29971 \begin_layout Standard
29972 in the document preamble or in \SpecialChar TeX
29973  Code before the float.
29974  The float type is either 
29975 \family sans
29976 figure
29977 \family default
29978  or 
29979 \family sans
29980 table
29981 \family default
29982 , the placement can be 
29983 \begin_inset Quotes eld
29984 \end_inset
29985
29986
29987 \family sans
29988 t
29989 \family default
29990
29991 \begin_inset Quotes erd
29992 \end_inset
29993
29994  for top, 
29995 \begin_inset Quotes eld
29996 \end_inset
29997
29998
29999 \family sans
30000 c
30001 \family default
30002
30003 \begin_inset Quotes erd
30004 \end_inset
30005
30006  for center, or 
30007 \begin_inset Quotes eld
30008 \end_inset
30009
30010
30011 \family sans
30012 b
30013 \family default
30014
30015 \begin_inset Quotes erd
30016 \end_inset
30017
30018  for bottom.
30019  To have for example the caption of figure floats vertically centered, use
30020  the command
30021 \end_layout
30022
30023 \begin_layout Standard
30024
30025 \series bold
30026
30027 \backslash
30028 sidecaptionvpos{figure}{c}
30029 \end_layout
30030
30031 \begin_layout Standard
30032 This was used for Figure
30033 \begin_inset space ~
30034 \end_inset
30035
30036
30037 \begin_inset CommandInset ref
30038 LatexCommand ref
30039 reference "fig:cap-beside-fig-2"
30040
30041 \end_inset
30042
30043 .
30044 \end_layout
30045
30046 \begin_layout Standard
30047 \begin_inset VSpace medskip
30048 \end_inset
30049
30050
30051 \end_layout
30052
30053 \begin_layout Standard
30054 The default caption width is the width of the image/table.
30055  For thin image/tables, like in Table
30056 \begin_inset space ~
30057 \end_inset
30058
30059
30060 \begin_inset CommandInset ref
30061 LatexCommand ref
30062 reference "tab:cap-beside-tab"
30063
30064 \end_inset
30065
30066 , this leads to captions that are too thin.
30067  You can increase the width by specifying a factor that will be multiplied
30068  with the image/table width to get the caption width.
30069  The caption width will automatically be recalculated in case it would protrude
30070  over the page or column margin due to the specified width.
30071  The 
30072 \emph on
30073 factor
30074 \emph default
30075  can either be given as optional argument for 
30076 \series bold
30077
30078 \backslash
30079 FigBesBeg
30080 \series default
30081 :
30082 \end_layout
30083
30084 \begin_layout Standard
30085
30086 \series bold
30087
30088 \backslash
30089 FigBesBeg[factor]
30090 \end_layout
30091
30092 \begin_layout Standard
30093 or in the definition of 
30094 \series bold
30095
30096 \backslash
30097 FigBesBeg
30098 \series default
30099  by replacing the 
30100 \series bold
30101 1.0
30102 \series default
30103  with another value.
30104  If you do the latter, your factor will be the default if 
30105 \series bold
30106
30107 \backslash
30108 FigBesBeg
30109 \series default
30110  is used without an argument.
30111  For Table
30112 \begin_inset space ~
30113 \end_inset
30114
30115
30116 \begin_inset CommandInset ref
30117 LatexCommand ref
30118 reference "tab:cap-beside-tab-wider"
30119
30120 \end_inset
30121
30122  the factor 5 was used.
30123 \end_layout
30124
30125 \begin_layout Standard
30126 \begin_inset Note Greyedout
30127 status open
30128
30129 \begin_layout Plain Layout
30130
30131 \series bold
30132 Note:
30133 \series default
30134  For floats with captions set beside, you cannot use the float placement
30135  option 
30136 \family sans
30137 Here
30138 \begin_inset space ~
30139 \end_inset
30140
30141 definitely
30142 \family default
30143  because it is not supported by 
30144 \series bold
30145 sidecap
30146 \series default
30147 .
30148 \end_layout
30149
30150 \end_inset
30151
30152
30153 \end_layout
30154
30155 \begin_layout Standard
30156 \begin_inset VSpace medskip
30157 \end_inset
30158
30159 For more information about the package 
30160 \series bold
30161 sidecap
30162 \series default
30163  we refer to its documentation 
30164 \begin_inset CommandInset citation
30165 LatexCommand cite
30166 key "sidecap"
30167 literal "true"
30168
30169 \end_inset
30170
30171 .
30172 \end_layout
30173
30174 \begin_layout Standard
30175 \begin_inset Note Greyedout
30176 status open
30177
30178 \begin_layout Plain Layout
30179
30180 \series bold
30181 Note:
30182 \series default
30183  The \SpecialChar LaTeX
30184 -package 
30185 \series bold
30186 hypcap
30187 \series default
30188
30189 \begin_inset Index idx
30190 status collapsed
30191
30192 \begin_layout Plain Layout
30193 \SpecialChar LaTeX
30194 -packages ! hypcap
30195 \end_layout
30196
30197 \end_inset
30198
30199 , described in section
30200 \begin_inset space ~
30201 \end_inset
30202
30203
30204 \begin_inset CommandInset ref
30205 LatexCommand ref
30206 reference "subsec:Reference-Position"
30207
30208 \end_inset
30209
30210 , has no effect on floats with the caption set beside.
30211 \end_layout
30212
30213 \end_inset
30214
30215
30216 \end_layout
30217
30218 \begin_layout Standard
30219 \begin_inset ERT
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223
30224
30225 \backslash
30226 FigBesBeg
30227 \end_layout
30228
30229 \end_inset
30230
30231
30232 \end_layout
30233
30234 \begin_layout Standard
30235 \begin_inset Float figure
30236 wide false
30237 sideways false
30238 status open
30239
30240 \begin_layout Plain Layout
30241 \begin_inset Graphics
30242         filename clipart/3D-structure-distort.pdf
30243         scale 50
30244         scaleBeforeRotation
30245
30246 \end_inset
30247
30248
30249 \end_layout
30250
30251 \begin_layout Plain Layout
30252 \begin_inset Caption Standard
30253
30254 \begin_layout Plain Layout
30255 \begin_inset CommandInset label
30256 LatexCommand label
30257 name "fig:cap-beside-fig"
30258
30259 \end_inset
30260
30261 This is a caption beside a figure.
30262 \end_layout
30263
30264 \end_inset
30265
30266
30267 \end_layout
30268
30269 \end_inset
30270
30271
30272 \end_layout
30273
30274 \begin_layout Standard
30275 \begin_inset ERT
30276 status collapsed
30277
30278 \begin_layout Plain Layout
30279
30280
30281 \backslash
30282 FigBesEnd
30283 \end_layout
30284
30285 \end_inset
30286
30287
30288 \end_layout
30289
30290 \begin_layout Standard
30291 \begin_inset ERT
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295
30296
30297 \backslash
30298 TabBesBeg
30299 \end_layout
30300
30301 \end_inset
30302
30303
30304 \end_layout
30305
30306 \begin_layout Standard
30307 \begin_inset Float table
30308 wide false
30309 sideways false
30310 status open
30311
30312 \begin_layout Plain Layout
30313 \begin_inset Caption Standard
30314
30315 \begin_layout Plain Layout
30316 \begin_inset CommandInset label
30317 LatexCommand label
30318 name "tab:cap-beside-tab"
30319
30320 \end_inset
30321
30322 This is a caption beside a table.
30323 \end_layout
30324
30325 \end_inset
30326
30327
30328 \end_layout
30329
30330 \begin_layout Plain Layout
30331 \begin_inset Tabular
30332 <lyxtabular version="3" rows="4" columns="5">
30333 <features tabularvalignment="middle">
30334 <column alignment="center" valignment="top">
30335 <column alignment="center" valignment="top">
30336 <column alignment="center" valignment="top">
30337 <column alignment="center" valignment="top">
30338 <column alignment="center" valignment="top">
30339 <row>
30340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30341 \begin_inset Text
30342
30343 \begin_layout Plain Layout
30344 a
30345 \end_layout
30346
30347 \end_inset
30348 </cell>
30349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30350 \begin_inset Text
30351
30352 \begin_layout Plain Layout
30353
30354 \end_layout
30355
30356 \end_inset
30357 </cell>
30358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30359 \begin_inset Text
30360
30361 \begin_layout Plain Layout
30362 b
30363 \end_layout
30364
30365 \end_inset
30366 </cell>
30367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30368 \begin_inset Text
30369
30370 \begin_layout Plain Layout
30371
30372 \end_layout
30373
30374 \end_inset
30375 </cell>
30376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30377 \begin_inset Text
30378
30379 \begin_layout Plain Layout
30380 c
30381 \end_layout
30382
30383 \end_inset
30384 </cell>
30385 </row>
30386 <row>
30387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30388 \begin_inset Text
30389
30390 \begin_layout Plain Layout
30391
30392 \end_layout
30393
30394 \end_inset
30395 </cell>
30396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30397 \begin_inset Text
30398
30399 \begin_layout Plain Layout
30400 d
30401 \end_layout
30402
30403 \end_inset
30404 </cell>
30405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30406 \begin_inset Text
30407
30408 \begin_layout Plain Layout
30409
30410 \end_layout
30411
30412 \end_inset
30413 </cell>
30414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30415 \begin_inset Text
30416
30417 \begin_layout Plain Layout
30418 e
30419 \end_layout
30420
30421 \end_inset
30422 </cell>
30423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30424 \begin_inset Text
30425
30426 \begin_layout Plain Layout
30427
30428 \end_layout
30429
30430 \end_inset
30431 </cell>
30432 </row>
30433 <row>
30434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30435 \begin_inset Text
30436
30437 \begin_layout Plain Layout
30438 f
30439 \end_layout
30440
30441 \end_inset
30442 </cell>
30443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30444 \begin_inset Text
30445
30446 \begin_layout Plain Layout
30447
30448 \end_layout
30449
30450 \end_inset
30451 </cell>
30452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30453 \begin_inset Text
30454
30455 \begin_layout Plain Layout
30456 g
30457 \end_layout
30458
30459 \end_inset
30460 </cell>
30461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30462 \begin_inset Text
30463
30464 \begin_layout Plain Layout
30465
30466 \end_layout
30467
30468 \end_inset
30469 </cell>
30470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30471 \begin_inset Text
30472
30473 \begin_layout Plain Layout
30474 h
30475 \end_layout
30476
30477 \end_inset
30478 </cell>
30479 </row>
30480 <row>
30481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30482 \begin_inset Text
30483
30484 \begin_layout Plain Layout
30485
30486 \end_layout
30487
30488 \end_inset
30489 </cell>
30490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30491 \begin_inset Text
30492
30493 \begin_layout Plain Layout
30494 i
30495 \end_layout
30496
30497 \end_inset
30498 </cell>
30499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30500 \begin_inset Text
30501
30502 \begin_layout Plain Layout
30503
30504 \end_layout
30505
30506 \end_inset
30507 </cell>
30508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30509 \begin_inset Text
30510
30511 \begin_layout Plain Layout
30512 j
30513 \end_layout
30514
30515 \end_inset
30516 </cell>
30517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30518 \begin_inset Text
30519
30520 \begin_layout Plain Layout
30521
30522 \end_layout
30523
30524 \end_inset
30525 </cell>
30526 </row>
30527 </lyxtabular>
30528
30529 \end_inset
30530
30531
30532 \end_layout
30533
30534 \end_inset
30535
30536
30537 \end_layout
30538
30539 \begin_layout Standard
30540 \begin_inset ERT
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544
30545
30546 \backslash
30547 TabBesEnd
30548 \end_layout
30549
30550 \end_inset
30551
30552
30553 \end_layout
30554
30555 \begin_layout Standard
30556 \begin_inset ERT
30557 status collapsed
30558
30559 \begin_layout Plain Layout
30560
30561
30562 \backslash
30563 FigBesBeg
30564 \end_layout
30565
30566 \end_inset
30567
30568
30569 \begin_inset ERT
30570 status collapsed
30571
30572 \begin_layout Plain Layout
30573
30574
30575 \backslash
30576 sidecaptionvpos{figure}{c}
30577 \end_layout
30578
30579 \end_inset
30580
30581
30582 \begin_inset Float figure
30583 wide false
30584 sideways false
30585 status open
30586
30587 \begin_layout Plain Layout
30588 \begin_inset Graphics
30589         filename clipart/3D-structure-distort.pdf
30590         scale 50
30591         scaleBeforeRotation
30592
30593 \end_inset
30594
30595
30596 \end_layout
30597
30598 \begin_layout Plain Layout
30599 \begin_inset Caption Standard
30600
30601 \begin_layout Plain Layout
30602 \begin_inset CommandInset label
30603 LatexCommand label
30604 name "fig:cap-beside-fig-2"
30605
30606 \end_inset
30607
30608 This is a vertically centered caption beside a figure.
30609 \end_layout
30610
30611 \end_inset
30612
30613
30614 \end_layout
30615
30616 \end_inset
30617
30618
30619 \end_layout
30620
30621 \begin_layout Standard
30622 \begin_inset ERT
30623 status collapsed
30624
30625 \begin_layout Plain Layout
30626
30627
30628 \backslash
30629 FigBesEnd
30630 \end_layout
30631
30632 \end_inset
30633
30634
30635 \end_layout
30636
30637 \begin_layout Standard
30638 \begin_inset ERT
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642
30643
30644 \backslash
30645 TabBesBeg[5]
30646 \end_layout
30647
30648 \end_inset
30649
30650
30651 \end_layout
30652
30653 \begin_layout Standard
30654 \begin_inset Float table
30655 wide false
30656 sideways false
30657 status open
30658
30659 \begin_layout Plain Layout
30660 \begin_inset Caption Standard
30661
30662 \begin_layout Plain Layout
30663 \begin_inset CommandInset label
30664 LatexCommand label
30665 name "tab:cap-beside-tab-wider"
30666
30667 \end_inset
30668
30669 This caption is wider than the one in Table
30670 \begin_inset space ~
30671 \end_inset
30672
30673
30674 \begin_inset CommandInset ref
30675 LatexCommand ref
30676 reference "tab:cap-beside-tab"
30677
30678 \end_inset
30679
30680 .
30681 \end_layout
30682
30683 \end_inset
30684
30685
30686 \end_layout
30687
30688 \begin_layout Plain Layout
30689 \begin_inset Tabular
30690 <lyxtabular version="3" rows="4" columns="5">
30691 <features tabularvalignment="middle">
30692 <column alignment="center" valignment="top">
30693 <column alignment="center" valignment="top">
30694 <column alignment="center" valignment="top">
30695 <column alignment="center" valignment="top">
30696 <column alignment="center" valignment="top">
30697 <row>
30698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30699 \begin_inset Text
30700
30701 \begin_layout Plain Layout
30702 a
30703 \end_layout
30704
30705 \end_inset
30706 </cell>
30707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30708 \begin_inset Text
30709
30710 \begin_layout Plain Layout
30711
30712 \end_layout
30713
30714 \end_inset
30715 </cell>
30716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30717 \begin_inset Text
30718
30719 \begin_layout Plain Layout
30720 b
30721 \end_layout
30722
30723 \end_inset
30724 </cell>
30725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30726 \begin_inset Text
30727
30728 \begin_layout Plain Layout
30729
30730 \end_layout
30731
30732 \end_inset
30733 </cell>
30734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30735 \begin_inset Text
30736
30737 \begin_layout Plain Layout
30738 c
30739 \end_layout
30740
30741 \end_inset
30742 </cell>
30743 </row>
30744 <row>
30745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30746 \begin_inset Text
30747
30748 \begin_layout Plain Layout
30749
30750 \end_layout
30751
30752 \end_inset
30753 </cell>
30754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30755 \begin_inset Text
30756
30757 \begin_layout Plain Layout
30758 d
30759 \end_layout
30760
30761 \end_inset
30762 </cell>
30763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30764 \begin_inset Text
30765
30766 \begin_layout Plain Layout
30767
30768 \end_layout
30769
30770 \end_inset
30771 </cell>
30772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30773 \begin_inset Text
30774
30775 \begin_layout Plain Layout
30776 e
30777 \end_layout
30778
30779 \end_inset
30780 </cell>
30781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30782 \begin_inset Text
30783
30784 \begin_layout Plain Layout
30785
30786 \end_layout
30787
30788 \end_inset
30789 </cell>
30790 </row>
30791 <row>
30792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30793 \begin_inset Text
30794
30795 \begin_layout Plain Layout
30796 f
30797 \end_layout
30798
30799 \end_inset
30800 </cell>
30801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30802 \begin_inset Text
30803
30804 \begin_layout Plain Layout
30805
30806 \end_layout
30807
30808 \end_inset
30809 </cell>
30810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30811 \begin_inset Text
30812
30813 \begin_layout Plain Layout
30814 g
30815 \end_layout
30816
30817 \end_inset
30818 </cell>
30819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30820 \begin_inset Text
30821
30822 \begin_layout Plain Layout
30823
30824 \end_layout
30825
30826 \end_inset
30827 </cell>
30828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30829 \begin_inset Text
30830
30831 \begin_layout Plain Layout
30832 h
30833 \end_layout
30834
30835 \end_inset
30836 </cell>
30837 </row>
30838 <row>
30839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30840 \begin_inset Text
30841
30842 \begin_layout Plain Layout
30843
30844 \end_layout
30845
30846 \end_inset
30847 </cell>
30848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30849 \begin_inset Text
30850
30851 \begin_layout Plain Layout
30852 i
30853 \end_layout
30854
30855 \end_inset
30856 </cell>
30857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30858 \begin_inset Text
30859
30860 \begin_layout Plain Layout
30861
30862 \end_layout
30863
30864 \end_inset
30865 </cell>
30866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30867 \begin_inset Text
30868
30869 \begin_layout Plain Layout
30870 j
30871 \end_layout
30872
30873 \end_inset
30874 </cell>
30875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30876 \begin_inset Text
30877
30878 \begin_layout Plain Layout
30879
30880 \end_layout
30881
30882 \end_inset
30883 </cell>
30884 </row>
30885 </lyxtabular>
30886
30887 \end_inset
30888
30889
30890 \end_layout
30891
30892 \end_inset
30893
30894
30895 \end_layout
30896
30897 \begin_layout Standard
30898 \begin_inset ERT
30899 status collapsed
30900
30901 \begin_layout Plain Layout
30902
30903
30904 \backslash
30905 TabBesEnd
30906 \end_layout
30907
30908 \end_inset
30909
30910
30911 \end_layout
30912
30913 \begin_layout Standard
30914 \begin_inset ERT
30915 status collapsed
30916
30917 \begin_layout Plain Layout
30918
30919
30920 \backslash
30921 else
30922 \end_layout
30923
30924 \end_inset
30925
30926
30927 \begin_inset Note Note
30928 status open
30929
30930 \begin_layout Plain Layout
30931 The following will be displayed when the \SpecialChar LaTeX
30932 -package 
30933 \series bold
30934 sidecap
30935 \series default
30936  is not installed:
30937 \end_layout
30938
30939 \end_inset
30940
30941
30942 \end_layout
30943
30944 \begin_layout Standard
30945 You need to install the \SpecialChar LaTeX
30946 -package 
30947 \series bold
30948 sidecap
30949 \series default
30950  to see the following part of this section in the output.
30951 \end_layout
30952
30953 \begin_layout Standard
30954 \begin_inset ERT
30955 status collapsed
30956
30957 \begin_layout Plain Layout
30958
30959
30960 \backslash
30961 fi
30962 \end_layout
30963
30964 \end_inset
30965
30966
30967 \end_layout
30968
30969 \begin_layout Section
30970 Listings of Floats
30971 \begin_inset Index idx
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975 Floats ! Float Lists
30976 \end_layout
30977
30978 \end_inset
30979
30980
30981 \end_layout
30982
30983 \begin_layout Standard
30984 Similar to the table of contents where the sections of the document are
30985  listed, there are listings for all float types, like the figures of the
30986  documents.
30987  You can insert them via the 
30988 \family sans
30989 Insert\SpecialChar menuseparator
30990 List
30991 \begin_inset space ~
30992 \end_inset
30993
30994 /
30995 \begin_inset space ~
30996 \end_inset
30997
30998 TOC
30999 \family default
31000  sub menus.
31001 \end_layout
31002
31003 \begin_layout Standard
31004 The list entries are the float captions or its short title, the float number,
31005  and the page number where they appear in the document.
31006 \end_layout
31007
31008 \begin_layout Standard
31009 You can find the list of figures and tables at the end of this document.
31010 \end_layout
31011
31012 \begin_layout Chapter
31013 Notes
31014 \end_layout
31015
31016 \begin_layout Section
31017 \SpecialChar LyX
31018  Notes
31019 \begin_inset Index idx
31020 status collapsed
31021
31022 \begin_layout Plain Layout
31023 Notes ! \SpecialChar LyX
31024  Notes
31025 \end_layout
31026
31027 \end_inset
31028
31029
31030 \end_layout
31031
31032 \begin_layout Standard
31033 Notes are inserted with the toolbar button 
31034 \begin_inset Info
31035 type  "icon"
31036 arg   "note-insert"
31037 \end_inset
31038
31039  or the menu 
31040 \family sans
31041 Insert\SpecialChar menuseparator
31042 Note
31043 \family default
31044 .
31045  There are three types of notes:
31046 \end_layout
31047
31048 \begin_layout Description
31049 \SpecialChar LyX
31050
31051 \begin_inset space ~
31052 \end_inset
31053
31054 Note This note type is for internal notes that won't appear in the output.
31055  Its note-box looks like this:
31056 \begin_inset Newline newline
31057 \end_inset
31058
31059
31060 \begin_inset Newline newline
31061 \end_inset
31062
31063
31064 \begin_inset Graphics
31065         filename clipart/LyXNoteImage.png
31066         display false
31067         scaleBeforeRotation
31068
31069 \end_inset
31070
31071  
31072 \begin_inset Note Note
31073 status open
31074
31075 \begin_layout Plain Layout
31076 This is text in a note box that doesn't appear in the output.
31077 \end_layout
31078
31079 \end_inset
31080
31081
31082 \end_layout
31083
31084 \begin_layout Description
31085 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
31086 -comment,
31087  when you export the document to \SpecialChar LaTeX
31088  via the menu 
31089 \family sans
31090 File\SpecialChar menuseparator
31091 Export\SpecialChar menuseparator
31092 LaTeX
31093 \begin_inset space ~
31094 \end_inset
31095
31096 (pdflatex) / (plain)
31097 \family default
31098 .
31099  Its note-box looks like this:
31100 \begin_inset Newline newline
31101 \end_inset
31102
31103
31104 \begin_inset Newline newline
31105 \end_inset
31106
31107
31108 \begin_inset Graphics
31109         filename clipart/CommentNoteImage.png
31110         display false
31111         scaleBeforeRotation
31112
31113 \end_inset
31114
31115  
31116 \begin_inset Note Comment
31117 status open
31118
31119 \begin_layout Plain Layout
31120 This is text in a note box that only appears as comment in \SpecialChar LaTeX
31121 -files.
31122 \end_layout
31123
31124 \end_inset
31125
31126
31127 \end_layout
31128
31129 \begin_layout Description
31130 Greyed
31131 \begin_inset space ~
31132 \end_inset
31133
31134 Out This note will appear in the output as grey text.
31135  Its note-box looks like this:
31136 \begin_inset Newline newline
31137 \end_inset
31138
31139
31140 \begin_inset Newline newline
31141 \end_inset
31142
31143
31144 \begin_inset Graphics
31145         filename clipart/GreyedOutNoteImage.png
31146         display false
31147         scaleBeforeRotation
31148
31149 \end_inset
31150
31151
31152 \begin_inset Newline newline
31153 \end_inset
31154
31155
31156 \begin_inset ERT
31157 status collapsed
31158
31159 \begin_layout Plain Layout
31160
31161
31162 \backslash
31163 renewenvironment{lyxgreyedout}
31164 \end_layout
31165
31166 \begin_layout Plain Layout
31167
31168 {
31169 \backslash
31170 textcolor[gray]{0.8}
31171 \backslash
31172 bgroup}{
31173 \backslash
31174 egroup}
31175 \end_layout
31176
31177 \end_inset
31178
31179
31180 \begin_inset Note Greyedout
31181 status open
31182
31183 \begin_layout Plain Layout
31184 This is text of a comment that appears grey in the output.
31185 \end_layout
31186
31187 \end_inset
31188
31189
31190 \begin_inset ERT
31191 status collapsed
31192
31193 \begin_layout Plain Layout
31194
31195
31196 \backslash
31197 renewenvironment{lyxgreyedout}
31198 \end_layout
31199
31200 \begin_layout Plain Layout
31201
31202 {
31203 \backslash
31204 textcolor{blue}
31205 \backslash
31206 bgroup}{
31207 \backslash
31208 egroup}
31209 \end_layout
31210
31211 \end_inset
31212
31213
31214 \begin_inset Note Note
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218 The greyed out note is here redefined to show it with the original \SpecialChar LyX
31219  definition
31220  because greyed out notes are redefined in the preamble of this document,
31221  as described below, to have blue text.
31222 \end_layout
31223
31224 \end_inset
31225
31226
31227 \begin_inset Newline newline
31228 \end_inset
31229
31230
31231 \begin_inset Newline newline
31232 \end_inset
31233
31234 As you can see in the example, the first line of greyed out notes is a bit
31235  indented and greyed out notes can have footnotes.
31236 \end_layout
31237
31238 \begin_layout Standard
31239 \begin_inset VSpace bigskip
31240 \end_inset
31241
31242 When you use the toolbar button 
31243 \begin_inset Info
31244 type  "icon"
31245 arg   "note-insert"
31246 \end_inset
31247
31248  to insert notes, a 
31249 \family sans
31250 \SpecialChar LyX
31251
31252 \begin_inset space ~
31253 \end_inset
31254
31255 Note
31256 \family default
31257  is inserted.
31258  You can switch between the three note types by right-clicking on the note-box.
31259  
31260 \family roman
31261 \series medium
31262 \bar no
31263 If you want to turn existing text into a note, mark it and click on the
31264  note
31265 \family default
31266 \series default
31267 \bar default
31268  toolbar 
31269 \family roman
31270 \series medium
31271 \bar no
31272 button
31273 \family default
31274 \series default
31275 \bar default
31276 .
31277  To change a note to text, press the backspace key when the cursor is in
31278  the first position of a note, or press the delete key when the cursor is
31279  in the very last position of the note, respectively.
31280 \end_layout
31281
31282 \begin_layout Standard
31283 \begin_inset VSpace bigskip
31284 \end_inset
31285
31286 You can change the text color of the greyed out notes in the menu 
31287 \family sans
31288 Document\SpecialChar menuseparator
31289 Settings\SpecialChar menuseparator
31290 Colors
31291 \family default
31292 .
31293 \end_layout
31294
31295 \begin_layout Section
31296 Footnotes
31297 \begin_inset CommandInset label
31298 LatexCommand label
31299 name "sec:Footnotes"
31300
31301 \end_inset
31302
31303
31304 \begin_inset Index idx
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308 Notes ! Footnotes
31309 \end_layout
31310
31311 \end_inset
31312
31313
31314 \begin_inset Index idx
31315 status collapsed
31316
31317 \begin_layout Plain Layout
31318 Footnotes
31319 \end_layout
31320
31321 \end_inset
31322
31323
31324 \end_layout
31325
31326 \begin_layout Standard
31327 Footnotes can be inserted using the toolbar button 
31328 \begin_inset Info
31329 type  "icon"
31330 arg   "footnote-insert"
31331 \end_inset
31332
31333  or the menu 
31334 \family sans
31335 Insert\SpecialChar menuseparator
31336 Footnote
31337 \family default
31338 .
31339  You will then see the following footnote-box: 
31340 \begin_inset Graphics
31341         filename clipart/footnote.png
31342         scale 95
31343         scaleBeforeRotation
31344
31345 \end_inset
31346
31347  
31348 \family roman
31349 \series medium
31350 \bar no
31351 where you can enter the footnote text.
31352  If you want to turn existing text into a footnote, mark it and click on
31353  the footnote
31354 \family default
31355 \series default
31356 \bar default
31357  toolbar 
31358 \family roman
31359 \series medium
31360 \bar no
31361 button
31362 \family default
31363 \series default
31364 \bar default
31365 .
31366  To change a 
31367 \family roman
31368 \series medium
31369 \bar no
31370 footnote
31371 \family default
31372 \series default
31373 \bar default
31374  to text, press the 
31375 \family sans
31376 Backspace
31377 \family default
31378  key when the cursor is in the first position of a 
31379 \family roman
31380 \series medium
31381 \bar no
31382 footnote
31383 \family default
31384 \series default
31385 \bar default
31386 , or press the 
31387 \family sans
31388 Delete
31389 \family default
31390  key when the cursor is in the very last position of the 
31391 \family roman
31392 \series medium
31393 \bar no
31394 footnote
31395 \family default
31396 \series default
31397 \bar default
31398 , respectively.
31399 \end_layout
31400
31401 \begin_layout Standard
31402 Here is an example footnote:
31403 \family roman
31404 \series medium
31405 \bar no
31406
31407 \begin_inset Foot
31408 status open
31409
31410 \begin_layout Plain Layout
31411 \begin_inset CommandInset label
31412 LatexCommand label
31413 name "foot:This-is-an"
31414
31415 \end_inset
31416
31417 This is an example footnote.
31418 \end_layout
31419
31420 \end_inset
31421
31422
31423 \family default
31424 \series default
31425 \bar default
31426
31427 \begin_inset ERT
31428 status collapsed
31429
31430 \begin_layout Plain Layout
31431
31432
31433 \backslash
31434 newcounter{MyRepeatFoot}
31435 \end_layout
31436
31437 \begin_layout Plain Layout
31438
31439
31440 \backslash
31441 setcounter{MyRepeatFoot}{
31442 \backslash
31443 thefootnote}
31444 \end_layout
31445
31446 \end_inset
31447
31448
31449 \end_layout
31450
31451 \begin_layout Standard
31452 The footnote will appear in the output as a superscript number at the text
31453  position where the footnote box is placed.
31454  The footnote text is placed at the bottom of the current page.
31455  The footnote number is calculated by \SpecialChar LaTeX
31456 ; the numbers are consecutive.
31457  Whether the footnote number is reset for every chapter depends on your
31458  document class.
31459 \end_layout
31460
31461 \begin_layout Standard
31462 Footnotes can be referenced like floats: Insert a label into the footnote
31463  and cross-reference this label in the text as described in section
31464 \begin_inset space ~
31465 \end_inset
31466
31467
31468 \begin_inset CommandInset ref
31469 LatexCommand ref
31470 reference "sec:Referencing-Floats"
31471
31472 \end_inset
31473
31474 .
31475 \begin_inset Newline newline
31476 \end_inset
31477
31478 This is a cross-reference of Footnote
31479 \begin_inset space ~
31480 \end_inset
31481
31482
31483 \begin_inset CommandInset ref
31484 LatexCommand ref
31485 reference "foot:This-is-an"
31486
31487 \end_inset
31488
31489 .
31490 \end_layout
31491
31492 \begin_layout Standard
31493 \begin_inset VSpace defskip
31494 \end_inset
31495
31496 Footnotes in title environments are usually not numbered with symbols and
31497  they cannot contain several paragraphs.
31498  See for example the footnote in the titling of this document.
31499 \end_layout
31500
31501 \begin_layout Standard
31502 \begin_inset VSpace defskip
31503 \end_inset
31504
31505 Footnotes in tables are not printed by \SpecialChar LaTeX
31506  due to technical reasons.
31507  However there exists another method to print them: Instead of the footnote
31508  the command 
31509 \series bold
31510
31511 \backslash
31512 footnotemark{}
31513 \series default
31514  is inserted as \SpecialChar TeX
31515  code.
31516  The text of the footnote is entered as an argument of the \SpecialChar TeX
31517  code command
31518  
31519 \series bold
31520
31521 \backslash
31522 footnotetext
31523 \series default
31524  after the table.
31525 \begin_inset Newline newline
31526 \end_inset
31527
31528 This was done for the following table with the command
31529 \end_layout
31530
31531 \begin_layout Standard
31532
31533 \series bold
31534
31535 \backslash
31536 footnotetext{
31537 \series default
31538 Printed table footnote.
31539 \series bold
31540 }
31541 \end_layout
31542
31543 \begin_layout Standard
31544 \begin_inset Tabular
31545 <lyxtabular version="3" rows="2" columns="1">
31546 <features tabularvalignment="middle">
31547 <column alignment="center" valignment="top">
31548 <row>
31549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31550 \begin_inset Text
31551
31552 \begin_layout Plain Layout
31553 This an example text.
31554 \begin_inset Foot
31555 status open
31556
31557 \begin_layout Plain Layout
31558 This footnote will not be printed!
31559 \end_layout
31560
31561 \end_inset
31562
31563
31564 \end_layout
31565
31566 \end_inset
31567 </cell>
31568 </row>
31569 <row>
31570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31571 \begin_inset Text
31572
31573 \begin_layout Plain Layout
31574 This an example text.
31575 \begin_inset ERT
31576 status collapsed
31577
31578 \begin_layout Plain Layout
31579
31580
31581 \backslash
31582 footnotemark{}
31583 \end_layout
31584
31585 \end_inset
31586
31587
31588 \end_layout
31589
31590 \end_inset
31591 </cell>
31592 </row>
31593 </lyxtabular>
31594
31595 \end_inset
31596
31597
31598 \begin_inset ERT
31599 status collapsed
31600
31601 \begin_layout Plain Layout
31602
31603
31604 \backslash
31605 footnotetext{
31606 \end_layout
31607
31608 \end_inset
31609
31610 Printed table footnote.
31611 \begin_inset ERT
31612 status collapsed
31613
31614 \begin_layout Plain Layout
31615
31616 }
31617 \end_layout
31618
31619 \end_inset
31620
31621
31622 \end_layout
31623
31624 \begin_layout Standard
31625 Footnotes in multi-page tables are described in section
31626 \begin_inset space ~
31627 \end_inset
31628
31629
31630 \begin_inset CommandInset ref
31631 LatexCommand ref
31632 reference "subsec:Footnotes-in-Multi-page"
31633
31634 \end_inset
31635
31636 .
31637 \end_layout
31638
31639 \begin_layout Standard
31640 Footnotes in minipage boxes are printed, but inside the box and with a different
31641  numbering because a minipage box is like a page inside a page.
31642  (For more about minipages, see section
31643 \begin_inset space ~
31644 \end_inset
31645
31646
31647 \begin_inset CommandInset ref
31648 LatexCommand ref
31649 reference "sec:Minipages"
31650
31651 \end_inset
31652
31653 .) To get a footnote in the minipage that is output at the bottom of the
31654  page like normal footnotes, also use the method of 
31655 \series bold
31656
31657 \backslash
31658 footnotemark{}
31659 \series default
31660  and 
31661 \series bold
31662
31663 \backslash
31664 footnotetext
31665 \series default
31666 .
31667 \end_layout
31668
31669 \begin_layout Standard
31670 \begin_inset Box Frameless
31671 position "t"
31672 hor_pos "c"
31673 has_inner_box 1
31674 inner_pos "t"
31675 use_parbox 0
31676 use_makebox 0
31677 width "100col%"
31678 special "none"
31679 height "1in"
31680 height_special "totalheight"
31681 thickness "0.4pt"
31682 separation "3pt"
31683 shadowsize "4pt"
31684 framecolor "black"
31685 backgroundcolor "none"
31686 status open
31687
31688 \begin_layout Plain Layout
31689 This an example text in a minipage.
31690 \begin_inset Foot
31691 status open
31692
31693 \begin_layout Plain Layout
31694 Footnote in the minipage.
31695 \end_layout
31696
31697 \end_inset
31698
31699
31700 \end_layout
31701
31702 \begin_layout Plain Layout
31703 This an example text in a minipage.
31704 \begin_inset ERT
31705 status collapsed
31706
31707 \begin_layout Plain Layout
31708
31709
31710 \backslash
31711 footnotemark{}
31712 \end_layout
31713
31714 \end_inset
31715
31716
31717 \end_layout
31718
31719 \end_inset
31720
31721
31722 \end_layout
31723
31724 \begin_layout Standard
31725 \begin_inset ERT
31726 status collapsed
31727
31728 \begin_layout Plain Layout
31729
31730
31731 \backslash
31732 footnotetext{
31733 \end_layout
31734
31735 \end_inset
31736
31737 Footnote outside the minipage.
31738 \begin_inset ERT
31739 status collapsed
31740
31741 \begin_layout Plain Layout
31742
31743 }
31744 \end_layout
31745
31746 \end_inset
31747
31748
31749 \end_layout
31750
31751 \begin_layout Standard
31752 \begin_inset VSpace defskip
31753 \end_inset
31754
31755
31756 \end_layout
31757
31758 \begin_layout Standard
31759 To refer to the same footnote several times without printing the footnote
31760  text every time, use the command 
31761 \series bold
31762
31763 \backslash
31764 footnotemark[number]
31765 \series default
31766  in \SpecialChar TeX
31767  code.
31768 \begin_inset Newline newline
31769 \end_inset
31770
31771 As you do not know the number of the repeating footnote while you are writing
31772  the text, you have to store its number.
31773  For the following footnote mark example, these commands were inserted in
31774  \SpecialChar TeX
31775  code after Footnote
31776 \begin_inset space ~
31777 \end_inset
31778
31779
31780 \begin_inset CommandInset ref
31781 LatexCommand ref
31782 reference "foot:This-is-an"
31783
31784 \end_inset
31785
31786  to store the footnote number:
31787 \end_layout
31788
31789 \begin_layout Standard
31790
31791 \series bold
31792
31793 \backslash
31794 newcounter{MyRepeatFoot}
31795 \begin_inset Newline newline
31796 \end_inset
31797
31798
31799 \backslash
31800 setcounter{MyRepeatFoot}{
31801 \backslash
31802 thefootnote}
31803 \end_layout
31804
31805 \begin_layout Standard
31806 The footnote mark was then created with this command:
31807 \end_layout
31808
31809 \begin_layout Standard
31810
31811 \series bold
31812
31813 \backslash
31814 footnotemark[
31815 \backslash
31816 theMyRepeatFoot]
31817 \end_layout
31818
31819 \begin_layout Standard
31820 Here is a repeated footnote:
31821 \family roman
31822 \series medium
31823 \bar no
31824
31825 \begin_inset ERT
31826 status collapsed
31827
31828 \begin_layout Plain Layout
31829
31830
31831 \backslash
31832 footnotemark[
31833 \backslash
31834 theMyRepeatFoot]
31835 \end_layout
31836
31837 \end_inset
31838
31839
31840 \end_layout
31841
31842 \begin_layout Standard
31843 If you want to repeat the previous footnote, you can omit the storage of
31844  the footnote number and just use this command instead:
31845 \end_layout
31846
31847 \begin_layout Standard
31848
31849 \series bold
31850
31851 \backslash
31852 footnotemark[
31853 \backslash
31854 thefootnote]
31855 \end_layout
31856
31857 \begin_layout Standard
31858 Here is another repeated footnote:
31859 \family roman
31860 \series medium
31861 \bar no
31862
31863 \begin_inset ERT
31864 status collapsed
31865
31866 \begin_layout Plain Layout
31867
31868
31869 \backslash
31870 footnotemark[
31871 \backslash
31872 thefootnote]
31873 \end_layout
31874
31875 \end_inset
31876
31877
31878 \end_layout
31879
31880 \begin_layout Subsection
31881 Footnote Numbering
31882 \begin_inset CommandInset label
31883 LatexCommand label
31884 name "subsec:Footnote-Numbering"
31885
31886 \end_inset
31887
31888
31889 \begin_inset Index idx
31890 status collapsed
31891
31892 \begin_layout Plain Layout
31893 Footnotes ! Numbering
31894 \end_layout
31895
31896 \end_inset
31897
31898
31899 \end_layout
31900
31901 \begin_layout Standard
31902 To reset the footnote number back to 1 after each section
31903 \family roman
31904 , add this command to your document preamble:
31905 \end_layout
31906
31907 \begin_layout Standard
31908
31909 \series bold
31910
31911 \backslash
31912 @addtoreset{footnote}{section}
31913 \end_layout
31914
31915 \begin_layout Standard
31916 \begin_inset VSpace bigskip
31917 \end_inset
31918
31919 The following preamble command changes the footnote numbering style to small
31920  roman numerals:
31921 \end_layout
31922
31923 \begin_layout Standard
31924
31925 \series bold
31926
31927 \backslash
31928 renewcommand{
31929 \backslash
31930 thefootnote}{
31931 \backslash
31932 roman{footnote}}
31933 \end_layout
31934
31935 \begin_layout Standard
31936 \begin_inset ERT
31937 status collapsed
31938
31939 \begin_layout Plain Layout
31940
31941
31942 \backslash
31943 renewcommand{
31944 \backslash
31945 thefootnote}{
31946 \backslash
31947 roman{footnote}}
31948 \end_layout
31949
31950 \end_inset
31951
31952  This is a footnote with roman numbering:
31953 \begin_inset Foot
31954 status open
31955
31956 \begin_layout Plain Layout
31957 This is an example footnote with roman numbering.
31958 \end_layout
31959
31960 \end_inset
31961
31962
31963 \end_layout
31964
31965 \begin_layout Standard
31966 To change the numbering style to capital roman numerals replace in the command
31967  above 
31968 \series bold
31969
31970 \backslash
31971 roman
31972 \series default
31973  by 
31974 \series bold
31975
31976 \backslash
31977 Roman
31978 \series default
31979 .
31980  To 
31981 \begin_inset Quotes eld
31982 \end_inset
31983
31984 number
31985 \begin_inset Quotes erd
31986 \end_inset
31987
31988  footnotes with capital or small Latin letters use 
31989 \series bold
31990
31991 \backslash
31992 Alph
31993 \series default
31994  or 
31995 \series bold
31996
31997 \backslash
31998 alph
31999 \series default
32000 , respectively.
32001  To 
32002 \begin_inset Quotes eld
32003 \end_inset
32004
32005 number
32006 \begin_inset Quotes erd
32007 \end_inset
32008
32009  footnotes with symbols use 
32010 \series bold
32011
32012 \backslash
32013 fnsymbol
32014 \series default
32015 .
32016 \end_layout
32017
32018 \begin_layout Standard
32019 \begin_inset Note Greyedout
32020 status open
32021
32022 \begin_layout Plain Layout
32023
32024 \series bold
32025 Note:
32026 \series default
32027  You can only number 26 footnotes with Latin letters, because this numbering
32028  is limited to single letters.
32029 \end_layout
32030
32031 \end_inset
32032
32033
32034 \begin_inset Newline newline
32035 \end_inset
32036
32037
32038 \begin_inset Note Greyedout
32039 status open
32040
32041 \begin_layout Plain Layout
32042
32043 \series bold
32044 Note:
32045 \series default
32046  You can only number 9 footnotes with symbols.
32047 \end_layout
32048
32049 \end_inset
32050
32051
32052 \end_layout
32053
32054 \begin_layout Standard
32055 To return to the default numbering style after you have changed to another
32056  one, use 
32057 \series bold
32058
32059 \backslash
32060 arabic
32061 \series default
32062  instead of 
32063 \series bold
32064
32065 \backslash
32066 roman
32067 \series default
32068  in the command above.
32069 \begin_inset ERT
32070 status collapsed
32071
32072 \begin_layout Plain Layout
32073
32074
32075 \backslash
32076 renewcommand{
32077 \backslash
32078 thefootnote}{
32079 \backslash
32080 arabic{footnote}}
32081 \end_layout
32082
32083 \end_inset
32084
32085
32086 \end_layout
32087
32088 \begin_layout Standard
32089 \begin_inset VSpace bigskip
32090 \end_inset
32091
32092
32093 \end_layout
32094
32095 \begin_layout Standard
32096 If you want to have footnotes numbered in the scheme 
32097 \begin_inset Quotes eld
32098 \end_inset
32099
32100 chapter.footnote
32101 \begin_inset Quotes erd
32102 \end_inset
32103
32104 , add the following command to your document preamble:
32105 \end_layout
32106
32107 \begin_layout Standard
32108
32109 \series bold
32110
32111 \backslash
32112 numberwithin{footnote}{chapter}
32113 \end_layout
32114
32115 \begin_layout Standard
32116 To be able to use the command 
32117 \series bold
32118
32119 \backslash
32120 numberwithin
32121 \series default
32122 , set in the tab 
32123 \family sans
32124 Math
32125 \begin_inset space ~
32126 \end_inset
32127
32128 Options
32129 \family default
32130  in the document settings the option 
32131 \family sans
32132 Use
32133 \begin_inset space ~
32134 \end_inset
32135
32136 AMS
32137 \begin_inset space ~
32138 \end_inset
32139
32140 math
32141 \begin_inset space ~
32142 \end_inset
32143
32144 package
32145 \family default
32146 .
32147 \end_layout
32148
32149 \begin_layout Standard
32150 \begin_inset ERT
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154
32155
32156 \backslash
32157 numberwithin{footnote}{chapter}
32158 \end_layout
32159
32160 \end_inset
32161
32162 This is another example footnote:
32163 \series bold
32164
32165 \begin_inset Foot
32166 status open
32167
32168 \begin_layout Plain Layout
32169 This is a footnote numbered in the scheme 
32170 \begin_inset Quotes eld
32171 \end_inset
32172
32173 chapter.footnote
32174 \begin_inset Quotes erd
32175 \end_inset
32176
32177 .
32178 \end_layout
32179
32180 \end_inset
32181
32182
32183 \series default
32184
32185 \begin_inset ERT
32186 status collapsed
32187
32188 \begin_layout Plain Layout
32189
32190
32191 \backslash
32192 renewcommand{
32193 \backslash
32194 thefootnote}{
32195 \backslash
32196 arabic{footnote}}
32197 \end_layout
32198
32199 \end_inset
32200
32201
32202 \end_layout
32203
32204 \begin_layout Standard
32205 \begin_inset Note Greyedout
32206 status open
32207
32208 \begin_layout Plain Layout
32209
32210 \series bold
32211 Note:
32212 \series default
32213  
32214 \series bold
32215
32216 \backslash
32217 numberwithin
32218 \series default
32219  always prints out the footnote number as arabic number; previous redefinitions
32220  to get non-arabic numbers are overwritten.
32221 \end_layout
32222
32223 \end_inset
32224
32225
32226 \end_layout
32227
32228 \begin_layout Standard
32229 So to get for example the scheme 
32230 \begin_inset Quotes eld
32231 \end_inset
32232
32233 chapter.
32234 \backslash
32235 Roman{footnote}
32236 \begin_inset Quotes erd
32237 \end_inset
32238
32239 , use this command instead of 
32240 \series bold
32241
32242 \backslash
32243 numberwithin
32244 \series default
32245 :
32246 \end_layout
32247
32248 \begin_layout Standard
32249
32250 \series bold
32251
32252 \backslash
32253 renewcommand{
32254 \backslash
32255 thefootnote}{
32256 \backslash
32257 thechapter.
32258 \backslash
32259 Roman{footnote}}
32260 \end_layout
32261
32262 \begin_layout Subsection
32263 Footnote Placement
32264 \begin_inset Index idx
32265 status collapsed
32266
32267 \begin_layout Plain Layout
32268 Footnotes ! Placement
32269 \end_layout
32270
32271 \end_inset
32272
32273
32274 \end_layout
32275
32276 \begin_layout Standard
32277 If you have several footnotes in one page, they appear without vertical
32278  space between them at the bottom of the page.
32279  To make them more readable you can e.
32280 \begin_inset space \thinspace{}
32281 \end_inset
32282
32283 g.
32284 \begin_inset space \space{}
32285 \end_inset
32286
32287 add 1.5
32288 \begin_inset space \thinspace{}
32289 \end_inset
32290
32291 mm space with the following preamble command:
32292 \end_layout
32293
32294 \begin_layout Standard
32295
32296 \series bold
32297
32298 \backslash
32299 let
32300 \backslash
32301 myFoot
32302 \backslash
32303 footnote
32304 \begin_inset Newline newline
32305 \end_inset
32306
32307
32308 \backslash
32309 renewcommand{
32310 \backslash
32311 footnote}[1]{
32312 \backslash
32313 myFoot{#1
32314 \backslash
32315 vspace{1.5mm}}}
32316 \end_layout
32317
32318 \begin_layout Standard
32319 \begin_inset VSpace bigskip
32320 \end_inset
32321
32322 In a two-column document the footnotes appear at the bottom of every column,
32323  see Figure
32324 \begin_inset space ~
32325 \end_inset
32326
32327
32328 \begin_inset CommandInset ref
32329 LatexCommand ref
32330 reference "fig:Standard-footnote-placement"
32331
32332 \end_inset
32333
32334 .
32335  If the footnotes should only appear at the bottom of the right column,
32336  as in Figure
32337 \begin_inset space ~
32338 \end_inset
32339
32340
32341 \begin_inset CommandInset ref
32342 LatexCommand ref
32343 reference "fig:Footnote-placement-in"
32344
32345 \end_inset
32346
32347 , use the \SpecialChar LaTeX
32348 -package 
32349 \series bold
32350 ftnright
32351 \series default
32352
32353 \begin_inset Index idx
32354 status collapsed
32355
32356 \begin_layout Plain Layout
32357 \SpecialChar LaTeX
32358 -packages ! ftnright
32359 \end_layout
32360
32361 \end_inset
32362
32363  with this command in the document preamble:
32364 \end_layout
32365
32366 \begin_layout Standard
32367
32368 \series bold
32369
32370 \backslash
32371 usepackage{ftnright}
32372 \end_layout
32373
32374 \begin_layout Standard
32375 \begin_inset Float figure
32376 placement !h
32377 wide false
32378 sideways false
32379 status open
32380
32381 \begin_layout Plain Layout
32382 \noindent
32383 \align center
32384 \begin_inset Box Boxed
32385 position "t"
32386 hor_pos "c"
32387 has_inner_box 0
32388 inner_pos "t"
32389 use_parbox 0
32390 use_makebox 0
32391 width ""
32392 special "none"
32393 height "1in"
32394 height_special "totalheight"
32395 thickness "0.4pt"
32396 separation "3pt"
32397 shadowsize "4pt"
32398 framecolor "black"
32399 backgroundcolor "none"
32400 status open
32401
32402 \begin_layout Plain Layout
32403 \begin_inset Graphics
32404         filename clipart/without_fntright.pdf
32405         width 100col%
32406         scaleBeforeRotation
32407
32408 \end_inset
32409
32410
32411 \end_layout
32412
32413 \end_inset
32414
32415
32416 \end_layout
32417
32418 \begin_layout Plain Layout
32419 \begin_inset Caption Standard
32420
32421 \begin_layout Plain Layout
32422 \begin_inset CommandInset label
32423 LatexCommand label
32424 name "fig:Standard-footnote-placement"
32425
32426 \end_inset
32427
32428 Standard footnote placement in two-column documents.
32429 \end_layout
32430
32431 \end_inset
32432
32433
32434 \end_layout
32435
32436 \end_inset
32437
32438
32439 \end_layout
32440
32441 \begin_layout Standard
32442 \begin_inset Float figure
32443 placement !h
32444 wide false
32445 sideways false
32446 status open
32447
32448 \begin_layout Plain Layout
32449 \noindent
32450 \align center
32451 \begin_inset Box Boxed
32452 position "t"
32453 hor_pos "c"
32454 has_inner_box 0
32455 inner_pos "t"
32456 use_parbox 0
32457 use_makebox 0
32458 width ""
32459 special "none"
32460 height "1in"
32461 height_special "totalheight"
32462 thickness "0.4pt"
32463 separation "3pt"
32464 shadowsize "4pt"
32465 framecolor "black"
32466 backgroundcolor "none"
32467 status open
32468
32469 \begin_layout Plain Layout
32470 \begin_inset Graphics
32471         filename clipart/with_fntright.pdf
32472         width 100col%
32473         scaleBeforeRotation
32474
32475 \end_inset
32476
32477
32478 \end_layout
32479
32480 \end_inset
32481
32482
32483 \end_layout
32484
32485 \begin_layout Plain Layout
32486 \begin_inset Caption Standard
32487
32488 \begin_layout Plain Layout
32489 \begin_inset CommandInset label
32490 LatexCommand label
32491 name "fig:Footnote-placement-in"
32492
32493 \end_inset
32494
32495 Footnote placement in two-column documents when the \SpecialChar LaTeX
32496 -package 
32497 \series bold
32498 ftnright
32499 \series default
32500  is used.
32501 \end_layout
32502
32503 \end_inset
32504
32505
32506 \end_layout
32507
32508 \end_inset
32509
32510
32511 \end_layout
32512
32513 \begin_layout Standard
32514 \begin_inset VSpace bigskip
32515 \end_inset
32516
32517 In some scientific literature it is usual to collect the footnotes and print
32518  them in a separate paragraph at the end of a section, as in Figure
32519 \begin_inset space ~
32520 \end_inset
32521
32522
32523 \begin_inset CommandInset ref
32524 LatexCommand ref
32525 reference "fig:Endnotes"
32526
32527 \end_inset
32528
32529 .
32530  They are then called 
32531 \begin_inset Quotes eld
32532 \end_inset
32533
32534 endnotes
32535 \begin_inset Quotes erd
32536 \end_inset
32537
32538 .
32539 \begin_inset Index idx
32540 status collapsed
32541
32542 \begin_layout Plain Layout
32543 Endnotes
32544 \end_layout
32545
32546 \end_inset
32547
32548  To use endnotes instead of footnotes in your document, load in the menu
32549  
32550 \family sans
32551 Document\SpecialChar menuseparator
32552 Settings\SpecialChar menuseparator
32553 Modules 
32554 \family default
32555 the module 
32556 \family sans
32557 Foot
32558 \begin_inset space ~
32559 \end_inset
32560
32561 to
32562 \begin_inset space ~
32563 \end_inset
32564
32565 End
32566 \family default
32567 .
32568  To insert the collected footnotes, insert the command
32569 \end_layout
32570
32571 \begin_layout Standard
32572
32573 \series bold
32574
32575 \backslash
32576 theendnotes
32577 \end_layout
32578
32579 \begin_layout Standard
32580 in \SpecialChar TeX
32581  Code at the end of a section or chapter.
32582 \end_layout
32583
32584 \begin_layout Standard
32585 \begin_inset Float figure
32586 wide false
32587 sideways false
32588 status open
32589
32590 \begin_layout Plain Layout
32591 \noindent
32592 \align center
32593 \begin_inset Box Boxed
32594 position "t"
32595 hor_pos "c"
32596 has_inner_box 0
32597 inner_pos "t"
32598 use_parbox 0
32599 use_makebox 0
32600 width ""
32601 special "none"
32602 height "1in"
32603 height_special "totalheight"
32604 thickness "0.4pt"
32605 separation "3pt"
32606 shadowsize "4pt"
32607 framecolor "black"
32608 backgroundcolor "none"
32609 status open
32610
32611 \begin_layout Plain Layout
32612 \begin_inset Graphics
32613         filename clipart/endnotes.pdf
32614         width 100col%
32615         scaleBeforeRotation
32616
32617 \end_inset
32618
32619
32620 \end_layout
32621
32622 \end_inset
32623
32624
32625 \end_layout
32626
32627 \begin_layout Plain Layout
32628 \begin_inset Caption Standard
32629
32630 \begin_layout Plain Layout
32631 \begin_inset CommandInset label
32632 LatexCommand label
32633 name "fig:Endnotes"
32634
32635 \end_inset
32636
32637 Endnotes – footnotes are printed in a separate paragraph at the end of sections
32638  or chapters.
32639 \end_layout
32640
32641 \end_inset
32642
32643
32644 \end_layout
32645
32646 \end_inset
32647
32648
32649 \end_layout
32650
32651 \begin_layout Standard
32652 \begin_inset VSpace medskip
32653 \end_inset
32654
32655 The paragraph heading for the endnotes isn't automatically translated into
32656  the document language, this must be done manually.
32657  The following preamble command translates the default English 
32658 \begin_inset Quotes eld
32659 \end_inset
32660
32661 Notes
32662 \begin_inset Quotes erd
32663 \end_inset
32664
32665  into the German 
32666 \begin_inset Quotes eld
32667 \end_inset
32668
32669 Anmerkungen
32670 \begin_inset Quotes erd
32671 \end_inset
32672
32673 :
32674 \end_layout
32675
32676 \begin_layout Standard
32677
32678 \series bold
32679
32680 \backslash
32681 renewcommand{
32682 \backslash
32683 notesname}{Anmerkungen}
32684 \end_layout
32685
32686 \begin_layout Standard
32687 \begin_inset VSpace medskip
32688 \end_inset
32689
32690 The numbering of endnotes can be changed like the footnote numbering as
32691  described in section
32692 \begin_inset space ~
32693 \end_inset
32694
32695
32696 \begin_inset CommandInset ref
32697 LatexCommand ref
32698 reference "subsec:Footnote-Numbering"
32699
32700 \end_inset
32701
32702 ; just replace the command 
32703 \series bold
32704
32705 \backslash
32706 thefootnote
32707 \series default
32708  by 
32709 \series bold
32710
32711 \backslash
32712 theendnote
32713 \series default
32714 .
32715  To reset the endnote number use the command 
32716 \series bold
32717
32718 \backslash
32719 @addtoreset
32720 \series default
32721  as described in section
32722 \begin_inset space ~
32723 \end_inset
32724
32725
32726 \begin_inset CommandInset ref
32727 LatexCommand ref
32728 reference "subsec:Footnote-Numbering"
32729
32730 \end_inset
32731
32732  and replace the command parameter 
32733 \series bold
32734 footnote
32735 \series default
32736  by 
32737 \series bold
32738 endnote
32739 \series default
32740 .
32741 \end_layout
32742
32743 \begin_layout Standard
32744 For endnotes there is the command 
32745 \series bold
32746
32747 \backslash
32748 endnotemark[number]
32749 \series default
32750  similar to the command 
32751 \series bold
32752
32753 \backslash
32754 footnotemark
32755 \series default
32756 , that is described in section
32757 \begin_inset space ~
32758 \end_inset
32759
32760
32761 \begin_inset CommandInset ref
32762 LatexCommand ref
32763 reference "sec:Footnotes"
32764
32765 \end_inset
32766
32767 .
32768 \end_layout
32769
32770 \begin_layout Standard
32771 \begin_inset VSpace bigskip
32772 \end_inset
32773
32774 Footnotes can also be placed in the page margin and the footnote text alignment
32775  can be changed, see the \SpecialChar LaTeX
32776 -package 
32777 \series bold
32778 footmisc
32779 \series default
32780
32781 \begin_inset Index idx
32782 status collapsed
32783
32784 \begin_layout Plain Layout
32785 \SpecialChar LaTeX
32786 -packages ! footmisc
32787 \end_layout
32788
32789 \end_inset
32790
32791
32792 \begin_inset CommandInset citation
32793 LatexCommand cite
32794 key "footmisc"
32795 literal "true"
32796
32797 \end_inset
32798
32799  for more information about this.
32800 \end_layout
32801
32802 \begin_layout Standard
32803 For various further footnote formatting issues have a look at \SpecialChar LaTeX
32804 -books, 
32805 \begin_inset CommandInset citation
32806 LatexCommand cite
32807 key "latexcompanion,latexguide,latexbook"
32808 literal "true"
32809
32810 \end_inset
32811
32812 .
32813  If you are using a 
32814 \series bold
32815 KOMA-Script
32816 \series default
32817
32818 \begin_inset Index idx
32819 status collapsed
32820
32821 \begin_layout Plain Layout
32822 \SpecialChar LaTeX
32823 -packages ! KOMA-Script
32824 \end_layout
32825
32826 \end_inset
32827
32828  document class, you can adjust all footnote settings using class-specific
32829  commands, see 
32830 \begin_inset CommandInset citation
32831 LatexCommand cite
32832 key "KOMA-Script"
32833 literal "true"
32834
32835 \end_inset
32836
32837 .
32838 \end_layout
32839
32840 \begin_layout Section
32841 Margin Notes
32842 \begin_inset Index idx
32843 status collapsed
32844
32845 \begin_layout Plain Layout
32846 Notes ! Margin Notes
32847 \end_layout
32848
32849 \end_inset
32850
32851
32852 \end_layout
32853
32854 \begin_layout Standard
32855 Margin notes look and behave in \SpecialChar LyX
32856  like footnotes.
32857  They are inserted via the menu 
32858 \family sans
32859 Insert\SpecialChar menuseparator
32860 Marginal
32861 \begin_inset space ~
32862 \end_inset
32863
32864 Note
32865 \family default
32866  or the toolbar button 
32867 \begin_inset Info
32868 type  "icon"
32869 arg   "marginalnote-insert"
32870 \end_inset
32871
32872 .
32873  A grey 
32874 \family roman
32875 \series medium
32876 box with the
32877 \family default
32878 \series default
32879  red 
32880 \family roman
32881 \series medium
32882 label 
32883 \begin_inset Quotes eld
32884 \end_inset
32885
32886 margin
32887 \begin_inset Quotes erd
32888 \end_inset
32889
32890  appears where you can enter the text of the margin note.
32891 \end_layout
32892
32893 \begin_layout Standard
32894 At the side is an example margin note.
32895
32896 \family roman
32897 \series medium
32898  
32899 \begin_inset Marginal
32900 status open
32901
32902 \begin_layout Plain Layout
32903 This is a margin note.
32904 \end_layout
32905
32906 \end_inset
32907
32908
32909 \end_layout
32910
32911 \begin_layout Standard
32912 Margin notes appear at the right side in single-sided documents.
32913  In double-sided documents they appear in the outer margin – left on even
32914  pages, right on odd pages.
32915  The text of margin notes is aligned opposite to the outer margin – right-aligne
32916 d when the note appears in the left margin.
32917  The first line of the margin note is placed at the position of the text
32918  line where it is inserted in the document.
32919 \end_layout
32920
32921 \begin_layout Standard
32922 \begin_inset VSpace bigskip
32923 \end_inset
32924
32925 To place the margin note in the inner margin, add the command
32926 \end_layout
32927
32928 \begin_layout Standard
32929
32930 \series bold
32931
32932 \backslash
32933 reversemarginpar
32934 \end_layout
32935
32936 \begin_layout Standard
32937 in \SpecialChar TeX
32938  Code before a margin note.
32939  The new placement is valid for all subsequent margin notes.
32940  
32941 \begin_inset ERT
32942 status collapsed
32943
32944 \begin_layout Plain Layout
32945
32946
32947 \backslash
32948 reversemarginpar 
32949 \end_layout
32950
32951 \end_inset
32952
32953
32954 \begin_inset Marginal
32955 status open
32956
32957 \begin_layout Plain Layout
32958 This is a margin note in the inner margin.
32959 \end_layout
32960
32961 \end_inset
32962
32963
32964 \series bold
32965
32966 \begin_inset Newline newline
32967 \end_inset
32968
32969
32970 \series default
32971
32972 \begin_inset Note Greyedout
32973 status open
32974
32975 \begin_layout Plain Layout
32976
32977 \series bold
32978 Note:
32979 \series default
32980  There is often not enough space in the inner margin so that the notes are
32981  not correctly displayed in the output.
32982 \end_layout
32983
32984 \end_inset
32985
32986
32987 \end_layout
32988
32989 \begin_layout Standard
32990 To return to the default placement insert the command
32991 \end_layout
32992
32993 \begin_layout Standard
32994
32995 \series bold
32996
32997 \backslash
32998 normalmarginpar
32999 \end_layout
33000
33001 \begin_layout Standard
33002 in \SpecialChar TeX
33003  Code.
33004 \begin_inset ERT
33005 status collapsed
33006
33007 \begin_layout Plain Layout
33008
33009
33010 \backslash
33011 normalmarginpar 
33012 \end_layout
33013
33014 \end_inset
33015
33016  
33017 \begin_inset Note Greyedout
33018 status open
33019
33020 \begin_layout Plain Layout
33021
33022 \series bold
33023 Note:
33024 \series default
33025  The command is ignored when it is within a paragraph where also the command
33026  
33027 \series bold
33028
33029 \backslash
33030 reversemarginpar
33031 \series default
33032  is inserted.
33033 \end_layout
33034
33035 \end_inset
33036
33037
33038 \end_layout
33039
33040 \begin_layout Standard
33041 \begin_inset VSpace bigskip
33042 \end_inset
33043
33044
33045 \family roman
33046 \series medium
33047
33048 \begin_inset Marginal
33049 status open
33050
33051 \begin_layout Plain Layout
33052 AVeryLongMarginParWord that isn't hyphenated.
33053 \end_layout
33054
33055 \end_inset
33056
33057
33058 \family default
33059 \series default
33060  Similar to the case described in section
33061 \begin_inset space ~
33062 \end_inset
33063
33064
33065 \begin_inset CommandInset ref
33066 LatexCommand ref
33067 reference "subsec:Multiple-Lines-in"
33068
33069 \end_inset
33070
33071 , long words cannot be hyphenated when they are the first word in a margin
33072  note.
33073  To avoid this, insert 0
33074 \begin_inset space \thinspace{}
33075 \end_inset
33076
33077 pt horizontal space before the word
33078 \family roman
33079 \series medium
33080 .
33081  
33082 \begin_inset Marginal
33083 status open
33084
33085 \begin_layout Plain Layout
33086 \begin_inset space \hspace*{}
33087 \length 0pt
33088 \end_inset
33089
33090 AVeryLongMarginParWord that is hyphenated.
33091 \end_layout
33092
33093 \end_inset
33094
33095
33096 \end_layout
33097
33098 \begin_layout Standard
33099 \begin_inset VSpace bigskip
33100 \end_inset
33101
33102
33103 \end_layout
33104
33105 \begin_layout Standard
33106 \begin_inset Note Greyedout
33107 status open
33108
33109 \begin_layout Plain Layout
33110
33111 \series bold
33112 Note:
33113 \series default
33114  Margin notes can normally not be used inside tables, floats, and footnotes.
33115 \end_layout
33116
33117 \end_inset
33118
33119
33120 \end_layout
33121
33122 \begin_layout Standard
33123 \begin_inset VSpace bigskip
33124 \end_inset
33125
33126
33127 \end_layout
33128
33129 \begin_layout Standard
33130 \begin_inset ERT
33131 status collapsed
33132
33133 \begin_layout Plain Layout
33134
33135
33136 \backslash
33137 ifmarginnote
33138 \end_layout
33139
33140 \end_inset
33141
33142
33143 \begin_inset Note Note
33144 status open
33145
33146 \begin_layout Plain Layout
33147 The following section will only be displayed when the \SpecialChar LaTeX
33148 -package 
33149 \series bold
33150 marginnote
33151 \series default
33152  is installed.
33153 \end_layout
33154
33155 \end_inset
33156
33157
33158 \end_layout
33159
33160 \begin_layout Standard
33161 This restriction can be evaded by using the \SpecialChar LaTeX
33162 -package 
33163 \series bold
33164 marginnote
33165 \series default
33166
33167 \begin_inset Index idx
33168 status collapsed
33169
33170 \begin_layout Plain Layout
33171 \SpecialChar LaTeX
33172 -packages ! marginnote
33173 \end_layout
33174
33175 \end_inset
33176
33177 .
33178  By adding these two lines to your document preamble, the command used by
33179  \SpecialChar LyX
33180  for margin notes is redefined to use the command provided by the 
33181 \series bold
33182 marginnote
33183 \series default
33184 -package:
33185 \end_layout
33186
33187 \begin_layout Standard
33188
33189 \series bold
33190
33191 \backslash
33192 usepackage{marginnote}
33193 \begin_inset Newline newline
33194 \end_inset
33195
33196
33197 \backslash
33198 let
33199 \backslash
33200 marginpar
33201 \backslash
33202 marginnote
33203 \end_layout
33204
33205 \begin_layout Standard
33206 This is also used in this document because 
33207 \series bold
33208 marginnote
33209 \series default
33210  has another useful feature: You can set a vertical offset for the note.
33211  This is often needed when too many margin notes are too close together
33212  or for a better page layout.
33213  The offset is set in \SpecialChar LyX
33214  as \SpecialChar TeX
33215  Code directly after the margin note in the scheme
33216 \end_layout
33217
33218 \begin_layout Standard
33219
33220 \series bold
33221 [offset]
33222 \end_layout
33223
33224 \begin_layout Standard
33225 where the offset is a length with one of the units listed in Table
33226 \begin_inset space ~
33227 \end_inset
33228
33229
33230 \begin_inset CommandInset ref
33231 LatexCommand ref
33232 reference "tab:Units"
33233
33234 \end_inset
33235
33236 .
33237  A negative value shifts the note up, a positive value shifts it down.
33238  
33239 \family roman
33240 \series medium
33241 For example the margin note beside this text line is shifted up 1.5
33242 \begin_inset space \thinspace{}
33243 \end_inset
33244
33245 cm with the \SpecialChar TeX
33246  Code command 
33247 \begin_inset Quotes eld
33248 \end_inset
33249
33250
33251 \family default
33252 \series bold
33253 [-1.5cm]
33254 \family roman
33255 \series medium
33256
33257 \begin_inset Quotes erd
33258 \end_inset
33259
33260
33261 \begin_inset Marginal
33262 status open
33263
33264 \begin_layout Plain Layout
33265 This margin note is shifted up 1.5
33266 \begin_inset space \thinspace{}
33267 \end_inset
33268
33269 cm from its original position.
33270 \end_layout
33271
33272 \end_inset
33273
33274
33275 \family default
33276 \series default
33277
33278 \begin_inset ERT
33279 status collapsed
33280
33281 \begin_layout Plain Layout
33282
33283 [-1.5cm]
33284 \end_layout
33285
33286 \end_inset
33287
33288
33289 \end_layout
33290
33291 \begin_layout Standard
33292 \begin_inset VSpace medskip
33293 \end_inset
33294
33295 With 
33296 \series bold
33297 marginnote
33298 \series default
33299  you can also change the alignment of the text in the margin note.
33300  For example the commands
33301 \end_layout
33302
33303 \begin_layout Standard
33304
33305 \series bold
33306
33307 \backslash
33308 renewcommand*{
33309 \backslash
33310 raggedleftmarginnote}{
33311 \backslash
33312 centering}
33313 \begin_inset Newline newline
33314 \end_inset
33315
33316
33317 \backslash
33318 renewcommand*{
33319 \backslash
33320 raggedrightmarginnote}{
33321 \backslash
33322 centering}
33323 \end_layout
33324
33325 \begin_layout Standard
33326 set the alignment to centered.
33327  
33328 \series bold
33329
33330 \backslash
33331 raggedleftmarginnote
33332 \series default
33333  denotes margin notes that appear at the left side.
33334 \family roman
33335 \series medium
33336
33337 \begin_inset ERT
33338 status collapsed
33339
33340 \begin_layout Plain Layout
33341
33342
33343 \backslash
33344 renewcommand*{
33345 \backslash
33346 raggedleftmarginnote}{
33347 \backslash
33348 centering}
33349 \end_layout
33350
33351 \begin_layout Plain Layout
33352
33353
33354 \backslash
33355 renewcommand*{
33356 \backslash
33357 raggedrightmarginnote}{
33358 \backslash
33359 centering}
33360 \end_layout
33361
33362 \end_inset
33363
33364
33365 \begin_inset Marginal
33366 status open
33367
33368 \begin_layout Plain Layout
33369 The text of this margin note is centered.
33370 \end_layout
33371
33372 \end_inset
33373
33374
33375 \family default
33376 \series default
33377  The default is
33378 \end_layout
33379
33380 \begin_layout Standard
33381
33382 \series bold
33383
33384 \backslash
33385 renewcommand*{
33386 \backslash
33387 raggedleftmarginnote}{
33388 \backslash
33389 raggedleft}
33390 \begin_inset Newline newline
33391 \end_inset
33392
33393
33394 \backslash
33395 renewcommand*{
33396 \backslash
33397 raggedrightmarginnote}{
33398 \backslash
33399 raggedright}
33400 \family roman
33401 \series medium
33402
33403 \begin_inset ERT
33404 status collapsed
33405
33406 \begin_layout Plain Layout
33407
33408
33409 \backslash
33410 renewcommand*{
33411 \backslash
33412 raggedleftmarginnote}{
33413 \backslash
33414 raggedleft}
33415 \end_layout
33416
33417 \begin_layout Plain Layout
33418
33419
33420 \backslash
33421 renewcommand*{
33422 \backslash
33423 raggedrightmarginnote}{
33424 \backslash
33425 raggedright}
33426 \end_layout
33427
33428 \end_inset
33429
33430
33431 \end_layout
33432
33433 \begin_layout Standard
33434 \begin_inset VSpace medskip
33435 \end_inset
33436
33437 For the other features of 
33438 \series bold
33439 marginnote
33440 \series default
33441  refer to its documentation 
33442 \begin_inset CommandInset citation
33443 LatexCommand cite
33444 key "marginnote"
33445 literal "true"
33446
33447 \end_inset
33448
33449 .
33450 \end_layout
33451
33452 \begin_layout Standard
33453 \begin_inset VSpace bigskip
33454 \end_inset
33455
33456 You can adjust the layout of margin notes by changing its definition.
33457  To create for example a header for all margin notes with the underlined,
33458  sans-serif, and bold header text 
33459 \begin_inset Quotes eld
33460 \end_inset
33461
33462
33463 \family sans
33464 \series bold
33465 \bar under
33466 Attention!
33467 \family default
33468 \series default
33469 \bar default
33470
33471 \begin_inset Quotes erd
33472 \end_inset
33473
33474 , add this to your document preamble:
33475 \end_layout
33476
33477 \begin_layout Standard
33478
33479 \series bold
33480
33481 \backslash
33482 let
33483 \backslash
33484 myMarginpar
33485 \backslash
33486 marginpar
33487 \begin_inset Newline newline
33488 \end_inset
33489
33490
33491 \backslash
33492 renewcommand{
33493 \backslash
33494 marginpar}[1]{
33495 \backslash
33496 myMarginpar{%
33497 \begin_inset Newline newline
33498 \end_inset
33499
33500
33501 \begin_inset Phantom HPhantom
33502 status open
33503
33504 \begin_layout Plain Layout
33505
33506 \series bold
33507 \begin_inset space ~
33508 \end_inset
33509
33510
33511 \end_layout
33512
33513 \end_inset
33514
33515
33516 \backslash
33517 hspace{0pt}
33518 \backslash
33519 textsf{
33520 \backslash
33521 textbf{
33522 \backslash
33523 underbar{Attention!}}}%
33524 \begin_inset Newline newline
33525 \end_inset
33526
33527
33528 \begin_inset Phantom HPhantom
33529 status open
33530
33531 \begin_layout Plain Layout
33532
33533 \series bold
33534 \begin_inset space ~
33535 \end_inset
33536
33537
33538 \end_layout
33539
33540 \end_inset
33541
33542
33543 \backslash
33544 vspace{1.5mm}
33545 \backslash
33546
33547 \backslash
33548 #1}}
33549 \end_layout
33550
33551 \begin_layout Standard
33552
33553 \family roman
33554 \series medium
33555 \begin_inset ERT
33556 status collapsed
33557
33558 \begin_layout Plain Layout
33559
33560
33561 \backslash
33562 let
33563 \backslash
33564 myMarginpar
33565 \backslash
33566 marginpar
33567 \end_layout
33568
33569 \begin_layout Plain Layout
33570
33571
33572 \backslash
33573 renewcommand{
33574 \backslash
33575 marginpar}[1]{
33576 \backslash
33577 myMarginpar{%
33578 \end_layout
33579
33580 \begin_layout Plain Layout
33581
33582    
33583 \backslash
33584 textsf{
33585 \backslash
33586 textbf{
33587 \backslash
33588 underbar{Attention!}}}%
33589 \end_layout
33590
33591 \begin_layout Plain Layout
33592
33593    
33594 \backslash
33595 vspace{1.5mm}
33596 \backslash
33597
33598 \backslash
33599 #1}}
33600 \end_layout
33601
33602 \end_inset
33603
33604
33605 \begin_inset Marginal
33606 status open
33607
33608 \begin_layout Plain Layout
33609 This is a margin note with a defined heading.
33610 \end_layout
33611
33612 \end_inset
33613
33614
33615 \family default
33616 \series default
33617
33618 \begin_inset ERT
33619 status collapsed
33620
33621 \begin_layout Plain Layout
33622
33623 [-1.5cm]
33624 \end_layout
33625
33626 \end_inset
33627
33628
33629 \family roman
33630 \series medium
33631
33632 \begin_inset ERT
33633 status collapsed
33634
33635 \begin_layout Plain Layout
33636
33637
33638 \backslash
33639 renewcommand{
33640 \backslash
33641 marginpar}[1]{
33642 \backslash
33643 myMarginpar{#1}}
33644 \end_layout
33645
33646 \end_inset
33647
33648
33649 \family default
33650 \series default
33651
33652 \begin_inset Note Note
33653 status collapsed
33654
33655 \begin_layout Plain Layout
33656 The margin note format is changed only for this example.
33657 \end_layout
33658
33659 \end_inset
33660
33661
33662 \end_layout
33663
33664 \begin_layout Standard
33665 \begin_inset ERT
33666 status collapsed
33667
33668 \begin_layout Plain Layout
33669
33670
33671 \backslash
33672 else
33673 \end_layout
33674
33675 \end_inset
33676
33677
33678 \begin_inset Note Note
33679 status open
33680
33681 \begin_layout Plain Layout
33682 The following will be displayed when the \SpecialChar LaTeX
33683 -package 
33684 \series bold
33685 marginnote
33686 \series default
33687  is not installed:
33688 \end_layout
33689
33690 \end_inset
33691
33692
33693 \end_layout
33694
33695 \begin_layout Standard
33696 You need to install the \SpecialChar LaTeX
33697 -package 
33698 \series bold
33699 marginnote
33700 \series default
33701  to see the following part of this section in the output.
33702 \end_layout
33703
33704 \begin_layout Standard
33705 \begin_inset ERT
33706 status collapsed
33707
33708 \begin_layout Plain Layout
33709
33710
33711 \backslash
33712 fi
33713 \end_layout
33714
33715 \end_inset
33716
33717
33718 \end_layout
33719
33720 \begin_layout Chapter
33721 Boxes
33722 \end_layout
33723
33724 \begin_layout Section
33725 Introduction
33726 \begin_inset Index idx
33727 status collapsed
33728
33729 \begin_layout Plain Layout
33730 Boxes ! Introduction
33731 \end_layout
33732
33733 \end_inset
33734
33735
33736 \end_layout
33737
33738 \begin_layout Standard
33739 Boxes are used to format a block of text.
33740  Boxes can be used to write documents with multiple languages, see section
33741 \begin_inset space ~
33742 \end_inset
33743
33744
33745 \begin_inset CommandInset ref
33746 LatexCommand ref
33747 reference "sec:Minipages"
33748
33749 \end_inset
33750
33751 , to frame texts, see section
33752 \begin_inset space ~
33753 \end_inset
33754
33755
33756 \begin_inset CommandInset ref
33757 LatexCommand ref
33758 reference "sec:Decoration"
33759
33760 \end_inset
33761
33762 , to prevent words from being hyphenated, see section
33763 \begin_inset space ~
33764 \end_inset
33765
33766
33767 \begin_inset CommandInset ref
33768 LatexCommand ref
33769 reference "sec:Prevent-Hyphenation"
33770
33771 \end_inset
33772
33773 , to align text, see section
33774 \begin_inset space ~
33775 \end_inset
33776
33777
33778 \begin_inset CommandInset ref
33779 LatexCommand ref
33780 reference "subsec:Vertical-Alignment"
33781
33782 \end_inset
33783
33784 , or to set the background color of texts, see section
33785 \begin_inset space ~
33786 \end_inset
33787
33788
33789 \begin_inset CommandInset ref
33790 LatexCommand ref
33791 reference "sec:Colored-Boxes"
33792
33793 \end_inset
33794
33795 .
33796 \end_layout
33797
33798 \begin_layout Standard
33799 Boxes can be inserted with the menu 
33800 \family sans
33801 Insert\SpecialChar menuseparator
33802 Box
33803 \family default
33804  or the toolbar button 
33805 \begin_inset Info
33806 type  "icon"
33807 arg   "box-insert Frameless"
33808 \end_inset
33809
33810 .
33811  A grey box with the label 
33812 \family sans
33813 Box (Minipage)
33814 \family default
33815
33816 \begin_inset Graphics
33817         filename clipart/BoxInsetDefault.png
33818         scale 95
33819         scaleBeforeRotation
33820
33821 \end_inset
33822
33823  will be inserted.
33824  The box type can be specified by right-clicking on the box and selecting
33825  
33826 \family sans
33827 Settings
33828 \family default
33829 .
33830  The box dialog offers the 
33831 \family sans
33832 Inner
33833 \begin_inset space ~
33834 \end_inset
33835
33836 Box
33837 \family default
33838  types 
33839 \family sans
33840 Makebox
33841 \family default
33842
33843 \family sans
33844 Parbox
33845 \family default
33846  and 
33847 \family sans
33848 Minipage
33849 \family default
33850 .
33851  The type 
33852 \family sans
33853 Minipage
33854 \family default
33855  is the default for new boxes and is explained in section
33856 \begin_inset space ~
33857 \end_inset
33858
33859
33860 \begin_inset CommandInset ref
33861 LatexCommand ref
33862 reference "sec:Minipages"
33863
33864 \end_inset
33865
33866 ; the type 
33867 \family sans
33868 Parbox
33869 \family default
33870  is described in section
33871 \begin_inset space ~
33872 \end_inset
33873
33874
33875 \begin_inset CommandInset ref
33876 LatexCommand ref
33877 reference "sec:Parboxes"
33878
33879 \end_inset
33880
33881  and the type 
33882 \family sans
33883 Makebox
33884 \family default
33885  in 
33886 \begin_inset CommandInset ref
33887 LatexCommand ref
33888 reference "sec:Prevent-Hyphenation"
33889
33890 \end_inset
33891
33892 .
33893 \end_layout
33894
33895 \begin_layout Standard
33896 Boxes are not numbered and can therefore not be referenced like floats or
33897  footnotes.
33898 \end_layout
33899
33900 \begin_layout Standard
33901 \begin_inset Note Greyedout
33902 status open
33903
33904 \begin_layout Plain Layout
33905
33906 \series bold
33907 Note:
33908 \series default
33909  Boxes must not be the item in an 
33910 \family sans
33911 Itemize
33912 \family default
33913  or 
33914 \family sans
33915 Description
33916 \family default
33917  environment.
33918 \end_layout
33919
33920 \end_inset
33921
33922
33923 \end_layout
33924
33925 \begin_layout Standard
33926 \begin_inset Note Greyedout
33927 status open
33928
33929 \begin_layout Plain Layout
33930
33931 \series bold
33932 Note:
33933 \series default
33934  For an unknown reason you can only set the 
33935 \family sans
33936 Inner
33937 \begin_inset space ~
33938 \end_inset
33939
33940 Box
33941 \family default
33942  type to 
33943 \family sans
33944 None
33945 \family default
33946  when you use a framed box.
33947  Boxes without an 
33948 \family sans
33949 Inner
33950 \begin_inset space ~
33951 \end_inset
33952
33953 Box
33954 \family default
33955  type and without frames are explained in section
33956 \begin_inset space ~
33957 \end_inset
33958
33959
33960 \begin_inset CommandInset ref
33961 LatexCommand ref
33962 reference "sec:Prevent-Hyphenation"
33963
33964 \end_inset
33965
33966 .
33967 \end_layout
33968
33969 \end_inset
33970
33971
33972 \end_layout
33973
33974 \begin_layout Section
33975 Box Dialog
33976 \begin_inset CommandInset label
33977 LatexCommand label
33978 name "sec:Box-Dialog"
33979
33980 \end_inset
33981
33982
33983 \begin_inset Index idx
33984 status collapsed
33985
33986 \begin_layout Plain Layout
33987 Boxes ! Box Dialog
33988 \end_layout
33989
33990 \end_inset
33991
33992
33993 \end_layout
33994
33995 \begin_layout Subsection
33996 Size
33997 \begin_inset Index idx
33998 status collapsed
33999
34000 \begin_layout Plain Layout
34001 Boxes ! Size
34002 \end_layout
34003
34004 \end_inset
34005
34006
34007 \end_layout
34008
34009 \begin_layout Standard
34010 In the box dialog you can adjust the box geometry in the fields 
34011 \family sans
34012 Width
34013 \family default
34014  and 
34015 \family sans
34016 Height
34017 \family default
34018 .
34019  The available units for the geometry are explained in Table
34020 \begin_inset space ~
34021 \end_inset
34022
34023
34024 \begin_inset CommandInset ref
34025 LatexCommand ref
34026 reference "tab:Units"
34027
34028 \end_inset
34029
34030 .
34031  The field 
34032 \family sans
34033 Height
34034 \family default
34035  offers the following additional sizes:
34036 \end_layout
34037
34038 \begin_layout Description
34039 Depth This is the plain text 
34040 \begin_inset Quotes eld
34041 \end_inset
34042
34043 height
34044 \begin_inset Quotes erd
34045 \end_inset
34046
34047 .
34048  It ignores the total depth when there are multiple text lines in the box:
34049 \begin_inset Newline newline
34050 \end_inset
34051
34052
34053 \begin_inset Newline newline
34054 \end_inset
34055
34056
34057 \begin_inset Newline newline
34058 \end_inset
34059
34060
34061 \begin_inset Box Boxed
34062 position "c"
34063 hor_pos "c"
34064 has_inner_box 1
34065 inner_pos "c"
34066 use_parbox 0
34067 use_makebox 0
34068 width "12col%"
34069 special "none"
34070 height "1in"
34071 height_special "depth"
34072 thickness "0.4pt"
34073 separation "3pt"
34074 shadowsize "4pt"
34075 framecolor "black"
34076 backgroundcolor "none"
34077 status collapsed
34078
34079 \begin_layout Plain Layout
34080 \align center
34081 Box height set to 1
34082 \begin_inset space \thinspace{}
34083 \end_inset
34084
34085 Depth
34086 \end_layout
34087
34088 \end_inset
34089
34090
34091 \begin_inset Newline newline
34092 \end_inset
34093
34094
34095 \begin_inset Newline newline
34096 \end_inset
34097
34098
34099 \end_layout
34100
34101 \begin_layout Description
34102 Height This is the height of the text that is inside the box.
34103  A value of e.
34104 \begin_inset space \thinspace{}
34105 \end_inset
34106
34107 g.
34108 \begin_inset space \space{}
34109 \end_inset
34110
34111 2 for this size will set the box height to 2
34112 \begin_inset space ~
34113 \end_inset
34114
34115 times the text height: 
34116 \begin_inset Box Boxed
34117 position "c"
34118 hor_pos "c"
34119 has_inner_box 1
34120 inner_pos "c"
34121 use_parbox 0
34122 use_makebox 0
34123 width "20col%"
34124 special "none"
34125 height "2in"
34126 height_special "height"
34127 thickness "0.4pt"
34128 separation "3pt"
34129 shadowsize "4pt"
34130 framecolor "black"
34131 backgroundcolor "none"
34132 status collapsed
34133
34134 \begin_layout Plain Layout
34135 \align center
34136 Box height set to 2
34137 \begin_inset space \thinspace{}
34138 \end_inset
34139
34140 Height
34141 \end_layout
34142
34143 \end_inset
34144
34145
34146 \end_layout
34147
34148 \begin_layout Description
34149 Total
34150 \begin_inset space ~
34151 \end_inset
34152
34153 Height This is the Height
34154 \begin_inset space \thinspace{}
34155 \end_inset
34156
34157 +
34158 \begin_inset space \thinspace{}
34159 \end_inset
34160
34161 Depth: 
34162 \begin_inset Box Boxed
34163 position "c"
34164 hor_pos "c"
34165 has_inner_box 1
34166 inner_pos "c"
34167 use_parbox 0
34168 use_makebox 0
34169 width "20col%"
34170 special "none"
34171 height "1in"
34172 height_special "totalheight"
34173 thickness "0.4pt"
34174 separation "3pt"
34175 shadowsize "4pt"
34176 framecolor "black"
34177 backgroundcolor "none"
34178 status collapsed
34179
34180 \begin_layout Plain Layout
34181 \align center
34182 Box height set to 1
34183 \begin_inset space \thinspace{}
34184 \end_inset
34185
34186 Total
34187 \begin_inset space ~
34188 \end_inset
34189
34190 Height
34191 \end_layout
34192
34193 \end_inset
34194
34195
34196 \end_layout
34197
34198 \begin_layout Description
34199 Width This sets the width of the box as height: 
34200 \begin_inset Box Boxed
34201 position "c"
34202 hor_pos "c"
34203 has_inner_box 1
34204 inner_pos "c"
34205 use_parbox 0
34206 use_makebox 0
34207 width "12col%"
34208 special "none"
34209 height "1in"
34210 height_special "width"
34211 thickness "0.4pt"
34212 separation "3pt"
34213 shadowsize "4pt"
34214 framecolor "black"
34215 backgroundcolor "none"
34216 status collapsed
34217
34218 \begin_layout Plain Layout
34219 \align center
34220 Box height set to 1
34221 \begin_inset space \thinspace{}
34222 \end_inset
34223
34224 Width
34225 \end_layout
34226
34227 \end_inset
34228
34229
34230 \end_layout
34231
34232 \begin_layout Subsection
34233 Alignment
34234 \begin_inset Index idx
34235 status collapsed
34236
34237 \begin_layout Plain Layout
34238 Boxes ! Alignment
34239 \end_layout
34240
34241 \end_inset
34242
34243
34244 \end_layout
34245
34246 \begin_layout Standard
34247 When you have chosen an 
34248 \family sans
34249 Inner
34250 \begin_inset space ~
34251 \end_inset
34252
34253 Box
34254 \family default
34255 , the vertical box alignment can be:
34256 \end_layout
34257
34258 \begin_layout Description
34259 Top This is an example text line.
34260  
34261 \begin_inset Box Boxed
34262 position "t"
34263 hor_pos "c"
34264 has_inner_box 1
34265 inner_pos "c"
34266 use_parbox 0
34267 use_makebox 0
34268 width "12col%"
34269 special "none"
34270 height "1in"
34271 height_special "totalheight"
34272 thickness "0.4pt"
34273 separation "3pt"
34274 shadowsize "4pt"
34275 framecolor "black"
34276 backgroundcolor "none"
34277 status collapsed
34278
34279 \begin_layout Plain Layout
34280 \align center
34281 This box is top-aligned.
34282 \end_layout
34283
34284 \end_inset
34285
34286  This is an example text line.
34287 \end_layout
34288
34289 \begin_layout Description
34290 Middle This is an example text line.
34291  
34292 \begin_inset Box Boxed
34293 position "c"
34294 hor_pos "c"
34295 has_inner_box 1
34296 inner_pos "c"
34297 use_parbox 0
34298 use_makebox 0
34299 width "12col%"
34300 special "none"
34301 height "1in"
34302 height_special "totalheight"
34303 thickness "0.4pt"
34304 separation "3pt"
34305 shadowsize "4pt"
34306 framecolor "black"
34307 backgroundcolor "none"
34308 status collapsed
34309
34310 \begin_layout Plain Layout
34311 \align center
34312 This box is middle-aligned.
34313 \end_layout
34314
34315 \end_inset
34316
34317  This is an example text line.
34318 \end_layout
34319
34320 \begin_layout Description
34321 Bottom This is an example text line.
34322  
34323 \begin_inset Box Boxed
34324 position "b"
34325 hor_pos "c"
34326 has_inner_box 1
34327 inner_pos "c"
34328 use_parbox 0
34329 use_makebox 0
34330 width "12col%"
34331 special "none"
34332 height "1in"
34333 height_special "totalheight"
34334 thickness "0.4pt"
34335 separation "3pt"
34336 shadowsize "4pt"
34337 framecolor "black"
34338 backgroundcolor "none"
34339 status collapsed
34340
34341 \begin_layout Plain Layout
34342 \align center
34343 This box is bottom-aligned.
34344 \end_layout
34345
34346 \end_inset
34347
34348  This is an example text line.
34349 \end_layout
34350
34351 \begin_layout Standard
34352 \begin_inset Note Greyedout
34353 status open
34354
34355 \begin_layout Plain Layout
34356
34357 \series bold
34358 Note:
34359 \series default
34360  The vertical box alignment can be lost in the output when you have two
34361  boxes in a line and one has e.
34362 \begin_inset space \thinspace{}
34363 \end_inset
34364
34365 g.
34366 \begin_inset space \space{}
34367 \end_inset
34368
34369 a shadow and the other one not.
34370 \end_layout
34371
34372 \end_inset
34373
34374
34375 \end_layout
34376
34377 \begin_layout Standard
34378 The horizontal box alignment can be set via \SpecialChar LyX
34379 's paragraph dialog when you
34380  set the box into its own paragraph.
34381 \end_layout
34382
34383 \begin_layout Standard
34384 \begin_inset VSpace bigskip
34385 \end_inset
34386
34387 When you have chosen an 
34388 \family sans
34389 Inner
34390 \begin_inset space ~
34391 \end_inset
34392
34393 Box
34394 \family default
34395 , the box content can be aligned vertically to:
34396 \end_layout
34397
34398 \begin_layout Description
34399 top This is an example text line.
34400  
34401 \begin_inset Box Boxed
34402 position "c"
34403 hor_pos "c"
34404 has_inner_box 1
34405 inner_pos "t"
34406 use_parbox 0
34407 use_makebox 0
34408 width "12col%"
34409 special "none"
34410 height "1.5in"
34411 height_special "totalheight"
34412 thickness "0.4pt"
34413 separation "3pt"
34414 shadowsize "4pt"
34415 framecolor "black"
34416 backgroundcolor "none"
34417 status collapsed
34418
34419 \begin_layout Plain Layout
34420 \align center
34421 This box text is top-aligned.
34422 \end_layout
34423
34424 \end_inset
34425
34426  This is an example text line.
34427 \end_layout
34428
34429 \begin_layout Description
34430 middle This is an example text line.
34431  
34432 \begin_inset Box Boxed
34433 position "c"
34434 hor_pos "c"
34435 has_inner_box 1
34436 inner_pos "c"
34437 use_parbox 0
34438 use_makebox 0
34439 width "12col%"
34440 special "none"
34441 height "1.5in"
34442 height_special "totalheight"
34443 thickness "0.4pt"
34444 separation "3pt"
34445 shadowsize "4pt"
34446 framecolor "black"
34447 backgroundcolor "none"
34448 status collapsed
34449
34450 \begin_layout Plain Layout
34451 \align center
34452 This box text is middle-aligned.
34453 \end_layout
34454
34455 \end_inset
34456
34457  This is an example text line.
34458 \end_layout
34459
34460 \begin_layout Description
34461 bottom This is an example text line.
34462  
34463 \begin_inset Box Boxed
34464 position "c"
34465 hor_pos "c"
34466 has_inner_box 1
34467 inner_pos "b"
34468 use_parbox 0
34469 use_makebox 0
34470 width "12col%"
34471 special "none"
34472 height "1.5in"
34473 height_special "totalheight"
34474 thickness "0.4pt"
34475 separation "3pt"
34476 shadowsize "4pt"
34477 framecolor "black"
34478 backgroundcolor "none"
34479 status collapsed
34480
34481 \begin_layout Plain Layout
34482 \align center
34483 This box text is bottom-aligned.
34484 \end_layout
34485
34486 \end_inset
34487
34488  This is an example text line.
34489 \end_layout
34490
34491 \begin_layout Description
34492 stretch This is an example text line.
34493  
34494 \begin_inset Box Boxed
34495 position "c"
34496 hor_pos "c"
34497 has_inner_box 1
34498 inner_pos "s"
34499 use_parbox 0
34500 use_makebox 0
34501 width "12col%"
34502 special "none"
34503 height "1.5in"
34504 height_special "totalheight"
34505 thickness "0.4pt"
34506 separation "3pt"
34507 shadowsize "4pt"
34508 framecolor "black"
34509 backgroundcolor "none"
34510 status collapsed
34511
34512 \begin_layout Plain Layout
34513 \align center
34514 This box
34515 \end_layout
34516
34517 \begin_layout Plain Layout
34518 \align center
34519 text is
34520 \end_layout
34521
34522 \begin_layout Plain Layout
34523 \align center
34524 stretched.
34525 \end_layout
34526
34527 \end_inset
34528
34529  This is an example text line.
34530 \end_layout
34531
34532 \begin_layout Standard
34533 To stretch the box content, it must consist of more than one paragraph.
34534  In the example above every text line is in an own paragraph.
34535 \end_layout
34536
34537 \begin_layout Standard
34538 \begin_inset VSpace bigskip
34539 \end_inset
34540
34541 To align the box content horizontally you can use \SpecialChar LyX
34542 's paragraph dialog when
34543  you have chosen an 
34544 \family sans
34545 Inner
34546 \begin_inset space ~
34547 \end_inset
34548
34549 Box
34550 \family default
34551 .
34552 \end_layout
34553
34554 \begin_layout Standard
34555 \align center
34556 \begin_inset Box Boxed
34557 position "c"
34558 hor_pos "c"
34559 has_inner_box 1
34560 inner_pos "s"
34561 use_parbox 0
34562 use_makebox 0
34563 width "15col%"
34564 special "none"
34565 height "1.25in"
34566 height_special "totalheight"
34567 thickness "0.4pt"
34568 separation "3pt"
34569 shadowsize "4pt"
34570 framecolor "black"
34571 backgroundcolor "none"
34572 status collapsed
34573
34574 \begin_layout Plain Layout
34575 \align left
34576 This box
34577 \end_layout
34578
34579 \begin_layout Plain Layout
34580 \align center
34581 text is
34582 \end_layout
34583
34584 \begin_layout Plain Layout
34585 \align right
34586 stretched.
34587 \end_layout
34588
34589 \end_inset
34590
34591
34592 \end_layout
34593
34594 \begin_layout Standard
34595 If you have not set an 
34596 \family sans
34597 Inner
34598 \begin_inset space ~
34599 \end_inset
34600
34601 Box
34602 \family default
34603 , you can align the box content horizontally in the box dialog.
34604 \end_layout
34605
34606 \begin_layout Standard
34607 \align center
34608 \begin_inset Box Boxed
34609 position "c"
34610 hor_pos "s"
34611 has_inner_box 0
34612 inner_pos "s"
34613 use_parbox 0
34614 use_makebox 0
34615 width "90col%"
34616 special "none"
34617 height "1.25in"
34618 height_special "totalheight"
34619 thickness "0.4pt"
34620 separation "3pt"
34621 shadowsize "4pt"
34622 framecolor "black"
34623 backgroundcolor "none"
34624 status collapsed
34625
34626 \begin_layout Plain Layout
34627 This box text is horizontally stretched.
34628 \end_layout
34629
34630 \end_inset
34631
34632
34633 \end_layout
34634
34635 \begin_layout Subsection
34636 Decoration
34637 \begin_inset CommandInset label
34638 LatexCommand label
34639 name "sec:Decoration"
34640
34641 \end_inset
34642
34643
34644 \begin_inset Index idx
34645 status collapsed
34646
34647 \begin_layout Plain Layout
34648 Boxes ! Decoration
34649 \end_layout
34650
34651 \end_inset
34652
34653
34654 \end_layout
34655
34656 \begin_layout Standard
34657 The type of the box can be specified in the box dialog in the drop-down
34658  list 
34659 \family sans
34660 Decoration
34661 \family default
34662 .
34663  The following types are possible:
34664 \end_layout
34665
34666 \begin_layout Description
34667 No
34668 \begin_inset space ~
34669 \end_inset
34670
34671 frame Nothing is drawn.
34672 \end_layout
34673
34674 \begin_layout Description
34675 Simple
34676 \begin_inset space ~
34677 \end_inset
34678
34679 rectangular
34680 \begin_inset space ~
34681 \end_inset
34682
34683 frame This draws a rectangular frame around the box.
34684  The frame line thickness can be specified.
34685  
34686 \begin_inset Box Boxed
34687 position "c"
34688 hor_pos "c"
34689 has_inner_box 1
34690 inner_pos "c"
34691 use_parbox 0
34692 use_makebox 0
34693 width "20col%"
34694 special "none"
34695 height "1in"
34696 height_special "totalheight"
34697 thickness "0.4pt"
34698 separation "3pt"
34699 shadowsize "4pt"
34700 framecolor "black"
34701 backgroundcolor "none"
34702 status collapsed
34703
34704 \begin_layout Plain Layout
34705 \align center
34706 Rectangular box
34707 \end_layout
34708
34709 \end_inset
34710
34711
34712 \end_layout
34713
34714 \begin_layout Description
34715 Oval
34716 \begin_inset space ~
34717 \end_inset
34718
34719 box,
34720 \begin_inset space ~
34721 \end_inset
34722
34723 thin This draws an oval frame around the box.
34724  The frame line thickness has the size 0.4
34725 \begin_inset space \thinspace{}
34726 \end_inset
34727
34728 pt.
34729  
34730 \begin_inset Box ovalbox
34731 position "c"
34732 hor_pos "c"
34733 has_inner_box 1
34734 inner_pos "c"
34735 use_parbox 0
34736 use_makebox 0
34737 width "20col%"
34738 special "none"
34739 height "1in"
34740 height_special "totalheight"
34741 thickness "0.4pt"
34742 separation "3pt"
34743 shadowsize "4pt"
34744 framecolor "black"
34745 backgroundcolor "none"
34746 status collapsed
34747
34748 \begin_layout Plain Layout
34749 \align center
34750 Oval box, thin
34751 \end_layout
34752
34753 \end_inset
34754
34755
34756 \end_layout
34757
34758 \begin_layout Description
34759 Oval
34760 \begin_inset space ~
34761 \end_inset
34762
34763 box,
34764 \begin_inset space ~
34765 \end_inset
34766
34767 thick This draws an oval frame around the box.
34768  The frame line thickness has the size 0.8
34769 \begin_inset space \thinspace{}
34770 \end_inset
34771
34772 pt.
34773  
34774 \begin_inset Box Ovalbox
34775 position "c"
34776 hor_pos "c"
34777 has_inner_box 1
34778 inner_pos "c"
34779 use_parbox 0
34780 use_makebox 0
34781 width "20col%"
34782 special "none"
34783 height "1in"
34784 height_special "totalheight"
34785 thickness "0.4pt"
34786 separation "3pt"
34787 shadowsize "4pt"
34788 framecolor "black"
34789 backgroundcolor "none"
34790 status collapsed
34791
34792 \begin_layout Plain Layout
34793 \align center
34794 Oval box, thick
34795 \end_layout
34796
34797 \end_inset
34798
34799
34800 \end_layout
34801
34802 \begin_layout Description
34803 Drop
34804 \begin_inset space ~
34805 \end_inset
34806
34807 shadow This draws a rectangular frame with a shadow around the box.
34808  The frame line thickness and the shadow can be specified.
34809  
34810 \begin_inset Box Shadowbox
34811 position "c"
34812 hor_pos "c"
34813 has_inner_box 1
34814 inner_pos "c"
34815 use_parbox 0
34816 use_makebox 0
34817 width "20col%"
34818 special "none"
34819 height "1in"
34820 height_special "totalheight"
34821 thickness "0.4pt"
34822 separation "3pt"
34823 shadowsize "4pt"
34824 framecolor "black"
34825 backgroundcolor "none"
34826 status collapsed
34827
34828 \begin_layout Plain Layout
34829 \align center
34830 Shadow box
34831 \end_layout
34832
34833 \end_inset
34834
34835
34836 \end_layout
34837
34838 \begin_layout Description
34839 Shaded
34840 \begin_inset space ~
34841 \end_inset
34842
34843 background This draws a box with a red background.
34844  Unlike colored boxes
34845 \begin_inset Foot
34846 status collapsed
34847
34848 \begin_layout Plain Layout
34849 see sec.
34850 \begin_inset space \thinspace{}
34851 \end_inset
34852
34853
34854 \begin_inset CommandInset ref
34855 LatexCommand ref
34856 reference "sec:Colored-Boxes"
34857
34858 \end_inset
34859
34860
34861 \end_layout
34862
34863 \end_inset
34864
34865 , it always uses the whole column width and the box is set as its own paragraph.
34866  
34867 \begin_inset Box Shaded
34868 position "t"
34869 hor_pos "c"
34870 has_inner_box 0
34871 inner_pos "t"
34872 use_parbox 0
34873 use_makebox 0
34874 width "50col%"
34875 special "none"
34876 height "1in"
34877 height_special "totalheight"
34878 thickness "0.4pt"
34879 separation "3pt"
34880 shadowsize "4pt"
34881 framecolor "black"
34882 backgroundcolor "none"
34883 status collapsed
34884
34885 \begin_layout Plain Layout
34886 Shaded background box
34887 \end_layout
34888
34889 \end_inset
34890
34891
34892 \end_layout
34893
34894 \begin_layout Description
34895 Double
34896 \begin_inset space ~
34897 \end_inset
34898
34899 rectangular
34900 \begin_inset space ~
34901 \end_inset
34902
34903 frame This draws a double-line rectangular frame around the box.
34904  The line thickness of the inner frame is 0.75
34905 \begin_inset space \thinspace{}
34906 \end_inset
34907
34908 line
34909 \begin_inset space ~
34910 \end_inset
34911
34912 thickness, the thickness of the outer frame is 1.5
34913 \begin_inset space \thinspace{}
34914 \end_inset
34915
34916 line
34917 \begin_inset space ~
34918 \end_inset
34919
34920 thickness.
34921  The distance between the lines is 1.5
34922 \begin_inset space \thinspace{}
34923 \end_inset
34924
34925 line
34926 \begin_inset space ~
34927 \end_inset
34928
34929 thickness
34930 \begin_inset space \thinspace{}
34931 \end_inset
34932
34933 +
34934 \begin_inset space \thinspace{}
34935 \end_inset
34936
34937 0.5
34938 \begin_inset space \thinspace{}
34939 \end_inset
34940
34941 pt.
34942  
34943 \begin_inset Box Doublebox
34944 position "c"
34945 hor_pos "c"
34946 has_inner_box 1
34947 inner_pos "c"
34948 use_parbox 0
34949 use_makebox 0
34950 width "20col%"
34951 special "none"
34952 height "1in"
34953 height_special "totalheight"
34954 thickness "0.4pt"
34955 separation "3pt"
34956 shadowsize "4pt"
34957 framecolor "black"
34958 backgroundcolor "none"
34959 status collapsed
34960
34961 \begin_layout Plain Layout
34962 \align center
34963 Double rectangular box
34964 \end_layout
34965
34966 \end_inset
34967
34968
34969 \end_layout
34970
34971 \begin_layout Standard
34972 \begin_inset VSpace bigskip
34973 \end_inset
34974
34975 \SpecialChar LyX
34976 's box label will reflect the different frame types.
34977  To be able to use all types, the \SpecialChar LaTeX
34978 -package 
34979 \series bold
34980 fancybox
34981 \series default
34982
34983 \begin_inset Index idx
34984 status collapsed
34985
34986 \begin_layout Plain Layout
34987 \SpecialChar LaTeX
34988 -packages ! fancybox
34989 \end_layout
34990
34991 \end_inset
34992
34993  must be installed.
34994 \end_layout
34995
34996 \begin_layout Standard
34997 \begin_inset VSpace bigskip
34998 \end_inset
34999
35000 When you use the decoration 
35001 \family sans
35002 simple rectangular frame
35003 \family default
35004  and no inner box, you can allow page breaks within a box.
35005  Note that then, unlike other framed boxes, the frame always uses the whole
35006  column width and the box is set as its own paragraph: 
35007 \begin_inset Box Framed
35008 position "t"
35009 hor_pos "c"
35010 has_inner_box 0
35011 inner_pos "t"
35012 use_parbox 0
35013 use_makebox 0
35014 width "100col%"
35015 special "none"
35016 height "1in"
35017 height_special "totalheight"
35018 thickness "0.4pt"
35019 separation "3pt"
35020 shadowsize "4pt"
35021 framecolor "black"
35022 backgroundcolor "none"
35023 status collapsed
35024
35025 \begin_layout Plain Layout
35026 Allow page break box
35027 \end_layout
35028
35029 \end_inset
35030
35031
35032 \end_layout
35033
35034 \begin_layout Section
35035 Box Customization
35036 \begin_inset Index idx
35037 status collapsed
35038
35039 \begin_layout Plain Layout
35040 Boxes ! Customization
35041 \end_layout
35042
35043 \end_inset
35044
35045
35046 \end_layout
35047
35048 \begin_layout Standard
35049 The diameter of the round corners of the oval boxes can be set with the
35050  command 
35051 \series bold
35052
35053 \backslash
35054 cornersize
35055 \series default
35056 .
35057  The command
35058 \end_layout
35059
35060 \begin_layout Standard
35061
35062 \series bold
35063
35064 \backslash
35065 cornersize*{1cm}
35066 \end_layout
35067
35068 \begin_layout Standard
35069 sets the diameter to 1
35070 \begin_inset space \thinspace{}
35071 \end_inset
35072
35073 cm.
35074  The command
35075 \end_layout
35076
35077 \begin_layout Standard
35078
35079 \series bold
35080
35081 \backslash
35082 cornersize{num}
35083 \end_layout
35084
35085 \begin_layout Standard
35086 sets the diameter to 
35087 \family sans
35088 num
35089 \begin_inset space \thinspace{}
35090 \end_inset
35091
35092 ×
35093 \begin_inset space \thinspace{}
35094 \end_inset
35095
35096 minimum(width and height of box)
35097 \family default
35098 .
35099  The default is 
35100 \series bold
35101
35102 \backslash
35103 cornersize{0.5}
35104 \series default
35105 .
35106 \end_layout
35107
35108 \begin_layout Standard
35109 \begin_inset ERT
35110 status collapsed
35111
35112 \begin_layout Plain Layout
35113
35114
35115 \backslash
35116 cornersize*{1.5cm}
35117 \end_layout
35118
35119 \end_inset
35120
35121
35122 \begin_inset Box Ovalbox
35123 position "c"
35124 hor_pos "c"
35125 has_inner_box 1
35126 inner_pos "c"
35127 use_parbox 0
35128 use_makebox 0
35129 width "25col%"
35130 special "none"
35131 height "1in"
35132 height_special "totalheight"
35133 thickness "0.4pt"
35134 separation "3pt"
35135 shadowsize "4pt"
35136 framecolor "black"
35137 backgroundcolor "none"
35138 status open
35139
35140 \begin_layout Plain Layout
35141 \align center
35142 Oval box with 
35143 \series bold
35144
35145 \backslash
35146 cornersize
35147 \series default
35148
35149 \begin_inset space \thinspace{}
35150 \end_inset
35151
35152 =
35153 \begin_inset space \thinspace{}
35154 \end_inset
35155
35156 1.5
35157 \begin_inset space \thinspace{}
35158 \end_inset
35159
35160 cm
35161 \end_layout
35162
35163 \end_inset
35164
35165
35166 \begin_inset ERT
35167 status collapsed
35168
35169 \begin_layout Plain Layout
35170
35171
35172 \backslash
35173 cornersize{0.5}
35174 \end_layout
35175
35176 \end_inset
35177
35178
35179 \end_layout
35180
35181 \begin_layout Standard
35182 \begin_inset VSpace bigskip
35183 \end_inset
35184
35185
35186 \end_layout
35187
35188 \begin_layout Standard
35189 The default background color red of 
35190 \family sans
35191 shaded background
35192 \family default
35193  boxes can either be changed locally with the command 
35194 \series bold
35195
35196 \backslash
35197 definecolor{shadecolor}
35198 \series default
35199  or globally with the menu 
35200 \family sans
35201 Tools\SpecialChar menuseparator
35202 Preferences\SpecialChar menuseparator
35203 Colors\SpecialChar menuseparator
35204 shaded
35205 \begin_inset space ~
35206 \end_inset
35207
35208 box
35209 \family default
35210 .
35211  The scheme of the 
35212 \series bold
35213
35214 \backslash
35215 definecolor
35216 \series default
35217  command is explained in section
35218 \begin_inset space ~
35219 \end_inset
35220
35221
35222 \begin_inset CommandInset ref
35223 LatexCommand ref
35224 reference "sec:Colored-Tables"
35225
35226 \end_inset
35227
35228 .
35229 \begin_inset Foot
35230 status collapsed
35231
35232 \begin_layout Plain Layout
35233 Note that 
35234 \series bold
35235
35236 \backslash
35237 definecolor
35238 \series default
35239  requires the \SpecialChar LaTeX
35240 -package 
35241 \series bold
35242 color
35243 \series default
35244  in the preamble, see section
35245 \begin_inset space ~
35246 \end_inset
35247
35248
35249 \begin_inset CommandInset ref
35250 LatexCommand ref
35251 reference "sec:Colored-Boxes"
35252
35253 \end_inset
35254
35255 .
35256 \end_layout
35257
35258 \end_inset
35259
35260  For example the appearance of the following shaded background box is set
35261  with the \SpecialChar TeX
35262  Code command
35263 \end_layout
35264
35265 \begin_layout Standard
35266
35267 \series bold
35268
35269 \backslash
35270 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35271 \end_layout
35272
35273 \begin_layout Standard
35274 \begin_inset ERT
35275 status collapsed
35276
35277 \begin_layout Plain Layout
35278
35279
35280 \backslash
35281 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35282 \end_layout
35283
35284 \end_inset
35285
35286
35287 \begin_inset Box Shaded
35288 position "t"
35289 hor_pos "c"
35290 has_inner_box 0
35291 inner_pos "t"
35292 use_parbox 0
35293 use_makebox 0
35294 width "100col%"
35295 special "none"
35296 height "1in"
35297 height_special "totalheight"
35298 thickness "0.4pt"
35299 separation "3pt"
35300 shadowsize "4pt"
35301 framecolor "black"
35302 backgroundcolor "none"
35303 status open
35304
35305 \begin_layout Plain Layout
35306
35307 \color yellow
35308 This is yellow text in a
35309 \color none
35310  
35311 \family sans
35312 \color yellow
35313 shaded background
35314 \family default
35315 \color none
35316  
35317 \color yellow
35318 box with dark green background.
35319 \end_layout
35320
35321 \end_inset
35322
35323
35324 \begin_inset ERT
35325 status collapsed
35326
35327 \begin_layout Plain Layout
35328
35329
35330 \backslash
35331 definecolor{shadecolor}{rgb}{1,0,0}
35332 \end_layout
35333
35334 \end_inset
35335
35336
35337 \end_layout
35338
35339 \begin_layout Standard
35340 \begin_inset VSpace bigskip
35341 \end_inset
35342
35343 Manually changed sizes and colors are valid for all boxes following the
35344  commands that change them.
35345 \end_layout
35346
35347 \begin_layout Section
35348 Minipages
35349 \begin_inset CommandInset label
35350 LatexCommand label
35351 name "sec:Minipages"
35352
35353 \end_inset
35354
35355
35356 \begin_inset Index idx
35357 status collapsed
35358
35359 \begin_layout Plain Layout
35360 Boxes ! Minipages
35361 \end_layout
35362
35363 \end_inset
35364
35365
35366 \end_layout
35367
35368 \begin_layout Standard
35369 Minipages are treated by \SpecialChar LaTeX
35370  as pages within pages and can therefore for example
35371  have their own footnotes.
35372 \end_layout
35373
35374 \begin_layout Standard
35375 Minipages are useful when you write documents with different languages.
35376 \end_layout
35377
35378 \begin_layout Standard
35379 Below are two example minipages side by side.
35380  Their width is set to 45
35381 \begin_inset space \thinspace{}
35382 \end_inset
35383
35384 col% and they are separated by a horizontal fill, that was inserted via
35385  the menu 
35386 \family sans
35387 Insert\SpecialChar menuseparator
35388 Special
35389 \begin_inset space ~
35390 \end_inset
35391
35392 Formatting\SpecialChar menuseparator
35393 Horizontal
35394 \begin_inset space ~
35395 \end_inset
35396
35397 Fill
35398 \family default
35399 .
35400 \begin_inset Newpage newpage
35401 \end_inset
35402
35403
35404 \end_layout
35405
35406 \begin_layout Standard
35407 \begin_inset Box Frameless
35408 position "t"
35409 hor_pos "c"
35410 has_inner_box 1
35411 inner_pos "c"
35412 use_parbox 0
35413 use_makebox 0
35414 width "45col%"
35415 special "none"
35416 height "1in"
35417 height_special "totalheight"
35418 thickness "0.4pt"
35419 separation "3pt"
35420 shadowsize "4pt"
35421 framecolor "black"
35422 backgroundcolor "none"
35423 status open
35424
35425 \begin_layout Plain Layout
35426
35427 \lang ngerman
35428 Dies ist ein deutscher Text.
35429  Dies ist ein deutscher Text.
35430  Dies ist ein deutscher Text.
35431  Dies ist ein deutscher Text.
35432  Dies ist ein deutscher Text.
35433  Dies ist ein deutscher Text.
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 \begin_inset Foot
35442 status collapsed
35443
35444 \begin_layout Plain Layout
35445
35446 \lang ngerman
35447 Dies ist eine deutsche Fußnote.
35448 \end_layout
35449
35450 \end_inset
35451
35452 .
35453  Dies ist ein deutscher Text.
35454  Dies ist ein deutscher Text.
35455 \end_layout
35456
35457 \end_inset
35458
35459
35460 \begin_inset space \hfill{}
35461 \end_inset
35462
35463
35464 \begin_inset Box Frameless
35465 position "t"
35466 hor_pos "c"
35467 has_inner_box 1
35468 inner_pos "c"
35469 use_parbox 0
35470 use_makebox 0
35471 width "45col%"
35472 special "none"
35473 height "1in"
35474 height_special "totalheight"
35475 thickness "0.4pt"
35476 separation "3pt"
35477 shadowsize "4pt"
35478 framecolor "black"
35479 backgroundcolor "none"
35480 status open
35481
35482 \begin_layout Plain Layout
35483 This is an English Text.
35484  This is an English Text.
35485  This is an English Text.
35486  This is an English Text.
35487  This is an English Text.
35488  This is an English Text.
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 \begin_inset Foot
35500 status collapsed
35501
35502 \begin_layout Plain Layout
35503 This is an English footnote.
35504 \end_layout
35505
35506 \end_inset
35507
35508  This is an English Text.
35509 \end_layout
35510
35511 \end_inset
35512
35513
35514 \end_layout
35515
35516 \begin_layout Standard
35517 \begin_inset VSpace bigskip
35518 \end_inset
35519
35520 The document-wide paragraph settings are ignored within minipages.
35521  That means that there will be no space between paragraphs in minipages
35522  although you set it to e.
35523 \begin_inset space \thinspace{}
35524 \end_inset
35525
35526 g.
35527 \begin_inset space \space{}
35528 \end_inset
35529
35530
35531 \family sans
35532 MedSkip
35533 \family default
35534  in the document settings.
35535 \end_layout
35536
35537 \begin_layout Standard
35538 Minipages can also be used to set a background color for text parts, see
35539  section
35540 \begin_inset space ~
35541 \end_inset
35542
35543
35544 \begin_inset CommandInset ref
35545 LatexCommand ref
35546 reference "sec:Colored-Boxes"
35547
35548 \end_inset
35549
35550 .
35551 \end_layout
35552
35553 \begin_layout Standard
35554 \begin_inset Note Greyedout
35555 status open
35556
35557 \begin_layout Plain Layout
35558
35559 \series bold
35560 Note:
35561 \series default
35562  You cannot have floats or margin notes inside minipages but minipages can
35563  be used inside tables, floats, and other boxes.
35564 \end_layout
35565
35566 \end_inset
35567
35568
35569 \end_layout
35570
35571 \begin_layout Standard
35572 \begin_inset VSpace bigskip
35573 \end_inset
35574
35575
35576 \end_layout
35577
35578 \begin_layout Standard
35579 \SpecialChar LyX
35580  has also basic support for minipages whose size is automatically determined
35581  by the width of their contents, via the module 
35582 \family sans
35583 Variable-width Minipages
35584 \family default
35585 .
35586  The \SpecialChar LyX
35587  example file 
35588 \emph on
35589 varwidth-floats-side-by-side
35590 \emph default
35591  gives examples of variable-width minipages used for placing two floats
35592  side-by-side.
35593 \end_layout
35594
35595 \begin_layout Section
35596 Parboxes
35597 \begin_inset CommandInset label
35598 LatexCommand label
35599 name "sec:Parboxes"
35600
35601 \end_inset
35602
35603
35604 \begin_inset Index idx
35605 status collapsed
35606
35607 \begin_layout Plain Layout
35608 Boxes ! Parboxes
35609 \end_layout
35610
35611 \end_inset
35612
35613
35614 \end_layout
35615
35616 \begin_layout Standard
35617 Parboxes are very similar to minipages with the difference that they cannot
35618  have footnotes.
35619 \end_layout
35620
35621 \begin_layout Standard
35622 \align center
35623 \begin_inset Box Frameless
35624 position "t"
35625 hor_pos "c"
35626 has_inner_box 1
35627 inner_pos "t"
35628 use_parbox 1
35629 use_makebox 0
35630 width "33col%"
35631 special "none"
35632 height "1in"
35633 height_special "totalheight"
35634 thickness "0.4pt"
35635 separation "3pt"
35636 shadowsize "4pt"
35637 framecolor "black"
35638 backgroundcolor "none"
35639 status open
35640
35641 \begin_layout Plain Layout
35642 This a text within a parbox.
35643  This a text within a parbox.
35644 \end_layout
35645
35646 \begin_layout Plain Layout
35647 This footnote won't appear:
35648 \begin_inset Foot
35649 status collapsed
35650
35651 \begin_layout Plain Layout
35652 This footnote is inside a parbox and will therefore not appear.
35653 \end_layout
35654
35655 \end_inset
35656
35657
35658 \end_layout
35659
35660 \end_inset
35661
35662
35663 \end_layout
35664
35665 \begin_layout Section
35666 Boxes for Words and Characters
35667 \begin_inset Index idx
35668 status collapsed
35669
35670 \begin_layout Plain Layout
35671 Boxes ! for Characters
35672 \end_layout
35673
35674 \end_inset
35675
35676
35677 \end_layout
35678
35679 \begin_layout Subsection
35680 Prevent Hyphenation
35681 \begin_inset CommandInset label
35682 LatexCommand label
35683 name "sec:Prevent-Hyphenation"
35684
35685 \end_inset
35686
35687
35688 \begin_inset Index idx
35689 status collapsed
35690
35691 \begin_layout Plain Layout
35692 Boxes ! to Prevent Hyphenation
35693 \end_layout
35694
35695 \end_inset
35696
35697
35698 \end_layout
35699
35700 \begin_layout Standard
35701 You can use the box type 
35702 \family sans
35703 Makebox
35704 \family default
35705  to prevent words or text from being hyphenated.
35706 \begin_inset Newline newline
35707 \end_inset
35708
35709 Here is an example text:
35710 \end_layout
35711
35712 \begin_layout Standard
35713 This line is an example to show how you can prevent the hyphenation of 
35714 \begin_inset Quotes eld
35715 \end_inset
35716
35717 veryverylongword
35718 \begin_inset Quotes erd
35719 \end_inset
35720
35721 .
35722 \end_layout
35723
35724 \begin_layout Standard
35725 To prevent the hyphenation of the word 
35726 \begin_inset Quotes eld
35727 \end_inset
35728
35729 veryverylongword
35730 \begin_inset Quotes erd
35731 \end_inset
35732
35733 , put the word into a box, set the 
35734 \family sans
35735 Inner
35736 \begin_inset space ~
35737 \end_inset
35738
35739 box
35740 \family default
35741  to 
35742 \family sans
35743 Makebox
35744 \family default
35745  and use no explicit width.
35746 \end_layout
35747
35748 \begin_layout Standard
35749 This is the result:
35750 \end_layout
35751
35752 \begin_layout Standard
35753 This line is an example to show how you can prevent the hyphenation of 
35754 \begin_inset Box Frameless
35755 position "t"
35756 hor_pos "c"
35757 has_inner_box 1
35758 inner_pos "t"
35759 use_parbox 0
35760 use_makebox 1
35761 width ""
35762 special "none"
35763 height "1in"
35764 height_special "totalheight"
35765 thickness "0.4pt"
35766 separation "3pt"
35767 shadowsize "4pt"
35768 framecolor "black"
35769 backgroundcolor "none"
35770 status open
35771
35772 \begin_layout Plain Layout
35773 \begin_inset Quotes eld
35774 \end_inset
35775
35776 veryverylongword
35777 \begin_inset Quotes erd
35778 \end_inset
35779
35780
35781 \end_layout
35782
35783 \end_inset
35784
35785 .
35786 \end_layout
35787
35788 \begin_layout Standard
35789 You can alternatively set the command 
35790 \begin_inset Quotes eld
35791 \end_inset
35792
35793
35794 \series bold
35795
35796 \backslash
35797 -
35798 \series default
35799
35800 \begin_inset Quotes grd
35801 \end_inset
35802
35803  as \SpecialChar TeX
35804  Code directly before the word:
35805 \end_layout
35806
35807 \begin_layout Standard
35808 This line is an example to show how you can prevent the hyphenation of 
35809 \begin_inset Quotes eld
35810 \end_inset
35811
35812
35813 \begin_inset ERT
35814 status collapsed
35815
35816 \begin_layout Plain Layout
35817
35818
35819 \backslash
35820 -
35821 \end_layout
35822
35823 \end_inset
35824
35825 veryverylongword
35826 \begin_inset Quotes erd
35827 \end_inset
35828
35829 .
35830 \end_layout
35831
35832 \begin_layout Standard
35833 Of course the word now protrudes over the side margin.
35834  To avoid this, add via the menu 
35835 \family sans
35836 Insert\SpecialChar menuseparator
35837 Formatting\SpecialChar menuseparator
35838 Ragged
35839 \begin_inset space ~
35840 \end_inset
35841
35842 Line
35843 \begin_inset space ~
35844 \end_inset
35845
35846 Break
35847 \family default
35848  (shortcut 
35849 \begin_inset Info
35850 type  "shortcut"
35851 arg   "newline-insert newline"
35852 \end_inset
35853
35854 ) a line break before the word:
35855 \end_layout
35856
35857 \begin_layout Standard
35858 This line is an example to show how you can prevent the hyphenation of 
35859 \begin_inset Newline newline
35860 \end_inset
35861
35862
35863 \begin_inset Box Frameless
35864 position "t"
35865 hor_pos "c"
35866 has_inner_box 1
35867 inner_pos "t"
35868 use_parbox 0
35869 use_makebox 1
35870 width ""
35871 special "none"
35872 height "1in"
35873 height_special "totalheight"
35874 thickness "0.4pt"
35875 separation "3pt"
35876 shadowsize "4pt"
35877 framecolor "black"
35878 backgroundcolor "none"
35879 status open
35880
35881 \begin_layout Plain Layout
35882 \begin_inset Quotes eld
35883 \end_inset
35884
35885 veryverylongword
35886 \begin_inset Quotes erd
35887 \end_inset
35888
35889
35890 \end_layout
35891
35892 \end_inset
35893
35894 .
35895 \end_layout
35896
35897 \begin_layout Subsection
35898 Vertical Alignment
35899 \begin_inset CommandInset label
35900 LatexCommand label
35901 name "subsec:Vertical-Alignment"
35902
35903 \end_inset
35904
35905
35906 \begin_inset Index idx
35907 status collapsed
35908
35909 \begin_layout Plain Layout
35910 Boxes ! for Vertical Alignment
35911 \end_layout
35912
35913 \end_inset
35914
35915
35916 \begin_inset Index idx
35917 status collapsed
35918
35919 \begin_layout Plain Layout
35920 Boxes ! Raiseboxes
35921 \end_layout
35922
35923 \end_inset
35924
35925
35926 \end_layout
35927
35928 \begin_layout Standard
35929 With the help of the command 
35930 \series bold
35931
35932 \backslash
35933 raisebox
35934 \series default
35935  you can align words, characters or other boxes vertically relative to the
35936  surrounding text.
35937  
35938 \series bold
35939
35940 \backslash
35941 raisebox
35942 \series default
35943  is used with the following scheme:
35944 \end_layout
35945
35946 \begin_layout Standard
35947
35948 \series bold
35949
35950 \backslash
35951 raisebox{lift}[height][depth]{box content}
35952 \end_layout
35953
35954 \begin_layout Standard
35955 The lift can be a positive value to raise the box or a negative value to
35956  lower the box.
35957 \end_layout
35958
35959 \begin_layout Standard
35960 To align for example the word 
35961 \begin_inset Quotes eld
35962 \end_inset
35963
35964 preventing
35965 \begin_inset Quotes erd
35966 \end_inset
35967
35968  so that the bottom of the 
35969 \begin_inset Quotes eld
35970 \end_inset
35971
35972 deepest
35973 \begin_inset Quotes erd
35974 \end_inset
35975
35976  character 
35977 \begin_inset Quotes eld
35978 \end_inset
35979
35980 p
35981 \begin_inset Quotes erd
35982 \end_inset
35983
35984  is at the baseline, insert the command
35985 \end_layout
35986
35987 \begin_layout Standard
35988
35989 \series bold
35990
35991 \backslash
35992 raisebox{
35993 \backslash
35994 depth}{
35995 \end_layout
35996
35997 \begin_layout Standard
35998 in \SpecialChar TeX
35999  Code before the word.
36000  After the word insert a closing brace 
36001 \begin_inset Quotes eld
36002 \end_inset
36003
36004
36005 \series bold
36006 }
36007 \series default
36008
36009 \begin_inset Quotes erd
36010 \end_inset
36011
36012  in \SpecialChar TeX
36013  Code.
36014 \begin_inset Newline newline
36015 \end_inset
36016
36017 This is the result:
36018 \end_layout
36019
36020 \begin_layout Standard
36021 This is a text line with the word 
36022 \begin_inset ERT
36023 status collapsed
36024
36025 \begin_layout Plain Layout
36026
36027
36028 \backslash
36029 raisebox{
36030 \backslash
36031 depth}{
36032 \end_layout
36033
36034 \end_inset
36035
36036
36037 \begin_inset Quotes eld
36038 \end_inset
36039
36040 preventing
36041 \begin_inset Quotes erd
36042 \end_inset
36043
36044
36045 \begin_inset ERT
36046 status collapsed
36047
36048 \begin_layout Plain Layout
36049
36050 }
36051 \end_layout
36052
36053 \end_inset
36054
36055  as a raised word.
36056 \end_layout
36057
36058 \begin_layout Standard
36059 \begin_inset VSpace bigskip
36060 \end_inset
36061
36062 When you raise or lower characters in a line, the line distance will be
36063  spread:
36064 \end_layout
36065
36066 \begin_layout Standard
36067 This is a text line with the word 
36068 \begin_inset ERT
36069 status collapsed
36070
36071 \begin_layout Plain Layout
36072
36073
36074 \backslash
36075 raisebox{-
36076 \backslash
36077 depth}{
36078 \end_layout
36079
36080 \end_inset
36081
36082
36083 \begin_inset Quotes eld
36084 \end_inset
36085
36086 preventing
36087 \begin_inset Quotes erd
36088 \end_inset
36089
36090
36091 \begin_inset ERT
36092 status collapsed
36093
36094 \begin_layout Plain Layout
36095
36096 }
36097 \end_layout
36098
36099 \end_inset
36100
36101  as a lowered word.
36102 \begin_inset Newline newline
36103 \end_inset
36104
36105 This is a text line with the word 
36106 \begin_inset ERT
36107 status collapsed
36108
36109 \begin_layout Plain Layout
36110
36111
36112 \backslash
36113 raisebox{0.5cm}{
36114 \end_layout
36115
36116 \end_inset
36117
36118
36119 \begin_inset Quotes eld
36120 \end_inset
36121
36122 testing
36123 \begin_inset Quotes erd
36124 \end_inset
36125
36126
36127 \begin_inset ERT
36128 status collapsed
36129
36130 \begin_layout Plain Layout
36131
36132 }
36133 \end_layout
36134
36135 \end_inset
36136
36137  as a raised word.
36138 \end_layout
36139
36140 \begin_layout Standard
36141 If you want to prevent this for a certain reason, set the box height to
36142  a zero value.
36143  For example use
36144 \end_layout
36145
36146 \begin_layout Standard
36147
36148 \series bold
36149
36150 \backslash
36151 raisebox{-
36152 \backslash
36153 depth}[0pt]{
36154 \end_layout
36155
36156 \begin_layout Standard
36157 This is a text line with the word 
36158 \begin_inset ERT
36159 status collapsed
36160
36161 \begin_layout Plain Layout
36162
36163
36164 \backslash
36165 raisebox{-
36166 \backslash
36167 depth}[0pt]{
36168 \end_layout
36169
36170 \end_inset
36171
36172
36173 \begin_inset Quotes eld
36174 \end_inset
36175
36176 preventing
36177 \begin_inset Quotes erd
36178 \end_inset
36179
36180
36181 \begin_inset ERT
36182 status collapsed
36183
36184 \begin_layout Plain Layout
36185
36186 }
36187 \end_layout
36188
36189 \end_inset
36190
36191  as a lowered word.
36192 \begin_inset Newline newline
36193 \end_inset
36194
36195
36196 \begin_inset Newline newline
36197 \end_inset
36198
36199 This is a text line with the word 
36200 \begin_inset ERT
36201 status collapsed
36202
36203 \begin_layout Plain Layout
36204
36205
36206 \backslash
36207 raisebox{0.5cm}[0pt]{
36208 \end_layout
36209
36210 \end_inset
36211
36212
36213 \begin_inset Quotes eld
36214 \end_inset
36215
36216 testing
36217 \begin_inset Quotes erd
36218 \end_inset
36219
36220
36221 \begin_inset ERT
36222 status collapsed
36223
36224 \begin_layout Plain Layout
36225
36226 }
36227 \end_layout
36228
36229 \end_inset
36230
36231  as a raised word.
36232 \end_layout
36233
36234 \begin_layout Section
36235 Colored Boxes
36236 \begin_inset CommandInset label
36237 LatexCommand label
36238 name "sec:Colored-Boxes"
36239
36240 \end_inset
36241
36242
36243 \begin_inset Index idx
36244 status collapsed
36245
36246 \begin_layout Plain Layout
36247 Boxes ! Color
36248 \end_layout
36249
36250 \end_inset
36251
36252
36253 \end_layout
36254
36255 \begin_layout Standard
36256 To color the background of a box just select the color you like in the box
36257  dialog.
36258  This is for example a box with orange background: 
36259 \begin_inset Box Frameless
36260 position "t"
36261 hor_pos "c"
36262 has_inner_box 1
36263 inner_pos "t"
36264 use_parbox 0
36265 use_makebox 1
36266 width ""
36267 special "none"
36268 height "1in"
36269 height_special "totalheight"
36270 thickness "0.4pt"
36271 separation "3pt"
36272 shadowsize "4pt"
36273 framecolor "black"
36274 backgroundcolor "orange"
36275 status open
36276
36277 \begin_layout Plain Layout
36278 Box with orange background
36279 \end_layout
36280
36281 \end_inset
36282
36283
36284 \end_layout
36285
36286 \begin_layout Standard
36287 If you use the decoration 
36288 \family sans
36289 Simple
36290 \begin_inset space ~
36291 \end_inset
36292
36293 rectangular
36294 \begin_inset space ~
36295 \end_inset
36296
36297 frame
36298 \family default
36299  you can set a frame color.
36300  In this case you must also specify a background color (LyX sets white as
36301  default).
36302  Here is an example: 
36303 \begin_inset Box Boxed
36304 position "t"
36305 hor_pos "c"
36306 has_inner_box 0
36307 inner_pos "t"
36308 use_parbox 0
36309 use_makebox 0
36310 width ""
36311 special "none"
36312 height "1in"
36313 height_special "totalheight"
36314 thickness "0.4pt"
36315 separation "3pt"
36316 shadowsize "4pt"
36317 framecolor "teal"
36318 backgroundcolor "yellow"
36319 status open
36320
36321 \begin_layout Plain Layout
36322 Box with teal frame color and yellow background color
36323 \end_layout
36324
36325 \end_inset
36326
36327
36328 \end_layout
36329
36330 \begin_layout Standard
36331 \begin_inset VSpace bigskip
36332 \end_inset
36333
36334 Of course you can also have colored text inside a colored box:
36335 \begin_inset Newline newline
36336 \end_inset
36337
36338
36339 \begin_inset Box Boxed
36340 position "t"
36341 hor_pos "c"
36342 has_inner_box 0
36343 inner_pos "t"
36344 use_parbox 0
36345 use_makebox 0
36346 width ""
36347 special "none"
36348 height "1in"
36349 height_special "totalheight"
36350 thickness "0.4pt"
36351 separation "3pt"
36352 shadowsize "4pt"
36353 framecolor "cyan"
36354 backgroundcolor "magenta"
36355 status open
36356
36357 \begin_layout Plain Layout
36358
36359 \color yellow
36360 This is colored text within a colored, framed box
36361 \end_layout
36362
36363 \end_inset
36364
36365
36366 \end_layout
36367
36368 \begin_layout Standard
36369 \begin_inset VSpace bigskip
36370 \end_inset
36371
36372
36373 \end_layout
36374
36375 \begin_layout Standard
36376 If you need another color than the predefined ones, you can define your
36377  own color as described in section
36378 \begin_inset space ~
36379 \end_inset
36380
36381
36382 \begin_inset CommandInset ref
36383 LatexCommand ref
36384 reference "sec:Colored-Tables"
36385
36386 \end_inset
36387
36388 .
36389  To use your own color you must typeset the box by using TeX code:
36390 \end_layout
36391
36392 \begin_layout Standard
36393 Colored boxes without frame are created with the command 
36394 \series bold
36395
36396 \backslash
36397 colorbox
36398 \series default
36399 .
36400  It has the following scheme:
36401 \end_layout
36402
36403 \begin_layout Standard
36404
36405 \series bold
36406
36407 \backslash
36408 colorbox{color}{box content}
36409 \end_layout
36410
36411 \begin_layout Standard
36412 The box content can also be a box and colored boxes can also be within other
36413  boxes.
36414  To have e.
36415 \begin_inset space \thinspace{}
36416 \end_inset
36417
36418 g.
36419 \begin_inset space \space{}
36420 \end_inset
36421
36422 a darkgreen background for a word, insert the command
36423 \end_layout
36424
36425 \begin_layout Standard
36426
36427 \series bold
36428
36429 \backslash
36430 colorbox{darkgreen}{
36431 \end_layout
36432
36433 \begin_layout Standard
36434 before the word in \SpecialChar TeX
36435  Code.
36436  After the word insert a closing brace 
36437 \begin_inset Quotes eld
36438 \end_inset
36439
36440
36441 \series bold
36442 }
36443 \series default
36444
36445 \begin_inset Quotes erd
36446 \end_inset
36447
36448  in \SpecialChar TeX
36449  Code.
36450 \begin_inset Newline newline
36451 \end_inset
36452
36453 This is the result:
36454 \end_layout
36455
36456 \begin_layout Standard
36457 This is a line where the word 
36458 \begin_inset ERT
36459 status collapsed
36460
36461 \begin_layout Plain Layout
36462
36463
36464 \backslash
36465 colorbox{darkgreen}{
36466 \end_layout
36467
36468 \end_inset
36469
36470
36471 \begin_inset Quotes eld
36472 \end_inset
36473
36474 Attention!
36475 \begin_inset Quotes erd
36476 \end_inset
36477
36478
36479 \begin_inset ERT
36480 status collapsed
36481
36482 \begin_layout Plain Layout
36483
36484 }
36485 \end_layout
36486
36487 \end_inset
36488
36489  has a darkgreen background.
36490 \end_layout
36491
36492 \begin_layout Standard
36493 Framed, colored boxes are created with the command 
36494 \series bold
36495
36496 \backslash
36497 fcolorbox
36498 \series default
36499 .
36500  It has the following scheme:
36501 \end_layout
36502
36503 \begin_layout Standard
36504
36505 \series bold
36506
36507 \backslash
36508 fcolorbox{frame color}{box color}{box content}
36509 \end_layout
36510
36511 \begin_layout Section
36512 Rotated and Scaled Boxes
36513 \end_layout
36514
36515 \begin_layout Standard
36516 To use the boxes described in this section, the module 
36517 \family sans
36518 GraphicBoxes
36519 \family default
36520  must be loaded in the document settings.
36521 \end_layout
36522
36523 \begin_layout Standard
36524 \begin_inset Note Greyedout
36525 status open
36526
36527 \begin_layout Plain Layout
36528
36529 \series bold
36530 Note:
36531 \series default
36532  Not all DVI viewers are able to display rotated or scaled material.
36533 \end_layout
36534
36535 \end_inset
36536
36537
36538 \end_layout
36539
36540 \begin_layout Standard
36541 \begin_inset Note Greyedout
36542 status open
36543
36544 \begin_layout Plain Layout
36545
36546 \series bold
36547 Note:
36548 \series default
36549  Floats are not allowed inside a rotated or scaled box.
36550 \end_layout
36551
36552 \end_inset
36553
36554
36555 \end_layout
36556
36557 \begin_layout Subsection
36558 Rotated Boxes
36559 \begin_inset Index idx
36560 status collapsed
36561
36562 \begin_layout Plain Layout
36563 Boxes ! rotated
36564 \end_layout
36565
36566 \end_inset
36567
36568
36569 \begin_inset Index idx
36570 status collapsed
36571
36572 \begin_layout Plain Layout
36573 Rotated Material
36574 \end_layout
36575
36576 \end_inset
36577
36578
36579 \end_layout
36580
36581 \begin_layout Standard
36582 To rotate material, you can put it into a 
36583 \family sans
36584 Rotatebox
36585 \family default
36586 .
36587  Such a box is inserted via the menu 
36588 \family sans
36589 Insert\SpecialChar menuseparator
36590 Custom Insets\SpecialChar menuseparator
36591 Rotatebox
36592 \family default
36593 .
36594 \end_layout
36595
36596 \begin_layout Standard
36597 The rotation origin can be specified via the inset 
36598 \family sans
36599 Origin
36600 \family default
36601  (menu 
36602 \family sans
36603 Insert\SpecialChar menuseparator
36604 Origin
36605 \family default
36606 ) in the form 
36607 \series bold
36608 origin=position
36609 \series default
36610 .
36611  The following positions are possible: 
36612 \emph on
36613 c
36614 \emph default
36615  (center), 
36616 \emph on
36617 l
36618 \emph default
36619  (left), 
36620 \emph on
36621 r
36622 \emph default
36623  (right), 
36624 \emph on
36625 b
36626 \emph default
36627  (bottom), 
36628 \emph on
36629 t
36630 \emph default
36631  (top), along with meaningful combinations of the four base positions.
36632  For example 
36633 \emph on
36634 lt
36635 \emph default
36636  means that the rotation origin is at the top left corner of the box.
36637  When no rotation origin is specified, the position 
36638 \emph on
36639 l
36640 \emph default
36641  will be used.
36642  The rotation angle is a number that can be negative that specifies the
36643  angle in degrees.
36644  The rotation direction is counterclockwise.
36645 \end_layout
36646
36647 \begin_layout Standard
36648 In the following example 
36649 \series bold
36650 origin=c
36651 \series default
36652  was inserted to the 
36653 \family sans
36654 Origin
36655 \family default
36656  inset and 
36657 \series bold
36658 60
36659 \series default
36660  was inserted to the 
36661 \family sans
36662 Angle
36663 \family default
36664  inset.
36665 \end_layout
36666
36667 \begin_layout Standard
36668 This is a line 
36669 \begin_inset Flex Rotatebox
36670 status open
36671
36672 \begin_layout Plain Layout
36673 \begin_inset Argument 1
36674 status open
36675
36676 \begin_layout Plain Layout
36677 origin=c
36678 \end_layout
36679
36680 \end_inset
36681
36682
36683 \begin_inset Argument 2
36684 status open
36685
36686 \begin_layout Plain Layout
36687 60
36688 \end_layout
36689
36690 \end_inset
36691
36692 with rotated
36693 \end_layout
36694
36695 \end_inset
36696
36697  text.
36698 \end_layout
36699
36700 \begin_layout Standard
36701 The box content can also be another box or an inline formula:
36702 \end_layout
36703
36704 \begin_layout Standard
36705 This is a line 
36706 \begin_inset Flex Rotatebox
36707 status open
36708
36709 \begin_layout Plain Layout
36710 \begin_inset Argument 1
36711 status open
36712
36713 \begin_layout Plain Layout
36714 origin=r
36715 \end_layout
36716
36717 \end_inset
36718
36719
36720 \begin_inset Argument 2
36721 status open
36722
36723 \begin_layout Plain Layout
36724 -60
36725 \end_layout
36726
36727 \end_inset
36728
36729
36730 \begin_inset Box Doublebox
36731 position "c"
36732 hor_pos "c"
36733 has_inner_box 0
36734 inner_pos "c"
36735 use_parbox 0
36736 use_makebox 0
36737 width "1in"
36738 special "width"
36739 height "1in"
36740 height_special "totalheight"
36741 thickness "0.4pt"
36742 separation "3pt"
36743 shadowsize "4pt"
36744 framecolor "black"
36745 backgroundcolor "none"
36746 status collapsed
36747
36748 \begin_layout Plain Layout
36749 with rotated
36750 \end_layout
36751
36752 \end_inset
36753
36754
36755 \end_layout
36756
36757 \end_inset
36758
36759  framed text 
36760 \begin_inset Flex Rotatebox
36761 status open
36762
36763 \begin_layout Plain Layout
36764 \begin_inset Argument 1
36765 status open
36766
36767 \begin_layout Plain Layout
36768 origin=lb
36769 \end_layout
36770
36771 \end_inset
36772
36773
36774 \begin_inset Argument 2
36775 status open
36776
36777 \begin_layout Plain Layout
36778 60
36779 \end_layout
36780
36781 \end_inset
36782
36783
36784 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36785 \end_inset
36786
36787
36788 \end_layout
36789
36790 \end_inset
36791
36792  and a formula.
36793 \end_layout
36794
36795 \begin_layout Standard
36796 or an image or table:
36797 \end_layout
36798
36799 \begin_layout Standard
36800 This is a line 
36801 \begin_inset Flex Rotatebox
36802 status open
36803
36804 \begin_layout Plain Layout
36805 \begin_inset Argument 1
36806 status open
36807
36808 \begin_layout Plain Layout
36809 origin=lb
36810 \end_layout
36811
36812 \end_inset
36813
36814
36815 \begin_inset Argument 2
36816 status open
36817
36818 \begin_layout Plain Layout
36819 90
36820 \end_layout
36821
36822 \end_inset
36823
36824
36825 \begin_inset Graphics
36826         filename clipart/platypus.eps
36827         lyxscale 50
36828         width 25col%
36829
36830 \end_inset
36831
36832
36833 \end_layout
36834
36835 \end_inset
36836
36837  with a rotated image 
36838 \begin_inset Flex Rotatebox
36839 status open
36840
36841 \begin_layout Plain Layout
36842 \begin_inset Argument 2
36843 status open
36844
36845 \begin_layout Plain Layout
36846 -90
36847 \end_layout
36848
36849 \end_inset
36850
36851
36852 \begin_inset Tabular
36853 <lyxtabular version="3" rows="2" columns="2">
36854 <features tabularvalignment="middle">
36855 <column alignment="center" valignment="top">
36856 <column alignment="center" valignment="top">
36857 <row>
36858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36859 \begin_inset Text
36860
36861 \begin_layout Plain Layout
36862 q
36863 \end_layout
36864
36865 \end_inset
36866 </cell>
36867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36868 \begin_inset Text
36869
36870 \begin_layout Plain Layout
36871 w
36872 \end_layout
36873
36874 \end_inset
36875 </cell>
36876 </row>
36877 <row>
36878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36879 \begin_inset Text
36880
36881 \begin_layout Plain Layout
36882 e
36883 \end_layout
36884
36885 \end_inset
36886 </cell>
36887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36888 \begin_inset Text
36889
36890 \begin_layout Plain Layout
36891 r
36892 \end_layout
36893
36894 \end_inset
36895 </cell>
36896 </row>
36897 </lyxtabular>
36898
36899 \end_inset
36900
36901
36902 \end_layout
36903
36904 \end_inset
36905
36906  and table.
36907 \begin_inset Index idx
36908 status collapsed
36909
36910 \begin_layout Plain Layout
36911 Figures ! rotated
36912 \end_layout
36913
36914 \end_inset
36915
36916
36917 \begin_inset Index idx
36918 status collapsed
36919
36920 \begin_layout Plain Layout
36921 Table Customization ! Rotating
36922 \end_layout
36923
36924 \end_inset
36925
36926
36927 \end_layout
36928
36929 \begin_layout Standard
36930 \begin_inset Note Greyedout
36931 status open
36932
36933 \begin_layout Plain Layout
36934
36935 \series bold
36936 Note:
36937 \series default
36938  If the 
36939 \family sans
36940 Angle
36941 \family default
36942  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
36943
36944  errors when viewing/exporting the document.
36945 \end_layout
36946
36947 \end_inset
36948
36949
36950 \end_layout
36951
36952 \begin_layout Subsection
36953 Scaled Boxes
36954 \begin_inset Index idx
36955 status collapsed
36956
36957 \begin_layout Plain Layout
36958 Boxes ! scaled
36959 \end_layout
36960
36961 \end_inset
36962
36963
36964 \begin_inset Index idx
36965 status collapsed
36966
36967 \begin_layout Plain Layout
36968 Scaled Material
36969 \end_layout
36970
36971 \end_inset
36972
36973
36974 \end_layout
36975
36976 \begin_layout Standard
36977 To scale material put it into a 
36978 \family sans
36979 Scalebox
36980 \family default
36981 .
36982  Such a box is inserted via the menu 
36983 \family sans
36984 Insert\SpecialChar menuseparator
36985 Custom Insets\SpecialChar menuseparator
36986 Scalebox
36987 \family default
36988 .
36989 \end_layout
36990
36991 \begin_layout Standard
36992 The 
36993 \family sans
36994 Scalebox
36995 \family default
36996  inset has the mandatory inset 
36997 \family sans
36998 H-Factor
36999 \family default
37000  and the optional inset 
37001 \family sans
37002 V-Factor
37003 \family default
37004  (inserted via the menu 
37005 \family sans
37006 Insert\SpecialChar menuseparator
37007 V-Factor)
37008 \family default
37009 .
37010  Input there the horizontal and vertical scale factor, respectively.
37011  If no 
37012 \family sans
37013 V-Factor
37014 \family default
37015  inset is used, the horizontal factor will also be used as the vertical
37016  one.
37017 \end_layout
37018
37019 \begin_layout Standard
37020 To get for example the double text size, compared to the document text size,
37021  insert 
37022 \series bold
37023 2
37024 \series default
37025  into the 
37026 \family sans
37027 H-Factor
37028 \family default
37029  inset.
37030  An example: 
37031 \begin_inset Flex Scalebox
37032 status open
37033
37034 \begin_layout Plain Layout
37035 \begin_inset Argument 1
37036 status open
37037
37038 \begin_layout Plain Layout
37039 2
37040 \end_layout
37041
37042 \end_inset
37043
37044 Hello
37045 \end_layout
37046
37047 \end_inset
37048
37049
37050 \end_layout
37051
37052 \begin_layout Standard
37053
37054 \series bold
37055 2
37056 \series default
37057  as 
37058 \family sans
37059 H-Factor
37060 \family default
37061  and 
37062 \series bold
37063 1
37064 \series default
37065  as 
37066 \family sans
37067 V-Factor
37068 \family default
37069  distorts the 
37070 \begin_inset Flex Scalebox
37071 status open
37072
37073 \begin_layout Plain Layout
37074 \begin_inset Argument 1
37075 status open
37076
37077 \begin_layout Plain Layout
37078 2
37079 \end_layout
37080
37081 \end_inset
37082
37083
37084 \begin_inset Argument 2
37085 status open
37086
37087 \begin_layout Plain Layout
37088 1
37089 \end_layout
37090
37091 \end_inset
37092
37093 Hello
37094 \end_layout
37095
37096 \end_inset
37097
37098 .
37099 \end_layout
37100
37101 \begin_layout Standard
37102 If the scaling factor is negative, the box content will be mirrored.
37103  Therefore 
37104 \series bold
37105 -1
37106 \series default
37107  as 
37108 \family sans
37109 H-Factor
37110 \family default
37111  and 
37112 \series bold
37113 1
37114 \series default
37115  as 
37116 \family sans
37117 V-Factor
37118 \family default
37119  can be used to create mirror writing: 
37120 \begin_inset Flex Scalebox
37121 status open
37122
37123 \begin_layout Plain Layout
37124 \begin_inset Argument 1
37125 status open
37126
37127 \begin_layout Plain Layout
37128 -1
37129 \end_layout
37130
37131 \end_inset
37132
37133
37134 \begin_inset Argument 2
37135 status open
37136
37137 \begin_layout Plain Layout
37138 1
37139 \end_layout
37140
37141 \end_inset
37142
37143 Hello
37144 \end_layout
37145
37146 \end_inset
37147
37148
37149 \end_layout
37150
37151 \begin_layout Standard
37152
37153 \series bold
37154 1
37155 \series default
37156  as 
37157 \family sans
37158 H-Factor
37159 \family default
37160  and 
37161 \series bold
37162 -1
37163 \series default
37164  as 
37165 \family sans
37166 V-Factor
37167 \family default
37168  reflects the 
37169 \begin_inset Flex Scalebox
37170 status open
37171
37172 \begin_layout Plain Layout
37173 \begin_inset Argument 1
37174 status open
37175
37176 \begin_layout Plain Layout
37177 1
37178 \end_layout
37179
37180 \end_inset
37181
37182
37183 \begin_inset Argument 2
37184 status open
37185
37186 \begin_layout Plain Layout
37187 -1
37188 \end_layout
37189
37190 \end_inset
37191
37192 Hello
37193 \end_layout
37194
37195 \end_inset
37196
37197  at the base line.
37198 \end_layout
37199
37200 \begin_layout Standard
37201 The 
37202 \family sans
37203 Reflectbox
37204 \family default
37205  (menu 
37206 \family sans
37207 Insert\SpecialChar menuseparator
37208 Custom Insets\SpecialChar menuseparator
37209 Reflectbox
37210 \family default
37211 ) is equivalent to 
37212 \series bold
37213 -1
37214 \series default
37215  as 
37216 \family sans
37217 H-Factor
37218 \family default
37219  and 
37220 \series bold
37221 1
37222 \series default
37223  as 
37224 \family sans
37225 V-Factor 
37226 \family default
37227 for a 
37228 \family sans
37229 Scalebox
37230 \family default
37231 .
37232 \end_layout
37233
37234 \begin_layout Standard
37235 \begin_inset Note Greyedout
37236 status open
37237
37238 \begin_layout Plain Layout
37239
37240 \series bold
37241 Note:
37242 \series default
37243  If the 
37244 \family sans
37245 H-Factor
37246 \family default
37247  inset is empty or contains other characters than numbers you will get LaTeX
37248  errors when viewing/exporting the document.
37249 \end_layout
37250
37251 \end_inset
37252
37253
37254 \end_layout
37255
37256 \begin_layout Standard
37257 \begin_inset VSpace bigskip
37258 \end_inset
37259
37260 The 
37261 \family sans
37262 Resizebox
37263 \family default
37264  (menu 
37265 \family sans
37266 Insert\SpecialChar menuseparator
37267 Custom Insets\SpecialChar menuseparator
37268 Resizebox
37269 \family default
37270 ) is used to scale the content to a defined width and height.
37271  The 
37272 \family sans
37273 Resizebox
37274 \family default
37275  inset has the mandatory inset 
37276 \family sans
37277 Width
37278 \family default
37279  and the optional inset 
37280 \family sans
37281 Height
37282 \family default
37283  (inserted via the menu 
37284 \family sans
37285 Insert\SpecialChar menuseparator
37286 Height)
37287 \family default
37288 .
37289  Input there the width and height, respectively, as value with a unit.
37290  
37291 \begin_inset CommandInset ref
37292 LatexCommand ref
37293 reference "tab:Units"
37294
37295 \end_inset
37296
37297  lists the possible units.
37298  If there is an exclamation mark 
37299 \series bold
37300 !
37301 \series default
37302  in of of the two insets, the size is set so that the aspect ratio of the
37303  box content is kept.
37304  If no 
37305 \family sans
37306 Height
37307 \family default
37308  inset is used an exclamation mark will internally be used for the height.
37309 \end_layout
37310
37311 \begin_layout Standard
37312
37313 \series bold
37314 2cm
37315 \series default
37316  as 
37317 \family sans
37318 Width
37319 \family default
37320  and 
37321 \series bold
37322 1cm
37323 \series default
37324  as 
37325 \family sans
37326 Height
37327 \family default
37328  produces: 
37329 \begin_inset Flex Resizebox
37330 status open
37331
37332 \begin_layout Plain Layout
37333 \begin_inset Argument 1
37334 status open
37335
37336 \begin_layout Plain Layout
37337 2cm
37338 \end_layout
37339
37340 \end_inset
37341
37342
37343 \begin_inset Argument 2
37344 status open
37345
37346 \begin_layout Plain Layout
37347 1cm
37348 \end_layout
37349
37350 \end_inset
37351
37352 Hello
37353 \end_layout
37354
37355 \end_inset
37356
37357
37358 \begin_inset Newline newline
37359 \end_inset
37360
37361
37362 \series bold
37363 2cm
37364 \series default
37365  as 
37366 \family sans
37367 Width
37368 \family default
37369  and 
37370 \series bold
37371 !
37372 \series default
37373  as 
37374 \family sans
37375 Height
37376 \family default
37377  (or no 
37378 \family sans
37379 Height
37380 \family default
37381 ) produces: 
37382 \begin_inset Flex Resizebox
37383 status open
37384
37385 \begin_layout Plain Layout
37386 \begin_inset Argument 1
37387 status open
37388
37389 \begin_layout Plain Layout
37390 2cm
37391 \end_layout
37392
37393 \end_inset
37394
37395
37396 \begin_inset Argument 2
37397 status open
37398
37399 \begin_layout Plain Layout
37400 !
37401 \end_layout
37402
37403 \end_inset
37404
37405 Hello
37406 \end_layout
37407
37408 \end_inset
37409
37410
37411 \end_layout
37412
37413 \begin_layout Standard
37414 \begin_inset Note Greyedout
37415 status open
37416
37417 \begin_layout Plain Layout
37418
37419 \series bold
37420 Note:
37421 \series default
37422  If the 
37423 \family sans
37424 Width
37425 \family default
37426  inset is empty or contains an invalid unit you will get LaTeX errors when
37427  viewing/exporting the document.
37428 \end_layout
37429
37430 \end_inset
37431
37432
37433 \end_layout
37434
37435 \begin_layout Standard
37436 \begin_inset VSpace bigskip
37437 \end_inset
37438
37439
37440 \end_layout
37441
37442 \begin_layout Standard
37443 The boxes can be combined in any order.
37444  As example a 
37445 \family sans
37446 Reflectbox
37447 \family default
37448  inside a 
37449 \family sans
37450 Resizebox
37451 \family default
37452  which is in turn inside a 
37453 \family sans
37454 Rotatebox
37455 \family default
37456 :
37457 \end_layout
37458
37459 \begin_layout Standard
37460 \noindent
37461 \align center
37462 \begin_inset Flex Rotatebox
37463 status open
37464
37465 \begin_layout Plain Layout
37466 \begin_inset Argument 1
37467 status open
37468
37469 \begin_layout Plain Layout
37470 origin=c
37471 \end_layout
37472
37473 \end_inset
37474
37475
37476 \begin_inset Argument 2
37477 status open
37478
37479 \begin_layout Plain Layout
37480 -45
37481 \end_layout
37482
37483 \end_inset
37484
37485
37486 \begin_inset Flex Resizebox
37487 status open
37488
37489 \begin_layout Plain Layout
37490 \begin_inset Argument 1
37491 status open
37492
37493 \begin_layout Plain Layout
37494 2cm
37495 \end_layout
37496
37497 \end_inset
37498
37499
37500 \begin_inset Flex Reflectbox
37501 status open
37502
37503 \begin_layout Plain Layout
37504 Hello
37505 \end_layout
37506
37507 \end_inset
37508
37509
37510 \end_layout
37511
37512 \end_inset
37513
37514
37515 \end_layout
37516
37517 \end_inset
37518
37519
37520 \end_layout
37521
37522 \begin_layout Standard
37523 \noindent
37524 Images, tables, and inline formulas are allowed as box content:
37525 \end_layout
37526
37527 \begin_layout Standard
37528 \noindent
37529 \align center
37530 \begin_inset Flex Resizebox
37531 status open
37532
37533 \begin_layout Plain Layout
37534 \begin_inset Argument 1
37535 status open
37536
37537 \begin_layout Plain Layout
37538 2cm
37539 \end_layout
37540
37541 \end_inset
37542
37543
37544 \begin_inset Flex Reflectbox
37545 status open
37546
37547 \begin_layout Plain Layout
37548 \begin_inset Graphics
37549         filename clipart/platypus.eps
37550         lyxscale 50
37551         width 25col%
37552
37553 \end_inset
37554
37555
37556 \end_layout
37557
37558 \end_inset
37559
37560
37561 \end_layout
37562
37563 \end_inset
37564
37565  
37566 \begin_inset Flex Resizebox
37567 status open
37568
37569 \begin_layout Plain Layout
37570 \begin_inset Argument 1
37571 status open
37572
37573 \begin_layout Plain Layout
37574 2cm
37575 \end_layout
37576
37577 \end_inset
37578
37579
37580 \begin_inset Flex Reflectbox
37581 status open
37582
37583 \begin_layout Plain Layout
37584 \begin_inset Tabular
37585 <lyxtabular version="3" rows="2" columns="2">
37586 <features tabularvalignment="middle">
37587 <column alignment="center" valignment="top">
37588 <column alignment="center" valignment="top">
37589 <row>
37590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37591 \begin_inset Text
37592
37593 \begin_layout Plain Layout
37594 q
37595 \end_layout
37596
37597 \end_inset
37598 </cell>
37599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37600 \begin_inset Text
37601
37602 \begin_layout Plain Layout
37603 w
37604 \end_layout
37605
37606 \end_inset
37607 </cell>
37608 </row>
37609 <row>
37610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37611 \begin_inset Text
37612
37613 \begin_layout Plain Layout
37614 e
37615 \end_layout
37616
37617 \end_inset
37618 </cell>
37619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37620 \begin_inset Text
37621
37622 \begin_layout Plain Layout
37623 r
37624 \end_layout
37625
37626 \end_inset
37627 </cell>
37628 </row>
37629 </lyxtabular>
37630
37631 \end_inset
37632
37633
37634 \end_layout
37635
37636 \end_inset
37637
37638
37639 \end_layout
37640
37641 \end_inset
37642
37643  
37644 \begin_inset Flex Resizebox
37645 status open
37646
37647 \begin_layout Plain Layout
37648 \begin_inset Argument 1
37649 status open
37650
37651 \begin_layout Plain Layout
37652 3cm
37653 \end_layout
37654
37655 \end_inset
37656
37657
37658 \begin_inset Flex Reflectbox
37659 status open
37660
37661 \begin_layout Plain Layout
37662 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37663 \end_inset
37664
37665
37666 \end_layout
37667
37668 \end_inset
37669
37670
37671 \end_layout
37672
37673 \end_inset
37674
37675
37676 \begin_inset Index idx
37677 status collapsed
37678
37679 \begin_layout Plain Layout
37680 Figures ! scaled
37681 \end_layout
37682
37683 \end_inset
37684
37685
37686 \begin_inset Index idx
37687 status collapsed
37688
37689 \begin_layout Plain Layout
37690 Table Customization ! Scaling
37691 \end_layout
37692
37693 \end_inset
37694
37695
37696 \end_layout
37697
37698 \begin_layout Standard
37699 When the global formula style 
37700 \series bold
37701 fleqn
37702 \series default
37703  is used in the document
37704 \begin_inset Foot
37705 status collapsed
37706
37707 \begin_layout Plain Layout
37708 When 
37709 \begin_inset Quotes eld
37710 \end_inset
37711
37712 fleqn
37713 \begin_inset Quotes erd
37714 \end_inset
37715
37716  is added to the document class options.
37717 \end_layout
37718
37719 \end_inset
37720
37721 , display style formulas can also be scaled.
37722 \end_layout
37723
37724 \begin_layout Chapter
37725 Objects Surrounded by Text
37726 \begin_inset Index idx
37727 status collapsed
37728
37729 \begin_layout Plain Layout
37730 Surrounded by text
37731 \end_layout
37732
37733 \end_inset
37734
37735
37736 \end_layout
37737
37738 \begin_layout Section
37739 Wrap Floats
37740 \begin_inset CommandInset label
37741 LatexCommand label
37742 name "sec:Wrap-Floats"
37743
37744 \end_inset
37745
37746
37747 \begin_inset Index idx
37748 status collapsed
37749
37750 \begin_layout Plain Layout
37751 Floats ! Wrap Floats
37752 \end_layout
37753
37754 \end_inset
37755
37756
37757 \begin_inset Index idx
37758 status collapsed
37759
37760 \begin_layout Plain Layout
37761 Surrounded by text ! Wrap Floats
37762 \end_layout
37763
37764 \end_inset
37765
37766
37767 \end_layout
37768
37769 \begin_layout Standard
37770 \begin_inset Wrap figure
37771 lines 0
37772 placement l
37773 overhang 1cm
37774 width "40col%"
37775 status open
37776
37777 \begin_layout Plain Layout
37778 \begin_inset Graphics
37779         filename clipart/mobius.eps
37780         width 40col%
37781         scaleBeforeRotation
37782         rotateOrigin center
37783
37784 \end_inset
37785
37786
37787 \end_layout
37788
37789 \begin_layout Plain Layout
37790 \begin_inset Caption Standard
37791
37792 \begin_layout Plain Layout
37793 \begin_inset CommandInset label
37794 LatexCommand label
37795 name "fig:This-is-a"
37796
37797 \end_inset
37798
37799 This is a figure wrap float.
37800 \end_layout
37801
37802 \end_inset
37803
37804
37805 \end_layout
37806
37807 \end_inset
37808
37809  This float type is used if you want to wrap text around a figure or table
37810  so that it only occupies some fraction of the column width.
37811  It can be inserted using the menu 
37812 \family sans
37813 Insert\SpecialChar menuseparator
37814 Floats\SpecialChar menuseparator
37815 Figure
37816 \begin_inset space ~
37817 \end_inset
37818
37819 Wrap
37820 \begin_inset space ~
37821 \end_inset
37822
37823 Float
37824 \family default
37825  or 
37826 \family sans
37827 Table
37828 \begin_inset space ~
37829 \end_inset
37830
37831 Wrap
37832 \begin_inset space ~
37833 \end_inset
37834
37835 Float
37836 \family default
37837  if the \SpecialChar LaTeX
37838 -package 
37839 \series bold
37840 wrapfig
37841 \series default
37842
37843 \begin_inset Index idx
37844 status collapsed
37845
37846 \begin_layout Plain Layout
37847 \SpecialChar LaTeX
37848 -packages ! wrapfig
37849 \end_layout
37850
37851 \end_inset
37852
37853  is installed.
37854 \begin_inset Foot
37855 status collapsed
37856
37857 \begin_layout Plain Layout
37858 Installing a \SpecialChar LaTeX
37859 -package is explained it in the 
37860 \emph on
37861 \SpecialChar LaTeX
37862
37863 \begin_inset space ~
37864 \end_inset
37865
37866 Configuration
37867 \emph default
37868  manual.
37869 \end_layout
37870
37871 \end_inset
37872
37873  The settings of the float can be modified by right-clicking on the float
37874  box.
37875  The mandatory settings are the float 
37876 \family sans
37877 Placement
37878 \family default
37879  and its 
37880 \family sans
37881 Width
37882 \family default
37883 .
37884  Optional are the 
37885 \family sans
37886 Overhang
37887 \family default
37888  that specifies how much the float is set into the paragraph
37889 \begin_inset space \thinspace{}
37890 \end_inset
37891
37892 /
37893 \begin_inset space \thinspace{}
37894 \end_inset
37895
37896 page margin, and the 
37897 \family sans
37898 Line
37899 \begin_inset space ~
37900 \end_inset
37901
37902 span
37903 \family default
37904  that specifies how many text lines the float will approximately need.
37905  The line span is often hard to approximate; so it is better only to use
37906  it when you encounter float placement problems.
37907  You can furthermore decide if \SpecialChar LaTeX
37908  is allowed to let the float float within
37909  the paragraph or to surrounding paragraphs.
37910  Figure
37911 \begin_inset space ~
37912 \end_inset
37913
37914
37915 \begin_inset CommandInset ref
37916 LatexCommand ref
37917 reference "fig:This-is-a"
37918
37919 \end_inset
37920
37921  is an example text wrap float with a width of 40
37922 \begin_inset space \thinspace{}
37923 \end_inset
37924
37925 col%, 1
37926 \begin_inset space \thinspace{}
37927 \end_inset
37928
37929 cm overhang, set to the left.
37930 \end_layout
37931
37932 \begin_layout Standard
37933 \begin_inset Note Greyedout
37934 status open
37935
37936 \begin_layout Plain Layout
37937
37938 \series bold
37939 Note:
37940 \series default
37941  Text
37942 \begin_inset space ~
37943 \end_inset
37944
37945 wrap float floats are fragile! E.
37946 \begin_inset space \thinspace{}
37947 \end_inset
37948
37949 g.
37950 \begin_inset space \space{}
37951 \end_inset
37952
37953 having a figure too close to the bottom of the page can mess things up in
37954  such a way that the float does not appear in the output or that it is placed
37955  over some other text.
37956 \end_layout
37957
37958 \end_inset
37959
37960
37961 \end_layout
37962
37963 \begin_layout Standard
37964 In general, the following applies for wrap floats:
37965 \end_layout
37966
37967 \begin_layout Itemize
37968 They should not be placed in paragraphs that run over a page break.
37969  That means that wrap floats are better inserted in their exact place when
37970  the document is almost finished and you are able to estimate where page
37971  breaks will appear.
37972 \end_layout
37973
37974 \begin_layout Itemize
37975 They should either be placed in their own paragraph before the paragraph
37976  where they should wrap into or within a paragraph.
37977 \end_layout
37978
37979 \begin_layout Itemize
37980 In consecutive paragraphs they may cause troubles, so ensure that there
37981  is a text paragraph between them as separator.
37982 \end_layout
37983
37984 \begin_layout Itemize
37985 They are not allowed in section headings or tables.
37986 \end_layout
37987
37988 \begin_layout Itemize
37989 Their numbering and referencing works as described in chap.
37990 \begin_inset space \thinspace{}
37991 \end_inset
37992
37993
37994 \begin_inset CommandInset ref
37995 LatexCommand ref
37996 reference "chap:Floats"
37997
37998 \end_inset
37999
38000 .
38001 \end_layout
38002
38003 \begin_layout Section
38004 Surrounded Fixed Objects
38005 \begin_inset Index idx
38006 status collapsed
38007
38008 \begin_layout Plain Layout
38009 Surrounded by text ! Fixed objects
38010 \end_layout
38011
38012 \end_inset
38013
38014
38015 \end_layout
38016
38017 \begin_layout Standard
38018 The wrap floats described in sec.
38019 \begin_inset space \thinspace{}
38020 \end_inset
38021
38022
38023 \begin_inset CommandInset ref
38024 LatexCommand ref
38025 reference "sec:Wrap-Floats"
38026
38027 \end_inset
38028
38029  have these positions in the paragraph:
38030 \end_layout
38031
38032 \begin_layout Standard
38033 \noindent
38034 \align center
38035 \begin_inset Tabular
38036 <lyxtabular version="3" rows="2" columns="2">
38037 <features tabularvalignment="middle">
38038 <column alignment="center" valignment="top">
38039 <column alignment="center" valignment="top">
38040 <row>
38041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38042 \begin_inset Text
38043
38044 \begin_layout Plain Layout
38045 \begin_inset Info
38046 type  "icon"
38047 arg   "dialog-show-new-inset graphics"
38048 \end_inset
38049
38050
38051 \end_layout
38052
38053 \end_inset
38054 </cell>
38055 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38056 \begin_inset Text
38057
38058 \begin_layout Plain Layout
38059 text
38060 \end_layout
38061
38062 \end_inset
38063 </cell>
38064 </row>
38065 <row>
38066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38067 \begin_inset Text
38068
38069 \begin_layout Plain Layout
38070 text
38071 \end_layout
38072
38073 \end_inset
38074 </cell>
38075 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38076 \begin_inset Text
38077
38078 \begin_layout Plain Layout
38079 text
38080 \end_layout
38081
38082 \end_inset
38083 </cell>
38084 </row>
38085 </lyxtabular>
38086
38087 \end_inset
38088
38089  or 
38090 \begin_inset Tabular
38091 <lyxtabular version="3" rows="2" columns="2">
38092 <features tabularvalignment="middle">
38093 <column alignment="center" valignment="top">
38094 <column alignment="center" valignment="top">
38095 <row>
38096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38097 \begin_inset Text
38098
38099 \begin_layout Plain Layout
38100 text
38101 \end_layout
38102
38103 \end_inset
38104 </cell>
38105 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38106 \begin_inset Text
38107
38108 \begin_layout Plain Layout
38109 \begin_inset Info
38110 type  "icon"
38111 arg   "dialog-show-new-inset graphics"
38112 \end_inset
38113
38114
38115 \end_layout
38116
38117 \end_inset
38118 </cell>
38119 </row>
38120 <row>
38121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38122 \begin_inset Text
38123
38124 \begin_layout Plain Layout
38125 text
38126 \end_layout
38127
38128 \end_inset
38129 </cell>
38130 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38131 \begin_inset Text
38132
38133 \begin_layout Plain Layout
38134 text
38135 \end_layout
38136
38137 \end_inset
38138 </cell>
38139 </row>
38140 </lyxtabular>
38141
38142 \end_inset
38143
38144
38145 \end_layout
38146
38147 \begin_layout Standard
38148 To get an object exactly at the position where it is inserted, for example
38149  to get one of these positions:
38150 \begin_inset VSpace defskip
38151 \end_inset
38152
38153
38154 \end_layout
38155
38156 \begin_layout Standard
38157 \noindent
38158 \align center
38159 \begin_inset Tabular
38160 <lyxtabular version="3" rows="2" columns="2">
38161 <features tabularvalignment="middle">
38162 <column alignment="center" valignment="top">
38163 <column alignment="center" valignment="top">
38164 <row>
38165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38166 \begin_inset Text
38167
38168 \begin_layout Plain Layout
38169 text
38170 \end_layout
38171
38172 \end_inset
38173 </cell>
38174 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38175 \begin_inset Text
38176
38177 \begin_layout Plain Layout
38178 text
38179 \end_layout
38180
38181 \end_inset
38182 </cell>
38183 </row>
38184 <row>
38185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38186 \begin_inset Text
38187
38188 \begin_layout Plain Layout
38189 \begin_inset Info
38190 type  "icon"
38191 arg   "dialog-show-new-inset graphics"
38192 \end_inset
38193
38194
38195 \end_layout
38196
38197 \end_inset
38198 </cell>
38199 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38200 \begin_inset Text
38201
38202 \begin_layout Plain Layout
38203 text
38204 \end_layout
38205
38206 \end_inset
38207 </cell>
38208 </row>
38209 </lyxtabular>
38210
38211 \end_inset
38212
38213  
38214 \begin_inset Tabular
38215 <lyxtabular version="3" rows="2" columns="2">
38216 <features tabularvalignment="middle">
38217 <column alignment="center" valignment="top">
38218 <column alignment="center" valignment="top">
38219 <row>
38220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38221 \begin_inset Text
38222
38223 \begin_layout Plain Layout
38224 text
38225 \end_layout
38226
38227 \end_inset
38228 </cell>
38229 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38230 \begin_inset Text
38231
38232 \begin_layout Plain Layout
38233 text
38234 \end_layout
38235
38236 \end_inset
38237 </cell>
38238 </row>
38239 <row>
38240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38241 \begin_inset Text
38242
38243 \begin_layout Plain Layout
38244 text
38245 \end_layout
38246
38247 \end_inset
38248 </cell>
38249 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38250 \begin_inset Text
38251
38252 \begin_layout Plain Layout
38253 \begin_inset Info
38254 type  "icon"
38255 arg   "dialog-show-new-inset graphics"
38256 \end_inset
38257
38258
38259 \end_layout
38260
38261 \end_inset
38262 </cell>
38263 </row>
38264 </lyxtabular>
38265
38266 \end_inset
38267
38268  
38269 \begin_inset Tabular
38270 <lyxtabular version="3" rows="2" columns="3">
38271 <features tabularvalignment="middle">
38272 <column alignment="center" valignment="top">
38273 <column alignment="center" valignment="top">
38274 <column alignment="center" valignment="top">
38275 <row>
38276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38277 \begin_inset Text
38278
38279 \begin_layout Plain Layout
38280 text
38281 \end_layout
38282
38283 \end_inset
38284 </cell>
38285 <cell alignment="center" valignment="top" topline="true" usebox="none">
38286 \begin_inset Text
38287
38288 \begin_layout Plain Layout
38289 \begin_inset Info
38290 type  "icon"
38291 arg   "dialog-show-new-inset graphics"
38292 \end_inset
38293
38294
38295 \end_layout
38296
38297 \end_inset
38298 </cell>
38299 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38300 \begin_inset Text
38301
38302 \begin_layout Plain Layout
38303 text
38304 \end_layout
38305
38306 \end_inset
38307 </cell>
38308 </row>
38309 <row>
38310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38311 \begin_inset Text
38312
38313 \begin_layout Plain Layout
38314 text
38315 \end_layout
38316
38317 \end_inset
38318 </cell>
38319 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38320 \begin_inset Text
38321
38322 \begin_layout Plain Layout
38323 text
38324 \end_layout
38325
38326 \end_inset
38327 </cell>
38328 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38329 \begin_inset Text
38330
38331 \begin_layout Plain Layout
38332 text
38333 \end_layout
38334
38335 \end_inset
38336 </cell>
38337 </row>
38338 </lyxtabular>
38339
38340 \end_inset
38341
38342  
38343 \begin_inset Tabular
38344 <lyxtabular version="3" rows="2" columns="3">
38345 <features tabularvalignment="middle">
38346 <column alignment="center" valignment="top">
38347 <column alignment="center" valignment="top">
38348 <column alignment="center" valignment="top">
38349 <row>
38350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38351 \begin_inset Text
38352
38353 \begin_layout Plain Layout
38354 text
38355 \end_layout
38356
38357 \end_inset
38358 </cell>
38359 <cell alignment="center" valignment="top" topline="true" usebox="none">
38360 \begin_inset Text
38361
38362 \begin_layout Plain Layout
38363 text
38364 \end_layout
38365
38366 \end_inset
38367 </cell>
38368 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38369 \begin_inset Text
38370
38371 \begin_layout Plain Layout
38372 text
38373 \end_layout
38374
38375 \end_inset
38376 </cell>
38377 </row>
38378 <row>
38379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38380 \begin_inset Text
38381
38382 \begin_layout Plain Layout
38383 text
38384 \end_layout
38385
38386 \end_inset
38387 </cell>
38388 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38389 \begin_inset Text
38390
38391 \begin_layout Plain Layout
38392 \begin_inset Info
38393 type  "icon"
38394 arg   "dialog-show-new-inset graphics"
38395 \end_inset
38396
38397
38398 \end_layout
38399
38400 \end_inset
38401 </cell>
38402 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38403 \begin_inset Text
38404
38405 \begin_layout Plain Layout
38406 text
38407 \end_layout
38408
38409 \end_inset
38410 </cell>
38411 </row>
38412 </lyxtabular>
38413
38414 \end_inset
38415
38416
38417 \end_layout
38418
38419 \begin_layout Standard
38420 \noindent
38421 \align center
38422 \begin_inset Tabular
38423 <lyxtabular version="3" rows="3" columns="2">
38424 <features tabularvalignment="middle">
38425 <column alignment="center" valignment="top">
38426 <column alignment="center" valignment="top">
38427 <row>
38428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38429 \begin_inset Text
38430
38431 \begin_layout Plain Layout
38432 text
38433 \end_layout
38434
38435 \end_inset
38436 </cell>
38437 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38438 \begin_inset Text
38439
38440 \begin_layout Plain Layout
38441 text
38442 \end_layout
38443
38444 \end_inset
38445 </cell>
38446 </row>
38447 <row>
38448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38449 \begin_inset Text
38450
38451 \begin_layout Plain Layout
38452 \begin_inset Info
38453 type  "icon"
38454 arg   "dialog-show-new-inset graphics"
38455 \end_inset
38456
38457
38458 \end_layout
38459
38460 \end_inset
38461 </cell>
38462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38463 \begin_inset Text
38464
38465 \begin_layout Plain Layout
38466 text
38467 \end_layout
38468
38469 \end_inset
38470 </cell>
38471 </row>
38472 <row>
38473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38474 \begin_inset Text
38475
38476 \begin_layout Plain Layout
38477 text
38478 \end_layout
38479
38480 \end_inset
38481 </cell>
38482 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38483 \begin_inset Text
38484
38485 \begin_layout Plain Layout
38486 text
38487 \end_layout
38488
38489 \end_inset
38490 </cell>
38491 </row>
38492 </lyxtabular>
38493
38494 \end_inset
38495
38496  
38497 \begin_inset Tabular
38498 <lyxtabular version="3" rows="3" columns="3">
38499 <features tabularvalignment="middle">
38500 <column alignment="center" valignment="top">
38501 <column alignment="center" valignment="top">
38502 <column alignment="center" valignment="top">
38503 <row>
38504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38505 \begin_inset Text
38506
38507 \begin_layout Plain Layout
38508 text
38509 \end_layout
38510
38511 \end_inset
38512 </cell>
38513 <cell alignment="center" valignment="top" topline="true" usebox="none">
38514 \begin_inset Text
38515
38516 \begin_layout Plain Layout
38517 text
38518 \end_layout
38519
38520 \end_inset
38521 </cell>
38522 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38523 \begin_inset Text
38524
38525 \begin_layout Plain Layout
38526 text
38527 \end_layout
38528
38529 \end_inset
38530 </cell>
38531 </row>
38532 <row>
38533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38534 \begin_inset Text
38535
38536 \begin_layout Plain Layout
38537 text
38538 \end_layout
38539
38540 \end_inset
38541 </cell>
38542 <cell alignment="center" valignment="top" usebox="none">
38543 \begin_inset Text
38544
38545 \begin_layout Plain Layout
38546 \begin_inset Info
38547 type  "icon"
38548 arg   "dialog-show-new-inset graphics"
38549 \end_inset
38550
38551
38552 \end_layout
38553
38554 \end_inset
38555 </cell>
38556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38557 \begin_inset Text
38558
38559 \begin_layout Plain Layout
38560 text
38561 \end_layout
38562
38563 \end_inset
38564 </cell>
38565 </row>
38566 <row>
38567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38568 \begin_inset Text
38569
38570 \begin_layout Plain Layout
38571 text
38572 \end_layout
38573
38574 \end_inset
38575 </cell>
38576 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38577 \begin_inset Text
38578
38579 \begin_layout Plain Layout
38580 text
38581 \end_layout
38582
38583 \end_inset
38584 </cell>
38585 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38586 \begin_inset Text
38587
38588 \begin_layout Plain Layout
38589 text
38590 \end_layout
38591
38592 \end_inset
38593 </cell>
38594 </row>
38595 </lyxtabular>
38596
38597 \end_inset
38598
38599  
38600 \begin_inset Tabular
38601 <lyxtabular version="3" rows="3" columns="2">
38602 <features tabularvalignment="middle">
38603 <column alignment="center" valignment="top">
38604 <column alignment="center" valignment="top">
38605 <row>
38606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38607 \begin_inset Text
38608
38609 \begin_layout Plain Layout
38610 text
38611 \end_layout
38612
38613 \end_inset
38614 </cell>
38615 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38616 \begin_inset Text
38617
38618 \begin_layout Plain Layout
38619 text
38620 \end_layout
38621
38622 \end_inset
38623 </cell>
38624 </row>
38625 <row>
38626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38627 \begin_inset Text
38628
38629 \begin_layout Plain Layout
38630 text
38631 \end_layout
38632
38633 \end_inset
38634 </cell>
38635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38636 \begin_inset Text
38637
38638 \begin_layout Plain Layout
38639 \begin_inset Info
38640 type  "icon"
38641 arg   "dialog-show-new-inset graphics"
38642 \end_inset
38643
38644
38645 \end_layout
38646
38647 \end_inset
38648 </cell>
38649 </row>
38650 <row>
38651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38652 \begin_inset Text
38653
38654 \begin_layout Plain Layout
38655 text
38656 \end_layout
38657
38658 \end_inset
38659 </cell>
38660 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38661 \begin_inset Text
38662
38663 \begin_layout Plain Layout
38664 text
38665 \end_layout
38666
38667 \end_inset
38668 </cell>
38669 </row>
38670 </lyxtabular>
38671
38672 \end_inset
38673
38674
38675 \end_layout
38676
38677 \begin_layout Standard
38678 \noindent
38679 you can use the \SpecialChar LaTeX
38680 -package 
38681 \series bold
38682 picinpar
38683 \series default
38684
38685 \begin_inset Index idx
38686 status collapsed
38687
38688 \begin_layout Plain Layout
38689 \SpecialChar LaTeX
38690 -packages ! picinpar
38691 \end_layout
38692
38693 \end_inset
38694
38695 .
38696  Here is an example:
38697 \end_layout
38698
38699 \begin_layout Standard
38700 \begin_inset ERT
38701 status collapsed
38702
38703 \begin_layout Plain Layout
38704
38705
38706 \backslash
38707 ifpicinpar
38708 \end_layout
38709
38710 \end_inset
38711
38712
38713 \begin_inset Note Note
38714 status open
38715
38716 \begin_layout Plain Layout
38717 The following section will only be displayed when the \SpecialChar LaTeX
38718 -package 
38719 \series bold
38720 picinpar
38721 \series default
38722  is installed.
38723 \end_layout
38724
38725 \end_inset
38726
38727
38728 \end_layout
38729
38730 \begin_layout Standard
38731 \begin_inset ERT
38732 status collapsed
38733
38734 \begin_layout Plain Layout
38735
38736
38737 \backslash
38738 begin{window}[2,c,{
38739 \end_layout
38740
38741 \end_inset
38742
38743
38744 \begin_inset Graphics
38745         filename clipart/mobius.eps
38746         lyxscale 60
38747         width 40col%
38748         scaleBeforeRotation
38749         rotateOrigin center
38750
38751 \end_inset
38752
38753
38754 \begin_inset ERT
38755 status collapsed
38756
38757 \begin_layout Plain Layout
38758
38759 },]
38760 \end_layout
38761
38762 \begin_layout Plain Layout
38763
38764 {}
38765 \end_layout
38766
38767 \end_inset
38768
38769
38770 \size small
38771 It was in the spring of the year 1894 that all London was interested, and
38772  the fashionable world dismayed, by the murder of the Honourable Ronald
38773  Adair under most unusual and inexplicable circumstances.
38774  The public has already learned those particulars of the crime which
38775 \size default
38776
38777 \begin_inset ERT
38778 status collapsed
38779
38780 \begin_layout Plain Layout
38781
38782
38783 \backslash
38784 footnotemark{}
38785 \end_layout
38786
38787 \end_inset
38788
38789
38790 \size small
38791  came out in the police investigation, but a good deal was suppressed upon
38792  that occasion, since the case for the prosecution was so overwhelmingly
38793  strong that it was not necessary to bring forward all the facts.
38794  Only now, at the end of nearly ten years, am I allowed to supply those
38795  missing links which make up the whole of that remarkable chain.
38796 \size default
38797
38798 \begin_inset ERT
38799 status collapsed
38800
38801 \begin_layout Plain Layout
38802
38803
38804 \backslash
38805 end{window}
38806 \end_layout
38807
38808 \end_inset
38809
38810
38811 \end_layout
38812
38813 \begin_layout Standard
38814 \begin_inset ERT
38815 status collapsed
38816
38817 \begin_layout Plain Layout
38818
38819
38820 \backslash
38821 footnotetext{
38822 \end_layout
38823
38824 \end_inset
38825
38826 Footnote of the paragraph with the fixed object.
38827 \begin_inset ERT
38828 status collapsed
38829
38830 \begin_layout Plain Layout
38831
38832 }
38833 \end_layout
38834
38835 \end_inset
38836
38837
38838 \end_layout
38839
38840 \begin_layout Standard
38841 Surrounded fixed objects are used to let text float around them, at which
38842  the object's position in the paragraph can be determined by the number
38843  of lines above it.
38844  In contrary to floats is it not possible to have a numbered caption.
38845 \end_layout
38846
38847 \begin_layout Standard
38848 A fixed object is inserted by adding the command
38849 \end_layout
38850
38851 \begin_layout Standard
38852
38853 \series bold
38854
38855 \backslash
38856 begin{window}[2,c,{
38857 \end_layout
38858
38859 \begin_layout Standard
38860 as \SpecialChar TeX
38861  Code at the beginning of the paragraph.
38862  The first parameter in the bracket, here '2', defines the number of lines
38863  above the object, the second, here 'c', the position of the object.
38864  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
38865  Behind the command you insert the object.
38866  In this example an image with a width of 40
38867 \begin_inset space \thinspace{}
38868 \end_inset
38869
38870 % of the text column width was inserted.
38871  The object can also be a table, a box or an equation.
38872  Behind the object the command
38873 \end_layout
38874
38875 \begin_layout Standard
38876
38877 \series bold
38878 },description text]
38879 \begin_inset Newline newline
38880 \end_inset
38881
38882 {}
38883 \end_layout
38884
38885 \begin_layout Standard
38886 is inserted.
38887  Note that the 
38888 \begin_inset Quotes eld
38889 \end_inset
38890
38891
38892 \series bold
38893 {}
38894 \series default
38895
38896 \begin_inset Quotes erd
38897 \end_inset
38898
38899  is in the second line.
38900  The description text is optional.
38901  The text surrounding the object must be in the same paragraph as the object,
38902  so it must begin directly after the 
38903 \series bold
38904 {}
38905 \series default
38906 .
38907  At the end of the paragraph insert the command:
38908 \end_layout
38909
38910 \begin_layout Standard
38911
38912 \series bold
38913
38914 \backslash
38915 end{window}
38916 \end_layout
38917
38918 \begin_layout Standard
38919 Within a paragraph with a fixed object, you cannot insert footnotes in the
38920  normal way.
38921  You have to use instead the command 
38922 \series bold
38923
38924 \backslash
38925 footnotemark
38926 \series default
38927  inside the paragraph and outside the command 
38928 \series bold
38929
38930 \backslash
38931 footnotetext
38932 \series default
38933  as described in sec.
38934 \begin_inset space \thinspace{}
38935 \end_inset
38936
38937
38938 \begin_inset CommandInset ref
38939 LatexCommand ref
38940 reference "sec:Footnotes"
38941
38942 \end_inset
38943
38944 .
38945 \end_layout
38946
38947 \begin_layout Standard
38948 \begin_inset ERT
38949 status collapsed
38950
38951 \begin_layout Plain Layout
38952
38953
38954 \backslash
38955 else
38956 \end_layout
38957
38958 \end_inset
38959
38960
38961 \begin_inset Note Note
38962 status open
38963
38964 \begin_layout Plain Layout
38965 The following will be displayed when the \SpecialChar LaTeX
38966 -package 
38967 \series bold
38968 picinpar
38969 \series default
38970  is not installed:
38971 \end_layout
38972
38973 \end_inset
38974
38975
38976 \end_layout
38977
38978 \begin_layout Standard
38979 You need to install the \SpecialChar LaTeX
38980 -package 
38981 \series bold
38982 picinpar
38983 \series default
38984  to see the following part of this section in the output.
38985 \end_layout
38986
38987 \begin_layout Standard
38988 \begin_inset ERT
38989 status collapsed
38990
38991 \begin_layout Plain Layout
38992
38993
38994 \backslash
38995 fi
38996 \end_layout
38997
38998 \end_inset
38999
39000
39001 \end_layout
39002
39003 \begin_layout Section
39004 Initials
39005 \begin_inset Index idx
39006 status collapsed
39007
39008 \begin_layout Plain Layout
39009 Initials
39010 \end_layout
39011
39012 \end_inset
39013
39014
39015 \begin_inset Index idx
39016 status collapsed
39017
39018 \begin_layout Plain Layout
39019 Surrounded by text ! Initials
39020 \end_layout
39021
39022 \end_inset
39023
39024
39025 \end_layout
39026
39027 \begin_layout Standard
39028 To use initials, you must have the \SpecialChar LaTeX
39029 -package 
39030 \series bold
39031 lettrine
39032 \series default
39033
39034 \begin_inset Index idx
39035 status collapsed
39036
39037 \begin_layout Plain Layout
39038 \SpecialChar LaTeX
39039 -packages ! lettrine
39040 \end_layout
39041
39042 \end_inset
39043
39044  installed and use the module 
39045 \family sans
39046 Initials
39047 \family default
39048  in your document (menu 
39049 \family sans
39050 Document\SpecialChar menuseparator
39051 Settings\SpecialChar menuseparator
39052 Modules
39053 \family default
39054 ).
39055  To insert an initial, use the style 
39056 \family sans
39057 Initial
39058 \family default
39059 .
39060  This style has a mandatory and two optional arguments.
39061  The arguments are inserted via the 
39062 \family sans
39063 Insert
39064 \family default
39065  menu.
39066  The mandatory argument 
39067 \family sans
39068 Initial
39069 \family default
39070  contains the letter(s) that is the initial, the argument 
39071 \family sans
39072 Rest
39073 \begin_inset space ~
39074 \end_inset
39075
39076 of
39077 \begin_inset space ~
39078 \end_inset
39079
39080 Initial
39081 \family default
39082  contains the rest of the word or text of the initial letter(s).
39083  The argument 
39084 \family sans
39085 Options
39086 \family default
39087  contains parameters to modify the initial.
39088  For more information about the possible parameters see the documentation
39089  of 
39090 \series bold
39091 lettrine
39092 \series default
39093
39094 \begin_inset CommandInset citation
39095 LatexCommand cite
39096 key "lettrine"
39097 literal "true"
39098
39099 \end_inset
39100
39101 .
39102  The style itself contains the text that is surrounding the initial.
39103  The usual style is hereby that the word whose first letter is the initial,
39104  is printed with 
39105 \shape smallcaps
39106 small caps
39107 \shape default
39108 .
39109 \end_layout
39110
39111 \begin_layout Standard
39112 Here are some examples:
39113 \end_layout
39114
39115 \begin_layout Standard
39116 \begin_inset ERT
39117 status collapsed
39118
39119 \begin_layout Plain Layout
39120
39121
39122 \backslash
39123 iflettrine
39124 \end_layout
39125
39126 \end_inset
39127
39128
39129 \begin_inset Note Note
39130 status open
39131
39132 \begin_layout Plain Layout
39133 The following section will only be displayed when the \SpecialChar LaTeX
39134 -package 
39135 \series bold
39136 lettrine
39137 \series default
39138  is installed.
39139 \end_layout
39140
39141 \end_inset
39142
39143
39144 \end_layout
39145
39146 \begin_layout Enumerate
39147 No optional argument, the initial is the letter 'I' in the math font 
39148 \begin_inset Formula $\mathfrak{Fraktur}$
39149 \end_inset
39150
39151 :
39152 \end_layout
39153
39154 \begin_deeper
39155 \begin_layout Initial
39156 \begin_inset Argument 2
39157 status open
39158
39159 \begin_layout Plain Layout
39160 \begin_inset Formula $\mathfrak{I}$
39161 \end_inset
39162
39163
39164 \end_layout
39165
39166 \end_inset
39167
39168
39169 \begin_inset Argument 3
39170 status open
39171
39172 \begin_layout Plain Layout
39173 t
39174 \end_layout
39175
39176 \end_inset
39177
39178  was in the spring of the year 1894 that all London was interested, and
39179  the fashionable world dismayed, by the murder of the Honourable Ronald
39180  Adair under most unusual and inexplicable circumstances.
39181  The public has already learned those particulars of the crime which came
39182  out in the police investigation, but a good deal was suppressed upon that
39183  occasion, since the case for the prosecution was so overwhelmingly strong
39184  that it was not necessary to bring forward all the facts.
39185 \begin_inset Newpage newpage
39186 \end_inset
39187
39188
39189 \end_layout
39190
39191 \end_deeper
39192 \begin_layout Enumerate
39193 Only one line is surrounding the initial, which is formed by two letters
39194  in standard font and no text is printed in small caps:
39195 \end_layout
39196
39197 \begin_deeper
39198 \begin_layout Initial
39199 \begin_inset Argument 1
39200 status open
39201
39202 \begin_layout Plain Layout
39203 lines=1
39204 \end_layout
39205
39206 \end_inset
39207
39208
39209 \begin_inset Argument 2
39210 status open
39211
39212 \begin_layout Plain Layout
39213 It
39214 \end_layout
39215
39216 \end_inset
39217
39218  was in the spring of the year 1894 that all London was interested, and
39219  the fashionable world dismayed, by the murder of the Honourable Ronald
39220  Adair under most unusual and inexplicable circumstances.
39221  The public has already learned those particulars of the crime which came
39222  out in the police investigation, but a good deal was suppressed upon that
39223  occasion, since the case for the prosecution was so overwhelmingly strong
39224  that it was not necessary to bring forward all the facts.
39225 \end_layout
39226
39227 \end_deeper
39228 \begin_layout Enumerate
39229 Magenta, hanging initial over 3
39230 \begin_inset space ~
39231 \end_inset
39232
39233 lines in the math font 
39234 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39235 \end_inset
39236
39237 , the text 
39238 \begin_inset Quotes eld
39239 \end_inset
39240
39241 t was in the spring
39242 \begin_inset Quotes erd
39243 \end_inset
39244
39245  is in 
39246 \shape smallcaps
39247 small caps
39248 \shape default
39249 ; to color the initial, you must insert this command before the initial:
39250 \begin_inset Newline newline
39251 \end_inset
39252
39253
39254 \series bold
39255
39256 \backslash
39257 renewcommand{
39258 \backslash
39259 LettrineFontHook}{
39260 \backslash
39261 color{color}}
39262 \series default
39263
39264 \begin_inset Newline newline
39265 \end_inset
39266
39267 where the second 
39268 \emph on
39269 color
39270 \emph default
39271  can be 
39272 \begin_inset Quotes eld
39273 \end_inset
39274
39275 red
39276 \begin_inset Quotes erd
39277 \end_inset
39278
39279
39280 \begin_inset Quotes eld
39281 \end_inset
39282
39283 blue
39284 \begin_inset Quotes erd
39285 \end_inset
39286
39287
39288 \begin_inset Quotes eld
39289 \end_inset
39290
39291 green
39292 \begin_inset Quotes erd
39293 \end_inset
39294
39295
39296 \begin_inset Quotes eld
39297 \end_inset
39298
39299 yellow
39300 \begin_inset Quotes erd
39301 \end_inset
39302
39303
39304 \begin_inset Quotes eld
39305 \end_inset
39306
39307 cyan
39308 \begin_inset Quotes erd
39309 \end_inset
39310
39311
39312 \begin_inset Quotes eld
39313 \end_inset
39314
39315 magenta
39316 \begin_inset Quotes erd
39317 \end_inset
39318
39319
39320 \begin_inset Quotes eld
39321 \end_inset
39322
39323 black
39324 \begin_inset Quotes erd
39325 \end_inset
39326
39327  or 
39328 \begin_inset Quotes eld
39329 \end_inset
39330
39331 white
39332 \begin_inset Quotes erd
39333 \end_inset
39334
39335 , and add this command to the document preamble:
39336 \begin_inset Newline newline
39337 \end_inset
39338
39339
39340 \series bold
39341
39342 \backslash
39343 @ifundefined{textcolor}
39344 \begin_inset Newline newline
39345 \end_inset
39346
39347
39348 \begin_inset space ~
39349 \end_inset
39350
39351 {
39352 \backslash
39353 usepackage{color}}{}
39354 \end_layout
39355
39356 \begin_deeper
39357 \begin_layout Standard
39358 \begin_inset ERT
39359 status collapsed
39360
39361 \begin_layout Plain Layout
39362
39363
39364 \backslash
39365 renewcommand{
39366 \backslash
39367 LettrineFontHook}{
39368 \backslash
39369 color{magenta}}
39370 \end_layout
39371
39372 \end_inset
39373
39374
39375 \begin_inset Note Note
39376 status collapsed
39377
39378 \begin_layout Plain Layout
39379 makes the initial magenta
39380 \end_layout
39381
39382 \end_inset
39383
39384
39385 \end_layout
39386
39387 \begin_layout Initial
39388 \begin_inset Argument 1
39389 status open
39390
39391 \begin_layout Plain Layout
39392 lines=3, lhang=0.33, loversize=0.25
39393 \end_layout
39394
39395 \end_inset
39396
39397
39398 \begin_inset Argument 2
39399 status open
39400
39401 \begin_layout Plain Layout
39402 \begin_inset Formula $\mathcal{I}$
39403 \end_inset
39404
39405
39406 \end_layout
39407
39408 \end_inset
39409
39410
39411 \begin_inset Argument 3
39412 status open
39413
39414 \begin_layout Plain Layout
39415 t was in the spring
39416 \end_layout
39417
39418 \end_inset
39419
39420  of the year 1894 that all London was interested, and the fashionable world
39421  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39422  and inexplicable circumstances.
39423  The public has already learned those particulars of the crime which came
39424  out in the police investigation, but a good deal was suppressed upon that
39425  occasion, since the case for the prosecution was so overwhelmingly strong
39426  that it was not necessary to bring forward all the facts.
39427 \end_layout
39428
39429 \end_deeper
39430 \begin_layout Standard
39431 \begin_inset ERT
39432 status collapsed
39433
39434 \begin_layout Plain Layout
39435
39436
39437 \backslash
39438 else
39439 \end_layout
39440
39441 \end_inset
39442
39443
39444 \begin_inset Note Note
39445 status open
39446
39447 \begin_layout Plain Layout
39448 The following will be displayed when the \SpecialChar LaTeX
39449 -package 
39450 \series bold
39451 lettrine
39452 \series default
39453  is not installed:
39454 \end_layout
39455
39456 \end_inset
39457
39458
39459 \end_layout
39460
39461 \begin_layout Standard
39462 You need to install the \SpecialChar LaTeX
39463 -package 
39464 \series bold
39465 lettrine
39466 \series default
39467  to see the following part of this section in the output.
39468 \end_layout
39469
39470 \begin_layout Standard
39471 \begin_inset ERT
39472 status collapsed
39473
39474 \begin_layout Plain Layout
39475
39476
39477 \backslash
39478 fi
39479 \end_layout
39480
39481 \end_inset
39482
39483
39484 \end_layout
39485
39486 \begin_layout Chapter
39487 External Document Parts
39488 \begin_inset Index idx
39489 status collapsed
39490
39491 \begin_layout Plain Layout
39492 External Document Parts
39493 \end_layout
39494
39495 \end_inset
39496
39497
39498 \end_layout
39499
39500 \begin_layout Standard
39501 With the menu 
39502 \family sans
39503 Insert\SpecialChar menuseparator
39504 File
39505 \family default
39506  you can insert external material into your document.
39507  This can be:
39508 \end_layout
39509
39510 \begin_layout Description
39511 LyX
39512 \begin_inset space ~
39513 \end_inset
39514
39515 Document Another \SpecialChar LyX
39516  document; its content is directly inserted to your document.
39517 \end_layout
39518
39519 \begin_layout Description
39520 Plain
39521 \begin_inset space ~
39522 \end_inset
39523
39524 Text A text document; each line is inserted in your document as a separate
39525  paragraph.
39526 \end_layout
39527
39528 \begin_layout Description
39529 Plain
39530 \begin_inset space ~
39531 \end_inset
39532
39533 Text,
39534 \begin_inset space ~
39535 \end_inset
39536
39537 Join
39538 \begin_inset space ~
39539 \end_inset
39540
39541 Lines A text document; text lines are inserted in your document continuously
39542  but an empty text line creates a new paragraph.
39543 \end_layout
39544
39545 \begin_layout Description
39546 External
39547 \begin_inset space ~
39548 \end_inset
39549
39550 Material Files in various formats.
39551 \end_layout
39552
39553 \begin_layout Description
39554 Child
39555 \begin_inset space ~
39556 \end_inset
39557
39558 Document \SpecialChar LyX
39559  or \SpecialChar LaTeX
39560  documents.
39561 \end_layout
39562
39563 \begin_layout Section
39564 External Material
39565 \begin_inset Index idx
39566 status collapsed
39567
39568 \begin_layout Plain Layout
39569 External Document Parts ! External Material
39570 \end_layout
39571
39572 \end_inset
39573
39574
39575 \end_layout
39576
39577 \begin_layout Standard
39578 The external material feature allows you to insert files into your document
39579  without converting them to a format that can be read by the document output
39580  format.
39581  \SpecialChar LyX
39582  takes care of the necessary conversions.
39583  This is similar to images that can be inserted in various image formats
39584  in \SpecialChar LyX
39585  documents.
39586  When you have enabled Instant Preview in \SpecialChar LyX
39587 's preferences under 
39588 \family sans
39589 Look
39590 \begin_inset space ~
39591 \end_inset
39592
39593 and
39594 \begin_inset space ~
39595 \end_inset
39596
39597 feel\SpecialChar menuseparator
39598 Graphics
39599 \family default
39600 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
39601 .
39602 \end_layout
39603
39604 \begin_layout Standard
39605 External material can be inserted via the 
39606 \family sans
39607 External Material
39608 \family default
39609  dialog that is accessible with the menu 
39610 \family sans
39611 Insert\SpecialChar menuseparator
39612 File\SpecialChar menuseparator
39613 External
39614 \begin_inset space ~
39615 \end_inset
39616
39617 Material
39618 \family default
39619 .
39620  Currently the following file types (
39621 \family sans
39622 Templates
39623 \family default
39624 ) are allowed:
39625 \end_layout
39626
39627 \begin_layout Description
39628 Chess
39629 \begin_inset space ~
39630 \end_inset
39631
39632 diagram This template supports chess position diagrams made with the program
39633  
39634 \series bold
39635
39636 \begin_inset CommandInset href
39637 LatexCommand href
39638 name "XBoard"
39639 target "http://en.wikipedia.org/wiki/XBoard"
39640 literal "false"
39641
39642 \end_inset
39643
39644
39645 \series default
39646 .
39647 \end_layout
39648
39649 \begin_layout Description
39650 Dia
39651 \begin_inset space ~
39652 \end_inset
39653
39654 diagram This template supports diagrams created with the program 
39655 \series bold
39656
39657 \begin_inset CommandInset href
39658 LatexCommand href
39659 name "Dia"
39660 target "http://en.wikipedia.org/wiki/Dia_(software)"
39661 literal "false"
39662
39663 \end_inset
39664
39665
39666 \series default
39667 .
39668 \end_layout
39669
39670 \begin_layout Description
39671 Spreadsheet With this template you can insert spreadsheets
39672 \begin_inset space \thinspace{}
39673 \end_inset
39674
39675 /
39676 \begin_inset space \thinspace{}
39677 \end_inset
39678
39679 tables in the format of 
39680 \series bold
39681
39682 \begin_inset CommandInset href
39683 LatexCommand href
39684 name "Gnumeric"
39685 target "http://en.wikipedia.org/wiki/Gnumeric"
39686 literal "false"
39687
39688 \end_inset
39689
39690
39691 \series default
39692
39693 \begin_inset CommandInset href
39694 LatexCommand href
39695 name "OpenDocument"
39696 target "http://en.wikipedia.org/wiki/OpenDocument"
39697 literal "false"
39698
39699 \end_inset
39700
39701
39702 \begin_inset CommandInset href
39703 LatexCommand href
39704 name "Microsoft Office XML"
39705 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39706 literal "false"
39707
39708 \end_inset
39709
39710  and 
39711 \begin_inset CommandInset href
39712 LatexCommand href
39713 name "Office Open XML"
39714 target "http://en.wikipedia.org/wiki/Office_Open_XML"
39715 literal "false"
39716
39717 \end_inset
39718
39719 .
39720  For this feature \SpecialChar LyX
39721  must have found the program 
39722 \family typewriter
39723 ssconvert
39724 \family default
39725  during its configuration.
39726  This program is part of Gnumeric, so that you must have Gnumeric installed,
39727  also if you don't have tables in the Gnumeric format.
39728  For examples and possible limitations have a look at \SpecialChar LyX
39729 's example file 
39730 \emph on
39731 spreadsheet.lyx
39732 \emph default
39733 .
39734 \end_layout
39735
39736 \begin_layout Description
39737 Lilypond
39738 \begin_inset space ~
39739 \end_inset
39740
39741 typeset
39742 \begin_inset space ~
39743 \end_inset
39744
39745 music This template is used for music notation typeset with the program
39746 \begin_inset Newline linebreak
39747 \end_inset
39748
39749
39750 \series bold
39751
39752 \begin_inset CommandInset href
39753 LatexCommand href
39754 name "LilyPond"
39755 target "http://en.wikipedia.org/wiki/LilyPond"
39756 literal "false"
39757
39758 \end_inset
39759
39760
39761 \series default
39762 .
39763  For \SpecialChar LyX
39764 's extended support for LilyPond have a look at \SpecialChar LyX
39765 's example file 
39766 \emph on
39767 lilypond.lyx
39768 \emph default
39769 .
39770 \end_layout
39771
39772 \begin_layout Description
39773 PDF
39774 \begin_inset space ~
39775 \end_inset
39776
39777 pages With this template you can insert PDF documents to your document.
39778  To specify the range of pages that should be included, use the option 
39779 \series bold
39780 pages
39781 \series default
39782  in the 
39783 \family sans
39784 Option
39785 \family default
39786  field in the 
39787 \family sans
39788 LaTeX and LyX options
39789 \family default
39790  tab.
39791  The argument of this option is a comma separated list, containing page
39792  numbers (insert as option 
39793 \series bold
39794 pages={3,5,6,8}
39795 \series default
39796 ), ranges of page numbers (
39797 \series bold
39798 pages={4-9}
39799 \series default
39800 ) or any combination.
39801  To insert empty pages use {}.
39802  E.
39803 \begin_inset space \thinspace{}
39804 \end_inset
39805
39806 g.
39807 \begin_inset space ~
39808 \end_inset
39809
39810
39811 \series bold
39812 pages={3,{},8-11,15}
39813 \series default
39814  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
39815  Page ranges are specified in the syntax 
39816 \emph on
39817 start
39818 \emph default
39819 -
39820 \emph on
39821 stop
39822 \emph default
39823 .
39824  This selects all pages from 
39825 \emph on
39826 start
39827 \emph default
39828  to 
39829 \emph on
39830 stop
39831 \emph default
39832 .
39833  Omitting 
39834 \emph on
39835 start
39836 \emph default
39837  defaults to the first page; omitting 
39838 \emph on
39839 stop
39840 \emph default
39841  defaults to the last page of the document.
39842  The last page can also be selected with the keyword 
39843 \series bold
39844 last
39845 \series default
39846 .
39847  (This is only permitted in a page range.) So 
39848 \series bold
39849 pages=-
39850 \series default
39851  will insert all pages of the document and 
39852 \series bold
39853 pages=last-1
39854 \series default
39855  will insert all pages in reverse order.
39856  If the pages option is not specified, only the first page of the PDF is
39857  inserted.
39858 \begin_inset Newline newline
39859 \end_inset
39860
39861 The option 
39862 \series bold
39863 noautoscale
39864 \series default
39865  inserts the pages with their original size, if this option is not given,
39866  the pages will be resized to fith the width of the page of your document.
39867  In the tab 
39868 \family sans
39869 Size and Rotation
39870 \family default
39871  you can specify the width and height of the input pages and their rotation.
39872  If another width than 100
39873 \begin_inset space \thinspace{}
39874 \end_inset
39875
39876 Scale% is used, the option 
39877 \series bold
39878 noautoscale
39879 \series default
39880  will be overwritten.
39881  For more info and possible options, have a look into the documentation
39882  of the \SpecialChar LaTeX
39883 -package 
39884 \series bold
39885 pdfpages
39886 \series default
39887  
39888 \begin_inset CommandInset citation
39889 LatexCommand cite
39890 key "pdfpages"
39891 literal "true"
39892
39893 \end_inset
39894
39895 .
39896 \begin_inset Index idx
39897 status collapsed
39898
39899 \begin_layout Plain Layout
39900 \SpecialChar LaTeX
39901 -packages ! pdfpages
39902 \end_layout
39903
39904 \end_inset
39905
39906
39907 \begin_inset Newline newline
39908 \end_inset
39909
39910 To use this template in a 
39911 \family sans
39912 Beamer
39913 \family default
39914  presentation you need to first insert an 
39915 \family sans
39916 EndFrame
39917 \family default
39918  environment and in a subsequent paragraph a \SpecialChar TeX
39919  Code box containing the command
39920  
39921 \series bold
39922
39923 \backslash
39924 setbeamertemplate{background canvas}{}
39925 \series default
39926 .
39927  Then you can insert as many paragraphs containing the PDFPages template
39928  as you wish.
39929  Behind the included PDF pages you can resume the Beamer presentation by
39930  beginning a new frame or by starting a new section.
39931  To avoid stray blank pages prior to the PDF pages, make sure to use the
39932  
39933 \family sans
39934 Default
39935 \family default
39936  alignment for the paragraph containing the template.
39937 \begin_inset Newline newline
39938 \end_inset
39939
39940 Here is an included PDF which is rotated by -5°: 
39941 \begin_inset External
39942         template PDFPages
39943         filename clipart/Abstract.pdf
39944         extra LaTeX "noautoscale, pages=-"
39945         rotateAngle -5
39946         rotateOrigin bottomleft
39947
39948 \end_inset
39949
39950
39951 \end_layout
39952
39953 \begin_layout Description
39954 Raster
39955 \begin_inset space ~
39956 \end_inset
39957
39958 image This can be used for bitmap images.
39959  The image can be treated in the 
39960 \family sans
39961 External material
39962 \family default
39963  dialog like the images that are usually included via the 
39964 \family sans
39965 Graphics
39966 \family default
39967  dialog as described in section
39968 \begin_inset space ~
39969 \end_inset
39970
39971
39972 \begin_inset CommandInset ref
39973 LatexCommand ref
39974 reference "sec:Graphics-Dialog"
39975
39976 \end_inset
39977
39978 .
39979  Here is an inserted raster image: 
39980 \begin_inset External
39981         template RasterImage
39982         filename clipart/ToolbarEnvBox.png
39983
39984 \end_inset
39985
39986
39987 \end_layout
39988
39989 \begin_layout Description
39990 Vector
39991 \begin_inset space ~
39992 \end_inset
39993
39994 graphics This can be used for vector graphics.
39995  The image can be treated in the 
39996 \family sans
39997 External material
39998 \family default
39999  dialog like the images that are usually included via the 
40000 \family sans
40001 Graphics
40002 \family default
40003  dialog as described in section
40004 \begin_inset space ~
40005 \end_inset
40006
40007
40008 \begin_inset CommandInset ref
40009 LatexCommand ref
40010 reference "sec:Graphics-Dialog"
40011
40012 \end_inset
40013
40014 .
40015  Here is an inserted vector graphics: 
40016 \begin_inset External
40017         template VectorGraphics
40018         filename clipart/SVG-Drawing.svg
40019         lyxscale 50
40020         scale 33
40021
40022 \end_inset
40023
40024
40025 \end_layout
40026
40027 \begin_layout Description
40028 Xfig
40029 \begin_inset space ~
40030 \end_inset
40031
40032 figure This template supports images created with the program 
40033 \begin_inset CommandInset href
40034 LatexCommand href
40035 name "Xfig"
40036 target "http://en.wikipedia.org/wiki/Xfig"
40037 literal "false"
40038
40039 \end_inset
40040
40041 .
40042 \end_layout
40043
40044 \begin_layout Description
40045 Inkscape
40046 \begin_inset space ~
40047 \end_inset
40048
40049 figure This experimental template supports vector graphics (SVG) images
40050  that contain text written in \SpecialChar LaTeX
40051 .
40052  It relies on the option 
40053 \family sans
40054 Omit text in PDF and create LaTeX file
40055 \family default
40056  when saving a drawing as PDF with the program 
40057 \noun on
40058 Inkscape
40059 \noun default
40060
40061 \begin_inset CommandInset citation
40062 LatexCommand cite
40063 key "Inkscape"
40064 literal "false"
40065
40066 \end_inset
40067
40068 .
40069  This allows to include SVG documents in which \SpecialChar LaTeX
40070  will typeset the text.
40071  The benefit of such SVGs is a uniform text style throughout the whole document.
40072 \begin_inset Newline newline
40073 \end_inset
40074
40075 One can use \SpecialChar TeX
40076  code commands like 
40077 \series bold
40078
40079 \backslash
40080 Large
40081 \series default
40082
40083 \series bold
40084
40085 \backslash
40086 small
40087 \series default
40088 , etc.
40089 \begin_inset space \space{}
40090 \end_inset
40091
40092 in the text of the SVG.
40093  The size of the font will be taken from the settings of the \SpecialChar LyX
40094  document.
40095  Refer to 
40096 \begin_inset CommandInset citation
40097 LatexCommand cite
40098 key "Inkscape"
40099 literal "false"
40100
40101 \end_inset
40102
40103  for more information and examples.
40104 \begin_inset Newline newline
40105 \end_inset
40106
40107 Note that while the image text takes into account the surrounding font,
40108  its preview in \SpecialChar LyX
40109  does not.
40110  Wrapping the external inset in a preview inset (menu 
40111 \family sans
40112 Insert\SpecialChar menuseparator
40113 Preview
40114 \family default
40115 ) gives a better result.
40116 \begin_inset Newline newline
40117 \end_inset
40118
40119 The template works very similarly to Xfig support.
40120  \SpecialChar LyX
40121  will extract the text in the image into a separate \SpecialChar TeX
40122  file and creates a
40123  PDF file for the rest.
40124 \end_layout
40125
40126 \begin_layout Standard
40127 \begin_inset Float table
40128 placement !h
40129 wide false
40130 sideways false
40131 status open
40132
40133 \begin_layout Plain Layout
40134 \begin_inset Caption Standard
40135
40136 \begin_layout Plain Layout
40137 \begin_inset CommandInset label
40138 LatexCommand label
40139 name "tab:Comparison-of-the"
40140
40141 \end_inset
40142
40143 Comparison of the date input methods.
40144 \end_layout
40145
40146 \end_inset
40147
40148
40149 \end_layout
40150
40151 \begin_layout Plain Layout
40152 \align center
40153 \begin_inset Tabular
40154 <lyxtabular version="3" rows="4" columns="3">
40155 <features tabularvalignment="middle">
40156 <column alignment="center" valignment="top">
40157 <column alignment="center" valignment="top">
40158 <column alignment="center" valignment="top">
40159 <row>
40160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40161 \begin_inset Text
40162
40163 \begin_layout Plain Layout
40164 Document format
40165 \end_layout
40166
40167 \end_inset
40168 </cell>
40169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40170 \begin_inset Text
40171
40172 \begin_layout Plain Layout
40173
40174 \family sans
40175 Insert\SpecialChar menuseparator
40176 Date
40177 \end_layout
40178
40179 \end_inset
40180 </cell>
40181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40182 \begin_inset Text
40183
40184 \begin_layout Plain Layout
40185 command 
40186 \series bold
40187
40188 \backslash
40189 today
40190 \end_layout
40191
40192 \end_inset
40193 </cell>
40194 </row>
40195 <row>
40196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40197 \begin_inset Text
40198
40199 \begin_layout Plain Layout
40200 \SpecialChar LyX
40201
40202 \end_layout
40203
40204 \end_inset
40205 </cell>
40206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40207 \begin_inset Text
40208
40209 \begin_layout Plain Layout
40210 as date
40211 \end_layout
40212
40213 \end_inset
40214 </cell>
40215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40216 \begin_inset Text
40217
40218 \begin_layout Plain Layout
40219 as \SpecialChar TeX
40220  Code inset box
40221 \end_layout
40222
40223 \end_inset
40224 </cell>
40225 </row>
40226 <row>
40227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40228 \begin_inset Text
40229
40230 \begin_layout Plain Layout
40231 \SpecialChar LaTeX
40232
40233 \end_layout
40234
40235 \end_inset
40236 </cell>
40237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40238 \begin_inset Text
40239
40240 \begin_layout Plain Layout
40241 as date
40242 \end_layout
40243
40244 \end_inset
40245 </cell>
40246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40247 \begin_inset Text
40248
40249 \begin_layout Plain Layout
40250 as command
40251 \end_layout
40252
40253 \end_inset
40254 </cell>
40255 </row>
40256 <row>
40257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40258 \begin_inset Text
40259
40260 \begin_layout Plain Layout
40261 DVI, PDF, PS
40262 \end_layout
40263
40264 \end_inset
40265 </cell>
40266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40267 \begin_inset Text
40268
40269 \begin_layout Plain Layout
40270 as date
40271 \end_layout
40272
40273 \end_inset
40274 </cell>
40275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40276 \begin_inset Text
40277
40278 \begin_layout Plain Layout
40279 as date
40280 \end_layout
40281
40282 \end_inset
40283 </cell>
40284 </row>
40285 </lyxtabular>
40286
40287 \end_inset
40288
40289
40290 \end_layout
40291
40292 \end_inset
40293
40294
40295 \end_layout
40296
40297 \begin_layout Standard
40298 When you use the option 
40299 \family sans
40300 Draft
40301 \family default
40302  in the 
40303 \family sans
40304 File
40305 \family default
40306  tab of the 
40307 \family sans
40308 External Material
40309 \family default
40310  dialog, only the path to the inserted file is shown in the output.
40311 \begin_inset Newline newline
40312 \end_inset
40313
40314 External material is displayed in \SpecialChar LyX
40315  either as a box like this: 
40316 \begin_inset Graphics
40317         filename clipart/ExternalMaterial.png
40318         scale 95
40319         scaleBeforeRotation
40320
40321 \end_inset
40322
40323  or as image, depending on the option 
40324 \family sans
40325 Show in LyX
40326 \family default
40327  in the 
40328 \family sans
40329 LaTeX and LyX options
40330 \family default
40331  tab of the dialog.
40332 \end_layout
40333
40334 \begin_layout Standard
40335 The 
40336 \family sans
40337 \emph on
40338 Customization
40339 \family default
40340 \emph default
40341  manual explains how you can define your own templates.
40342 \end_layout
40343
40344 \begin_layout Section
40345 Child Documents
40346 \begin_inset CommandInset label
40347 LatexCommand label
40348 name "sec:Child-Documents"
40349
40350 \end_inset
40351
40352
40353 \begin_inset Index idx
40354 status collapsed
40355
40356 \begin_layout Plain Layout
40357 External Document Parts ! Child Documents
40358 \end_layout
40359
40360 \end_inset
40361
40362
40363 \begin_inset Index idx
40364 status collapsed
40365
40366 \begin_layout Plain Layout
40367 Files ! Include
40368 \end_layout
40369
40370 \end_inset
40371
40372
40373 \end_layout
40374
40375 \begin_layout Standard
40376 Child documents are used if you have a long document consisting of several
40377  larger parts or sections.
40378  For maintenance it is often useful and sometimes even required to split
40379  the document into several files that can be revised separately.
40380  The different documents are then the so called 
40381 \begin_inset Quotes eld
40382 \end_inset
40383
40384 child documents
40385 \begin_inset Quotes erd
40386 \end_inset
40387
40388 , and a master document connects them to print the full document or parts
40389  of it.
40390  A child document inherits elements from its master, for example the \SpecialChar LaTeX
40391  preamble,
40392  the bibliography, and labels for cross-references.
40393 \end_layout
40394
40395 \begin_layout Standard
40396 To be able to work on child documents without the need to open their master,
40397  specify in the child document the master in the menu
40398 \family sans
40399  Document\SpecialChar menuseparator
40400 Settings\SpecialChar menuseparator
40401 Document
40402 \begin_inset space ~
40403 \end_inset
40404
40405 Class
40406 \family default
40407 .
40408  This master document will then be used in the background by \SpecialChar LyX
40409  when you edit
40410  the child document.
40411 \end_layout
40412
40413 \begin_layout Standard
40414 Included documents are displayed in \SpecialChar LyX
40415  as a box like this: 
40416 \begin_inset Graphics
40417         filename clipart/ChildDocument.png
40418         scale 95
40419         scaleBeforeRotation
40420
40421 \end_inset
40422
40423  To include child documents in a master document use the menu 
40424 \family sans
40425 Insert\SpecialChar menuseparator
40426 File\SpecialChar menuseparator
40427 Child
40428 \begin_inset space ~
40429 \end_inset
40430
40431 Documents
40432 \family default
40433 .
40434  A dialog pops up where you can choose between four include methods:
40435 \end_layout
40436
40437 \begin_layout Description
40438 Include You can include \SpecialChar LyX
40439  and \SpecialChar LaTeX
40440  documents.
40441  When you press the 
40442 \family sans
40443 Edit
40444 \family default
40445  button in the 
40446 \family sans
40447 Child Document
40448 \family default
40449  dialog, the included document will be opened in \SpecialChar LyX
40450  in a new file tab so that
40451  you can modify it.
40452 \begin_inset Newline newline
40453 \end_inset
40454
40455
40456 \end_layout
40457
40458 \begin_layout Standard
40459 Here is a child document inserted using 
40460 \family sans
40461 Include
40462 \family default
40463
40464 \begin_inset CommandInset include
40465 LatexCommand include
40466 filename "DummyDocument1.lyx"
40467
40468 \end_inset
40469
40470
40471 \end_layout
40472
40473 \begin_layout Standard
40474 The section numbering includes the sections of the included files in the
40475  order they are inserted in the master document.
40476  The included example document has for example a subsection that is numbered
40477  as a subsection of this section.
40478  Labels of included documents can be referenced: Subsection
40479 \begin_inset space ~
40480 \end_inset
40481
40482
40483 \begin_inset CommandInset ref
40484 LatexCommand ref
40485 reference "subsec:External-Subsection-1"
40486
40487 \end_inset
40488
40489 .
40490 \end_layout
40491
40492 \begin_layout Standard
40493 The preamble of the child document is ignored; only the preamble of the
40494  master document is used.
40495  Branches in child documents will be ignored by the master document when
40496  the master document does not have a branch with the same name.
40497  Included documents are inserted starting on a new page and ending with
40498  a page break.
40499 \end_layout
40500
40501 \begin_layout Standard
40502 \begin_inset Note Greyedout
40503 status open
40504
40505 \begin_layout Plain Layout
40506
40507 \series bold
40508 Note:
40509 \series default
40510  If you have included a \SpecialChar LyX
40511  or \SpecialChar LaTeX
40512  file, you are warned when you export/view the
40513  document in case the child document uses another document class than the
40514  master document as this will lead to unexpected outputs.
40515 \end_layout
40516
40517 \end_inset
40518
40519
40520 \end_layout
40521
40522 \begin_layout Description
40523 Input This method is very similar to the Include method.
40524  The differences are:
40525 \end_layout
40526
40527 \begin_deeper
40528 \begin_layout Itemize
40529 Input files don't start with a new page and don't end with a page break.
40530 \end_layout
40531
40532 \begin_layout Itemize
40533 Input files can be previewed in \SpecialChar LyX
40534  when 
40535 \family sans
40536 Instant
40537 \begin_inset space ~
40538 \end_inset
40539
40540 Preview
40541 \family default
40542  is enabled in \SpecialChar LyX
40543 's preferences under 
40544 \family sans
40545 Look
40546 \begin_inset space ~
40547 \end_inset
40548
40549 and
40550 \begin_inset space ~
40551 \end_inset
40552
40553 feel\SpecialChar menuseparator
40554 Graphics
40555 \family default
40556 .
40557 \end_layout
40558
40559 \begin_layout Itemize
40560 You cannot exclude Input files via the menu 
40561 \family sans
40562 Document\SpecialChar menuseparator
40563 Settings\SpecialChar menuseparator
40564 Child Documents
40565 \family default
40566 .
40567 \end_layout
40568
40569 \end_deeper
40570 \begin_layout Standard
40571 Here is a child document inserted using 
40572 \family sans
40573 Input
40574 \family default
40575
40576 \begin_inset CommandInset include
40577 LatexCommand input
40578 filename "DummyDocument2.lyx"
40579
40580 \end_inset
40581
40582
40583 \end_layout
40584
40585 \begin_layout Description
40586 Verbatim With this method any text file can be included.
40587  The file is shown in the output with its source code; no command used in
40588  the text is invoked.
40589  You can use the option 
40590 \family sans
40591 Mark spaces in output
40592 \family default
40593  that displays the character 
40594 \begin_inset Quotes eld
40595 \end_inset
40596
40597
40598 \begin_inset ERT
40599 status collapsed
40600
40601 \begin_layout Plain Layout
40602
40603
40604 \backslash
40605 textvisiblespace 
40606 \end_layout
40607
40608 \end_inset
40609
40610
40611 \begin_inset Quotes erd
40612 \end_inset
40613
40614  for every space character in the source code.
40615  The difference from the method via the menu 
40616 \family sans
40617 Insert\SpecialChar menuseparator
40618 File\SpecialChar menuseparator
40619 Plain
40620 \begin_inset space ~
40621 \end_inset
40622
40623 Text
40624 \family default
40625  is that the document content is not shown in \SpecialChar LyX
40626 .
40627 \end_layout
40628
40629 \begin_layout Standard
40630 Here is a child document inserted as Verbatim: 
40631 \begin_inset CommandInset include
40632 LatexCommand verbatiminput
40633 filename "DummyTextDocument.txt"
40634
40635 \end_inset
40636
40637
40638 \begin_inset VSpace bigskip
40639 \end_inset
40640
40641  Here is a child document inserted as Verbatim using the 
40642 \family sans
40643 Mark spaces in output
40644 \family default
40645  option: 
40646 \begin_inset CommandInset include
40647 LatexCommand verbatiminput*
40648 filename "DummyTextDocument.txt"
40649
40650 \end_inset
40651
40652
40653 \end_layout
40654
40655 \begin_layout Standard
40656 \begin_inset VSpace bigskip
40657 \end_inset
40658
40659
40660 \end_layout
40661
40662 \begin_layout Standard
40663 \begin_inset Note Greyedout
40664 status open
40665
40666 \begin_layout Plain Layout
40667
40668 \series bold
40669 Note:
40670 \series default
40671  As you can see in the examples above, the text of the documents included
40672  as 
40673 \family sans
40674 verbatim
40675 \family default
40676  is not broken at the end of the document lines.
40677 \end_layout
40678
40679 \end_inset
40680
40681
40682 \end_layout
40683
40684 \begin_layout Description
40685 Listings This type is described in chapter
40686 \begin_inset space ~
40687 \end_inset
40688
40689
40690 \begin_inset CommandInset ref
40691 LatexCommand ref
40692 reference "cha:Program-Code-Listings"
40693
40694 \end_inset
40695
40696 .
40697 \end_layout
40698
40699 \begin_layout Standard
40700 \begin_inset Note Greyedout
40701 status open
40702
40703 \begin_layout Plain Layout
40704
40705 \series bold
40706 Note:
40707 \series default
40708  Including the same document twice in a document using different methods
40709  could cause \SpecialChar LaTeX
40710 -problems.
40711 \end_layout
40712
40713 \end_inset
40714
40715
40716 \end_layout
40717
40718 \begin_layout Standard
40719 If you want to view/export only selected children of your master document,
40720  either because you want to save compiling time or because you want to distribut
40721 e single chapters of the book you are just writing, you can exclude children
40722  from the output.
40723  This is done via the menu 
40724 \family sans
40725 Document\SpecialChar menuseparator
40726 Settings\SpecialChar menuseparator
40727 Child Documents
40728 \family default
40729 .
40730  You can exclude\SpecialChar breakableslash
40731 include children by double-clicking on the 
40732 \family sans
40733 include to output
40734 \family default
40735  column of the respective child document in the list (note that this only
40736  works for documents embedded via 
40737 \begin_inset Quotes eld
40738 \end_inset
40739
40740 Include
40741 \begin_inset Quotes erd
40742 \end_inset
40743
40744 , not with 
40745 \begin_inset Quotes eld
40746 \end_inset
40747
40748 Input
40749 \begin_inset Quotes erd
40750 \end_inset
40751
40752 ).
40753  If the option 
40754 \family sans
40755 Maintain counters and references
40756 \family default
40757  is enabled, \SpecialChar LyX
40758  will assure that all page numbers, references etc.
40759 \begin_inset space ~
40760 \end_inset
40761
40762 are correct as if the whole document was processed.
40763  This is useful if you want the selected sub-documents to look exactly as
40764  in the context of the whole document.
40765  However, \SpecialChar LyX
40766  needs to process the whole document in the background for this
40767  feature.
40768  So if you want to save compile time and if counters and references do not
40769  need to be correct, disable this checkbox.
40770 \end_layout
40771
40772 \begin_layout Standard
40773 Alternatively, you can put each included file into a branch.
40774 \begin_inset Foot
40775 status collapsed
40776
40777 \begin_layout Plain Layout
40778 Branches are described in section 
40779 \emph on
40780 Branches
40781 \emph default
40782  of the \SpecialChar LyX
40783  
40784 \emph on
40785 Userguide
40786 \emph default
40787 .
40788 \end_layout
40789
40790 \end_inset
40791
40792  By enabling\SpecialChar breakableslash
40793 disabling branches you can decide which included files will
40794  appear in the output.
40795  This has the advantage that it also works with Input'ed sub-documents.
40796  However, counters and references will not be maintained with this approach.
40797 \end_layout
40798
40799 \begin_layout Chapter
40800 Program Code Listings
40801 \begin_inset CommandInset label
40802 LatexCommand label
40803 name "cha:Program-Code-Listings"
40804
40805 \end_inset
40806
40807
40808 \begin_inset Index idx
40809 status collapsed
40810
40811 \begin_layout Plain Layout
40812 Listings
40813 \end_layout
40814
40815 \end_inset
40816
40817
40818 \begin_inset Index idx
40819 status collapsed
40820
40821 \begin_layout Plain Layout
40822 Program Code
40823 \end_layout
40824
40825 \end_inset
40826
40827
40828 \begin_inset Index idx
40829 status collapsed
40830
40831 \begin_layout Plain Layout
40832 Floats ! Listings
40833 \end_layout
40834
40835 \end_inset
40836
40837
40838 \end_layout
40839
40840 \begin_layout Standard
40841 To include and typeset program code you can use the 
40842 \family sans
40843 Listings
40844 \family default
40845  inset that can be inserted via the menu 
40846 \family sans
40847 Insert\SpecialChar menuseparator
40848 Program Listing
40849 \family default
40850 .
40851  The \SpecialChar LaTeX
40852 -package 
40853 \series bold
40854 listings
40855 \series default
40856
40857 \begin_inset Index idx
40858 status collapsed
40859
40860 \begin_layout Plain Layout
40861 \SpecialChar LaTeX
40862 -packages ! listings
40863 \end_layout
40864
40865 \end_inset
40866
40867  provides a powerful and flexible way to insert program source code into
40868  your document.
40869 \end_layout
40870
40871 \begin_layout Standard
40872 Right-clicking on a listings inset opens the context menu containing where
40873  you can set the listings format.
40874 \end_layout
40875
40876 \begin_layout Standard
40877 By default, a listing starts a new paragraph in the output.
40878  The placement option 
40879 \family sans
40880 Inline
40881 \begin_inset space ~
40882 \end_inset
40883
40884 listing
40885 \family default
40886  prints the listing inline like this: 
40887 \begin_inset listings
40888 lstparams "language={C++}"
40889 inline true
40890 status open
40891
40892 \begin_layout Plain Layout
40893
40894 int a=5;
40895 \end_layout
40896
40897 \end_inset
40898
40899
40900 \begin_inset Newline newline
40901 \end_inset
40902
40903 The option 
40904 \family sans
40905 Float
40906 \family default
40907  creates a listings float where you can specify the placement options 
40908 \begin_inset Quotes eld
40909 \end_inset
40910
40911
40912 \family sans
40913 h
40914 \family default
40915
40916 \begin_inset Quotes erd
40917 \end_inset
40918
40919
40920 \begin_inset Quotes eld
40921 \end_inset
40922
40923
40924 \family sans
40925 t
40926 \family default
40927
40928 \begin_inset Quotes erd
40929 \end_inset
40930
40931
40932 \begin_inset Quotes eld
40933 \end_inset
40934
40935
40936 \family sans
40937 b
40938 \family default
40939
40940 \begin_inset Quotes erd
40941 \end_inset
40942
40943 , and 
40944 \begin_inset Quotes eld
40945 \end_inset
40946
40947
40948 \family sans
40949 p
40950 \family default
40951
40952 \begin_inset Quotes erd
40953 \end_inset
40954
40955  corresponding to the float placement options described in section
40956 \begin_inset space ~
40957 \end_inset
40958
40959
40960 \begin_inset CommandInset ref
40961 LatexCommand ref
40962 reference "sec:Float-Placement"
40963
40964 \end_inset
40965
40966 .
40967  The placement options can be mixed and are inserted without any separation,
40968  e.
40969 \begin_inset space \thinspace{}
40970 \end_inset
40971
40972 g.
40973 \begin_inset space \space{}
40974 \end_inset
40975
40976
40977 \begin_inset Quotes eld
40978 \end_inset
40979
40980
40981 \family sans
40982 htbp
40983 \family default
40984
40985 \begin_inset Quotes erd
40986 \end_inset
40987
40988 .
40989  The option 
40990 \begin_inset Quotes eld
40991 \end_inset
40992
40993 h
40994 \begin_inset Quotes erd
40995 \end_inset
40996
40997  has sometimes no effect, but you don't need to use the 
40998 \family sans
40999 Float
41000 \family default
41001  option in this case as also non-float listings can have captions and be
41002  referenced.
41003 \end_layout
41004
41005 \begin_layout Standard
41006 You can add captions to listings with the menu 
41007 \family sans
41008 Insert\SpecialChar menuseparator
41009 Caption
41010 \family default
41011 .
41012  Listings can be referenced like floats: Listing
41013 \begin_inset space ~
41014 \end_inset
41015
41016
41017 \begin_inset CommandInset ref
41018 LatexCommand ref
41019 reference "lst:Example-Listing"
41020
41021 \end_inset
41022
41023 .
41024  A list of listings which contains all listings with captions can be created
41025  via the menu 
41026 \family sans
41027 Insert\SpecialChar menuseparator
41028 List
41029 \begin_inset space ~
41030 \end_inset
41031
41032 /
41033 \begin_inset space ~
41034 \end_inset
41035
41036 TOC\SpecialChar menuseparator
41037 List of Listings
41038 \family default
41039 .
41040  The list entries are the listing caption and the listing number.
41041 \end_layout
41042
41043 \begin_layout Standard
41044 \begin_inset listings
41045 lstparams "language=Python"
41046 inline false
41047 status open
41048
41049 \begin_layout Plain Layout
41050
41051 \begin_inset Caption Standard
41052
41053 \begin_layout Plain Layout
41054 \begin_inset CommandInset label
41055 LatexCommand label
41056 name "lst:Example-Listing"
41057
41058 \end_inset
41059
41060 Example Listing float
41061 \end_layout
41062
41063 \end_inset
41064
41065 # Example listing float
41066 \end_layout
41067
41068 \begin_layout Plain Layout
41069
41070 def func(param):
41071 \end_layout
41072
41073 \begin_layout Plain Layout
41074
41075     'this is a python function'
41076 \end_layout
41077
41078 \begin_layout Plain Layout
41079
41080     pass
41081 \end_layout
41082
41083 \end_inset
41084
41085
41086 \end_layout
41087
41088 \begin_layout Standard
41089 When you have set a programming language in the listings dialog, the keywords
41090  of this language will be recognized and specially typeset in the output.
41091  In the example listings the Python keyword 
41092 \begin_inset Quotes eld
41093 \end_inset
41094
41095 def
41096 \begin_inset Quotes erd
41097 \end_inset
41098
41099  is recognized and printed bold in the output.
41100 \end_layout
41101
41102 \begin_layout Standard
41103 \begin_inset Note Greyedout
41104 status open
41105
41106 \begin_layout Plain Layout
41107
41108 \series bold
41109 Note:
41110 \series default
41111  If you don't get bold keywords when using typewriter fonts, your 
41112 \family typewriter
41113 typewriter
41114 \family default
41115  font probably doesn't provide a bold shape.
41116  In this case select a different one in the menu 
41117 \family sans
41118 Document\SpecialChar menuseparator
41119 Settings\SpecialChar menuseparator
41120 Fonts
41121 \family default
41122 .
41123  (The fonts 
41124 \emph on
41125 LuxiMono, BeraMono
41126 \emph default
41127  and 
41128 \emph on
41129 Courier
41130 \emph default
41131  provide bold shapes.)
41132 \end_layout
41133
41134 \end_inset
41135
41136
41137 \end_layout
41138
41139 \begin_layout Standard
41140 In section 
41141 \family sans
41142 Line
41143 \begin_inset space ~
41144 \end_inset
41145
41146 numbering
41147 \family default
41148  of the listings dialog you can specify the line numbering style.
41149  You can insert a number to specify which lines are numbered in the field
41150  
41151 \family sans
41152 Step
41153 \family default
41154 .
41155  When you insert e.
41156 \begin_inset space \thinspace{}
41157 \end_inset
41158
41159 g.
41160 \begin_inset space \space{}
41161 \end_inset
41162
41163
41164 \begin_inset Quotes eld
41165 \end_inset
41166
41167 3
41168 \begin_inset Quotes erd
41169 \end_inset
41170
41171 , only every 3rd line will be numbered.
41172 \end_layout
41173
41174 \begin_layout Standard
41175 You can furthermore specify a range of lines; only these will then appear
41176  in the output.
41177  The option 
41178 \family sans
41179 Extended character table
41180 \family default
41181  should be used when you use national characters like the German umlauts
41182  in the listing.
41183 \begin_inset Newline newline
41184 \end_inset
41185
41186 Here is an example listing with left line numbering, step 
41187 \begin_inset Quotes eld
41188 \end_inset
41189
41190 3
41191 \begin_inset Quotes erd
41192 \end_inset
41193
41194 , language 
41195 \begin_inset Quotes eld
41196 \end_inset
41197
41198 Python
41199 \begin_inset Quotes erd
41200 \end_inset
41201
41202 , options 
41203 \begin_inset Quotes eld
41204 \end_inset
41205
41206 Extended character table
41207 \begin_inset Quotes erd
41208 \end_inset
41209
41210  and 
41211 \begin_inset Quotes eld
41212 \end_inset
41213
41214 Space
41215 \begin_inset space ~
41216 \end_inset
41217
41218 as
41219 \begin_inset space ~
41220 \end_inset
41221
41222 symbol
41223 \begin_inset Quotes erd
41224 \end_inset
41225
41226 , range lines 3
41227 \begin_inset space \thinspace{}
41228 \end_inset
41229
41230 -
41231 \begin_inset space \thinspace{}
41232 \end_inset
41233
41234 8:
41235 \end_layout
41236
41237 \begin_layout Standard
41238 \begin_inset listings
41239 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41240 inline false
41241 status open
41242
41243 \begin_layout Plain Layout
41244
41245 def func(param):
41246 \end_layout
41247
41248 \begin_layout Plain Layout
41249
41250     'this is a python function'
41251 \end_layout
41252
41253 \begin_layout Plain Layout
41254
41255     pass
41256 \end_layout
41257
41258 \begin_layout Plain Layout
41259
41260 def func(param):
41261 \end_layout
41262
41263 \begin_layout Plain Layout
41264
41265 'This is a German word: Tschüß'
41266 \end_layout
41267
41268 \begin_layout Plain Layout
41269
41270 pass
41271 \end_layout
41272
41273 \begin_layout Plain Layout
41274
41275 def func(param):
41276 \end_layout
41277
41278 \begin_layout Plain Layout
41279
41280 'this is a python function'
41281 \end_layout
41282
41283 \begin_layout Plain Layout
41284
41285 pass
41286 \end_layout
41287
41288 \end_inset
41289
41290
41291 \end_layout
41292
41293 \begin_layout Standard
41294 When you have tabulators in your listing, you can specify the number of
41295  characters that are spanned by a tabulator in the field 
41296 \family sans
41297 Tabulator
41298 \begin_inset space ~
41299 \end_inset
41300
41301 size
41302 \family default
41303 .
41304 \end_layout
41305
41306 \begin_layout Standard
41307 \begin_inset Note Greyedout
41308 status open
41309
41310 \begin_layout Plain Layout
41311
41312 \series bold
41313 Note:
41314 \series default
41315  Due to a bug in the 
41316 \series bold
41317 listings
41318 \series default
41319  package the line numbering is shifted by a line by every previous listing.
41320  That's the reason why the lines 2 and 5 are numbered in the above listing
41321  and not the lines 3 and 6.
41322 \end_layout
41323
41324 \end_inset
41325
41326
41327 \end_layout
41328
41329 \begin_layout Standard
41330 \begin_inset VSpace bigskip
41331 \end_inset
41332
41333
41334 \end_layout
41335
41336 \begin_layout Standard
41337 It is also possible to print lines from a file as listing.
41338  To do this, use the menu 
41339 \family sans
41340 Insert\SpecialChar menuseparator
41341 File\SpecialChar menuseparator
41342 Child Document
41343 \family default
41344  and choose the type 
41345 \family sans
41346 Listings
41347 \family default
41348 .
41349 \begin_inset Foot
41350 status collapsed
41351
41352 \begin_layout Plain Layout
41353 The other child document types are described in section
41354 \begin_inset space ~
41355 \end_inset
41356
41357
41358 \begin_inset CommandInset ref
41359 LatexCommand ref
41360 reference "sec:Child-Documents"
41361
41362 \end_inset
41363
41364 .
41365 \end_layout
41366
41367 \end_inset
41368
41369  In the child document dialog you can specify the listing parameters in
41370  a text box.
41371  To show a list of all available parameters, type in a question mark 
41372 \begin_inset Quotes eld
41373 \end_inset
41374
41375 ?
41376 \begin_inset Quotes erd
41377 \end_inset
41378
41379  in the text box.
41380 \end_layout
41381
41382 \begin_layout Standard
41383 To reference child document listings, write a label text into the corresponding
41384  field of the child document dialog.
41385  The label can then be referenced using the menu 
41386 \family sans
41387 Insert\SpecialChar menuseparator
41388 Cross-Reference
41389 \family default
41390 .
41391 \end_layout
41392
41393 \begin_layout Standard
41394 Listing
41395 \begin_inset space ~
41396 \end_inset
41397
41398
41399 \begin_inset CommandInset ref
41400 LatexCommand ref
41401 reference "lst:file-listing"
41402
41403 \end_inset
41404
41405  is an example for a listing of a file; there the lines 10
41406 \begin_inset space \thinspace{}
41407 \end_inset
41408
41409 -
41410 \begin_inset space \thinspace{}
41411 \end_inset
41412
41413 15 of this \SpecialChar LyX
41414  file are listed.
41415 \end_layout
41416
41417 \begin_layout Standard
41418 \begin_inset CommandInset include
41419 LatexCommand lstinputlisting
41420 filename "EmbeddedObjects.lyx"
41421 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
41422
41423 \end_inset
41424
41425
41426 \end_layout
41427
41428 \begin_layout Standard
41429 \begin_inset VSpace bigskip
41430 \end_inset
41431
41432
41433 \end_layout
41434
41435 \begin_layout Standard
41436 Inserting a formula into a listing can be done the following way:
41437 \end_layout
41438
41439 \begin_layout Enumerate
41440 Open the listings dialog and add
41441 \begin_inset Newline newline
41442 \end_inset
41443
41444
41445 \family sans
41446 mathescape=true
41447 \family default
41448
41449 \begin_inset Newline newline
41450 \end_inset
41451
41452 to the field of the 
41453 \family sans
41454 Advanced
41455 \family default
41456  tab.
41457 \end_layout
41458
41459 \begin_layout Enumerate
41460 Create a formula outside the listing
41461 \end_layout
41462
41463 \begin_layout Enumerate
41464 Copy the content of the formula (not the formula inset) to the clipboard
41465  (shortcut 
41466 \begin_inset Info
41467 type  "shortcut"
41468 arg   "copy"
41469 \end_inset
41470
41471 )
41472 \end_layout
41473
41474 \begin_layout Enumerate
41475 In the listing write 
41476 \begin_inset Quotes eld
41477 \end_inset
41478
41479
41480 \family sans
41481 $$
41482 \family default
41483
41484 \begin_inset Quotes erd
41485 \end_inset
41486
41487  and copy from the clipboard between the dollar-signs (shortcut 
41488 \begin_inset Info
41489 type  "shortcut"
41490 arg   "paste"
41491 \end_inset
41492
41493 )
41494 \end_layout
41495
41496 \begin_layout Standard
41497 \begin_inset listings
41498 lstparams "language=Python,mathescape=true"
41499 inline false
41500 status open
41501
41502 \begin_layout Plain Layout
41503
41504 \begin_inset Caption Standard
41505
41506 \begin_layout Plain Layout
41507 Example Listing float containing a formula
41508 \end_layout
41509
41510 \end_inset
41511
41512 # Example listing float
41513 \end_layout
41514
41515 \begin_layout Plain Layout
41516
41517 def func(param):
41518 \end_layout
41519
41520 \begin_layout Plain Layout
41521
41522     # $
41523 \backslash
41524 prod_{n=1}^{
41525 \backslash
41526 infty}
41527 \backslash
41528 ,
41529 \backslash
41530 frac{1}{x^{2}}$
41531 \end_layout
41532
41533 \begin_layout Plain Layout
41534
41535     pass
41536 \end_layout
41537
41538 \end_inset
41539
41540
41541 \end_layout
41542
41543 \begin_layout Standard
41544 \begin_inset VSpace bigskip
41545 \end_inset
41546
41547
41548 \end_layout
41549
41550 \begin_layout Standard
41551 Global listings settings can be set in the 
41552 \family sans
41553 Document\SpecialChar menuseparator
41554 Settings\SpecialChar menuseparator
41555 Listings
41556 \family default
41557  dialog.
41558  To get there a list of available options, type in a question mark 
41559 \begin_inset Quotes eld
41560 \end_inset
41561
41562 ?
41563 \begin_inset Quotes erd
41564 \end_inset
41565
41566 .
41567 \end_layout
41568
41569 \begin_layout Standard
41570 For more information about the 
41571 \series bold
41572 listings
41573 \series default
41574  package, we refer to its documentation 
41575 \begin_inset CommandInset citation
41576 LatexCommand cite
41577 key "listings"
41578 literal "true"
41579
41580 \end_inset
41581
41582 .
41583 \end_layout
41584
41585 \begin_layout Standard
41586 \begin_inset Newpage newpage
41587 \end_inset
41588
41589
41590 \end_layout
41591
41592 \begin_layout Chapter
41593 \start_of_appendix
41594 Units available in \SpecialChar LyX
41595
41596 \begin_inset Index idx
41597 status collapsed
41598
41599 \begin_layout Plain Layout
41600 Units
41601 \end_layout
41602
41603 \end_inset
41604
41605
41606 \begin_inset CommandInset label
41607 LatexCommand label
41608 name "cha:Units-available-in"
41609
41610 \end_inset
41611
41612
41613 \end_layout
41614
41615 \begin_layout Standard
41616 To understand the units described in this documentation, Table
41617 \begin_inset space ~
41618 \end_inset
41619
41620
41621 \begin_inset CommandInset ref
41622 LatexCommand ref
41623 reference "tab:Units"
41624
41625 \end_inset
41626
41627  explains all units available in \SpecialChar LyX
41628 .
41629 \end_layout
41630
41631 \begin_layout Standard
41632 \begin_inset Float table
41633 placement h
41634 wide false
41635 sideways false
41636 status open
41637
41638 \begin_layout Plain Layout
41639 \begin_inset Caption Standard
41640
41641 \begin_layout Plain Layout
41642 \begin_inset CommandInset label
41643 LatexCommand label
41644 name "tab:Units"
41645
41646 \end_inset
41647
41648 Units
41649 \end_layout
41650
41651 \end_inset
41652
41653
41654 \end_layout
41655
41656 \begin_layout Plain Layout
41657 \begin_inset VSpace medskip
41658 \end_inset
41659
41660
41661 \end_layout
41662
41663 \begin_layout Plain Layout
41664 \align center
41665 \begin_inset Tabular
41666 <lyxtabular version="3" rows="20" columns="3">
41667 <features tabularvalignment="middle">
41668 <column alignment="center" valignment="top">
41669 <column alignment="center" valignment="top">
41670 <column alignment="center" valignment="top">
41671 <row>
41672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41673 \begin_inset Text
41674
41675 \begin_layout Plain Layout
41676 unit
41677 \end_layout
41678
41679 \end_inset
41680 </cell>
41681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41682 \begin_inset Text
41683
41684 \begin_layout Plain Layout
41685 name/description
41686 \end_layout
41687
41688 \end_inset
41689 </cell>
41690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41691 \begin_inset Text
41692
41693 \begin_layout Plain Layout
41694 \SpecialChar LaTeX
41695  command
41696 \end_layout
41697
41698 \end_inset
41699 </cell>
41700 </row>
41701 <row>
41702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41703 \begin_inset Text
41704
41705 \begin_layout Plain Layout
41706 mm
41707 \end_layout
41708
41709 \end_inset
41710 </cell>
41711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41712 \begin_inset Text
41713
41714 \begin_layout Plain Layout
41715 millimeter
41716 \end_layout
41717
41718 \end_inset
41719 </cell>
41720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41721 \begin_inset Text
41722
41723 \begin_layout Plain Layout
41724 -
41725 \end_layout
41726
41727 \end_inset
41728 </cell>
41729 </row>
41730 <row>
41731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41732 \begin_inset Text
41733
41734 \begin_layout Plain Layout
41735 cm
41736 \end_layout
41737
41738 \end_inset
41739 </cell>
41740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41741 \begin_inset Text
41742
41743 \begin_layout Plain Layout
41744 centimeter
41745 \end_layout
41746
41747 \end_inset
41748 </cell>
41749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41750 \begin_inset Text
41751
41752 \begin_layout Plain Layout
41753 -
41754 \end_layout
41755
41756 \end_inset
41757 </cell>
41758 </row>
41759 <row>
41760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41761 \begin_inset Text
41762
41763 \begin_layout Plain Layout
41764 in
41765 \end_layout
41766
41767 \end_inset
41768 </cell>
41769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41770 \begin_inset Text
41771
41772 \begin_layout Plain Layout
41773 inch
41774 \end_layout
41775
41776 \end_inset
41777 </cell>
41778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41779 \begin_inset Text
41780
41781 \begin_layout Plain Layout
41782 -
41783 \end_layout
41784
41785 \end_inset
41786 </cell>
41787 </row>
41788 <row>
41789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41790 \begin_inset Text
41791
41792 \begin_layout Plain Layout
41793 pt
41794 \end_layout
41795
41796 \end_inset
41797 </cell>
41798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41799 \begin_inset Text
41800
41801 \begin_layout Plain Layout
41802 point (72.27
41803 \begin_inset space \thinspace{}
41804 \end_inset
41805
41806 pt = 1
41807 \begin_inset space \thinspace{}
41808 \end_inset
41809
41810 in)
41811 \end_layout
41812
41813 \end_inset
41814 </cell>
41815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41816 \begin_inset Text
41817
41818 \begin_layout Plain Layout
41819 -
41820 \end_layout
41821
41822 \end_inset
41823 </cell>
41824 </row>
41825 <row>
41826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41827 \begin_inset Text
41828
41829 \begin_layout Plain Layout
41830 pc
41831 \end_layout
41832
41833 \end_inset
41834 </cell>
41835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41836 \begin_inset Text
41837
41838 \begin_layout Plain Layout
41839 pica (1
41840 \begin_inset space \thinspace{}
41841 \end_inset
41842
41843 pc = 12
41844 \begin_inset space \thinspace{}
41845 \end_inset
41846
41847 pt)
41848 \end_layout
41849
41850 \end_inset
41851 </cell>
41852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41853 \begin_inset Text
41854
41855 \begin_layout Plain Layout
41856 -
41857 \end_layout
41858
41859 \end_inset
41860 </cell>
41861 </row>
41862 <row>
41863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41864 \begin_inset Text
41865
41866 \begin_layout Plain Layout
41867 sp
41868 \end_layout
41869
41870 \end_inset
41871 </cell>
41872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41873 \begin_inset Text
41874
41875 \begin_layout Plain Layout
41876 scaled point (65536
41877 \begin_inset space \thinspace{}
41878 \end_inset
41879
41880 sp = 1
41881 \begin_inset space \thinspace{}
41882 \end_inset
41883
41884 pt)
41885 \end_layout
41886
41887 \end_inset
41888 </cell>
41889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41890 \begin_inset Text
41891
41892 \begin_layout Plain Layout
41893 -
41894 \end_layout
41895
41896 \end_inset
41897 </cell>
41898 </row>
41899 <row>
41900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41901 \begin_inset Text
41902
41903 \begin_layout Plain Layout
41904 bp
41905 \end_layout
41906
41907 \end_inset
41908 </cell>
41909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41910 \begin_inset Text
41911
41912 \begin_layout Plain Layout
41913 big point (72
41914 \begin_inset space \thinspace{}
41915 \end_inset
41916
41917 bp = 1
41918 \begin_inset space \thinspace{}
41919 \end_inset
41920
41921 in)
41922 \end_layout
41923
41924 \end_inset
41925 </cell>
41926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41927 \begin_inset Text
41928
41929 \begin_layout Plain Layout
41930 -
41931 \end_layout
41932
41933 \end_inset
41934 </cell>
41935 </row>
41936 <row>
41937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41938 \begin_inset Text
41939
41940 \begin_layout Plain Layout
41941 dd
41942 \end_layout
41943
41944 \end_inset
41945 </cell>
41946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41947 \begin_inset Text
41948
41949 \begin_layout Plain Layout
41950 didot (1
41951 \begin_inset space \thinspace{}
41952 \end_inset
41953
41954 dd 
41955 \begin_inset Formula $\approx$
41956 \end_inset
41957
41958  0.376
41959 \begin_inset space \thinspace{}
41960 \end_inset
41961
41962 mm)
41963 \end_layout
41964
41965 \end_inset
41966 </cell>
41967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41968 \begin_inset Text
41969
41970 \begin_layout Plain Layout
41971 -
41972 \end_layout
41973
41974 \end_inset
41975 </cell>
41976 </row>
41977 <row>
41978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41979 \begin_inset Text
41980
41981 \begin_layout Plain Layout
41982 cc
41983 \end_layout
41984
41985 \end_inset
41986 </cell>
41987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41988 \begin_inset Text
41989
41990 \begin_layout Plain Layout
41991 cicero (1
41992 \begin_inset space \thinspace{}
41993 \end_inset
41994
41995 cc = 12
41996 \begin_inset space \thinspace{}
41997 \end_inset
41998
41999 dd)
42000 \end_layout
42001
42002 \end_inset
42003 </cell>
42004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42005 \begin_inset Text
42006
42007 \begin_layout Plain Layout
42008 -
42009 \end_layout
42010
42011 \end_inset
42012 </cell>
42013 </row>
42014 <row>
42015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42016 \begin_inset Text
42017
42018 \begin_layout Plain Layout
42019 Scale Graphics %
42020 \end_layout
42021
42022 \end_inset
42023 </cell>
42024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42025 \begin_inset Text
42026
42027 \begin_layout Plain Layout
42028 % of original image width
42029 \end_layout
42030
42031 \end_inset
42032 </cell>
42033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42034 \begin_inset Text
42035
42036 \begin_layout Plain Layout
42037
42038 \end_layout
42039
42040 \end_inset
42041 </cell>
42042 </row>
42043 <row>
42044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42045 \begin_inset Text
42046
42047 \begin_layout Plain Layout
42048 Text Width %
42049 \end_layout
42050
42051 \end_inset
42052 </cell>
42053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42054 \begin_inset Text
42055
42056 \begin_layout Plain Layout
42057 % of text width
42058 \end_layout
42059
42060 \end_inset
42061 </cell>
42062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42063 \begin_inset Text
42064
42065 \begin_layout Plain Layout
42066
42067 \backslash
42068 textwidth
42069 \end_layout
42070
42071 \end_inset
42072 </cell>
42073 </row>
42074 <row>
42075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42076 \begin_inset Text
42077
42078 \begin_layout Plain Layout
42079 Column Width %
42080 \end_layout
42081
42082 \end_inset
42083 </cell>
42084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42085 \begin_inset Text
42086
42087 \begin_layout Plain Layout
42088 % of column width
42089 \end_layout
42090
42091 \end_inset
42092 </cell>
42093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42094 \begin_inset Text
42095
42096 \begin_layout Plain Layout
42097
42098 \backslash
42099 columnwidth
42100 \end_layout
42101
42102 \end_inset
42103 </cell>
42104 </row>
42105 <row>
42106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42107 \begin_inset Text
42108
42109 \begin_layout Plain Layout
42110 Page Width %
42111 \end_layout
42112
42113 \end_inset
42114 </cell>
42115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42116 \begin_inset Text
42117
42118 \begin_layout Plain Layout
42119 % of paper width
42120 \end_layout
42121
42122 \end_inset
42123 </cell>
42124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42125 \begin_inset Text
42126
42127 \begin_layout Plain Layout
42128
42129 \backslash
42130 paperwidth
42131 \end_layout
42132
42133 \end_inset
42134 </cell>
42135 </row>
42136 <row>
42137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42138 \begin_inset Text
42139
42140 \begin_layout Plain Layout
42141 Line Width %
42142 \end_layout
42143
42144 \end_inset
42145 </cell>
42146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42147 \begin_inset Text
42148
42149 \begin_layout Plain Layout
42150 % of line width
42151 \end_layout
42152
42153 \end_inset
42154 </cell>
42155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42156 \begin_inset Text
42157
42158 \begin_layout Plain Layout
42159
42160 \backslash
42161 linewidth
42162 \end_layout
42163
42164 \end_inset
42165 </cell>
42166 </row>
42167 <row>
42168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42169 \begin_inset Text
42170
42171 \begin_layout Plain Layout
42172 Text Height %
42173 \end_layout
42174
42175 \end_inset
42176 </cell>
42177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42178 \begin_inset Text
42179
42180 \begin_layout Plain Layout
42181 % of text height
42182 \end_layout
42183
42184 \end_inset
42185 </cell>
42186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42187 \begin_inset Text
42188
42189 \begin_layout Plain Layout
42190
42191 \backslash
42192 textheight
42193 \end_layout
42194
42195 \end_inset
42196 </cell>
42197 </row>
42198 <row>
42199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42200 \begin_inset Text
42201
42202 \begin_layout Plain Layout
42203 Page Height %
42204 \end_layout
42205
42206 \end_inset
42207 </cell>
42208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42209 \begin_inset Text
42210
42211 \begin_layout Plain Layout
42212 % of paper height
42213 \end_layout
42214
42215 \end_inset
42216 </cell>
42217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42218 \begin_inset Text
42219
42220 \begin_layout Plain Layout
42221
42222 \backslash
42223 paperheight
42224 \end_layout
42225
42226 \end_inset
42227 </cell>
42228 </row>
42229 <row>
42230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42231 \begin_inset Text
42232
42233 \begin_layout Plain Layout
42234 ex
42235 \end_layout
42236
42237 \end_inset
42238 </cell>
42239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42240 \begin_inset Text
42241
42242 \begin_layout Plain Layout
42243 height of letter 
42244 \emph on
42245 x
42246 \emph default
42247  in current font
42248 \end_layout
42249
42250 \end_inset
42251 </cell>
42252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42253 \begin_inset Text
42254
42255 \begin_layout Plain Layout
42256 -
42257 \end_layout
42258
42259 \end_inset
42260 </cell>
42261 </row>
42262 <row>
42263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42264 \begin_inset Text
42265
42266 \begin_layout Plain Layout
42267 em
42268 \end_layout
42269
42270 \end_inset
42271 </cell>
42272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42273 \begin_inset Text
42274
42275 \begin_layout Plain Layout
42276 width of letter 
42277 \emph on
42278 M
42279 \emph default
42280  in current font
42281 \end_layout
42282
42283 \end_inset
42284 </cell>
42285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42286 \begin_inset Text
42287
42288 \begin_layout Plain Layout
42289 -
42290 \end_layout
42291
42292 \end_inset
42293 </cell>
42294 </row>
42295 <row>
42296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42297 \begin_inset Text
42298
42299 \begin_layout Plain Layout
42300 mu
42301 \end_layout
42302
42303 \end_inset
42304 </cell>
42305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42306 \begin_inset Text
42307
42308 \begin_layout Plain Layout
42309 math unit (1
42310 \begin_inset space \thinspace{}
42311 \end_inset
42312
42313 mu = 1/18
42314 \begin_inset space \thinspace{}
42315 \end_inset
42316
42317 em)
42318 \end_layout
42319
42320 \end_inset
42321 </cell>
42322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42323 \begin_inset Text
42324
42325 \begin_layout Plain Layout
42326 -
42327 \end_layout
42328
42329 \end_inset
42330 </cell>
42331 </row>
42332 </lyxtabular>
42333
42334 \end_inset
42335
42336
42337 \end_layout
42338
42339 \end_inset
42340
42341
42342 \end_layout
42343
42344 \begin_layout Chapter
42345 Output File Formats with Graphics
42346 \begin_inset CommandInset label
42347 LatexCommand label
42348 name "cha:Output-File-Formats"
42349
42350 \end_inset
42351
42352
42353 \end_layout
42354
42355 \begin_layout Section
42356 DVI
42357 \begin_inset Index idx
42358 status collapsed
42359
42360 \begin_layout Plain Layout
42361 File Formats ! DVI
42362 \end_layout
42363
42364 \end_inset
42365
42366
42367 \begin_inset Index idx
42368 status collapsed
42369
42370 \begin_layout Plain Layout
42371 DVI|see
42372 \begin_inset ERT
42373 status collapsed
42374
42375 \begin_layout Plain Layout
42376
42377 {
42378 \end_layout
42379
42380 \end_inset
42381
42382 File Formats
42383 \begin_inset ERT
42384 status collapsed
42385
42386 \begin_layout Plain Layout
42387
42388 }
42389 \end_layout
42390
42391 \end_inset
42392
42393
42394 \end_layout
42395
42396 \end_inset
42397
42398
42399 \end_layout
42400
42401 \begin_layout Standard
42402 This file type has the extension 
42403 \begin_inset Quotes eld
42404 \end_inset
42405
42406
42407 \family typewriter
42408 .dvi
42409 \family default
42410
42411 \begin_inset Quotes erd
42412 \end_inset
42413
42414 .
42415  It is called 
42416 \begin_inset Quotes eld
42417 \end_inset
42418
42419 device-independent
42420 \begin_inset Quotes erd
42421 \end_inset
42422
42423  (DVI), because it is completely portable; you can move them from one machine
42424  to another without needing to do any sort of conversion.
42425  At the time when this file-format was developed, this was no matter of
42426  course.
42427  DVIs are used for quick previews and as pre-stage for other output formats,
42428  like PostScript.
42429 \end_layout
42430
42431 \begin_layout Standard
42432 \begin_inset Note Greyedout
42433 status open
42434
42435 \begin_layout Plain Layout
42436
42437 \series bold
42438 Note:
42439 \series default
42440  DVI-files do not contain images; they will only be a linked.
42441 \end_layout
42442
42443 \end_inset
42444
42445  So don't forget this, if you move your 
42446 \family typewriter
42447 .dvi
42448 \family default
42449  file to another computer.
42450  This property can also slow down your computer when you view the DVI, because
42451  the DVI-viewer has to convert the image in the background to make it visible
42452  when you scroll in the DVI.
42453  So it is recommended that you use PDF for files with many images.
42454 \end_layout
42455
42456 \begin_layout Standard
42457 You can export your document to DVI by using the menu 
42458 \family sans
42459 File\SpecialChar menuseparator
42460 Export\SpecialChar menuseparator
42461 DVI
42462 \family default
42463 .
42464  You can view your document as DVI via the 
42465 \family sans
42466 View
42467 \family default
42468  menu.
42469 \end_layout
42470
42471 \begin_layout Section
42472 PostScript
42473 \begin_inset Index idx
42474 status collapsed
42475
42476 \begin_layout Plain Layout
42477 File Formats ! PostScript
42478 \end_layout
42479
42480 \end_inset
42481
42482
42483 \begin_inset Index idx
42484 status collapsed
42485
42486 \begin_layout Plain Layout
42487 PostScript|see
42488 \begin_inset ERT
42489 status collapsed
42490
42491 \begin_layout Plain Layout
42492
42493 {
42494 \end_layout
42495
42496 \end_inset
42497
42498 File Formats
42499 \begin_inset ERT
42500 status collapsed
42501
42502 \begin_layout Plain Layout
42503
42504 }
42505 \end_layout
42506
42507 \end_inset
42508
42509
42510 \end_layout
42511
42512 \end_inset
42513
42514
42515 \end_layout
42516
42517 \begin_layout Standard
42518 This file type has the extension 
42519 \begin_inset Quotes eld
42520 \end_inset
42521
42522
42523 \family typewriter
42524 .ps
42525 \family default
42526
42527 \begin_inset Quotes erd
42528 \end_inset
42529
42530 .
42531  PostScript was developed by the company 
42532 \family typewriter
42533 Adobe
42534 \family default
42535  as a printer language.
42536  The file therefore contains commands that the printer uses to print the
42537  file.
42538  PostScript can be seen as a 
42539 \begin_inset Quotes eld
42540 \end_inset
42541
42542 programming language
42543 \begin_inset Quotes erd
42544 \end_inset
42545
42546 ; you can calculate with it and draw diagrams and images.
42547 \begin_inset Foot
42548 status collapsed
42549
42550 \begin_layout Plain Layout
42551 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
42552 -package
42553  
42554 \series bold
42555 PSTricks
42556 \series default
42557  
42558 \begin_inset CommandInset citation
42559 LatexCommand cite
42560 key "pstricks"
42561 literal "true"
42562
42563 \end_inset
42564
42565 .
42566 \end_layout
42567
42568 \end_inset
42569
42570  Due to this ability, the files are often bigger than PDFs.
42571 \end_layout
42572
42573 \begin_layout Standard
42574 PostScript can only contain images in the format 
42575 \begin_inset Quotes eld
42576 \end_inset
42577
42578 Encapsulated PostScript
42579 \begin_inset Quotes erd
42580 \end_inset
42581
42582  (EPS, file extension 
42583 \begin_inset Quotes eld
42584 \end_inset
42585
42586
42587 \family typewriter
42588 .eps
42589 \family default
42590
42591 \begin_inset Quotes erd
42592 \end_inset
42593
42594 ).
42595  As \SpecialChar LyX
42596  allows you to use any known image format in your document, it has to
42597  convert images in the background to EPS.
42598  If you have e.g.
42599 \begin_inset space ~
42600 \end_inset
42601
42602 50
42603 \begin_inset space ~
42604 \end_inset
42605
42606 images in your document, \SpecialChar LyX
42607  has to do 50
42608 \begin_inset space ~
42609 \end_inset
42610
42611 conversions whenever you view or export your document.
42612  This will slow down your work flow with \SpecialChar LyX
42613  drastically.
42614  So if you plan to use PostScript, you can insert your images directly as
42615  EPS to avoid this problem.
42616 \end_layout
42617
42618 \begin_layout Standard
42619 You can export your document to PostScript using the menu 
42620 \family sans
42621 File\SpecialChar menuseparator
42622 Export\SpecialChar menuseparator
42623 Postscript
42624 \family default
42625 .
42626  You can view your document as PostScript via the 
42627 \family sans
42628 View
42629 \family default
42630  menu.
42631 \end_layout
42632
42633 \begin_layout Section
42634 PDF
42635 \begin_inset Index idx
42636 status collapsed
42637
42638 \begin_layout Plain Layout
42639 File Formats ! PDF
42640 \end_layout
42641
42642 \end_inset
42643
42644
42645 \begin_inset Index idx
42646 status collapsed
42647
42648 \begin_layout Plain Layout
42649 PDF
42650 \end_layout
42651
42652 \end_inset
42653
42654
42655 \end_layout
42656
42657 \begin_layout Standard
42658 This file type has the extension 
42659 \begin_inset Quotes eld
42660 \end_inset
42661
42662
42663 \family typewriter
42664 .pdf
42665 \family default
42666
42667 \begin_inset Quotes erd
42668 \end_inset
42669
42670 .
42671  The 
42672 \begin_inset Quotes eld
42673 \end_inset
42674
42675 Portable Document Format
42676 \begin_inset Quotes erd
42677 \end_inset
42678
42679  (PDF) was developed by 
42680 \family typewriter
42681 Adobe
42682 \family default
42683  as a derivative of PostScript.
42684  It is more compressed and it uses fewer commands than PostScript.
42685  As the name 
42686 \begin_inset Quotes eld
42687 \end_inset
42688
42689 portable
42690 \begin_inset Quotes erd
42691 \end_inset
42692
42693  implies, it can be processed at any computer system and the printed output
42694  looks exactly the same.
42695 \end_layout
42696
42697 \begin_layout Standard
42698 PDF can contain images in its own PDF format, in the format 
42699 \begin_inset Quotes eld
42700 \end_inset
42701
42702 Joint Photographic Experts Group
42703 \begin_inset Quotes erd
42704 \end_inset
42705
42706  (JPG, file extension 
42707 \begin_inset Quotes eld
42708 \end_inset
42709
42710
42711 \family typewriter
42712 .jpg
42713 \family default
42714
42715 \begin_inset Quotes erd
42716 \end_inset
42717
42718  or 
42719 \begin_inset Quotes eld
42720 \end_inset
42721
42722
42723 \family typewriter
42724 .jpeg
42725 \family default
42726
42727 \begin_inset Quotes erd
42728 \end_inset
42729
42730 ), and in the format 
42731 \begin_inset Quotes eld
42732 \end_inset
42733
42734 Portable Network Graphics
42735 \begin_inset Quotes erd
42736 \end_inset
42737
42738  (PNG, file extension 
42739 \begin_inset Quotes eld
42740 \end_inset
42741
42742
42743 \family typewriter
42744 .png
42745 \family default
42746
42747 \begin_inset Quotes erd
42748 \end_inset
42749
42750 ).
42751  Nevertheless you can use any other image format, because \SpecialChar LyX
42752  converts them
42753  in the background to one of these formats.
42754  But as described in the section about PostScript, the image conversion
42755  will slow down your work flow.
42756  So it is recommended that you use images in one of the three mentioned
42757  formats.
42758 \end_layout
42759
42760 \begin_layout Standard
42761 You can export your document to PDF via the menu 
42762 \family sans
42763 File\SpecialChar menuseparator
42764 Export
42765 \family default
42766  in three different ways:
42767 \end_layout
42768
42769 \begin_layout Description
42770 PDF
42771 \begin_inset space ~
42772 \end_inset
42773
42774 (ps2pdf) This uses the program 
42775 \family typewriter
42776 ps2pdf
42777 \family default
42778  that creates a PDF from a PostScript-version of your file.
42779  The PostScript-version is produced by the program 
42780 \family typewriter
42781 dvips
42782 \family default
42783  which uses a DVI-version as intermediate step.
42784  So this export variant consists of three conversions.
42785 \end_layout
42786
42787 \begin_layout Description
42788 PDF
42789 \begin_inset space ~
42790 \end_inset
42791
42792 (dvipdfm) This uses the program 
42793 \family typewriter
42794 dvipdfm
42795 \family default
42796  that converts your file in the background to DVI and in a second step to
42797  PDF.
42798 \end_layout
42799
42800 \begin_layout Description
42801 PDF
42802 \begin_inset space ~
42803 \end_inset
42804
42805 (pdflatex) This uses the program 
42806 \family typewriter
42807 pdftex
42808 \family default
42809  that converts your file directly to PDF.
42810 \end_layout
42811
42812 \begin_layout Standard
42813 It is recommended that you use 
42814 \family sans
42815 PDF
42816 \begin_inset space ~
42817 \end_inset
42818
42819 (pdflatex)
42820 \family default
42821  because 
42822 \family typewriter
42823 pdftex
42824 \family default
42825  supports all features of actual PDF-versions, is quick and works stable.
42826  The program 
42827 \family typewriter
42828 dvipdfm
42829 \family default
42830  is not under development and therefore a bit outdated.
42831 \end_layout
42832
42833 \begin_layout Standard
42834 You can view your document as PDF via the 
42835 \family sans
42836 View
42837 \family default
42838  menu or by using a toolbar button.
42839 \end_layout
42840
42841 \begin_layout Chapter
42842 List of dvips color names
42843 \begin_inset CommandInset label
42844 LatexCommand label
42845 name "chap:List-of-dvips-colornames"
42846
42847 \end_inset
42848
42849
42850 \end_layout
42851
42852 \begin_layout Standard
42853 \begin_inset Tabular
42854 <lyxtabular version="3" rows="17" columns="4">
42855 <features tabularvalignment="middle">
42856 <column alignment="left" valignment="top" width="0pt">
42857 <column alignment="left" valignment="top" width="0pt">
42858 <column alignment="left" valignment="top" width="0pt">
42859 <column alignment="left" valignment="top" width="0pt">
42860 <row>
42861 <cell alignment="left" valignment="top" usebox="none">
42862 \begin_inset Text
42863
42864 \begin_layout Plain Layout
42865 \begin_inset ERT
42866 status collapsed
42867
42868 \begin_layout Plain Layout
42869
42870
42871 \backslash
42872 fcolorbox{black}{
42873 \end_layout
42874
42875 \end_inset
42876
42877 white
42878 \begin_inset ERT
42879 status collapsed
42880
42881 \begin_layout Plain Layout
42882
42883 }{
42884 \end_layout
42885
42886 \end_inset
42887
42888 Color
42889 \begin_inset ERT
42890 status collapsed
42891
42892 \begin_layout Plain Layout
42893
42894 }
42895 \end_layout
42896
42897 \end_inset
42898
42899  Color name
42900 \end_layout
42901
42902 \end_inset
42903 </cell>
42904 <cell alignment="left" valignment="top" usebox="none">
42905 \begin_inset Text
42906
42907 \begin_layout Plain Layout
42908 \begin_inset ERT
42909 status collapsed
42910
42911 \begin_layout Plain Layout
42912
42913
42914 \backslash
42915 fcolorbox{black}{
42916 \end_layout
42917
42918 \end_inset
42919
42920 white
42921 \begin_inset ERT
42922 status collapsed
42923
42924 \begin_layout Plain Layout
42925
42926 }{
42927 \end_layout
42928
42929 \end_inset
42930
42931 Color
42932 \begin_inset ERT
42933 status collapsed
42934
42935 \begin_layout Plain Layout
42936
42937 }
42938 \end_layout
42939
42940 \end_inset
42941
42942  Color name
42943 \end_layout
42944
42945 \end_inset
42946 </cell>
42947 <cell alignment="left" valignment="top" usebox="none">
42948 \begin_inset Text
42949
42950 \begin_layout Plain Layout
42951 \begin_inset ERT
42952 status collapsed
42953
42954 \begin_layout Plain Layout
42955
42956
42957 \backslash
42958 fcolorbox{black}{
42959 \end_layout
42960
42961 \end_inset
42962
42963 white
42964 \begin_inset ERT
42965 status collapsed
42966
42967 \begin_layout Plain Layout
42968
42969 }{
42970 \end_layout
42971
42972 \end_inset
42973
42974 Color
42975 \begin_inset ERT
42976 status collapsed
42977
42978 \begin_layout Plain Layout
42979
42980 }
42981 \end_layout
42982
42983 \end_inset
42984
42985  Color name
42986 \end_layout
42987
42988 \end_inset
42989 </cell>
42990 <cell alignment="left" valignment="top" usebox="none">
42991 \begin_inset Text
42992
42993 \begin_layout Plain Layout
42994 \begin_inset ERT
42995 status collapsed
42996
42997 \begin_layout Plain Layout
42998
42999
43000 \backslash
43001 fcolorbox{black}{
43002 \end_layout
43003
43004 \end_inset
43005
43006 white
43007 \begin_inset ERT
43008 status collapsed
43009
43010 \begin_layout Plain Layout
43011
43012 }{
43013 \end_layout
43014
43015 \end_inset
43016
43017 Color
43018 \begin_inset ERT
43019 status collapsed
43020
43021 \begin_layout Plain Layout
43022
43023 }
43024 \end_layout
43025
43026 \end_inset
43027
43028  Color name
43029 \end_layout
43030
43031 \end_inset
43032 </cell>
43033 </row>
43034 <row>
43035 <cell alignment="center" valignment="top" usebox="none">
43036 \begin_inset Text
43037
43038 \begin_layout Plain Layout
43039 \begin_inset ERT
43040 status collapsed
43041
43042 \begin_layout Plain Layout
43043
43044
43045 \backslash
43046 fcolorbox{black}{
43047 \end_layout
43048
43049 \end_inset
43050
43051 Apricot
43052 \begin_inset ERT
43053 status collapsed
43054
43055 \begin_layout Plain Layout
43056
43057 }{
43058 \end_layout
43059
43060 \end_inset
43061
43062
43063 \begin_inset Phantom Phantom
43064 status open
43065
43066 \begin_layout Plain Layout
43067 W
43068 \end_layout
43069
43070 \end_inset
43071
43072
43073 \begin_inset ERT
43074 status collapsed
43075
43076 \begin_layout Plain Layout
43077
43078 }
43079 \end_layout
43080
43081 \end_inset
43082
43083  Apricot
43084 \end_layout
43085
43086 \end_inset
43087 </cell>
43088 <cell alignment="center" valignment="top" usebox="none">
43089 \begin_inset Text
43090
43091 \begin_layout Plain Layout
43092 \begin_inset ERT
43093 status collapsed
43094
43095 \begin_layout Plain Layout
43096
43097
43098 \backslash
43099 fcolorbox{black}{
43100 \end_layout
43101
43102 \end_inset
43103
43104 Aquamarine
43105 \begin_inset ERT
43106 status collapsed
43107
43108 \begin_layout Plain Layout
43109
43110 }{
43111 \end_layout
43112
43113 \end_inset
43114
43115
43116 \begin_inset Phantom Phantom
43117 status open
43118
43119 \begin_layout Plain Layout
43120 W
43121 \end_layout
43122
43123 \end_inset
43124
43125
43126 \begin_inset ERT
43127 status collapsed
43128
43129 \begin_layout Plain Layout
43130
43131 }
43132 \end_layout
43133
43134 \end_inset
43135
43136  Aquamarine
43137 \end_layout
43138
43139 \end_inset
43140 </cell>
43141 <cell alignment="center" valignment="top" usebox="none">
43142 \begin_inset Text
43143
43144 \begin_layout Plain Layout
43145 \begin_inset ERT
43146 status collapsed
43147
43148 \begin_layout Plain Layout
43149
43150
43151 \backslash
43152 fcolorbox{black}{
43153 \end_layout
43154
43155 \end_inset
43156
43157 Bittersweet
43158 \begin_inset ERT
43159 status collapsed
43160
43161 \begin_layout Plain Layout
43162
43163 }{
43164 \end_layout
43165
43166 \end_inset
43167
43168
43169 \begin_inset Phantom Phantom
43170 status open
43171
43172 \begin_layout Plain Layout
43173 W
43174 \end_layout
43175
43176 \end_inset
43177
43178
43179 \begin_inset ERT
43180 status collapsed
43181
43182 \begin_layout Plain Layout
43183
43184 }
43185 \end_layout
43186
43187 \end_inset
43188
43189  Bittersweet
43190 \end_layout
43191
43192 \end_inset
43193 </cell>
43194 <cell alignment="center" valignment="top" usebox="none">
43195 \begin_inset Text
43196
43197 \begin_layout Plain Layout
43198 \begin_inset ERT
43199 status collapsed
43200
43201 \begin_layout Plain Layout
43202
43203
43204 \backslash
43205 fcolorbox{black}{
43206 \end_layout
43207
43208 \end_inset
43209
43210 BlueGreen
43211 \begin_inset ERT
43212 status collapsed
43213
43214 \begin_layout Plain Layout
43215
43216 }{
43217 \end_layout
43218
43219 \end_inset
43220
43221
43222 \begin_inset Phantom Phantom
43223 status open
43224
43225 \begin_layout Plain Layout
43226 W
43227 \end_layout
43228
43229 \end_inset
43230
43231
43232 \begin_inset ERT
43233 status collapsed
43234
43235 \begin_layout Plain Layout
43236
43237 }
43238 \end_layout
43239
43240 \end_inset
43241
43242  BlueGreen
43243 \end_layout
43244
43245 \end_inset
43246 </cell>
43247 </row>
43248 <row>
43249 <cell alignment="left" valignment="top" usebox="none">
43250 \begin_inset Text
43251
43252 \begin_layout Plain Layout
43253 \begin_inset ERT
43254 status collapsed
43255
43256 \begin_layout Plain Layout
43257
43258
43259 \backslash
43260 fcolorbox{black}{
43261 \end_layout
43262
43263 \end_inset
43264
43265 BlueViolet
43266 \begin_inset ERT
43267 status collapsed
43268
43269 \begin_layout Plain Layout
43270
43271 }{
43272 \end_layout
43273
43274 \end_inset
43275
43276
43277 \begin_inset Phantom Phantom
43278 status open
43279
43280 \begin_layout Plain Layout
43281 W
43282 \end_layout
43283
43284 \end_inset
43285
43286
43287 \begin_inset ERT
43288 status collapsed
43289
43290 \begin_layout Plain Layout
43291
43292 }
43293 \end_layout
43294
43295 \end_inset
43296
43297  BlueViolet
43298 \end_layout
43299
43300 \end_inset
43301 </cell>
43302 <cell alignment="left" valignment="top" usebox="none">
43303 \begin_inset Text
43304
43305 \begin_layout Plain Layout
43306 \begin_inset ERT
43307 status collapsed
43308
43309 \begin_layout Plain Layout
43310
43311
43312 \backslash
43313 fcolorbox{black}{
43314 \end_layout
43315
43316 \end_inset
43317
43318 BrickRed
43319 \begin_inset ERT
43320 status collapsed
43321
43322 \begin_layout Plain Layout
43323
43324 }{
43325 \end_layout
43326
43327 \end_inset
43328
43329
43330 \begin_inset Phantom Phantom
43331 status open
43332
43333 \begin_layout Plain Layout
43334 W
43335 \end_layout
43336
43337 \end_inset
43338
43339
43340 \begin_inset ERT
43341 status collapsed
43342
43343 \begin_layout Plain Layout
43344
43345 }
43346 \end_layout
43347
43348 \end_inset
43349
43350  BrickRed
43351 \end_layout
43352
43353 \end_inset
43354 </cell>
43355 <cell alignment="left" valignment="top" usebox="none">
43356 \begin_inset Text
43357
43358 \begin_layout Plain Layout
43359 \begin_inset ERT
43360 status collapsed
43361
43362 \begin_layout Plain Layout
43363
43364
43365 \backslash
43366 fcolorbox{black}{
43367 \end_layout
43368
43369 \end_inset
43370
43371 Brown
43372 \begin_inset ERT
43373 status collapsed
43374
43375 \begin_layout Plain Layout
43376
43377 }{
43378 \end_layout
43379
43380 \end_inset
43381
43382
43383 \begin_inset Phantom Phantom
43384 status open
43385
43386 \begin_layout Plain Layout
43387 W
43388 \end_layout
43389
43390 \end_inset
43391
43392
43393 \begin_inset ERT
43394 status collapsed
43395
43396 \begin_layout Plain Layout
43397
43398 }
43399 \end_layout
43400
43401 \end_inset
43402
43403  Brown
43404 \end_layout
43405
43406 \end_inset
43407 </cell>
43408 <cell alignment="left" valignment="top" usebox="none">
43409 \begin_inset Text
43410
43411 \begin_layout Plain Layout
43412 \begin_inset ERT
43413 status collapsed
43414
43415 \begin_layout Plain Layout
43416
43417
43418 \backslash
43419 fcolorbox{black}{
43420 \end_layout
43421
43422 \end_inset
43423
43424 BurntOrange
43425 \begin_inset ERT
43426 status collapsed
43427
43428 \begin_layout Plain Layout
43429
43430 }{
43431 \end_layout
43432
43433 \end_inset
43434
43435
43436 \begin_inset Phantom Phantom
43437 status open
43438
43439 \begin_layout Plain Layout
43440 W
43441 \end_layout
43442
43443 \end_inset
43444
43445
43446 \begin_inset ERT
43447 status collapsed
43448
43449 \begin_layout Plain Layout
43450
43451 }
43452 \end_layout
43453
43454 \end_inset
43455
43456  BurntOrange
43457 \end_layout
43458
43459 \end_inset
43460 </cell>
43461 </row>
43462 <row>
43463 <cell alignment="left" valignment="top" usebox="none">
43464 \begin_inset Text
43465
43466 \begin_layout Plain Layout
43467 \begin_inset ERT
43468 status collapsed
43469
43470 \begin_layout Plain Layout
43471
43472
43473 \backslash
43474 fcolorbox{black}{
43475 \end_layout
43476
43477 \end_inset
43478
43479 CadetBlue
43480 \begin_inset ERT
43481 status collapsed
43482
43483 \begin_layout Plain Layout
43484
43485 }{
43486 \end_layout
43487
43488 \end_inset
43489
43490
43491 \begin_inset Phantom Phantom
43492 status open
43493
43494 \begin_layout Plain Layout
43495 W
43496 \end_layout
43497
43498 \end_inset
43499
43500
43501 \begin_inset ERT
43502 status collapsed
43503
43504 \begin_layout Plain Layout
43505
43506 }
43507 \end_layout
43508
43509 \end_inset
43510
43511  CadetBlue
43512 \end_layout
43513
43514 \end_inset
43515 </cell>
43516 <cell alignment="left" valignment="top" usebox="none">
43517 \begin_inset Text
43518
43519 \begin_layout Plain Layout
43520 \begin_inset ERT
43521 status collapsed
43522
43523 \begin_layout Plain Layout
43524
43525
43526 \backslash
43527 fcolorbox{black}{
43528 \end_layout
43529
43530 \end_inset
43531
43532 CarnationPink
43533 \begin_inset ERT
43534 status collapsed
43535
43536 \begin_layout Plain Layout
43537
43538 }{
43539 \end_layout
43540
43541 \end_inset
43542
43543
43544 \begin_inset Phantom Phantom
43545 status open
43546
43547 \begin_layout Plain Layout
43548 W
43549 \end_layout
43550
43551 \end_inset
43552
43553
43554 \begin_inset ERT
43555 status collapsed
43556
43557 \begin_layout Plain Layout
43558
43559 }
43560 \end_layout
43561
43562 \end_inset
43563
43564  CarnationPink
43565 \end_layout
43566
43567 \end_inset
43568 </cell>
43569 <cell alignment="left" valignment="top" usebox="none">
43570 \begin_inset Text
43571
43572 \begin_layout Plain Layout
43573 \begin_inset ERT
43574 status collapsed
43575
43576 \begin_layout Plain Layout
43577
43578
43579 \backslash
43580 fcolorbox{black}{
43581 \end_layout
43582
43583 \end_inset
43584
43585 Cerulean
43586 \begin_inset ERT
43587 status collapsed
43588
43589 \begin_layout Plain Layout
43590
43591 }{
43592 \end_layout
43593
43594 \end_inset
43595
43596
43597 \begin_inset Phantom Phantom
43598 status open
43599
43600 \begin_layout Plain Layout
43601 W
43602 \end_layout
43603
43604 \end_inset
43605
43606
43607 \begin_inset ERT
43608 status collapsed
43609
43610 \begin_layout Plain Layout
43611
43612 }
43613 \end_layout
43614
43615 \end_inset
43616
43617  Cerulean
43618 \end_layout
43619
43620 \end_inset
43621 </cell>
43622 <cell alignment="left" valignment="top" usebox="none">
43623 \begin_inset Text
43624
43625 \begin_layout Plain Layout
43626 \begin_inset ERT
43627 status collapsed
43628
43629 \begin_layout Plain Layout
43630
43631
43632 \backslash
43633 fcolorbox{black}{
43634 \end_layout
43635
43636 \end_inset
43637
43638 CornflowerBlue
43639 \begin_inset ERT
43640 status collapsed
43641
43642 \begin_layout Plain Layout
43643
43644 }{
43645 \end_layout
43646
43647 \end_inset
43648
43649
43650 \begin_inset Phantom Phantom
43651 status open
43652
43653 \begin_layout Plain Layout
43654 W
43655 \end_layout
43656
43657 \end_inset
43658
43659
43660 \begin_inset ERT
43661 status collapsed
43662
43663 \begin_layout Plain Layout
43664
43665 }
43666 \end_layout
43667
43668 \end_inset
43669
43670  CornflowerBlue
43671 \end_layout
43672
43673 \end_inset
43674 </cell>
43675 </row>
43676 <row>
43677 <cell alignment="left" valignment="top" usebox="none">
43678 \begin_inset Text
43679
43680 \begin_layout Plain Layout
43681 \begin_inset ERT
43682 status collapsed
43683
43684 \begin_layout Plain Layout
43685
43686
43687 \backslash
43688 fcolorbox{black}{
43689 \end_layout
43690
43691 \end_inset
43692
43693 Dandelion
43694 \begin_inset ERT
43695 status collapsed
43696
43697 \begin_layout Plain Layout
43698
43699 }{
43700 \end_layout
43701
43702 \end_inset
43703
43704
43705 \begin_inset Phantom Phantom
43706 status open
43707
43708 \begin_layout Plain Layout
43709 W
43710 \end_layout
43711
43712 \end_inset
43713
43714
43715 \begin_inset ERT
43716 status collapsed
43717
43718 \begin_layout Plain Layout
43719
43720 }
43721 \end_layout
43722
43723 \end_inset
43724
43725  Dandelion
43726 \end_layout
43727
43728 \end_inset
43729 </cell>
43730 <cell alignment="left" valignment="top" usebox="none">
43731 \begin_inset Text
43732
43733 \begin_layout Plain Layout
43734 \begin_inset ERT
43735 status collapsed
43736
43737 \begin_layout Plain Layout
43738
43739
43740 \backslash
43741 fcolorbox{black}{
43742 \end_layout
43743
43744 \end_inset
43745
43746 DarkOrchid
43747 \begin_inset ERT
43748 status collapsed
43749
43750 \begin_layout Plain Layout
43751
43752 }{
43753 \end_layout
43754
43755 \end_inset
43756
43757
43758 \begin_inset Phantom Phantom
43759 status open
43760
43761 \begin_layout Plain Layout
43762 W
43763 \end_layout
43764
43765 \end_inset
43766
43767
43768 \begin_inset ERT
43769 status collapsed
43770
43771 \begin_layout Plain Layout
43772
43773 }
43774 \end_layout
43775
43776 \end_inset
43777
43778  DarkOrchid
43779 \end_layout
43780
43781 \end_inset
43782 </cell>
43783 <cell alignment="left" valignment="top" usebox="none">
43784 \begin_inset Text
43785
43786 \begin_layout Plain Layout
43787 \begin_inset ERT
43788 status collapsed
43789
43790 \begin_layout Plain Layout
43791
43792
43793 \backslash
43794 fcolorbox{black}{
43795 \end_layout
43796
43797 \end_inset
43798
43799 Emerald
43800 \begin_inset ERT
43801 status collapsed
43802
43803 \begin_layout Plain Layout
43804
43805 }{
43806 \end_layout
43807
43808 \end_inset
43809
43810
43811 \begin_inset Phantom Phantom
43812 status open
43813
43814 \begin_layout Plain Layout
43815 W
43816 \end_layout
43817
43818 \end_inset
43819
43820
43821 \begin_inset ERT
43822 status collapsed
43823
43824 \begin_layout Plain Layout
43825
43826 }
43827 \end_layout
43828
43829 \end_inset
43830
43831  Emerald
43832 \end_layout
43833
43834 \end_inset
43835 </cell>
43836 <cell alignment="left" valignment="top" usebox="none">
43837 \begin_inset Text
43838
43839 \begin_layout Plain Layout
43840 \begin_inset ERT
43841 status collapsed
43842
43843 \begin_layout Plain Layout
43844
43845
43846 \backslash
43847 fcolorbox{black}{
43848 \end_layout
43849
43850 \end_inset
43851
43852 ForestGreen
43853 \begin_inset ERT
43854 status collapsed
43855
43856 \begin_layout Plain Layout
43857
43858 }{
43859 \end_layout
43860
43861 \end_inset
43862
43863
43864 \begin_inset Phantom Phantom
43865 status open
43866
43867 \begin_layout Plain Layout
43868 W
43869 \end_layout
43870
43871 \end_inset
43872
43873
43874 \begin_inset ERT
43875 status collapsed
43876
43877 \begin_layout Plain Layout
43878
43879 }
43880 \end_layout
43881
43882 \end_inset
43883
43884  ForestGreen
43885 \end_layout
43886
43887 \end_inset
43888 </cell>
43889 </row>
43890 <row>
43891 <cell alignment="left" valignment="top" usebox="none">
43892 \begin_inset Text
43893
43894 \begin_layout Plain Layout
43895 \begin_inset ERT
43896 status collapsed
43897
43898 \begin_layout Plain Layout
43899
43900
43901 \backslash
43902 fcolorbox{black}{
43903 \end_layout
43904
43905 \end_inset
43906
43907 Fuchsia
43908 \begin_inset ERT
43909 status collapsed
43910
43911 \begin_layout Plain Layout
43912
43913 }{
43914 \end_layout
43915
43916 \end_inset
43917
43918
43919 \begin_inset Phantom Phantom
43920 status open
43921
43922 \begin_layout Plain Layout
43923 W
43924 \end_layout
43925
43926 \end_inset
43927
43928
43929 \begin_inset ERT
43930 status collapsed
43931
43932 \begin_layout Plain Layout
43933
43934 }
43935 \end_layout
43936
43937 \end_inset
43938
43939  Fuchsia
43940 \end_layout
43941
43942 \end_inset
43943 </cell>
43944 <cell alignment="left" valignment="top" usebox="none">
43945 \begin_inset Text
43946
43947 \begin_layout Plain Layout
43948 \begin_inset ERT
43949 status collapsed
43950
43951 \begin_layout Plain Layout
43952
43953
43954 \backslash
43955 fcolorbox{black}{
43956 \end_layout
43957
43958 \end_inset
43959
43960 Goldenrod
43961 \begin_inset ERT
43962 status collapsed
43963
43964 \begin_layout Plain Layout
43965
43966 }{
43967 \end_layout
43968
43969 \end_inset
43970
43971
43972 \begin_inset Phantom Phantom
43973 status open
43974
43975 \begin_layout Plain Layout
43976 W
43977 \end_layout
43978
43979 \end_inset
43980
43981
43982 \begin_inset ERT
43983 status collapsed
43984
43985 \begin_layout Plain Layout
43986
43987 }
43988 \end_layout
43989
43990 \end_inset
43991
43992  Goldenrod
43993 \end_layout
43994
43995 \end_inset
43996 </cell>
43997 <cell alignment="left" valignment="top" usebox="none">
43998 \begin_inset Text
43999
44000 \begin_layout Plain Layout
44001 \begin_inset ERT
44002 status collapsed
44003
44004 \begin_layout Plain Layout
44005
44006
44007 \backslash
44008 fcolorbox{black}{
44009 \end_layout
44010
44011 \end_inset
44012
44013 Gray
44014 \begin_inset ERT
44015 status collapsed
44016
44017 \begin_layout Plain Layout
44018
44019 }{
44020 \end_layout
44021
44022 \end_inset
44023
44024
44025 \begin_inset Phantom Phantom
44026 status open
44027
44028 \begin_layout Plain Layout
44029 W
44030 \end_layout
44031
44032 \end_inset
44033
44034
44035 \begin_inset ERT
44036 status collapsed
44037
44038 \begin_layout Plain Layout
44039
44040 }
44041 \end_layout
44042
44043 \end_inset
44044
44045  Gray
44046 \end_layout
44047
44048 \end_inset
44049 </cell>
44050 <cell alignment="left" valignment="top" usebox="none">
44051 \begin_inset Text
44052
44053 \begin_layout Plain Layout
44054 \begin_inset ERT
44055 status collapsed
44056
44057 \begin_layout Plain Layout
44058
44059
44060 \backslash
44061 fcolorbox{black}{
44062 \end_layout
44063
44064 \end_inset
44065
44066 GreenYellow
44067 \begin_inset ERT
44068 status collapsed
44069
44070 \begin_layout Plain Layout
44071
44072 }{
44073 \end_layout
44074
44075 \end_inset
44076
44077
44078 \begin_inset Phantom Phantom
44079 status open
44080
44081 \begin_layout Plain Layout
44082 W
44083 \end_layout
44084
44085 \end_inset
44086
44087
44088 \begin_inset ERT
44089 status collapsed
44090
44091 \begin_layout Plain Layout
44092
44093 }
44094 \end_layout
44095
44096 \end_inset
44097
44098  GreenYellow
44099 \end_layout
44100
44101 \end_inset
44102 </cell>
44103 </row>
44104 <row>
44105 <cell alignment="center" valignment="top" usebox="none">
44106 \begin_inset Text
44107
44108 \begin_layout Plain Layout
44109 \begin_inset ERT
44110 status collapsed
44111
44112 \begin_layout Plain Layout
44113
44114
44115 \backslash
44116 fcolorbox{black}{
44117 \end_layout
44118
44119 \end_inset
44120
44121 JungleGreen
44122 \begin_inset ERT
44123 status collapsed
44124
44125 \begin_layout Plain Layout
44126
44127 }{
44128 \end_layout
44129
44130 \end_inset
44131
44132
44133 \begin_inset Phantom Phantom
44134 status open
44135
44136 \begin_layout Plain Layout
44137 W
44138 \end_layout
44139
44140 \end_inset
44141
44142
44143 \begin_inset ERT
44144 status collapsed
44145
44146 \begin_layout Plain Layout
44147
44148 }
44149 \end_layout
44150
44151 \end_inset
44152
44153  JungleGreen
44154 \end_layout
44155
44156 \end_inset
44157 </cell>
44158 <cell alignment="center" valignment="top" usebox="none">
44159 \begin_inset Text
44160
44161 \begin_layout Plain Layout
44162 \begin_inset ERT
44163 status collapsed
44164
44165 \begin_layout Plain Layout
44166
44167
44168 \backslash
44169 fcolorbox{black}{
44170 \end_layout
44171
44172 \end_inset
44173
44174 Lavender
44175 \begin_inset ERT
44176 status collapsed
44177
44178 \begin_layout Plain Layout
44179
44180 }{
44181 \end_layout
44182
44183 \end_inset
44184
44185
44186 \begin_inset Phantom Phantom
44187 status open
44188
44189 \begin_layout Plain Layout
44190 W
44191 \end_layout
44192
44193 \end_inset
44194
44195
44196 \begin_inset ERT
44197 status collapsed
44198
44199 \begin_layout Plain Layout
44200
44201 }
44202 \end_layout
44203
44204 \end_inset
44205
44206  Lavender
44207 \end_layout
44208
44209 \end_inset
44210 </cell>
44211 <cell alignment="center" valignment="top" usebox="none">
44212 \begin_inset Text
44213
44214 \begin_layout Plain Layout
44215 \begin_inset ERT
44216 status collapsed
44217
44218 \begin_layout Plain Layout
44219
44220
44221 \backslash
44222 fcolorbox{black}{
44223 \end_layout
44224
44225 \end_inset
44226
44227 LimeGreen
44228 \begin_inset ERT
44229 status collapsed
44230
44231 \begin_layout Plain Layout
44232
44233 }{
44234 \end_layout
44235
44236 \end_inset
44237
44238
44239 \begin_inset Phantom Phantom
44240 status open
44241
44242 \begin_layout Plain Layout
44243 W
44244 \end_layout
44245
44246 \end_inset
44247
44248
44249 \begin_inset ERT
44250 status collapsed
44251
44252 \begin_layout Plain Layout
44253
44254 }
44255 \end_layout
44256
44257 \end_inset
44258
44259  LimeGreen
44260 \end_layout
44261
44262 \end_inset
44263 </cell>
44264 <cell alignment="center" valignment="top" usebox="none">
44265 \begin_inset Text
44266
44267 \begin_layout Plain Layout
44268 \begin_inset ERT
44269 status collapsed
44270
44271 \begin_layout Plain Layout
44272
44273
44274 \backslash
44275 fcolorbox{black}{
44276 \end_layout
44277
44278 \end_inset
44279
44280 Mahogany
44281 \begin_inset ERT
44282 status collapsed
44283
44284 \begin_layout Plain Layout
44285
44286 }{
44287 \end_layout
44288
44289 \end_inset
44290
44291
44292 \begin_inset Phantom Phantom
44293 status open
44294
44295 \begin_layout Plain Layout
44296 W
44297 \end_layout
44298
44299 \end_inset
44300
44301
44302 \begin_inset ERT
44303 status collapsed
44304
44305 \begin_layout Plain Layout
44306
44307 }
44308 \end_layout
44309
44310 \end_inset
44311
44312  Mahogany
44313 \end_layout
44314
44315 \end_inset
44316 </cell>
44317 </row>
44318 <row>
44319 <cell alignment="left" valignment="top" usebox="none">
44320 \begin_inset Text
44321
44322 \begin_layout Plain Layout
44323 \begin_inset ERT
44324 status collapsed
44325
44326 \begin_layout Plain Layout
44327
44328
44329 \backslash
44330 fcolorbox{black}{
44331 \end_layout
44332
44333 \end_inset
44334
44335 Mahogany
44336 \begin_inset ERT
44337 status collapsed
44338
44339 \begin_layout Plain Layout
44340
44341 }{
44342 \end_layout
44343
44344 \end_inset
44345
44346
44347 \begin_inset Phantom Phantom
44348 status open
44349
44350 \begin_layout Plain Layout
44351 W
44352 \end_layout
44353
44354 \end_inset
44355
44356
44357 \begin_inset ERT
44358 status collapsed
44359
44360 \begin_layout Plain Layout
44361
44362 }
44363 \end_layout
44364
44365 \end_inset
44366
44367  Mahogany
44368 \end_layout
44369
44370 \end_inset
44371 </cell>
44372 <cell alignment="left" valignment="top" usebox="none">
44373 \begin_inset Text
44374
44375 \begin_layout Plain Layout
44376 \begin_inset ERT
44377 status collapsed
44378
44379 \begin_layout Plain Layout
44380
44381
44382 \backslash
44383 fcolorbox{black}{
44384 \end_layout
44385
44386 \end_inset
44387
44388 Maroon
44389 \begin_inset ERT
44390 status collapsed
44391
44392 \begin_layout Plain Layout
44393
44394 }{
44395 \end_layout
44396
44397 \end_inset
44398
44399
44400 \begin_inset Phantom Phantom
44401 status open
44402
44403 \begin_layout Plain Layout
44404 W
44405 \end_layout
44406
44407 \end_inset
44408
44409
44410 \begin_inset ERT
44411 status collapsed
44412
44413 \begin_layout Plain Layout
44414
44415 }
44416 \end_layout
44417
44418 \end_inset
44419
44420  Maroon
44421 \end_layout
44422
44423 \end_inset
44424 </cell>
44425 <cell alignment="left" valignment="top" usebox="none">
44426 \begin_inset Text
44427
44428 \begin_layout Plain Layout
44429 \begin_inset ERT
44430 status collapsed
44431
44432 \begin_layout Plain Layout
44433
44434
44435 \backslash
44436 fcolorbox{black}{
44437 \end_layout
44438
44439 \end_inset
44440
44441 Melon
44442 \begin_inset ERT
44443 status collapsed
44444
44445 \begin_layout Plain Layout
44446
44447 }{
44448 \end_layout
44449
44450 \end_inset
44451
44452
44453 \begin_inset Phantom Phantom
44454 status open
44455
44456 \begin_layout Plain Layout
44457 W
44458 \end_layout
44459
44460 \end_inset
44461
44462
44463 \begin_inset ERT
44464 status collapsed
44465
44466 \begin_layout Plain Layout
44467
44468 }
44469 \end_layout
44470
44471 \end_inset
44472
44473  Melon
44474 \end_layout
44475
44476 \end_inset
44477 </cell>
44478 <cell alignment="left" valignment="top" usebox="none">
44479 \begin_inset Text
44480
44481 \begin_layout Plain Layout
44482 \begin_inset ERT
44483 status collapsed
44484
44485 \begin_layout Plain Layout
44486
44487
44488 \backslash
44489 fcolorbox{black}{
44490 \end_layout
44491
44492 \end_inset
44493
44494 MidnightBlue
44495 \begin_inset ERT
44496 status collapsed
44497
44498 \begin_layout Plain Layout
44499
44500 }{
44501 \end_layout
44502
44503 \end_inset
44504
44505
44506 \begin_inset Phantom Phantom
44507 status open
44508
44509 \begin_layout Plain Layout
44510 W
44511 \end_layout
44512
44513 \end_inset
44514
44515
44516 \begin_inset ERT
44517 status collapsed
44518
44519 \begin_layout Plain Layout
44520
44521 }
44522 \end_layout
44523
44524 \end_inset
44525
44526  MidnightBlue
44527 \end_layout
44528
44529 \end_inset
44530 </cell>
44531 </row>
44532 <row>
44533 <cell alignment="left" valignment="top" usebox="none">
44534 \begin_inset Text
44535
44536 \begin_layout Plain Layout
44537 \begin_inset ERT
44538 status collapsed
44539
44540 \begin_layout Plain Layout
44541
44542
44543 \backslash
44544 fcolorbox{black}{
44545 \end_layout
44546
44547 \end_inset
44548
44549 Mulberry
44550 \begin_inset ERT
44551 status collapsed
44552
44553 \begin_layout Plain Layout
44554
44555 }{
44556 \end_layout
44557
44558 \end_inset
44559
44560
44561 \begin_inset Phantom Phantom
44562 status open
44563
44564 \begin_layout Plain Layout
44565 W
44566 \end_layout
44567
44568 \end_inset
44569
44570
44571 \begin_inset ERT
44572 status collapsed
44573
44574 \begin_layout Plain Layout
44575
44576 }
44577 \end_layout
44578
44579 \end_inset
44580
44581  Mulberry
44582 \end_layout
44583
44584 \end_inset
44585 </cell>
44586 <cell alignment="left" valignment="top" usebox="none">
44587 \begin_inset Text
44588
44589 \begin_layout Plain Layout
44590 \begin_inset ERT
44591 status collapsed
44592
44593 \begin_layout Plain Layout
44594
44595
44596 \backslash
44597 fcolorbox{black}{
44598 \end_layout
44599
44600 \end_inset
44601
44602 NavyBlue
44603 \begin_inset ERT
44604 status collapsed
44605
44606 \begin_layout Plain Layout
44607
44608 }{
44609 \end_layout
44610
44611 \end_inset
44612
44613
44614 \begin_inset Phantom Phantom
44615 status open
44616
44617 \begin_layout Plain Layout
44618 W
44619 \end_layout
44620
44621 \end_inset
44622
44623
44624 \begin_inset ERT
44625 status collapsed
44626
44627 \begin_layout Plain Layout
44628
44629 }
44630 \end_layout
44631
44632 \end_inset
44633
44634  NavyBlue
44635 \end_layout
44636
44637 \end_inset
44638 </cell>
44639 <cell alignment="left" valignment="top" usebox="none">
44640 \begin_inset Text
44641
44642 \begin_layout Plain Layout
44643 \begin_inset ERT
44644 status collapsed
44645
44646 \begin_layout Plain Layout
44647
44648
44649 \backslash
44650 fcolorbox{black}{
44651 \end_layout
44652
44653 \end_inset
44654
44655 OliveGreen
44656 \begin_inset ERT
44657 status collapsed
44658
44659 \begin_layout Plain Layout
44660
44661 }{
44662 \end_layout
44663
44664 \end_inset
44665
44666
44667 \begin_inset Phantom Phantom
44668 status open
44669
44670 \begin_layout Plain Layout
44671 W
44672 \end_layout
44673
44674 \end_inset
44675
44676
44677 \begin_inset ERT
44678 status collapsed
44679
44680 \begin_layout Plain Layout
44681
44682 }
44683 \end_layout
44684
44685 \end_inset
44686
44687  OliveGreen
44688 \end_layout
44689
44690 \end_inset
44691 </cell>
44692 <cell alignment="left" valignment="top" usebox="none">
44693 \begin_inset Text
44694
44695 \begin_layout Plain Layout
44696 \begin_inset ERT
44697 status collapsed
44698
44699 \begin_layout Plain Layout
44700
44701
44702 \backslash
44703 fcolorbox{black}{
44704 \end_layout
44705
44706 \end_inset
44707
44708 Orange
44709 \begin_inset ERT
44710 status collapsed
44711
44712 \begin_layout Plain Layout
44713
44714 }{
44715 \end_layout
44716
44717 \end_inset
44718
44719
44720 \begin_inset Phantom Phantom
44721 status open
44722
44723 \begin_layout Plain Layout
44724 W
44725 \end_layout
44726
44727 \end_inset
44728
44729
44730 \begin_inset ERT
44731 status collapsed
44732
44733 \begin_layout Plain Layout
44734
44735 }
44736 \end_layout
44737
44738 \end_inset
44739
44740  Orange
44741 \end_layout
44742
44743 \end_inset
44744 </cell>
44745 </row>
44746 <row>
44747 <cell alignment="left" valignment="top" usebox="none">
44748 \begin_inset Text
44749
44750 \begin_layout Plain Layout
44751 \begin_inset ERT
44752 status collapsed
44753
44754 \begin_layout Plain Layout
44755
44756
44757 \backslash
44758 fcolorbox{black}{
44759 \end_layout
44760
44761 \end_inset
44762
44763 OrangeRed
44764 \begin_inset ERT
44765 status collapsed
44766
44767 \begin_layout Plain Layout
44768
44769 }{
44770 \end_layout
44771
44772 \end_inset
44773
44774
44775 \begin_inset Phantom Phantom
44776 status open
44777
44778 \begin_layout Plain Layout
44779 W
44780 \end_layout
44781
44782 \end_inset
44783
44784
44785 \begin_inset ERT
44786 status collapsed
44787
44788 \begin_layout Plain Layout
44789
44790 }
44791 \end_layout
44792
44793 \end_inset
44794
44795  OrangeRed
44796 \end_layout
44797
44798 \end_inset
44799 </cell>
44800 <cell alignment="left" valignment="top" usebox="none">
44801 \begin_inset Text
44802
44803 \begin_layout Plain Layout
44804 \begin_inset ERT
44805 status collapsed
44806
44807 \begin_layout Plain Layout
44808
44809
44810 \backslash
44811 fcolorbox{black}{
44812 \end_layout
44813
44814 \end_inset
44815
44816 Orchid
44817 \begin_inset ERT
44818 status collapsed
44819
44820 \begin_layout Plain Layout
44821
44822 }{
44823 \end_layout
44824
44825 \end_inset
44826
44827
44828 \begin_inset Phantom Phantom
44829 status open
44830
44831 \begin_layout Plain Layout
44832 W
44833 \end_layout
44834
44835 \end_inset
44836
44837
44838 \begin_inset ERT
44839 status collapsed
44840
44841 \begin_layout Plain Layout
44842
44843 }
44844 \end_layout
44845
44846 \end_inset
44847
44848  Orchid
44849 \end_layout
44850
44851 \end_inset
44852 </cell>
44853 <cell alignment="left" valignment="top" usebox="none">
44854 \begin_inset Text
44855
44856 \begin_layout Plain Layout
44857 \begin_inset ERT
44858 status collapsed
44859
44860 \begin_layout Plain Layout
44861
44862
44863 \backslash
44864 fcolorbox{black}{
44865 \end_layout
44866
44867 \end_inset
44868
44869 Peach
44870 \begin_inset ERT
44871 status collapsed
44872
44873 \begin_layout Plain Layout
44874
44875 }{
44876 \end_layout
44877
44878 \end_inset
44879
44880
44881 \begin_inset Phantom Phantom
44882 status open
44883
44884 \begin_layout Plain Layout
44885 W
44886 \end_layout
44887
44888 \end_inset
44889
44890
44891 \begin_inset ERT
44892 status collapsed
44893
44894 \begin_layout Plain Layout
44895
44896 }
44897 \end_layout
44898
44899 \end_inset
44900
44901  Peach
44902 \end_layout
44903
44904 \end_inset
44905 </cell>
44906 <cell alignment="left" valignment="top" usebox="none">
44907 \begin_inset Text
44908
44909 \begin_layout Plain Layout
44910 \begin_inset ERT
44911 status collapsed
44912
44913 \begin_layout Plain Layout
44914
44915
44916 \backslash
44917 fcolorbox{black}{
44918 \end_layout
44919
44920 \end_inset
44921
44922 Periwinkle
44923 \begin_inset ERT
44924 status collapsed
44925
44926 \begin_layout Plain Layout
44927
44928 }{
44929 \end_layout
44930
44931 \end_inset
44932
44933
44934 \begin_inset Phantom Phantom
44935 status open
44936
44937 \begin_layout Plain Layout
44938 W
44939 \end_layout
44940
44941 \end_inset
44942
44943
44944 \begin_inset ERT
44945 status collapsed
44946
44947 \begin_layout Plain Layout
44948
44949 }
44950 \end_layout
44951
44952 \end_inset
44953
44954  Periwinkle
44955 \end_layout
44956
44957 \end_inset
44958 </cell>
44959 </row>
44960 <row>
44961 <cell alignment="left" valignment="top" usebox="none">
44962 \begin_inset Text
44963
44964 \begin_layout Plain Layout
44965 \begin_inset ERT
44966 status collapsed
44967
44968 \begin_layout Plain Layout
44969
44970
44971 \backslash
44972 fcolorbox{black}{
44973 \end_layout
44974
44975 \end_inset
44976
44977 PineGreen
44978 \begin_inset ERT
44979 status collapsed
44980
44981 \begin_layout Plain Layout
44982
44983 }{
44984 \end_layout
44985
44986 \end_inset
44987
44988
44989 \begin_inset Phantom Phantom
44990 status open
44991
44992 \begin_layout Plain Layout
44993 W
44994 \end_layout
44995
44996 \end_inset
44997
44998
44999 \begin_inset ERT
45000 status collapsed
45001
45002 \begin_layout Plain Layout
45003
45004 }
45005 \end_layout
45006
45007 \end_inset
45008
45009  PineGreen
45010 \end_layout
45011
45012 \end_inset
45013 </cell>
45014 <cell alignment="left" valignment="top" usebox="none">
45015 \begin_inset Text
45016
45017 \begin_layout Plain Layout
45018 \begin_inset ERT
45019 status collapsed
45020
45021 \begin_layout Plain Layout
45022
45023
45024 \backslash
45025 fcolorbox{black}{
45026 \end_layout
45027
45028 \end_inset
45029
45030 Plum
45031 \begin_inset ERT
45032 status collapsed
45033
45034 \begin_layout Plain Layout
45035
45036 }{
45037 \end_layout
45038
45039 \end_inset
45040
45041
45042 \begin_inset Phantom Phantom
45043 status open
45044
45045 \begin_layout Plain Layout
45046 W
45047 \end_layout
45048
45049 \end_inset
45050
45051
45052 \begin_inset ERT
45053 status collapsed
45054
45055 \begin_layout Plain Layout
45056
45057 }
45058 \end_layout
45059
45060 \end_inset
45061
45062  Plum
45063 \end_layout
45064
45065 \end_inset
45066 </cell>
45067 <cell alignment="left" valignment="top" usebox="none">
45068 \begin_inset Text
45069
45070 \begin_layout Plain Layout
45071 \begin_inset ERT
45072 status collapsed
45073
45074 \begin_layout Plain Layout
45075
45076
45077 \backslash
45078 fcolorbox{black}{
45079 \end_layout
45080
45081 \end_inset
45082
45083 ProcessBlue
45084 \begin_inset ERT
45085 status collapsed
45086
45087 \begin_layout Plain Layout
45088
45089 }{
45090 \end_layout
45091
45092 \end_inset
45093
45094
45095 \begin_inset Phantom Phantom
45096 status open
45097
45098 \begin_layout Plain Layout
45099 W
45100 \end_layout
45101
45102 \end_inset
45103
45104
45105 \begin_inset ERT
45106 status collapsed
45107
45108 \begin_layout Plain Layout
45109
45110 }
45111 \end_layout
45112
45113 \end_inset
45114
45115  ProcessBlue
45116 \end_layout
45117
45118 \end_inset
45119 </cell>
45120 <cell alignment="left" valignment="top" usebox="none">
45121 \begin_inset Text
45122
45123 \begin_layout Plain Layout
45124 \begin_inset ERT
45125 status collapsed
45126
45127 \begin_layout Plain Layout
45128
45129
45130 \backslash
45131 fcolorbox{black}{
45132 \end_layout
45133
45134 \end_inset
45135
45136 Purple
45137 \begin_inset ERT
45138 status collapsed
45139
45140 \begin_layout Plain Layout
45141
45142 }{
45143 \end_layout
45144
45145 \end_inset
45146
45147
45148 \begin_inset Phantom Phantom
45149 status open
45150
45151 \begin_layout Plain Layout
45152 W
45153 \end_layout
45154
45155 \end_inset
45156
45157
45158 \begin_inset ERT
45159 status collapsed
45160
45161 \begin_layout Plain Layout
45162
45163 }
45164 \end_layout
45165
45166 \end_inset
45167
45168  Purple
45169 \end_layout
45170
45171 \end_inset
45172 </cell>
45173 </row>
45174 <row>
45175 <cell alignment="left" valignment="top" usebox="none">
45176 \begin_inset Text
45177
45178 \begin_layout Plain Layout
45179 \begin_inset ERT
45180 status collapsed
45181
45182 \begin_layout Plain Layout
45183
45184
45185 \backslash
45186 fcolorbox{black}{
45187 \end_layout
45188
45189 \end_inset
45190
45191 RawSienna
45192 \begin_inset ERT
45193 status collapsed
45194
45195 \begin_layout Plain Layout
45196
45197 }{
45198 \end_layout
45199
45200 \end_inset
45201
45202
45203 \begin_inset Phantom Phantom
45204 status open
45205
45206 \begin_layout Plain Layout
45207 W
45208 \end_layout
45209
45210 \end_inset
45211
45212
45213 \begin_inset ERT
45214 status collapsed
45215
45216 \begin_layout Plain Layout
45217
45218 }
45219 \end_layout
45220
45221 \end_inset
45222
45223  RawSienna
45224 \end_layout
45225
45226 \end_inset
45227 </cell>
45228 <cell alignment="left" valignment="top" usebox="none">
45229 \begin_inset Text
45230
45231 \begin_layout Plain Layout
45232 \begin_inset ERT
45233 status collapsed
45234
45235 \begin_layout Plain Layout
45236
45237
45238 \backslash
45239 fcolorbox{black}{
45240 \end_layout
45241
45242 \end_inset
45243
45244 RedOrange
45245 \begin_inset ERT
45246 status collapsed
45247
45248 \begin_layout Plain Layout
45249
45250 }{
45251 \end_layout
45252
45253 \end_inset
45254
45255
45256 \begin_inset Phantom Phantom
45257 status open
45258
45259 \begin_layout Plain Layout
45260 W
45261 \end_layout
45262
45263 \end_inset
45264
45265
45266 \begin_inset ERT
45267 status collapsed
45268
45269 \begin_layout Plain Layout
45270
45271 }
45272 \end_layout
45273
45274 \end_inset
45275
45276  RedOrange
45277 \end_layout
45278
45279 \end_inset
45280 </cell>
45281 <cell alignment="left" valignment="top" usebox="none">
45282 \begin_inset Text
45283
45284 \begin_layout Plain Layout
45285 \begin_inset ERT
45286 status collapsed
45287
45288 \begin_layout Plain Layout
45289
45290
45291 \backslash
45292 fcolorbox{black}{
45293 \end_layout
45294
45295 \end_inset
45296
45297 RedViolet
45298 \begin_inset ERT
45299 status collapsed
45300
45301 \begin_layout Plain Layout
45302
45303 }{
45304 \end_layout
45305
45306 \end_inset
45307
45308
45309 \begin_inset Phantom Phantom
45310 status open
45311
45312 \begin_layout Plain Layout
45313 W
45314 \end_layout
45315
45316 \end_inset
45317
45318
45319 \begin_inset ERT
45320 status collapsed
45321
45322 \begin_layout Plain Layout
45323
45324 }
45325 \end_layout
45326
45327 \end_inset
45328
45329  RedViolet
45330 \end_layout
45331
45332 \end_inset
45333 </cell>
45334 <cell alignment="left" valignment="top" usebox="none">
45335 \begin_inset Text
45336
45337 \begin_layout Plain Layout
45338 \begin_inset ERT
45339 status collapsed
45340
45341 \begin_layout Plain Layout
45342
45343
45344 \backslash
45345 fcolorbox{black}{
45346 \end_layout
45347
45348 \end_inset
45349
45350 Rhodamine
45351 \begin_inset ERT
45352 status collapsed
45353
45354 \begin_layout Plain Layout
45355
45356 }{
45357 \end_layout
45358
45359 \end_inset
45360
45361
45362 \begin_inset Phantom Phantom
45363 status open
45364
45365 \begin_layout Plain Layout
45366 W
45367 \end_layout
45368
45369 \end_inset
45370
45371
45372 \begin_inset ERT
45373 status collapsed
45374
45375 \begin_layout Plain Layout
45376
45377 }
45378 \end_layout
45379
45380 \end_inset
45381
45382  Rhodamine
45383 \end_layout
45384
45385 \end_inset
45386 </cell>
45387 </row>
45388 <row>
45389 <cell alignment="left" valignment="top" usebox="none">
45390 \begin_inset Text
45391
45392 \begin_layout Plain Layout
45393 \begin_inset ERT
45394 status collapsed
45395
45396 \begin_layout Plain Layout
45397
45398
45399 \backslash
45400 fcolorbox{black}{
45401 \end_layout
45402
45403 \end_inset
45404
45405 RoyalBlue
45406 \begin_inset ERT
45407 status collapsed
45408
45409 \begin_layout Plain Layout
45410
45411 }{
45412 \end_layout
45413
45414 \end_inset
45415
45416
45417 \begin_inset Phantom Phantom
45418 status open
45419
45420 \begin_layout Plain Layout
45421 W
45422 \end_layout
45423
45424 \end_inset
45425
45426
45427 \begin_inset ERT
45428 status collapsed
45429
45430 \begin_layout Plain Layout
45431
45432 }
45433 \end_layout
45434
45435 \end_inset
45436
45437  RoyalBlue
45438 \end_layout
45439
45440 \end_inset
45441 </cell>
45442 <cell alignment="left" valignment="top" usebox="none">
45443 \begin_inset Text
45444
45445 \begin_layout Plain Layout
45446 \begin_inset ERT
45447 status collapsed
45448
45449 \begin_layout Plain Layout
45450
45451
45452 \backslash
45453 fcolorbox{black}{
45454 \end_layout
45455
45456 \end_inset
45457
45458 RoyalPurple
45459 \begin_inset ERT
45460 status collapsed
45461
45462 \begin_layout Plain Layout
45463
45464 }{
45465 \end_layout
45466
45467 \end_inset
45468
45469
45470 \begin_inset Phantom Phantom
45471 status open
45472
45473 \begin_layout Plain Layout
45474 W
45475 \end_layout
45476
45477 \end_inset
45478
45479
45480 \begin_inset ERT
45481 status collapsed
45482
45483 \begin_layout Plain Layout
45484
45485 }
45486 \end_layout
45487
45488 \end_inset
45489
45490  RoyalPurple
45491 \end_layout
45492
45493 \end_inset
45494 </cell>
45495 <cell alignment="left" valignment="top" usebox="none">
45496 \begin_inset Text
45497
45498 \begin_layout Plain Layout
45499 \begin_inset ERT
45500 status collapsed
45501
45502 \begin_layout Plain Layout
45503
45504
45505 \backslash
45506 fcolorbox{black}{
45507 \end_layout
45508
45509 \end_inset
45510
45511 RubineRed
45512 \begin_inset ERT
45513 status collapsed
45514
45515 \begin_layout Plain Layout
45516
45517 }{
45518 \end_layout
45519
45520 \end_inset
45521
45522
45523 \begin_inset Phantom Phantom
45524 status open
45525
45526 \begin_layout Plain Layout
45527 W
45528 \end_layout
45529
45530 \end_inset
45531
45532
45533 \begin_inset ERT
45534 status collapsed
45535
45536 \begin_layout Plain Layout
45537
45538 }
45539 \end_layout
45540
45541 \end_inset
45542
45543  RubineRed
45544 \end_layout
45545
45546 \end_inset
45547 </cell>
45548 <cell alignment="left" valignment="top" usebox="none">
45549 \begin_inset Text
45550
45551 \begin_layout Plain Layout
45552 \begin_inset ERT
45553 status collapsed
45554
45555 \begin_layout Plain Layout
45556
45557
45558 \backslash
45559 fcolorbox{black}{
45560 \end_layout
45561
45562 \end_inset
45563
45564 Salmon
45565 \begin_inset ERT
45566 status collapsed
45567
45568 \begin_layout Plain Layout
45569
45570 }{
45571 \end_layout
45572
45573 \end_inset
45574
45575
45576 \begin_inset Phantom Phantom
45577 status open
45578
45579 \begin_layout Plain Layout
45580 W
45581 \end_layout
45582
45583 \end_inset
45584
45585
45586 \begin_inset ERT
45587 status collapsed
45588
45589 \begin_layout Plain Layout
45590
45591 }
45592 \end_layout
45593
45594 \end_inset
45595
45596  Salmon
45597 \end_layout
45598
45599 \end_inset
45600 </cell>
45601 </row>
45602 <row>
45603 <cell alignment="left" valignment="top" usebox="none">
45604 \begin_inset Text
45605
45606 \begin_layout Plain Layout
45607 \begin_inset ERT
45608 status collapsed
45609
45610 \begin_layout Plain Layout
45611
45612
45613 \backslash
45614 fcolorbox{black}{
45615 \end_layout
45616
45617 \end_inset
45618
45619 SeaGreen
45620 \begin_inset ERT
45621 status collapsed
45622
45623 \begin_layout Plain Layout
45624
45625 }{
45626 \end_layout
45627
45628 \end_inset
45629
45630
45631 \begin_inset Phantom Phantom
45632 status open
45633
45634 \begin_layout Plain Layout
45635 W
45636 \end_layout
45637
45638 \end_inset
45639
45640
45641 \begin_inset ERT
45642 status collapsed
45643
45644 \begin_layout Plain Layout
45645
45646 }
45647 \end_layout
45648
45649 \end_inset
45650
45651  SeaGreen
45652 \end_layout
45653
45654 \end_inset
45655 </cell>
45656 <cell alignment="left" valignment="top" usebox="none">
45657 \begin_inset Text
45658
45659 \begin_layout Plain Layout
45660 \begin_inset ERT
45661 status collapsed
45662
45663 \begin_layout Plain Layout
45664
45665
45666 \backslash
45667 fcolorbox{black}{
45668 \end_layout
45669
45670 \end_inset
45671
45672 Sepia
45673 \begin_inset ERT
45674 status collapsed
45675
45676 \begin_layout Plain Layout
45677
45678 }{
45679 \end_layout
45680
45681 \end_inset
45682
45683
45684 \begin_inset Phantom Phantom
45685 status open
45686
45687 \begin_layout Plain Layout
45688 W
45689 \end_layout
45690
45691 \end_inset
45692
45693
45694 \begin_inset ERT
45695 status collapsed
45696
45697 \begin_layout Plain Layout
45698
45699 }
45700 \end_layout
45701
45702 \end_inset
45703
45704  Sepia
45705 \end_layout
45706
45707 \end_inset
45708 </cell>
45709 <cell alignment="left" valignment="top" usebox="none">
45710 \begin_inset Text
45711
45712 \begin_layout Plain Layout
45713 \begin_inset ERT
45714 status collapsed
45715
45716 \begin_layout Plain Layout
45717
45718
45719 \backslash
45720 fcolorbox{black}{
45721 \end_layout
45722
45723 \end_inset
45724
45725 SkyBlue
45726 \begin_inset ERT
45727 status collapsed
45728
45729 \begin_layout Plain Layout
45730
45731 }{
45732 \end_layout
45733
45734 \end_inset
45735
45736
45737 \begin_inset Phantom Phantom
45738 status open
45739
45740 \begin_layout Plain Layout
45741 W
45742 \end_layout
45743
45744 \end_inset
45745
45746
45747 \begin_inset ERT
45748 status collapsed
45749
45750 \begin_layout Plain Layout
45751
45752 }
45753 \end_layout
45754
45755 \end_inset
45756
45757  SkyBlue
45758 \end_layout
45759
45760 \end_inset
45761 </cell>
45762 <cell alignment="left" valignment="top" usebox="none">
45763 \begin_inset Text
45764
45765 \begin_layout Plain Layout
45766 \begin_inset ERT
45767 status collapsed
45768
45769 \begin_layout Plain Layout
45770
45771
45772 \backslash
45773 fcolorbox{black}{
45774 \end_layout
45775
45776 \end_inset
45777
45778 SpringGreen
45779 \begin_inset ERT
45780 status collapsed
45781
45782 \begin_layout Plain Layout
45783
45784 }{
45785 \end_layout
45786
45787 \end_inset
45788
45789
45790 \begin_inset Phantom Phantom
45791 status open
45792
45793 \begin_layout Plain Layout
45794 W
45795 \end_layout
45796
45797 \end_inset
45798
45799
45800 \begin_inset ERT
45801 status collapsed
45802
45803 \begin_layout Plain Layout
45804
45805 }
45806 \end_layout
45807
45808 \end_inset
45809
45810  SpringGreen
45811 \end_layout
45812
45813 \end_inset
45814 </cell>
45815 </row>
45816 <row>
45817 <cell alignment="left" valignment="top" usebox="none">
45818 \begin_inset Text
45819
45820 \begin_layout Plain Layout
45821 \begin_inset ERT
45822 status collapsed
45823
45824 \begin_layout Plain Layout
45825
45826
45827 \backslash
45828 fcolorbox{black}{
45829 \end_layout
45830
45831 \end_inset
45832
45833 Tan
45834 \begin_inset ERT
45835 status collapsed
45836
45837 \begin_layout Plain Layout
45838
45839 }{
45840 \end_layout
45841
45842 \end_inset
45843
45844
45845 \begin_inset Phantom Phantom
45846 status open
45847
45848 \begin_layout Plain Layout
45849 W
45850 \end_layout
45851
45852 \end_inset
45853
45854
45855 \begin_inset ERT
45856 status collapsed
45857
45858 \begin_layout Plain Layout
45859
45860 }
45861 \end_layout
45862
45863 \end_inset
45864
45865  Tan
45866 \end_layout
45867
45868 \end_inset
45869 </cell>
45870 <cell alignment="left" valignment="top" usebox="none">
45871 \begin_inset Text
45872
45873 \begin_layout Plain Layout
45874 \begin_inset ERT
45875 status collapsed
45876
45877 \begin_layout Plain Layout
45878
45879
45880 \backslash
45881 fcolorbox{black}{
45882 \end_layout
45883
45884 \end_inset
45885
45886 TealBlue
45887 \begin_inset ERT
45888 status collapsed
45889
45890 \begin_layout Plain Layout
45891
45892 }{
45893 \end_layout
45894
45895 \end_inset
45896
45897
45898 \begin_inset Phantom Phantom
45899 status open
45900
45901 \begin_layout Plain Layout
45902 W
45903 \end_layout
45904
45905 \end_inset
45906
45907
45908 \begin_inset ERT
45909 status collapsed
45910
45911 \begin_layout Plain Layout
45912
45913 }
45914 \end_layout
45915
45916 \end_inset
45917
45918  TealBlue
45919 \end_layout
45920
45921 \end_inset
45922 </cell>
45923 <cell alignment="left" valignment="top" usebox="none">
45924 \begin_inset Text
45925
45926 \begin_layout Plain Layout
45927 \begin_inset ERT
45928 status collapsed
45929
45930 \begin_layout Plain Layout
45931
45932
45933 \backslash
45934 fcolorbox{black}{
45935 \end_layout
45936
45937 \end_inset
45938
45939 Thistle
45940 \begin_inset ERT
45941 status collapsed
45942
45943 \begin_layout Plain Layout
45944
45945 }{
45946 \end_layout
45947
45948 \end_inset
45949
45950
45951 \begin_inset Phantom Phantom
45952 status open
45953
45954 \begin_layout Plain Layout
45955 W
45956 \end_layout
45957
45958 \end_inset
45959
45960
45961 \begin_inset ERT
45962 status collapsed
45963
45964 \begin_layout Plain Layout
45965
45966 }
45967 \end_layout
45968
45969 \end_inset
45970
45971  Thistle
45972 \end_layout
45973
45974 \end_inset
45975 </cell>
45976 <cell alignment="left" valignment="top" usebox="none">
45977 \begin_inset Text
45978
45979 \begin_layout Plain Layout
45980 \begin_inset ERT
45981 status collapsed
45982
45983 \begin_layout Plain Layout
45984
45985
45986 \backslash
45987 fcolorbox{black}{
45988 \end_layout
45989
45990 \end_inset
45991
45992 Turquoise
45993 \begin_inset ERT
45994 status collapsed
45995
45996 \begin_layout Plain Layout
45997
45998 }{
45999 \end_layout
46000
46001 \end_inset
46002
46003
46004 \begin_inset Phantom Phantom
46005 status open
46006
46007 \begin_layout Plain Layout
46008 W
46009 \end_layout
46010
46011 \end_inset
46012
46013
46014 \begin_inset ERT
46015 status collapsed
46016
46017 \begin_layout Plain Layout
46018
46019 }
46020 \end_layout
46021
46022 \end_inset
46023
46024  Turquoise
46025 \end_layout
46026
46027 \end_inset
46028 </cell>
46029 </row>
46030 <row>
46031 <cell alignment="left" valignment="top" usebox="none">
46032 \begin_inset Text
46033
46034 \begin_layout Plain Layout
46035 \begin_inset ERT
46036 status collapsed
46037
46038 \begin_layout Plain Layout
46039
46040
46041 \backslash
46042 fcolorbox{black}{
46043 \end_layout
46044
46045 \end_inset
46046
46047 Violet
46048 \begin_inset ERT
46049 status collapsed
46050
46051 \begin_layout Plain Layout
46052
46053 }{
46054 \end_layout
46055
46056 \end_inset
46057
46058
46059 \begin_inset Phantom Phantom
46060 status open
46061
46062 \begin_layout Plain Layout
46063 W
46064 \end_layout
46065
46066 \end_inset
46067
46068
46069 \begin_inset ERT
46070 status collapsed
46071
46072 \begin_layout Plain Layout
46073
46074 }
46075 \end_layout
46076
46077 \end_inset
46078
46079  Violet
46080 \end_layout
46081
46082 \end_inset
46083 </cell>
46084 <cell alignment="left" valignment="top" usebox="none">
46085 \begin_inset Text
46086
46087 \begin_layout Plain Layout
46088 \begin_inset ERT
46089 status collapsed
46090
46091 \begin_layout Plain Layout
46092
46093
46094 \backslash
46095 fcolorbox{black}{
46096 \end_layout
46097
46098 \end_inset
46099
46100 VioletRed
46101 \begin_inset ERT
46102 status collapsed
46103
46104 \begin_layout Plain Layout
46105
46106 }{
46107 \end_layout
46108
46109 \end_inset
46110
46111
46112 \begin_inset Phantom Phantom
46113 status open
46114
46115 \begin_layout Plain Layout
46116 W
46117 \end_layout
46118
46119 \end_inset
46120
46121
46122 \begin_inset ERT
46123 status collapsed
46124
46125 \begin_layout Plain Layout
46126
46127 }
46128 \end_layout
46129
46130 \end_inset
46131
46132  VioletRed
46133 \end_layout
46134
46135 \end_inset
46136 </cell>
46137 <cell alignment="left" valignment="top" usebox="none">
46138 \begin_inset Text
46139
46140 \begin_layout Plain Layout
46141 \begin_inset ERT
46142 status collapsed
46143
46144 \begin_layout Plain Layout
46145
46146
46147 \backslash
46148 fcolorbox{black}{
46149 \end_layout
46150
46151 \end_inset
46152
46153 WildStrawberry
46154 \begin_inset ERT
46155 status collapsed
46156
46157 \begin_layout Plain Layout
46158
46159 }{
46160 \end_layout
46161
46162 \end_inset
46163
46164
46165 \begin_inset Phantom Phantom
46166 status open
46167
46168 \begin_layout Plain Layout
46169 W
46170 \end_layout
46171
46172 \end_inset
46173
46174
46175 \begin_inset ERT
46176 status collapsed
46177
46178 \begin_layout Plain Layout
46179
46180 }
46181 \end_layout
46182
46183 \end_inset
46184
46185  WildStrawberry
46186 \end_layout
46187
46188 \end_inset
46189 </cell>
46190 <cell alignment="left" valignment="top" usebox="none">
46191 \begin_inset Text
46192
46193 \begin_layout Plain Layout
46194 \begin_inset ERT
46195 status collapsed
46196
46197 \begin_layout Plain Layout
46198
46199
46200 \backslash
46201 fcolorbox{black}{
46202 \end_layout
46203
46204 \end_inset
46205
46206 YellowGreen
46207 \begin_inset ERT
46208 status collapsed
46209
46210 \begin_layout Plain Layout
46211
46212 }{
46213 \end_layout
46214
46215 \end_inset
46216
46217
46218 \begin_inset Phantom Phantom
46219 status open
46220
46221 \begin_layout Plain Layout
46222 W
46223 \end_layout
46224
46225 \end_inset
46226
46227
46228 \begin_inset ERT
46229 status collapsed
46230
46231 \begin_layout Plain Layout
46232
46233 }
46234 \end_layout
46235
46236 \end_inset
46237
46238  YellowGreen
46239 \end_layout
46240
46241 \end_inset
46242 </cell>
46243 </row>
46244 <row>
46245 <cell alignment="left" valignment="top" usebox="none">
46246 \begin_inset Text
46247
46248 \begin_layout Plain Layout
46249 \begin_inset ERT
46250 status collapsed
46251
46252 \begin_layout Plain Layout
46253
46254
46255 \backslash
46256 fcolorbox{black}{
46257 \end_layout
46258
46259 \end_inset
46260
46261 YellowOrange
46262 \begin_inset ERT
46263 status collapsed
46264
46265 \begin_layout Plain Layout
46266
46267 }{
46268 \end_layout
46269
46270 \end_inset
46271
46272
46273 \begin_inset Phantom Phantom
46274 status open
46275
46276 \begin_layout Plain Layout
46277 W
46278 \end_layout
46279
46280 \end_inset
46281
46282
46283 \begin_inset ERT
46284 status collapsed
46285
46286 \begin_layout Plain Layout
46287
46288 }
46289 \end_layout
46290
46291 \end_inset
46292
46293  YellowOrange
46294 \end_layout
46295
46296 \end_inset
46297 </cell>
46298 <cell alignment="left" valignment="top" usebox="none">
46299 \begin_inset Text
46300
46301 \begin_layout Plain Layout
46302
46303 \end_layout
46304
46305 \end_inset
46306 </cell>
46307 <cell alignment="left" valignment="top" usebox="none">
46308 \begin_inset Text
46309
46310 \begin_layout Plain Layout
46311
46312 \end_layout
46313
46314 \end_inset
46315 </cell>
46316 <cell alignment="left" valignment="top" usebox="none">
46317 \begin_inset Text
46318
46319 \begin_layout Plain Layout
46320
46321 \end_layout
46322
46323 \end_inset
46324 </cell>
46325 </row>
46326 </lyxtabular>
46327
46328 \end_inset
46329
46330
46331 \end_layout
46332
46333 \begin_layout Chapter
46334 Explanation of Equation
46335 \begin_inset space ~
46336 \end_inset
46337
46338 (
46339 \begin_inset CommandInset ref
46340 LatexCommand ref
46341 reference "eq:Wgn"
46342
46343 \end_inset
46344
46345 )
46346 \begin_inset CommandInset label
46347 LatexCommand label
46348 name "cha:Explanation-of-Equation"
46349
46350 \end_inset
46351
46352
46353 \end_layout
46354
46355 \begin_layout Standard
46356 We can calculate the total width of 
46357 \emph on
46358 n
46359 \emph default
46360  table cells 
46361 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46362 \end_inset
46363
46364  as follows:
46365 \begin_inset Formula 
46366 \begin{equation}
46367 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46368 \end{equation}
46369
46370 \end_inset
46371
46372 where 
46373 \begin_inset Formula $W_{g\,n}$
46374 \end_inset
46375
46376  is the given width of all cells, 
46377 \series bold
46378
46379 \backslash
46380 tabcolsep
46381 \series default
46382  is the \SpecialChar LaTeX
46383 -length between the cell text and the cell border (its default value
46384  is 6
46385 \begin_inset space \thinspace{}
46386 \end_inset
46387
46388 pt).
46389  
46390 \series bold
46391
46392 \backslash
46393 arrayrulewidth
46394 \series default
46395  is the thickness of the cell border line, the default is 0.4
46396 \begin_inset space \thinspace{}
46397 \end_inset
46398
46399 pt.
46400 \end_layout
46401
46402 \begin_layout Standard
46403 Following equation
46404 \begin_inset space ~
46405 \end_inset
46406
46407
46408 \begin_inset CommandInset ref
46409 LatexCommand eqref
46410 reference "eq:Wtot_n"
46411
46412 \end_inset
46413
46414 , the total width of a multicolumn 
46415 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46416 \end_inset
46417
46418  is
46419 \begin_inset Formula 
46420 \begin{equation}
46421 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46422 \end{equation}
46423
46424 \end_inset
46425
46426
46427 \end_layout
46428
46429 \begin_layout Standard
46430 By setting equation
46431 \begin_inset space ~
46432 \end_inset
46433
46434
46435 \begin_inset CommandInset ref
46436 LatexCommand eqref
46437 reference "eq:Wtot_n"
46438
46439 \end_inset
46440
46441  and 
46442 \begin_inset CommandInset ref
46443 LatexCommand eqref
46444 reference "eq:Wtot_mult"
46445
46446 \end_inset
46447
46448  equal we can calculate the needed given width 
46449 \begin_inset Formula $W_{g\,n}$
46450 \end_inset
46451
46452  when 
46453 \emph on
46454 n
46455 \emph default
46456  columns are spanned, so that each column has a total width of 
46457 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46458 \end_inset
46459
46460 :
46461 \begin_inset Formula 
46462 \begin{equation}
46463 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46464 \end{equation}
46465
46466 \end_inset
46467
46468
46469 \end_layout
46470
46471 \begin_layout Bibliography
46472 \begin_inset CommandInset bibitem
46473 LatexCommand bibitem
46474 key "latexcompanion"
46475 literal "true"
46476
46477 \end_inset
46478
46479 Frank Mittelbach and Michel Goossens: 
46480 \emph on
46481 The \SpecialChar LaTeX
46482  Companion Second Edition.
46483
46484 \emph default
46485  Addison-Wesley, 2004
46486 \end_layout
46487
46488 \begin_layout Bibliography
46489 \begin_inset CommandInset bibitem
46490 LatexCommand bibitem
46491 key "latexguide"
46492 literal "true"
46493
46494 \end_inset
46495
46496 Helmut Kopka and Patrick W.
46497  Daly: 
46498 \emph on
46499 A Guide to \SpecialChar LaTeX
46500  Fourth Edition.
46501
46502 \emph default
46503  Addison-Wesley, 2003
46504 \end_layout
46505
46506 \begin_layout Bibliography
46507 \begin_inset CommandInset bibitem
46508 LatexCommand bibitem
46509 key "latexbook"
46510 literal "true"
46511
46512 \end_inset
46513
46514 Leslie Lamport: 
46515 \emph on
46516 \SpecialChar LaTeX
46517 : A Document Preparation System.
46518
46519 \emph default
46520  Addison-Wesley, second edition, 1994
46521 \end_layout
46522
46523 \begin_layout Bibliography
46524 \begin_inset CommandInset bibitem
46525 LatexCommand bibitem
46526 key "arydshln"
46527 literal "true"
46528
46529 \end_inset
46530
46531 Documentation of the \SpecialChar LaTeX
46532 -package 
46533 \series bold
46534
46535 \begin_inset CommandInset href
46536 LatexCommand href
46537 name "arydshln"
46538 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46539 literal "false"
46540
46541 \end_inset
46542
46543
46544 \series default
46545
46546 \begin_inset Index idx
46547 status collapsed
46548
46549 \begin_layout Plain Layout
46550 \SpecialChar LaTeX
46551 -packages ! arydshln
46552 \end_layout
46553
46554 \end_inset
46555
46556
46557 \end_layout
46558
46559 \begin_layout Bibliography
46560 \begin_inset CommandInset bibitem
46561 LatexCommand bibitem
46562 key "booktabs"
46563 literal "true"
46564
46565 \end_inset
46566
46567 Documentation of the \SpecialChar LaTeX
46568 -package 
46569 \series bold
46570
46571 \begin_inset CommandInset href
46572 LatexCommand href
46573 name "booktabs"
46574 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46575 literal "false"
46576
46577 \end_inset
46578
46579
46580 \series default
46581
46582 \begin_inset Index idx
46583 status collapsed
46584
46585 \begin_layout Plain Layout
46586 \SpecialChar LaTeX
46587 -packages ! booktabs
46588 \end_layout
46589
46590 \end_inset
46591
46592
46593 \end_layout
46594
46595 \begin_layout Bibliography
46596 \begin_inset CommandInset bibitem
46597 LatexCommand bibitem
46598 key "caption"
46599 literal "true"
46600
46601 \end_inset
46602
46603 Documentation of the \SpecialChar LaTeX
46604 -package 
46605 \series bold
46606
46607 \begin_inset CommandInset href
46608 LatexCommand href
46609 name "caption"
46610 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46611 literal "false"
46612
46613 \end_inset
46614
46615
46616 \series default
46617
46618 \begin_inset Index idx
46619 status collapsed
46620
46621 \begin_layout Plain Layout
46622 \SpecialChar LaTeX
46623 -packages ! caption
46624 \end_layout
46625
46626 \end_inset
46627
46628
46629 \end_layout
46630
46631 \begin_layout Bibliography
46632 \begin_inset CommandInset bibitem
46633 LatexCommand bibitem
46634 key "diagbox"
46635 literal "true"
46636
46637 \end_inset
46638
46639 Documentation of the \SpecialChar LaTeX
46640 -package 
46641 \series bold
46642
46643 \begin_inset CommandInset href
46644 LatexCommand href
46645 name "diagbox"
46646 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46647 literal "false"
46648
46649 \end_inset
46650
46651
46652 \series default
46653
46654 \begin_inset Index idx
46655 status collapsed
46656
46657 \begin_layout Plain Layout
46658 \SpecialChar LaTeX
46659 -packages ! diagbox
46660 \end_layout
46661
46662 \end_inset
46663
46664
46665 \end_layout
46666
46667 \begin_layout Bibliography
46668 \begin_inset CommandInset bibitem
46669 LatexCommand bibitem
46670 key "endfloat"
46671 literal "true"
46672
46673 \end_inset
46674
46675 Documentation of the \SpecialChar LaTeX
46676 -package 
46677 \series bold
46678
46679 \begin_inset CommandInset href
46680 LatexCommand href
46681 name "endfloat"
46682 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46683 literal "false"
46684
46685 \end_inset
46686
46687
46688 \series default
46689
46690 \begin_inset Index idx
46691 status collapsed
46692
46693 \begin_layout Plain Layout
46694 \SpecialChar LaTeX
46695 -packages ! endfloat
46696 \end_layout
46697
46698 \end_inset
46699
46700
46701 \end_layout
46702
46703 \begin_layout Bibliography
46704 \begin_inset CommandInset bibitem
46705 LatexCommand bibitem
46706 key "footmisc"
46707 literal "true"
46708
46709 \end_inset
46710
46711 Documentation of the \SpecialChar LaTeX
46712 -package 
46713 \series bold
46714
46715 \begin_inset CommandInset href
46716 LatexCommand href
46717 name "footmisc"
46718 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46719 literal "false"
46720
46721 \end_inset
46722
46723
46724 \series default
46725
46726 \begin_inset Index idx
46727 status collapsed
46728
46729 \begin_layout Plain Layout
46730 \SpecialChar LaTeX
46731 -packages ! footmisc
46732 \end_layout
46733
46734 \end_inset
46735
46736
46737 \end_layout
46738
46739 \begin_layout Bibliography
46740 \begin_inset CommandInset bibitem
46741 LatexCommand bibitem
46742 key "hypcap"
46743 literal "true"
46744
46745 \end_inset
46746
46747 Documentation of the \SpecialChar LaTeX
46748 -package 
46749 \series bold
46750
46751 \begin_inset CommandInset href
46752 LatexCommand href
46753 name "hypcap"
46754 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46755 literal "false"
46756
46757 \end_inset
46758
46759
46760 \series default
46761
46762 \begin_inset Index idx
46763 status collapsed
46764
46765 \begin_layout Plain Layout
46766 \SpecialChar LaTeX
46767 -packages ! hyperref
46768 \end_layout
46769
46770 \end_inset
46771
46772
46773 \end_layout
46774
46775 \begin_layout Bibliography
46776 \begin_inset CommandInset bibitem
46777 LatexCommand bibitem
46778 key "hyperref"
46779 literal "true"
46780
46781 \end_inset
46782
46783 Documentation of the \SpecialChar LaTeX
46784 -package 
46785 \series bold
46786
46787 \begin_inset CommandInset href
46788 LatexCommand href
46789 name "hyperref"
46790 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46791 literal "false"
46792
46793 \end_inset
46794
46795
46796 \series default
46797
46798 \begin_inset Index idx
46799 status collapsed
46800
46801 \begin_layout Plain Layout
46802 \SpecialChar LaTeX
46803 -packages ! hyperref
46804 \end_layout
46805
46806 \end_inset
46807
46808
46809 \end_layout
46810
46811 \begin_layout Bibliography
46812 \begin_inset CommandInset bibitem
46813 LatexCommand bibitem
46814 key "KOMA-Script"
46815 literal "true"
46816
46817 \end_inset
46818
46819 Documentation of the \SpecialChar LaTeX
46820 -package 
46821 \series bold
46822
46823 \begin_inset CommandInset href
46824 LatexCommand href
46825 name "KOMA-Script"
46826 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46827 literal "false"
46828
46829 \end_inset
46830
46831
46832 \series default
46833
46834 \begin_inset Index idx
46835 status collapsed
46836
46837 \begin_layout Plain Layout
46838 \SpecialChar LaTeX
46839 -packages ! KOMA-Script
46840 \end_layout
46841
46842 \end_inset
46843
46844
46845 \end_layout
46846
46847 \begin_layout Bibliography
46848 \begin_inset CommandInset bibitem
46849 LatexCommand bibitem
46850 key "lettrine"
46851 literal "true"
46852
46853 \end_inset
46854
46855 Documentation of the \SpecialChar LaTeX
46856 -package 
46857 \series bold
46858
46859 \begin_inset CommandInset href
46860 LatexCommand href
46861 name "lettrine"
46862 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46863 literal "false"
46864
46865 \end_inset
46866
46867
46868 \series default
46869  and an 
46870 \begin_inset CommandInset href
46871 LatexCommand href
46872 name "example"
46873 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46874 literal "false"
46875
46876 \end_inset
46877
46878
46879 \begin_inset Index idx
46880 status collapsed
46881
46882 \begin_layout Plain Layout
46883 \SpecialChar LaTeX
46884 -packages ! lettrine
46885 \end_layout
46886
46887 \end_inset
46888
46889
46890 \end_layout
46891
46892 \begin_layout Bibliography
46893 \begin_inset CommandInset bibitem
46894 LatexCommand bibitem
46895 key "listings"
46896 literal "true"
46897
46898 \end_inset
46899
46900 Documentation of the \SpecialChar LaTeX
46901 -package 
46902 \series bold
46903
46904 \begin_inset CommandInset href
46905 LatexCommand href
46906 name "listings"
46907 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46908 literal "false"
46909
46910 \end_inset
46911
46912
46913 \series default
46914
46915 \begin_inset Index idx
46916 status collapsed
46917
46918 \begin_layout Plain Layout
46919 \SpecialChar LaTeX
46920 -packages ! listings
46921 \end_layout
46922
46923 \end_inset
46924
46925
46926 \end_layout
46927
46928 \begin_layout Bibliography
46929 \begin_inset CommandInset bibitem
46930 LatexCommand bibitem
46931 key "marginnote"
46932 literal "true"
46933
46934 \end_inset
46935
46936 Documentation of the \SpecialChar LaTeX
46937 -package 
46938 \series bold
46939
46940 \begin_inset CommandInset href
46941 LatexCommand href
46942 name "marginnote"
46943 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46944 literal "false"
46945
46946 \end_inset
46947
46948
46949 \series default
46950
46951 \begin_inset Index idx
46952 status collapsed
46953
46954 \begin_layout Plain Layout
46955 \SpecialChar LaTeX
46956 -packages ! marginnote
46957 \end_layout
46958
46959 \end_inset
46960
46961
46962 \end_layout
46963
46964 \begin_layout Bibliography
46965 \begin_inset CommandInset bibitem
46966 LatexCommand bibitem
46967 key "pdfpages"
46968 literal "true"
46969
46970 \end_inset
46971
46972 Documentation of the \SpecialChar LaTeX
46973 -package 
46974 \series bold
46975
46976 \begin_inset CommandInset href
46977 LatexCommand href
46978 name "pdfpages"
46979 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46980 literal "false"
46981
46982 \end_inset
46983
46984
46985 \series default
46986
46987 \begin_inset Index idx
46988 status collapsed
46989
46990 \begin_layout Plain Layout
46991 \SpecialChar LaTeX
46992 -packages ! pdfpages
46993 \end_layout
46994
46995 \end_inset
46996
46997
46998 \end_layout
46999
47000 \begin_layout Bibliography
47001 \begin_inset CommandInset bibitem
47002 LatexCommand bibitem
47003 key "prettyref"
47004 literal "true"
47005
47006 \end_inset
47007
47008 Documentation of the \SpecialChar LaTeX
47009 -package 
47010 \series bold
47011
47012 \begin_inset CommandInset href
47013 LatexCommand href
47014 name "prettyref"
47015 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47016 literal "false"
47017
47018 \end_inset
47019
47020
47021 \series default
47022
47023 \begin_inset Index idx
47024 status collapsed
47025
47026 \begin_layout Plain Layout
47027 \SpecialChar LaTeX
47028 -packages ! prettyref
47029 \end_layout
47030
47031 \end_inset
47032
47033
47034 \end_layout
47035
47036 \begin_layout Bibliography
47037 \begin_inset CommandInset bibitem
47038 LatexCommand bibitem
47039 key "pstricks"
47040 literal "true"
47041
47042 \end_inset
47043
47044 Web page of the \SpecialChar LaTeX
47045 -package 
47046 \series bold
47047
47048 \begin_inset CommandInset href
47049 LatexCommand href
47050 name "PSTricks"
47051 target "http://tug.org/PSTricks/"
47052 literal "false"
47053
47054 \end_inset
47055
47056
47057 \series default
47058
47059 \begin_inset Index idx
47060 status collapsed
47061
47062 \begin_layout Plain Layout
47063 \SpecialChar LaTeX
47064 -packages ! PSTricks
47065 \end_layout
47066
47067 \end_inset
47068
47069
47070 \end_layout
47071
47072 \begin_layout Bibliography
47073 \begin_inset CommandInset bibitem
47074 LatexCommand bibitem
47075 key "refstyle"
47076 literal "true"
47077
47078 \end_inset
47079
47080 Documentation of the \SpecialChar LaTeX
47081 -package 
47082 \series bold
47083
47084 \begin_inset CommandInset href
47085 LatexCommand href
47086 name "refstyle"
47087 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47088 literal "false"
47089
47090 \end_inset
47091
47092
47093 \series default
47094
47095 \begin_inset Index idx
47096 status collapsed
47097
47098 \begin_layout Plain Layout
47099 \SpecialChar LaTeX
47100 -packages ! refstyle
47101 \end_layout
47102
47103 \end_inset
47104
47105
47106 \end_layout
47107
47108 \begin_layout Bibliography
47109 \begin_inset CommandInset bibitem
47110 LatexCommand bibitem
47111 key "sidecap"
47112 literal "true"
47113
47114 \end_inset
47115
47116 Documentation of the \SpecialChar LaTeX
47117 -package 
47118 \series bold
47119
47120 \begin_inset CommandInset href
47121 LatexCommand href
47122 name "sidecap"
47123 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
47124 literal "false"
47125
47126 \end_inset
47127
47128
47129 \series default
47130
47131 \begin_inset Index idx
47132 status collapsed
47133
47134 \begin_layout Plain Layout
47135 \SpecialChar LaTeX
47136 -packages ! sidecap
47137 \end_layout
47138
47139 \end_inset
47140
47141
47142 \end_layout
47143
47144 \begin_layout Bibliography
47145 \begin_inset CommandInset bibitem
47146 LatexCommand bibitem
47147 key "Inkscape"
47148 literal "true"
47149
47150 \end_inset
47151
47152 Documentation of the option 
47153 \begin_inset CommandInset href
47154 LatexCommand href
47155 name "Omit text in PDF"
47156 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
47157 literal "false"
47158
47159 \end_inset
47160
47161  of the program 
47162 \noun on
47163
47164 \begin_inset CommandInset href
47165 LatexCommand href
47166 name "Inkscape"
47167 target "https://inkscape.org"
47168 literal "false"
47169
47170 \end_inset
47171
47172
47173 \end_layout
47174
47175 \begin_layout Standard
47176 \begin_inset CommandInset index_print
47177 LatexCommand printindex
47178 type "idx"
47179 name "Index"
47180 literal "false"
47181
47182 \end_inset
47183
47184
47185 \end_layout
47186
47187 \end_body
47188 \end_document