]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
doc files: update images
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 508
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 \graphics default
175 \default_output_format pdf2
176 \output_sync 0
177 \bibtex_command default
178 \index_command default
179 \paperfontsize 12
180 \spacing single
181 \use_hyperref true
182 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
183 \pdf_author "LyX Team, Uwe Stöhr"
184 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
185 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
186 \pdf_bookmarks true
187 \pdf_bookmarksnumbered true
188 \pdf_bookmarksopen true
189 \pdf_bookmarksopenlevel 1
190 \pdf_breaklinks false
191 \pdf_pdfborder false
192 \pdf_colorlinks true
193 \pdf_backref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
196 \papersize default
197 \use_geometry false
198 \use_package amsmath 2
199 \use_package amssymb 2
200 \use_package cancel 0
201 \use_package esint 0
202 \use_package mathdots 1
203 \use_package mathtools 0
204 \use_package mhchem 1
205 \use_package stackrel 0
206 \use_package stmaryrd 0
207 \use_package undertilde 0
208 \cite_engine basic
209 \cite_engine_type default
210 \biblio_style plain
211 \use_bibtopic false
212 \use_indices false
213 \paperorientation portrait
214 \suppress_date false
215 \justification true
216 \use_refstyle 0
217 \notefontcolor #0000ff
218 \index Index
219 \shortcut idx
220 \color #008000
221 \end_index
222 \secnumdepth 3
223 \tocdepth 3
224 \paragraph_separation skip
225 \defskip medskip
226 \quotes_language english
227 \papercolumns 1
228 \papersides 2
229 \paperpagestyle default
230 \tracking_changes false
231 \output_changes false
232 \html_math_output 0
233 \html_css_as_file 0
234 \html_be_strict false
235 \end_header
236
237 \begin_body
238
239 \begin_layout Title
240 \SpecialChar LyX
241 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
242 \end_layout
243
244 \begin_layout Author
245 by the \SpecialChar LyX
246  Team
247 \begin_inset Foot
248 status collapsed
249
250 \begin_layout Plain Layout
251 \noindent
252 If you have comments or error corrections, please send them to the \SpecialChar LyX
253  Documentatio
254 n mailing list: 
255 \begin_inset CommandInset href
256 LatexCommand href
257 name "lyx-docs@lists.lyx.org"
258 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
259 type "mailto:"
260
261 \end_inset
262
263
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Note Note
270 status collapsed
271
272 \begin_layout Plain Layout
273 author: Uwe Stöhr
274 \end_layout
275
276 \end_inset
277
278
279 \begin_inset Newline newline
280 \end_inset
281
282
283 \begin_inset Newline newline
284 \end_inset
285
286
287 \family sans
288 Version 2.2.x
289 \end_layout
290
291 \begin_layout Standard
292 \begin_inset CommandInset toc
293 LatexCommand tableofcontents
294
295 \end_inset
296
297
298 \end_layout
299
300 \begin_layout Standard
301 \begin_inset Note Note
302 status open
303
304 \begin_layout Plain Layout
305 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
306 -packages 
307 \series bold
308 arydshln
309 \series default
310
311 \series bold
312 colortbl
313 \series default
314
315 \series bold
316 diagbox, lettrine, marginnote, picinpar
317 \series default
318  and 
319 \series bold
320 sidecap
321 \series default
322  must be installed.
323  If they are not installed you can export the document anyway but the sections
324  where the packages are required won't appear in the output.
325 \end_layout
326
327 \begin_layout Plain Layout
328 The latest PDF-version of this document can be found here:
329 \begin_inset Newline newline
330 \end_inset
331
332
333 \series bold
334 http://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
335 \end_layout
336
337 \end_inset
338
339
340 \end_layout
341
342 \begin_layout Chapter
343 Figures
344 \begin_inset Index idx
345 status collapsed
346
347 \begin_layout Plain Layout
348 Figures
349 \end_layout
350
351 \end_inset
352
353
354 \begin_inset Index idx
355 status collapsed
356
357 \begin_layout Plain Layout
358 Graphics|see
359 \begin_inset ERT
360 status collapsed
361
362 \begin_layout Plain Layout
363
364 {
365 \end_layout
366
367 \end_inset
368
369 Figures
370 \begin_inset ERT
371 status collapsed
372
373 \begin_layout Plain Layout
374
375 }
376 \end_layout
377
378 \end_inset
379
380
381 \end_layout
382
383 \end_inset
384
385
386 \end_layout
387
388 \begin_layout Section
389 Graphics Dialog
390 \begin_inset Index idx
391 status collapsed
392
393 \begin_layout Plain Layout
394 Figures ! Graphics Dialog
395 \end_layout
396
397 \end_inset
398
399
400 \begin_inset CommandInset label
401 LatexCommand label
402 name "sec:Graphics-Dialog"
403
404 \end_inset
405
406
407 \end_layout
408
409 \begin_layout Standard
410 To insert an image into your document, place the cursor at the text position
411  you want and click on the toolbar icon 
412 \begin_inset Info
413 type  "icon"
414 arg   "dialog-show-new-inset graphics"
415 \end_inset
416
417  or use the menu 
418 \family sans
419 Insert\SpecialChar menuseparator
420 Graphics
421 \family default
422 .
423  Then a dialog will appear to choose the file to load.
424  The image will appear in the output exactly at the position where it is
425  in the text.
426 \end_layout
427
428 \begin_layout Standard
429 The graphics dialog can be called at any time by clicking on an image.
430  This dialog has three tabs:
431 \end_layout
432
433 \begin_layout Description
434
435 \family sans
436 Graphics
437 \family default
438  Here you can choose an image file and adjust its appearance in the output.
439  The available units for the image size are explained in appendix
440 \begin_inset space ~
441 \end_inset
442
443
444 \begin_inset CommandInset ref
445 LatexCommand ref
446 reference "cha:Units-available-in"
447
448 \end_inset
449
450 .
451 \begin_inset Newline newline
452 \end_inset
453
454
455 \begin_inset Index idx
456 status collapsed
457
458 \begin_layout Plain Layout
459 Figures ! rotated
460 \end_layout
461
462 \end_inset
463
464 You can rotate images counter-clockwise by setting a rotation angle and
465  a rotation origin.
466  The image will also be rotated inside \SpecialChar LyX
467 .
468 \begin_inset Newline newline
469 \end_inset
470
471
472 \begin_inset Index idx
473 status collapsed
474
475 \begin_layout Plain Layout
476 Figures ! scaled
477 \end_layout
478
479 \end_inset
480
481 Images can be scaled by using a percentage value or by setting the width
482  and height explicitly.
483  If you set only the width or only the height, the other size will be determined
484  automatically.
485  If you set both, then the image will be transformed to the given size,
486  possibly distorting it.
487  To prevent the image from distortion, use the option 
488 \family sans
489 Maintain aspect ratio
490 \family default
491 .
492  The image will then be scaled so that its width and height don't exceed
493  the specified dimensions.
494 \begin_inset Newline newline
495 \end_inset
496
497 Images can be opened in a program of your choice by right-clicking on it
498  and choosing the entry 
499 \family sans
500 Edit
501 \begin_inset space ~
502 \end_inset
503
504 externally
505 \family default
506  in the context menu.
507  The program can be set for every image format in the file format settings
508  in \SpecialChar LyX
509 's preferences.
510 \end_layout
511
512 \begin_layout Description
513
514 \family sans
515 Clipping
516 \family default
517  Alternatively to the usage of scaling units it is possible to set image
518  coordinates to adjust the height and width of the image in the output.
519  The coordinates can also be calculated automatically by pressing the button
520  
521 \family sans
522 Get
523 \begin_inset space ~
524 \end_inset
525
526 from
527 \begin_inset space ~
528 \end_inset
529
530 File
531 \family default
532 .
533  The option 
534 \family sans
535 Clip
536 \begin_inset space ~
537 \end_inset
538
539 to
540 \begin_inset space ~
541 \end_inset
542
543 bounding
544 \begin_inset space ~
545 \end_inset
546
547 box
548 \family default
549  will only print the image region within the given coordinates.
550  Normally you don't need to worry about image coordinates and can ignore
551  this tab.
552 \end_layout
553
554 \begin_layout Description
555
556 \family sans
557 LaTeX
558 \begin_inset space ~
559 \end_inset
560
561 and
562 \begin_inset space ~
563 \end_inset
564
565 LyX
566 \begin_inset space ~
567 \end_inset
568
569 options
570 \family default
571  In this tab you can modify the appearance of the image within \SpecialChar LyX
572  and \SpecialChar LaTeX
573  experts
574  can specify additional \SpecialChar LaTeX
575  options.
576 \begin_inset Newline newline
577 \end_inset
578
579 The option 
580 \family sans
581 Draft
582 \begin_inset space ~
583 \end_inset
584
585 mode
586 \family default
587  makes the image appear in the output only as a frame with the size of the
588  image.
589 \begin_inset Newline newline
590 \end_inset
591
592 In the section 
593 \family sans
594 Graphics
595 \begin_inset space ~
596 \end_inset
597
598 Group
599 \family default
600  you can define or join an image settings group.
601 \begin_inset Index idx
602 status collapsed
603
604 \begin_layout Plain Layout
605 Figures ! Settings grouping
606 \end_layout
607
608 \end_inset
609
610  Images within such a group share their settings, so adjusting one image
611  of the group automatically also adjusts all other images of the group in
612  the same way.
613  So you can for example change the size for a bunch of images without the
614  need to manually change each of them.
615  Joining an existing group can also be done using the context menu of the
616  image by checking the name of the desired group.
617 \end_layout
618
619 \begin_layout Standard
620 \begin_inset VSpace bigskip
621 \end_inset
622
623
624 \end_layout
625
626 \begin_layout Standard
627 This is an example image in EPS format
628 \begin_inset Foot
629 status collapsed
630
631 \begin_layout Plain Layout
632 Image formats are explained in section
633 \begin_inset space ~
634 \end_inset
635
636
637 \begin_inset CommandInset ref
638 LatexCommand ref
639 reference "sec:Image-Formats"
640
641 \end_inset
642
643 .
644 \end_layout
645
646 \end_inset
647
648  within a separate, horizontally centered paragraph:
649 \end_layout
650
651 \begin_layout Standard
652 \align center
653 \begin_inset Graphics
654         filename clipart/mobius.eps
655         scale 70
656         scaleBeforeRotation
657         rotateOrigin center
658
659 \end_inset
660
661
662 \end_layout
663
664 \begin_layout Standard
665 This is the same image like the one above but in draft mode:
666 \end_layout
667
668 \begin_layout Standard
669 \align center
670 \begin_inset Graphics
671         filename clipart/mobius.eps
672         scale 70
673         draft
674         scaleBeforeRotation
675         rotateOrigin center
676
677 \end_inset
678
679
680 \end_layout
681
682 \begin_layout Standard
683 \begin_inset Newpage newpage
684 \end_inset
685
686
687 \end_layout
688
689 \begin_layout Section
690 Figure Floats
691 \begin_inset CommandInset label
692 LatexCommand label
693 name "sec:Figure-Floats"
694
695 \end_inset
696
697
698 \begin_inset Index idx
699 status collapsed
700
701 \begin_layout Plain Layout
702 Floats ! Figures
703 \end_layout
704
705 \end_inset
706
707
708 \begin_inset Index idx
709 status collapsed
710
711 \begin_layout Plain Layout
712 Figures ! Floats
713 \end_layout
714
715 \end_inset
716
717
718 \end_layout
719
720 \begin_layout Standard
721 For general explanations about floats, have a look at section
722 \begin_inset space ~
723 \end_inset
724
725
726 \begin_inset CommandInset ref
727 LatexCommand ref
728 reference "sec:FloatIntroduction"
729
730 \end_inset
731
732 .
733 \end_layout
734
735 \begin_layout Standard
736 The toolbar button 
737 \begin_inset Info
738 type  "icon"
739 arg   "float-insert figure"
740 \end_inset
741
742  and the menu 
743 \family sans
744 Insert\SpecialChar menuseparator
745 Float\SpecialChar menuseparator
746 Figure
747 \family default
748  inserts a float with a caption that has the label 
749 \begin_inset Quotes eld
750 \end_inset
751
752 Figure
753 \begin_inset space ~
754 \end_inset
755
756 #:
757 \begin_inset Quotes erd
758 \end_inset
759
760  (# is the actual number).
761  You can insert the image above the caption, like in Figure
762 \begin_inset space ~
763 \end_inset
764
765
766 \begin_inset CommandInset ref
767 LatexCommand ref
768 reference "fig:kill-plat"
769
770 \end_inset
771
772  or below the caption, like in Figure
773 \begin_inset space ~
774 \end_inset
775
776
777 \begin_inset CommandInset ref
778 LatexCommand ref
779 reference "fig:escher"
780
781 \end_inset
782
783 .
784  More about caption placement is described in section
785 \begin_inset space ~
786 \end_inset
787
788
789 \begin_inset CommandInset ref
790 LatexCommand ref
791 reference "sec:Caption-Placement"
792
793 \end_inset
794
795 .
796 \end_layout
797
798 \begin_layout Standard
799 \begin_inset Float figure
800 wide false
801 sideways false
802 status open
803
804 \begin_layout Plain Layout
805 \align center
806 \begin_inset Graphics
807         filename clipart/platypus.eps
808         width 50col%
809         scaleBeforeRotation
810         rotateOrigin center
811
812 \end_inset
813
814
815 \end_layout
816
817 \begin_layout Plain Layout
818 \begin_inset Caption Standard
819
820 \begin_layout Plain Layout
821 \begin_inset CommandInset label
822 LatexCommand label
823 name "fig:kill-plat"
824
825 \end_inset
826
827 A severely distorted platypus in a float.
828 \end_layout
829
830 \end_inset
831
832
833 \end_layout
834
835 \end_inset
836
837
838 \end_layout
839
840 \begin_layout Standard
841 \begin_inset Float figure
842 wide false
843 sideways false
844 status open
845
846 \begin_layout Plain Layout
847 \begin_inset Caption Standard
848
849 \begin_layout Plain Layout
850 \begin_inset CommandInset label
851 LatexCommand label
852 name "fig:escher"
853
854 \end_inset
855
856 M.C.
857  Escher on acid.
858 \end_layout
859
860 \end_inset
861
862
863 \end_layout
864
865 \begin_layout Plain Layout
866 \align center
867 \begin_inset Graphics
868         filename clipart/escher-lsd.eps
869         scale 80
870         scaleBeforeRotation
871         rotateOrigin center
872
873 \end_inset
874
875
876 \end_layout
877
878 \end_inset
879
880
881 \end_layout
882
883 \begin_layout Standard
884 \begin_inset Index idx
885 status collapsed
886
887 \begin_layout Plain Layout
888 References ! to Figures
889 \end_layout
890
891 \end_inset
892
893 Figure
894 \begin_inset space ~
895 \end_inset
896
897
898 \begin_inset CommandInset ref
899 LatexCommand ref
900 reference "fig:kill-plat"
901
902 \end_inset
903
904  and 
905 \begin_inset CommandInset ref
906 LatexCommand ref
907 reference "fig:escher"
908
909 \end_inset
910
911  are examples of referenced figures.
912  Figures can be referenced in the text by referencing their label.
913  To do this insert a label in the caption using the menu 
914 \family sans
915 Insert\SpecialChar menuseparator
916 Label
917 \family default
918  or the toolbar button 
919 \begin_inset Info
920 type  "icon"
921 arg   "label-insert"
922 \end_inset
923
924 .
925  You can now refer to the label using the menu 
926 \family sans
927 Insert\SpecialChar menuseparator
928 Cross
929 \begin_inset space ~
930 \end_inset
931
932 reference
933 \family default
934  or the toolbar button 
935 \begin_inset Info
936 type  "icon"
937 arg   "dialog-show-new-inset ref"
938 \end_inset
939
940 .
941  It is important to use references to floats, rather than using vague references
942  like 
943 \begin_inset Quotes eld
944 \end_inset
945
946 the figure above
947 \begin_inset Quotes erd
948 \end_inset
949
950 , because \SpecialChar LaTeX
951  will reposition the floats in the final document and it might
952  not be 
953 \begin_inset Quotes eld
954 \end_inset
955
956 above
957 \begin_inset Quotes erd
958 \end_inset
959
960  at all.
961 \begin_inset Newline newline
962 \end_inset
963
964 Referencing is explained in detail in section
965 \begin_inset space ~
966 \end_inset
967
968
969 \begin_inset CommandInset ref
970 LatexCommand ref
971 reference "sec:Referencing-Floats"
972
973 \end_inset
974
975 .
976 \end_layout
977
978 \begin_layout Standard
979 Normally only one image is inserted to a figure float, but sometimes you
980  might want to use two images with separate subcaptions.
981  This can be done by inserting image floats into existing image floats.
982  Note that only the main caption of the float is added to the List of Figures.
983  Figure
984 \begin_inset space ~
985 \end_inset
986
987
988 \begin_inset CommandInset ref
989 LatexCommand ref
990 reference "fig:Two-distorted-images"
991
992 \end_inset
993
994  is an example of a figure float with two images set side by side.
995  You can also set the images one below the other.
996  Figure
997 \begin_inset space ~
998 \end_inset
999
1000
1001 \begin_inset CommandInset ref
1002 LatexCommand ref
1003 reference "fig:Undefinable-structure"
1004
1005 \end_inset
1006
1007  and 
1008 \begin_inset CommandInset ref
1009 LatexCommand ref
1010 reference "fig:A-Platypus"
1011
1012 \end_inset
1013
1014  are the subfigures.
1015 \end_layout
1016
1017 \begin_layout Standard
1018 \begin_inset Float figure
1019 wide false
1020 sideways false
1021 status open
1022
1023 \begin_layout Plain Layout
1024 \begin_inset space \hfill{}
1025 \end_inset
1026
1027
1028 \begin_inset Float figure
1029 wide false
1030 sideways false
1031 status collapsed
1032
1033 \begin_layout Plain Layout
1034 \begin_inset Caption Standard
1035
1036 \begin_layout Plain Layout
1037 \begin_inset CommandInset label
1038 LatexCommand label
1039 name "fig:Undefinable-structure"
1040
1041 \end_inset
1042
1043 Undefinable structure.
1044 \end_layout
1045
1046 \end_inset
1047
1048
1049 \end_layout
1050
1051 \begin_layout Plain Layout
1052 \begin_inset Graphics
1053         filename clipart/escher-lsd.eps
1054         width 45col%
1055         scaleBeforeRotation
1056         groupId distorted
1057
1058 \end_inset
1059
1060
1061 \end_layout
1062
1063 \end_inset
1064
1065
1066 \begin_inset space \hfill{}
1067 \end_inset
1068
1069
1070 \begin_inset Float figure
1071 wide false
1072 sideways false
1073 status collapsed
1074
1075 \begin_layout Plain Layout
1076 \begin_inset Caption Standard
1077
1078 \begin_layout Plain Layout
1079 \begin_inset CommandInset label
1080 LatexCommand label
1081 name "fig:A-Platypus"
1082
1083 \end_inset
1084
1085 A Platypus.
1086 \end_layout
1087
1088 \end_inset
1089
1090
1091 \end_layout
1092
1093 \begin_layout Plain Layout
1094 \begin_inset Graphics
1095         filename clipart/platypus.eps
1096         width 45col%
1097         scaleBeforeRotation
1098         groupId distorted
1099
1100 \end_inset
1101
1102
1103 \end_layout
1104
1105 \end_inset
1106
1107
1108 \begin_inset space \hfill{}
1109 \end_inset
1110
1111
1112 \end_layout
1113
1114 \begin_layout Plain Layout
1115 \begin_inset Caption Standard
1116
1117 \begin_layout Plain Layout
1118 \begin_inset CommandInset label
1119 LatexCommand label
1120 name "fig:Two-distorted-images"
1121
1122 \end_inset
1123
1124 Two distorted images.
1125  Both images are in the image settings group named 
1126 \begin_inset Quotes eld
1127 \end_inset
1128
1129 distorted
1130 \begin_inset Quotes erd
1131 \end_inset
1132
1133 .
1134 \end_layout
1135
1136 \end_inset
1137
1138
1139 \end_layout
1140
1141 \end_inset
1142
1143
1144 \end_layout
1145
1146 \begin_layout Standard
1147 \begin_inset Newpage newpage
1148 \end_inset
1149
1150
1151 \end_layout
1152
1153 \begin_layout Section
1154 Image Formats
1155 \begin_inset CommandInset label
1156 LatexCommand label
1157 name "sec:Image-Formats"
1158
1159 \end_inset
1160
1161
1162 \begin_inset Index idx
1163 status collapsed
1164
1165 \begin_layout Plain Layout
1166 Image Formats
1167 \end_layout
1168
1169 \end_inset
1170
1171
1172 \begin_inset Index idx
1173 status collapsed
1174
1175 \begin_layout Plain Layout
1176 Figures ! Image Formats
1177 \end_layout
1178
1179 \end_inset
1180
1181
1182 \end_layout
1183
1184 \begin_layout Standard
1185 You can insert images in any known file format.
1186  But as explained in appendix
1187 \begin_inset space ~
1188 \end_inset
1189
1190
1191 \begin_inset CommandInset ref
1192 LatexCommand ref
1193 reference "cha:Output-File-Formats"
1194
1195 \end_inset
1196
1197 , each output document format allows only a few image formats.
1198  \SpecialChar LyX
1199  uses therefore the program 
1200 \family typewriter
1201 ImageMagick
1202 \family default
1203  in the background to convert the images to the right format.
1204  To increase your work flow by avoiding these conversions in the background,
1205  you could choose to use only the image formats that can directly be embedded
1206  in the output file format.
1207  The output file formats are explained in appendix
1208 \begin_inset space ~
1209 \end_inset
1210
1211
1212 \begin_inset CommandInset ref
1213 LatexCommand ref
1214 reference "cha:Output-File-Formats"
1215
1216 \end_inset
1217
1218 .
1219 \end_layout
1220
1221 \begin_layout Standard
1222 Similar to fonts there are two types of image formats:
1223 \end_layout
1224
1225 \begin_layout Description
1226 Bitmap
1227 \begin_inset space ~
1228 \end_inset
1229
1230 images consist of pixel values, often in a compressed form.
1231  They are therefore not fully scalable and look pixelated in large zooms.
1232  Well-known bitmap image formats are 
1233 \begin_inset Quotes eld
1234 \end_inset
1235
1236 Graphics Interchange Format
1237 \begin_inset Quotes erd
1238 \end_inset
1239
1240  (GIF, file extension 
1241 \begin_inset Quotes eld
1242 \end_inset
1243
1244
1245 \family typewriter
1246 .gif
1247 \family default
1248
1249 \begin_inset Quotes erd
1250 \end_inset
1251
1252 )
1253 \begin_inset Index idx
1254 status collapsed
1255
1256 \begin_layout Plain Layout
1257 GIF|see
1258 \begin_inset ERT
1259 status collapsed
1260
1261 \begin_layout Plain Layout
1262
1263 {
1264 \end_layout
1265
1266 \end_inset
1267
1268 Image formats
1269 \begin_inset ERT
1270 status collapsed
1271
1272 \begin_layout Plain Layout
1273
1274 }
1275 \end_layout
1276
1277 \end_inset
1278
1279
1280 \end_layout
1281
1282 \end_inset
1283
1284
1285 \begin_inset Quotes eld
1286 \end_inset
1287
1288 Portable Network Graphics
1289 \begin_inset Quotes erd
1290 \end_inset
1291
1292  (PNG, file extension 
1293 \begin_inset Quotes eld
1294 \end_inset
1295
1296
1297 \family typewriter
1298 .png
1299 \family default
1300
1301 \begin_inset Quotes erd
1302 \end_inset
1303
1304 )
1305 \begin_inset Index idx
1306 status collapsed
1307
1308 \begin_layout Plain Layout
1309 PNG|see
1310 \begin_inset ERT
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314
1315 {
1316 \end_layout
1317
1318 \end_inset
1319
1320 Image formats
1321 \begin_inset ERT
1322 status collapsed
1323
1324 \begin_layout Plain Layout
1325
1326 }
1327 \end_layout
1328
1329 \end_inset
1330
1331
1332 \end_layout
1333
1334 \end_inset
1335
1336 , and 
1337 \begin_inset Quotes eld
1338 \end_inset
1339
1340 Joint Photographic Experts Group
1341 \begin_inset Quotes erd
1342 \end_inset
1343
1344  (JPG, file extension 
1345 \begin_inset Quotes eld
1346 \end_inset
1347
1348
1349 \family typewriter
1350 .jpg
1351 \family default
1352
1353 \begin_inset Quotes erd
1354 \end_inset
1355
1356  or 
1357 \begin_inset Quotes eld
1358 \end_inset
1359
1360
1361 \family typewriter
1362 .jpeg
1363 \family default
1364
1365 \begin_inset Quotes erd
1366 \end_inset
1367
1368 )
1369 \begin_inset Index idx
1370 status collapsed
1371
1372 \begin_layout Plain Layout
1373 JPG|see
1374 \begin_inset ERT
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378
1379 {
1380 \end_layout
1381
1382 \end_inset
1383
1384 Image formats
1385 \begin_inset ERT
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389
1390 }
1391 \end_layout
1392
1393 \end_inset
1394
1395
1396 \end_layout
1397
1398 \end_inset
1399
1400 .
1401 \end_layout
1402
1403 \begin_layout Description
1404 Vector
1405 \begin_inset space ~
1406 \end_inset
1407
1408 images consist of vectors and can therefore be scaled to any size without
1409  data loss.
1410  The scaling ability is necessary if you want to create presentations, because
1411  presentations are always scaled by the video projector.
1412  Scaling is also useful for online documents to let the user zoom into diagrams.
1413 \begin_inset Newline newline
1414 \end_inset
1415
1416 Well-known scalable image formats are 
1417 \begin_inset Quotes eld
1418 \end_inset
1419
1420 Scalable Vector Graphics
1421 \begin_inset Quotes erd
1422 \end_inset
1423
1424  (SVG, file extension 
1425 \begin_inset Quotes eld
1426 \end_inset
1427
1428
1429 \family typewriter
1430 .svg
1431 \family default
1432
1433 \begin_inset Quotes erd
1434 \end_inset
1435
1436 )
1437 \begin_inset Index idx
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441 SVG|see
1442 \begin_inset ERT
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446
1447 {
1448 \end_layout
1449
1450 \end_inset
1451
1452 Image formats
1453 \begin_inset ERT
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457
1458 }
1459 \end_layout
1460
1461 \end_inset
1462
1463
1464 \end_layout
1465
1466 \end_inset
1467
1468
1469 \begin_inset Quotes eld
1470 \end_inset
1471
1472 Encapsulated PostScript
1473 \begin_inset Quotes erd
1474 \end_inset
1475
1476  (EPS, file extension 
1477 \begin_inset Quotes eld
1478 \end_inset
1479
1480
1481 \family typewriter
1482 .eps
1483 \family default
1484
1485 \begin_inset Quotes erd
1486 \end_inset
1487
1488 )
1489 \begin_inset Index idx
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493 EPS|see
1494 \begin_inset ERT
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498
1499 {
1500 \end_layout
1501
1502 \end_inset
1503
1504 Image formats
1505 \begin_inset ERT
1506 status collapsed
1507
1508 \begin_layout Plain Layout
1509
1510 }
1511 \end_layout
1512
1513 \end_inset
1514
1515
1516 \end_layout
1517
1518 \end_inset
1519
1520
1521 \begin_inset Quotes eld
1522 \end_inset
1523
1524 Portable Document Format
1525 \begin_inset Quotes erd
1526 \end_inset
1527
1528  (PDF, file extension 
1529 \begin_inset Quotes eld
1530 \end_inset
1531
1532
1533 \family typewriter
1534 .pdf
1535 \family default
1536
1537 \begin_inset Quotes erd
1538 \end_inset
1539
1540 )
1541 \begin_inset Index idx
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545 PDF
1546 \end_layout
1547
1548 \end_inset
1549
1550 , and 
1551 \begin_inset Quotes eld
1552 \end_inset
1553
1554 Windows Metafile
1555 \begin_inset Quotes erd
1556 \end_inset
1557
1558  (WMF, file extension 
1559 \begin_inset Quotes eld
1560 \end_inset
1561
1562
1563 \family typewriter
1564 .wmf
1565 \family default
1566
1567 \begin_inset Quotes erd
1568 \end_inset
1569
1570 )
1571 \begin_inset Index idx
1572 status collapsed
1573
1574 \begin_layout Plain Layout
1575 SVG|see
1576 \begin_inset ERT
1577 status collapsed
1578
1579 \begin_layout Plain Layout
1580
1581 {
1582 \end_layout
1583
1584 \end_inset
1585
1586 Image formats
1587 \begin_inset ERT
1588 status collapsed
1589
1590 \begin_layout Plain Layout
1591
1592 }
1593 \end_layout
1594
1595 \end_inset
1596
1597
1598 \end_layout
1599
1600 \end_inset
1601
1602 .
1603  We wrote 
1604 \begin_inset Quotes eld
1605 \end_inset
1606
1607 can be
1608 \begin_inset Quotes erd
1609 \end_inset
1610
1611 , because you can convert any bitmap image to a PDF or EPS-image and the
1612  result will still be a bitmap image.
1613  In such cases only a header with the image properties is added to the original
1614  image
1615 \begin_inset Foot
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619 In the case of PDF, the original image is additionally compressed.
1620 \end_layout
1621
1622 \end_inset
1623
1624 .
1625  The PDF-files generated by 
1626 \family typewriter
1627 Adobe Photoshop
1628 \family default
1629  are for example bitmap images.
1630 \end_layout
1631
1632 \begin_layout Standard
1633 Normally it is not possible to convert a bitmap image into a scalable one,
1634  only vice versa.
1635  Only the image formats PDF and EPS can directly be embedded to PDF and
1636  PostScript output files, respectively.
1637  SVG and WMF-images are recalculated to bitmaps when the output file is
1638  generated because there is currently no adequate WMF/SVG
1639 \begin_inset Formula $\to$
1640 \end_inset
1641
1642 PDF/EPS converter available.
1643 \end_layout
1644
1645 \begin_layout Chapter
1646 Tables
1647 \begin_inset Index idx
1648 status collapsed
1649
1650 \begin_layout Plain Layout
1651 Table
1652 \end_layout
1653
1654 \end_inset
1655
1656
1657 \end_layout
1658
1659 \begin_layout Section
1660 Introduction
1661 \begin_inset Index idx
1662 status collapsed
1663
1664 \begin_layout Plain Layout
1665 Table ! Introduction
1666 \end_layout
1667
1668 \end_inset
1669
1670
1671 \end_layout
1672
1673 \begin_layout Standard
1674 You can insert a table using either the toolbar button 
1675 \begin_inset Info
1676 type  "icon"
1677 arg   "tabular-insert"
1678 \end_inset
1679
1680  or the menu 
1681 \family sans
1682 Insert\SpecialChar menuseparator
1683 Table
1684 \family default
1685 .
1686  The toolbar button offers you a graphical selection: move the mouse to
1687  set the column/row number of the table that should be created and then
1688  press a mouse button.
1689  When you use the menu to create a table, a dialog will appear, asking you
1690  for the number of rows and columns.
1691 \begin_inset Newline newline
1692 \end_inset
1693
1694 The default table has lines around any cell and the first row appears separated
1695  from the rest of the table.
1696  This separation occurs due to a double line: The cells of the first row
1697  have a line below them and the cells of the second row have a line above
1698  them.
1699  Here is an example table:
1700 \end_layout
1701
1702 \begin_layout Standard
1703 \align center
1704 \begin_inset Tabular
1705 <lyxtabular version="3" rows="4" columns="4">
1706 <features tabularvalignment="middle">
1707 <column alignment="center" valignment="top">
1708 <column alignment="center" valignment="top">
1709 <column alignment="center" valignment="top">
1710 <column alignment="center" valignment="top">
1711 <row>
1712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1713 \begin_inset Text
1714
1715 \begin_layout Plain Layout
1716
1717 \end_layout
1718
1719 \end_inset
1720 </cell>
1721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1722 \begin_inset Text
1723
1724 \begin_layout Plain Layout
1725
1726 \family roman
1727 \series medium
1728 \shape up
1729 \size normal
1730 \emph off
1731 \bar no
1732 \noun off
1733 \color none
1734 1
1735 \end_layout
1736
1737 \end_inset
1738 </cell>
1739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1740 \begin_inset Text
1741
1742 \begin_layout Plain Layout
1743 2
1744 \end_layout
1745
1746 \end_inset
1747 </cell>
1748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1749 \begin_inset Text
1750
1751 \begin_layout Plain Layout
1752 3
1753 \end_layout
1754
1755 \end_inset
1756 </cell>
1757 </row>
1758 <row>
1759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1760 \begin_inset Text
1761
1762 \begin_layout Plain Layout
1763
1764 \family roman
1765 \series medium
1766 \shape up
1767 \size normal
1768 \emph off
1769 \bar no
1770 \noun off
1771 \color none
1772 A
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1778 \begin_inset Text
1779
1780 \begin_layout Plain Layout
1781
1782 \end_layout
1783
1784 \end_inset
1785 </cell>
1786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1787 \begin_inset Text
1788
1789 \begin_layout Plain Layout
1790
1791 \end_layout
1792
1793 \end_inset
1794 </cell>
1795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1796 \begin_inset Text
1797
1798 \begin_layout Plain Layout
1799
1800 \end_layout
1801
1802 \end_inset
1803 </cell>
1804 </row>
1805 <row>
1806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810
1811 \family roman
1812 \series medium
1813 \shape up
1814 \size normal
1815 \emph off
1816 \bar no
1817 \noun off
1818 \color none
1819 B
1820 \end_layout
1821
1822 \end_inset
1823 </cell>
1824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1825 \begin_inset Text
1826
1827 \begin_layout Plain Layout
1828
1829 \end_layout
1830
1831 \end_inset
1832 </cell>
1833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1834 \begin_inset Text
1835
1836 \begin_layout Plain Layout
1837
1838 \end_layout
1839
1840 \end_inset
1841 </cell>
1842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1843 \begin_inset Text
1844
1845 \begin_layout Plain Layout
1846
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 </row>
1852 <row>
1853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1854 \begin_inset Text
1855
1856 \begin_layout Plain Layout
1857
1858 \family roman
1859 \series medium
1860 \shape up
1861 \size normal
1862 \emph off
1863 \bar no
1864 \noun off
1865 \color none
1866 C
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1872 \begin_inset Text
1873
1874 \begin_layout Plain Layout
1875
1876 \end_layout
1877
1878 \end_inset
1879 </cell>
1880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1881 \begin_inset Text
1882
1883 \begin_layout Plain Layout
1884
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 </row>
1899 </lyxtabular>
1900
1901 \end_inset
1902
1903
1904 \end_layout
1905
1906 \begin_layout Section
1907 Table Dialog
1908 \begin_inset Index idx
1909 status collapsed
1910
1911 \begin_layout Plain Layout
1912 Table ! Dialog
1913 \end_layout
1914
1915 \end_inset
1916
1917
1918 \end_layout
1919
1920 \begin_layout Standard
1921 You can alter a table by clicking on it with the right mouse button, which
1922  brings up the context menu.
1923  Under the menu entry 
1924 \family sans
1925 More
1926 \family default
1927  you can adjust the settings of that cell and row/column respectively where
1928  the cursor is currently placed.
1929  The context menu 
1930 \family sans
1931 More\SpecialChar menuseparator
1932 Settings
1933 \family default
1934  opens the table dialog where you can adjust more things.
1935  Most of the dialog options also work on selections.
1936  This means if you select more cells, columns or rows, the action is done
1937  for the whole selection.
1938  Note that there is a difference between selecting the 
1939 \emph on
1940 contents
1941 \emph default
1942  of the cell, and the cell itself.
1943 \begin_inset Newline newline
1944 \end_inset
1945
1946 With the dialog option 
1947 \family sans
1948 Immediate
1949 \begin_inset space ~
1950 \end_inset
1951
1952 Apply
1953 \family default
1954  every change you make in the dialog is directly applied.
1955  If you move the cursor to another table cell the dialog will then also
1956  be updated with the parameters of the new cell.
1957  If you change length values in the dialog you must press 
1958 \family sans
1959 Return
1960 \family default
1961  to get the change applied.
1962 \begin_inset Newline newline
1963 \end_inset
1964
1965 You can alter tables with the following tabs of the table dialog:
1966 \end_layout
1967
1968 \begin_layout Description
1969 Table
1970 \begin_inset space ~
1971 \end_inset
1972
1973 Settings Here you can set the table width
1974 \begin_inset Index idx
1975 status collapsed
1976
1977 \begin_layout Plain Layout
1978 Table ! Width
1979 \end_layout
1980
1981 \end_inset
1982
1983 , and the horizontal alignment and the width of the current column.
1984  The alignment 
1985 \family sans
1986 At
1987 \begin_inset space ~
1988 \end_inset
1989
1990 Decimal
1991 \begin_inset space ~
1992 \end_inset
1993
1994 Separator
1995 \family default
1996  is described in section
1997 \begin_inset space ~
1998 \end_inset
1999
2000
2001 \begin_inset CommandInset ref
2002 LatexCommand ref
2003 reference "subsec:Special-Cell-Alignment"
2004
2005 \end_inset
2006
2007 .
2008  When you have set a width you can also adjust the vertical alignment of
2009  the current row.
2010  A given width will allow the cell to have line breaks and multiple paragraphs
2011  of text, see sec.
2012 \begin_inset space \thinspace{}
2013 \end_inset
2014
2015
2016 \begin_inset CommandInset ref
2017 LatexCommand ref
2018 reference "subsec:Multiple-Lines-in"
2019
2020 \end_inset
2021
2022 .
2023  If you set no width, the column is as wide as the content of its widest
2024  cell.
2025 \begin_inset Newline newline
2026 \end_inset
2027
2028 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2029  cell, see sec.
2030 \begin_inset space \thinspace{}
2031 \end_inset
2032
2033
2034 \begin_inset CommandInset ref
2035 LatexCommand ref
2036 reference "subsec:Multicolumns"
2037
2038 \end_inset
2039
2040  or the cells of one column as multirow cell, see sec.
2041 \begin_inset space \thinspace{}
2042 \end_inset
2043
2044
2045 \begin_inset CommandInset ref
2046 LatexCommand ref
2047 reference "subsec:Multirows"
2048
2049 \end_inset
2050
2051 .
2052 \begin_inset Newline newline
2053 \end_inset
2054
2055 The rotate check boxes rotate the current cell, a selection, or the whole
2056  table counter-clockwise by 90
2057 \begin_inset space \thinspace{}
2058 \end_inset
2059
2060 °.
2061  The rotation is not shown within \SpecialChar LyX
2062 , only in the output.
2063  For more information see sec.
2064 \begin_inset space \thinspace{}
2065 \end_inset
2066
2067
2068 \begin_inset CommandInset ref
2069 LatexCommand ref
2070 reference "sec:Rotated-Table-Cells"
2071
2072 \end_inset
2073
2074 .
2075 \begin_inset Newline newline
2076 \end_inset
2077
2078
2079 \begin_inset Note Greyedout
2080 status open
2081
2082 \begin_layout Plain Layout
2083
2084 \series bold
2085 Note:
2086 \series default
2087  Not all DVI-viewers are able to display rotations.
2088 \end_layout
2089
2090 \end_inset
2091
2092
2093 \begin_inset Newline newline
2094 \end_inset
2095
2096 The table-wide vertical alignment is used for tables within text lines:
2097 \begin_inset Newline newline
2098 \end_inset
2099
2100 A line with tables with different alignments: 
2101 \begin_inset Tabular
2102 <lyxtabular version="3" rows="2" columns="2">
2103 <features tabularvalignment="top">
2104 <column alignment="center" valignment="top" width="0pt">
2105 <column alignment="center" valignment="top">
2106 <row>
2107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2108 \begin_inset Text
2109
2110 \begin_layout Plain Layout
2111
2112 \end_layout
2113
2114 \end_inset
2115 </cell>
2116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2117 \begin_inset Text
2118
2119 \begin_layout Plain Layout
2120
2121 \family roman
2122 \series medium
2123 \shape up
2124 \size normal
2125 \emph off
2126 \bar no
2127 \noun off
2128 \color none
2129 1
2130 \end_layout
2131
2132 \end_inset
2133 </cell>
2134 </row>
2135 <row>
2136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2137 \begin_inset Text
2138
2139 \begin_layout Plain Layout
2140
2141 \family roman
2142 \series medium
2143 \shape up
2144 \size normal
2145 \emph off
2146 \bar no
2147 \noun off
2148 \color none
2149 A
2150 \end_layout
2151
2152 \end_inset
2153 </cell>
2154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2155 \begin_inset Text
2156
2157 \begin_layout Plain Layout
2158
2159 \end_layout
2160
2161 \end_inset
2162 </cell>
2163 </row>
2164 </lyxtabular>
2165
2166 \end_inset
2167
2168  
2169 \begin_inset Tabular
2170 <lyxtabular version="3" rows="2" columns="2">
2171 <features tabularvalignment="middle">
2172 <column alignment="center" valignment="top">
2173 <column alignment="center" valignment="top">
2174 <row>
2175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2176 \begin_inset Text
2177
2178 \begin_layout Plain Layout
2179
2180 \end_layout
2181
2182 \end_inset
2183 </cell>
2184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2185 \begin_inset Text
2186
2187 \begin_layout Plain Layout
2188
2189 \family roman
2190 \series medium
2191 \shape up
2192 \size normal
2193 \emph off
2194 \bar no
2195 \noun off
2196 \color none
2197 1
2198 \end_layout
2199
2200 \end_inset
2201 </cell>
2202 </row>
2203 <row>
2204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2205 \begin_inset Text
2206
2207 \begin_layout Plain Layout
2208
2209 \family roman
2210 \series medium
2211 \shape up
2212 \size normal
2213 \emph off
2214 \bar no
2215 \noun off
2216 \color none
2217 A
2218 \end_layout
2219
2220 \end_inset
2221 </cell>
2222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2223 \begin_inset Text
2224
2225 \begin_layout Plain Layout
2226
2227 \end_layout
2228
2229 \end_inset
2230 </cell>
2231 </row>
2232 </lyxtabular>
2233
2234 \end_inset
2235
2236  
2237 \begin_inset Tabular
2238 <lyxtabular version="3" rows="2" columns="2">
2239 <features tabularvalignment="bottom">
2240 <column alignment="center" valignment="top" width="0pt">
2241 <column alignment="center" valignment="top">
2242 <row>
2243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2244 \begin_inset Text
2245
2246 \begin_layout Plain Layout
2247
2248 \end_layout
2249
2250 \end_inset
2251 </cell>
2252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2253 \begin_inset Text
2254
2255 \begin_layout Plain Layout
2256
2257 \family roman
2258 \series medium
2259 \shape up
2260 \size normal
2261 \emph off
2262 \bar no
2263 \noun off
2264 \color none
2265 1
2266 \end_layout
2267
2268 \end_inset
2269 </cell>
2270 </row>
2271 <row>
2272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2273 \begin_inset Text
2274
2275 \begin_layout Plain Layout
2276
2277 \family roman
2278 \series medium
2279 \shape up
2280 \size normal
2281 \emph off
2282 \bar no
2283 \noun off
2284 \color none
2285 A
2286 \end_layout
2287
2288 \end_inset
2289 </cell>
2290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2291 \begin_inset Text
2292
2293 \begin_layout Plain Layout
2294
2295 \end_layout
2296
2297 \end_inset
2298 </cell>
2299 </row>
2300 </lyxtabular>
2301
2302 \end_inset
2303
2304
2305 \begin_inset Newline newline
2306 \end_inset
2307
2308 It is also possible to enter a \SpecialChar LaTeX
2309 -argument which is needed for special table
2310  formattings, see sec.
2311 \begin_inset space \thinspace{}
2312 \end_inset
2313
2314
2315 \begin_inset CommandInset ref
2316 LatexCommand ref
2317 reference "subsec:Multicolumn-Calculations"
2318
2319 \end_inset
2320
2321  and 
2322 \begin_inset CommandInset ref
2323 LatexCommand ref
2324 reference "sec:Colored-Tables"
2325
2326 \end_inset
2327
2328 .
2329 \end_layout
2330
2331 \begin_layout Description
2332 Borders In this tab you can add and delete border lines for the current
2333  row/column.
2334 \begin_inset Newline newline
2335 \end_inset
2336
2337 Using the style option 
2338 \family sans
2339 Formal
2340 \family default
2341  will convert the table to a formal table as described in sec.
2342 \begin_inset space \thinspace{}
2343 \end_inset
2344
2345
2346 \begin_inset CommandInset ref
2347 LatexCommand ref
2348 reference "sec:Formal-Tables"
2349
2350 \end_inset
2351
2352 .
2353 \begin_inset Newline newline
2354 \end_inset
2355
2356 You can also add space here to table rows as described in sec.
2357 \begin_inset space \thinspace{}
2358 \end_inset
2359
2360
2361 \begin_inset CommandInset ref
2362 LatexCommand ref
2363 reference "subsec:Row-Spacing"
2364
2365 \end_inset
2366
2367 .
2368 \end_layout
2369
2370 \begin_layout Description
2371 Multi-page
2372 \begin_inset space ~
2373 \end_inset
2374
2375 table This tab is to make a table a multi-page table that can run over several
2376  pages.
2377  Sections
2378 \begin_inset space ~
2379 \end_inset
2380
2381
2382 \begin_inset CommandInset ref
2383 LatexCommand ref
2384 reference "sec:Multi-page-Tables"
2385
2386 \end_inset
2387
2388  and 
2389 \begin_inset CommandInset ref
2390 LatexCommand ref
2391 reference "sec:Special-Longtable-Issues"
2392
2393 \end_inset
2394
2395  describe the multi-page table features in detail.
2396 \end_layout
2397
2398 \begin_layout Section
2399 Table Toolbar
2400 \begin_inset Index idx
2401 status collapsed
2402
2403 \begin_layout Plain Layout
2404 Table ! Toolbar
2405 \end_layout
2406
2407 \end_inset
2408
2409
2410 \end_layout
2411
2412 \begin_layout Standard
2413 The table toolbar is an alternative to the table dialog to be able to alter
2414  tables faster.
2415  It should normally appear at the bottom of \SpecialChar LyX
2416 's main window when the cursor
2417  is inside a table.
2418  You can alternatively switch it on to appear always, by right-clicking
2419  in \SpecialChar LyX
2420 's main menu bar.
2421 \end_layout
2422
2423 \begin_layout Standard
2424 The toolbar has the following icons:
2425 \end_layout
2426
2427 \begin_layout Labeling
2428 \labelwidthstring 00.00.0000
2429 \begin_inset Info
2430 type  "icon"
2431 arg   "tabular-feature append-row"
2432 \end_inset
2433
2434  adds a row below the current cell or selection
2435 \end_layout
2436
2437 \begin_layout Labeling
2438 \labelwidthstring 00.00.0000
2439 \begin_inset Info
2440 type  "icon"
2441 arg   "tabular-feature append-column"
2442 \end_inset
2443
2444  adds a column right beside the current cell or selection
2445 \end_layout
2446
2447 \begin_layout Labeling
2448 \labelwidthstring 00.00.0000
2449 \begin_inset Info
2450 type  "icon"
2451 arg   "tabular-feature delete-row"
2452 \end_inset
2453
2454  deletes the current row or selection
2455 \end_layout
2456
2457 \begin_layout Labeling
2458 \labelwidthstring 00.00.0000
2459 \begin_inset Info
2460 type  "icon"
2461 arg   "tabular-feature delete-column"
2462 \end_inset
2463
2464  deletes the current column or selection
2465 \end_layout
2466
2467 \begin_layout Labeling
2468 \labelwidthstring 00.00.0000
2469 \begin_inset Info
2470 type  "icon"
2471 arg   "tabular-feature move-row-up"
2472 \end_inset
2473
2474  moves the row up
2475 \end_layout
2476
2477 \begin_layout Labeling
2478 \labelwidthstring 00.00.0000
2479 \begin_inset Info
2480 type  "icon"
2481 arg   "tabular-feature move-column-left"
2482 \end_inset
2483
2484  moves the column to the left
2485 \end_layout
2486
2487 \begin_layout Labeling
2488 \labelwidthstring 00.00.0000
2489 \begin_inset Info
2490 type  "icon"
2491 arg   "tabular-feature move-row-down"
2492 \end_inset
2493
2494  moves the row down
2495 \end_layout
2496
2497 \begin_layout Labeling
2498 \labelwidthstring 00.00.0000
2499 \begin_inset Info
2500 type  "icon"
2501 arg   "tabular-feature move-column-right"
2502 \end_inset
2503
2504  moves the column to the right
2505 \end_layout
2506
2507 \begin_layout Labeling
2508 \labelwidthstring 00.00.0000
2509 \begin_inset Info
2510 type  "icon"
2511 arg   "tabular-feature toggle-line-top"
2512 \end_inset
2513
2514  adds a line at the top of the current cell / row or of a selection
2515 \end_layout
2516
2517 \begin_layout Labeling
2518 \labelwidthstring 00.00.0000
2519 \begin_inset Info
2520 type  "icon"
2521 arg   "tabular-feature toggle-line-bottom"
2522 \end_inset
2523
2524  adds a line at the bottom of the current cell / row or of a selection
2525 \end_layout
2526
2527 \begin_layout Labeling
2528 \labelwidthstring 00.00.0000
2529 \begin_inset Info
2530 type  "icon"
2531 arg   "tabular-feature toggle-line-left"
2532 \end_inset
2533
2534  adds a line at the left side of the current cell / row or of a selection
2535 \end_layout
2536
2537 \begin_layout Labeling
2538 \labelwidthstring 00.00.0000
2539 \begin_inset Info
2540 type  "icon"
2541 arg   "tabular-feature toggle-line-right"
2542 \end_inset
2543
2544  adds a line at the right side of the current cell / row or of a selection
2545 \end_layout
2546
2547 \begin_layout Labeling
2548 \labelwidthstring 00.00.0000
2549 \begin_inset Info
2550 type  "icon"
2551 arg   "tabular-feature set-all-lines"
2552 \end_inset
2553
2554  adds lines around the current or selected cells - if the current cell no
2555  multicolumn cell this also affects the current row and column
2556 \end_layout
2557
2558 \begin_layout Labeling
2559 \labelwidthstring 00.00.0000
2560 \begin_inset Info
2561 type  "icon"
2562 arg   "tabular-feature unset-all-lines"
2563 \end_inset
2564
2565  deletes all lines of the current or selected cells - if the current cell
2566  no multicolumn cell this also affects the current row and column
2567 \end_layout
2568
2569 \begin_layout Labeling
2570 \labelwidthstring 00.00.0000
2571 \begin_inset Info
2572 type  "icon"
2573 arg   "tabular-feature m-align-left"
2574 \end_inset
2575
2576  left-aligns the content of the current cell / column
2577 \end_layout
2578
2579 \begin_layout Labeling
2580 \labelwidthstring 00.00.0000
2581 \begin_inset Info
2582 type  "icon"
2583 arg   "tabular-feature m-align-center"
2584 \end_inset
2585
2586  centers the content of the current cell / column horizontally
2587 \end_layout
2588
2589 \begin_layout Labeling
2590 \labelwidthstring 00.00.0000
2591 \begin_inset Info
2592 type  "icon"
2593 arg   "tabular-feature m-align-right"
2594 \end_inset
2595
2596  right-aligns the content of the current cell / column
2597 \end_layout
2598
2599 \begin_layout Labeling
2600 \labelwidthstring 00.00.0000
2601 \begin_inset Info
2602 type  "icon"
2603 arg   "tabular-feature align-decimal"
2604 \end_inset
2605
2606  aligns the content of the current column at a character
2607 \end_layout
2608
2609 \begin_layout Labeling
2610 \labelwidthstring 00.00.0000
2611 \begin_inset Info
2612 type  "icon"
2613 arg   "tabular-feature m-valign-top"
2614 \end_inset
2615
2616  aligns the content of the current cell vertically to the top
2617 \end_layout
2618
2619 \begin_layout Labeling
2620 \labelwidthstring 00.00.0000
2621 \begin_inset Info
2622 type  "icon"
2623 arg   "tabular-feature m-valign-middle"
2624 \end_inset
2625
2626  centers the content of the current cell vertically
2627 \end_layout
2628
2629 \begin_layout Labeling
2630 \labelwidthstring 00.00.0000
2631 \begin_inset Info
2632 type  "icon"
2633 arg   "tabular-feature m-valign-bottom"
2634 \end_inset
2635
2636  aligns the content of the current cell vertically to the bottom
2637 \end_layout
2638
2639 \begin_layout Labeling
2640 \labelwidthstring 00.00.0000
2641 \begin_inset Info
2642 type  "icon"
2643 arg   "tabular-feature set-rotate-cell"
2644 \end_inset
2645
2646  rotates the current cell or selection counter-clockwise by 90°
2647 \end_layout
2648
2649 \begin_layout Labeling
2650 \labelwidthstring 00.00.0000
2651 \begin_inset Info
2652 type  "icon"
2653 arg   "tabular-feature set-rotate-tabular"
2654 \end_inset
2655
2656  rotates the whole table counter-clockwise by 90°
2657 \end_layout
2658
2659 \begin_layout Labeling
2660 \labelwidthstring 00.00.0000
2661 \begin_inset Info
2662 type  "icon"
2663 arg   "tabular-feature multicolumn"
2664 \end_inset
2665
2666  sets the current cell or selection as a multicolumn
2667 \end_layout
2668
2669 \begin_layout Labeling
2670 \labelwidthstring 00.00.0000
2671 \begin_inset Info
2672 type  "icon"
2673 arg   "tabular-feature multirow"
2674 \end_inset
2675
2676  sets the current cell or selection as a multirow
2677 \end_layout
2678
2679 \begin_layout Standard
2680 \begin_inset Note Greyedout
2681 status open
2682
2683 \begin_layout Plain Layout
2684
2685 \series bold
2686 Note:
2687 \series default
2688  For the output the vertical alignment of the first cell in a row is used
2689  for all following cells in the row.
2690 \end_layout
2691
2692 \end_inset
2693
2694
2695 \end_layout
2696
2697 \begin_layout Section
2698 Edit Table Menu
2699 \begin_inset Index idx
2700 status collapsed
2701
2702 \begin_layout Plain Layout
2703 Table ! Edit Menu
2704 \end_layout
2705
2706 \end_inset
2707
2708
2709 \end_layout
2710
2711 \begin_layout Standard
2712 In addition to the table dialog and toolbar, the menu 
2713 \family sans
2714 Edit\SpecialChar menuseparator
2715 Table
2716 \family default
2717  allows you to add and delete border lines for the current row/column and
2718  to set the current selection as multicolumn.
2719  The menu is only available when the cursor is inside a table.
2720 \end_layout
2721
2722 \begin_layout Section
2723 Table Floats
2724 \begin_inset CommandInset label
2725 LatexCommand label
2726 name "sec:Table-Floats"
2727
2728 \end_inset
2729
2730
2731 \begin_inset Index idx
2732 status collapsed
2733
2734 \begin_layout Plain Layout
2735 Floats ! Tables
2736 \end_layout
2737
2738 \end_inset
2739
2740
2741 \begin_inset Index idx
2742 status collapsed
2743
2744 \begin_layout Plain Layout
2745 Table ! Floats
2746 \end_layout
2747
2748 \end_inset
2749
2750
2751 \end_layout
2752
2753 \begin_layout Standard
2754 For general explanations about floats, have a look at section
2755 \begin_inset space ~
2756 \end_inset
2757
2758
2759 \begin_inset CommandInset ref
2760 LatexCommand ref
2761 reference "sec:FloatIntroduction"
2762
2763 \end_inset
2764
2765 .
2766 \end_layout
2767
2768 \begin_layout Standard
2769 \begin_inset Float table
2770 placement h
2771 wide false
2772 sideways false
2773 status open
2774
2775 \begin_layout Plain Layout
2776 \begin_inset Caption Standard
2777
2778 \begin_layout Plain Layout
2779 \begin_inset CommandInset label
2780 LatexCommand label
2781 name "tab:a table float"
2782
2783 \end_inset
2784
2785 A table float.
2786 \end_layout
2787
2788 \end_inset
2789
2790
2791 \end_layout
2792
2793 \begin_layout Plain Layout
2794 \align center
2795 \begin_inset Tabular
2796 <lyxtabular version="3" rows="3" columns="3">
2797 <features tabularvalignment="middle">
2798 <column alignment="center" valignment="top" width="0pt">
2799 <column alignment="center" valignment="top" width="0pt">
2800 <column alignment="center" valignment="top" width="0pt">
2801 <row>
2802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Plain Layout
2806
2807 \family roman
2808 \series medium
2809 \shape up
2810 \size normal
2811 \emph off
2812 \bar no
2813 \noun off
2814 \color none
2815 1
2816 \end_layout
2817
2818 \end_inset
2819 </cell>
2820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Plain Layout
2824
2825 \family roman
2826 \series medium
2827 \shape up
2828 \size normal
2829 \emph off
2830 \bar no
2831 \noun off
2832 \color none
2833 2
2834 \end_layout
2835
2836 \end_inset
2837 </cell>
2838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2839 \begin_inset Text
2840
2841 \begin_layout Plain Layout
2842
2843 \family roman
2844 \series medium
2845 \shape up
2846 \size normal
2847 \emph off
2848 \bar no
2849 \noun off
2850 \color none
2851 3
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 </row>
2857 <row>
2858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2859 \begin_inset Text
2860
2861 \begin_layout Plain Layout
2862
2863 \family roman
2864 \series medium
2865 \shape up
2866 \size normal
2867 \emph off
2868 \bar no
2869 \noun off
2870 \color none
2871 Joe
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880
2881 \family roman
2882 \series medium
2883 \shape up
2884 \size normal
2885 \emph off
2886 \bar no
2887 \noun off
2888 \color none
2889 Mary
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Plain Layout
2898
2899 \family roman
2900 \series medium
2901 \shape up
2902 \size normal
2903 \emph off
2904 \bar no
2905 \noun off
2906 \color none
2907 Ted
2908 \end_layout
2909
2910 \end_inset
2911 </cell>
2912 </row>
2913 <row>
2914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918
2919 \family roman
2920 \series medium
2921 \shape up
2922 \size normal
2923 \emph off
2924 \bar no
2925 \noun off
2926 \color none
2927 \begin_inset Formula $\int x^{2}dx$
2928 \end_inset
2929
2930
2931 \end_layout
2932
2933 \end_inset
2934 </cell>
2935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2936 \begin_inset Text
2937
2938 \begin_layout Plain Layout
2939
2940 \family roman
2941 \series medium
2942 \shape up
2943 \size normal
2944 \emph off
2945 \bar no
2946 \noun off
2947 \color none
2948 \begin_inset Formula $\left[\begin{array}{cc}
2949 a & b\\
2950 c & d
2951 \end{array}\right]$
2952 \end_inset
2953
2954
2955 \end_layout
2956
2957 \end_inset
2958 </cell>
2959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2960 \begin_inset Text
2961
2962 \begin_layout Plain Layout
2963
2964 \family roman
2965 \series medium
2966 \shape up
2967 \size normal
2968 \emph off
2969 \bar no
2970 \noun off
2971 \color none
2972 \begin_inset Formula $1+1=2$
2973 \end_inset
2974
2975
2976 \end_layout
2977
2978 \end_inset
2979 </cell>
2980 </row>
2981 </lyxtabular>
2982
2983 \end_inset
2984
2985
2986 \end_layout
2987
2988 \end_inset
2989
2990
2991 \end_layout
2992
2993 \begin_layout Standard
2994 Table floats can be inserted using the menu 
2995 \family sans
2996 Insert\SpecialChar menuseparator
2997 Float\SpecialChar menuseparator
2998 Table
2999 \family default
3000  or the toolbar button 
3001 \begin_inset Info
3002 type  "icon"
3003 arg   "float-insert table"
3004 \end_inset
3005
3006 .
3007 \end_layout
3008
3009 \begin_layout Standard
3010 The float appears as a collapsible box with a caption that has the label
3011  
3012 \begin_inset Quotes eld
3013 \end_inset
3014
3015 Table
3016 \begin_inset space ~
3017 \end_inset
3018
3019 #:
3020 \begin_inset Quotes erd
3021 \end_inset
3022
3023  (# is the actual table number).
3024  You can insert tables in the float above or below the caption.
3025 \end_layout
3026
3027 \begin_layout Standard
3028 Table
3029 \begin_inset space ~
3030 \end_inset
3031
3032
3033 \begin_inset CommandInset ref
3034 LatexCommand ref
3035 reference "tab:a table float"
3036
3037 \end_inset
3038
3039  is an example table within a table float.
3040 \end_layout
3041
3042 \begin_layout Standard
3043 Having the caption above the table is the common rule that is unfortunately
3044  not supported in \SpecialChar LaTeX
3045 's standard classes.
3046  This means that, if you are using the document classes 
3047 \family sans
3048 article
3049 \family default
3050
3051 \family sans
3052 book
3053 \family default
3054
3055 \family sans
3056 letter
3057 \family default
3058 , or 
3059 \family sans
3060 report
3061 \family default
3062 , there will be no space between the caption and the table.
3063  To insert the needed space, add the following option to the load command
3064  of the \SpecialChar LaTeX
3065 -package 
3066 \series bold
3067 caption
3068 \series default
3069
3070 \begin_inset Index idx
3071 status collapsed
3072
3073 \begin_layout Plain Layout
3074 \SpecialChar LaTeX
3075 -packages ! caption
3076 \end_layout
3077
3078 \end_inset
3079
3080  in your document preamble:
3081 \begin_inset Foot
3082 status collapsed
3083
3084 \begin_layout Plain Layout
3085 For more information have a look at section
3086 \begin_inset space ~
3087 \end_inset
3088
3089
3090 \begin_inset CommandInset ref
3091 LatexCommand ref
3092 reference "sec:Caption-Placement"
3093
3094 \end_inset
3095
3096 .
3097 \end_layout
3098
3099 \end_inset
3100
3101
3102 \end_layout
3103
3104 \begin_layout Standard
3105
3106 \series bold
3107 tableposition=top
3108 \end_layout
3109
3110 \begin_layout Standard
3111 The package 
3112 \series bold
3113 caption
3114 \series default
3115 , which is described in section
3116 \begin_inset space ~
3117 \end_inset
3118
3119
3120 \begin_inset CommandInset ref
3121 LatexCommand ref
3122 reference "sec:Caption-Formatting"
3123
3124 \end_inset
3125
3126 , is used to adjust the caption format.
3127 \end_layout
3128
3129 \begin_layout Standard
3130 \begin_inset Index idx
3131 status collapsed
3132
3133 \begin_layout Plain Layout
3134 References ! to Tables
3135 \end_layout
3136
3137 \end_inset
3138
3139 Tables can be cross-referenced in the text by referencing their label.
3140  To do this insert a label in the caption using the menu 
3141 \family sans
3142 Insert\SpecialChar menuseparator
3143 Label
3144 \family default
3145  or the toolbar button 
3146 \begin_inset Info
3147 type  "icon"
3148 arg   "label-insert"
3149 \end_inset
3150
3151 .
3152  You can now refer to the label using the menu 
3153 \family sans
3154 Insert\SpecialChar menuseparator
3155 Cross
3156 \begin_inset space ~
3157 \end_inset
3158
3159 reference
3160 \family default
3161  or the toolbar button 
3162 \begin_inset Info
3163 type  "icon"
3164 arg   "dialog-show-new-inset ref"
3165 \end_inset
3166
3167 .
3168 \begin_inset Newline newline
3169 \end_inset
3170
3171 Referencing is explained in detail in section
3172 \begin_inset space ~
3173 \end_inset
3174
3175
3176 \begin_inset CommandInset ref
3177 LatexCommand ref
3178 reference "sec:Referencing-Floats"
3179
3180 \end_inset
3181
3182 .
3183 \end_layout
3184
3185 \begin_layout Section
3186
3187 \family sans
3188 Multi-page Table
3189 \family default
3190 s
3191 \begin_inset CommandInset label
3192 LatexCommand label
3193 name "sec:Multi-page-Tables"
3194
3195 \end_inset
3196
3197
3198 \begin_inset Index idx
3199 status collapsed
3200
3201 \begin_layout Plain Layout
3202 Multi-page Table
3203 \end_layout
3204
3205 \end_inset
3206
3207
3208 \begin_inset Index idx
3209 status collapsed
3210
3211 \begin_layout Plain Layout
3212 Table ! Multi-page Table
3213 \end_layout
3214
3215 \end_inset
3216
3217
3218 \end_layout
3219
3220 \begin_layout Standard
3221 If the table is too long to fit on one page, you can use the option 
3222 \family sans
3223 Use
3224 \begin_inset space ~
3225 \end_inset
3226
3227 multi-page
3228 \family default
3229  table in the tab 
3230 \family sans
3231 Multi-page
3232 \begin_inset space ~
3233 \end_inset
3234
3235 table
3236 \family default
3237  of the table dialog to split the table automatically over more pages.
3238  Doing this enables the following options:
3239 \end_layout
3240
3241 \begin_layout Description
3242 Header: The current row is defined to be a header row that appears on all
3243  pages of the multi-page table; except for the first page, if 
3244 \family sans
3245 First
3246 \begin_inset space ~
3247 \end_inset
3248
3249 header
3250 \family default
3251  is defined.
3252  This is therefore called the main header.
3253 \end_layout
3254
3255 \begin_layout Description
3256 First
3257 \begin_inset space ~
3258 \end_inset
3259
3260 header: The current row is defined to be a header row that appears on the
3261  first page of the multi-page table.
3262 \end_layout
3263
3264 \begin_layout Description
3265 Footer: The current row is defined to be a footer row that appears on all
3266  pages of the multi-page table; except for the last page, if 
3267 \family sans
3268 Last
3269 \begin_inset space ~
3270 \end_inset
3271
3272 footer
3273 \family default
3274  is defined.
3275 \end_layout
3276
3277 \begin_layout Description
3278 Last
3279 \begin_inset space ~
3280 \end_inset
3281
3282 footer: The current row is defined to be a footer row that appears on the
3283  last page of the multi-page table.
3284 \end_layout
3285
3286 \begin_layout Description
3287 Caption: The current row contains the table caption.
3288  The row is reset as single column and a caption is inserted.
3289  More about multi-page table captions is explained in sec.
3290 \begin_inset space \thinspace{}
3291 \end_inset
3292
3293
3294 \begin_inset CommandInset ref
3295 LatexCommand ref
3296 reference "subsec:Multi-page-Table-Captions"
3297
3298 \end_inset
3299
3300 .
3301 \end_layout
3302
3303 \begin_layout Standard
3304 You can also specify a row where the table is split.
3305  See the following multi-page table to see how it works:
3306 \end_layout
3307
3308 \begin_layout Standard
3309 \align center
3310 \begin_inset Tabular
3311 <lyxtabular version="3" rows="69" columns="3">
3312 <features islongtable="true" longtabularalignment="center">
3313 <column alignment="left" valignment="top" width="0cm">
3314 <column alignment="left" valignment="top" width="0pt">
3315 <column alignment="center" valignment="top" width="0pt">
3316 <row endfirsthead="true">
3317 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321
3322 \series bold
3323 Example Phone List (ignore the names)
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 </row>
3347 <row endfirsthead="true">
3348 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \series bold
3354 NAME
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372
3373 \series bold
3374 TEL.
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 </row>
3380 <row endhead="true">
3381 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385
3386 \series bold
3387 Example Phone List
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 </row>
3411 <row endhead="true">
3412 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416
3417 \series bold
3418 NAME
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3424 \begin_inset Text
3425
3426 \begin_layout Plain Layout
3427
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436
3437 \series bold
3438 TEL.
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 </row>
3444 <row endfoot="true">
3445 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Plain Layout
3449  continued on next page
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Plain Layout
3458
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 </row>
3473 <row>
3474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478
3479 \series bold
3480 Annovi
3481 \end_layout
3482
3483 \end_inset
3484 </cell>
3485 <cell alignment="center" valignment="top" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489 Silvia
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498 111
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 </row>
3504 <row>
3505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509
3510 \series bold
3511 Bertoli
3512 \end_layout
3513
3514 \end_inset
3515 </cell>
3516 <cell alignment="center" valignment="top" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Plain Layout
3520 Stefano
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529 111
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 </row>
3535 <row>
3536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540
3541 \series bold
3542 Bozzi
3543 \end_layout
3544
3545 \end_inset
3546 </cell>
3547 <cell alignment="center" valignment="top" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Plain Layout
3551 Walter
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560 111
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 </row>
3566 <row>
3567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571
3572 \series bold
3573 Cachia
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 <cell alignment="center" valignment="top" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582 Maria
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591 111
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 </row>
3597 <row>
3598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602
3603 \series bold
3604 Cachia
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 <cell alignment="center" valignment="top" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Plain Layout
3613 Maurizio
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622 111
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 </row>
3628 <row>
3629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633
3634 \series bold
3635 Cinquemani
3636 \end_layout
3637
3638 \end_inset
3639 </cell>
3640 <cell alignment="center" valignment="top" usebox="none">
3641 \begin_inset Text
3642
3643 \begin_layout Plain Layout
3644 Giusi
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653 111
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 </row>
3659 <row>
3660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664
3665 \series bold
3666 Colin
3667 \end_layout
3668
3669 \end_inset
3670 </cell>
3671 <cell alignment="center" valignment="top" usebox="none">
3672 \begin_inset Text
3673
3674 \begin_layout Plain Layout
3675 Bernard
3676 \end_layout
3677
3678 \end_inset
3679 </cell>
3680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684 111
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 </row>
3690 <row>
3691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695
3696 \series bold
3697 Concli
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 <cell alignment="center" valignment="top" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706 Gianfranco
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715 111
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 </row>
3721 <row>
3722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Plain Layout
3726
3727 \series bold
3728 Dal Bosco
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 <cell alignment="center" valignment="top" usebox="none">
3734 \begin_inset Text
3735
3736 \begin_layout Plain Layout
3737 Carolina
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746 111
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 </row>
3752 <row>
3753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757
3758 \series bold
3759 Dalpiaz
3760 \end_layout
3761
3762 \end_inset
3763 </cell>
3764 <cell alignment="center" valignment="top" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Plain Layout
3768 Annamaria
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777 111
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 </row>
3783 <row>
3784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788
3789 \series bold
3790 Feliciello
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 <cell alignment="center" valignment="top" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Plain Layout
3799 Domenico
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808 111
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 </row>
3814 <row>
3815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Plain Layout
3819
3820 \series bold
3821 Focarelli
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 <cell alignment="center" valignment="top" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830 Paola
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839 111
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 </row>
3845 <row>
3846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850
3851 \series bold
3852 Galletti
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 <cell alignment="center" valignment="top" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861 Oreste
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870 111
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 </row>
3876 <row>
3877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881
3882 \series bold
3883 Gasparini
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 <cell alignment="center" valignment="top" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Plain Layout
3892 Franca
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901 111
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 </row>
3907 <row>
3908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912
3913 \series bold
3914 Rizzardi
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 <cell alignment="center" valignment="top" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Plain Layout
3923 Paola
3924 \end_layout
3925
3926 \end_inset
3927 </cell>
3928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932 111
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 </row>
3938 <row>
3939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943
3944 \series bold
3945 Lassini
3946 \end_layout
3947
3948 \end_inset
3949 </cell>
3950 <cell alignment="center" valignment="top" usebox="none">
3951 \begin_inset Text
3952
3953 \begin_layout Plain Layout
3954 Giancarlo
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963 111
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 </row>
3969 <row>
3970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Plain Layout
3974
3975 \series bold
3976 Malfatti
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 <cell alignment="center" valignment="top" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Plain Layout
3985 Luciano
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994 111
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 </row>
4000 <row>
4001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005
4006 \series bold
4007 Malfatti
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 <cell alignment="center" valignment="top" usebox="none">
4013 \begin_inset Text
4014
4015 \begin_layout Plain Layout
4016 Valeriano
4017 \end_layout
4018
4019 \end_inset
4020 </cell>
4021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025 111
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 </row>
4031 <row>
4032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036
4037 \series bold
4038 Meneguzzo
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 <cell alignment="center" valignment="top" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Plain Layout
4047 Roberto
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056 111
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 </row>
4062 <row>
4063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067
4068 \series bold
4069 Mezzadra
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 <cell alignment="center" valignment="top" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078 Roberto
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087 111
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 </row>
4093 <row>
4094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098
4099 \series bold
4100 Pirpamer
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 <cell alignment="center" valignment="top" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109 Erich
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118 111
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 </row>
4124 <row>
4125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129
4130 \series bold
4131 Pochiesa
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 <cell alignment="center" valignment="top" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140 Paolo
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 111, 222
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 </row>
4155 <row>
4156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160
4161 \series bold
4162 Radina
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 <cell alignment="center" valignment="top" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Plain Layout
4171 Claudio
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180 111
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 </row>
4186 <row>
4187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Plain Layout
4191
4192 \series bold
4193 Stuffer
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell alignment="center" valignment="top" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202 Oskar
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211 111
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 </row>
4217 <row>
4218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222
4223 \series bold
4224 Tacchelli
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 <cell alignment="center" valignment="top" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Plain Layout
4233 Ugo
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 111
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 </row>
4248 <row>
4249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253
4254 \series bold
4255 Tezzele
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 <cell alignment="center" valignment="top" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264 Margit
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 111
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 </row>
4279 <row>
4280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284
4285 \series bold
4286 Unterkalmsteiner
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 <cell alignment="center" valignment="top" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295 Frieda
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 111
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 </row>
4310 <row>
4311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315
4316 \series bold
4317 Vieider
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326 Hilde
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 111
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 </row>
4341 <row>
4342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346
4347 \series bold
4348 Vigna
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 Jürgen
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 111
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 </row>
4372 <row>
4373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377
4378 \series bold
4379 Weber
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 Maurizio
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 111
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row>
4404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408
4409 \series bold
4410 Winkler
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 Franz
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 111
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 </row>
4434 <row>
4435 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439  
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 </row>
4463 <row>
4464 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468
4469 \series bold
4470 Annovi
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 <cell alignment="center" valignment="top" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479 Silvia
4480 \end_layout
4481
4482 \end_inset
4483 </cell>
4484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488 555
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 </row>
4494 <row>
4495 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499
4500 \series bold
4501 Bertoli
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 <cell alignment="center" valignment="top" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510 Stefano
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 555
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 </row>
4525 <row>
4526 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530
4531 \series bold
4532 Bozzi
4533 \end_layout
4534
4535 \end_inset
4536 </cell>
4537 <cell alignment="center" valignment="top" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541 Walter
4542 \end_layout
4543
4544 \end_inset
4545 </cell>
4546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550 555
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 </row>
4556 <row>
4557 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561
4562 \series bold
4563 Cachia
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 <cell alignment="center" valignment="top" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572 Maria
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581 555
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 </row>
4587 <row>
4588 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592
4593 \series bold
4594 Cachia
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 <cell alignment="center" valignment="top" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603 Maurizio
4604 \end_layout
4605
4606 \end_inset
4607 </cell>
4608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612 555
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 </row>
4618 <row>
4619 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623
4624 \series bold
4625 Cinquemani
4626 \end_layout
4627
4628 \end_inset
4629 </cell>
4630 <cell alignment="center" valignment="top" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634 Giusi
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643 555
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 </row>
4649 <row>
4650 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654
4655 \series bold
4656 Colin
4657 \end_layout
4658
4659 \end_inset
4660 </cell>
4661 <cell alignment="center" valignment="top" usebox="none">
4662 \begin_inset Text
4663
4664 \begin_layout Plain Layout
4665 Bernard
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674 555
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 </row>
4680 <row>
4681 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685
4686 \series bold
4687 Concli
4688 \end_layout
4689
4690 \end_inset
4691 </cell>
4692 <cell alignment="center" valignment="top" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696 Gianfranco
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 555
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 </row>
4711 <row>
4712 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716
4717 \series bold
4718 Dal Bosco
4719 \end_layout
4720
4721 \end_inset
4722 </cell>
4723 <cell alignment="center" valignment="top" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727 Carolina
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736 555
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 </row>
4742 <row>
4743 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747
4748 \series bold
4749 Dalpiaz
4750 \end_layout
4751
4752 \end_inset
4753 </cell>
4754 <cell alignment="center" valignment="top" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758 Annamaria
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767 555
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 </row>
4773 <row>
4774 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778
4779 \series bold
4780 Feliciello
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 <cell alignment="center" valignment="top" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Plain Layout
4789 Domenico
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798 555
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 </row>
4804 <row>
4805 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809
4810 \series bold
4811 Focarelli
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 <cell alignment="center" valignment="top" usebox="none">
4817 \begin_inset Text
4818
4819 \begin_layout Plain Layout
4820 Paola
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829 555
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 </row>
4835 <row>
4836 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840
4841 \series bold
4842 Galletti
4843 \end_layout
4844
4845 \end_inset
4846 </cell>
4847 <cell alignment="center" valignment="top" usebox="none">
4848 \begin_inset Text
4849
4850 \begin_layout Plain Layout
4851 Oreste
4852 \end_layout
4853
4854 \end_inset
4855 </cell>
4856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860 555
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 </row>
4866 <row>
4867 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871
4872 \series bold
4873 Gasparini
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 <cell alignment="center" valignment="top" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882 Franca
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891 555
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 </row>
4897 <row>
4898 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902
4903 \series bold
4904 Rizzardi
4905 \end_layout
4906
4907 \end_inset
4908 </cell>
4909 <cell alignment="center" valignment="top" usebox="none">
4910 \begin_inset Text
4911
4912 \begin_layout Plain Layout
4913 Paola
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922 555
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 </row>
4928 <row>
4929 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933
4934 \series bold
4935 Lassini
4936 \end_layout
4937
4938 \end_inset
4939 </cell>
4940 <cell alignment="center" valignment="top" usebox="none">
4941 \begin_inset Text
4942
4943 \begin_layout Plain Layout
4944 Giancarlo
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953 555
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 </row>
4959 <row>
4960 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964
4965 \series bold
4966 Malfatti
4967 \end_layout
4968
4969 \end_inset
4970 </cell>
4971 <cell alignment="center" valignment="top" usebox="none">
4972 \begin_inset Text
4973
4974 \begin_layout Plain Layout
4975 Luciano
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984 555
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 </row>
4990 <row>
4991 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995
4996 \series bold
4997 Malfatti
4998 \end_layout
4999
5000 \end_inset
5001 </cell>
5002 <cell alignment="center" valignment="top" usebox="none">
5003 \begin_inset Text
5004
5005 \begin_layout Plain Layout
5006 Valeriano
5007 \end_layout
5008
5009 \end_inset
5010 </cell>
5011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015 555
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 </row>
5021 <row>
5022 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026
5027 \series bold
5028 Meneguzzo
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 <cell alignment="center" valignment="top" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037 Roberto
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046 555
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 </row>
5052 <row>
5053 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057
5058 \series bold
5059 Mezzadra
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 <cell alignment="center" valignment="top" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068 Roberto
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077 555
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 </row>
5083 <row>
5084 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088
5089 \series bold
5090 Pirpamer
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 <cell alignment="center" valignment="top" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Plain Layout
5099 Erich
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 555
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 </row>
5114 <row>
5115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119
5120 \series bold
5121 Pochiesa
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 <cell alignment="center" valignment="top" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130 Paolo
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 555, 222
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 </row>
5145 <row>
5146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5147 \begin_inset Text
5148
5149 \begin_layout Plain Layout
5150
5151 \series bold
5152 Radina
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 <cell alignment="center" valignment="top" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Plain Layout
5161 Claudio
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 555
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 </row>
5176 <row>
5177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Plain Layout
5181
5182 \series bold
5183 Stuffer
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 <cell alignment="center" valignment="top" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Plain Layout
5192 Oskar
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201 555
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 </row>
5207 <row>
5208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212
5213 \series bold
5214 Tacchelli
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 <cell alignment="center" valignment="top" usebox="none">
5220 \begin_inset Text
5221
5222 \begin_layout Plain Layout
5223 Ugo
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232 555
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 </row>
5238 <row>
5239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243
5244 \series bold
5245 Tezzele
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 <cell alignment="center" valignment="top" usebox="none">
5251 \begin_inset Text
5252
5253 \begin_layout Plain Layout
5254 Margit
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 555
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 </row>
5269 <row>
5270 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274
5275 \series bold
5276 Unterkalmsteiner
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 <cell alignment="center" valignment="top" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Plain Layout
5285 Frieda
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 555
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 </row>
5300 <row>
5301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5302 \begin_inset Text
5303
5304 \begin_layout Plain Layout
5305
5306 \series bold
5307 Vieider
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 <cell alignment="center" valignment="top" usebox="none">
5313 \begin_inset Text
5314
5315 \begin_layout Plain Layout
5316 Hilde
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325 555
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 </row>
5331 <row>
5332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Plain Layout
5336
5337 \series bold
5338 Vigna
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 <cell alignment="center" valignment="top" usebox="none">
5344 \begin_inset Text
5345
5346 \begin_layout Plain Layout
5347 Jürgen
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356 999
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 </row>
5362 <row>
5363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5364 \begin_inset Text
5365
5366 \begin_layout Plain Layout
5367
5368 \series bold
5369 Weber
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 <cell alignment="center" valignment="top" usebox="none">
5375 \begin_inset Text
5376
5377 \begin_layout Plain Layout
5378 Maurizio
5379 \end_layout
5380
5381 \end_inset
5382 </cell>
5383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5384 \begin_inset Text
5385
5386 \begin_layout Plain Layout
5387 555
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 </row>
5393 <row>
5394 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398
5399 \series bold
5400 Winkler
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5406 \begin_inset Text
5407
5408 \begin_layout Plain Layout
5409 Franz
5410 \end_layout
5411
5412 \end_inset
5413 </cell>
5414 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418 555
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 </row>
5424 <row endlastfoot="true">
5425 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429 end
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 </row>
5453 </lyxtabular>
5454
5455 \end_inset
5456
5457
5458 \begin_inset ERT
5459 status collapsed
5460
5461 \begin_layout Plain Layout
5462
5463
5464 \backslash
5465 addtocounter{table}{-1}
5466 \end_layout
5467
5468 \end_inset
5469
5470
5471 \begin_inset Note Note
5472 status collapsed
5473
5474 \begin_layout Plain Layout
5475 See the first greyed-out note in section
5476 \begin_inset space ~
5477 \end_inset
5478
5479
5480 \begin_inset CommandInset ref
5481 LatexCommand ref
5482 reference "subsec:Multi-page-Table-Captions"
5483
5484 \end_inset
5485
5486  for an explanation of this command.
5487 \end_layout
5488
5489 \end_inset
5490
5491
5492 \end_layout
5493
5494 \begin_layout Subsection
5495 Footnotes in Multi-page tables
5496 \begin_inset CommandInset label
5497 LatexCommand label
5498 name "subsec:Footnotes-in-Multi-page"
5499
5500 \end_inset
5501
5502
5503 \begin_inset Index idx
5504 status collapsed
5505
5506 \begin_layout Plain Layout
5507 Table ! Multi-page Table ! Footnotes
5508 \end_layout
5509
5510 \end_inset
5511
5512
5513 \end_layout
5514
5515 \begin_layout Standard
5516 Footnotes can be inserted to every Multi-page table cell.
5517  They appear at the bottom of the page where the table cell with the footnote
5518  appears.
5519  Table
5520 \begin_inset space ~
5521 \end_inset
5522
5523
5524 \begin_inset CommandInset ref
5525 LatexCommand ref
5526 reference "tab:DiffCaptions"
5527
5528 \end_inset
5529
5530  has for example a footnote.
5531 \end_layout
5532
5533 \begin_layout Subsection
5534 Multi-page Table Alignment
5535 \begin_inset Index idx
5536 status collapsed
5537
5538 \begin_layout Plain Layout
5539 Table ! Multi-page Table ! Alignment
5540 \end_layout
5541
5542 \end_inset
5543
5544
5545 \end_layout
5546
5547 \begin_layout Standard
5548 The horizontal alignment of multi-page tables can be set in the table settings
5549  dialog.
5550  For left- and right-alignment the table will be directly at the page border.
5551  To add space between the table and the border one has to set the alignment
5552  to center and change the value of the \SpecialChar LaTeX
5553 -lengths 
5554 \series bold
5555
5556 \backslash
5557 LTleft 
5558 \series default
5559 or 
5560 \series bold
5561
5562 \backslash
5563 LTright
5564 \series default
5565  by inserting this line as \SpecialChar TeX
5566  Code before the multi-page table:
5567 \end_layout
5568
5569 \begin_layout Standard
5570
5571 \series bold
5572
5573 \backslash
5574 setlength{
5575 \backslash
5576 LTleft}{value}
5577 \end_layout
5578
5579 \begin_layout Standard
5580 The value can have any of the units listed in Table
5581 \begin_inset space ~
5582 \end_inset
5583
5584
5585 \begin_inset CommandInset ref
5586 LatexCommand ref
5587 reference "tab:Units"
5588
5589 \end_inset
5590
5591 .
5592  
5593 \series bold
5594
5595 \backslash
5596 LTleft
5597 \series default
5598  controls the horizontal distance from the left page border to the multi-page
5599  table, 
5600 \series bold
5601
5602 \backslash
5603 LTright
5604 \series default
5605  the distance from the right side.
5606  The default value for both lengths is 
5607 \series bold
5608
5609 \backslash
5610 fill
5611 \series default
5612 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5613 .
5614 \end_layout
5615
5616 \begin_layout Standard
5617 The following multi-page table was centered and 
5618 \series bold
5619
5620 \backslash
5621 LTleft
5622 \series default
5623  set to 
5624 \family sans
5625 0.1
5626 \backslash
5627 columnwidth
5628 \family default
5629 :
5630 \begin_inset ERT
5631 status collapsed
5632
5633 \begin_layout Plain Layout
5634
5635
5636 \backslash
5637 setlength{
5638 \backslash
5639 LTleft}{0.1
5640 \backslash
5641 columnwidth}
5642 \end_layout
5643
5644 \end_inset
5645
5646
5647 \end_layout
5648
5649 \begin_layout Standard
5650 \begin_inset Tabular
5651 <lyxtabular version="3" rows="5" columns="5">
5652 <features islongtable="true" longtabularalignment="center">
5653 <column alignment="center" valignment="top">
5654 <column alignment="center" valignment="top" width="0pt">
5655 <column alignment="center" valignment="top">
5656 <column alignment="center" valignment="top">
5657 <column alignment="center" valignment="top">
5658 <row>
5659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 1
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672 2
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 3
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690 4
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5696 \begin_inset Text
5697
5698 \begin_layout Plain Layout
5699 5
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 </row>
5705 <row>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 asd
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 s
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 s
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 s
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746 asd
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 </row>
5752 <row>
5753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 asd
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 s
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 s
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 s
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 asd
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 </row>
5799 <row>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 asd
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 s
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 s
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 s
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 asd
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 </row>
5846 <row>
5847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 asd
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 asd
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 asd
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 asd
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 asd
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 </row>
5893 </lyxtabular>
5894
5895 \end_inset
5896
5897
5898 \begin_inset ERT
5899 status collapsed
5900
5901 \begin_layout Plain Layout
5902
5903
5904 \backslash
5905 setlength{
5906 \backslash
5907 LTleft}{
5908 \backslash
5909 fill}
5910 \end_layout
5911
5912 \end_inset
5913
5914
5915 \begin_inset ERT
5916 status collapsed
5917
5918 \begin_layout Plain Layout
5919
5920
5921 \backslash
5922 addtocounter{table}{-1}
5923 \end_layout
5924
5925 \end_inset
5926
5927
5928 \begin_inset Note Note
5929 status collapsed
5930
5931 \begin_layout Plain Layout
5932 See the first greyed-out note in section
5933 \begin_inset space ~
5934 \end_inset
5935
5936
5937 \begin_inset CommandInset ref
5938 LatexCommand ref
5939 reference "subsec:Multi-page-Table-Captions"
5940
5941 \end_inset
5942
5943  for an explanation of this command.
5944 \end_layout
5945
5946 \end_inset
5947
5948
5949 \end_layout
5950
5951 \begin_layout Subsection
5952 Multi-page Table Captions
5953 \begin_inset Index idx
5954 status collapsed
5955
5956 \begin_layout Plain Layout
5957 Table ! Multi-page Table ! Captions
5958 \end_layout
5959
5960 \end_inset
5961
5962
5963 \begin_inset CommandInset label
5964 LatexCommand label
5965 name "subsec:Multi-page-Table-Captions"
5966
5967 \end_inset
5968
5969
5970 \end_layout
5971
5972 \begin_layout Standard
5973 A multi-page table cannot be put into a table float because floats can only
5974  be on one page.
5975  But the caption environment of floats can also be used for multi-page tables
5976  when you use the multi-page table option 
5977 \family sans
5978 Caption
5979 \family default
5980  as described in sec.
5981 \begin_inset space \thinspace{}
5982 \end_inset
5983
5984
5985 \begin_inset CommandInset ref
5986 LatexCommand ref
5987 reference "sec:Multi-page-Tables"
5988
5989 \end_inset
5990
5991 .
5992  Only one table row should contain a caption, either a header or a footer
5993  row.
5994 \end_layout
5995
5996 \begin_layout Standard
5997 Here is a short multi-page table to see how it works:
5998 \end_layout
5999
6000 \begin_layout Standard
6001 \begin_inset Tabular
6002 <lyxtabular version="3" rows="6" columns="5">
6003 <features islongtable="true" longtabularalignment="center">
6004 <column alignment="center" valignment="top">
6005 <column alignment="center" valignment="top">
6006 <column alignment="center" valignment="top">
6007 <column alignment="center" valignment="top">
6008 <column alignment="center" valignment="top">
6009 <row endfirsthead="true" caption="true">
6010 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 \begin_inset Caption Standard
6015
6016 \begin_layout Plain Layout
6017 Multi-page table with caption
6018 \begin_inset Argument 1
6019 status open
6020
6021 \begin_layout Plain Layout
6022 Multi-page table
6023 \end_layout
6024
6025 \end_inset
6026
6027
6028 \end_layout
6029
6030 \end_inset
6031
6032
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 </row>
6074 <row>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 1
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 2
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097 3
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 4
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115 5
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 </row>
6121 <row>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 asd
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 s
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 s
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 s
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162 asd
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 </row>
6168 <row>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 asd
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182 s
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 s
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 s
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 asd
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 </row>
6215 <row>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220 asd
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229 s
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238 s
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 s
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 asd
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 </row>
6262 <row>
6263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 asd
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 asd
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 asd
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 asd
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 asd
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 </row>
6309 </lyxtabular>
6310
6311 \end_inset
6312
6313
6314 \end_layout
6315
6316 \begin_layout Standard
6317 \begin_inset VSpace medskip
6318 \end_inset
6319
6320
6321 \begin_inset Note Greyedout
6322 status open
6323
6324 \begin_layout Plain Layout
6325
6326 \series bold
6327 Note
6328 \begin_inset space ~
6329 \end_inset
6330
6331 1:
6332 \series default
6333  The table number is increased for every multi-page table, even if you did
6334  not set a caption for it.
6335  For this reason you could have the case that e.
6336 \begin_inset space \thinspace{}
6337 \end_inset
6338
6339 g.
6340 \begin_inset space \space{}
6341 \end_inset
6342
6343 Table
6344 \begin_inset space ~
6345 \end_inset
6346
6347 2.4 follows Table
6348 \begin_inset space ~
6349 \end_inset
6350
6351 2.1 in the list of tables if there are two multi-page tables without captions.
6352  To avoid this you can add the following command in \SpecialChar TeX
6353  Code after every multi-page
6354  table without a caption:
6355 \end_layout
6356
6357 \begin_layout Plain Layout
6358
6359 \series bold
6360
6361 \backslash
6362 addtocounter{table}{-1}
6363 \end_layout
6364
6365 \begin_layout Plain Layout
6366 This is not needed when none of your multi-page tables has a caption and
6367  you add the following code to the document preamble:
6368 \end_layout
6369
6370 \begin_layout Plain Layout
6371
6372 \series bold
6373
6374 \backslash
6375 let
6376 \backslash
6377 myEnd
6378 \backslash
6379 endlongtable
6380 \begin_inset Newline newline
6381 \end_inset
6382
6383
6384 \backslash
6385 renewcommand{
6386 \backslash
6387 endlongtable}{
6388 \backslash
6389 myEnd
6390 \backslash
6391 addtocounter{table}{-1}}
6392 \end_layout
6393
6394 \end_inset
6395
6396
6397 \end_layout
6398
6399 \begin_layout Standard
6400 \begin_inset Note Greyedout
6401 status open
6402
6403 \begin_layout Plain Layout
6404
6405 \series bold
6406 Note
6407 \begin_inset space ~
6408 \end_inset
6409
6410 2:
6411 \series default
6412  If you are using
6413 \series bold
6414  hyperref
6415 \series default
6416
6417 \begin_inset Index idx
6418 status collapsed
6419
6420 \begin_layout Plain Layout
6421 \SpecialChar LaTeX
6422 -packages ! hyperref
6423 \end_layout
6424
6425 \end_inset
6426
6427  in the 
6428 \family sans
6429 PDF Properties
6430 \family default
6431  of the 
6432 \family sans
6433 Document Settings
6434 \family default
6435  dialog to link cross-references, the link to a multi-page table caption
6436  will always point to the beginning of the document.
6437 \end_layout
6438
6439 \end_inset
6440
6441
6442 \end_layout
6443
6444 \begin_layout Subsubsection
6445 References to multi-page tables
6446 \begin_inset Index idx
6447 status collapsed
6448
6449 \begin_layout Plain Layout
6450 Table ! Multi-page Table ! References
6451 \end_layout
6452
6453 \end_inset
6454
6455
6456 \end_layout
6457
6458 \begin_layout Standard
6459 \begin_inset Tabular
6460 <lyxtabular version="3" rows="6" columns="5">
6461 <features islongtable="true" longtabularalignment="center">
6462 <column alignment="center" valignment="top">
6463 <column alignment="center" valignment="top">
6464 <column alignment="center" valignment="top">
6465 <column alignment="center" valignment="top">
6466 <column alignment="center" valignment="top">
6467 <row endfirsthead="true" caption="true">
6468 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 \begin_inset Caption Standard
6473
6474 \begin_layout Plain Layout
6475 Referenced multi-page table
6476 \begin_inset CommandInset label
6477 LatexCommand label
6478 name "tab:Referenced-multi-page-table"
6479
6480 \end_inset
6481
6482
6483 \end_layout
6484
6485 \end_inset
6486
6487
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6493 \begin_inset Text
6494
6495 \begin_layout Plain Layout
6496
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Plain Layout
6505
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Plain Layout
6514
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 </row>
6529 <row>
6530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6531 \begin_inset Text
6532
6533 \begin_layout Plain Layout
6534 1
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6540 \begin_inset Text
6541
6542 \begin_layout Plain Layout
6543 2
6544 \end_layout
6545
6546 \end_inset
6547 </cell>
6548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Plain Layout
6552 3
6553 \end_layout
6554
6555 \end_inset
6556 </cell>
6557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6558 \begin_inset Text
6559
6560 \begin_layout Plain Layout
6561 4
6562 \end_layout
6563
6564 \end_inset
6565 </cell>
6566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570 5
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 </row>
6576 <row>
6577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Plain Layout
6581 asd
6582 \end_layout
6583
6584 \end_inset
6585 </cell>
6586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6587 \begin_inset Text
6588
6589 \begin_layout Plain Layout
6590 s
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Plain Layout
6599 s
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608 s
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 asd
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 </row>
6623 <row>
6624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628 asd
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 s
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646 s
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655 s
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 asd
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 </row>
6670 <row>
6671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675 asd
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 s
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 s
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702 s
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 asd
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 </row>
6717 <row>
6718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722 asd
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 sad
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 asd
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 asd
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 asd
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 </row>
6764 </lyxtabular>
6765
6766 \end_inset
6767
6768
6769 \end_layout
6770
6771 \begin_layout Standard
6772 To reference a multi-page table, insert a label into the caption.
6773 \end_layout
6774
6775 \begin_layout Standard
6776 This is a reference to Table
6777 \begin_inset space ~
6778 \end_inset
6779
6780
6781 \begin_inset CommandInset ref
6782 LatexCommand ref
6783 reference "tab:Referenced-multi-page-table"
6784
6785 \end_inset
6786
6787 .
6788 \end_layout
6789
6790 \begin_layout Standard
6791 The caption layout can be set together with all other captions of your document
6792  using the \SpecialChar LaTeX
6793 -package 
6794 \series bold
6795 caption
6796 \series default
6797
6798 \begin_inset Index idx
6799 status collapsed
6800
6801 \begin_layout Plain Layout
6802 \SpecialChar LaTeX
6803 -packages ! caption
6804 \end_layout
6805
6806 \end_inset
6807
6808 , see section
6809 \begin_inset space ~
6810 \end_inset
6811
6812
6813 \begin_inset CommandInset ref
6814 LatexCommand ref
6815 reference "sec:Caption-Formatting"
6816
6817 \end_inset
6818
6819 .
6820 \end_layout
6821
6822 \begin_layout Subsubsection
6823 Caption Width
6824 \begin_inset Index idx
6825 status collapsed
6826
6827 \begin_layout Plain Layout
6828 Table ! Multi-page Table ! Caption Width
6829 \end_layout
6830
6831 \end_inset
6832
6833
6834 \end_layout
6835
6836 \begin_layout Standard
6837 The maximal width of caption lines is defined by the length 
6838 \series bold
6839
6840 \backslash
6841 LTcapwidth
6842 \series default
6843 .
6844  Its default value is 4
6845 \begin_inset space \thinspace{}
6846 \end_inset
6847
6848 in.
6849  To change it add the following command to your document preamble or as
6850  \SpecialChar TeX
6851  Code into your document before the multi-page table that should be affected
6852 \end_layout
6853
6854 \begin_layout Standard
6855
6856 \series bold
6857
6858 \backslash
6859 setlength{
6860 \backslash
6861 LTcapwidth}{width}
6862 \end_layout
6863
6864 \begin_layout Standard
6865 where the 
6866 \family sans
6867 width
6868 \family default
6869  can have one of the units listed in appendix
6870 \begin_inset space ~
6871 \end_inset
6872
6873
6874 \begin_inset CommandInset ref
6875 LatexCommand ref
6876 reference "cha:Units-available-in"
6877
6878 \end_inset
6879
6880 .
6881 \end_layout
6882
6883 \begin_layout Standard
6884 The following tables show the difference:
6885 \end_layout
6886
6887 \begin_layout Standard
6888 \begin_inset Tabular
6889 <lyxtabular version="3" rows="6" columns="5">
6890 <features islongtable="true" longtabularalignment="center">
6891 <column alignment="center" valignment="top">
6892 <column alignment="center" valignment="top">
6893 <column alignment="center" valignment="top">
6894 <column alignment="center" valignment="top">
6895 <column alignment="center" valignment="top">
6896 <row endfirsthead="true" caption="true">
6897 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 \begin_inset Caption Standard
6902
6903 \begin_layout Plain Layout
6904 Long full title with default width long full title with default width long
6905  full title with default width
6906 \begin_inset Argument 1
6907 status collapsed
6908
6909 \begin_layout Plain Layout
6910 caption with default width
6911 \end_layout
6912
6913 \end_inset
6914
6915
6916 \end_layout
6917
6918 \end_inset
6919
6920
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 </row>
6962 <row>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 1
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 2
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 3
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994 4
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 5
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 </row>
7009 <row>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 asd
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 s
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032 s
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 s
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 asd
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 </row>
7056 <row>
7057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 asd
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 s
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 s
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 s
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 asd
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 </row>
7103 <row>
7104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Plain Layout
7108 asd
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 s
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126 s
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 s
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 asd
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 </row>
7150 <row>
7151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 asd
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164 sad
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 asd
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 asd
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 asd
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 </row>
7197 </lyxtabular>
7198
7199 \end_inset
7200
7201
7202 \end_layout
7203
7204 \begin_layout Standard
7205 \begin_inset ERT
7206 status collapsed
7207
7208 \begin_layout Plain Layout
7209
7210
7211 \backslash
7212 setlength{
7213 \backslash
7214 LTcapwidth}{5cm}
7215 \end_layout
7216
7217 \end_inset
7218
7219
7220 \begin_inset Tabular
7221 <lyxtabular version="3" rows="6" columns="5">
7222 <features islongtable="true" longtabularalignment="center">
7223 <column alignment="center" valignment="top">
7224 <column alignment="center" valignment="top">
7225 <column alignment="center" valignment="top">
7226 <column alignment="center" valignment="top">
7227 <column alignment="center" valignment="top">
7228 <row endfirsthead="true" caption="true">
7229 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Plain Layout
7233 \begin_inset Caption Standard
7234
7235 \begin_layout Plain Layout
7236 Long full title with width set to 5
7237 \begin_inset space \thinspace{}
7238 \end_inset
7239
7240 cm long full title with width set to 5
7241 \begin_inset space \thinspace{}
7242 \end_inset
7243
7244 cm long full title with width set to 5
7245 \begin_inset space \thinspace{}
7246 \end_inset
7247
7248 cm
7249 \begin_inset Argument 1
7250 status collapsed
7251
7252 \begin_layout Plain Layout
7253 caption with width
7254 \begin_inset space \thinspace{}
7255 \end_inset
7256
7257 =
7258 \begin_inset space \thinspace{}
7259 \end_inset
7260
7261 5
7262 \begin_inset space \thinspace{}
7263 \end_inset
7264
7265 cm
7266 \end_layout
7267
7268 \end_inset
7269
7270
7271 \end_layout
7272
7273 \end_inset
7274
7275
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Plain Layout
7293
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7299 \begin_inset Text
7300
7301 \begin_layout Plain Layout
7302
7303 \end_layout
7304
7305 \end_inset
7306 </cell>
7307 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311
7312 \end_layout
7313
7314 \end_inset
7315 </cell>
7316 </row>
7317 <row>
7318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322 1
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7328 \begin_inset Text
7329
7330 \begin_layout Plain Layout
7331 2
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 3
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Plain Layout
7349 4
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Plain Layout
7358 5
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 </row>
7364 <row>
7365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369 asd
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Plain Layout
7378 s
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 s
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396 s
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Plain Layout
7405 asd
7406 \end_layout
7407
7408 \end_inset
7409 </cell>
7410 </row>
7411 <row>
7412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Plain Layout
7416 asd
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425 s
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434 s
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443 s
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452 asd
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 </row>
7458 <row>
7459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463 asd
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472 s
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481 s
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490 s
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499 asd
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 </row>
7505 <row>
7506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Plain Layout
7510 asd
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519 sad
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Plain Layout
7528 asd
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537 asd
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546 asd
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 </row>
7552 </lyxtabular>
7553
7554 \end_inset
7555
7556
7557 \end_layout
7558
7559 \begin_layout Standard
7560 \begin_inset ERT
7561 status collapsed
7562
7563 \begin_layout Plain Layout
7564
7565
7566 \backslash
7567 setlength{
7568 \backslash
7569 LTcapwidth}{4in}
7570 \end_layout
7571
7572 \end_inset
7573
7574
7575 \end_layout
7576
7577 \begin_layout Standard
7578 \begin_inset Note Greyedout
7579 status open
7580
7581 \begin_layout Plain Layout
7582
7583 \series bold
7584 Note:
7585 \series default
7586  When the \SpecialChar LaTeX
7587 -package 
7588 \series bold
7589 caption
7590 \series default
7591
7592 \begin_inset Index idx
7593 status collapsed
7594
7595 \begin_layout Plain Layout
7596 \SpecialChar LaTeX
7597 -packages ! caption
7598 \end_layout
7599
7600 \end_inset
7601
7602  is used, as in this document, the full page width is used for the caption
7603  when you use the default value of 4
7604 \begin_inset space \thinspace{}
7605 \end_inset
7606
7607 in for 
7608 \series bold
7609
7610 \backslash
7611 LTcapwidth
7612 \series default
7613 .
7614  To get in this case exactly a 4
7615 \begin_inset space \thinspace{}
7616 \end_inset
7617
7618 in wide caption, you can either use a value slightly different from 4.0
7619 \begin_inset space \thinspace{}
7620 \end_inset
7621
7622 in, e.
7623 \begin_inset space \thinspace{}
7624 \end_inset
7625
7626 g.
7627 \begin_inset space \space{}
7628 \end_inset
7629
7630 3.99
7631 \begin_inset space \thinspace{}
7632 \end_inset
7633
7634 in, or the \SpecialChar LaTeX
7635 -command 
7636 \series bold
7637
7638 \backslash
7639 captionsetup{width=value}
7640 \series default
7641  that is provided by the 
7642 \series bold
7643 caption
7644 \series default
7645 -package.
7646 \end_layout
7647
7648 \end_inset
7649
7650
7651 \end_layout
7652
7653 \begin_layout Subsubsection
7654 Different Captions for Table Pages
7655 \begin_inset Index idx
7656 status collapsed
7657
7658 \begin_layout Plain Layout
7659 Table ! Multi-page Table ! Different Captions for Pages
7660 \end_layout
7661
7662 \end_inset
7663
7664
7665 \end_layout
7666
7667 \begin_layout Standard
7668 When the table captions for the following pages should differ from the one
7669  of the first table page, mark a empty row as header which contains a caption.
7670  Then right-click on the caption and select in the context menu 
7671 \family sans
7672 Caption
7673 \begin_inset space ~
7674 \end_inset
7675
7676 (Unnumbered)
7677 \family default
7678 .
7679  Table
7680 \begin_inset space ~
7681 \end_inset
7682
7683
7684 \begin_inset CommandInset ref
7685 LatexCommand ref
7686 reference "tab:DiffCaptions"
7687
7688 \end_inset
7689
7690  is an example of a multi-page table with different heading where the second
7691  caption does not include the table number.
7692 \end_layout
7693
7694 \begin_layout Standard
7695 \align center
7696 \begin_inset Tabular
7697 <lyxtabular version="3" rows="59" columns="3">
7698 <features islongtable="true" longtabularalignment="center">
7699 <column alignment="left" valignment="top" width="0cm">
7700 <column alignment="left" valignment="top" width="0pt">
7701 <column alignment="center" valignment="top" width="0pt">
7702 <row endfirsthead="true" caption="true">
7703 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707 \begin_inset Caption Standard
7708
7709 \begin_layout Plain Layout
7710 Example Phone List
7711 \begin_inset CommandInset label
7712 LatexCommand label
7713 name "tab:DiffCaptions"
7714
7715 \end_inset
7716
7717
7718 \begin_inset Argument 1
7719 status collapsed
7720
7721 \begin_layout Plain Layout
7722 Example Phone List
7723 \end_layout
7724
7725 \end_inset
7726
7727
7728 \end_layout
7729
7730 \end_inset
7731
7732
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 </row>
7756 <row endfirsthead="true">
7757 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761
7762 \series bold
7763 Example Phone List (ignore the names)
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 </row>
7787 <row endfirsthead="true">
7788 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792
7793 \series bold
7794 NAME
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803
7804 \end_layout
7805
7806 \end_inset
7807 </cell>
7808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812
7813 \series bold
7814 TEL.
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 </row>
7820 <row endhead="true" caption="true">
7821 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825 \begin_inset Caption Unnumbered
7826
7827 \begin_layout Plain Layout
7828 Continued Example Phone List
7829 \end_layout
7830
7831 \end_inset
7832
7833
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 </row>
7857 <row endhead="true">
7858 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862
7863 \series bold
7864 Example Phone List
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 </row>
7888 <row endhead="true">
7889 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893
7894 \series bold
7895 NAME
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \series bold
7915 TEL.
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row endfoot="true">
7922 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 continued on next page
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 </row>
7950 <row>
7951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955
7956 \series bold
7957 Annovi
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 Silvia
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975 111
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 </row>
7981 <row>
7982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986
7987 \series bold
7988 Bertoli
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997 Stefano
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 111
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 </row>
8012 <row>
8013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017
8018 \series bold
8019 Bozzi
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028 Walter
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037 111
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 </row>
8043 <row>
8044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048
8049 \series bold
8050 Cachia
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059 Maria
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068 111
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 </row>
8074 <row>
8075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079
8080 \series bold
8081 Cachia
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 Maurizio
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 111
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 </row>
8105 <row>
8106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110
8111 \series bold
8112 Cinquemani
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 Giusi
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130 111
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 </row>
8136 <row>
8137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141
8142 \series bold
8143 Colin
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 Bernard
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161 111
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 </row>
8167 <row>
8168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172
8173 \series bold
8174 Concli
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 Gianfranco
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192 111
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 </row>
8198 <row>
8199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203
8204 \series bold
8205 Dal Bosco
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 Carolina
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223 111
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 </row>
8229 <row>
8230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234
8235 \series bold
8236 Dalpiaz
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 Annamaria
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254 111
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 </row>
8260 <row>
8261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265
8266 \series bold
8267 Feliciello
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 Domenico
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 111
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 </row>
8291 <row>
8292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296
8297 \series bold
8298 Focarelli
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 Paola
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 111
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 </row>
8322 <row>
8323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327
8328 \series bold
8329 Galletti
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 Oreste
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 111
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 </row>
8353 <row>
8354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358
8359 \series bold
8360 Gasparini
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 Franca
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 111
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 </row>
8384 <row>
8385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389
8390 \series bold
8391 Rizzardi
8392 \series default
8393
8394 \begin_inset Foot
8395 status open
8396
8397 \begin_layout Plain Layout
8398 Example footnote
8399 \end_layout
8400
8401 \end_inset
8402
8403
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 Paola
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 111
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 </row>
8427 <row>
8428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432
8433 \series bold
8434 Lassini
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 Giancarlo
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 111
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \series bold
8465 Malfatti
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 Luciano
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483 111
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 </row>
8489 <row>
8490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494
8495 \series bold
8496 Malfatti
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 Valeriano
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514 111
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 </row>
8520 <row>
8521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525
8526 \series bold
8527 Meneguzzo
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 Roberto
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 111
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 </row>
8551 <row>
8552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556
8557 \series bold
8558 Mezzadra
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 Roberto
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 111
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 <row>
8583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587
8588 \series bold
8589 Pirpamer
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 Erich
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 111
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 </row>
8613 <row>
8614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618
8619 \series bold
8620 Pochiesa
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 Paolo
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 111, 222
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 </row>
8644 <row>
8645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649
8650 \series bold
8651 Radina
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 Claudio
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 111
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 </row>
8675 <row>
8676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680
8681 \series bold
8682 Stuffer
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691 Oskar
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 111
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 </row>
8706 <row>
8707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711
8712 \series bold
8713 Tacchelli
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 Ugo
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 111
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 </row>
8737 <row>
8738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742
8743 \series bold
8744 Tezzele
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 Margit
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 111
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 </row>
8768 <row>
8769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773
8774 \series bold
8775 Unterkalmsteiner
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 Frieda
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 111
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 </row>
8799 <row>
8800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804
8805 \series bold
8806 Vieider
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 Hilde
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 111
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 </row>
8830 <row>
8831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835
8836 \series bold
8837 Vigna
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 Jürgen
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 111
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 </row>
8861 <row>
8862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866
8867 \series bold
8868 Weber
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877 Maurizio
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 111
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 </row>
8892 <row>
8893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897
8898 \series bold
8899 Winkler
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 Franz
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 111
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 </row>
8923 <row>
8924 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928  
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 </row>
8952 <row>
8953 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957
8958 \series bold
8959 Annovi
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 Silvia
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977 555
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 </row>
8983 <row>
8984 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988
8989 \series bold
8990 Bertoli
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 Stefano
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 555
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 </row>
9014 <row>
9015 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019
9020 \series bold
9021 Bozzi
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 Walter
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 555
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 </row>
9045 <row>
9046 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050
9051 \series bold
9052 Cachia
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 Maria
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 555
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 </row>
9076 <row>
9077 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081
9082 \series bold
9083 Cachia
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 Maurizio
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 555
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 </row>
9107 <row>
9108 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112
9113 \series bold
9114 Cinquemani
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 Giusi
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 555
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 </row>
9138 <row>
9139 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143
9144 \series bold
9145 Colin
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 Bernard
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 555
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 </row>
9169 <row>
9170 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174
9175 \series bold
9176 Concli
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 Gianfranco
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 555
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 </row>
9200 <row>
9201 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205
9206 \series bold
9207 Dal Bosco
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216 Carolina
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225 555
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 </row>
9231 <row>
9232 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236
9237 \series bold
9238 Dalpiaz
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247 Annamaria
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256 555
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 </row>
9262 <row>
9263 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267
9268 \series bold
9269 Feliciello
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278 Domenico
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287 555
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 </row>
9293 <row>
9294 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298
9299 \series bold
9300 Focarelli
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309 Paola
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318 555
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 </row>
9324 <row>
9325 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329
9330 \series bold
9331 Galletti
9332 \end_layout
9333
9334 \end_inset
9335 </cell>
9336 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340 Oreste
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349 555
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 </row>
9355 <row>
9356 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360
9361 \series bold
9362 Gasparini
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371 Franca
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380 555
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 </row>
9386 <row>
9387 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391
9392 \series bold
9393 Rizzardi
9394 \end_layout
9395
9396 \end_inset
9397 </cell>
9398 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402 Paola
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411 555
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 </row>
9417 <row>
9418 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422
9423 \series bold
9424 Lassini
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433 Giancarlo
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442 555
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 </row>
9448 <row>
9449 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453
9454 \series bold
9455 Malfatti
9456 \end_layout
9457
9458 \end_inset
9459 </cell>
9460 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464 Luciano
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473 555
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 <row>
9480 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484
9485 \series bold
9486 Malfatti
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 Valeriano
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504 555
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 </row>
9510 <row>
9511 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515
9516 \series bold
9517 Meneguzzo
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526 Roberto
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535 555
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 </row>
9541 <row>
9542 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546
9547 \series bold
9548 Mezzadra
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557 Roberto
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566 555
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 </row>
9572 </lyxtabular>
9573
9574 \end_inset
9575
9576
9577 \end_layout
9578
9579 \begin_layout Section
9580 Special Multi-page Table Issues
9581 \begin_inset CommandInset label
9582 LatexCommand label
9583 name "sec:Special-Longtable-Issues"
9584
9585 \end_inset
9586
9587
9588 \end_layout
9589
9590 \begin_layout Subsection
9591 Multi-page Table Calculation
9592 \begin_inset Index idx
9593 status collapsed
9594
9595 \begin_layout Plain Layout
9596 Table ! Multi-page Table ! Calculation
9597 \end_layout
9598
9599 \end_inset
9600
9601
9602 \end_layout
9603
9604 \begin_layout Standard
9605 \SpecialChar LaTeX
9606  calculates the height of table pages and their page breaks using so called
9607  chunks.
9608  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9609 's memory.
9610  The default value was historically set to only 20
9611 \begin_inset space ~
9612 \end_inset
9613
9614 table rows.
9615  If you are using multi-page tables with many pages this may slow down the
9616  creation of your document.
9617  You can safely increase the chunk size to values of 100
9618 \begin_inset space \thinspace{}
9619 \end_inset
9620
9621 --
9622 \begin_inset space \thinspace{}
9623 \end_inset
9624
9625 1000 by adding this command line to your document preamble:
9626 \end_layout
9627
9628 \begin_layout Standard
9629
9630 \series bold
9631
9632 \backslash
9633 setcounter{LTchunksize}{100}
9634 \end_layout
9635
9636 \begin_layout Subsection
9637 Floats and Multi-page Tables
9638 \begin_inset Index idx
9639 status collapsed
9640
9641 \begin_layout Plain Layout
9642 Table ! Multi-page Table ! Floats
9643 \end_layout
9644
9645 \end_inset
9646
9647
9648 \end_layout
9649
9650 \begin_layout Standard
9651 There might be problems when a float appears on the same page where a multi-page
9652  table starts.
9653  To avoid such a situation, insert a 
9654 \begin_inset Quotes eld
9655 \end_inset
9656
9657 clear page
9658 \begin_inset Quotes erd
9659 \end_inset
9660
9661  (menu 
9662 \family sans
9663 Insert\SpecialChar menuseparator
9664 Formatting\SpecialChar menuseparator
9665 Clear
9666 \begin_inset space ~
9667 \end_inset
9668
9669 Page
9670 \family default
9671 ) before your multi-page table.
9672 \end_layout
9673
9674 \begin_layout Subsection
9675 Forced Page Breaks
9676 \begin_inset Index idx
9677 status collapsed
9678
9679 \begin_layout Plain Layout
9680 Table ! Multi-page Table ! Forced Page Breaks
9681 \end_layout
9682
9683 \end_inset
9684
9685
9686 \end_layout
9687
9688 \begin_layout Standard
9689 By default tables are only broken between rows.
9690  If you have a cell with multiples lines and want to have a page break within
9691  the cell, insert the new line command 
9692 \begin_inset Quotes eld
9693 \end_inset
9694
9695
9696 \series bold
9697
9698 \backslash
9699
9700 \backslash
9701
9702 \series default
9703
9704 \begin_inset Quotes erd
9705 \end_inset
9706
9707  as \SpecialChar TeX
9708  Code at the point of the cell where it can be broken.
9709  Before the 
9710 \series bold
9711
9712 \backslash
9713
9714 \backslash
9715
9716 \series default
9717  command you have to insert in \SpecialChar TeX
9718  Code as many 
9719 \begin_inset Quotes eld
9720 \end_inset
9721
9722
9723 \series bold
9724 &
9725 \series default
9726
9727 \begin_inset Quotes erd
9728 \end_inset
9729
9730  characters as the number of the following table columns.
9731  The 
9732 \series bold
9733 &
9734 \series default
9735  is the character to separate table cells.
9736  Write in \SpecialChar TeX
9737  Code after each 
9738 \series bold
9739 &
9740 \series default
9741  the content of the corresponding following cell and delete the content
9742  of these cells.
9743 \begin_inset Newline newline
9744 \end_inset
9745
9746 After the 
9747 \series bold
9748
9749 \backslash
9750
9751 \backslash
9752
9753 \series default
9754  command, insert as many 
9755 \series bold
9756 &
9757 \series default
9758  characters as the number of table columns before the current column.
9759  In Table
9760 \begin_inset space ~
9761 \end_inset
9762
9763
9764 \begin_inset CommandInset ref
9765 LatexCommand ref
9766 reference "tab:ForcedPagebreak"
9767
9768 \end_inset
9769
9770  the cell that should be broken is in the second column followed by another
9771  column.
9772  Therefore the following command was inserted in the cell as \SpecialChar TeX
9773  Code after
9774  
9775 \begin_inset Quotes eld
9776 \end_inset
9777
9778
9779 \emph on
9780 Castelchiodato,
9781 \emph default
9782
9783 \begin_inset Quotes erd
9784 \end_inset
9785
9786 :
9787 \end_layout
9788
9789 \begin_layout Standard
9790
9791 \series bold
9792 & 111
9793 \backslash
9794
9795 \backslash
9796  
9797 \backslash
9798 newpage
9799 \begin_inset Newline newline
9800 \end_inset
9801
9802 &
9803 \end_layout
9804
9805 \begin_layout Standard
9806 The 
9807 \begin_inset Quotes eld
9808 \end_inset
9809
9810 111
9811 \begin_inset Quotes erd
9812 \end_inset
9813
9814  in the third column of the row was deleted.
9815  
9816 \series bold
9817
9818 \backslash
9819 newpage
9820 \series default
9821  is only needed when a page break should definitely occur at this position,
9822  otherwise it would be a conditional break.
9823  If your footer row of the multi-page table has for a certain reason no
9824  upper line but you would have a horizontal line where the cell is broken,
9825  use this command instead:
9826 \end_layout
9827
9828 \begin_layout Standard
9829
9830 \series bold
9831 & 111
9832 \backslash
9833
9834 \backslash
9835
9836 \begin_inset Newline newline
9837 \end_inset
9838
9839
9840 \backslash
9841 hline &
9842 \end_layout
9843
9844 \begin_layout Standard
9845 When the cell to be broken is in the last column, the command
9846 \end_layout
9847
9848 \begin_layout Standard
9849
9850 \series bold
9851
9852 \backslash
9853 setlength{
9854 \backslash
9855 parfillskip}{0pt}
9856 \end_layout
9857
9858 \begin_layout Standard
9859 must be inserted as \SpecialChar TeX
9860  Code at the beginning of the cell.
9861  This ensures that the part of the cell that will be displayed on the new
9862  page appears with the full width.
9863 \end_layout
9864
9865 \begin_layout Standard
9866 \align center
9867 \begin_inset Tabular
9868 <lyxtabular version="3" rows="38" columns="3">
9869 <features islongtable="true" longtabularalignment="center">
9870 <column alignment="left" valignment="top" width="0cm">
9871 <column alignment="left" valignment="top" width="3cm">
9872 <column alignment="center" valignment="top" width="0pt">
9873 <row endfirsthead="true" caption="true">
9874 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878 \begin_inset Caption Standard
9879
9880 \begin_layout Plain Layout
9881 Table with forced page break in table cell
9882 \begin_inset CommandInset label
9883 LatexCommand label
9884 name "tab:ForcedPagebreak"
9885
9886 \end_inset
9887
9888
9889 \begin_inset Argument 1
9890 status collapsed
9891
9892 \begin_layout Plain Layout
9893 Table with forced page break in table cell
9894 \end_layout
9895
9896 \end_inset
9897
9898
9899 \end_layout
9900
9901 \end_inset
9902
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 </row>
9927 <row endfirsthead="true">
9928 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932
9933 \series bold
9934 Example Phone List (ignore the names)
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 </row>
9958 <row endfirsthead="true">
9959 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963
9964 \series bold
9965 NAME
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983
9984 \series bold
9985 TEL.
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 </row>
9991 <row endhead="true" caption="true">
9992 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996 \begin_inset Caption Unnumbered
9997
9998 \begin_layout Plain Layout
9999 Continued Example Phone List
10000 \end_layout
10001
10002 \end_inset
10003
10004
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 </row>
10028 <row endhead="true">
10029 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033
10034 \series bold
10035 Example Phone List
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 </row>
10059 <row endhead="true">
10060 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \series bold
10066 NAME
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084
10085 \series bold
10086 TEL.
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 </row>
10092 <row endfoot="true">
10093 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097 continued on next page
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 </row>
10121 <row>
10122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126
10127 \series bold
10128 Annovi
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137 Silvia
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146 111
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 </row>
10152 <row>
10153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157
10158 \series bold
10159 Bertoli
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168 Stefano
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177 111
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 </row>
10183 <row>
10184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188
10189 \series bold
10190 Bozzi
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199 Walter
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208 111
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 </row>
10214 <row>
10215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219
10220 \series bold
10221 Cachia
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230 Maria
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239 111
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 </row>
10245 <row>
10246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250
10251 \series bold
10252 Cachia
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261 Maurizio
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 111
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 </row>
10276 <row>
10277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281
10282 \series bold
10283 Cinquemani
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292 Giusi
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 111
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 </row>
10307 <row>
10308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312
10313 \series bold
10314 Colin
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323 Bernard
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332 111
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 </row>
10338 <row>
10339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343
10344 \series bold
10345 Concli
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354 Gianfranco
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 111
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 </row>
10369 <row>
10370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374
10375 \series bold
10376 Dal Bosco
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 Carolina
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 111
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 </row>
10400 <row>
10401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405
10406 \series bold
10407 Dalpiaz
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416 Annamaria
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 111
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 </row>
10431 <row>
10432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436
10437 \series bold
10438 Feliciello
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 Domenico
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 111
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 </row>
10462 <row>
10463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467
10468 \series bold
10469 Focarelli
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 Paola
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 111
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 </row>
10493 <row>
10494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498
10499 \series bold
10500 Galletti
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 Oreste
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 111
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 </row>
10524 <row>
10525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529
10530 \series bold
10531 Gasparini
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540 Franca
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 111
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 </row>
10555 <row>
10556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560
10561 \series bold
10562 Lassini
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571 Giancarlo
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 111
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 </row>
10586 <row>
10587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591
10592 \series bold
10593 Malfatti
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 Luciano
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 111
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 </row>
10617 <row>
10618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622
10623 \series bold
10624 Malfatti
10625 \end_layout
10626
10627 \end_inset
10628 </cell>
10629 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633 Valeriano
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 111
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 </row>
10648 <row>
10649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653
10654 \series bold
10655 Meneguzzo
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664 Roberto
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 111
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 </row>
10679 <row>
10680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684
10685 \series bold
10686 Mezzadra
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695 Roberto
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 111
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 </row>
10710 <row>
10711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715
10716 \series bold
10717 Pirpamer
10718 \end_layout
10719
10720 \end_inset
10721 </cell>
10722 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726 Erich
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735 111
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 </row>
10741 <row>
10742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746
10747 \series bold
10748 Pochiesa
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 Paolo
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 111, 222
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 </row>
10772 <row>
10773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777
10778 \series bold
10779 Radina
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788 Claudio
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 111
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 </row>
10803 <row>
10804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808
10809 \series bold
10810 Rizzardi
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819 Paolo, 11.
10820  Fürst von Montecompatri, 11.
10821  Fürst von Sulmona und Vivaro, 10.
10822  Fürst von Rossano, 5.
10823  Herzog von Canemorte, 11.
10824  Herzog von Palombara, 5.
10825  Herzog von Castelchiodato,
10826 \begin_inset ERT
10827 status open
10828
10829 \begin_layout Plain Layout
10830
10831 & 111
10832 \backslash
10833
10834 \backslash
10835  
10836 \backslash
10837 newpage
10838 \end_layout
10839
10840 \begin_layout Plain Layout
10841
10842 &
10843 \end_layout
10844
10845 \end_inset
10846
10847  11.
10848  Herzog von Poggionativo, 11.
10849  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10850  Graf von Valinfreda, 11.
10851  Baron von Cropalati, 11.
10852  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 </row>
10867 <row>
10868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872
10873 \series bold
10874 Stuffer
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 Oskar
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 111
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 </row>
10898 <row>
10899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903
10904 \series bold
10905 Tacchelli
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914 Ugo
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923 111
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 </row>
10929 <row>
10930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934
10935 \series bold
10936 Tezzele
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 Margit
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954 111
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 </row>
10960 <row>
10961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965
10966 \series bold
10967 Unterkalmsteiner
10968 \end_layout
10969
10970 \end_inset
10971 </cell>
10972 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976 Frieda
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 111
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 </row>
10991 <row>
10992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996
10997 \series bold
10998 Vieider
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007 Hilde
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016 111
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 </row>
11022 <row>
11023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027
11028 \series bold
11029 Vigna
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038 Jürgen
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 111
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 </row>
11053 <row>
11054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058
11059 \series bold
11060 Weber
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069 Maurizio
11070 \end_layout
11071
11072 \end_inset
11073 </cell>
11074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078 111
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 </row>
11084 <row>
11085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089
11090 \series bold
11091 Winkler
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 Franz
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 111
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 </row>
11115 </lyxtabular>
11116
11117 \end_inset
11118
11119
11120 \end_layout
11121
11122 \begin_layout Section
11123 Multiple Lines, Columns and Rows
11124 \end_layout
11125
11126 \begin_layout Subsection
11127 Multiple Lines in Table Cells
11128 \begin_inset CommandInset label
11129 LatexCommand label
11130 name "subsec:Multiple-Lines-in"
11131
11132 \end_inset
11133
11134
11135 \begin_inset Index idx
11136 status collapsed
11137
11138 \begin_layout Plain Layout
11139 Multiple Lines in Table Cells
11140 \end_layout
11141
11142 \end_inset
11143
11144
11145 \begin_inset Index idx
11146 status collapsed
11147
11148 \begin_layout Plain Layout
11149 Table ! Linebreaks
11150 \end_layout
11151
11152 \end_inset
11153
11154
11155 \end_layout
11156
11157 \begin_layout Standard
11158 \noindent
11159 \begin_inset Float table
11160 placement H
11161 wide false
11162 sideways false
11163 status open
11164
11165 \begin_layout Plain Layout
11166 \begin_inset Caption Standard
11167
11168 \begin_layout Plain Layout
11169 \begin_inset CommandInset label
11170 LatexCommand label
11171 name "tab:Table-with-multiple"
11172
11173 \end_inset
11174
11175 Table with multiple lines in cells
11176 \end_layout
11177
11178 \end_inset
11179
11180
11181 \end_layout
11182
11183 \begin_layout Plain Layout
11184 \align center
11185 \begin_inset Tabular
11186 <lyxtabular version="3" rows="3" columns="3">
11187 <features tabularvalignment="middle">
11188 <column alignment="center" valignment="middle" width="2.5cm">
11189 <column alignment="center" valignment="middle">
11190 <column alignment="center" valignment="middle">
11191 <row>
11192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 multiple
11197 \begin_inset Newline linebreak
11198 \end_inset
11199
11200 lines
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209 b
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 c
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 </row>
11224 <row>
11225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 d
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 e
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 f
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 </row>
11253 <row>
11254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 g
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 h
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 i
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 </row>
11282 </lyxtabular>
11283
11284 \end_inset
11285
11286
11287 \end_layout
11288
11289 \end_inset
11290
11291
11292 \end_layout
11293
11294 \begin_layout Standard
11295 Setting a fixed width for a column enables you to enter text as a paragraph
11296  with multiple lines and hyphenation.
11297 \end_layout
11298
11299 \begin_layout Standard
11300 To produce Table
11301 \begin_inset space ~
11302 \end_inset
11303
11304
11305 \begin_inset CommandInset ref
11306 LatexCommand ref
11307 reference "tab:Table-with-multiple"
11308
11309 \end_inset
11310
11311 , create a 3×3 table, mark the first cell and right-click on it.
11312  In the appearing table dialog we set a cell width of 2.5
11313 \begin_inset space \thinspace{}
11314 \end_inset
11315
11316 cm and choose centered for the vertical and horizontal alignment.
11317  The vertical alignment is used for all cells of the row.
11318  As our text is smaller than 2.5
11319 \begin_inset space \thinspace{}
11320 \end_inset
11321
11322 cm, only one line will appear.
11323  To get two lines, a justified line break (shortcut 
11324 \begin_inset Info
11325 type  "shortcut"
11326 arg   "newline-insert linebreak"
11327 \end_inset
11328
11329 ) was added.
11330  If the text is wider than the set cell width, it will automatically be
11331  broken to several lines.
11332 \end_layout
11333
11334 \begin_layout Standard
11335 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11336  by \SpecialChar LaTeX
11337  if it is the first entry.
11338  Therefore you need to insert something to prevent the word not being the
11339  first entry.
11340  So add a horizontal space of 0
11341 \begin_inset space \thinspace{}
11342 \end_inset
11343
11344 pt before the word.
11345  As the space is zero, it doesn't change the output.
11346  Table
11347 \begin_inset space ~
11348 \end_inset
11349
11350
11351 \begin_inset CommandInset ref
11352 LatexCommand ref
11353 reference "tab:Table-with-and"
11354
11355 \end_inset
11356
11357  shows the effect.
11358 \end_layout
11359
11360 \begin_layout Standard
11361 \begin_inset Float table
11362 placement h
11363 wide false
11364 sideways false
11365 status open
11366
11367 \begin_layout Plain Layout
11368 \begin_inset Caption Standard
11369
11370 \begin_layout Plain Layout
11371 \begin_inset CommandInset label
11372 LatexCommand label
11373 name "tab:Table-with-and"
11374
11375 \end_inset
11376
11377 Table with and without hyphenation
11378 \end_layout
11379
11380 \end_inset
11381
11382
11383 \end_layout
11384
11385 \begin_layout Plain Layout
11386 \begin_inset space \hfill{}
11387 \end_inset
11388
11389
11390 \begin_inset Tabular
11391 <lyxtabular version="3" rows="3" columns="3">
11392 <features tabularvalignment="middle">
11393 <column alignment="center" valignment="middle" width="2.5cm">
11394 <column alignment="center" valignment="middle">
11395 <column alignment="center" valignment="middle">
11396 <row>
11397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401 verylongtablecellword
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 b
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 c
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 </row>
11425 <row>
11426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430 d
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439 e
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 f
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 </row>
11454 <row>
11455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 g
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 h
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 i
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 </row>
11483 </lyxtabular>
11484
11485 \end_inset
11486
11487
11488 \begin_inset space \hfill{}
11489 \end_inset
11490
11491
11492 \begin_inset Tabular
11493 <lyxtabular version="3" rows="3" columns="3">
11494 <features tabularvalignment="middle">
11495 <column alignment="center" valignment="middle" width="2.5cm">
11496 <column alignment="center" valignment="middle">
11497 <column alignment="center" valignment="middle">
11498 <row>
11499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503 \begin_inset space \hspace{}
11504 \length 0pt
11505 \end_inset
11506
11507 verylongtablecellword
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 b
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525 c
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 </row>
11531 <row>
11532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11533 \begin_inset Text
11534
11535 \begin_layout Plain Layout
11536 d
11537 \end_layout
11538
11539 \end_inset
11540 </cell>
11541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545 e
11546 \end_layout
11547
11548 \end_inset
11549 </cell>
11550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11551 \begin_inset Text
11552
11553 \begin_layout Plain Layout
11554 f
11555 \end_layout
11556
11557 \end_inset
11558 </cell>
11559 </row>
11560 <row>
11561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 g
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Plain Layout
11574 h
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583 i
11584 \end_layout
11585
11586 \end_inset
11587 </cell>
11588 </row>
11589 </lyxtabular>
11590
11591 \end_inset
11592
11593
11594 \begin_inset space \hfill{}
11595 \end_inset
11596
11597
11598 \end_layout
11599
11600 \end_inset
11601
11602
11603 \end_layout
11604
11605 \begin_layout Subsection
11606 Multicolumns
11607 \begin_inset CommandInset label
11608 LatexCommand label
11609 name "subsec:Multicolumns"
11610
11611 \end_inset
11612
11613
11614 \begin_inset Index idx
11615 status collapsed
11616
11617 \begin_layout Plain Layout
11618 Multicolumns
11619 \end_layout
11620
11621 \end_inset
11622
11623
11624 \begin_inset Index idx
11625 status collapsed
11626
11627 \begin_layout Plain Layout
11628 Table ! Multicolumns
11629 \end_layout
11630
11631 \end_inset
11632
11633
11634 \end_layout
11635
11636 \begin_layout Subsubsection
11637 Multicolumn Basics
11638 \end_layout
11639
11640 \begin_layout Standard
11641 To merge cells over multiple columns, select as many cells within a row
11642  as you want to merge and use either the table-toolbar button 
11643 \begin_inset Info
11644 type  "icon"
11645 arg   "tabular-feature multicolumn"
11646 \end_inset
11647
11648 , or the menu 
11649 \family sans
11650 Edit\SpecialChar menuseparator
11651 Table\SpecialChar menuseparator
11652 Multicolumn
11653 \family default
11654 , or right click on the marked cells and choose 
11655 \family sans
11656 Multicolumn
11657 \family default
11658  in the context menu.
11659 \end_layout
11660
11661 \begin_layout Standard
11662 Multicolumns have their own cell settings.
11663  That means changing cell borders, cell alignment, and the width only affects
11664  the multicolumn.
11665  Here is an example table with a multicolumn cell in the first row and one
11666  in the last row without the upper border:
11667 \end_layout
11668
11669 \begin_layout Standard
11670 \align center
11671 \begin_inset Tabular
11672 <lyxtabular version="3" rows="3" columns="4">
11673 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11674 <column alignment="center" valignment="top" width="0pt">
11675 <column alignment="center" valignment="middle">
11676 <column alignment="center" valignment="top" width="0in">
11677 <column alignment="center" valignment="top" width="0pt">
11678 <row>
11679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683 abc
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 def ghi
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Plain Layout
11710 jkl
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 </row>
11716 <row>
11717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721
11722 \family roman
11723 \series medium
11724 \shape up
11725 \size normal
11726 \emph off
11727 \bar no
11728 \noun off
11729 \color none
11730 A
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739 B
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11745 \begin_inset Text
11746
11747 \begin_layout Plain Layout
11748 C
11749 \end_layout
11750
11751 \end_inset
11752 </cell>
11753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757 D
11758 \end_layout
11759
11760 \end_inset
11761 </cell>
11762 </row>
11763 <row>
11764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11765 \begin_inset Text
11766
11767 \begin_layout Plain Layout
11768 1
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11774 \begin_inset Text
11775
11776 \begin_layout Plain Layout
11777 2
11778 \end_layout
11779
11780 \end_inset
11781 </cell>
11782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11783 \begin_inset Text
11784
11785 \begin_layout Plain Layout
11786 3
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11792 \begin_inset Text
11793
11794 \begin_layout Plain Layout
11795 4
11796 \end_layout
11797
11798 \end_inset
11799 </cell>
11800 </row>
11801 </lyxtabular>
11802
11803 \end_inset
11804
11805
11806 \end_layout
11807
11808 \begin_layout Subsubsection
11809 Multicolumn Calculations
11810 \begin_inset CommandInset label
11811 LatexCommand label
11812 name "subsec:Multicolumn-Calculations"
11813
11814 \end_inset
11815
11816
11817 \begin_inset Index idx
11818 status collapsed
11819
11820 \begin_layout Plain Layout
11821 Multicolumns ! Calculations
11822 \end_layout
11823
11824 \end_inset
11825
11826
11827 \end_layout
11828
11829 \begin_layout Standard
11830 \SpecialChar LyX
11831  supports multicolumns directly, but we have to take account of the cell
11832  width of the columns spanned by the multicolumn cell.
11833 \end_layout
11834
11835 \begin_layout Standard
11836 \begin_inset Float table
11837 placement h
11838 wide false
11839 sideways false
11840 status open
11841
11842 \begin_layout Plain Layout
11843 \begin_inset Caption Standard
11844
11845 \begin_layout Plain Layout
11846 \begin_inset CommandInset label
11847 LatexCommand label
11848 name "tab:Table-with-centered"
11849
11850 \end_inset
11851
11852 Table with centered multicolumn text above two columns that have exactly
11853  half the width of the multicolumn cell
11854 \begin_inset Argument 1
11855 status collapsed
11856
11857 \begin_layout Plain Layout
11858 Perfect multicolumn table
11859 \end_layout
11860
11861 \end_inset
11862
11863
11864 \end_layout
11865
11866 \end_inset
11867
11868
11869 \end_layout
11870
11871 \begin_layout Plain Layout
11872 \align center
11873 \begin_inset Tabular
11874 <lyxtabular version="3" rows="3" columns="3">
11875 <features tabularvalignment="middle">
11876 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11877 <column alignment="center" valignment="middle">
11878 <column alignment="center" valignment="top">
11879 <row>
11880 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11881 \begin_inset Text
11882
11883 \begin_layout Plain Layout
11884 multiple lines multicolumn
11885 \end_layout
11886
11887 \end_inset
11888 </cell>
11889 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11890 \begin_inset Text
11891
11892 \begin_layout Plain Layout
11893
11894 \end_layout
11895
11896 \end_inset
11897 </cell>
11898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 c
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 </row>
11908 <row>
11909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 d
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 e
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 f
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 </row>
11937 <row>
11938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 g
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 h
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960 i
11961 \end_layout
11962
11963 \end_inset
11964 </cell>
11965 </row>
11966 </lyxtabular>
11967
11968 \end_inset
11969
11970
11971 \end_layout
11972
11973 \end_inset
11974
11975
11976 \end_layout
11977
11978 \begin_layout Standard
11979 To create for example Table
11980 \begin_inset space ~
11981 \end_inset
11982
11983
11984 \begin_inset CommandInset ref
11985 LatexCommand ref
11986 reference "tab:Table-with-centered"
11987
11988 \end_inset
11989
11990 , mark the first two cells in the first row of a 3×3 table and right-click
11991  on them.
11992  Now choose for this cell 
11993 \emph on
11994 multicolumn
11995 \emph default
11996
11997 \emph on
11998 centered alignment
11999 \emph default
12000  and a width of 2.5
12001 \begin_inset space \thinspace{}
12002 \end_inset
12003
12004 cm in the table dialog.
12005  The merged columns should have exactly half the width of the multicolumn
12006  cell, so that you would set a width of 1.25
12007 \begin_inset space \thinspace{}
12008 \end_inset
12009
12010 cm for the first column.
12011  The second column has then automatically a width of 1.25
12012 \begin_inset space \thinspace{}
12013 \end_inset
12014
12015 cm (multicolumn width - width of first column).
12016  This was done for Table
12017 \begin_inset space ~
12018 \end_inset
12019
12020
12021 \begin_inset CommandInset ref
12022 LatexCommand ref
12023 reference "tab:Table-without-half"
12024
12025 \end_inset
12026
12027 .
12028 \end_layout
12029
12030 \begin_layout Standard
12031 \begin_inset Float table
12032 wide false
12033 sideways false
12034 status open
12035
12036 \begin_layout Plain Layout
12037 \begin_inset Caption Standard
12038
12039 \begin_layout Plain Layout
12040 \begin_inset CommandInset label
12041 LatexCommand label
12042 name "tab:Table-without-half"
12043
12044 \end_inset
12045
12046 Table where the spanned table columns are not exactly half the width of
12047  the multicolumn cell
12048 \begin_inset Argument 1
12049 status collapsed
12050
12051 \begin_layout Plain Layout
12052 Imperfect multicolumn table
12053 \end_layout
12054
12055 \end_inset
12056
12057
12058 \end_layout
12059
12060 \end_inset
12061
12062
12063 \end_layout
12064
12065 \begin_layout Plain Layout
12066 \align center
12067 \begin_inset Tabular
12068 <lyxtabular version="3" rows="3" columns="3">
12069 <features tabularvalignment="middle">
12070 <column alignment="center" valignment="top" width="1.25cm">
12071 <column alignment="center" valignment="top">
12072 <column alignment="center" valignment="top">
12073 <row>
12074 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 multiple lines multicolumn
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 c
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 </row>
12102 <row>
12103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107 d
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116 e
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125 f
12126 \end_layout
12127
12128 \end_inset
12129 </cell>
12130 </row>
12131 <row>
12132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Plain Layout
12136 g
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Plain Layout
12145 h
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Plain Layout
12154 i
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 </row>
12160 </lyxtabular>
12161
12162 \end_inset
12163
12164
12165 \end_layout
12166
12167 \end_inset
12168
12169
12170 \end_layout
12171
12172 \begin_layout Standard
12173 You can see that the first column is not half the width of the multicolumn
12174  cell, it is a bit bigger.
12175  The reason is that the specified width of a cell 
12176 \begin_inset Formula $W_{g}$
12177 \end_inset
12178
12179  is not its total width 
12180 \begin_inset Formula $W_{\mathrm{tot}}$
12181 \end_inset
12182
12183  because a cell is always a bit larger than specified.
12184  Appendix
12185 \begin_inset space ~
12186 \end_inset
12187
12188
12189 \begin_inset CommandInset ref
12190 LatexCommand ref
12191 reference "cha:Explanation-of-Equation"
12192
12193 \end_inset
12194
12195  explains this in detail.
12196 \end_layout
12197
12198 \begin_layout Standard
12199 The width 
12200 \begin_inset Formula $W_{g\,n}$
12201 \end_inset
12202
12203  which the user needs to set when 
12204 \emph on
12205 n
12206 \emph default
12207  columns are spanned can be calculated, so that each column has a total
12208  width of 
12209 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12210 \end_inset
12211
12212 :
12213 \begin_inset Formula 
12214 \begin{equation}
12215 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12216 \end{equation}
12217
12218 \end_inset
12219
12220
12221 \end_layout
12222
12223 \begin_layout Standard
12224 In our case we have 
12225 \begin_inset Formula $n=2$
12226 \end_inset
12227
12228
12229 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12230 \end_inset
12231
12232 cm and the default values for the lengths, so that equation 
12233 \begin_inset CommandInset ref
12234 LatexCommand ref
12235 reference "eq:Wgn"
12236
12237 \end_inset
12238
12239  becomes
12240 \begin_inset Formula 
12241 \begin{equation}
12242 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12243 \end{equation}
12244
12245 \end_inset
12246
12247
12248 \end_layout
12249
12250 \begin_layout Standard
12251 To enable calculations in \SpecialChar LaTeX
12252 , the \SpecialChar LaTeX
12253 -package 
12254 \series bold
12255 calc
12256 \series default
12257  must be loaded with the document preamble line
12258 \begin_inset Index idx
12259 status collapsed
12260
12261 \begin_layout Plain Layout
12262 \SpecialChar LaTeX
12263 -packages ! calc
12264 \end_layout
12265
12266 \end_inset
12267
12268
12269 \end_layout
12270
12271 \begin_layout Standard
12272
12273 \series bold
12274
12275 \backslash
12276 usepackage{calc}
12277 \end_layout
12278
12279 \begin_layout Standard
12280 \SpecialChar LyX
12281  does not allow you to calculate lengths in the 
12282 \family sans
12283 Width
12284 \family default
12285  field of the table dialog.
12286  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12287 -argument in the
12288  dialog.
12289  Here is an overview about the arguments:
12290 \end_layout
12291
12292 \begin_layout Itemize
12293
12294 \series bold
12295 p{width}
12296 \series default
12297  creates cell with a fixed width, its text is vertically top-aligned
12298 \end_layout
12299
12300 \begin_layout Itemize
12301
12302 \series bold
12303 m{width}
12304 \series default
12305  creates cell with a fixed width, its text is vertically centered
12306 \end_layout
12307
12308 \begin_layout Itemize
12309
12310 \series bold
12311 b{width}
12312 \series default
12313  creates cell with a fixed width, its text is vertically bottom-aligned
12314 \end_layout
12315
12316 \begin_layout Standard
12317 By entering a \SpecialChar LaTeX
12318 -argument, all cell settings set in the table dialog are overwritt
12319 en.
12320 \end_layout
12321
12322 \begin_layout Standard
12323 \begin_inset Note Greyedout
12324 status open
12325
12326 \begin_layout Plain Layout
12327
12328 \series bold
12329 Note:
12330 \series default
12331  Due to a bug, \SpecialChar LyX
12332  shows the overwritten settings anyway.
12333 \end_layout
12334
12335 \end_inset
12336
12337
12338 \end_layout
12339
12340 \begin_layout Standard
12341 As the text should be horizontally centered, the command 
12342 \series bold
12343
12344 \backslash
12345 centering
12346 \series default
12347  is added.
12348  You can now enter the following \SpecialChar LaTeX
12349 -argument for the first spanned column:
12350 \end_layout
12351
12352 \begin_layout Standard
12353
12354 \series bold
12355 >{
12356 \backslash
12357 centering}m{1.25cm-6.2pt}
12358 \end_layout
12359
12360 \begin_layout Standard
12361 The command 
12362 \series bold
12363 >{ }
12364 \series default
12365  means, that the commands inside the braces are applied before the cell
12366  is created.
12367 \end_layout
12368
12369 \begin_layout Standard
12370 Although we have chosen centered alignment for the text of the multicolumn
12371  cell, it is still left aligned.
12372  This is because \SpecialChar LyX
12373  only applies the alignment to single columns.
12374  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12375 -argument
12376 \end_layout
12377
12378 \begin_layout Standard
12379
12380 \series bold
12381 >{
12382 \backslash
12383 centering}m{2.5cm}
12384 \end_layout
12385
12386 \begin_layout Subsection
12387 Multirows
12388 \begin_inset CommandInset label
12389 LatexCommand label
12390 name "subsec:Multirows"
12391
12392 \end_inset
12393
12394
12395 \begin_inset Index idx
12396 status collapsed
12397
12398 \begin_layout Plain Layout
12399 Multirows
12400 \end_layout
12401
12402 \end_inset
12403
12404
12405 \begin_inset Index idx
12406 status collapsed
12407
12408 \begin_layout Plain Layout
12409 Table ! Multirows
12410 \end_layout
12411
12412 \end_inset
12413
12414
12415 \end_layout
12416
12417 \begin_layout Standard
12418 To merge cells over multiple rows, select as many cells within a column
12419  as you want to merge and use either the table-toolbar button 
12420 \begin_inset Info
12421 type  "icon"
12422 arg   "tabular-feature multirow"
12423 \end_inset
12424
12425 , or the menu 
12426 \family sans
12427 Edit\SpecialChar menuseparator
12428 Table\SpecialChar menuseparator
12429 Multirow
12430 \family default
12431 , or right click on the marked cells and choose 
12432 \family sans
12433 Multirow
12434 \family default
12435  in the context menu.
12436 \end_layout
12437
12438 \begin_layout Standard
12439 Here is an example table with a multirow in the first column:
12440 \end_layout
12441
12442 \begin_layout Standard
12443 \align center
12444 \begin_inset Tabular
12445 <lyxtabular version="3" rows="3" columns="3">
12446 <features tabularvalignment="middle">
12447 <column alignment="center" valignment="top" width="0pt">
12448 <column alignment="center" valignment="top">
12449 <column alignment="center" valignment="top">
12450 <row>
12451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12452 \begin_inset Text
12453
12454 \begin_layout Plain Layout
12455 a long cell entry
12456 \end_layout
12457
12458 \end_inset
12459 </cell>
12460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12461 \begin_inset Text
12462
12463 \begin_layout Plain Layout
12464 b
12465 \end_layout
12466
12467 \end_inset
12468 </cell>
12469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12470 \begin_inset Text
12471
12472 \begin_layout Plain Layout
12473 c
12474 \end_layout
12475
12476 \end_inset
12477 </cell>
12478 </row>
12479 <row>
12480 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12481 \begin_inset Text
12482
12483 \begin_layout Plain Layout
12484 multirow
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 e
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12499 \begin_inset Text
12500
12501 \begin_layout Plain Layout
12502 f
12503 \end_layout
12504
12505 \end_inset
12506 </cell>
12507 </row>
12508 <row>
12509 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12510 \begin_inset Text
12511
12512 \begin_layout Plain Layout
12513
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Plain Layout
12522 h
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Plain Layout
12531 i
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 </row>
12537 </lyxtabular>
12538
12539 \end_inset
12540
12541
12542 \end_layout
12543
12544 \begin_layout Standard
12545 The width of multirow cells is set by setting the width and alignment for
12546  the whole column.
12547  The 
12548 \family sans
12549 Vertical Offset
12550 \family default
12551  shifts the content of the multirow up/down if the offset is positive/negative.
12552 \end_layout
12553
12554 \begin_layout Standard
12555 If the column of a multirow cell has no explicit width, the multirow cell
12556  inherits the alignment of the column.
12557  Otherwise it is by default left-aligned.
12558  To override the default, renew the command 
12559 \series bold
12560
12561 \backslash
12562 multirowsetup
12563 \series default
12564  with the command
12565 \end_layout
12566
12567 \begin_layout Standard
12568
12569 \series bold
12570
12571 \backslash
12572 renewcommand{
12573 \backslash
12574 multirowsetup}{
12575 \backslash
12576 centering}
12577 \end_layout
12578
12579 \begin_layout Standard
12580 in the document preamble.
12581  Then all entries of multirow cells in the document are centered.
12582  If centering is only needed for several tables, you can renew the command
12583  in a \SpecialChar TeX
12584  Code box just before the table instead of the preamble.
12585  If the text should be right-aligned, replace 
12586 \series bold
12587
12588 \backslash
12589 centering
12590 \series default
12591  by 
12592 \series bold
12593
12594 \backslash
12595 raggedleft
12596 \series default
12597 .
12598  To return to left-alignment 
12599 \series bold
12600
12601 \backslash
12602 raggedright
12603 \series default
12604  is used.
12605 \end_layout
12606
12607 \begin_layout Standard
12608 This is an example table with a right-aligned multirow cell that has a vertical
12609  offset of -4
12610 \begin_inset space \thinspace{}
12611 \end_inset
12612
12613 mm and is in a 3
12614 \begin_inset space \thinspace{}
12615 \end_inset
12616
12617 cm wide column:
12618 \end_layout
12619
12620 \begin_layout Standard
12621 \noindent
12622 \align center
12623 \begin_inset ERT
12624 status collapsed
12625
12626 \begin_layout Plain Layout
12627
12628
12629 \backslash
12630 renewcommand{
12631 \backslash
12632 multirowsetup}{
12633 \backslash
12634 raggedleft}
12635 \end_layout
12636
12637 \end_inset
12638
12639
12640 \begin_inset Tabular
12641 <lyxtabular version="3" rows="4" columns="3">
12642 <features tabularvalignment="middle">
12643 <column alignment="center" valignment="top" width="3cm">
12644 <column alignment="center" valignment="top">
12645 <column alignment="center" valignment="top">
12646 <row>
12647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 a long cell entry
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12657 \begin_inset Text
12658
12659 \begin_layout Plain Layout
12660 b
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12666 \begin_inset Text
12667
12668 \begin_layout Plain Layout
12669 c
12670 \end_layout
12671
12672 \end_inset
12673 </cell>
12674 </row>
12675 <row>
12676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 t
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12686 \begin_inset Text
12687
12688 \begin_layout Plain Layout
12689 n
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Plain Layout
12698 m
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 </row>
12704 <row>
12705 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12706 \begin_inset Text
12707
12708 \begin_layout Plain Layout
12709 multirow
12710 \end_layout
12711
12712 \end_inset
12713 </cell>
12714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12715 \begin_inset Text
12716
12717 \begin_layout Plain Layout
12718 e
12719 \end_layout
12720
12721 \end_inset
12722 </cell>
12723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 f
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 </row>
12733 <row>
12734 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12744 \begin_inset Text
12745
12746 \begin_layout Plain Layout
12747 h
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Plain Layout
12756 i
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 </row>
12762 </lyxtabular>
12763
12764 \end_inset
12765
12766
12767 \begin_inset ERT
12768 status collapsed
12769
12770 \begin_layout Plain Layout
12771
12772
12773 \backslash
12774 renewcommand{
12775 \backslash
12776 multirowsetup}{
12777 \backslash
12778 raggedright}
12779 \end_layout
12780
12781 \end_inset
12782
12783
12784 \end_layout
12785
12786 \begin_layout Standard
12787 To start a new line in a multirow you can use a forced line break (shortcut
12788  
12789 \begin_inset Info
12790 type  "shortcut"
12791 arg   "newline-insert newline"
12792 \end_inset
12793
12794 ) but this will not respect the cell lines as demonstrated in this table:
12795 \end_layout
12796
12797 \begin_layout Standard
12798 \noindent
12799 \align center
12800 \begin_inset Tabular
12801 <lyxtabular version="3" rows="3" columns="2">
12802 <features tabularvalignment="middle">
12803 <column alignment="left" valignment="middle" width="2cm">
12804 <column alignment="center" valignment="top">
12805 <row>
12806 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12807 \begin_inset Text
12808
12809 \begin_layout Plain Layout
12810 aaa
12811 \begin_inset Newline newline
12812 \end_inset
12813
12814 aaa
12815 \begin_inset Newline newline
12816 \end_inset
12817
12818 wrong cell
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 ccc
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 </row>
12833 <row>
12834 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 ddd
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 </row>
12853 <row>
12854 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858 bbb
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867 eee
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 </row>
12873 </lyxtabular>
12874
12875 \end_inset
12876
12877
12878 \end_layout
12879
12880 \begin_layout Standard
12881 Therefore be careful with forced line breaks.
12882 \end_layout
12883
12884 \begin_layout Subsection
12885 Cells with diagonal line(s)
12886 \end_layout
12887
12888 \begin_layout Standard
12889 To tell the reader what is meant by column and row headings in a table,
12890  it is helpful to split the first cell of the table by one or two diagonal
12891  lines.
12892  This can be achieved by loading the \SpecialChar LaTeX
12893  package 
12894 \series bold
12895 diagbox
12896 \series default
12897
12898 \begin_inset Index idx
12899 status collapsed
12900
12901 \begin_layout Plain Layout
12902 \SpecialChar LaTeX
12903 -packages ! picinpar
12904 \end_layout
12905
12906 \end_inset
12907
12908  in the document preamble.
12909  The package provides the command 
12910 \series bold
12911
12912 \backslash
12913 diagbox
12914 \series default
12915  that is inserted as \SpecialChar TeX
12916  Code and that can take 2 or 3
12917 \begin_inset space ~
12918 \end_inset
12919
12920 arguments:
12921 \end_layout
12922
12923 \begin_layout Standard
12924
12925 \series bold
12926
12927 \backslash
12928 diagbox[options]{lower left}{upper right}
12929 \end_layout
12930
12931 \begin_layout Standard
12932
12933 \series bold
12934
12935 \backslash
12936 diagbox[options]{lower left}{upper left}{upper right}
12937 \end_layout
12938
12939 \begin_layout Standard
12940 The first scheme divides the cell by a single diagonal line and the arguments
12941  are placed below and above this line.
12942  The second scheme divides the cell by 2
12943 \begin_inset space ~
12944 \end_inset
12945
12946 lines.
12947 \end_layout
12948
12949 \begin_layout Standard
12950 \begin_inset ERT
12951 status collapsed
12952
12953 \begin_layout Plain Layout
12954
12955
12956 \backslash
12957 ifdiagbox
12958 \end_layout
12959
12960 \end_inset
12961
12962
12963 \begin_inset Note Note
12964 status open
12965
12966 \begin_layout Plain Layout
12967 The following section will only be displayed when the \SpecialChar LaTeX
12968 -package 
12969 \series bold
12970 diagbox
12971 \series default
12972  is installed.
12973 \end_layout
12974
12975 \end_inset
12976
12977
12978 \end_layout
12979
12980 \begin_layout Standard
12981 Here is an example table where 
12982 \series bold
12983
12984 \backslash
12985 diagbox 
12986 \series default
12987 is used in the 2-argument scheme in the first cell:
12988 \begin_inset VSpace medskip
12989 \end_inset
12990
12991
12992 \end_layout
12993
12994 \begin_layout Standard
12995 \noindent
12996 \begin_inset Tabular
12997 <lyxtabular version="3" rows="4" columns="4">
12998 <features tabularvalignment="middle">
12999 <column alignment="center" valignment="top">
13000 <column alignment="center" valignment="top">
13001 <column alignment="center" valignment="top">
13002 <column alignment="center" valignment="top">
13003 <row>
13004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Plain Layout
13008 \begin_inset ERT
13009 status collapsed
13010
13011 \begin_layout Plain Layout
13012
13013
13014 \backslash
13015 diagbox{
13016 \end_layout
13017
13018 \end_inset
13019
13020 Name
13021 \begin_inset ERT
13022 status collapsed
13023
13024 \begin_layout Plain Layout
13025
13026 }{
13027 \end_layout
13028
13029 \end_inset
13030
13031 Parameter
13032 \begin_inset ERT
13033 status collapsed
13034
13035 \begin_layout Plain Layout
13036
13037 }
13038 \end_layout
13039
13040 \end_inset
13041
13042
13043 \end_layout
13044
13045 \end_inset
13046 </cell>
13047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13048 \begin_inset Text
13049
13050 \begin_layout Plain Layout
13051 Thickness in nm
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13057 \begin_inset Text
13058
13059 \begin_layout Plain Layout
13060 Transparency in %
13061 \end_layout
13062
13063 \end_inset
13064 </cell>
13065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Plain Layout
13069 Hardness in MPa
13070 \end_layout
13071
13072 \end_inset
13073 </cell>
13074 </row>
13075 <row>
13076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13077 \begin_inset Text
13078
13079 \begin_layout Plain Layout
13080 Perfect Green
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13086 \begin_inset Text
13087
13088 \begin_layout Plain Layout
13089 45
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13095 \begin_inset Text
13096
13097 \begin_layout Plain Layout
13098 80
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107 504
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 </row>
13113 <row>
13114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 Dark Multi-P
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127 60
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 72
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13142 \begin_inset Text
13143
13144 \begin_layout Plain Layout
13145 982
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 </row>
13151 <row>
13152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 Crystal Clear Pro
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13162 \begin_inset Text
13163
13164 \begin_layout Plain Layout
13165 18
13166 \end_layout
13167
13168 \end_inset
13169 </cell>
13170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Plain Layout
13174 86
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183 374
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 </row>
13189 </lyxtabular>
13190
13191 \end_inset
13192
13193
13194 \begin_inset VSpace medskip
13195 \end_inset
13196
13197
13198 \end_layout
13199
13200 \begin_layout Standard
13201 The 3-argument scheme is for example useful for cross-tables of sports leagues
13202  or distances:
13203 \end_layout
13204
13205 \begin_layout Standard
13206 \noindent
13207 \align center
13208 \begin_inset Tabular
13209 <lyxtabular version="3" rows="4" columns="4">
13210 <features tabularvalignment="middle">
13211 <column alignment="center" valignment="top" width="0pt">
13212 <column alignment="center" valignment="top">
13213 <column alignment="center" valignment="top">
13214 <column alignment="center" valignment="top">
13215 <row>
13216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 \begin_inset ERT
13221 status collapsed
13222
13223 \begin_layout Plain Layout
13224
13225
13226 \backslash
13227 diagbox{
13228 \end_layout
13229
13230 \end_inset
13231
13232 Team home
13233 \begin_inset ERT
13234 status collapsed
13235
13236 \begin_layout Plain Layout
13237
13238 }{
13239 \end_layout
13240
13241 \end_inset
13242
13243 Result
13244 \begin_inset ERT
13245 status collapsed
13246
13247 \begin_layout Plain Layout
13248
13249 }{
13250 \end_layout
13251
13252 \end_inset
13253
13254 Team away
13255 \begin_inset ERT
13256 status collapsed
13257
13258 \begin_layout Plain Layout
13259
13260 }
13261 \end_layout
13262
13263 \end_inset
13264
13265
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 Tigers
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 Panthers
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13289 \begin_inset Text
13290
13291 \begin_layout Plain Layout
13292 Falcons
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 </row>
13298 <row>
13299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 Tigers
13304 \end_layout
13305
13306 \end_inset
13307 </cell>
13308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312 —
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13318 \begin_inset Text
13319
13320 \begin_layout Plain Layout
13321 1:3
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13327 \begin_inset Text
13328
13329 \begin_layout Plain Layout
13330 0:1
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 </row>
13336 <row>
13337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13338 \begin_inset Text
13339
13340 \begin_layout Plain Layout
13341 Panthers
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13347 \begin_inset Text
13348
13349 \begin_layout Plain Layout
13350 3:1
13351 \end_layout
13352
13353 \end_inset
13354 </cell>
13355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359 —
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13365 \begin_inset Text
13366
13367 \begin_layout Plain Layout
13368 0:0
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 </row>
13374 <row>
13375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Plain Layout
13379 Falcons
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388 1:0
13389 \end_layout
13390
13391 \end_inset
13392 </cell>
13393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397 0:0
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13403 \begin_inset Text
13404
13405 \begin_layout Plain Layout
13406 —
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 </row>
13412 </lyxtabular>
13413
13414 \end_inset
13415
13416
13417 \end_layout
13418
13419 \begin_layout Standard
13420 For larger cross-tables one might use split cells in 2 or every corner of
13421  the table like in this example:
13422 \end_layout
13423
13424 \begin_layout Standard
13425 \noindent
13426 \align center
13427 \begin_inset Tabular
13428 <lyxtabular version="3" rows="5" columns="5">
13429 <features tabularvalignment="middle">
13430 <column alignment="center" valignment="top" width="0pt">
13431 <column alignment="center" valignment="top">
13432 <column alignment="center" valignment="top">
13433 <column alignment="center" valignment="top">
13434 <column alignment="center" valignment="top">
13435 <row>
13436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13437 \begin_inset Text
13438
13439 \begin_layout Plain Layout
13440 \begin_inset ERT
13441 status open
13442
13443 \begin_layout Plain Layout
13444
13445
13446 \backslash
13447 diagbox{
13448 \end_layout
13449
13450 \end_inset
13451
13452 Team home
13453 \begin_inset ERT
13454 status collapsed
13455
13456 \begin_layout Plain Layout
13457
13458 }{
13459 \end_layout
13460
13461 \end_inset
13462
13463 Result
13464 \begin_inset ERT
13465 status collapsed
13466
13467 \begin_layout Plain Layout
13468
13469 }{
13470 \end_layout
13471
13472 \end_inset
13473
13474 Team away
13475 \begin_inset ERT
13476 status collapsed
13477
13478 \begin_layout Plain Layout
13479
13480 }
13481 \end_layout
13482
13483 \end_inset
13484
13485
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 Tigers
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503 Panthers
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 Falcons
13513 \end_layout
13514
13515 \end_inset
13516 </cell>
13517 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13518 \begin_inset Text
13519
13520 \begin_layout Plain Layout
13521 \begin_inset ERT
13522 status open
13523
13524 \begin_layout Plain Layout
13525
13526
13527 \backslash
13528 diagbox[dir=NE]{
13529 \end_layout
13530
13531 \end_inset
13532
13533 Team home
13534 \begin_inset ERT
13535 status collapsed
13536
13537 \begin_layout Plain Layout
13538
13539 }{
13540 \end_layout
13541
13542 \end_inset
13543
13544 Result
13545 \begin_inset ERT
13546 status collapsed
13547
13548 \begin_layout Plain Layout
13549
13550 }{
13551 \end_layout
13552
13553 \end_inset
13554
13555 Team away
13556 \begin_inset ERT
13557 status collapsed
13558
13559 \begin_layout Plain Layout
13560
13561 }
13562 \end_layout
13563
13564 \end_inset
13565
13566
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 </row>
13572 <row>
13573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577 Tigers
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Plain Layout
13586 —
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595 1:3
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604 0:1
13605 \end_layout
13606
13607 \end_inset
13608 </cell>
13609 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13610 \begin_inset Text
13611
13612 \begin_layout Plain Layout
13613 Tigers
13614 \end_layout
13615
13616 \end_inset
13617 </cell>
13618 </row>
13619 <row>
13620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Plain Layout
13624 Panthers
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 3:1
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Plain Layout
13642 —
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651 0:0
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660 Panthers
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 </row>
13666 <row>
13667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671 Falcons
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 1:0
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 0:0
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13695 \begin_inset Text
13696
13697 \begin_layout Plain Layout
13698 —
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 Falcons
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 </row>
13713 <row>
13714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718 \begin_inset ERT
13719 status open
13720
13721 \begin_layout Plain Layout
13722
13723
13724 \backslash
13725 diagbox[dir=SW]{
13726 \end_layout
13727
13728 \end_inset
13729
13730 Team home
13731 \begin_inset ERT
13732 status collapsed
13733
13734 \begin_layout Plain Layout
13735
13736 }{
13737 \end_layout
13738
13739 \end_inset
13740
13741 Result
13742 \begin_inset ERT
13743 status collapsed
13744
13745 \begin_layout Plain Layout
13746
13747 }{
13748 \end_layout
13749
13750 \end_inset
13751
13752 Team away
13753 \begin_inset ERT
13754 status collapsed
13755
13756 \begin_layout Plain Layout
13757
13758 }
13759 \end_layout
13760
13761 \end_inset
13762
13763
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 Tigers
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 Panthers
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 Falcons
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 \begin_inset ERT
13800 status open
13801
13802 \begin_layout Plain Layout
13803
13804
13805 \backslash
13806 diagbox[dir=SE]{
13807 \end_layout
13808
13809 \end_inset
13810
13811 Team home
13812 \begin_inset ERT
13813 status collapsed
13814
13815 \begin_layout Plain Layout
13816
13817 }{
13818 \end_layout
13819
13820 \end_inset
13821
13822 Result
13823 \begin_inset ERT
13824 status collapsed
13825
13826 \begin_layout Plain Layout
13827
13828 }{
13829 \end_layout
13830
13831 \end_inset
13832
13833 Team away
13834 \begin_inset ERT
13835 status collapsed
13836
13837 \begin_layout Plain Layout
13838
13839 }
13840 \end_layout
13841
13842 \end_inset
13843
13844
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 </row>
13850 </lyxtabular>
13851
13852 \end_inset
13853
13854
13855 \end_layout
13856
13857 \begin_layout Standard
13858 To rotate the diagonal lines, the command option 
13859 \series bold
13860 dir=direction
13861 \series default
13862  is used.
13863  
13864 \emph on
13865 direction
13866 \emph default
13867  is either 
13868 \series bold
13869 NE
13870 \series default
13871
13872 \series bold
13873 SE
13874 \series default
13875
13876 \series bold
13877 SW
13878 \series default
13879  or 
13880 \series bold
13881 NW
13882 \series default
13883  and represent a point of a compass.
13884  
13885 \series bold
13886 SW
13887 \series default
13888  is for example the south-west corner.
13889  Thus in the lower left cell of the above table the command
13890 \end_layout
13891
13892 \begin_layout Standard
13893
13894 \series bold
13895
13896 \backslash
13897 diagbox[dir=SW]{Team home}{Result}{Team away}
13898 \end_layout
13899
13900 \begin_layout Standard
13901 is used.
13902  If no direction is given, it will be NW.
13903 \end_layout
13904
13905 \begin_layout Standard
13906 The necessary width of split cells is automatically calculated.
13907  Thus if you set a fixed column width smaller than the calculated one, the
13908  cell's content will protrude the cell borders:
13909 \end_layout
13910
13911 \begin_layout Standard
13912 \noindent
13913 \align center
13914 \begin_inset Tabular
13915 <lyxtabular version="3" rows="2" columns="2">
13916 <features tabularvalignment="middle">
13917 <column alignment="center" valignment="top" width="3cm">
13918 <column alignment="center" valignment="top">
13919 <row>
13920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Plain Layout
13924 \begin_inset ERT
13925 status collapsed
13926
13927 \begin_layout Plain Layout
13928
13929
13930 \backslash
13931 diagbox{
13932 \end_layout
13933
13934 \end_inset
13935
13936 Name
13937 \begin_inset ERT
13938 status collapsed
13939
13940 \begin_layout Plain Layout
13941
13942 }{
13943 \end_layout
13944
13945 \end_inset
13946
13947 Parameter
13948 \begin_inset ERT
13949 status collapsed
13950
13951 \begin_layout Plain Layout
13952
13953 }
13954 \end_layout
13955
13956 \end_inset
13957
13958
13959 \end_layout
13960
13961 \end_inset
13962 </cell>
13963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Plain Layout
13967 Thickness in nm
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 </row>
13973 <row>
13974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13975 \begin_inset Text
13976
13977 \begin_layout Plain Layout
13978 Perfect Green
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 45
13988 \end_layout
13989
13990 \end_inset
13991 </cell>
13992 </row>
13993 </lyxtabular>
13994
13995 \end_inset
13996
13997
13998 \end_layout
13999
14000 \begin_layout Standard
14001 If you need a certain width for columns with a split cell, use the command
14002  option 
14003 \series bold
14004 width=3cm
14005 \series default
14006  (replace '3cm' by the width you need).
14007  In the following table the width of the first column is set to 4
14008 \begin_inset space \thinspace{}
14009 \end_inset
14010
14011 cm.
14012  For 
14013 \series bold
14014
14015 \backslash
14016 diagbox
14017 \series default
14018  a width of 4
14019 \begin_inset space \thinspace{}
14020 \end_inset
14021
14022 cm + 2
14023 \begin_inset space \thinspace{}
14024 \end_inset
14025
14026
14027 \backslash
14028 tabcolsep is necessary because the overall width is the width for the text
14029  (in this case the 4
14030 \begin_inset space \thinspace{}
14031 \end_inset
14032
14033 cm) plus two times the separation of the text and the cell border.
14034  The calculation of the width cannot be done in the command option of 
14035 \series bold
14036
14037 \backslash
14038 diagbox
14039 \series default
14040  so one needs to create a new length which can be used later.
14041  This is done with the \SpecialChar TeX
14042  Code commands
14043 \end_layout
14044
14045 \begin_layout Standard
14046
14047 \series bold
14048
14049 \backslash
14050 newlength{
14051 \backslash
14052 diagtest}
14053 \begin_inset Newline newline
14054 \end_inset
14055
14056
14057 \backslash
14058 setlength{
14059 \backslash
14060 diagtest}{4cm+2
14061 \backslash
14062 tabcolsep}
14063 \end_layout
14064
14065 \begin_layout Standard
14066 \begin_inset ERT
14067 status collapsed
14068
14069 \begin_layout Plain Layout
14070
14071
14072 \backslash
14073 newlength{
14074 \backslash
14075 diagtest}
14076 \end_layout
14077
14078 \begin_layout Plain Layout
14079
14080
14081 \backslash
14082 setlength{
14083 \backslash
14084 diagtest}{4cm+2
14085 \backslash
14086 tabcolsep}
14087 \end_layout
14088
14089 \end_inset
14090
14091
14092 \end_layout
14093
14094 \begin_layout Standard
14095 To enable calculations in \SpecialChar LaTeX
14096  one needs to load the package 
14097 \series bold
14098 calc
14099 \series default
14100
14101 \begin_inset Index idx
14102 status collapsed
14103
14104 \begin_layout Plain Layout
14105 \SpecialChar LaTeX
14106 -packages ! calc
14107 \end_layout
14108
14109 \end_inset
14110
14111  in the document preamble.
14112 \end_layout
14113
14114 \begin_layout Standard
14115 In this table you can now use the command
14116 \end_layout
14117
14118 \begin_layout Standard
14119
14120 \series bold
14121
14122 \backslash
14123 diagbox[width=
14124 \backslash
14125 diagtest]{A}{B}
14126 \end_layout
14127
14128 \begin_layout Standard
14129 in the first cell:
14130 \end_layout
14131
14132 \begin_layout Standard
14133 \noindent
14134 \align center
14135 \begin_inset Tabular
14136 <lyxtabular version="3" rows="2" columns="2">
14137 <features tabularvalignment="middle">
14138 <column alignment="center" valignment="top" width="4cm">
14139 <column alignment="center" valignment="top">
14140 <row>
14141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14142 \begin_inset Text
14143
14144 \begin_layout Plain Layout
14145 \begin_inset ERT
14146 status open
14147
14148 \begin_layout Plain Layout
14149
14150
14151 \backslash
14152 diagbox[width=
14153 \backslash
14154 diagtest]{
14155 \end_layout
14156
14157 \end_inset
14158
14159 A
14160 \begin_inset ERT
14161 status collapsed
14162
14163 \begin_layout Plain Layout
14164
14165 }{
14166 \end_layout
14167
14168 \end_inset
14169
14170 B
14171 \begin_inset ERT
14172 status collapsed
14173
14174 \begin_layout Plain Layout
14175
14176 }
14177 \end_layout
14178
14179 \end_inset
14180
14181
14182 \end_layout
14183
14184 \end_inset
14185 </cell>
14186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14187 \begin_inset Text
14188
14189 \begin_layout Plain Layout
14190 Thickness in nm
14191 \end_layout
14192
14193 \end_inset
14194 </cell>
14195 </row>
14196 <row>
14197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14198 \begin_inset Text
14199
14200 \begin_layout Plain Layout
14201 Perfect Green
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14207 \begin_inset Text
14208
14209 \begin_layout Plain Layout
14210 45
14211 \end_layout
14212
14213 \end_inset
14214 </cell>
14215 </row>
14216 </lyxtabular>
14217
14218 \end_inset
14219
14220
14221 \end_layout
14222
14223 \begin_layout Standard
14224 Note that the split cell needs to be the widest one in the column.
14225  Otherwise the length of the diagonal line cannot be calculated correctly
14226  like in this table:
14227 \end_layout
14228
14229 \begin_layout Standard
14230 \noindent
14231 \align center
14232 \begin_inset Tabular
14233 <lyxtabular version="3" rows="2" columns="2">
14234 <features tabularvalignment="middle">
14235 <column alignment="center" valignment="top" width="0pt">
14236 <column alignment="center" valignment="top">
14237 <row>
14238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14239 \begin_inset Text
14240
14241 \begin_layout Plain Layout
14242 \begin_inset ERT
14243 status collapsed
14244
14245 \begin_layout Plain Layout
14246
14247
14248 \backslash
14249 diagbox{
14250 \end_layout
14251
14252 \end_inset
14253
14254 A
14255 \begin_inset ERT
14256 status collapsed
14257
14258 \begin_layout Plain Layout
14259
14260 }{
14261 \end_layout
14262
14263 \end_inset
14264
14265 B
14266 \begin_inset ERT
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270
14271 }
14272 \end_layout
14273
14274 \end_inset
14275
14276
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285 Thickness in nm
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 </row>
14291 <row>
14292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Plain Layout
14296 Perfect Green
14297 \end_layout
14298
14299 \end_inset
14300 </cell>
14301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 45
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 </row>
14311 </lyxtabular>
14312
14313 \end_inset
14314
14315
14316 \end_layout
14317
14318 \begin_layout Standard
14319 In this case use the 
14320 \series bold
14321 width
14322 \series default
14323  option of the 
14324 \series bold
14325
14326 \backslash
14327 diagbox
14328 \series default
14329  command.
14330  It is then not necessary to add 2
14331 \backslash
14332 tabcolsep because the cell width is now the width of the column.
14333  In this table a width of 3
14334 \begin_inset space \thinspace{}
14335 \end_inset
14336
14337 cm is used:
14338 \end_layout
14339
14340 \begin_layout Standard
14341 \noindent
14342 \align center
14343 \begin_inset Tabular
14344 <lyxtabular version="3" rows="2" columns="2">
14345 <features tabularvalignment="middle">
14346 <column alignment="center" valignment="top" width="0pt">
14347 <column alignment="center" valignment="top">
14348 <row>
14349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353 \begin_inset ERT
14354 status open
14355
14356 \begin_layout Plain Layout
14357
14358
14359 \backslash
14360 diagbox[width=3cm]{
14361 \end_layout
14362
14363 \end_inset
14364
14365 A
14366 \begin_inset ERT
14367 status collapsed
14368
14369 \begin_layout Plain Layout
14370
14371 }{
14372 \end_layout
14373
14374 \end_inset
14375
14376 B
14377 \begin_inset ERT
14378 status collapsed
14379
14380 \begin_layout Plain Layout
14381
14382 }
14383 \end_layout
14384
14385 \end_inset
14386
14387
14388 \end_layout
14389
14390 \end_inset
14391 </cell>
14392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396 Thickness in nm
14397 \end_layout
14398
14399 \end_inset
14400 </cell>
14401 </row>
14402 <row>
14403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14404 \begin_inset Text
14405
14406 \begin_layout Plain Layout
14407 Perfect Green
14408 \end_layout
14409
14410 \end_inset
14411 </cell>
14412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14413 \begin_inset Text
14414
14415 \begin_layout Plain Layout
14416 45
14417 \end_layout
14418
14419 \end_inset
14420 </cell>
14421 </row>
14422 </lyxtabular>
14423
14424 \end_inset
14425
14426
14427 \end_layout
14428
14429 \begin_layout Standard
14430 For multiple text lines in split cells one needs some extra height to fit
14431  the text to the cell.
14432  This can be achieved with the 
14433 \series bold
14434
14435 \backslash
14436 diagbox
14437 \series default
14438  option 
14439 \series bold
14440 height=3cm
14441 \series default
14442  (replace '3cm' by the height you need).
14443  In the following table the command
14444 \end_layout
14445
14446 \begin_layout Standard
14447
14448 \series bold
14449
14450 \backslash
14451 diagbox[width=3cm,height=1.4cm]{A
14452 \backslash
14453
14454 \backslash
14455 B}{C
14456 \backslash
14457
14458 \backslash
14459 D}
14460 \end_layout
14461
14462 \begin_layout Standard
14463 is used in the first cell.
14464  The command 
14465 \series bold
14466
14467 \backslash
14468
14469 \backslash
14470
14471 \series default
14472  creates hereby the line break.
14473 \begin_inset Foot
14474 status collapsed
14475
14476 \begin_layout Plain Layout
14477 Breaking lines with 
14478 \family sans
14479 Ctrl+Return
14480 \family default
14481  is only possible when the column has a fixed width.
14482 \end_layout
14483
14484 \end_inset
14485
14486
14487 \end_layout
14488
14489 \begin_layout Standard
14490 \noindent
14491 \align center
14492 \begin_inset Tabular
14493 <lyxtabular version="3" rows="2" columns="2">
14494 <features tabularvalignment="middle">
14495 <column alignment="center" valignment="top">
14496 <column alignment="center" valignment="top">
14497 <row>
14498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Plain Layout
14502 \begin_inset ERT
14503 status open
14504
14505 \begin_layout Plain Layout
14506
14507
14508 \backslash
14509 diagbox[width=3cm,height=1.4cm]{
14510 \end_layout
14511
14512 \end_inset
14513
14514 A
14515 \begin_inset ERT
14516 status collapsed
14517
14518 \begin_layout Plain Layout
14519
14520
14521 \backslash
14522
14523 \backslash
14524
14525 \end_layout
14526
14527 \end_inset
14528
14529 B
14530 \begin_inset ERT
14531 status collapsed
14532
14533 \begin_layout Plain Layout
14534
14535 }{
14536 \end_layout
14537
14538 \end_inset
14539
14540 C
14541 \begin_inset ERT
14542 status collapsed
14543
14544 \begin_layout Plain Layout
14545
14546
14547 \backslash
14548
14549 \backslash
14550
14551 \end_layout
14552
14553 \end_inset
14554
14555 D
14556 \begin_inset ERT
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560
14561 }
14562 \end_layout
14563
14564 \end_inset
14565
14566
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14572 \begin_inset Text
14573
14574 \begin_layout Plain Layout
14575 Thickness in nm
14576 \end_layout
14577
14578 \end_inset
14579 </cell>
14580 </row>
14581 <row>
14582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14583 \begin_inset Text
14584
14585 \begin_layout Plain Layout
14586 Perfect Green
14587 \end_layout
14588
14589 \end_inset
14590 </cell>
14591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14592 \begin_inset Text
14593
14594 \begin_layout Plain Layout
14595 45
14596 \end_layout
14597
14598 \end_inset
14599 </cell>
14600 </row>
14601 </lyxtabular>
14602
14603 \end_inset
14604
14605
14606 \end_layout
14607
14608 \begin_layout Standard
14609 \begin_inset ERT
14610 status collapsed
14611
14612 \begin_layout Plain Layout
14613
14614
14615 \backslash
14616 else
14617 \end_layout
14618
14619 \end_inset
14620
14621
14622 \begin_inset Note Note
14623 status open
14624
14625 \begin_layout Plain Layout
14626 The following will be displayed when the \SpecialChar LaTeX
14627 -package 
14628 \series bold
14629 diagbox
14630 \series default
14631  is not installed:
14632 \end_layout
14633
14634 \end_inset
14635
14636
14637 \end_layout
14638
14639 \begin_layout Standard
14640 You need to install the \SpecialChar LaTeX
14641 -package 
14642 \series bold
14643 diagbox
14644 \series default
14645  to see the following part of this section in the output.
14646 \end_layout
14647
14648 \begin_layout Standard
14649 \begin_inset ERT
14650 status collapsed
14651
14652 \begin_layout Plain Layout
14653
14654
14655 \backslash
14656 fi
14657 \end_layout
14658
14659 \end_inset
14660
14661
14662 \end_layout
14663
14664 \begin_layout Standard
14665 For more info about the \SpecialChar LaTeX
14666 -package 
14667 \series bold
14668 diagbox
14669 \series default
14670 , see its documentation, 
14671 \begin_inset CommandInset citation
14672 LatexCommand cite
14673 key "diagbox"
14674
14675 \end_inset
14676
14677 .
14678 \end_layout
14679
14680 \begin_layout Section
14681 Formal Tables
14682 \begin_inset CommandInset label
14683 LatexCommand label
14684 name "sec:Formal-Tables"
14685
14686 \end_inset
14687
14688
14689 \begin_inset Index idx
14690 status collapsed
14691
14692 \begin_layout Plain Layout
14693 Table ! Formal
14694 \end_layout
14695
14696 \end_inset
14697
14698
14699 \end_layout
14700
14701 \begin_layout Standard
14702 Tables are often typeset in books similar to Table
14703 \begin_inset space ~
14704 \end_inset
14705
14706
14707 \begin_inset CommandInset ref
14708 LatexCommand ref
14709 reference "tab:Example-booktabs-table"
14710
14711 \end_inset
14712
14713 .
14714  This kind of tables is called 
14715 \begin_inset Quotes eld
14716 \end_inset
14717
14718
14719 \emph on
14720 formal
14721 \emph default
14722
14723 \begin_inset Quotes erd
14724 \end_inset
14725
14726 .
14727  To make a table a formal table use the option 
14728 \family sans
14729 Formal
14730 \family default
14731  in the 
14732 \family sans
14733 Borders
14734 \family default
14735  tab of the table dialog.
14736 \end_layout
14737
14738 \begin_layout Standard
14739 \begin_inset Float table
14740 placement h
14741 wide false
14742 sideways false
14743 status open
14744
14745 \begin_layout Plain Layout
14746 \begin_inset Caption Standard
14747
14748 \begin_layout Plain Layout
14749 \begin_inset CommandInset label
14750 LatexCommand label
14751 name "tab:Example-booktabs-table"
14752
14753 \end_inset
14754
14755 Example booktabs-table
14756 \end_layout
14757
14758 \end_inset
14759
14760
14761 \end_layout
14762
14763 \begin_layout Plain Layout
14764 \align center
14765 \begin_inset Tabular
14766 <lyxtabular version="3" rows="8" columns="4">
14767 <features booktabs="true" tabularvalignment="middle">
14768 <column alignment="center" valignment="top">
14769 <column alignment="center" valignment="top">
14770 <column alignment="center" valignment="top">
14771 <column alignment="center" valignment="top">
14772 <row>
14773 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14774 \begin_inset Text
14775
14776 \begin_layout Plain Layout
14777 System
14778 \end_layout
14779
14780 \end_inset
14781 </cell>
14782 <cell alignment="center" valignment="top" topline="true" usebox="none">
14783 \begin_inset Text
14784
14785 \begin_layout Plain Layout
14786 Chip
14787 \begin_inset space \thinspace{}
14788 \end_inset
14789
14790 1
14791 \end_layout
14792
14793 \end_inset
14794 </cell>
14795 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14796 \begin_inset Text
14797
14798 \begin_layout Plain Layout
14799 Chip
14800 \begin_inset space \thinspace{}
14801 \end_inset
14802
14803 2
14804 \end_layout
14805
14806 \end_inset
14807 </cell>
14808 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14809 \begin_inset Text
14810
14811 \begin_layout Plain Layout
14812
14813 \end_layout
14814
14815 \end_inset
14816 </cell>
14817 </row>
14818 <row>
14819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14820 \begin_inset Text
14821
14822 \begin_layout Plain Layout
14823 \begin_inset ERT
14824 status collapsed
14825
14826 \begin_layout Plain Layout
14827
14828
14829 \backslash
14830 cmidrule(r){2-2}
14831 \end_layout
14832
14833 \end_inset
14834
14835
14836 \begin_inset ERT
14837 status collapsed
14838
14839 \begin_layout Plain Layout
14840
14841
14842 \backslash
14843 cmidrule(l){3-4}
14844 \end_layout
14845
14846 \end_inset
14847
14848 Detector thickness in Âµm
14849 \end_layout
14850
14851 \end_inset
14852 </cell>
14853 <cell alignment="center" valignment="top" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857 300
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 <cell alignment="center" valignment="top" usebox="none">
14863 \begin_inset Text
14864
14865 \begin_layout Plain Layout
14866 300
14867 \end_layout
14868
14869 \end_inset
14870 </cell>
14871 <cell alignment="center" valignment="top" usebox="none">
14872 \begin_inset Text
14873
14874 \begin_layout Plain Layout
14875 700
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 </row>
14881 <row>
14882 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14883 \begin_inset Text
14884
14885 \begin_layout Plain Layout
14886 Edge angle in Â°
14887 \end_layout
14888
14889 \end_inset
14890 </cell>
14891 <cell alignment="center" valignment="top" topline="true" usebox="none">
14892 \begin_inset Text
14893
14894 \begin_layout Plain Layout
14895 3.55
14896 \end_layout
14897
14898 \end_inset
14899 </cell>
14900 <cell alignment="center" valignment="top" topline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Plain Layout
14904 2.71
14905 \end_layout
14906
14907 \end_inset
14908 </cell>
14909 <cell alignment="center" valignment="top" topline="true" usebox="none">
14910 \begin_inset Text
14911
14912 \begin_layout Plain Layout
14913 7.99
14914 \end_layout
14915
14916 \end_inset
14917 </cell>
14918 </row>
14919 <row topspace="default">
14920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14921 \begin_inset Text
14922
14923 \begin_layout Plain Layout
14924 Spatial resolution in Âµm
14925 \end_layout
14926
14927 \end_inset
14928 </cell>
14929 <cell alignment="center" valignment="top" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Plain Layout
14933 4.26
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 <cell alignment="center" valignment="top" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942 10.17
14943 \end_layout
14944
14945 \end_inset
14946 </cell>
14947 <cell alignment="center" valignment="top" usebox="none">
14948 \begin_inset Text
14949
14950 \begin_layout Plain Layout
14951 10.56
14952 \end_layout
14953
14954 \end_inset
14955 </cell>
14956 </row>
14957 <row topspace="default">
14958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14959 \begin_inset Text
14960
14961 \begin_layout Plain Layout
14962 MTF at 
14963 \begin_inset Formula $f_{\mathrm{max}}$
14964 \end_inset
14965
14966
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 <cell alignment="center" valignment="top" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975 0.53
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 0.37
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 <cell alignment="center" valignment="top" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993 0.39
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 </row>
14999 <row topspace="default">
15000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 \begin_inset ERT
15005 status collapsed
15006
15007 \begin_layout Plain Layout
15008
15009
15010 \backslash
15011 cmidrule[2pt](l{10pt}){1-1}
15012 \end_layout
15013
15014 \end_inset
15015
15016 LSF-spatial resolution
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 <cell alignment="center" valignment="top" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 </row>
15049 <row>
15050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054 in Âµm
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell alignment="center" valignment="top" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 129.7
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 52.75
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081 50.78
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 </row>
15087 <row>
15088 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092 in % of pixel size
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101 76.3
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110 95.9
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 92.3
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 </row>
15125 </lyxtabular>
15126
15127 \end_inset
15128
15129
15130 \end_layout
15131
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \begin_layout Standard
15138 Spaces to table rows can be added using the 
15139 \family sans
15140 Borders
15141 \family default
15142  tab of the table dialog as described in section
15143 \begin_inset space ~
15144 \end_inset
15145
15146
15147 \begin_inset CommandInset ref
15148 LatexCommand ref
15149 reference "subsec:Row-Spacing"
15150
15151 \end_inset
15152
15153 .
15154 \end_layout
15155
15156 \begin_layout Standard
15157 Unlike normal tables, formal tables have no vertical table lines.
15158  The horizontal table lines can be set as for normal tables but they appear
15159  with different widths in the output:
15160 \begin_inset Newline newline
15161 \end_inset
15162
15163 The first and the last table line have a default width of 0.08
15164 \begin_inset space \thinspace{}
15165 \end_inset
15166
15167 em while the other lines have a default width of 0.05
15168 \begin_inset space \thinspace{}
15169 \end_inset
15170
15171 em.
15172 \end_layout
15173
15174 \begin_layout Standard
15175 The default widths can be changed with the following preamble lines
15176 \end_layout
15177
15178 \begin_layout Standard
15179
15180 \series bold
15181
15182 \backslash
15183 let
15184 \backslash
15185 mytoprule
15186 \backslash
15187 toprule
15188 \begin_inset Newline newline
15189 \end_inset
15190
15191
15192 \backslash
15193 renewcommand{
15194 \backslash
15195 toprule}{
15196 \backslash
15197 mytoprule[width]}
15198 \end_layout
15199
15200 \begin_layout Standard
15201 This example is for the first line, the so called 
15202 \series bold
15203 toprule
15204 \series default
15205 .
15206  If you want to change the width for the last line, replace 
15207 \series bold
15208 toprule
15209 \series default
15210  by 
15211 \series bold
15212 bottomrule
15213 \series default
15214 .
15215  To change the width for the other lines replace 
15216 \series bold
15217 toprule
15218 \series default
15219  by 
15220 \series bold
15221 midrule
15222 \series default
15223 .
15224  You can use all units listed in appendix
15225 \begin_inset space ~
15226 \end_inset
15227
15228
15229 \begin_inset CommandInset ref
15230 LatexCommand ref
15231 reference "cha:Units-available-in"
15232
15233 \end_inset
15234
15235  to set the width.
15236 \end_layout
15237
15238 \begin_layout Standard
15239 Lines that do not span all table columns can be created by setting a table
15240  line for multicolumn cells.
15241  \SpecialChar LyX
15242  will then internally use the command 
15243 \series bold
15244
15245 \backslash
15246 cmidrule
15247 \series default
15248  to create this line.
15249  Its full scheme is
15250 \end_layout
15251
15252 \begin_layout Standard
15253
15254 \series bold
15255
15256 \backslash
15257 cmidrule[height](trim){startcol-endcol}
15258 \end_layout
15259
15260 \begin_layout Standard
15261 The options of 
15262 \series bold
15263
15264 \backslash
15265 cmidrule
15266 \series default
15267  are currently not supported by \SpecialChar LyX
15268  so you have to use \SpecialChar TeX
15269  Code to be able to
15270  use them.
15271  
15272 \series bold
15273
15274 \backslash
15275 cmidrule
15276 \series default
15277 s can manually be created by inserting the command as \SpecialChar TeX
15278  Code as the first
15279  cell entry of the first cell of a row.
15280  The line is then drawn in the output above the current row.
15281 \end_layout
15282
15283 \begin_layout Standard
15284 The default for the optional 
15285 \series bold
15286 height
15287 \series default
15288  is 0.03
15289 \begin_inset space \thinspace{}
15290 \end_inset
15291
15292 em.
15293  
15294 \series bold
15295 startcol
15296 \series default
15297  is the number of the column where the line starts and 
15298 \series bold
15299 endcol
15300 \series default
15301  the column number where the line ends.
15302  The 
15303 \series bold
15304 endcol
15305 \series default
15306  always needs to be specified, also when the line should span only one column.
15307  The optional parameter 
15308 \series bold
15309 trim
15310 \series default
15311  could either be 
15312 \emph on
15313 l{trimwidth}
15314 \emph default
15315  or 
15316 \emph on
15317 r{trimwidth}
15318 \emph default
15319  where the 
15320 \emph on
15321 trimwidth
15322 \emph default
15323  is also optional.
15324  Using for example the parameter 
15325 \emph on
15326 l{2pt}
15327 \emph default
15328  means that the line is trimmed from its left end by 2
15329 \begin_inset space \thinspace{}
15330 \end_inset
15331
15332 pt.
15333  If you don't specify the 
15334 \emph on
15335 trimwidth
15336 \emph default
15337  the line is trimmed by the default of 0.5
15338 \begin_inset space \thinspace{}
15339 \end_inset
15340
15341 em.
15342 \end_layout
15343
15344 \begin_layout Standard
15345 \begin_inset VSpace bigskip
15346 \end_inset
15347
15348 Table
15349 \begin_inset space ~
15350 \end_inset
15351
15352
15353 \begin_inset CommandInset ref
15354 LatexCommand ref
15355 reference "tab:Example-booktabs-table"
15356
15357 \end_inset
15358
15359  was created using the commands
15360 \end_layout
15361
15362 \begin_layout Standard
15363
15364 \series bold
15365
15366 \backslash
15367 cmidrule(r){2-2}
15368 \backslash
15369 cmidrule(l){3-4}
15370 \end_layout
15371
15372 \begin_layout Standard
15373 at the beginning of the second row and
15374 \end_layout
15375
15376 \begin_layout Standard
15377
15378 \series bold
15379
15380 \backslash
15381 cmidrule[2pt](l{10pt}){1-1}
15382 \end_layout
15383
15384 \begin_layout Standard
15385 in the sixth row.
15386 \end_layout
15387
15388 \begin_layout Standard
15389 \begin_inset VSpace bigskip
15390 \end_inset
15391
15392
15393 \end_layout
15394
15395 \begin_layout Standard
15396 You might want to have overlapping 
15397 \series bold
15398
15399 \backslash
15400 cmidrule
15401 \series default
15402 s as in in Table
15403 \begin_inset space ~
15404 \end_inset
15405
15406
15407 \begin_inset CommandInset ref
15408 LatexCommand ref
15409 reference "tab:Special-booktabs-table"
15410
15411 \end_inset
15412
15413 .
15414  This can be achieved with the \SpecialChar TeX
15415  Code command
15416 \end_layout
15417
15418 \begin_layout Standard
15419
15420 \series bold
15421
15422 \backslash
15423 morecmidrules
15424 \end_layout
15425
15426 \begin_layout Standard
15427 The command that was used for the second row of Table
15428 \begin_inset space ~
15429 \end_inset
15430
15431
15432 \begin_inset CommandInset ref
15433 LatexCommand ref
15434 reference "tab:Special-booktabs-table"
15435
15436 \end_inset
15437
15438  is
15439 \end_layout
15440
15441 \begin_layout Standard
15442
15443 \series bold
15444
15445 \backslash
15446 cmidrule(r){2-2}
15447 \backslash
15448 cmidrule(l){3-4}
15449 \backslash
15450 morecmidrules
15451 \backslash
15452 cmidrule{2-4}
15453 \end_layout
15454
15455 \begin_layout Standard
15456 The command for the sixth row is
15457 \end_layout
15458
15459 \begin_layout Standard
15460
15461 \series bold
15462
15463 \backslash
15464 midrule
15465 \backslash
15466 morecmidrules
15467 \backslash
15468 cmidrule{3-4}
15469 \end_layout
15470
15471 \begin_layout Standard
15472 \begin_inset VSpace bigskip
15473 \end_inset
15474
15475
15476 \end_layout
15477
15478 \begin_layout Standard
15479 If you are in any way not satisfied with the border line spacing, you can
15480  use the following command to produce lines that span over all table columns
15481 \series bold
15482 :
15483 \end_layout
15484
15485 \begin_layout Standard
15486
15487 \series bold
15488
15489 \backslash
15490 specialrule{width}{space above}{space below}
15491 \end_layout
15492
15493 \begin_layout Standard
15494 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15495 -package
15496  
15497 \series bold
15498 booktabs
15499 \series default
15500  
15501 \begin_inset CommandInset citation
15502 LatexCommand cite
15503 key "booktabs"
15504
15505 \end_inset
15506
15507 .
15508 \begin_inset Index idx
15509 status collapsed
15510
15511 \begin_layout Plain Layout
15512 \SpecialChar LaTeX
15513 -packages ! booktabs
15514 \end_layout
15515
15516 \end_inset
15517
15518
15519 \end_layout
15520
15521 \begin_layout Standard
15522 \begin_inset Float table
15523 placement h
15524 wide false
15525 sideways false
15526 status open
15527
15528 \begin_layout Plain Layout
15529 \begin_inset Caption Standard
15530
15531 \begin_layout Plain Layout
15532 \begin_inset CommandInset label
15533 LatexCommand label
15534 name "tab:Special-booktabs-table"
15535
15536 \end_inset
15537
15538 Special booktabs-table
15539 \end_layout
15540
15541 \end_inset
15542
15543
15544 \end_layout
15545
15546 \begin_layout Plain Layout
15547 \align center
15548 \begin_inset Tabular
15549 <lyxtabular version="3" rows="8" columns="4">
15550 <features booktabs="true" tabularvalignment="middle">
15551 <column alignment="center" valignment="top">
15552 <column alignment="center" valignment="top">
15553 <column alignment="center" valignment="top">
15554 <column alignment="center" valignment="top">
15555 <row>
15556 <cell alignment="center" valignment="top" topline="true" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Plain Layout
15560 System
15561 \end_layout
15562
15563 \end_inset
15564 </cell>
15565 <cell alignment="center" valignment="top" topline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569 Chip
15570 \begin_inset space \thinspace{}
15571 \end_inset
15572
15573 1
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582 Chip
15583 \begin_inset space \thinspace{}
15584 \end_inset
15585
15586 2
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 </row>
15601 <row>
15602 <cell alignment="center" valignment="top" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606 \begin_inset ERT
15607 status collapsed
15608
15609 \begin_layout Plain Layout
15610
15611
15612 \backslash
15613 cmidrule(r){2-2}
15614 \end_layout
15615
15616 \end_inset
15617
15618
15619 \begin_inset ERT
15620 status collapsed
15621
15622 \begin_layout Plain Layout
15623
15624
15625 \backslash
15626 cmidrule(l){3-4}
15627 \end_layout
15628
15629 \end_inset
15630
15631
15632 \begin_inset ERT
15633 status collapsed
15634
15635 \begin_layout Plain Layout
15636
15637
15638 \backslash
15639 morecmidrules 
15640 \end_layout
15641
15642 \end_inset
15643
15644
15645 \begin_inset ERT
15646 status collapsed
15647
15648 \begin_layout Plain Layout
15649
15650
15651 \backslash
15652 cmidrule{2-4}
15653 \end_layout
15654
15655 \end_inset
15656
15657 Detector thickness in Âµm
15658 \end_layout
15659
15660 \end_inset
15661 </cell>
15662 <cell alignment="center" valignment="top" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666 300
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 <cell alignment="center" valignment="top" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675 300
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 <cell alignment="center" valignment="top" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684 700
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 </row>
15690 <row>
15691 <cell alignment="center" valignment="top" topline="true" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695 Edge angle in Â°
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 <cell alignment="center" valignment="top" topline="true" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Plain Layout
15704 3.55
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 <cell alignment="center" valignment="top" topline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713 2.71
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 <cell alignment="center" valignment="top" topline="true" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722 7.99
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 </row>
15728 <row topspace="default">
15729 <cell alignment="center" valignment="top" usebox="none">
15730 \begin_inset Text
15731
15732 \begin_layout Plain Layout
15733 Spatial resolution in Âµm
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 <cell alignment="center" valignment="top" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 4.26
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 10.17
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 10.56
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 </row>
15766 <row topspace="default">
15767 <cell alignment="center" valignment="top" usebox="none">
15768 \begin_inset Text
15769
15770 \begin_layout Plain Layout
15771 MTF at 
15772 \begin_inset Formula $f_{\mathrm{max}}$
15773 \end_inset
15774
15775
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 <cell alignment="center" valignment="top" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784 0.53
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 <cell alignment="center" valignment="top" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793 0.37
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802 0.39
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 </row>
15808 <row>
15809 <cell alignment="center" valignment="top" topline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 \begin_inset ERT
15814 status collapsed
15815
15816 \begin_layout Plain Layout
15817
15818
15819 \backslash
15820 morecmidrules 
15821 \end_layout
15822
15823 \end_inset
15824
15825
15826 \begin_inset ERT
15827 status collapsed
15828
15829 \begin_layout Plain Layout
15830
15831
15832 \backslash
15833 cmidrule{3-4}
15834 \end_layout
15835
15836 \end_inset
15837
15838 LSF-spatial resolution
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 <cell alignment="center" valignment="top" topline="true" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Plain Layout
15847
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 <cell alignment="center" valignment="top" topline="true" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856
15857 \end_layout
15858
15859 \end_inset
15860 </cell>
15861 <cell alignment="center" valignment="top" topline="true" usebox="none">
15862 \begin_inset Text
15863
15864 \begin_layout Plain Layout
15865
15866 \end_layout
15867
15868 \end_inset
15869 </cell>
15870 </row>
15871 <row>
15872 <cell alignment="center" valignment="top" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876 in Âµm
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 <cell alignment="center" valignment="top" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Plain Layout
15885 129.7
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 <cell alignment="center" valignment="top" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Plain Layout
15894 52.75
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 <cell alignment="center" valignment="top" usebox="none">
15900 \begin_inset Text
15901
15902 \begin_layout Plain Layout
15903 50.78
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 </row>
15909 <row>
15910 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Plain Layout
15914 in % of pixel size
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923 76.3
15924 \end_layout
15925
15926 \end_inset
15927 </cell>
15928 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932 95.9
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 92.3
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 </row>
15947 </lyxtabular>
15948
15949 \end_inset
15950
15951
15952 \end_layout
15953
15954 \end_inset
15955
15956
15957 \end_layout
15958
15959 \begin_layout Section
15960 Vertical Table Alignment
15961 \begin_inset Index idx
15962 status collapsed
15963
15964 \begin_layout Plain Layout
15965 Table ! Alignment
15966 \end_layout
15967
15968 \end_inset
15969
15970
15971 \end_layout
15972
15973 \begin_layout Standard
15974 To align tables vertically in a text line, the table must be inside a box.
15975  The box can then be vertically aligned as described in section
15976 \begin_inset space ~
15977 \end_inset
15978
15979
15980 \begin_inset CommandInset ref
15981 LatexCommand ref
15982 reference "sec:Box-Dialog"
15983
15984 \end_inset
15985
15986 .
15987 \end_layout
15988
15989 \begin_layout Standard
15990 In the following example the tables are inside a minipage
15991 \begin_inset Foot
15992 status collapsed
15993
15994 \begin_layout Plain Layout
15995 Minipages are described in section
15996 \begin_inset space ~
15997 \end_inset
15998
15999
16000 \begin_inset CommandInset ref
16001 LatexCommand ref
16002 reference "sec:Minipages"
16003
16004 \end_inset
16005
16006 .
16007 \end_layout
16008
16009 \end_inset
16010
16011  box that has a width of 15
16012 \begin_inset space \thinspace{}
16013 \end_inset
16014
16015 col%:
16016 \end_layout
16017
16018 \begin_layout Itemize
16019 test 
16020 \begin_inset Box Frameless
16021 position "t"
16022 hor_pos "c"
16023 has_inner_box 1
16024 inner_pos "c"
16025 use_parbox 0
16026 use_makebox 0
16027 width "15col%"
16028 special "none"
16029 height "1in"
16030 height_special "totalheight"
16031 thickness "0.4pt"
16032 separation "3pt"
16033 shadowsize "4pt"
16034 framecolor "black"
16035 backgroundcolor "none"
16036 status collapsed
16037
16038 \begin_layout Plain Layout
16039 \begin_inset Tabular
16040 <lyxtabular version="3" rows="3" columns="3">
16041 <features tabularvalignment="middle">
16042 <column alignment="center" valignment="top">
16043 <column alignment="center" valignment="top">
16044 <column alignment="center" valignment="top">
16045 <row>
16046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050 a
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059 d
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068 g
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 </row>
16074 <row>
16075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079 b
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088 e
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097 h
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 </row>
16103 <row>
16104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16105 \begin_inset Text
16106
16107 \begin_layout Plain Layout
16108 c
16109 \end_layout
16110
16111 \end_inset
16112 </cell>
16113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117 f
16118 \end_layout
16119
16120 \end_inset
16121 </cell>
16122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16123 \begin_inset Text
16124
16125 \begin_layout Plain Layout
16126 i
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 </row>
16132 </lyxtabular>
16133
16134 \end_inset
16135
16136
16137 \end_layout
16138
16139 \end_inset
16140
16141  test 
16142 \begin_inset ERT
16143 status collapsed
16144
16145 \begin_layout Plain Layout
16146
16147
16148 \backslash
16149 raisebox{0.85
16150 \backslash
16151 baselineskip}{
16152 \end_layout
16153
16154 \end_inset
16155
16156
16157 \begin_inset Box Frameless
16158 position "t"
16159 hor_pos "c"
16160 has_inner_box 1
16161 inner_pos "c"
16162 use_parbox 0
16163 use_makebox 0
16164 width "15col%"
16165 special "none"
16166 height "1in"
16167 height_special "totalheight"
16168 thickness "0.4pt"
16169 separation "3pt"
16170 shadowsize "4pt"
16171 framecolor "black"
16172 backgroundcolor "none"
16173 status collapsed
16174
16175 \begin_layout Plain Layout
16176 \begin_inset Tabular
16177 <lyxtabular version="3" rows="3" columns="3">
16178 <features tabularvalignment="middle">
16179 <column alignment="center" valignment="top">
16180 <column alignment="center" valignment="top">
16181 <column alignment="center" valignment="top">
16182 <row>
16183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16184 \begin_inset Text
16185
16186 \begin_layout Plain Layout
16187 a
16188 \end_layout
16189
16190 \end_inset
16191 </cell>
16192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Plain Layout
16196 d
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Plain Layout
16205 g
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 </row>
16211 <row>
16212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16213 \begin_inset Text
16214
16215 \begin_layout Plain Layout
16216 b
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16222 \begin_inset Text
16223
16224 \begin_layout Plain Layout
16225 e
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16231 \begin_inset Text
16232
16233 \begin_layout Plain Layout
16234 h
16235 \end_layout
16236
16237 \end_inset
16238 </cell>
16239 </row>
16240 <row>
16241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16242 \begin_inset Text
16243
16244 \begin_layout Plain Layout
16245 c
16246 \end_layout
16247
16248 \end_inset
16249 </cell>
16250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254 f
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263 i
16264 \end_layout
16265
16266 \end_inset
16267 </cell>
16268 </row>
16269 </lyxtabular>
16270
16271 \end_inset
16272
16273
16274 \end_layout
16275
16276 \end_inset
16277
16278
16279 \begin_inset ERT
16280 status collapsed
16281
16282 \begin_layout Plain Layout
16283
16284 }
16285 \end_layout
16286
16287 \end_inset
16288
16289
16290 \end_layout
16291
16292 \begin_layout Itemize
16293 test 
16294 \begin_inset Box Frameless
16295 position "c"
16296 hor_pos "c"
16297 has_inner_box 1
16298 inner_pos "c"
16299 use_parbox 0
16300 use_makebox 0
16301 width "15col%"
16302 special "none"
16303 height "1in"
16304 height_special "totalheight"
16305 thickness "0.4pt"
16306 separation "3pt"
16307 shadowsize "4pt"
16308 framecolor "black"
16309 backgroundcolor "none"
16310 status collapsed
16311
16312 \begin_layout Plain Layout
16313 \begin_inset Tabular
16314 <lyxtabular version="3" rows="3" columns="3">
16315 <features tabularvalignment="middle">
16316 <column alignment="center" valignment="top">
16317 <column alignment="center" valignment="top">
16318 <column alignment="center" valignment="top">
16319 <row>
16320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324 a
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333 d
16334 \end_layout
16335
16336 \end_inset
16337 </cell>
16338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16339 \begin_inset Text
16340
16341 \begin_layout Plain Layout
16342 g
16343 \end_layout
16344
16345 \end_inset
16346 </cell>
16347 </row>
16348 <row>
16349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Plain Layout
16353 b
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362 e
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Plain Layout
16371 h
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 </row>
16377 <row>
16378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Plain Layout
16382 c
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Plain Layout
16391 f
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Plain Layout
16400 i
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 </row>
16406 </lyxtabular>
16407
16408 \end_inset
16409
16410
16411 \end_layout
16412
16413 \end_inset
16414
16415
16416 \end_layout
16417
16418 \begin_layout Itemize
16419 test 
16420 \begin_inset Box Frameless
16421 position "b"
16422 hor_pos "c"
16423 has_inner_box 1
16424 inner_pos "c"
16425 use_parbox 0
16426 use_makebox 0
16427 width "15col%"
16428 special "none"
16429 height "1in"
16430 height_special "totalheight"
16431 thickness "0.4pt"
16432 separation "3pt"
16433 shadowsize "4pt"
16434 framecolor "black"
16435 backgroundcolor "none"
16436 status collapsed
16437
16438 \begin_layout Plain Layout
16439 \begin_inset Tabular
16440 <lyxtabular version="3" rows="3" columns="3">
16441 <features tabularvalignment="middle">
16442 <column alignment="center" valignment="top">
16443 <column alignment="center" valignment="top">
16444 <column alignment="center" valignment="top">
16445 <row>
16446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450 a
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459 d
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16465 \begin_inset Text
16466
16467 \begin_layout Plain Layout
16468 g
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 </row>
16474 <row>
16475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Plain Layout
16479 b
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 e
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 h
16498 \end_layout
16499
16500 \end_inset
16501 </cell>
16502 </row>
16503 <row>
16504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Plain Layout
16508 c
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16514 \begin_inset Text
16515
16516 \begin_layout Plain Layout
16517 f
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526 i
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 </row>
16532 </lyxtabular>
16533
16534 \end_inset
16535
16536
16537 \end_layout
16538
16539 \end_inset
16540
16541  test 
16542 \begin_inset ERT
16543 status collapsed
16544
16545 \begin_layout Plain Layout
16546
16547
16548 \backslash
16549 raisebox{-0.32
16550 \backslash
16551 baselineskip}{
16552 \end_layout
16553
16554 \end_inset
16555
16556
16557 \begin_inset Box Frameless
16558 position "b"
16559 hor_pos "c"
16560 has_inner_box 1
16561 inner_pos "c"
16562 use_parbox 0
16563 use_makebox 0
16564 width "15col%"
16565 special "none"
16566 height "1in"
16567 height_special "totalheight"
16568 thickness "0.4pt"
16569 separation "3pt"
16570 shadowsize "4pt"
16571 framecolor "black"
16572 backgroundcolor "none"
16573 status collapsed
16574
16575 \begin_layout Plain Layout
16576 \begin_inset Tabular
16577 <lyxtabular version="3" rows="3" columns="3">
16578 <features tabularvalignment="middle">
16579 <column alignment="center" valignment="top">
16580 <column alignment="center" valignment="top">
16581 <column alignment="center" valignment="top">
16582 <row>
16583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587 a
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596 d
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 g
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 </row>
16611 <row>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616 b
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Plain Layout
16625 e
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 h
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 </row>
16640 <row>
16641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 c
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Plain Layout
16654 f
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Plain Layout
16663 i
16664 \end_layout
16665
16666 \end_inset
16667 </cell>
16668 </row>
16669 </lyxtabular>
16670
16671 \end_inset
16672
16673
16674 \end_layout
16675
16676 \end_inset
16677
16678
16679 \begin_inset ERT
16680 status collapsed
16681
16682 \begin_layout Plain Layout
16683
16684 }
16685 \end_layout
16686
16687 \end_inset
16688
16689
16690 \end_layout
16691
16692 \begin_layout Standard
16693 As you will see, the content of the first and last table row is not correctly
16694  aligned.
16695  To get this alignment, the minipage box must be set into a raisebox.
16696 \begin_inset Foot
16697 status collapsed
16698
16699 \begin_layout Plain Layout
16700 Raiseboxes are described in section
16701 \begin_inset space ~
16702 \end_inset
16703
16704
16705 \begin_inset CommandInset ref
16706 LatexCommand ref
16707 reference "subsec:Vertical-Alignment"
16708
16709 \end_inset
16710
16711 .
16712 \end_layout
16713
16714 \end_inset
16715
16716  In the example above the second table in the first item is aligned using
16717  the \SpecialChar TeX
16718  Code command
16719 \end_layout
16720
16721 \begin_layout Standard
16722
16723 \series bold
16724
16725 \backslash
16726 raisebox{0.85
16727 \backslash
16728 baselineskip}{
16729 \end_layout
16730
16731 \begin_layout Standard
16732 before the box.
16733  After the box the closing brace 
16734 \series bold
16735 }
16736 \series default
16737  is inserted as \SpecialChar TeX
16738  Code.
16739  For the second table in the last item the command
16740 \end_layout
16741
16742 \begin_layout Standard
16743
16744 \series bold
16745
16746 \backslash
16747 raisebox{-0.32
16748 \backslash
16749 baselineskip}{
16750 \end_layout
16751
16752 \begin_layout Standard
16753 is used.
16754 \end_layout
16755
16756 \begin_layout Standard
16757 \begin_inset Note Greyedout
16758 status open
16759
16760 \begin_layout Plain Layout
16761
16762 \series bold
16763 Note:
16764 \series default
16765  The alignment of the table row content to the surrounding text line is
16766  not exact.
16767  The required value for the 
16768 \series bold
16769
16770 \backslash
16771 raisebox
16772 \series default
16773  command for this alignment depends on the document font, the font size,
16774  and the table line thickness.
16775 \end_layout
16776
16777 \end_inset
16778
16779
16780 \end_layout
16781
16782 \begin_layout Section
16783 Colored Tables
16784 \begin_inset CommandInset label
16785 LatexCommand label
16786 name "sec:Colored-Tables"
16787
16788 \end_inset
16789
16790
16791 \begin_inset Index idx
16792 status collapsed
16793
16794 \begin_layout Plain Layout
16795 Table ! Color
16796 \end_layout
16797
16798 \end_inset
16799
16800
16801 \end_layout
16802
16803 \begin_layout Subsection
16804 Colored Cells
16805 \begin_inset Index idx
16806 status collapsed
16807
16808 \begin_layout Plain Layout
16809 Table Color ! for Cells
16810 \end_layout
16811
16812 \end_inset
16813
16814
16815 \begin_inset Index idx
16816 status collapsed
16817
16818 \begin_layout Plain Layout
16819 Color ! for Table Cells
16820 \end_layout
16821
16822 \end_inset
16823
16824
16825 \end_layout
16826
16827 \begin_layout Standard
16828 \begin_inset Float table
16829 placement h
16830 wide false
16831 sideways false
16832 status open
16833
16834 \begin_layout Plain Layout
16835 \begin_inset Caption Standard
16836
16837 \begin_layout Plain Layout
16838 \begin_inset CommandInset label
16839 LatexCommand label
16840 name "tab:Table-colored-without"
16841
16842 \end_inset
16843
16844 Table colored without using the package 
16845 \series bold
16846 colortbl
16847 \series default
16848
16849 \begin_inset Argument 1
16850 status collapsed
16851
16852 \begin_layout Plain Layout
16853 Table without colortbl
16854 \end_layout
16855
16856 \end_inset
16857
16858
16859 \end_layout
16860
16861 \end_inset
16862
16863
16864 \end_layout
16865
16866 \begin_layout Plain Layout
16867 \align center
16868 \begin_inset Tabular
16869 <lyxtabular version="3" rows="3" columns="3">
16870 <features tabularvalignment="middle">
16871 <column alignment="center" valignment="top">
16872 <column alignment="center" valignment="top">
16873 <column alignment="center" valignment="top">
16874 <row>
16875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879
16880 \color green
16881 a
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890
16891 \color red
16892 b
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901
16902 \color red
16903 c
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row>
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914
16915 \color green
16916 d
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925
16926 \color blue
16927 e
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936
16937 \color blue
16938 f
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 </row>
16944 <row>
16945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949
16950 \color green
16951 g
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960
16961 \color blue
16962 h
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971
16972 \color blue
16973 i
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 </row>
16979 </lyxtabular>
16980
16981 \end_inset
16982
16983
16984 \end_layout
16985
16986 \end_inset
16987
16988
16989 \end_layout
16990
16991 \begin_layout Standard
16992 If you only need colored text, mark the cells and choose a color in the
16993  
16994 \family sans
16995 Text
16996 \begin_inset space ~
16997 \end_inset
16998
16999 Style
17000 \family default
17001  dialog (toolbar button 
17002 \begin_inset Info
17003 type  "icon"
17004 arg   "dialog-show character"
17005 \end_inset
17006
17007 ).
17008  This was used to create Table
17009 \begin_inset space ~
17010 \end_inset
17011
17012
17013 \begin_inset CommandInset ref
17014 LatexCommand ref
17015 reference "tab:Table-colored-without"
17016
17017 \end_inset
17018
17019 .
17020  In any other case you have to use the \SpecialChar LaTeX
17021 -package 
17022 \series bold
17023 colortbl
17024 \series default
17025 .
17026 \begin_inset Index idx
17027 status collapsed
17028
17029 \begin_layout Plain Layout
17030 \SpecialChar LaTeX
17031 -packages ! colortbl
17032 \end_layout
17033
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \begin_layout Standard
17040 \begin_inset ERT
17041 status collapsed
17042
17043 \begin_layout Plain Layout
17044
17045
17046 \backslash
17047 ifcolortbl
17048 \end_layout
17049
17050 \end_inset
17051
17052
17053 \begin_inset Note Note
17054 status open
17055
17056 \begin_layout Plain Layout
17057 The following section part will only be displayed when the \SpecialChar LaTeX
17058 -package 
17059 \series bold
17060 colortbl
17061 \series default
17062  is installed.
17063 \end_layout
17064
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \begin_layout Standard
17071 To create colored tables, 
17072 \series bold
17073 colortbl
17074 \series default
17075  must be loaded in the preamble with the line
17076 \end_layout
17077
17078 \begin_layout Standard
17079
17080 \series bold
17081
17082 \backslash
17083 usepackage{colortbl}
17084 \end_layout
17085
17086 \begin_layout Standard
17087 The color of a column is adjusted with the command
17088 \end_layout
17089
17090 \begin_layout Standard
17091
17092 \series bold
17093
17094 \backslash
17095 columncolor{name of color}
17096 \end_layout
17097
17098 \begin_layout Standard
17099 inside the command 
17100 \series bold
17101 >{ }
17102 \series default
17103 .
17104  More about the command 
17105 \series bold
17106 >{}
17107 \series default
17108  is contained in section
17109 \begin_inset space ~
17110 \end_inset
17111
17112
17113 \begin_inset CommandInset ref
17114 LatexCommand ref
17115 reference "subsec:Multicolumn-Calculations"
17116
17117 \end_inset
17118
17119 .
17120 \end_layout
17121
17122 \begin_layout Standard
17123 The following color names are predefined:
17124 \end_layout
17125
17126 \begin_layout Standard
17127
17128 \family sans
17129 red
17130 \family default
17131
17132 \family sans
17133 green
17134 \family default
17135
17136 \family sans
17137 yellow
17138 \family default
17139
17140 \family sans
17141 blue
17142 \family default
17143
17144 \family sans
17145 cyan
17146 \family default
17147
17148 \family sans
17149 magenta
17150 \family default
17151
17152 \family sans
17153 black
17154 \family default
17155  and 
17156 \family sans
17157 white
17158 \end_layout
17159
17160 \begin_layout Standard
17161 \begin_inset VSpace medskip
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \begin_layout Standard
17168 If you add the option
17169 \end_layout
17170
17171 \begin_layout Standard
17172
17173 \series bold
17174 dvipsnames
17175 \end_layout
17176
17177 \begin_layout Standard
17178 to the document class options in the document settings, you can additionally
17179  use further 61
17180 \begin_inset space ~
17181 \end_inset
17182
17183 colors.
17184  These colors are listed in appendix
17185 \begin_inset space ~
17186 \end_inset
17187
17188
17189 \begin_inset CommandInset ref
17190 LatexCommand ref
17191 reference "chap:List-of-dvips-colornames"
17192
17193 \end_inset
17194
17195 .
17196  One of these colors, 
17197 \family sans
17198 Maroon
17199 \family default
17200 , is used as example in Table
17201 \begin_inset space ~
17202 \end_inset
17203
17204
17205 \begin_inset CommandInset ref
17206 LatexCommand ref
17207 reference "tab:Table-colored-using"
17208
17209 \end_inset
17210
17211 .
17212 \end_layout
17213
17214 \begin_layout Standard
17215 \begin_inset VSpace medskip
17216 \end_inset
17217
17218
17219 \end_layout
17220
17221 \begin_layout Standard
17222 You can also define your own color with the command
17223 \end_layout
17224
17225 \begin_layout Standard
17226
17227 \series bold
17228
17229 \backslash
17230 definecolor{color name}{color model}{color values}
17231 \end_layout
17232
17233 \begin_layout Standard
17234 The color model can be
17235 \end_layout
17236
17237 \begin_layout Labeling
17238 \labelwidthstring 00.00.0000
17239 cmyk: cyan, magenta, yellow, black
17240 \end_layout
17241
17242 \begin_layout Labeling
17243 \labelwidthstring 00.00.0000
17244 rgb: red, green blue
17245 \end_layout
17246
17247 \begin_layout Labeling
17248 \labelwidthstring 00.00.0000
17249 gray gray
17250 \end_layout
17251
17252 \begin_layout Standard
17253 and the color values are comma separated numbers between 0 and 1 describing
17254  the factor for the corresponding color of the color model.
17255 \end_layout
17256
17257 \begin_layout Standard
17258 You can e.
17259 \begin_inset space \thinspace{}
17260 \end_inset
17261
17262 g.
17263 \begin_inset space \space{}
17264 \end_inset
17265
17266 define the color "
17267 \emph on
17268 darkgreen
17269 \emph default
17270 " in the preamble with
17271 \end_layout
17272
17273 \begin_layout Standard
17274
17275 \series bold
17276
17277 \backslash
17278 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17279 \end_layout
17280
17281 \begin_layout Standard
17282 and the color "
17283 \emph on
17284 lightgray
17285 \emph default
17286 " with
17287 \end_layout
17288
17289 \begin_layout Standard
17290
17291 \series bold
17292
17293 \backslash
17294 definecolor{lightgray}{gray}{0.8}
17295 \end_layout
17296
17297 \begin_layout Standard
17298 \begin_inset VSpace medskip
17299 \end_inset
17300
17301
17302 \end_layout
17303
17304 \begin_layout Standard
17305 Lines are colored with the command
17306 \end_layout
17307
17308 \begin_layout Standard
17309
17310 \series bold
17311
17312 \backslash
17313 rowcolor{name of color}
17314 \end_layout
17315
17316 \begin_layout Standard
17317 and cells are colored with the command
17318 \end_layout
17319
17320 \begin_layout Standard
17321
17322 \series bold
17323
17324 \backslash
17325 cellcolor{name of color}
17326 \end_layout
17327
17328 \begin_layout Standard
17329 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17330  Code.
17331 \end_layout
17332
17333 \begin_layout Standard
17334 To color characters in the table, mark the cells and use the 
17335 \family sans
17336 Text
17337 \begin_inset space ~
17338 \end_inset
17339
17340 Style
17341 \family default
17342  dialog.
17343  If a cell contains \SpecialChar TeX
17344  Code mark only the characters, otherwise the colored
17345  \SpecialChar TeX
17346  Code will cause \SpecialChar LaTeX
17347  errors.
17348 \end_layout
17349
17350 \begin_layout Standard
17351 \begin_inset Note Greyedout
17352 status open
17353
17354 \begin_layout Plain Layout
17355
17356 \series bold
17357 Note:
17358 \series default
17359  Not all DVI-viewers are able to display self-defined colors.
17360 \end_layout
17361
17362 \end_inset
17363
17364
17365 \end_layout
17366
17367 \begin_layout Standard
17368 \begin_inset VSpace bigskip
17369 \end_inset
17370
17371
17372 \end_layout
17373
17374 \begin_layout Standard
17375 To create Table
17376 \begin_inset space ~
17377 \end_inset
17378
17379
17380 \begin_inset CommandInset ref
17381 LatexCommand ref
17382 reference "tab:Table-colored-using"
17383
17384 \end_inset
17385
17386  do the following: The color of the first column should be 
17387 \emph on
17388 darkgreen
17389 \emph default
17390 .
17391  So insert
17392 \end_layout
17393
17394 \begin_layout Standard
17395
17396 \series bold
17397 >{
17398 \backslash
17399 columncolor{darkgreen}
17400 \backslash
17401 centering}c
17402 \end_layout
17403
17404 \begin_layout Standard
17405 as \SpecialChar LaTeX
17406 -argument for this column.
17407  The first row should be light blue, therefore the \SpecialChar TeX
17408  Code command
17409 \end_layout
17410
17411 \begin_layout Standard
17412
17413 \series bold
17414
17415 \backslash
17416 rowcolor{cyan}
17417 \end_layout
17418
17419 \begin_layout Standard
17420 is inserted to the first cell of this row.
17421  Note that this overwrites the column color for the first cell.
17422  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17423  Code
17424  command
17425 \end_layout
17426
17427 \begin_layout Standard
17428
17429 \series bold
17430
17431 \backslash
17432 cellcolor{Maroon}
17433 \end_layout
17434
17435 \begin_layout Standard
17436 The characters could now be colored using the menu 
17437 \family sans
17438 Edit\SpecialChar menuseparator
17439 Text
17440 \begin_inset space ~
17441 \end_inset
17442
17443 Style
17444 \family default
17445 .
17446 \end_layout
17447
17448 \begin_layout Standard
17449 \begin_inset Float table
17450 placement h
17451 wide false
17452 sideways false
17453 status open
17454
17455 \begin_layout Plain Layout
17456 \begin_inset Caption Standard
17457
17458 \begin_layout Plain Layout
17459 \begin_inset CommandInset label
17460 LatexCommand label
17461 name "tab:Table-colored-using"
17462
17463 \end_inset
17464
17465 Table colored using the package 
17466 \series bold
17467 colortbl
17468 \series default
17469
17470 \begin_inset Argument 1
17471 status collapsed
17472
17473 \begin_layout Plain Layout
17474 Table with colortbl
17475 \end_layout
17476
17477 \end_inset
17478
17479
17480 \end_layout
17481
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \begin_layout Plain Layout
17488 \align center
17489 \begin_inset Tabular
17490 <lyxtabular version="3" rows="3" columns="3">
17491 <features tabularvalignment="middle">
17492 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17493 <column alignment="center" valignment="top">
17494 <column alignment="center" valignment="top">
17495 <row>
17496 <cell alignment="center" valignment="top" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500 \begin_inset ERT
17501 status collapsed
17502
17503 \begin_layout Plain Layout
17504
17505
17506 \backslash
17507 rowcolor{cyan}
17508 \end_layout
17509
17510 \end_inset
17511
17512
17513 \color magenta
17514 a
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 <cell alignment="center" valignment="top" usebox="none">
17520 \begin_inset Text
17521
17522 \begin_layout Plain Layout
17523
17524 \color red
17525 b
17526 \end_layout
17527
17528 \end_inset
17529 </cell>
17530 <cell alignment="center" valignment="top" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534
17535 \color red
17536 c
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 </row>
17542 <row>
17543 <cell alignment="center" valignment="top" usebox="none">
17544 \begin_inset Text
17545
17546 \begin_layout Plain Layout
17547
17548 \color yellow
17549 d
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 <cell alignment="center" valignment="top" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Plain Layout
17558
17559 \color blue
17560 e
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 <cell alignment="center" valignment="top" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569
17570 \color blue
17571 f
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 </row>
17577 <row>
17578 <cell alignment="center" valignment="top" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582
17583 \color yellow
17584 g
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 <cell alignment="center" valignment="top" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593
17594 \color blue
17595 h
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 <cell alignment="center" valignment="top" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Plain Layout
17604 \begin_inset ERT
17605 status collapsed
17606
17607 \begin_layout Plain Layout
17608
17609
17610 \backslash
17611 cellcolor{Maroon}
17612 \end_layout
17613
17614 \end_inset
17615
17616
17617 \color green
17618 i
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 </row>
17624 </lyxtabular>
17625
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \begin_layout Standard
17637 \begin_inset ERT
17638 status collapsed
17639
17640 \begin_layout Plain Layout
17641
17642
17643 \backslash
17644 else
17645 \end_layout
17646
17647 \end_inset
17648
17649
17650 \begin_inset Note Note
17651 status open
17652
17653 \begin_layout Plain Layout
17654 The following will be displayed when the \SpecialChar LaTeX
17655 -package 
17656 \series bold
17657 colortbl
17658 \series default
17659  is not installed:
17660 \end_layout
17661
17662 \end_inset
17663
17664
17665 \end_layout
17666
17667 \begin_layout Standard
17668 You need to install the package 
17669 \series bold
17670 colortbl
17671 \series default
17672  to see the content of this section in the output.
17673 \end_layout
17674
17675 \begin_layout Standard
17676 \begin_inset ERT
17677 status collapsed
17678
17679 \begin_layout Plain Layout
17680
17681
17682 \backslash
17683 fi
17684 \end_layout
17685
17686 \end_inset
17687
17688
17689 \end_layout
17690
17691 \begin_layout Subsection
17692 Colored Rows
17693 \begin_inset Index idx
17694 status collapsed
17695
17696 \begin_layout Plain Layout
17697 Table Color ! for Rows
17698 \end_layout
17699
17700 \end_inset
17701
17702
17703 \begin_inset Index idx
17704 status collapsed
17705
17706 \begin_layout Plain Layout
17707 Color ! for Table Rows
17708 \end_layout
17709
17710 \end_inset
17711
17712
17713 \end_layout
17714
17715 \begin_layout Standard
17716 In case every second table row needs to be colored there is an alternative
17717  to the method described in the previous section: One loads the package
17718  
17719 \series bold
17720 xcolor
17721 \series default
17722
17723 \begin_inset Index idx
17724 status collapsed
17725
17726 \begin_layout Plain Layout
17727 \SpecialChar LaTeX
17728 -packages ! xcolor
17729 \begin_inset ERT
17730 status collapsed
17731
17732 \begin_layout Plain Layout
17733
17734
17735 \backslash
17736 vspace{4mm}
17737 \end_layout
17738
17739 \end_inset
17740
17741
17742 \end_layout
17743
17744 \end_inset
17745
17746  in the document preamble with the command
17747 \end_layout
17748
17749 \begin_layout Standard
17750
17751 \series bold
17752
17753 \backslash
17754 usepackage[table]{xcolor}
17755 \end_layout
17756
17757 \begin_layout Standard
17758
17759 \series bold
17760 xcolor
17761 \series default
17762  automatically loads also the package 
17763 \series bold
17764 colortbl
17765 \series default
17766
17767 \begin_inset Index idx
17768 status collapsed
17769
17770 \begin_layout Plain Layout
17771 \SpecialChar LaTeX
17772 -packages ! colortbl
17773 \end_layout
17774
17775 \end_inset
17776
17777 , so 
17778 \series bold
17779 colortbl
17780 \series default
17781  must be installed in your \SpecialChar LaTeX
17782 -distribution, otherwise you get \SpecialChar LaTeX
17783 -errors.
17784 \end_layout
17785
17786 \begin_layout Standard
17787 \begin_inset ERT
17788 status collapsed
17789
17790 \begin_layout Plain Layout
17791
17792
17793 \backslash
17794 ifcolortbl
17795 \end_layout
17796
17797 \end_inset
17798
17799
17800 \begin_inset Note Note
17801 status open
17802
17803 \begin_layout Plain Layout
17804 The following section part will only be displayed when the \SpecialChar LaTeX
17805 -package 
17806 \series bold
17807 colortbl
17808 \series default
17809  is installed.
17810 \end_layout
17811
17812 \end_inset
17813
17814
17815 \end_layout
17816
17817 \begin_layout Standard
17818 The table rows are colored with the command
17819 \end_layout
17820
17821 \begin_layout Standard
17822
17823 \series bold
17824
17825 \backslash
17826 rowcolors[commands]{row number}{odd row color}{even row color}
17827 \end_layout
17828
17829 \begin_layout Standard
17830 that is either inserted in the document preamble or as \SpecialChar TeX
17831  Code before the
17832  first table to be colored.
17833  row
17834 \begin_inset space ~
17835 \end_inset
17836
17837 number is the number of the first row which should be colored according
17838  to the odd row color.
17839  commands can be additional commands that are executed before every table
17840  row.
17841  So for example the command
17842 \end_layout
17843
17844 \begin_layout Standard
17845
17846 \series bold
17847
17848 \backslash
17849 rowcolors{1}{white}{lightgray}
17850 \end_layout
17851
17852 \begin_layout Standard
17853 leads to the coloring scheme of Table
17854 \begin_inset space ~
17855 \end_inset
17856
17857
17858 \begin_inset CommandInset ref
17859 LatexCommand ref
17860 reference "tab:Table-rowcolors"
17861
17862 \end_inset
17863
17864 .
17865  The command
17866 \end_layout
17867
17868 \begin_layout Standard
17869
17870 \series bold
17871
17872 \backslash
17873 rowcolors[
17874 \backslash
17875 hline]{1}{lightgray}{cyan}
17876 \end_layout
17877
17878 \begin_layout Standard
17879 leads to the coloring scheme of Table
17880 \begin_inset space ~
17881 \end_inset
17882
17883
17884 \begin_inset CommandInset ref
17885 LatexCommand ref
17886 reference "tab:Table-rowcolors-2"
17887
17888 \end_inset
17889
17890 .
17891  If odd
17892 \begin_inset space ~
17893 \end_inset
17894
17895 row
17896 \begin_inset space ~
17897 \end_inset
17898
17899 color and/or even
17900 \begin_inset space ~
17901 \end_inset
17902
17903 row
17904 \begin_inset space ~
17905 \end_inset
17906
17907 color are left empty, no color will be used so that the command
17908 \end_layout
17909
17910 \begin_layout Standard
17911
17912 \series bold
17913
17914 \backslash
17915 rowcolors{1}{}{}
17916 \end_layout
17917
17918 \begin_layout Standard
17919 deletes all colors.
17920  
17921 \series bold
17922
17923 \backslash
17924 rowcolors
17925 \series default
17926  affects all tables following that command.
17927 \end_layout
17928
17929 \begin_layout Standard
17930 \begin_inset ERT
17931 status open
17932
17933 \begin_layout Plain Layout
17934
17935
17936 \backslash
17937 rowcolors{1}{white}{lightgray}
17938 \end_layout
17939
17940 \end_inset
17941
17942
17943 \end_layout
17944
17945 \begin_layout Standard
17946 \begin_inset Float table
17947 placement h
17948 wide false
17949 sideways false
17950 status open
17951
17952 \begin_layout Plain Layout
17953 \begin_inset Caption Standard
17954
17955 \begin_layout Plain Layout
17956 \begin_inset CommandInset label
17957 LatexCommand label
17958 name "tab:Table-rowcolors"
17959
17960 \end_inset
17961
17962 Table where every second row is colored light gray.
17963 \end_layout
17964
17965 \end_inset
17966
17967
17968 \end_layout
17969
17970 \begin_layout Plain Layout
17971 \align center
17972 \begin_inset Tabular
17973 <lyxtabular version="3" rows="4" columns="3">
17974 <features tabularvalignment="middle">
17975 <column alignment="center" valignment="top">
17976 <column alignment="center" valignment="top" width="0pt">
17977 <column alignment="center" valignment="top" width="0pt">
17978 <row>
17979 <cell alignment="center" valignment="top" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983 X
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 <cell alignment="center" valignment="top" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 Y
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001 Z
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 </row>
18007 <row>
18008 <cell alignment="center" valignment="top" usebox="none">
18009 \begin_inset Text
18010
18011 \begin_layout Plain Layout
18012 1
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 <cell alignment="center" valignment="top" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021 2
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030 3
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 </row>
18036 <row>
18037 <cell alignment="center" valignment="top" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041 4
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 <cell alignment="center" valignment="top" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 5
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 <cell alignment="center" valignment="top" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059 6
18060 \end_layout
18061
18062 \end_inset
18063 </cell>
18064 </row>
18065 <row>
18066 <cell alignment="center" valignment="top" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070 7
18071 \end_layout
18072
18073 \end_inset
18074 </cell>
18075 <cell alignment="center" valignment="top" usebox="none">
18076 \begin_inset Text
18077
18078 \begin_layout Plain Layout
18079 8
18080 \end_layout
18081
18082 \end_inset
18083 </cell>
18084 <cell alignment="center" valignment="top" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088 9
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 </row>
18094 </lyxtabular>
18095
18096 \end_inset
18097
18098
18099 \end_layout
18100
18101 \end_inset
18102
18103
18104 \end_layout
18105
18106 \begin_layout Standard
18107 \begin_inset ERT
18108 status open
18109
18110 \begin_layout Plain Layout
18111
18112
18113 \backslash
18114 rowcolors[
18115 \backslash
18116 hline]{1}{lightgray}{cyan}
18117 \end_layout
18118
18119 \end_inset
18120
18121
18122 \end_layout
18123
18124 \begin_layout Standard
18125 \begin_inset Float table
18126 placement h
18127 wide false
18128 sideways false
18129 status open
18130
18131 \begin_layout Plain Layout
18132 \begin_inset Caption Standard
18133
18134 \begin_layout Plain Layout
18135 \begin_inset CommandInset label
18136 LatexCommand label
18137 name "tab:Table-rowcolors-2"
18138
18139 \end_inset
18140
18141 Table where every second row is colored cyan and at which there is a line
18142  between each row.
18143 \end_layout
18144
18145 \end_inset
18146
18147
18148 \end_layout
18149
18150 \begin_layout Plain Layout
18151 \align center
18152 \begin_inset Tabular
18153 <lyxtabular version="3" rows="4" columns="3">
18154 <features tabularvalignment="middle">
18155 <column alignment="center" valignment="top">
18156 <column alignment="center" valignment="top">
18157 <column alignment="center" valignment="top" width="0pt">
18158 <row>
18159 <cell alignment="center" valignment="top" usebox="none">
18160 \begin_inset Text
18161
18162 \begin_layout Plain Layout
18163 X
18164 \end_layout
18165
18166 \end_inset
18167 </cell>
18168 <cell alignment="center" valignment="top" usebox="none">
18169 \begin_inset Text
18170
18171 \begin_layout Plain Layout
18172 Y
18173 \end_layout
18174
18175 \end_inset
18176 </cell>
18177 <cell alignment="center" valignment="top" usebox="none">
18178 \begin_inset Text
18179
18180 \begin_layout Plain Layout
18181 Z
18182 \end_layout
18183
18184 \end_inset
18185 </cell>
18186 </row>
18187 <row>
18188 <cell alignment="center" valignment="top" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192 1
18193 \end_layout
18194
18195 \end_inset
18196 </cell>
18197 <cell alignment="center" valignment="top" usebox="none">
18198 \begin_inset Text
18199
18200 \begin_layout Plain Layout
18201 2
18202 \end_layout
18203
18204 \end_inset
18205 </cell>
18206 <cell alignment="center" valignment="top" usebox="none">
18207 \begin_inset Text
18208
18209 \begin_layout Plain Layout
18210 3
18211 \end_layout
18212
18213 \end_inset
18214 </cell>
18215 </row>
18216 <row>
18217 <cell alignment="center" valignment="top" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 4
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 <cell alignment="center" valignment="top" usebox="none">
18227 \begin_inset Text
18228
18229 \begin_layout Plain Layout
18230 5
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 <cell alignment="center" valignment="top" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239 6
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 </row>
18245 <row>
18246 <cell alignment="center" valignment="top" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 7
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 8
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 <cell alignment="center" valignment="top" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268 9
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 </row>
18274 </lyxtabular>
18275
18276 \end_inset
18277
18278
18279 \end_layout
18280
18281 \end_inset
18282
18283
18284 \end_layout
18285
18286 \begin_layout Standard
18287 \begin_inset ERT
18288 status collapsed
18289
18290 \begin_layout Plain Layout
18291
18292
18293 \backslash
18294 rowcolors{1}{}{}
18295 \end_layout
18296
18297 \end_inset
18298
18299
18300 \begin_inset Note Note
18301 status collapsed
18302
18303 \begin_layout Plain Layout
18304 turns off the row coloring
18305 \end_layout
18306
18307 \end_inset
18308
18309
18310 \end_layout
18311
18312 \begin_layout Standard
18313 \begin_inset ERT
18314 status collapsed
18315
18316 \begin_layout Plain Layout
18317
18318
18319 \backslash
18320 else
18321 \end_layout
18322
18323 \end_inset
18324
18325
18326 \begin_inset Note Note
18327 status open
18328
18329 \begin_layout Plain Layout
18330 The following will be displayed when the \SpecialChar LaTeX
18331 -package 
18332 \series bold
18333 colortbl
18334 \series default
18335  is not installed:
18336 \end_layout
18337
18338 \end_inset
18339
18340
18341 \end_layout
18342
18343 \begin_layout Standard
18344 You need to install the package 
18345 \series bold
18346 colortbl
18347 \series default
18348  to see the content of this section in the output.
18349 \end_layout
18350
18351 \begin_layout Standard
18352 \begin_inset ERT
18353 status collapsed
18354
18355 \begin_layout Plain Layout
18356
18357
18358 \backslash
18359 fi
18360 \end_layout
18361
18362 \end_inset
18363
18364
18365 \end_layout
18366
18367 \begin_layout Subsection
18368 Colored Lines
18369 \begin_inset Index idx
18370 status collapsed
18371
18372 \begin_layout Plain Layout
18373 Table Color ! for Lines
18374 \end_layout
18375
18376 \end_inset
18377
18378
18379 \begin_inset Index idx
18380 status collapsed
18381
18382 \begin_layout Plain Layout
18383 Color ! for Table Lines
18384 \end_layout
18385
18386 \end_inset
18387
18388
18389 \end_layout
18390
18391 \begin_layout Standard
18392 As described in section
18393 \begin_inset space ~
18394 \end_inset
18395
18396
18397 \begin_inset CommandInset ref
18398 LatexCommand ref
18399 reference "subsec:Line-Thickness"
18400
18401 \end_inset
18402
18403 , the line thickness for all lines in a table can be adjusted with the length
18404  
18405 \series bold
18406
18407 \backslash
18408 arrayrulewidth
18409 \series default
18410 .
18411  It is set to 1.5
18412 \begin_inset space \thinspace{}
18413 \end_inset
18414
18415 pt for all tables of this section.
18416 \begin_inset ERT
18417 status collapsed
18418
18419 \begin_layout Plain Layout
18420
18421
18422 \backslash
18423 setlength{
18424 \backslash
18425 arrayrulewidth}{1.5pt}
18426 \end_layout
18427
18428 \end_inset
18429
18430
18431 \end_layout
18432
18433 \begin_layout Standard
18434 To color vertical lines for example with green, create the following column
18435  format in the document preamble, according to the description in section
18436 \begin_inset space ~
18437 \end_inset
18438
18439
18440 \begin_inset CommandInset ref
18441 LatexCommand ref
18442 reference "subsec:Customized-Format"
18443
18444 \end_inset
18445
18446 :
18447 \end_layout
18448
18449 \begin_layout Standard
18450
18451 \series bold
18452
18453 \backslash
18454 newcolumntype{W}{!{
18455 \backslash
18456 color{green}
18457 \backslash
18458 vline}}
18459 \end_layout
18460
18461 \begin_layout Standard
18462 For Table
18463 \begin_inset space ~
18464 \end_inset
18465
18466
18467 \begin_inset CommandInset ref
18468 LatexCommand ref
18469 reference "tab:Table-with-vertical-colored"
18470
18471 \end_inset
18472
18473  the \SpecialChar LaTeX
18474 -argument
18475 \series bold
18476  WcW
18477 \series default
18478  was used for the last column and
18479 \series bold
18480  Wc
18481 \series default
18482  for the other columns.
18483 \end_layout
18484
18485 \begin_layout Standard
18486 If you want to have several colors, define more column formats.
18487 \end_layout
18488
18489 \begin_layout Standard
18490 \begin_inset Float table
18491 placement h
18492 wide false
18493 sideways false
18494 status open
18495
18496 \begin_layout Plain Layout
18497 \begin_inset Caption Standard
18498
18499 \begin_layout Plain Layout
18500 \begin_inset CommandInset label
18501 LatexCommand label
18502 name "tab:Table-with-vertical-colored"
18503
18504 \end_inset
18505
18506 Table with colored vertical lines
18507 \end_layout
18508
18509 \end_inset
18510
18511
18512 \end_layout
18513
18514 \begin_layout Plain Layout
18515 \align center
18516 \begin_inset Tabular
18517 <lyxtabular version="3" rows="3" columns="3">
18518 <features tabularvalignment="middle">
18519 <column alignment="center" valignment="top" special="Wc">
18520 <column alignment="center" valignment="top" special="Wc">
18521 <column alignment="center" valignment="top" special="WcW">
18522 <row>
18523 <cell alignment="center" valignment="top" topline="true" usebox="none">
18524 \begin_inset Text
18525
18526 \begin_layout Plain Layout
18527 sd
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 <cell alignment="center" valignment="top" topline="true" usebox="none">
18533 \begin_inset Text
18534
18535 \begin_layout Plain Layout
18536
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 <cell alignment="center" valignment="top" topline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545
18546 \end_layout
18547
18548 \end_inset
18549 </cell>
18550 </row>
18551 <row>
18552 <cell alignment="center" valignment="top" topline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" topline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565 sd
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 </row>
18580 <row>
18581 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585
18586 \end_layout
18587
18588 \end_inset
18589 </cell>
18590 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594
18595 \end_layout
18596
18597 \end_inset
18598 </cell>
18599 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout Plain Layout
18603 sd
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 </row>
18609 </lyxtabular>
18610
18611 \end_inset
18612
18613
18614 \end_layout
18615
18616 \end_inset
18617
18618
18619 \end_layout
18620
18621 \begin_layout Standard
18622 \begin_inset VSpace bigskip
18623 \end_inset
18624
18625 To color all horizontal lines for example with red, as in Table
18626 \begin_inset space ~
18627 \end_inset
18628
18629
18630 \begin_inset CommandInset ref
18631 LatexCommand ref
18632 reference "tab:Table-with-horizontal-colored"
18633
18634 \end_inset
18635
18636 , insert these commands in \SpecialChar TeX
18637  code before the table or table float:
18638 \end_layout
18639
18640 \begin_layout Standard
18641
18642 \series bold
18643
18644 \backslash
18645 let
18646 \backslash
18647 myHlineC
18648 \backslash
18649 hline
18650 \begin_inset Newline newline
18651 \end_inset
18652
18653
18654 \backslash
18655 renewcommand{
18656 \backslash
18657 hline}
18658 \begin_inset Newline newline
18659 \end_inset
18660
18661
18662 \begin_inset Phantom HPhantom
18663 status open
18664
18665 \begin_layout Plain Layout
18666
18667 \series bold
18668 \begin_inset space ~
18669 \end_inset
18670
18671
18672 \end_layout
18673
18674 \end_inset
18675
18676 {
18677 \backslash
18678 arrayrulecolor{red}
18679 \backslash
18680 myHlineC
18681 \backslash
18682 arrayrulecolor{black}}
18683 \end_layout
18684
18685 \begin_layout Standard
18686 \begin_inset ERT
18687 status collapsed
18688
18689 \begin_layout Plain Layout
18690
18691
18692 \backslash
18693 let
18694 \backslash
18695 myHlineC
18696 \backslash
18697 hline
18698 \end_layout
18699
18700 \begin_layout Plain Layout
18701
18702
18703 \backslash
18704 renewcommand{
18705 \backslash
18706 hline}
18707 \end_layout
18708
18709 \begin_layout Plain Layout
18710
18711  {
18712 \backslash
18713 arrayrulecolor{red}
18714 \backslash
18715 myHlineC
18716 \backslash
18717 arrayrulecolor{black}}
18718 \end_layout
18719
18720 \end_inset
18721
18722
18723 \begin_inset Float table
18724 placement h
18725 wide false
18726 sideways false
18727 status open
18728
18729 \begin_layout Plain Layout
18730 \begin_inset Caption Standard
18731
18732 \begin_layout Plain Layout
18733 \begin_inset CommandInset label
18734 LatexCommand label
18735 name "tab:Table-with-horizontal-colored"
18736
18737 \end_inset
18738
18739 Table with colored horizontal lines
18740 \end_layout
18741
18742 \end_inset
18743
18744
18745 \end_layout
18746
18747 \begin_layout Plain Layout
18748 \align center
18749 \begin_inset Tabular
18750 <lyxtabular version="3" rows="3" columns="3">
18751 <features tabularvalignment="middle">
18752 <column alignment="center" valignment="top">
18753 <column alignment="center" valignment="top">
18754 <column alignment="center" valignment="top">
18755 <row>
18756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18757 \begin_inset Text
18758
18759 \begin_layout Plain Layout
18760 sd
18761 \end_layout
18762
18763 \end_inset
18764 </cell>
18765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18766 \begin_inset Text
18767
18768 \begin_layout Plain Layout
18769
18770 \end_layout
18771
18772 \end_inset
18773 </cell>
18774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18775 \begin_inset Text
18776
18777 \begin_layout Plain Layout
18778
18779 \end_layout
18780
18781 \end_inset
18782 </cell>
18783 </row>
18784 <row>
18785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18786 \begin_inset Text
18787
18788 \begin_layout Plain Layout
18789
18790 \end_layout
18791
18792 \end_inset
18793 </cell>
18794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18795 \begin_inset Text
18796
18797 \begin_layout Plain Layout
18798 sd
18799 \end_layout
18800
18801 \end_inset
18802 </cell>
18803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807
18808 \end_layout
18809
18810 \end_inset
18811 </cell>
18812 </row>
18813 <row>
18814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18815 \begin_inset Text
18816
18817 \begin_layout Plain Layout
18818
18819 \end_layout
18820
18821 \end_inset
18822 </cell>
18823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18824 \begin_inset Text
18825
18826 \begin_layout Plain Layout
18827
18828 \end_layout
18829
18830 \end_inset
18831 </cell>
18832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18833 \begin_inset Text
18834
18835 \begin_layout Plain Layout
18836 sd
18837 \end_layout
18838
18839 \end_inset
18840 </cell>
18841 </row>
18842 </lyxtabular>
18843
18844 \end_inset
18845
18846
18847 \end_layout
18848
18849 \end_inset
18850
18851
18852 \end_layout
18853
18854 \begin_layout Standard
18855 To return to the default line color black, insert this command in \SpecialChar TeX
18856  code
18857  after the table or table float:
18858 \end_layout
18859
18860 \begin_layout Standard
18861
18862 \series bold
18863
18864 \backslash
18865 renewcommand{
18866 \backslash
18867 hline}{
18868 \backslash
18869 myHlineC}
18870 \end_layout
18871
18872 \begin_layout Standard
18873 Table
18874 \begin_inset space ~
18875 \end_inset
18876
18877
18878 \begin_inset CommandInset ref
18879 LatexCommand ref
18880 reference "tab:Table-with-colored"
18881
18882 \end_inset
18883
18884  is an example with colored vertical and horizontal lines.
18885 \end_layout
18886
18887 \begin_layout Standard
18888 \begin_inset Float table
18889 placement h
18890 wide false
18891 sideways false
18892 status open
18893
18894 \begin_layout Plain Layout
18895 \begin_inset Caption Standard
18896
18897 \begin_layout Plain Layout
18898 \begin_inset CommandInset label
18899 LatexCommand label
18900 name "tab:Table-with-colored"
18901
18902 \end_inset
18903
18904 Table with colored lines
18905 \end_layout
18906
18907 \end_inset
18908
18909
18910 \end_layout
18911
18912 \begin_layout Plain Layout
18913 \align center
18914 \begin_inset Tabular
18915 <lyxtabular version="3" rows="3" columns="3">
18916 <features tabularvalignment="middle">
18917 <column alignment="center" valignment="top" special="Wc">
18918 <column alignment="center" valignment="top" special="Wc">
18919 <column alignment="center" valignment="top" special="WcW">
18920 <row>
18921 <cell alignment="center" valignment="top" topline="true" usebox="none">
18922 \begin_inset Text
18923
18924 \begin_layout Plain Layout
18925 sd
18926 \end_layout
18927
18928 \end_inset
18929 </cell>
18930 <cell alignment="center" valignment="top" topline="true" usebox="none">
18931 \begin_inset Text
18932
18933 \begin_layout Plain Layout
18934
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 <cell alignment="center" valignment="top" topline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943
18944 \end_layout
18945
18946 \end_inset
18947 </cell>
18948 </row>
18949 <row>
18950 <cell alignment="center" valignment="top" topline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 <cell alignment="center" valignment="top" topline="true" usebox="none">
18960 \begin_inset Text
18961
18962 \begin_layout Plain Layout
18963 sd
18964 \end_layout
18965
18966 \end_inset
18967 </cell>
18968 <cell alignment="center" valignment="top" topline="true" usebox="none">
18969 \begin_inset Text
18970
18971 \begin_layout Plain Layout
18972
18973 \end_layout
18974
18975 \end_inset
18976 </cell>
18977 </row>
18978 <row topspace="default">
18979 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Plain Layout
18983
18984 \end_layout
18985
18986 \end_inset
18987 </cell>
18988 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18989 \begin_inset Text
18990
18991 \begin_layout Plain Layout
18992
18993 \end_layout
18994
18995 \end_inset
18996 </cell>
18997 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Plain Layout
19001 sd
19002 \end_layout
19003
19004 \end_inset
19005 </cell>
19006 </row>
19007 </lyxtabular>
19008
19009 \end_inset
19010
19011
19012 \end_layout
19013
19014 \end_inset
19015
19016
19017 \end_layout
19018
19019 \begin_layout Standard
19020 \begin_inset ERT
19021 status collapsed
19022
19023 \begin_layout Plain Layout
19024
19025
19026 \backslash
19027 renewcommand{
19028 \backslash
19029 hline}{
19030 \backslash
19031 myHlineC}
19032 \end_layout
19033
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \begin_layout Standard
19040 \begin_inset ERT
19041 status collapsed
19042
19043 \begin_layout Plain Layout
19044
19045
19046 \backslash
19047 setlength{
19048 \backslash
19049 arrayrulewidth}{1.2pt}
19050 \end_layout
19051
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \begin_layout Standard
19058 To color only some of the table lines another strategy is necessary.
19059  To color all following horizontal lines, insert this command as \SpecialChar TeX
19060  code as
19061  last thing in the row that should be above the first colored line:
19062 \end_layout
19063
19064 \begin_layout Standard
19065
19066 \series bold
19067
19068 \backslash
19069
19070 \backslash
19071
19072 \backslash
19073 arrayrulecolor{blue}%
19074 \end_layout
19075
19076 \begin_layout Standard
19077 To go back to black lines, add this command as first thing in the row that
19078  is above the black lines:
19079 \end_layout
19080
19081 \begin_layout Standard
19082
19083 \series bold
19084
19085 \backslash
19086 arrayrulecolor{black}
19087 \end_layout
19088
19089 \begin_layout Standard
19090 With this one can color table lines like in Table
19091 \begin_inset space ~
19092 \end_inset
19093
19094
19095 \begin_inset CommandInset ref
19096 LatexCommand ref
19097 reference "tab:Table-with-different-hor"
19098
19099 \end_inset
19100
19101 .
19102  However, with this method it is not possible to color the line above the
19103  first row of a table.
19104 \end_layout
19105
19106 \begin_layout Standard
19107 \begin_inset Float table
19108 wide false
19109 sideways false
19110 status open
19111
19112 \begin_layout Plain Layout
19113 \begin_inset Caption Standard
19114
19115 \begin_layout Plain Layout
19116 \begin_inset CommandInset label
19117 LatexCommand label
19118 name "tab:Table-with-different-hor"
19119
19120 \end_inset
19121
19122 Table with different horizontal line colors.
19123 \end_layout
19124
19125 \end_inset
19126
19127
19128 \end_layout
19129
19130 \begin_layout Plain Layout
19131 \align center
19132 \begin_inset Tabular
19133 <lyxtabular version="3" rows="6" columns="7">
19134 <features tabularvalignment="middle">
19135 <column alignment="center" valignment="top">
19136 <column alignment="center" valignment="top">
19137 <column alignment="center" valignment="top">
19138 <column alignment="center" valignment="top">
19139 <column alignment="center" valignment="top">
19140 <column alignment="center" valignment="top">
19141 <column alignment="center" valignment="top">
19142 <row>
19143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 <cell alignment="center" valignment="top" topline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 <cell alignment="center" valignment="top" topline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell alignment="center" valignment="top" topline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 <cell alignment="center" valignment="top" topline="true" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Plain Layout
19192
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19198 \begin_inset Text
19199
19200 \begin_layout Plain Layout
19201 \begin_inset ERT
19202 status open
19203
19204 \begin_layout Plain Layout
19205
19206
19207 \backslash
19208
19209 \backslash
19210
19211 \backslash
19212 arrayrulecolor{blue}%
19213 \end_layout
19214
19215 \end_inset
19216
19217
19218 \end_layout
19219
19220 \end_inset
19221 </cell>
19222 </row>
19223 <row>
19224 <cell alignment="center" valignment="top" usebox="none">
19225 \begin_inset Text
19226
19227 \begin_layout Plain Layout
19228 Y
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19234 \begin_inset Text
19235
19236 \begin_layout Plain Layout
19237
19238 \end_layout
19239
19240 \end_inset
19241 </cell>
19242 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282 Y
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 </row>
19288 <row>
19289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293 \begin_inset ERT
19294 status open
19295
19296 \begin_layout Plain Layout
19297
19298
19299 \backslash
19300 arrayrulecolor{black}
19301 \end_layout
19302
19303 \end_inset
19304
19305
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 <cell alignment="center" valignment="top" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 <cell alignment="center" valignment="top" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 <cell alignment="center" valignment="top" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 </row>
19365 <row>
19366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19367 \begin_inset Text
19368
19369 \begin_layout Plain Layout
19370
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 <cell alignment="center" valignment="top" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 <cell alignment="center" valignment="top" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 <cell alignment="center" valignment="top" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424 \begin_inset ERT
19425 status collapsed
19426
19427 \begin_layout Plain Layout
19428
19429
19430 \backslash
19431
19432 \backslash
19433
19434 \backslash
19435 arrayrulecolor{green}%
19436 \end_layout
19437
19438 \end_inset
19439
19440
19441 \end_layout
19442
19443 \end_inset
19444 </cell>
19445 </row>
19446 <row>
19447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19466 \begin_inset Text
19467
19468 \begin_layout Plain Layout
19469
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19502 \begin_inset Text
19503
19504 \begin_layout Plain Layout
19505
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 </row>
19511 <row>
19512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516 \begin_inset ERT
19517 status collapsed
19518
19519 \begin_layout Plain Layout
19520
19521
19522 \backslash
19523 arrayrulecolor{black}
19524 \end_layout
19525
19526 \end_inset
19527
19528 B
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537
19538 \end_layout
19539
19540 \end_inset
19541 </cell>
19542 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19543 \begin_inset Text
19544
19545 \begin_layout Plain Layout
19546
19547 \end_layout
19548
19549 \end_inset
19550 </cell>
19551 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19552 \begin_inset Text
19553
19554 \begin_layout Plain Layout
19555
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19579 \begin_inset Text
19580
19581 \begin_layout Plain Layout
19582 \begin_inset ERT
19583 status collapsed
19584
19585 \begin_layout Plain Layout
19586
19587
19588 \backslash
19589
19590 \backslash
19591
19592 \backslash
19593 arrayrulecolor{blue}%
19594 \end_layout
19595
19596 \end_inset
19597
19598
19599 \end_layout
19600
19601 \end_inset
19602 </cell>
19603 </row>
19604 </lyxtabular>
19605
19606 \end_inset
19607
19608
19609 \end_layout
19610
19611 \end_inset
19612
19613
19614 \end_layout
19615
19616 \begin_layout Standard
19617 To change the color of vertical lines within a row, like in Table
19618 \begin_inset space ~
19619 \end_inset
19620
19621
19622 \begin_inset CommandInset ref
19623 LatexCommand ref
19624 reference "tab:Table-with-different-ver"
19625
19626 \end_inset
19627
19628 , one needs to use multicolumns.
19629  At first one needs to remove all vertical lines that don't run along the
19630  whole column.
19631  Now one colors all lines using the command
19632 \end_layout
19633
19634 \begin_layout Standard
19635
19636 \series bold
19637
19638 \backslash
19639
19640 \backslash
19641
19642 \backslash
19643 arrayrulecolor{blue}%
19644 \end_layout
19645
19646 \begin_layout Standard
19647 as above.
19648  Finally one inserts this command as \SpecialChar TeX
19649  code to every cell in the row where
19650  one needs a vertical line in a different color:
19651 \end_layout
19652
19653 \begin_layout Standard
19654
19655 \series bold
19656
19657 \backslash
19658 multicolumn{1}{!{
19659 \backslash
19660 color{green}
19661 \backslash
19662 vline}c!{
19663 \backslash
19664 color{red}
19665 \backslash
19666 vline}}{
19667 \end_layout
19668
19669 \begin_layout Standard
19670 This adds a vertical line to both sides of the cell.
19671  The left one will be green, the right one red.
19672  If no color change is necessary one can omit the 
19673 \series bold
19674
19675 \backslash
19676 color
19677 \series default
19678  command in the above command.
19679  To get for example a black left line and a blue right line you can write:
19680 \end_layout
19681
19682 \begin_layout Standard
19683
19684 \series bold
19685
19686 \backslash
19687 multicolumn{1}{!{
19688 \backslash
19689 color{black}
19690 \backslash
19691 vline}c|}{
19692 \end_layout
19693
19694 \begin_layout Standard
19695 because the color blue was already set for all lines.
19696  The 
19697 \series bold
19698 |
19699 \series default
19700  creates hereby the vertical line while 
19701 \series bold
19702
19703 \backslash
19704 vline
19705 \series default
19706  does this when 
19707 \series bold
19708
19709 \backslash
19710 color
19711 \series default
19712  is used.
19713  To set vertical lines without changing any color use
19714 \end_layout
19715
19716 \begin_layout Standard
19717
19718 \series bold
19719
19720 \backslash
19721 multicolumn{1}{|c|}{
19722 \end_layout
19723
19724 \begin_layout Standard
19725 After this command insert the cell content the normal way and end the cell
19726  with a closing brace 
19727 \series bold
19728 }
19729 \series default
19730  in \SpecialChar TeX
19731  code.
19732 \end_layout
19733
19734 \begin_layout Standard
19735 \begin_inset Float table
19736 wide false
19737 sideways false
19738 status open
19739
19740 \begin_layout Plain Layout
19741 \begin_inset Caption Standard
19742
19743 \begin_layout Plain Layout
19744 \begin_inset CommandInset label
19745 LatexCommand label
19746 name "tab:Table-with-different-ver"
19747
19748 \end_inset
19749
19750 Table with different vertical line colors in one row.
19751 \end_layout
19752
19753 \end_inset
19754
19755
19756 \end_layout
19757
19758 \begin_layout Plain Layout
19759 \align center
19760 \begin_inset Tabular
19761 <lyxtabular version="3" rows="5" columns="7">
19762 <features tabularvalignment="middle">
19763 <column alignment="center" valignment="top">
19764 <column alignment="center" valignment="top">
19765 <column alignment="center" valignment="top">
19766 <column alignment="center" valignment="top">
19767 <column alignment="center" valignment="top">
19768 <column alignment="center" valignment="top">
19769 <column alignment="center" valignment="top">
19770 <row>
19771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775
19776 \end_layout
19777
19778 \end_inset
19779 </cell>
19780 <cell alignment="center" valignment="top" topline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 <cell alignment="center" valignment="top" topline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 <cell alignment="center" valignment="top" topline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 <cell alignment="center" valignment="top" topline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 <cell alignment="center" valignment="top" topline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Plain Layout
19820
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19826 \begin_inset Text
19827
19828 \begin_layout Plain Layout
19829 \begin_inset ERT
19830 status open
19831
19832 \begin_layout Plain Layout
19833
19834
19835 \backslash
19836
19837 \backslash
19838
19839 \backslash
19840 arrayrulecolor{red}%
19841 \end_layout
19842
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 </row>
19851 <row>
19852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856 \begin_inset ERT
19857 status open
19858
19859 \begin_layout Plain Layout
19860
19861
19862 \backslash
19863 multicolumn{1}{!{
19864 \backslash
19865 color{black}
19866 \backslash
19867 vline}c|}{
19868 \end_layout
19869
19870 \end_inset
19871
19872 Y
19873 \begin_inset ERT
19874 status collapsed
19875
19876 \begin_layout Plain Layout
19877
19878 }
19879 \end_layout
19880
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Plain Layout
19901
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928 \begin_inset ERT
19929 status open
19930
19931 \begin_layout Plain Layout
19932
19933
19934 \backslash
19935 multicolumn{1}{c|}{
19936 \end_layout
19937
19938 \end_inset
19939
19940
19941 \begin_inset ERT
19942 status collapsed
19943
19944 \begin_layout Plain Layout
19945
19946 }
19947 \end_layout
19948
19949 \end_inset
19950
19951
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960 \begin_inset ERT
19961 status open
19962
19963 \begin_layout Plain Layout
19964
19965
19966 \backslash
19967 multicolumn{1}{c!{
19968 \backslash
19969 color{black}
19970 \backslash
19971 vline}}{
19972 \end_layout
19973
19974 \end_inset
19975
19976 Y
19977 \begin_inset ERT
19978 status collapsed
19979
19980 \begin_layout Plain Layout
19981
19982 }
19983 \end_layout
19984
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 </row>
19993 <row>
19994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998 \begin_inset ERT
19999 status collapsed
20000
20001 \begin_layout Plain Layout
20002
20003
20004 \backslash
20005 arrayrulecolor{black}
20006 \end_layout
20007
20008 \end_inset
20009
20010
20011 \end_layout
20012
20013 \end_inset
20014 </cell>
20015 <cell alignment="center" valignment="top" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Plain Layout
20019
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 <cell alignment="center" valignment="top" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 <cell alignment="center" valignment="top" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037
20038 \end_layout
20039
20040 \end_inset
20041 </cell>
20042 <cell alignment="center" valignment="top" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 <cell alignment="center" valignment="top" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064 \begin_inset ERT
20065 status collapsed
20066
20067 \begin_layout Plain Layout
20068
20069
20070 \backslash
20071
20072 \backslash
20073
20074 \backslash
20075 arrayrulecolor{magenta}%
20076 \end_layout
20077
20078 \end_inset
20079
20080
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 </row>
20086 <row>
20087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091 \begin_inset ERT
20092 status collapsed
20093
20094 \begin_layout Plain Layout
20095
20096
20097 \backslash
20098 multicolumn{1}{|c!{
20099 \backslash
20100 color{red}
20101 \backslash
20102 vline}}{
20103 \end_layout
20104
20105 \end_inset
20106
20107
20108 \begin_inset ERT
20109 status collapsed
20110
20111 \begin_layout Plain Layout
20112
20113 }
20114 \end_layout
20115
20116 \end_inset
20117
20118
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127 \begin_inset ERT
20128 status collapsed
20129
20130 \begin_layout Plain Layout
20131
20132
20133 \backslash
20134 multicolumn{1}{c!{
20135 \backslash
20136 color{green}
20137 \backslash
20138 vline}}{
20139 \end_layout
20140
20141 \end_inset
20142
20143
20144 \begin_inset ERT
20145 status collapsed
20146
20147 \begin_layout Plain Layout
20148
20149 }
20150 \end_layout
20151
20152 \end_inset
20153
20154
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Plain Layout
20163 \begin_inset ERT
20164 status collapsed
20165
20166 \begin_layout Plain Layout
20167
20168
20169 \backslash
20170 multicolumn{1}{c!{
20171 \backslash
20172 color{yellow}
20173 \backslash
20174 vline}}{
20175 \end_layout
20176
20177 \end_inset
20178
20179
20180 \begin_inset ERT
20181 status collapsed
20182
20183 \begin_layout Plain Layout
20184
20185 }
20186 \end_layout
20187
20188 \end_inset
20189
20190
20191 \end_layout
20192
20193 \end_inset
20194 </cell>
20195 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20196 \begin_inset Text
20197
20198 \begin_layout Plain Layout
20199 \begin_inset ERT
20200 status collapsed
20201
20202 \begin_layout Plain Layout
20203
20204
20205 \backslash
20206 multicolumn{1}{c!{
20207 \backslash
20208 color{blue}
20209 \backslash
20210 vline}}{
20211 \end_layout
20212
20213 \end_inset
20214
20215
20216 \begin_inset ERT
20217 status collapsed
20218
20219 \begin_layout Plain Layout
20220
20221 }
20222 \end_layout
20223
20224 \end_inset
20225
20226
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235 \begin_inset ERT
20236 status collapsed
20237
20238 \begin_layout Plain Layout
20239
20240
20241 \backslash
20242 multicolumn{1}{c!{
20243 \backslash
20244 color{cyan}
20245 \backslash
20246 vline}}{
20247 \end_layout
20248
20249 \end_inset
20250
20251
20252 \begin_inset ERT
20253 status collapsed
20254
20255 \begin_layout Plain Layout
20256
20257 }
20258 \end_layout
20259
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271 \begin_inset ERT
20272 status collapsed
20273
20274 \begin_layout Plain Layout
20275
20276
20277 \backslash
20278 multicolumn{1}{c!{
20279 \backslash
20280 color{black}
20281 \backslash
20282 vline}}{
20283 \end_layout
20284
20285 \end_inset
20286
20287
20288 \begin_inset ERT
20289 status collapsed
20290
20291 \begin_layout Plain Layout
20292
20293 }
20294 \end_layout
20295
20296 \end_inset
20297
20298
20299 \end_layout
20300
20301 \end_inset
20302 </cell>
20303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20304 \begin_inset Text
20305
20306 \begin_layout Plain Layout
20307 \begin_inset ERT
20308 status collapsed
20309
20310 \begin_layout Plain Layout
20311
20312
20313 \backslash
20314 multicolumn{1}{c|}{
20315 \end_layout
20316
20317 \end_inset
20318
20319
20320 \begin_inset ERT
20321 status collapsed
20322
20323 \begin_layout Plain Layout
20324
20325 }
20326 \end_layout
20327
20328 \end_inset
20329
20330
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 </row>
20336 <row>
20337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341 \begin_inset ERT
20342 status collapsed
20343
20344 \begin_layout Plain Layout
20345
20346
20347 \backslash
20348 arrayrulecolor{black}
20349 \end_layout
20350
20351 \end_inset
20352
20353 B
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 </row>
20413 </lyxtabular>
20414
20415 \end_inset
20416
20417
20418 \end_layout
20419
20420 \end_inset
20421
20422
20423 \end_layout
20424
20425 \begin_layout Standard
20426 \noindent
20427 \begin_inset ERT
20428 status collapsed
20429
20430 \begin_layout Plain Layout
20431
20432
20433 \backslash
20434 setlength{
20435 \backslash
20436 arrayrulewidth}{0.4pt}
20437 \end_layout
20438
20439 \end_inset
20440
20441
20442 \end_layout
20443
20444 \begin_layout Section
20445 Rotated Table Cells
20446 \begin_inset CommandInset label
20447 LatexCommand label
20448 name "sec:Rotated-Table-Cells"
20449
20450 \end_inset
20451
20452
20453 \begin_inset Index idx
20454 status collapsed
20455
20456 \begin_layout Plain Layout
20457 Table ! Rotated Cells
20458 \end_layout
20459
20460 \end_inset
20461
20462
20463 \begin_inset Index idx
20464 status collapsed
20465
20466 \begin_layout Plain Layout
20467 Rotated Material
20468 \end_layout
20469
20470 \end_inset
20471
20472
20473 \end_layout
20474
20475 \begin_layout Standard
20476 \begin_inset Note Greyedout
20477 status open
20478
20479 \begin_layout Plain Layout
20480
20481 \series bold
20482 Note:
20483 \series default
20484  Not all DVI-viewers are able to display rotations.
20485 \end_layout
20486
20487 \end_inset
20488
20489
20490 \end_layout
20491
20492 \begin_layout Standard
20493 Table
20494 \begin_inset space ~
20495 \end_inset
20496
20497
20498 \begin_inset CommandInset ref
20499 LatexCommand ref
20500 reference "tab:Table-with-rotated-multi"
20501
20502 \end_inset
20503
20504  is an example where 3
20505 \begin_inset space ~
20506 \end_inset
20507
20508 cells were rotated by 45
20509 \begin_inset space \thinspace{}
20510 \end_inset
20511
20512 °.
20513 \end_layout
20514
20515 \begin_layout Standard
20516 \begin_inset Float table
20517 placement h
20518 wide false
20519 sideways false
20520 status open
20521
20522 \begin_layout Plain Layout
20523 \begin_inset Caption Standard
20524
20525 \begin_layout Plain Layout
20526 \begin_inset CommandInset label
20527 LatexCommand label
20528 name "tab:Table-with-rotated"
20529
20530 \end_inset
20531
20532 Table with rotated cells in the first row.
20533 \end_layout
20534
20535 \end_inset
20536
20537
20538 \end_layout
20539
20540 \begin_layout Plain Layout
20541 \noindent
20542 \align center
20543 \begin_inset Tabular
20544 <lyxtabular version="3" rows="2" columns="3">
20545 <features tabularvalignment="middle">
20546 <column alignment="center" valignment="top" width="0pt">
20547 <column alignment="center" valignment="top" width="0pt">
20548 <column alignment="center" valignment="top" width="0pt">
20549 <row>
20550 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554 cups
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563 plates
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20569 \begin_inset Text
20570
20571 \begin_layout Plain Layout
20572 saucers
20573 \end_layout
20574
20575 \end_inset
20576 </cell>
20577 </row>
20578 <row>
20579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20580 \begin_inset Text
20581
20582 \begin_layout Plain Layout
20583 45
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20589 \begin_inset Text
20590
20591 \begin_layout Plain Layout
20592 33
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601 21
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 </row>
20607 </lyxtabular>
20608
20609 \end_inset
20610
20611
20612 \end_layout
20613
20614 \end_inset
20615
20616
20617 \end_layout
20618
20619 \begin_layout Standard
20620 \begin_inset Note Greyedout
20621 status open
20622
20623 \begin_layout Plain Layout
20624
20625 \series bold
20626 Note:
20627 \series default
20628  Line breaks (shortcut 
20629 \begin_inset Info
20630 type  "shortcut"
20631 arg   "newline-insert newline"
20632 \end_inset
20633
20634 ) are not allowed in rotated cells.
20635 \end_layout
20636
20637 \end_inset
20638
20639
20640 \end_layout
20641
20642 \begin_layout Standard
20643 If you want to rotate table cells containing line breaks, you have to put
20644  the cell content into a minipage or a parbox.
20645 \begin_inset Foot
20646 status collapsed
20647
20648 \begin_layout Plain Layout
20649 For more about these boxes see sec.
20650 \begin_inset space \thinspace{}
20651 \end_inset
20652
20653
20654 \begin_inset CommandInset ref
20655 LatexCommand ref
20656 reference "sec:Minipages"
20657
20658 \end_inset
20659
20660  and 
20661 \begin_inset CommandInset ref
20662 LatexCommand ref
20663 reference "sec:Parboxes"
20664
20665 \end_inset
20666
20667 .
20668 \end_layout
20669
20670 \end_inset
20671
20672  If you rotate this cell by 90
20673 \begin_inset space \thinspace{}
20674 \end_inset
20675
20676 ° the width of the box is the height of the cell.
20677  Table
20678 \begin_inset space ~
20679 \end_inset
20680
20681
20682 \begin_inset CommandInset ref
20683 LatexCommand ref
20684 reference "tab:Table-with-rotated-multi"
20685
20686 \end_inset
20687
20688  is an example for a rotated multiline cell where the box width was set
20689  to 3
20690 \begin_inset space \thinspace{}
20691 \end_inset
20692
20693 cm.
20694 \end_layout
20695
20696 \begin_layout Standard
20697 \begin_inset Float table
20698 wide false
20699 sideways false
20700 status open
20701
20702 \begin_layout Plain Layout
20703 \begin_inset Caption Standard
20704
20705 \begin_layout Plain Layout
20706 \begin_inset CommandInset label
20707 LatexCommand label
20708 name "tab:Table-with-rotated-multi"
20709
20710 \end_inset
20711
20712 Table with rotated multiline cell.
20713 \end_layout
20714
20715 \end_inset
20716
20717
20718 \end_layout
20719
20720 \begin_layout Plain Layout
20721 \noindent
20722 \align center
20723 \begin_inset Tabular
20724 <lyxtabular version="3" rows="2" columns="3">
20725 <features tabularvalignment="middle">
20726 <column alignment="center" valignment="top">
20727 <column alignment="center" valignment="top" width="0pt">
20728 <column alignment="center" valignment="top">
20729 <row>
20730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734 a
20735 \end_layout
20736
20737 \end_inset
20738 </cell>
20739 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743 \begin_inset Box Frameless
20744 position "t"
20745 hor_pos "c"
20746 has_inner_box 1
20747 inner_pos "t"
20748 use_parbox 0
20749 use_makebox 0
20750 width "3cm"
20751 special "none"
20752 height "1in"
20753 height_special "totalheight"
20754 thickness "0.4pt"
20755 separation "3pt"
20756 shadowsize "4pt"
20757 framecolor "black"
20758 backgroundcolor "none"
20759 status open
20760
20761 \begin_layout Plain Layout
20762 rotated cell
20763 \begin_inset Newline newline
20764 \end_inset
20765
20766 with line break
20767 \end_layout
20768
20769 \end_inset
20770
20771
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 e
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 </row>
20786 <row>
20787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20788 \begin_inset Text
20789
20790 \begin_layout Plain Layout
20791 b
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20797 \begin_inset Text
20798
20799 \begin_layout Plain Layout
20800 c
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809 d
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 </row>
20815 </lyxtabular>
20816
20817 \end_inset
20818
20819
20820 \end_layout
20821
20822 \end_inset
20823
20824
20825 \end_layout
20826
20827 \begin_layout Section
20828 Table Width Calculation
20829 \begin_inset CommandInset label
20830 LatexCommand label
20831 name "sec:Table-Width-Calculation"
20832
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \begin_layout Standard
20839 For wide tables it is sometimes difficult to assure that the table does
20840  not protrude over the page margin.
20841  Setting a fixed width for every column of the table is the solution, but
20842  what amount of space is needed for each column?
20843 \end_layout
20844
20845 \begin_layout Standard
20846 The table width 
20847 \begin_inset Formula $W_{\mathrm{table}}$
20848 \end_inset
20849
20850  can be calculated: Every column has the width of the specified column width
20851  
20852 \begin_inset Formula $W_{\mathrm{column}}$
20853 \end_inset
20854
20855  (that the content of the column can consume) plus two times the separation
20856  between the column content and the column border (\SpecialChar LaTeX
20857  length
20858 \series bold
20859  
20860 \backslash
20861 tabcolsep
20862 \series default
20863 , default 6
20864 \begin_inset space \thinspace{}
20865 \end_inset
20866
20867 pt) plus the width of a border line (\SpecialChar LaTeX
20868  length 
20869 \series bold
20870
20871 \backslash
20872 arrayrulewidth
20873 \series default
20874 , default 0.4
20875 \begin_inset space \thinspace{}
20876 \end_inset
20877
20878 pt): So if all 
20879 \begin_inset Formula $n$
20880 \end_inset
20881
20882
20883 \begin_inset space ~
20884 \end_inset
20885
20886 columns have the same width, the table width is
20887 \begin_inset Formula 
20888 \begin{equation}
20889 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20890 \end{equation}
20891
20892 \end_inset
20893
20894
20895 \end_layout
20896
20897 \begin_layout Standard
20898 The available width for a table is the space between the page margins or
20899  the width of a text column (for a two-column document) (\SpecialChar LaTeX
20900  length 
20901 \series bold
20902
20903 \backslash
20904 columnwidth
20905 \series default
20906 ).
20907  If all table columns should have the same width and 
20908 \begin_inset Formula $W_{\mathrm{table}}$
20909 \end_inset
20910
20911  should be 1
20912 \begin_inset space \thinspace{}
20913 \end_inset
20914
20915
20916 \backslash
20917 columnwidth, 
20918 \begin_inset Formula $W_{\mathrm{column}}$
20919 \end_inset
20920
20921  can easily be calculated.
20922 \end_layout
20923
20924 \begin_layout Standard
20925 To be able to perform calculations you need to load the \SpecialChar LaTeX
20926 -package 
20927 \series bold
20928 calc
20929 \series default
20930
20931 \begin_inset Index idx
20932 status collapsed
20933
20934 \begin_layout Plain Layout
20935 \SpecialChar LaTeX
20936 -packages ! calc
20937 \end_layout
20938
20939 \end_inset
20940
20941  in the document preamble.
20942  To set the width in the table dialog you have to use the field 
20943 \family sans
20944 \SpecialChar LaTeX
20945  argument
20946 \family default
20947 .
20948  The command scheme for this field is the same that is explained in section
20949 \begin_inset space ~
20950 \end_inset
20951
20952
20953 \begin_inset CommandInset ref
20954 LatexCommand ref
20955 reference "subsec:Multicolumn-Calculations"
20956
20957 \end_inset
20958
20959 .
20960  For a table with 5
20961 \begin_inset space \thinspace{}
20962 \end_inset
20963
20964 columns with an uniform width and centered text, enter there for each column
20965  the command
20966 \end_layout
20967
20968 \begin_layout Standard
20969
20970 \series bold
20971 >{
20972 \backslash
20973 centering}p{(1
20974 \backslash
20975 columnwidth-62.4pt)/5}
20976 \end_layout
20977
20978 \begin_layout Standard
20979 For a table with 5
20980 \begin_inset space \thinspace{}
20981 \end_inset
20982
20983 columns where 2 should have 0.75
20984 \begin_inset space ~
20985 \end_inset
20986
20987 times the width than the 3 others, the calculation is
20988 \begin_inset Formula 
20989 \begin{align}
20990 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20991  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20992  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
20993 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20994 \end{align}
20995
20996 \end_inset
20997
20998
20999 \end_layout
21000
21001 \begin_layout Standard
21002 In the table therefore the command
21003 \end_layout
21004
21005 \begin_layout Standard
21006
21007 \series bold
21008 >{
21009 \backslash
21010 centering}p{(1
21011 \backslash
21012 columnwidth-62.4pt)/
21013 \backslash
21014 real{4.5}}
21015 \end_layout
21016
21017 \begin_layout Standard
21018 is used for the wider columns and
21019 \end_layout
21020
21021 \begin_layout Standard
21022
21023 \series bold
21024 >{
21025 \backslash
21026 centering}p{(1
21027 \backslash
21028 columnwidth-62.4pt)/
21029 \backslash
21030 real{4.5}*
21031 \backslash
21032 real{0.75}}
21033 \end_layout
21034
21035 \begin_layout Standard
21036 for the smaller ones:
21037 \end_layout
21038
21039 \begin_layout Standard
21040 \begin_inset Tabular
21041 <lyxtabular version="3" rows="2" columns="5">
21042 <features tabularvalignment="middle">
21043 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21044 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21045 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21046 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21047 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21048 <row>
21049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053 1
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21059 \begin_inset Text
21060
21061 \begin_layout Plain Layout
21062 2
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071 3
21072 \end_layout
21073
21074 \end_inset
21075 </cell>
21076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21077 \begin_inset Text
21078
21079 \begin_layout Plain Layout
21080 4
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21086 \begin_inset Text
21087
21088 \begin_layout Plain Layout
21089 5
21090 \end_layout
21091
21092 \end_inset
21093 </cell>
21094 </row>
21095 <row>
21096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21097 \begin_inset Text
21098
21099 \begin_layout Plain Layout
21100 111111 1111111 111111 111111111 11111 11111 1111
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118 2222 22222 222222 222222222 2222222 22 22222
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136 333333 333333 333333 33333 3333333 333
21137 \end_layout
21138
21139 \end_inset
21140 </cell>
21141 </row>
21142 </lyxtabular>
21143
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \begin_layout Section
21150 Table Customization
21151 \begin_inset Index idx
21152 status collapsed
21153
21154 \begin_layout Plain Layout
21155 Table Customization
21156 \end_layout
21157
21158 \end_inset
21159
21160
21161 \begin_inset Index idx
21162 status collapsed
21163
21164 \begin_layout Plain Layout
21165 Table ! Customization
21166 \end_layout
21167
21168 \end_inset
21169
21170
21171 \end_layout
21172
21173 \begin_layout Subsection
21174 Row Spacing
21175 \begin_inset CommandInset label
21176 LatexCommand label
21177 name "subsec:Row-Spacing"
21178
21179 \end_inset
21180
21181
21182 \begin_inset Index idx
21183 status collapsed
21184
21185 \begin_layout Plain Layout
21186 Table Customization ! Row Spacing
21187 \end_layout
21188
21189 \end_inset
21190
21191
21192 \end_layout
21193
21194 \begin_layout Standard
21195 You can add vertical space to table rows in the 
21196 \family sans
21197 Borders
21198 \family default
21199  tab of the table dialog.
21200  You find there three possibilities:
21201 \end_layout
21202
21203 \begin_layout Description
21204 Top
21205 \begin_inset space ~
21206 \end_inset
21207
21208 of
21209 \begin_inset space ~
21210 \end_inset
21211
21212 row will add space above the characters of the table row.
21213  If the table is a formal table
21214 \begin_inset Foot
21215 status collapsed
21216
21217 \begin_layout Plain Layout
21218 Formal tables are explained in section
21219 \begin_inset space ~
21220 \end_inset
21221
21222
21223 \begin_inset CommandInset ref
21224 LatexCommand ref
21225 reference "sec:Formal-Tables"
21226
21227 \end_inset
21228
21229 .
21230 \end_layout
21231
21232 \end_inset
21233
21234  \SpecialChar LyX
21235  will insert as default 0.5
21236 \begin_inset space \thinspace{}
21237 \end_inset
21238
21239 em space.
21240  For normal tables the inserted space will unfortunately destroy the vertical
21241  table lines as in the following table:
21242 \begin_inset VSpace medskip
21243 \end_inset
21244
21245
21246 \begin_inset Newline newline
21247 \end_inset
21248
21249
21250 \begin_inset space \hspace*{}
21251 \length 0pt
21252 \end_inset
21253
21254
21255 \begin_inset space \hfill{}
21256 \end_inset
21257
21258
21259 \begin_inset Tabular
21260 <lyxtabular version="3" rows="3" columns="1">
21261 <features tabularvalignment="middle">
21262 <column alignment="center" valignment="top">
21263 <row>
21264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268 A
21269 \end_layout
21270
21271 \end_inset
21272 </cell>
21273 </row>
21274 <row topspace="3mm">
21275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21276 \begin_inset Text
21277
21278 \begin_layout Plain Layout
21279 3
21280 \begin_inset space \thinspace{}
21281 \end_inset
21282
21283 mm space top of row
21284 \end_layout
21285
21286 \end_inset
21287 </cell>
21288 </row>
21289 <row>
21290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21291 \begin_inset Text
21292
21293 \begin_layout Plain Layout
21294 C
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 </row>
21300 </lyxtabular>
21301
21302 \end_inset
21303
21304
21305 \begin_inset space \hfill{}
21306 \end_inset
21307
21308
21309 \begin_inset space \hspace*{}
21310 \length 0pt
21311 \end_inset
21312
21313
21314 \begin_inset VSpace medskip
21315 \end_inset
21316
21317
21318 \begin_inset Newline newline
21319 \end_inset
21320
21321 So inserting space in the top of row for normal tables is only useful when
21322  you don't have vertical lines.
21323 \end_layout
21324
21325 \begin_layout Description
21326 Bottom
21327 \begin_inset space ~
21328 \end_inset
21329
21330 of
21331 \begin_inset space ~
21332 \end_inset
21333
21334 row will add space below the characters of the table row.
21335  If the table is a formal table \SpecialChar LyX
21336  will insert as default 0.5
21337 \begin_inset space \thinspace{}
21338 \end_inset
21339
21340 em space, for normal tables the default size is 2
21341 \begin_inset space \thinspace{}
21342 \end_inset
21343
21344 pt.
21345 \end_layout
21346
21347 \begin_layout Description
21348 Between
21349 \begin_inset space ~
21350 \end_inset
21351
21352 rows adds space between the current and the following row.
21353  If the table is a formal table \SpecialChar LyX
21354  will insert as default 0.5
21355 \begin_inset space \thinspace{}
21356 \end_inset
21357
21358 em space.
21359  For normal tables the inserted space will unfortunately destroy the vertical
21360  table lines as in the following table:
21361 \begin_inset VSpace medskip
21362 \end_inset
21363
21364
21365 \begin_inset Newline newline
21366 \end_inset
21367
21368
21369 \begin_inset space \hspace*{}
21370 \length 0pt
21371 \end_inset
21372
21373
21374 \begin_inset space \hfill{}
21375 \end_inset
21376
21377
21378 \begin_inset Tabular
21379 <lyxtabular version="3" rows="3" columns="1">
21380 <features tabularvalignment="middle">
21381 <column alignment="center" valignment="top">
21382 <row>
21383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387 A
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 </row>
21393 <row interlinespace="3mm">
21394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398 \begin_inset Formula $\downarrow$
21399 \end_inset
21400
21401  3
21402 \begin_inset space \thinspace{}
21403 \end_inset
21404
21405 mm space between row 
21406 \begin_inset Formula $\downarrow$
21407 \end_inset
21408
21409
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 </row>
21415 <row>
21416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21417 \begin_inset Text
21418
21419 \begin_layout Plain Layout
21420 \begin_inset Formula $\uparrow$
21421 \end_inset
21422
21423  3
21424 \begin_inset space \thinspace{}
21425 \end_inset
21426
21427 mm space between row 
21428 \begin_inset Formula $\uparrow$
21429 \end_inset
21430
21431
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 </row>
21437 </lyxtabular>
21438
21439 \end_inset
21440
21441
21442 \begin_inset space \hfill{}
21443 \end_inset
21444
21445
21446 \begin_inset space \hspace*{}
21447 \length 0pt
21448 \end_inset
21449
21450
21451 \begin_inset VSpace medskip
21452 \end_inset
21453
21454
21455 \begin_inset Newline newline
21456 \end_inset
21457
21458 So inserting space between rows for normal tables is only useful when you
21459  don't have vertical lines.
21460 \end_layout
21461
21462 \begin_layout Standard
21463 \begin_inset VSpace bigskip
21464 \end_inset
21465
21466 When you want to add extra height to all cells of all tables, you can do
21467  this with the following preamble lines:
21468 \end_layout
21469
21470 \begin_layout Standard
21471
21472 \series bold
21473
21474 \backslash
21475 @ifundefined{extrarowheight}
21476 \begin_inset Newline newline
21477 \end_inset
21478
21479
21480 \begin_inset Phantom HPhantom
21481 status open
21482
21483 \begin_layout Plain Layout
21484
21485 \series bold
21486 \begin_inset space ~
21487 \end_inset
21488
21489
21490 \end_layout
21491
21492 \end_inset
21493
21494 {
21495 \backslash
21496 usepackage{array}}{}
21497 \begin_inset Newline newline
21498 \end_inset
21499
21500
21501 \backslash
21502 setlength{
21503 \backslash
21504 extrarowheight}{height}
21505 \series default
21506
21507 \begin_inset Note Note
21508 status collapsed
21509
21510 \begin_layout Plain Layout
21511 The package 
21512 \series bold
21513 array
21514 \series default
21515  will be loaded automatically by \SpecialChar LyX
21516  when you use self defined table formats.
21517  To avoid that it being loaded twice the command 
21518 \series bold
21519
21520 \backslash
21521 @ifundefined
21522 \series default
21523  is used in the above command.
21524 \end_layout
21525
21526 \end_inset
21527
21528
21529 \end_layout
21530
21531 \begin_layout Standard
21532 where the 
21533 \family sans
21534 height
21535 \family default
21536  can have one of the units listed in appendix
21537 \begin_inset space ~
21538 \end_inset
21539
21540
21541 \begin_inset CommandInset ref
21542 LatexCommand ref
21543 reference "cha:Units-available-in"
21544
21545 \end_inset
21546
21547 .
21548  But this has the disadvantage that the cell texts are no longer exactly
21549  vertically centered.
21550 \end_layout
21551
21552 \begin_layout Standard
21553 If you are using font sizes larger than the normal size, the table borders
21554  are often too close to the letters.
21555  This can be corrected by inserting the command 
21556 \series bold
21557
21558 \backslash
21559 strut
21560 \series default
21561  in \SpecialChar TeX
21562  Code at the beginning of a table row.
21563  Table
21564 \begin_inset space ~
21565 \end_inset
21566
21567
21568 \begin_inset CommandInset ref
21569 LatexCommand ref
21570 reference "tab:Vertical-alignment-of"
21571
21572 \end_inset
21573
21574  illustrates the effect.
21575 \end_layout
21576
21577 \begin_layout Standard
21578 \noindent
21579 \begin_inset Float table
21580 placement h
21581 wide false
21582 sideways false
21583 status open
21584
21585 \begin_layout Plain Layout
21586 \begin_inset Caption Standard
21587
21588 \begin_layout Plain Layout
21589 \begin_inset CommandInset label
21590 LatexCommand label
21591 name "tab:Vertical-alignment-of"
21592
21593 \end_inset
21594
21595 Vertical alignment of text with large font sizes.
21596 \end_layout
21597
21598 \end_inset
21599
21600
21601 \end_layout
21602
21603 \begin_layout Plain Layout
21604 \begin_inset space \hfill{}
21605 \end_inset
21606
21607
21608 \begin_inset Float table
21609 wide false
21610 sideways false
21611 status collapsed
21612
21613 \begin_layout Plain Layout
21614 \begin_inset Caption Standard
21615
21616 \begin_layout Plain Layout
21617 Normal table.
21618 \end_layout
21619
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \begin_layout Plain Layout
21626 \noindent
21627 \align center
21628 \begin_inset Tabular
21629 <lyxtabular version="3" rows="6" columns="1">
21630 <features tabularvalignment="middle">
21631 <column alignment="left" valignment="top">
21632 <row>
21633 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637 Normal, g
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 </row>
21643 <row>
21644 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648
21649 \size large
21650 Large
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 </row>
21656 <row>
21657 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Plain Layout
21661
21662 \size larger
21663 Larger
21664 \end_layout
21665
21666 \end_inset
21667 </cell>
21668 </row>
21669 <row>
21670 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21671 \begin_inset Text
21672
21673 \begin_layout Plain Layout
21674
21675 \size largest
21676 Largest
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 </row>
21682 <row>
21683 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687
21688 \size huge
21689 Huge
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 </row>
21695 <row>
21696 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700
21701 \size huge
21702 Huger
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 </row>
21708 </lyxtabular>
21709
21710 \end_inset
21711
21712
21713 \end_layout
21714
21715 \end_inset
21716
21717
21718 \begin_inset space \hfill{}
21719 \end_inset
21720
21721
21722 \begin_inset Float table
21723 wide false
21724 sideways false
21725 status collapsed
21726
21727 \begin_layout Plain Layout
21728 \begin_inset Caption Standard
21729
21730 \begin_layout Plain Layout
21731 Table using the command 
21732 \series bold
21733
21734 \backslash
21735 strut
21736 \series default
21737 .
21738 \end_layout
21739
21740 \end_inset
21741
21742
21743 \end_layout
21744
21745 \begin_layout Plain Layout
21746 \noindent
21747 \align center
21748 \begin_inset Tabular
21749 <lyxtabular version="3" rows="6" columns="1">
21750 <features tabularvalignment="middle">
21751 <column alignment="left" valignment="top">
21752 <row>
21753 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21754 \begin_inset Text
21755
21756 \begin_layout Plain Layout
21757 Normal, g
21758 \end_layout
21759
21760 \end_inset
21761 </cell>
21762 </row>
21763 <row>
21764 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21765 \begin_inset Text
21766
21767 \begin_layout Plain Layout
21768
21769 \size large
21770 \begin_inset ERT
21771 status collapsed
21772
21773 \begin_layout Plain Layout
21774
21775
21776 \backslash
21777 strut 
21778 \end_layout
21779
21780 \end_inset
21781
21782 Large
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 </row>
21788 <row>
21789 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793
21794 \size larger
21795 \begin_inset ERT
21796 status collapsed
21797
21798 \begin_layout Plain Layout
21799
21800
21801 \backslash
21802 strut 
21803 \end_layout
21804
21805 \end_inset
21806
21807 Larger
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 </row>
21813 <row>
21814 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818
21819 \size largest
21820 \begin_inset ERT
21821 status collapsed
21822
21823 \begin_layout Plain Layout
21824
21825
21826 \backslash
21827 strut 
21828 \end_layout
21829
21830 \end_inset
21831
21832 Largest
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 </row>
21838 <row>
21839 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21840 \begin_inset Text
21841
21842 \begin_layout Plain Layout
21843
21844 \size huge
21845 \begin_inset ERT
21846 status collapsed
21847
21848 \begin_layout Plain Layout
21849
21850
21851 \backslash
21852 strut 
21853 \end_layout
21854
21855 \end_inset
21856
21857 Huge
21858 \end_layout
21859
21860 \end_inset
21861 </cell>
21862 </row>
21863 <row>
21864 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868
21869 \size giant
21870 \begin_inset ERT
21871 status collapsed
21872
21873 \begin_layout Plain Layout
21874
21875
21876 \backslash
21877 strut 
21878 \end_layout
21879
21880 \end_inset
21881
21882
21883 \size huge
21884 Huger
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 </row>
21890 </lyxtabular>
21891
21892 \end_inset
21893
21894
21895 \end_layout
21896
21897 \end_inset
21898
21899
21900 \begin_inset space \hfill{}
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \end_inset
21907
21908
21909 \end_layout
21910
21911 \begin_layout Subsection
21912 Special Cell Alignment
21913 \begin_inset CommandInset label
21914 LatexCommand label
21915 name "subsec:Special-Cell-Alignment"
21916
21917 \end_inset
21918
21919
21920 \begin_inset Index idx
21921 status collapsed
21922
21923 \begin_layout Plain Layout
21924 Table Customization ! Special Cell Alignment
21925 \end_layout
21926
21927 \end_inset
21928
21929
21930 \end_layout
21931
21932 \begin_layout Standard
21933 Sometimes it looks better when the cell entries of a column are aligned
21934  with a special character, e.
21935 \begin_inset space \thinspace{}
21936 \end_inset
21937
21938 g.
21939 \begin_inset space \space{}
21940 \end_inset
21941
21942 with the decimal separator as in Table
21943 \begin_inset space ~
21944 \end_inset
21945
21946
21947 \begin_inset CommandInset ref
21948 LatexCommand ref
21949 reference "tab:Table-cells-align"
21950
21951 \end_inset
21952
21953 .
21954  This alignment is achieved by setting the cursor into the column and then
21955  either pressing the toolbar button 
21956 \begin_inset Info
21957 type  "icon"
21958 arg   "tabular-feature align-decimal"
21959 \end_inset
21960
21961  or setting the alignment in the table settings to 
21962 \family sans
21963 At
21964 \begin_inset space ~
21965 \end_inset
21966
21967 Decimal
21968 \begin_inset space ~
21969 \end_inset
21970
21971 Separator
21972 \family default
21973 .
21974  The alignment character can be a character of your choice and is specified
21975  in the table settings.
21976 \end_layout
21977
21978 \begin_layout Standard
21979 \begin_inset Float table
21980 placement h
21981 wide false
21982 sideways false
21983 status open
21984
21985 \begin_layout Plain Layout
21986 \begin_inset Caption Standard
21987
21988 \begin_layout Plain Layout
21989 \begin_inset CommandInset label
21990 LatexCommand label
21991 name "tab:Table-cells-align"
21992
21993 \end_inset
21994
21995 Table cells of a column aligned with the decimal separator.
21996 \end_layout
21997
21998 \end_inset
21999
22000
22001 \end_layout
22002
22003 \begin_layout Plain Layout
22004 \align center
22005 \begin_inset Tabular
22006 <lyxtabular version="3" rows="4" columns="1">
22007 <features booktabs="true" tabularvalignment="middle">
22008 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
22009 <row>
22010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014 heading
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 </row>
22020 <row>
22021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025 12.6
22026 \end_layout
22027
22028 \end_inset
22029 </cell>
22030 </row>
22031 <row>
22032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036 0.68
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 </row>
22042 <row>
22043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22044 \begin_inset Text
22045
22046 \begin_layout Plain Layout
22047 -123.0
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 </row>
22053 </lyxtabular>
22054
22055 \end_inset
22056
22057
22058 \end_layout
22059
22060 \end_inset
22061
22062
22063 \end_layout
22064
22065 \begin_layout Standard
22066 \begin_inset Float table
22067 placement h
22068 wide false
22069 sideways false
22070 status open
22071
22072 \begin_layout Plain Layout
22073 \begin_inset Caption Standard
22074
22075 \begin_layout Plain Layout
22076 \begin_inset CommandInset label
22077 LatexCommand label
22078 name "tab:Table-align-operator"
22079
22080 \end_inset
22081
22082 Table cells of a column aligned with the operators.
22083 \end_layout
22084
22085 \end_inset
22086
22087
22088 \end_layout
22089
22090 \begin_layout Plain Layout
22091 \align center
22092 \begin_inset Tabular
22093 <lyxtabular version="3" rows="4" columns="2">
22094 <features booktabs="true" tabularvalignment="middle">
22095 <column alignment="right" valignment="top" width="0pt">
22096 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22097 <row>
22098 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22099 \begin_inset Text
22100
22101 \begin_layout Plain Layout
22102 heading
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 </row>
22117 <row>
22118 <cell alignment="center" valignment="top" usebox="none">
22119 \begin_inset Text
22120
22121 \begin_layout Plain Layout
22122 \begin_inset Formula $12\,+$
22123 \end_inset
22124
22125
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 <cell alignment="center" valignment="top" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134 \begin_inset Formula $\,6$
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 </row>
22143 <row>
22144 <cell alignment="center" valignment="top" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148 \begin_inset Formula $0\,-$
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 <cell alignment="center" valignment="top" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160 \begin_inset Formula $\,68$
22161 \end_inset
22162
22163
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 </row>
22169 <row>
22170 <cell alignment="center" valignment="top" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174 \begin_inset Formula $-123\,/$
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 <cell alignment="center" valignment="top" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186 \begin_inset Formula $\,0$
22187 \end_inset
22188
22189
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 </row>
22195 </lyxtabular>
22196
22197 \end_inset
22198
22199
22200 \end_layout
22201
22202 \end_inset
22203
22204
22205 \end_layout
22206
22207 \begin_layout Standard
22208 For alignments at characters in formulas this method does not work because
22209  the field to specify the alignment character does not allow formulas.
22210  In this case one need to use the method from Table
22211 \begin_inset space ~
22212 \end_inset
22213
22214
22215 \begin_inset CommandInset ref
22216 LatexCommand ref
22217 reference "tab:Table-align-operator"
22218
22219 \end_inset
22220
22221 .
22222  This table was created with a 4×2 table.
22223  The heading is a centered multicolumn.
22224  The first column is right-aligned and contains the first part including
22225  the operator.
22226  The second column is left aligned and contains the rest.
22227  A small space was added at the beginning of each cell of the second column
22228  to get the space that is usually around operators.
22229  To omit the space that is normally between two table columns, the following
22230  \SpecialChar LaTeX
22231 -argument was used for the second column:
22232 \end_layout
22233
22234 \begin_layout Standard
22235
22236 \series bold
22237 @{}l
22238 \end_layout
22239
22240 \begin_layout Standard
22241 Table
22242 \begin_inset space ~
22243 \end_inset
22244
22245
22246 \begin_inset CommandInset ref
22247 LatexCommand ref
22248 reference "tab:Several-table-cell"
22249
22250 \end_inset
22251
22252  shows some example alignments.
22253  For the alignment with the relation sign, a small space was added like
22254  for the second column of Table
22255 \begin_inset space ~
22256 \end_inset
22257
22258
22259 \begin_inset CommandInset ref
22260 LatexCommand ref
22261 reference "tab:Table-align-operator"
22262
22263 \end_inset
22264
22265 .
22266 \end_layout
22267
22268 \begin_layout Standard
22269 \begin_inset Float table
22270 placement h
22271 wide false
22272 sideways false
22273 status open
22274
22275 \begin_layout Plain Layout
22276 \begin_inset Caption Standard
22277
22278 \begin_layout Plain Layout
22279 \begin_inset CommandInset label
22280 LatexCommand label
22281 name "tab:Several-table-cell"
22282
22283 \end_inset
22284
22285 Several table cell alignments.
22286 \end_layout
22287
22288 \end_inset
22289
22290
22291 \end_layout
22292
22293 \begin_layout Plain Layout
22294 \align center
22295 \begin_inset Tabular
22296 <lyxtabular version="3" rows="4" columns="6">
22297 <features tabularvalignment="middle">
22298 <column alignment="right" valignment="top">
22299 <column alignment="left" valignment="top" special="@{}l">
22300 <column alignment="right" valignment="top">
22301 <column alignment="left" valignment="top" special="@{}l">
22302 <column alignment="right" valignment="top">
22303 <column alignment="left" valignment="top" special="@{}l">
22304 <row>
22305 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309 units
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318
22319 \end_layout
22320
22321 \end_inset
22322 </cell>
22323 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327 exponents
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345 relations
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 </row>
22360 <row>
22361 <cell alignment="center" valignment="top" usebox="none">
22362 \begin_inset Text
22363
22364 \begin_layout Plain Layout
22365 12×
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22371 \begin_inset Text
22372
22373 \begin_layout Plain Layout
22374 24
22375 \begin_inset space \thinspace{}
22376 \end_inset
22377
22378 bottles
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 <cell alignment="center" valignment="top" usebox="none">
22384 \begin_inset Text
22385
22386 \begin_layout Plain Layout
22387 \begin_inset Formula $10\cdot$
22388 \end_inset
22389
22390
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 \begin_inset Formula $10^{\mbox{-}17}$
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 <cell alignment="center" valignment="top" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411 \begin_inset Formula $\Gamma(t)\propto$
22412 \end_inset
22413
22414
22415 \end_layout
22416
22417 \end_inset
22418 </cell>
22419 <cell alignment="center" valignment="top" usebox="none">
22420 \begin_inset Text
22421
22422 \begin_layout Plain Layout
22423 \begin_inset Formula $\:\Upsilon(t)$
22424 \end_inset
22425
22426
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 </row>
22432 <row>
22433 <cell alignment="center" valignment="top" usebox="none">
22434 \begin_inset Text
22435
22436 \begin_layout Plain Layout
22437 1024×
22438 \end_layout
22439
22440 \end_inset
22441 </cell>
22442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446 768
22447 \begin_inset space \thinspace{}
22448 \end_inset
22449
22450 Pixels
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 <cell alignment="center" valignment="top" usebox="none">
22456 \begin_inset Text
22457
22458 \begin_layout Plain Layout
22459 \begin_inset Formula $5.78\cdot$
22460 \end_inset
22461
22462
22463 \end_layout
22464
22465 \end_inset
22466 </cell>
22467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471 \begin_inset Formula $10^{7}$
22472 \end_inset
22473
22474
22475 \end_layout
22476
22477 \end_inset
22478 </cell>
22479 <cell alignment="center" valignment="top" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Plain Layout
22483 \begin_inset Formula $A\ne$
22484 \end_inset
22485
22486
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 <cell alignment="center" valignment="top" usebox="none">
22492 \begin_inset Text
22493
22494 \begin_layout Plain Layout
22495 \begin_inset Formula $\:B_{\mathrm{red}}$
22496 \end_inset
22497
22498
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 </row>
22504 <row>
22505 <cell alignment="center" valignment="top" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509 32×
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 6
22519 \begin_inset space \thinspace{}
22520 \end_inset
22521
22522 cm
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 <cell alignment="center" valignment="top" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531 -
22532 \begin_inset Formula $33.5\cdot$
22533 \end_inset
22534
22535
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22541 \begin_inset Text
22542
22543 \begin_layout Plain Layout
22544 \begin_inset Formula $10^{4}$
22545 \end_inset
22546
22547
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 \begin_inset Formula $\sin(\alpha)\ge$
22557 \end_inset
22558
22559
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 <cell alignment="center" valignment="top" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 \begin_inset Formula $\:\sin(\beta)$
22569 \end_inset
22570
22571
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 </row>
22577 </lyxtabular>
22578
22579 \end_inset
22580
22581
22582 \end_layout
22583
22584 \end_inset
22585
22586
22587 \end_layout
22588
22589 \begin_layout Subsection
22590 Customized Cell/Column Format
22591 \begin_inset CommandInset label
22592 LatexCommand label
22593 name "subsec:Customized-Format"
22594
22595 \end_inset
22596
22597
22598 \begin_inset Index idx
22599 status collapsed
22600
22601 \begin_layout Plain Layout
22602 Table Customization ! Cell/Column Format
22603 \end_layout
22604
22605 \end_inset
22606
22607
22608 \end_layout
22609
22610 \begin_layout Standard
22611 Calculating the required width for normal columns as described in section
22612 \begin_inset space ~
22613 \end_inset
22614
22615
22616 \begin_inset CommandInset ref
22617 LatexCommand ref
22618 reference "sec:Table-Width-Calculation"
22619
22620 \end_inset
22621
22622  or for spanned columns as described in section
22623 \begin_inset space ~
22624 \end_inset
22625
22626
22627 \begin_inset CommandInset ref
22628 LatexCommand ref
22629 reference "subsec:Multicolumn-Calculations"
22630
22631 \end_inset
22632
22633  is very annoying if you have several tables where a calculation is necessary.
22634  To make life easier, you can define a cell/column format in the preamble,
22635  that can be used in all tables of the document.
22636  The format is defined with the command
22637 \end_layout
22638
22639 \begin_layout Standard
22640
22641 \series bold
22642
22643 \backslash
22644 newcolumntype{name of format}[number of arguments]{commands}
22645 \end_layout
22646
22647 \begin_layout Standard
22648 The format name may only consist of one letter.
22649  The letters 
22650 \emph on
22651 b
22652 \emph default
22653
22654 \emph on
22655 c
22656 \emph default
22657
22658 \emph on
22659 l
22660 \emph default
22661
22662 \emph on
22663 m
22664 \emph default
22665
22666 \emph on
22667 p
22668 \emph default
22669  and 
22670 \emph on
22671 r
22672 \emph default
22673  are predefined and cannot be used.
22674  But all letters are allowed as capitals.
22675 \end_layout
22676
22677 \begin_layout Standard
22678 \begin_inset VSpace medskip
22679 \end_inset
22680
22681
22682 \end_layout
22683
22684 \begin_layout Standard
22685 For vertically and horizontally centered multicolumn cells with a fixed
22686  width you can define the cell format
22687 \end_layout
22688
22689 \begin_layout Standard
22690
22691 \series bold
22692
22693 \backslash
22694 newcolumntype{M}[1]{>{
22695 \backslash
22696 centering
22697 \backslash
22698 hspace{0pt}}m{#1}}
22699 \end_layout
22700
22701 \begin_layout Standard
22702 where 
22703 \series bold
22704
22705 \backslash
22706 hspace{0pt}
22707 \series default
22708  avoids the problem of hyphenating the first word, as described in section
22709 \begin_inset space ~
22710 \end_inset
22711
22712
22713 \begin_inset CommandInset ref
22714 LatexCommand ref
22715 reference "subsec:Multiple-Lines-in"
22716
22717 \end_inset
22718
22719 .
22720  Now you can simply enter
22721 \end_layout
22722
22723 \begin_layout Standard
22724
22725 \series bold
22726 M{width}
22727 \end_layout
22728
22729 \begin_layout Standard
22730 as 
22731 \family sans
22732 \SpecialChar LaTeX
22733 -argument
22734 \family default
22735  in the table dialog to create a multicolumn.
22736 \end_layout
22737
22738 \begin_layout Standard
22739 \begin_inset VSpace bigskip
22740 \end_inset
22741
22742
22743 \end_layout
22744
22745 \begin_layout Standard
22746 For cells spanned by a multicolumn cell, you can define the format
22747 \end_layout
22748
22749 \begin_layout Standard
22750
22751 \series bold
22752
22753 \backslash
22754 newcolumntype{S}[2]{>{
22755 \backslash
22756 centering
22757 \backslash
22758 hspace{0pt}}
22759 \begin_inset Newline newline
22760 \end_inset
22761
22762
22763 \begin_inset Phantom HPhantom
22764 status open
22765
22766 \begin_layout Plain Layout
22767
22768 \series bold
22769
22770 \backslash
22771 newcolumntype
22772 \end_layout
22773
22774 \end_inset
22775
22776 m{(#1+(2
22777 \backslash
22778 tabcolsep+
22779 \backslash
22780 arrayrulewidth)*(1-#2))/#2}}
22781 \end_layout
22782
22783 \begin_layout Standard
22784 This format uses equation 
22785 \begin_inset CommandInset ref
22786 LatexCommand eqref
22787 reference "eq:Wgn"
22788
22789 \end_inset
22790
22791  to calculate the required width so that each spanned cell has the same
22792  width.
22793 \end_layout
22794
22795 \begin_layout Standard
22796 You can now enter
22797 \end_layout
22798
22799 \begin_layout Standard
22800
22801 \series bold
22802 S{width of multicolumn cell}{number of spanned columns}
22803 \end_layout
22804
22805 \begin_layout Standard
22806 as \SpecialChar LaTeX
22807 -argument of the column.
22808 \end_layout
22809
22810 \begin_layout Standard
22811 \begin_inset VSpace bigskip
22812 \end_inset
22813
22814
22815 \end_layout
22816
22817 \begin_layout Standard
22818 For colored columns, you can define
22819 \end_layout
22820
22821 \begin_layout Standard
22822
22823 \series bold
22824
22825 \backslash
22826 newcolumntype{K}[1]{>{
22827 \backslash
22828 columncolor{#1}
22829 \backslash
22830 hspace{0pt}}c}
22831 \end_layout
22832
22833 \begin_layout Standard
22834 The 
22835 \begin_inset Quotes eld
22836 \end_inset
22837
22838 c
22839 \begin_inset Quotes erd
22840 \end_inset
22841
22842  at the end creates a column with a flexible width whose text is horizontally
22843  centered.
22844  You can now enter
22845 \end_layout
22846
22847 \begin_layout Standard
22848
22849 \series bold
22850 K{color name}
22851 \end_layout
22852
22853 \begin_layout Standard
22854 as \SpecialChar LaTeX
22855 -argument.
22856 \end_layout
22857
22858 \begin_layout Standard
22859 \begin_inset VSpace bigskip
22860 \end_inset
22861
22862
22863 \end_layout
22864
22865 \begin_layout Standard
22866 To create Table
22867 \begin_inset space ~
22868 \end_inset
22869
22870
22871 \begin_inset CommandInset ref
22872 LatexCommand ref
22873 reference "tab:Table-using-user-defined"
22874
22875 \end_inset
22876
22877  use the \SpecialChar LaTeX
22878 -arguments
22879 \end_layout
22880
22881 \begin_layout Standard
22882
22883 \series bold
22884 M{2.5cm}
22885 \end_layout
22886
22887 \begin_layout Standard
22888 for the first column and the multicolumn,
22889 \end_layout
22890
22891 \begin_layout Standard
22892
22893 \series bold
22894 K{red}
22895 \end_layout
22896
22897 \begin_layout Standard
22898 for the last column, and
22899 \end_layout
22900
22901 \begin_layout Standard
22902
22903 \series bold
22904 S{2.5cm}{2}
22905 \end_layout
22906
22907 \begin_layout Standard
22908 for the cells in the second column.
22909 \end_layout
22910
22911 \begin_layout Standard
22912 \begin_inset Float table
22913 placement h
22914 wide false
22915 sideways false
22916 status open
22917
22918 \begin_layout Plain Layout
22919 \begin_inset Caption Standard
22920
22921 \begin_layout Plain Layout
22922 \begin_inset CommandInset label
22923 LatexCommand label
22924 name "tab:Table-using-user-defined"
22925
22926 \end_inset
22927
22928 Table using user-defined table formats
22929 \end_layout
22930
22931 \end_inset
22932
22933
22934 \end_layout
22935
22936 \begin_layout Plain Layout
22937 \align center
22938 \begin_inset Tabular
22939 <lyxtabular version="3" rows="3" columns="4">
22940 <features tabularvalignment="middle">
22941 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22942 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22943 <column alignment="center" valignment="middle">
22944 <column alignment="center" valignment="middle" special="K{red}">
22945 <row>
22946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22947 \begin_inset Text
22948
22949 \begin_layout Plain Layout
22950 verylongtablecellword
22951 \end_layout
22952
22953 \end_inset
22954 </cell>
22955 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959 multiple lines multicolumn
22960 \end_layout
22961
22962 \end_inset
22963 </cell>
22964 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22965 \begin_inset Text
22966
22967 \begin_layout Plain Layout
22968
22969 \end_layout
22970
22971 \end_inset
22972 </cell>
22973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22974 \begin_inset Text
22975
22976 \begin_layout Plain Layout
22977 c
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 </row>
22983 <row>
22984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22985 \begin_inset Text
22986
22987 \begin_layout Plain Layout
22988 d
22989 \end_layout
22990
22991 \end_inset
22992 </cell>
22993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22994 \begin_inset Text
22995
22996 \begin_layout Plain Layout
22997 e
22998 \end_layout
22999
23000 \end_inset
23001 </cell>
23002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23003 \begin_inset Text
23004
23005 \begin_layout Plain Layout
23006 f
23007 \end_layout
23008
23009 \end_inset
23010 </cell>
23011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23012 \begin_inset Text
23013
23014 \begin_layout Plain Layout
23015 g
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 </row>
23021 <row>
23022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026 h
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035 i
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044 j
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053 k
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 </row>
23059 </lyxtabular>
23060
23061 \end_inset
23062
23063
23064 \end_layout
23065
23066 \end_inset
23067
23068
23069 \end_layout
23070
23071 \begin_layout Subsection
23072 Line Thickness
23073 \begin_inset CommandInset label
23074 LatexCommand label
23075 name "subsec:Line-Thickness"
23076
23077 \end_inset
23078
23079
23080 \begin_inset Index idx
23081 status collapsed
23082
23083 \begin_layout Plain Layout
23084 Table Customization ! Line Thickness
23085 \end_layout
23086
23087 \end_inset
23088
23089
23090 \end_layout
23091
23092 \begin_layout Standard
23093 The line thickness for all lines in a table can be adjusted with the length
23094  
23095 \series bold
23096
23097 \backslash
23098 arrayrulewidth
23099 \series default
23100 .
23101  To set for example a line thickness of 1.5
23102 \begin_inset space \thinspace{}
23103 \end_inset
23104
23105 pt, as in Table
23106 \begin_inset space ~
23107 \end_inset
23108
23109
23110 \begin_inset CommandInset ref
23111 LatexCommand ref
23112 reference "tab:Table-with-1.5"
23113
23114 \end_inset
23115
23116 , insert the command
23117 \end_layout
23118
23119 \begin_layout Standard
23120
23121 \series bold
23122
23123 \backslash
23124 setlength{
23125 \backslash
23126 arrayrulewidth}{1.5pt}
23127 \end_layout
23128
23129 \begin_layout Standard
23130 in \SpecialChar TeX
23131  Code before the table or table float.
23132  The changed thickness is valid for all subsequent tables.
23133  To use the default value again, set 
23134 \series bold
23135
23136 \backslash
23137 arrayrulewidth
23138 \series default
23139  to 0.4
23140 \begin_inset space \thinspace{}
23141 \end_inset
23142
23143 pt in \SpecialChar TeX
23144  Code after the table or table float.
23145 \end_layout
23146
23147 \begin_layout Standard
23148 \begin_inset ERT
23149 status collapsed
23150
23151 \begin_layout Plain Layout
23152
23153
23154 \backslash
23155 setlength{
23156 \backslash
23157 arrayrulewidth}{1.5pt}
23158 \end_layout
23159
23160 \end_inset
23161
23162
23163 \begin_inset Float table
23164 wide false
23165 sideways false
23166 status open
23167
23168 \begin_layout Plain Layout
23169 \begin_inset Caption Standard
23170
23171 \begin_layout Plain Layout
23172 \begin_inset CommandInset label
23173 LatexCommand label
23174 name "tab:Table-with-1.5"
23175
23176 \end_inset
23177
23178 Table with 1.5
23179 \begin_inset space \thinspace{}
23180 \end_inset
23181
23182 pt thick lines
23183 \end_layout
23184
23185 \end_inset
23186
23187
23188 \end_layout
23189
23190 \begin_layout Plain Layout
23191 \align center
23192 \begin_inset Tabular
23193 <lyxtabular version="3" rows="3" columns="3">
23194 <features tabularvalignment="middle">
23195 <column alignment="center" valignment="top">
23196 <column alignment="center" valignment="top">
23197 <column alignment="center" valignment="top">
23198 <row>
23199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23200 \begin_inset Text
23201
23202 \begin_layout Plain Layout
23203 sd
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 </row>
23227 <row>
23228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232
23233 \end_layout
23234
23235 \end_inset
23236 </cell>
23237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241 sd
23242 \end_layout
23243
23244 \end_inset
23245 </cell>
23246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 </row>
23256 <row>
23257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261
23262 \end_layout
23263
23264 \end_inset
23265 </cell>
23266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23267 \begin_inset Text
23268
23269 \begin_layout Plain Layout
23270
23271 \end_layout
23272
23273 \end_inset
23274 </cell>
23275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23276 \begin_inset Text
23277
23278 \begin_layout Plain Layout
23279 sd
23280 \end_layout
23281
23282 \end_inset
23283 </cell>
23284 </row>
23285 </lyxtabular>
23286
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \end_inset
23293
23294
23295 \begin_inset ERT
23296 status collapsed
23297
23298 \begin_layout Plain Layout
23299
23300
23301 \backslash
23302 setlength{
23303 \backslash
23304 arrayrulewidth}{0.4pt}
23305 \end_layout
23306
23307 \end_inset
23308
23309
23310 \end_layout
23311
23312 \begin_layout Standard
23313 \begin_inset VSpace bigskip
23314 \end_inset
23315
23316 To set the line thickness to 1.5
23317 \begin_inset space \thinspace{}
23318 \end_inset
23319
23320 pt only for horizontal lines, as in Table
23321 \begin_inset space ~
23322 \end_inset
23323
23324
23325 \begin_inset CommandInset ref
23326 LatexCommand ref
23327 reference "tab:Table-with-horizontal"
23328
23329 \end_inset
23330
23331 , insert these commands in \SpecialChar TeX
23332  Code before the table or table float:
23333 \end_layout
23334
23335 \begin_layout Standard
23336
23337 \series bold
23338
23339 \backslash
23340 let
23341 \backslash
23342 myHline
23343 \backslash
23344 hline
23345 \begin_inset Newline newline
23346 \end_inset
23347
23348
23349 \backslash
23350 renewcommand{
23351 \backslash
23352 hline}
23353 \begin_inset Newline newline
23354 \end_inset
23355
23356  {
23357 \backslash
23358 noalign{
23359 \backslash
23360 global
23361 \backslash
23362 arrayrulewidth 1.5pt}
23363 \begin_inset Newline newline
23364 \end_inset
23365
23366  
23367 \backslash
23368 myHline
23369 \backslash
23370 noalign{
23371 \backslash
23372 global
23373 \backslash
23374 arrayrulewidth 0.4pt}}
23375 \end_layout
23376
23377 \begin_layout Standard
23378 To return to the default line thickness, insert this command in \SpecialChar TeX
23379  Code after
23380  the table or table float:
23381 \end_layout
23382
23383 \begin_layout Standard
23384
23385 \series bold
23386
23387 \backslash
23388 renewcommand{
23389 \backslash
23390 hline}{
23391 \backslash
23392 myHline}
23393 \end_layout
23394
23395 \begin_layout Standard
23396 \begin_inset ERT
23397 status collapsed
23398
23399 \begin_layout Plain Layout
23400
23401
23402 \backslash
23403 let
23404 \backslash
23405 myHline
23406 \backslash
23407 hline
23408 \end_layout
23409
23410 \begin_layout Plain Layout
23411
23412
23413 \backslash
23414 renewcommand{
23415 \backslash
23416 hline}
23417 \end_layout
23418
23419 \begin_layout Plain Layout
23420
23421  {
23422 \backslash
23423 noalign{
23424 \backslash
23425 global
23426 \backslash
23427 arrayrulewidth 1.5pt}
23428 \end_layout
23429
23430 \begin_layout Plain Layout
23431
23432   
23433 \backslash
23434 myHline
23435 \backslash
23436 noalign{
23437 \backslash
23438 global
23439 \backslash
23440 arrayrulewidth 0.4pt}}
23441 \end_layout
23442
23443 \end_inset
23444
23445
23446 \begin_inset Float table
23447 wide false
23448 sideways false
23449 status open
23450
23451 \begin_layout Plain Layout
23452 \begin_inset Caption Standard
23453
23454 \begin_layout Plain Layout
23455 \begin_inset CommandInset label
23456 LatexCommand label
23457 name "tab:Table-with-horizontal"
23458
23459 \end_inset
23460
23461 Table with 1.5
23462 \begin_inset space \thinspace{}
23463 \end_inset
23464
23465 pt thick horizontal lines
23466 \end_layout
23467
23468 \end_inset
23469
23470
23471 \end_layout
23472
23473 \begin_layout Plain Layout
23474 \align center
23475 \begin_inset Tabular
23476 <lyxtabular version="3" rows="3" columns="3">
23477 <features tabularvalignment="middle">
23478 <column alignment="center" valignment="top">
23479 <column alignment="center" valignment="top">
23480 <column alignment="center" valignment="top">
23481 <row>
23482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486 sd
23487 \end_layout
23488
23489 \end_inset
23490 </cell>
23491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495
23496 \end_layout
23497
23498 \end_inset
23499 </cell>
23500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23501 \begin_inset Text
23502
23503 \begin_layout Plain Layout
23504
23505 \end_layout
23506
23507 \end_inset
23508 </cell>
23509 </row>
23510 <row>
23511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524 sd
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 </row>
23539 <row>
23540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562 sd
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 </row>
23568 </lyxtabular>
23569
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \end_inset
23576
23577
23578 \begin_inset ERT
23579 status collapsed
23580
23581 \begin_layout Plain Layout
23582
23583
23584 \backslash
23585 renewcommand{
23586 \backslash
23587 hline}{
23588 \backslash
23589 myHline}
23590 \end_layout
23591
23592 \end_inset
23593
23594
23595 \end_layout
23596
23597 \begin_layout Standard
23598 \begin_inset VSpace bigskip
23599 \end_inset
23600
23601 To set the line thickness to 1.5
23602 \begin_inset space \thinspace{}
23603 \end_inset
23604
23605 pt only for vertical lines, create the following column format in the document
23606  preamble, according to the description in section
23607 \begin_inset space ~
23608 \end_inset
23609
23610
23611 \begin_inset CommandInset ref
23612 LatexCommand ref
23613 reference "subsec:Customized-Format"
23614
23615 \end_inset
23616
23617 :
23618 \end_layout
23619
23620 \begin_layout Standard
23621
23622 \series bold
23623
23624 \backslash
23625 newcolumntype{V}{!{
23626 \backslash
23627 vrule width 1.5pt}}
23628 \end_layout
23629
23630 \begin_layout Standard
23631 For Table
23632 \begin_inset space ~
23633 \end_inset
23634
23635
23636 \begin_inset CommandInset ref
23637 LatexCommand ref
23638 reference "tab:Table-with-vertical"
23639
23640 \end_inset
23641
23642  the \SpecialChar LaTeX
23643 -argument
23644 \end_layout
23645
23646 \begin_layout Standard
23647
23648 \series bold
23649 VcV
23650 \end_layout
23651
23652 \begin_layout Standard
23653 was used for the last column and
23654 \end_layout
23655
23656 \begin_layout Standard
23657
23658 \series bold
23659 Vc
23660 \end_layout
23661
23662 \begin_layout Standard
23663 for the other columns.
23664 \end_layout
23665
23666 \begin_layout Standard
23667 \begin_inset Float table
23668 wide false
23669 sideways false
23670 status open
23671
23672 \begin_layout Plain Layout
23673 \begin_inset Caption Standard
23674
23675 \begin_layout Plain Layout
23676 \begin_inset CommandInset label
23677 LatexCommand label
23678 name "tab:Table-with-vertical"
23679
23680 \end_inset
23681
23682 Table with 1.5
23683 \begin_inset space \thinspace{}
23684 \end_inset
23685
23686 pt thick vertical lines
23687 \end_layout
23688
23689 \end_inset
23690
23691
23692 \end_layout
23693
23694 \begin_layout Plain Layout
23695 \align center
23696 \begin_inset Tabular
23697 <lyxtabular version="3" rows="3" columns="3">
23698 <features tabularvalignment="middle">
23699 <column alignment="center" valignment="top" special="Vc">
23700 <column alignment="center" valignment="top" special="Vc">
23701 <column alignment="center" valignment="top" special="VcV">
23702 <row>
23703 <cell alignment="center" valignment="top" topline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707 sd
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 <cell alignment="center" valignment="top" topline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 <cell alignment="center" valignment="top" topline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 </row>
23731 <row>
23732 <cell alignment="center" valignment="top" topline="true" usebox="none">
23733 \begin_inset Text
23734
23735 \begin_layout Plain Layout
23736
23737 \end_layout
23738
23739 \end_inset
23740 </cell>
23741 <cell alignment="center" valignment="top" topline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745 sd
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" topline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 </row>
23760 <row>
23761 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783 sd
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 </row>
23789 </lyxtabular>
23790
23791 \end_inset
23792
23793
23794 \end_layout
23795
23796 \end_inset
23797
23798
23799 \end_layout
23800
23801 \begin_layout Subsection
23802 Dashed Lines
23803 \begin_inset Index idx
23804 status collapsed
23805
23806 \begin_layout Plain Layout
23807 Table Customization ! Dashed Lines
23808 \end_layout
23809
23810 \end_inset
23811
23812
23813 \end_layout
23814
23815 \begin_layout Standard
23816 \begin_inset ERT
23817 status collapsed
23818
23819 \begin_layout Plain Layout
23820
23821
23822 \backslash
23823 ifarydshln
23824 \end_layout
23825
23826 \end_inset
23827
23828
23829 \begin_inset Note Note
23830 status open
23831
23832 \begin_layout Plain Layout
23833 The following section will only be displayed when the \SpecialChar LaTeX
23834 -package 
23835 \series bold
23836 arydshln
23837 \series default
23838  is installed.
23839 \end_layout
23840
23841 \end_inset
23842
23843
23844 \end_layout
23845
23846 \begin_layout Standard
23847 \begin_inset Float table
23848 placement H
23849 wide false
23850 sideways false
23851 status open
23852
23853 \begin_layout Plain Layout
23854 \begin_inset Caption Standard
23855
23856 \begin_layout Plain Layout
23857 \begin_inset CommandInset label
23858 LatexCommand label
23859 name "tab:Table-with-dashed"
23860
23861 \end_inset
23862
23863 Table with dashed lines
23864 \end_layout
23865
23866 \end_inset
23867
23868
23869 \end_layout
23870
23871 \begin_layout Plain Layout
23872 \align center
23873 \begin_inset Tabular
23874 <lyxtabular version="3" rows="5" columns="5">
23875 <features tabularvalignment="middle">
23876 <column alignment="center" valignment="top">
23877 <column alignment="center" valignment="top">
23878 <column alignment="center" valignment="top" special=":c">
23879 <column alignment="center" valignment="top">
23880 <column alignment="center" valignment="top">
23881 <row>
23882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23883 \begin_inset Text
23884
23885 \begin_layout Plain Layout
23886 a
23887 \end_layout
23888
23889 \end_inset
23890 </cell>
23891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23892 \begin_inset Text
23893
23894 \begin_layout Plain Layout
23895 b
23896 \end_layout
23897
23898 \end_inset
23899 </cell>
23900 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904 c
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913 d
23914 \end_layout
23915
23916 \end_inset
23917 </cell>
23918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23919 \begin_inset Text
23920
23921 \begin_layout Plain Layout
23922 e
23923 \end_layout
23924
23925 \end_inset
23926 </cell>
23927 </row>
23928 <row>
23929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23930 \begin_inset Text
23931
23932 \begin_layout Plain Layout
23933 f
23934 \end_layout
23935
23936 \end_inset
23937 </cell>
23938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23939 \begin_inset Text
23940
23941 \begin_layout Plain Layout
23942 g
23943 \end_layout
23944
23945 \end_inset
23946 </cell>
23947 <cell alignment="center" valignment="top" topline="true" usebox="none">
23948 \begin_inset Text
23949
23950 \begin_layout Plain Layout
23951 h
23952 \end_layout
23953
23954 \end_inset
23955 </cell>
23956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23957 \begin_inset Text
23958
23959 \begin_layout Plain Layout
23960 i
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969 j
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 </row>
23975 <row>
23976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980 \begin_inset ERT
23981 status collapsed
23982
23983 \begin_layout Plain Layout
23984
23985
23986 \backslash
23987 hdashline 
23988 \end_layout
23989
23990 \end_inset
23991
23992 k
23993 \end_layout
23994
23995 \end_inset
23996 </cell>
23997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23998 \begin_inset Text
23999
24000 \begin_layout Plain Layout
24001 l
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 <cell alignment="center" valignment="top" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010 m
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019 n
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 o
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 </row>
24034 <row>
24035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039 \begin_inset ERT
24040 status collapsed
24041
24042 \begin_layout Plain Layout
24043
24044
24045 \backslash
24046 cdashline{4-5}
24047 \end_layout
24048
24049 \end_inset
24050
24051 p
24052 \end_layout
24053
24054 \end_inset
24055 </cell>
24056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060 q
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069 r
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078 s
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24084 \begin_inset Text
24085
24086 \begin_layout Plain Layout
24087
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 </row>
24093 <row>
24094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24095 \begin_inset Text
24096
24097 \begin_layout Plain Layout
24098 t
24099 \end_layout
24100
24101 \end_inset
24102 </cell>
24103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24104 \begin_inset Text
24105
24106 \begin_layout Plain Layout
24107 u
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24113 \begin_inset Text
24114
24115 \begin_layout Plain Layout
24116 v
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125 w
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24131 \begin_inset Text
24132
24133 \begin_layout Plain Layout
24134 x
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 </row>
24140 </lyxtabular>
24141
24142 \end_inset
24143
24144
24145 \end_layout
24146
24147 \end_inset
24148
24149
24150 \end_layout
24151
24152 \begin_layout Standard
24153 \SpecialChar LyX
24154  does not natively support dashed lines, so you have to use \SpecialChar TeX
24155  Code.
24156  As a prerequisite the \SpecialChar LaTeX
24157  package 
24158 \series bold
24159 arydshln
24160 \series default
24161
24162 \begin_inset Index idx
24163 status collapsed
24164
24165 \begin_layout Plain Layout
24166 \SpecialChar LaTeX
24167 -packages ! arydshln
24168 \end_layout
24169
24170 \end_inset
24171
24172  must be loaded in the document preamble with the command
24173 \end_layout
24174
24175 \begin_layout Standard
24176
24177 \series bold
24178
24179 \backslash
24180 usepackage{arydshln}
24181 \end_layout
24182
24183 \begin_layout Standard
24184 To make a vertical line dashed, enter the colon 
24185 \begin_inset Quotes eld
24186 \end_inset
24187
24188 :
24189 \begin_inset Quotes erd
24190 \end_inset
24191
24192  together with the character for the horizontal alignment as \SpecialChar LaTeX
24193  argument in
24194  the table cell dialog.
24195 \end_layout
24196
24197 \begin_layout Standard
24198 For a horizontal dashed line add the command
24199 \end_layout
24200
24201 \begin_layout Standard
24202
24203 \series bold
24204
24205 \backslash
24206 hdashline
24207 \end_layout
24208
24209 \begin_layout Standard
24210 in \SpecialChar TeX
24211  Code as first element of the first cell in the table row.
24212 \end_layout
24213
24214 \begin_layout Standard
24215 For dashed multicolumn lines use the command
24216 \end_layout
24217
24218 \begin_layout Standard
24219
24220 \series bold
24221
24222 \backslash
24223 cdashline{line number
24224 \series default
24225 }
24226 \end_layout
24227
24228 \begin_layout Standard
24229 in \SpecialChar TeX
24230  Code as the first element of the first cell in the table row.
24231  If you have for example a multicolumn spanning columns 2 to 4 and you want
24232  to have a dashed line above, add the command
24233 \end_layout
24234
24235 \begin_layout Standard
24236
24237 \series bold
24238
24239 \backslash
24240 cdashline{2-4}
24241 \end_layout
24242
24243 \begin_layout Standard
24244 as the first element of the first cell in the row of the multicolumn.
24245 \end_layout
24246
24247 \begin_layout Standard
24248 \begin_inset VSpace bigskip
24249 \end_inset
24250
24251
24252 \end_layout
24253
24254 \begin_layout Standard
24255 Table
24256 \begin_inset space ~
24257 \end_inset
24258
24259
24260 \begin_inset CommandInset ref
24261 LatexCommand ref
24262 reference "tab:Table-with-dashed"
24263
24264 \end_inset
24265
24266  was created using 
24267 \begin_inset Quotes eld
24268 \end_inset
24269
24270
24271 \series bold
24272 :c
24273 \series default
24274
24275 \begin_inset Quotes erd
24276 \end_inset
24277
24278  as \SpecialChar LaTeX
24279  argument of the third column.
24280  The \SpecialChar TeX
24281  Code command 
24282 \series bold
24283
24284 \backslash
24285 hdashline
24286 \series default
24287  was inserted in the first cell of the third row and the \SpecialChar TeX
24288  Code command
24289 \begin_inset Newline newline
24290 \end_inset
24291
24292  
24293 \series bold
24294
24295 \backslash
24296 cdashline{4-5}
24297 \series default
24298  was inserted in the first cell of the fourth row.
24299 \end_layout
24300
24301 \begin_layout Standard
24302 \begin_inset VSpace bigskip
24303 \end_inset
24304
24305
24306 \end_layout
24307
24308 \begin_layout Standard
24309 Tables with dashed lines can also be colored as shown by Table
24310 \begin_inset space ~
24311 \end_inset
24312
24313
24314 \begin_inset CommandInset ref
24315 LatexCommand ref
24316 reference "tab:Colored-table-with"
24317
24318 \end_inset
24319
24320 .
24321 \end_layout
24322
24323 \begin_layout Standard
24324 \begin_inset ERT
24325 status collapsed
24326
24327 \begin_layout Plain Layout
24328
24329
24330 \backslash
24331 setlength{
24332 \backslash
24333 arrayrulewidth}{1pt}
24334 \end_layout
24335
24336 \end_inset
24337
24338
24339 \begin_inset Note Note
24340 status collapsed
24341
24342 \begin_layout Plain Layout
24343 thicker lines for better visualization of the line color
24344 \end_layout
24345
24346 \end_inset
24347
24348
24349 \end_layout
24350
24351 \begin_layout Standard
24352 \begin_inset ERT
24353 status collapsed
24354
24355 \begin_layout Plain Layout
24356
24357
24358 \backslash
24359 dashgapcolor{green}
24360 \end_layout
24361
24362 \end_inset
24363
24364
24365 \begin_inset Note Note
24366 status collapsed
24367
24368 \begin_layout Plain Layout
24369 color gaps between dashes green
24370 \end_layout
24371
24372 \end_inset
24373
24374
24375 \end_layout
24376
24377 \begin_layout Standard
24378 \begin_inset ERT
24379 status collapsed
24380
24381 \begin_layout Plain Layout
24382
24383
24384 \backslash
24385 let
24386 \backslash
24387 myHdashline
24388 \backslash
24389 hdashline
24390 \end_layout
24391
24392 \begin_layout Plain Layout
24393
24394
24395 \backslash
24396 renewcommand{
24397 \backslash
24398 hdashline}
24399 \end_layout
24400
24401 \begin_layout Plain Layout
24402
24403  {
24404 \backslash
24405 arrayrulecolor{red}
24406 \backslash
24407 myHdashline
24408 \backslash
24409 arrayrulecolor{black}}
24410 \end_layout
24411
24412 \end_inset
24413
24414
24415 \begin_inset Note Note
24416 status collapsed
24417
24418 \begin_layout Plain Layout
24419 color horizontal, dashed lines red
24420 \end_layout
24421
24422 \end_inset
24423
24424
24425 \end_layout
24426
24427 \begin_layout Standard
24428 \begin_inset ERT
24429 status collapsed
24430
24431 \begin_layout Plain Layout
24432
24433
24434 \backslash
24435 let
24436 \backslash
24437 myCdashline
24438 \backslash
24439 cdashline
24440 \end_layout
24441
24442 \begin_layout Plain Layout
24443
24444
24445 \backslash
24446 renewcommand{
24447 \backslash
24448 cdashline}[1]
24449 \end_layout
24450
24451 \begin_layout Plain Layout
24452
24453  {
24454 \backslash
24455 arrayrulecolor{yellow}
24456 \backslash
24457 myCdashline{#1}
24458 \backslash
24459 arrayrulecolor{black}}
24460 \end_layout
24461
24462 \end_inset
24463
24464
24465 \begin_inset Note Note
24466 status collapsed
24467
24468 \begin_layout Plain Layout
24469 color partial horizontal, dashed lines yellow
24470 \end_layout
24471
24472 \end_inset
24473
24474
24475 \end_layout
24476
24477 \begin_layout Standard
24478 \begin_inset Float table
24479 placement h
24480 wide false
24481 sideways false
24482 status open
24483
24484 \begin_layout Plain Layout
24485 \begin_inset Caption Standard
24486
24487 \begin_layout Plain Layout
24488 \begin_inset CommandInset label
24489 LatexCommand label
24490 name "tab:Colored-table-with"
24491
24492 \end_inset
24493
24494 Colored table with dashed lines
24495 \end_layout
24496
24497 \end_inset
24498
24499
24500 \end_layout
24501
24502 \begin_layout Plain Layout
24503 \align center
24504 \begin_inset Tabular
24505 <lyxtabular version="3" rows="5" columns="5">
24506 <features tabularvalignment="middle">
24507 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
24508 <column alignment="center" valignment="top" width="0pt">
24509 <column alignment="center" valignment="top" width="0pt" special=":c">
24510 <column alignment="center" valignment="top">
24511 <column alignment="center" valignment="top">
24512 <row>
24513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24514 \begin_inset Text
24515
24516 \begin_layout Plain Layout
24517 a
24518 \end_layout
24519
24520 \end_inset
24521 </cell>
24522 <cell alignment="center" valignment="top" topline="true" usebox="none">
24523 \begin_inset Text
24524
24525 \begin_layout Plain Layout
24526 b
24527 \end_layout
24528
24529 \end_inset
24530 </cell>
24531 <cell alignment="center" valignment="top" topline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Plain Layout
24535 c
24536 \end_layout
24537
24538 \end_inset
24539 </cell>
24540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24541 \begin_inset Text
24542
24543 \begin_layout Plain Layout
24544 d
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24550 \begin_inset Text
24551
24552 \begin_layout Plain Layout
24553 e
24554 \end_layout
24555
24556 \end_inset
24557 </cell>
24558 </row>
24559 <row>
24560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24561 \begin_inset Text
24562
24563 \begin_layout Plain Layout
24564 f
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 <cell alignment="center" valignment="top" topline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Plain Layout
24573 g
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582 h
24583 \end_layout
24584
24585 \end_inset
24586 </cell>
24587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Plain Layout
24591 i
24592 \end_layout
24593
24594 \end_inset
24595 </cell>
24596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24597 \begin_inset Text
24598
24599 \begin_layout Plain Layout
24600 j
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 </row>
24606 <row>
24607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24608 \begin_inset Text
24609
24610 \begin_layout Plain Layout
24611 \begin_inset ERT
24612 status collapsed
24613
24614 \begin_layout Plain Layout
24615
24616
24617 \backslash
24618 hdashline 
24619 \end_layout
24620
24621 \end_inset
24622
24623
24624 \begin_inset ERT
24625 status collapsed
24626
24627 \begin_layout Plain Layout
24628
24629
24630 \backslash
24631 rowcolor{Gray}
24632 \end_layout
24633
24634 \end_inset
24635
24636 k
24637 \end_layout
24638
24639 \end_inset
24640 </cell>
24641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24642 \begin_inset Text
24643
24644 \begin_layout Plain Layout
24645 l
24646 \end_layout
24647
24648 \end_inset
24649 </cell>
24650 <cell alignment="center" valignment="top" usebox="none">
24651 \begin_inset Text
24652
24653 \begin_layout Plain Layout
24654 m
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24660 \begin_inset Text
24661
24662 \begin_layout Plain Layout
24663 n
24664 \end_layout
24665
24666 \end_inset
24667 </cell>
24668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24669 \begin_inset Text
24670
24671 \begin_layout Plain Layout
24672 o
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 </row>
24678 <row>
24679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24680 \begin_inset Text
24681
24682 \begin_layout Plain Layout
24683 \begin_inset ERT
24684 status collapsed
24685
24686 \begin_layout Plain Layout
24687
24688
24689 \backslash
24690 cdashline{4-5}
24691 \end_layout
24692
24693 \end_inset
24694
24695 p
24696 \end_layout
24697
24698 \end_inset
24699 </cell>
24700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24701 \begin_inset Text
24702
24703 \begin_layout Plain Layout
24704 q
24705 \end_layout
24706
24707 \end_inset
24708 </cell>
24709 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24710 \begin_inset Text
24711
24712 \begin_layout Plain Layout
24713 r
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Plain Layout
24722 s
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Plain Layout
24731
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 </row>
24737 <row>
24738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24739 \begin_inset Text
24740
24741 \begin_layout Plain Layout
24742 t
24743 \end_layout
24744
24745 \end_inset
24746 </cell>
24747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Plain Layout
24751 u
24752 \end_layout
24753
24754 \end_inset
24755 </cell>
24756 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24757 \begin_inset Text
24758
24759 \begin_layout Plain Layout
24760 v
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Plain Layout
24769 w
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24775 \begin_inset Text
24776
24777 \begin_layout Plain Layout
24778 \begin_inset ERT
24779 status collapsed
24780
24781 \begin_layout Plain Layout
24782
24783
24784 \backslash
24785 cellcolor{Maroon}
24786 \end_layout
24787
24788 \end_inset
24789
24790 i
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 </row>
24796 </lyxtabular>
24797
24798 \end_inset
24799
24800
24801 \end_layout
24802
24803 \end_inset
24804
24805
24806 \end_layout
24807
24808 \begin_layout Standard
24809 \begin_inset ERT
24810 status collapsed
24811
24812 \begin_layout Plain Layout
24813
24814
24815 \backslash
24816 renewcommand{
24817 \backslash
24818 hdashline}{
24819 \backslash
24820 myHdashline}
24821 \end_layout
24822
24823 \end_inset
24824
24825
24826 \begin_inset Note Note
24827 status collapsed
24828
24829 \begin_layout Plain Layout
24830 reset to default
24831 \end_layout
24832
24833 \end_inset
24834
24835
24836 \end_layout
24837
24838 \begin_layout Standard
24839 \begin_inset ERT
24840 status collapsed
24841
24842 \begin_layout Plain Layout
24843
24844
24845 \backslash
24846 renewcommand{
24847 \backslash
24848 cdashline}{
24849 \backslash
24850 myCdashline}
24851 \end_layout
24852
24853 \end_inset
24854
24855
24856 \begin_inset Note Note
24857 status collapsed
24858
24859 \begin_layout Plain Layout
24860 reset to default
24861 \end_layout
24862
24863 \end_inset
24864
24865
24866 \end_layout
24867
24868 \begin_layout Standard
24869 \begin_inset ERT
24870 status collapsed
24871
24872 \begin_layout Plain Layout
24873
24874
24875 \backslash
24876 nodashgapcolor
24877 \end_layout
24878
24879 \end_inset
24880
24881
24882 \begin_inset Note Note
24883 status collapsed
24884
24885 \begin_layout Plain Layout
24886 reset to default
24887 \end_layout
24888
24889 \end_inset
24890
24891
24892 \end_layout
24893
24894 \begin_layout Standard
24895 \begin_inset ERT
24896 status collapsed
24897
24898 \begin_layout Plain Layout
24899
24900
24901 \backslash
24902 setlength{
24903 \backslash
24904 arrayrulewidth}{0.4pt}
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \begin_inset Note Note
24911 status collapsed
24912
24913 \begin_layout Plain Layout
24914 reset to default
24915 \end_layout
24916
24917 \end_inset
24918
24919
24920 \end_layout
24921
24922 \begin_layout Standard
24923 The coloring of lines, columns and lines works as decribed in section
24924 \begin_inset space ~
24925 \end_inset
24926
24927
24928 \begin_inset CommandInset ref
24929 LatexCommand ref
24930 reference "sec:Colored-Tables"
24931
24932 \end_inset
24933
24934 .
24935  Coloring horizontal lines works analogically as described there as well,
24936  one only needs to replace in the commands 
24937 \series bold
24938
24939 \backslash
24940 myHlineC
24941 \series default
24942  by 
24943 \series bold
24944
24945 \backslash
24946 myHdashline
24947 \series default
24948  and 
24949 \backslash
24950
24951 \series bold
24952 hline
24953 \series default
24954  by 
24955 \series bold
24956
24957 \backslash
24958 hdashline
24959 \series default
24960 ; so one uses the command
24961 \end_layout
24962
24963 \begin_layout Standard
24964
24965 \series bold
24966
24967 \backslash
24968 let
24969 \backslash
24970 myHdashline
24971 \backslash
24972 hdashline
24973 \begin_inset Newline newline
24974 \end_inset
24975
24976
24977 \backslash
24978 renewcommand{
24979 \backslash
24980 hdashline}
24981 \begin_inset Newline newline
24982 \end_inset
24983
24984
24985 \begin_inset Phantom HPhantom
24986 status open
24987
24988 \begin_layout Plain Layout
24989 \begin_inset space ~
24990 \end_inset
24991
24992
24993 \end_layout
24994
24995 \end_inset
24996
24997 {
24998 \backslash
24999 arrayrulecolor{red}
25000 \backslash
25001 myHdashline
25002 \backslash
25003 arrayrulecolor{black}}
25004 \end_layout
25005
25006 \begin_layout Standard
25007 To color 
25008 \series bold
25009
25010 \backslash
25011 cdashline
25012 \series default
25013 , the command is
25014 \end_layout
25015
25016 \begin_layout Standard
25017
25018 \series bold
25019
25020 \backslash
25021 let
25022 \backslash
25023 myCdashline
25024 \backslash
25025 cdashline
25026 \begin_inset Newline newline
25027 \end_inset
25028
25029
25030 \backslash
25031 renewcommand{
25032 \backslash
25033 cdashline}[1]
25034 \begin_inset Newline newline
25035 \end_inset
25036
25037
25038 \begin_inset Phantom HPhantom
25039 status open
25040
25041 \begin_layout Plain Layout
25042 \begin_inset space ~
25043 \end_inset
25044
25045
25046 \end_layout
25047
25048 \end_inset
25049
25050 {
25051 \backslash
25052 arrayrulecolor{red}
25053 \backslash
25054 myCdashline{#1}
25055 \backslash
25056 arrayrulecolor{black}}
25057 \end_layout
25058
25059 \begin_layout Standard
25060 To get back the black line color, one needs to insert the following commands
25061  as \SpecialChar TeX
25062  Code behind the table:
25063 \end_layout
25064
25065 \begin_layout Standard
25066 For 
25067 \series bold
25068
25069 \backslash
25070 hdashline
25071 \end_layout
25072
25073 \begin_layout Standard
25074
25075 \series bold
25076
25077 \backslash
25078 renewcommand{
25079 \backslash
25080 hdashline}{
25081 \backslash
25082 myHdashline}
25083 \end_layout
25084
25085 \begin_layout Standard
25086 and for 
25087 \series bold
25088
25089 \backslash
25090 cdashline
25091 \end_layout
25092
25093 \begin_layout Standard
25094
25095 \series bold
25096
25097 \backslash
25098 renewcommand{
25099 \backslash
25100 cdashline}{
25101 \backslash
25102 myCdashline}
25103 \end_layout
25104
25105 \begin_layout Standard
25106 To color the gaps between the dashes the command
25107 \end_layout
25108
25109 \begin_layout Standard
25110
25111 \series bold
25112
25113 \backslash
25114 dashgapcolor{color}
25115 \end_layout
25116
25117 \begin_layout Standard
25118 can be used in front of a table as \SpecialChar TeX
25119  Code.
25120  color is hereby the name of a defined color.
25121  The command
25122 \end_layout
25123
25124 \begin_layout Standard
25125
25126 \series bold
25127
25128 \backslash
25129 nodashgapcolor
25130 \end_layout
25131
25132 \begin_layout Standard
25133 unsets the changes made by 
25134 \series bold
25135
25136 \backslash
25137 dashgapcolor
25138 \series default
25139 .
25140 \end_layout
25141
25142 \begin_layout Standard
25143 \begin_inset Note Greyedout
25144 status open
25145
25146 \begin_layout Plain Layout
25147
25148 \series bold
25149 \color none
25150 Note
25151 \series default
25152 : If there are multiple commands in a cell, the command of 
25153 \series bold
25154 arydshln
25155 \series default
25156  needs to be the first one in the cell.
25157  Therefore in cell 
25158 \emph on
25159 k
25160 \emph default
25161  of Table
25162 \begin_inset space ~
25163 \end_inset
25164
25165
25166 \begin_inset CommandInset ref
25167 LatexCommand ref
25168 reference "tab:Colored-table-with"
25169
25170 \end_inset
25171
25172  the command 
25173 \series bold
25174
25175 \backslash
25176 hdashline
25177 \series default
25178  is before 
25179 \series bold
25180
25181 \backslash
25182 rowcolor
25183 \series default
25184 .
25185 \end_layout
25186
25187 \end_inset
25188
25189
25190 \end_layout
25191
25192 \begin_layout Standard
25193 \begin_inset Note Greyedout
25194 status open
25195
25196 \begin_layout Plain Layout
25197
25198 \series bold
25199 \color none
25200 Note:
25201 \series default
25202  The \SpecialChar LaTeX
25203 -package 
25204 \series bold
25205 arydshln
25206 \series default
25207  must be loaded in the document preamble before the \SpecialChar LaTeX
25208 -package 
25209 \series bold
25210 colortbl
25211 \series default
25212
25213 \begin_inset Index idx
25214 status collapsed
25215
25216 \begin_layout Plain Layout
25217 \SpecialChar LaTeX
25218 -packages ! colortbl
25219 \end_layout
25220
25221 \end_inset
25222
25223 .
25224 \end_layout
25225
25226 \end_inset
25227
25228
25229 \end_layout
25230
25231 \begin_layout Standard
25232 \begin_inset ERT
25233 status collapsed
25234
25235 \begin_layout Plain Layout
25236
25237
25238 \backslash
25239 else
25240 \end_layout
25241
25242 \end_inset
25243
25244
25245 \begin_inset Note Note
25246 status open
25247
25248 \begin_layout Plain Layout
25249 The following will be displayed when the \SpecialChar LaTeX
25250 -package 
25251 \series bold
25252 arydshln
25253 \series default
25254  is not installed:
25255 \end_layout
25256
25257 \end_inset
25258
25259
25260 \end_layout
25261
25262 \begin_layout Standard
25263 You need to install the package 
25264 \series bold
25265 arydshln
25266 \series default
25267  to see the content of this section in the output.
25268 \end_layout
25269
25270 \begin_layout Standard
25271 \begin_inset ERT
25272 status collapsed
25273
25274 \begin_layout Plain Layout
25275
25276
25277 \backslash
25278 fi
25279 \end_layout
25280
25281 \end_inset
25282
25283
25284 \end_layout
25285
25286 \begin_layout Standard
25287 For more information about dashed lines see the documentation of 
25288 \series bold
25289 arydshln
25290 \series default
25291
25292 \begin_inset CommandInset citation
25293 LatexCommand cite
25294 key "arydshln"
25295
25296 \end_inset
25297
25298 .
25299 \end_layout
25300
25301 \begin_layout Chapter
25302 Floats
25303 \begin_inset CommandInset label
25304 LatexCommand label
25305 name "chap:Floats"
25306
25307 \end_inset
25308
25309
25310 \begin_inset Index idx
25311 status collapsed
25312
25313 \begin_layout Plain Layout
25314 Floats
25315 \end_layout
25316
25317 \end_inset
25318
25319
25320 \end_layout
25321
25322 \begin_layout Section
25323 Introduction
25324 \begin_inset CommandInset label
25325 LatexCommand label
25326 name "sec:FloatIntroduction"
25327
25328 \end_inset
25329
25330
25331 \begin_inset Index idx
25332 status collapsed
25333
25334 \begin_layout Plain Layout
25335 Floats ! Introduction
25336 \end_layout
25337
25338 \end_inset
25339
25340
25341 \end_layout
25342
25343 \begin_layout Standard
25344 A float is a block of text associated with some sort of label, which doesn't
25345  have a fixed location.
25346  It can 
25347 \begin_inset Quotes eld
25348 \end_inset
25349
25350 float
25351 \begin_inset Quotes erd
25352 \end_inset
25353
25354  forward or backward a page or two, to wherever it fits best.
25355  
25356 \family sans
25357 Footnotes
25358 \family default
25359  and 
25360 \family sans
25361 Margin
25362 \begin_inset space ~
25363 \end_inset
25364
25365 Notes
25366 \family default
25367  are also floats because they can float to the next page when there are
25368  too many notes on the page.
25369 \end_layout
25370
25371 \begin_layout Standard
25372 Floats allow a high quality layout.
25373  Images and tables can be spread evenly among the pages to avoid white space
25374  and pages without text.
25375  As the floating often destroys the context between the text and the image/table
25376 , every float can be referenced in the text.
25377  Floats are therefore numbered.
25378  Referencing is described in section
25379 \begin_inset space ~
25380 \end_inset
25381
25382
25383 \begin_inset CommandInset ref
25384 LatexCommand ref
25385 reference "sec:Referencing-Floats"
25386
25387 \end_inset
25388
25389 .
25390 \end_layout
25391
25392 \begin_layout Standard
25393 To insert a float, use the menu 
25394 \family sans
25395 Insert\SpecialChar menuseparator
25396 Float
25397 \family default
25398  (toolbar button 
25399 \begin_inset Info
25400 type  "icon"
25401 arg   "float-insert figure"
25402 \end_inset
25403
25404  or 
25405 \begin_inset Info
25406 type  "icon"
25407 arg   "float-insert table"
25408 \end_inset
25409
25410 ).
25411  This inserts the 
25412 \family sans
25413 Caption
25414 \family default
25415  inset, a box with a label.
25416  The label will automatically be translated to the document language in
25417  the output.
25418  After the label you can insert the caption text.
25419  The image or table is inserted above or below the caption in a separate
25420  paragraph within the float.
25421  More about the caption placement is contained in section
25422 \begin_inset space ~
25423 \end_inset
25424
25425
25426 \begin_inset CommandInset ref
25427 LatexCommand ref
25428 reference "sec:Caption-Placement"
25429
25430 \end_inset
25431
25432 .
25433  To keep your \SpecialChar LyX
25434  document readable, you can open and close the float box by
25435  left-clicking on the box label.
25436  A closed float box looks like this: 
25437 \begin_inset Graphics
25438         filename clipart/float.png
25439         scale 95
25440         scaleBeforeRotation
25441
25442 \end_inset
25443
25444  â€“ a gray button with a red label.
25445 \end_layout
25446
25447 \begin_layout Standard
25448 It is recommended that you insert floats as separate standard paragraphs
25449  to avoid possible \SpecialChar LaTeX
25450 -errors that can occur when the surrounding text is specially
25451  formatted.
25452 \end_layout
25453
25454 \begin_layout Standard
25455 Existing figures or tables can be put into a float by highlighting them
25456  and then pressing the corresponding toolbar button for a new float.
25457 \end_layout
25458
25459 \begin_layout Section
25460 Float Types
25461 \end_layout
25462
25463 \begin_layout Standard
25464 Besides figure and table floats that are described in sections
25465 \begin_inset space ~
25466 \end_inset
25467
25468
25469 \begin_inset CommandInset ref
25470 LatexCommand ref
25471 reference "sec:Figure-Floats"
25472
25473 \end_inset
25474
25475  and 
25476 \begin_inset CommandInset ref
25477 LatexCommand ref
25478 reference "sec:Table-Floats"
25479
25480 \end_inset
25481
25482  respectively, \SpecialChar LyX
25483  offers the float types 
25484 \family sans
25485 Algorithm
25486 \family default
25487  and 
25488 \family sans
25489 Wrap
25490 \family default
25491 .
25492  The latter are explained in sec.
25493 \begin_inset space \thinspace{}
25494 \end_inset
25495
25496
25497 \begin_inset CommandInset ref
25498 LatexCommand ref
25499 reference "sec:Wrap-Floats"
25500
25501 \end_inset
25502
25503 .
25504 \end_layout
25505
25506 \begin_layout Subsection
25507 Algorithm Floats
25508 \begin_inset Index idx
25509 status collapsed
25510
25511 \begin_layout Plain Layout
25512 Floats ! Algorithms
25513 \end_layout
25514
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \begin_layout Standard
25521 \begin_inset Float algorithm
25522 placement h
25523 wide false
25524 sideways false
25525 status open
25526
25527 \begin_layout Plain Layout
25528 \begin_inset Caption Standard
25529
25530 \begin_layout Plain Layout
25531 \begin_inset CommandInset label
25532 LatexCommand label
25533 name "alg:Example-Algorithm-float"
25534
25535 \end_inset
25536
25537 Example Algorithm float
25538 \end_layout
25539
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \begin_layout LyX-Code
25546 for I in 1..N loop
25547 \begin_inset Newline newline
25548 \end_inset
25549
25550  Sum:= Sum + A(I); /*comment*/
25551 \begin_inset Newline newline
25552 \end_inset
25553
25554 end loop
25555 \begin_inset VSpace -4mm
25556 \end_inset
25557
25558
25559 \end_layout
25560
25561 \end_inset
25562
25563
25564 \end_layout
25565
25566 \begin_layout Standard
25567 This float type is inserted with the menu 
25568 \family sans
25569 Insert\SpecialChar menuseparator
25570 Float\SpecialChar menuseparator
25571 Algorithm
25572 \family default
25573 .
25574  It is used for program codes and descriptions of algorithms and can be
25575  seen as an alternative to program code listings that are explained in chapter
25576 \begin_inset space ~
25577 \end_inset
25578
25579
25580 \begin_inset CommandInset ref
25581 LatexCommand ref
25582 reference "cha:Program-Code-Listings"
25583
25584 \end_inset
25585
25586 .
25587  A possible environment for algorithms is the 
25588 \family sans
25589 \SpecialChar LyX
25590  Code
25591 \family default
25592 , described in \SpecialChar LyX
25593 's 
25594 \emph on
25595 Userguide
25596 \emph default
25597 .
25598  Algorithm
25599 \begin_inset space ~
25600 \end_inset
25601
25602
25603 \begin_inset CommandInset ref
25604 LatexCommand ref
25605 reference "alg:Example-Algorithm-float"
25606
25607 \end_inset
25608
25609  is an example of an algorithm float where -4
25610 \begin_inset space \thinspace{}
25611 \end_inset
25612
25613 mm vertical space was added at the end of the float to have the bottom rule
25614  exactly below the last text line.
25615 \end_layout
25616
25617 \begin_layout Standard
25618 The float label is not automatically translated into the document language.
25619  If your document is not in English, you have to do this manually by adding
25620  the following line to the document preamble
25621 \series bold
25622 :
25623 \end_layout
25624
25625 \begin_layout Standard
25626
25627 \series bold
25628
25629 \backslash
25630 floatname{algorithm}{your
25631 \begin_inset space ~
25632 \end_inset
25633
25634 name}
25635 \end_layout
25636
25637 \begin_layout Standard
25638 where 
25639 \family sans
25640 your
25641 \begin_inset space ~
25642 \end_inset
25643
25644 name
25645 \family default
25646  is the word 
25647 \begin_inset Quotes eld
25648 \end_inset
25649
25650
25651 \emph on
25652 algorithm
25653 \emph default
25654
25655 \begin_inset Quotes erd
25656 \end_inset
25657
25658  in your language.
25659 \end_layout
25660
25661 \begin_layout Standard
25662 To insert the list of algorithms you can use the menu 
25663 \family sans
25664 Insert\SpecialChar menuseparator
25665 List
25666 \begin_inset space \thinspace{}
25667 \end_inset
25668
25669 /
25670 \begin_inset space \thinspace{}
25671 \end_inset
25672
25673 TOC\SpecialChar menuseparator
25674 List of Algorithms
25675 \family default
25676  when your document has the same language as \SpecialChar LyX
25677 's menu names.
25678  In other cases use this command in \SpecialChar TeX
25679  Code instead:
25680 \end_layout
25681
25682 \begin_layout Standard
25683
25684 \series bold
25685
25686 \backslash
25687 listof{algorithm}{your
25688 \begin_inset space ~
25689 \end_inset
25690
25691 name}
25692 \end_layout
25693
25694 \begin_layout Standard
25695 where 
25696 \family sans
25697 your
25698 \begin_inset space ~
25699 \end_inset
25700
25701 name
25702 \family default
25703  is the word 
25704 \begin_inset Quotes eld
25705 \end_inset
25706
25707
25708 \emph on
25709 List of Algorithm
25710 \emph default
25711 s
25712 \begin_inset Quotes erd
25713 \end_inset
25714
25715  in your language.
25716 \end_layout
25717
25718 \begin_layout Standard
25719 Algorithm floats are not by default numbered in the scheme 
25720 \begin_inset Quotes eld
25721 \end_inset
25722
25723 chapter.algorithm
25724 \begin_inset Quotes erd
25725 \end_inset
25726
25727  as is the case for table and figure floats in many document-classes.
25728  To number algorithm floats in the same scheme, add this command to your
25729  document preamble:
25730 \end_layout
25731
25732 \begin_layout Standard
25733
25734 \series bold
25735
25736 \backslash
25737 numberwithin{algorithm}{chapter}
25738 \end_layout
25739
25740 \begin_layout Standard
25741 To be able to use the command 
25742 \series bold
25743
25744 \backslash
25745 numberwithin
25746 \series default
25747 , set in the tab 
25748 \family sans
25749 Math
25750 \begin_inset space ~
25751 \end_inset
25752
25753 Options
25754 \family default
25755  in the document settings the option 
25756 \family sans
25757 Use
25758 \begin_inset space ~
25759 \end_inset
25760
25761 AMS
25762 \begin_inset space ~
25763 \end_inset
25764
25765 math
25766 \begin_inset space ~
25767 \end_inset
25768
25769 package
25770 \family default
25771 .
25772 \end_layout
25773
25774 \begin_layout Section
25775 Float Numbering
25776 \begin_inset Index idx
25777 status collapsed
25778
25779 \begin_layout Plain Layout
25780 Floats ! Numbering
25781 \end_layout
25782
25783 \end_inset
25784
25785
25786 \end_layout
25787
25788 \begin_layout Standard
25789 Floats are usually numbered either independently from the sections the floats
25790  are in, or in the scheme 
25791 \begin_inset Quotes eld
25792 \end_inset
25793
25794 chapter.number
25795 \begin_inset Quotes erd
25796 \end_inset
25797
25798  or 
25799 \begin_inset Quotes eld
25800 \end_inset
25801
25802 section.number
25803 \begin_inset Quotes erd
25804 \end_inset
25805
25806 .
25807  This depends on the document class used.
25808 \end_layout
25809
25810 \begin_layout Standard
25811 To change section-independent numbering, you can use this command in the
25812  document preamble:
25813 \end_layout
25814
25815 \begin_layout Standard
25816
25817 \series bold
25818
25819 \backslash
25820 renewcommand{
25821 \backslash
25822 thetable}{
25823 \backslash
25824 roman{table}}
25825 \end_layout
25826
25827 \begin_layout Standard
25828
25829 \series bold
25830
25831 \backslash
25832 thetable
25833 \series default
25834  is the command that prints the table number.
25835  For figure floats, the command would be 
25836 \series bold
25837
25838 \backslash
25839 thefigure
25840 \series default
25841 .
25842  
25843 \series bold
25844
25845 \backslash
25846 roman
25847 \series default
25848  in the command above prints the table number as a small roman number.
25849 \end_layout
25850
25851 \begin_layout Standard
25852 To change the numbering scheme for example to 
25853 \begin_inset Quotes eld
25854 \end_inset
25855
25856 subsection.number
25857 \begin_inset Quotes erd
25858 \end_inset
25859
25860 , use this command in the preamble:
25861 \end_layout
25862
25863 \begin_layout Standard
25864
25865 \series bold
25866
25867 \backslash
25868 numberwithin{table}{subsection}
25869 \end_layout
25870
25871 \begin_layout Standard
25872 To be able to use the command 
25873 \series bold
25874
25875 \backslash
25876 numberwithin
25877 \series default
25878 , set in the tab 
25879 \family sans
25880 Math
25881 \begin_inset space ~
25882 \end_inset
25883
25884 Options
25885 \family default
25886  in the document settings the option 
25887 \family sans
25888 Use
25889 \begin_inset space ~
25890 \end_inset
25891
25892 AMS
25893 \begin_inset space ~
25894 \end_inset
25895
25896 math
25897 \begin_inset space ~
25898 \end_inset
25899
25900 package
25901 \family default
25902 .
25903 \end_layout
25904
25905 \begin_layout Standard
25906 Please also have a look at section
25907 \begin_inset space ~
25908 \end_inset
25909
25910
25911 \begin_inset CommandInset ref
25912 LatexCommand ref
25913 reference "subsec:Footnote-Numbering"
25914
25915 \end_inset
25916
25917  for the details and important notes about the numbering commands.
25918 \end_layout
25919
25920 \begin_layout Section
25921 Referencing Floats
25922 \begin_inset CommandInset label
25923 LatexCommand label
25924 name "sec:Referencing-Floats"
25925
25926 \end_inset
25927
25928
25929 \begin_inset Index idx
25930 status collapsed
25931
25932 \begin_layout Plain Layout
25933 Floats ! References
25934 \end_layout
25935
25936 \end_inset
25937
25938
25939 \begin_inset Index idx
25940 status collapsed
25941
25942 \begin_layout Plain Layout
25943 References ! to Floats
25944 \end_layout
25945
25946 \end_inset
25947
25948
25949 \end_layout
25950
25951 \begin_layout Standard
25952 To reference a float, insert a label into its caption using the menu 
25953 \family sans
25954 Insert\SpecialChar menuseparator
25955 Label
25956 \family default
25957  or the toolbar button 
25958 \begin_inset Info
25959 type  "icon"
25960 arg   "label-insert"
25961 \end_inset
25962
25963 .
25964  A grey label box like this one: 
25965 \begin_inset Graphics
25966         filename clipart/label.png
25967         scaleBeforeRotation
25968
25969 \end_inset
25970
25971  will be inserted and the label window pops up asking for the label text.
25972  \SpecialChar LyX
25973  offers as text the first words of the caption with a prefix.
25974  The prefix depends on the float type, e.
25975 \begin_inset space \thinspace{}
25976 \end_inset
25977
25978 g.
25979 \begin_inset space \space{}
25980 \end_inset
25981
25982 for figure floats the prefix will be "
25983 \family sans
25984 fig:
25985 \family default
25986 ".
25987 \end_layout
25988
25989 \begin_layout Standard
25990 The label is used as anchor and name for the reference.
25991  You can refer to the label using the menu 
25992 \family sans
25993 Insert\SpecialChar menuseparator
25994 Cross-reference
25995 \family default
25996  or the toolbar button 
25997 \begin_inset Info
25998 type  "icon"
25999 arg   "dialog-show-new-inset ref"
26000 \end_inset
26001
26002 .
26003  The cross-reference window appears showing all labels of the document.
26004  If you have multiple \SpecialChar LyX
26005  documents opened, choose the one you are working
26006  on from the drop-list at the top of the dialog.
26007  You can now sort the labels alphabetically and then choose one.
26008  A grey cross-reference box like this one: 
26009 \begin_inset Graphics
26010         filename clipart/reference.png
26011         scaleBeforeRotation
26012
26013 \end_inset
26014
26015  will be inserted.
26016  At the position of the cross-reference box the float number will appear
26017  in the output.
26018 \end_layout
26019
26020 \begin_layout Standard
26021 It is recommended that you use a protected space between the cross-reference
26022  name and its number to avoid line breaks between them.
26023  If a cross-reference refers to a non-existing label, you will see two question
26024  marks in the output instead of the reference.
26025 \end_layout
26026
26027 \begin_layout Standard
26028 You can change labels at any time by clicking on the label box.
26029  References to the changed label will automatically update their links to
26030  the new label text.
26031 \end_layout
26032
26033 \begin_layout Standard
26034 The button 
26035 \family sans
26036 Go
26037 \begin_inset space ~
26038 \end_inset
26039
26040 to
26041 \begin_inset space ~
26042 \end_inset
26043
26044 Label
26045 \family default
26046  in the cross-reference window sets the cursor before the referred label.
26047  The button text changes then to Go
26048 \begin_inset space ~
26049 \end_inset
26050
26051 Back and you can use it to set the cursor back to the cross-reference.
26052 \end_layout
26053
26054 \begin_layout Subsection
26055 Cross-Reference Formats
26056 \begin_inset CommandInset label
26057 LatexCommand label
26058 name "subsec:Cross-Reference-Formats"
26059
26060 \end_inset
26061
26062
26063 \begin_inset Index idx
26064 status collapsed
26065
26066 \begin_layout Plain Layout
26067 References ! Formats
26068 \end_layout
26069
26070 \end_inset
26071
26072
26073 \end_layout
26074
26075 \begin_layout Standard
26076 There are six varieties of cross-references:
26077 \end_layout
26078
26079 \begin_layout Description
26080 <reference>: prints the float number, this is the default: 
26081 \begin_inset CommandInset ref
26082 LatexCommand ref
26083 reference "fig:Two-distorted-images"
26084
26085 \end_inset
26086
26087
26088 \end_layout
26089
26090 \begin_layout Description
26091 (<reference>): prints the float number within two parentheses, this is the
26092  style normally used to reference formulas, especially when the reference
26093  name 
26094 \begin_inset Quotes eld
26095 \end_inset
26096
26097 Equation
26098 \begin_inset Quotes erd
26099 \end_inset
26100
26101  is omitted: 
26102 \begin_inset CommandInset ref
26103 LatexCommand eqref
26104 reference "eq:Wgn"
26105
26106 \end_inset
26107
26108
26109 \end_layout
26110
26111 \begin_layout Description
26112 <page>: prints the page number: Page
26113 \begin_inset space ~
26114 \end_inset
26115
26116
26117 \begin_inset CommandInset ref
26118 LatexCommand pageref
26119 reference "fig:Two-distorted-images"
26120
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \begin_layout Description
26127 on
26128 \begin_inset space ~
26129 \end_inset
26130
26131 page
26132 \begin_inset space ~
26133 \end_inset
26134
26135 <page>: prints the text "on page" and the page number: 
26136 \begin_inset CommandInset ref
26137 LatexCommand vpageref
26138 reference "fig:Two-distorted-images"
26139
26140 \end_inset
26141
26142
26143 \end_layout
26144
26145 \begin_layout Description
26146 <reference>
26147 \begin_inset space ~
26148 \end_inset
26149
26150 on
26151 \begin_inset space ~
26152 \end_inset
26153
26154 page
26155 \begin_inset space ~
26156 \end_inset
26157
26158 <page>: prints the float number, the text "on page", and the page number:
26159  
26160 \begin_inset CommandInset ref
26161 LatexCommand vref
26162 reference "fig:Two-distorted-images"
26163
26164 \end_inset
26165
26166
26167 \end_layout
26168
26169 \begin_layout Description
26170 Formatted
26171 \begin_inset space ~
26172 \end_inset
26173
26174 reference: prints a self-defined cross-reference format.
26175 \begin_inset Newline newline
26176 \end_inset
26177
26178
26179 \begin_inset Note Greyedout
26180 status open
26181
26182 \begin_layout Plain Layout
26183
26184 \series bold
26185 Note:
26186 \series default
26187  This feature is only available when you have the \SpecialChar LaTeX
26188 -package 
26189 \series bold
26190 prettyref
26191 \series default
26192  or 
26193 \series bold
26194 refstyle
26195 \series default
26196
26197 \begin_inset Index idx
26198 status collapsed
26199
26200 \begin_layout Plain Layout
26201 \SpecialChar LaTeX
26202 -packages ! prettyref
26203 \end_layout
26204
26205 \end_inset
26206
26207
26208 \begin_inset Index idx
26209 status collapsed
26210
26211 \begin_layout Plain Layout
26212 \SpecialChar LaTeX
26213 -packages ! refstyle
26214 \end_layout
26215
26216 \end_inset
26217
26218  installed.
26219 \end_layout
26220
26221 \end_inset
26222
26223
26224 \begin_inset Newline newline
26225 \end_inset
26226
26227 You can select which \SpecialChar LaTeX
26228 -package should be used for this feature by setting
26229  the option 
26230 \family sans
26231 Use refstyle (not prettyref) for cross-references
26232 \family default
26233  in the menu 
26234 \family sans
26235 Document\SpecialChar menuseparator
26236 Settings\SpecialChar menuseparator
26237 Document Class
26238 \family default
26239 .
26240  The format is specified by adding the command 
26241 \series bold
26242
26243 \backslash
26244 newrefformat
26245 \series default
26246  (prettyref) or 
26247 \series bold
26248
26249 \backslash
26250 newref
26251 \series default
26252  (refstyle) to the preamble of the document.
26253  For example redefining all references to figures (which have the label
26254  shortcut 
26255 \begin_inset Quotes eld
26256 \end_inset
26257
26258
26259 \family sans
26260 fig
26261 \family default
26262
26263 \begin_inset Quotes erd
26264 \end_inset
26265
26266 ) can be done with this command
26267 \begin_inset Newline newline
26268 \end_inset
26269
26270
26271 \series bold
26272
26273 \backslash
26274 newref{fig}{refcmd={Image on page 
26275 \backslash
26276 pageref{#1}}}
26277 \series default
26278
26279 \begin_inset Newline newline
26280 \end_inset
26281
26282 For more information about the format, have a look at the package documentations
26283
26284 \begin_inset CommandInset citation
26285 LatexCommand cite
26286 key "prettyref,refstyle"
26287
26288 \end_inset
26289
26290 .
26291 \end_layout
26292
26293 \begin_layout Description
26294 Textual
26295 \begin_inset space ~
26296 \end_inset
26297
26298 reference: prints the caption of the reference: 
26299 \begin_inset CommandInset ref
26300 LatexCommand nameref
26301 reference "fig:Two-distorted-images"
26302
26303 \end_inset
26304
26305
26306 \end_layout
26307
26308 \begin_layout Standard
26309
26310 \family sans
26311 <page>
26312 \family default
26313  will not print the page number if the label is on the previous, the same,
26314  or the next page.
26315  You will e.
26316 \begin_inset space \thinspace{}
26317 \end_inset
26318
26319 g.
26320 \begin_inset space \space{}
26321 \end_inset
26322
26323 see the text 
26324 \begin_inset Quotes eld
26325 \end_inset
26326
26327
26328 \family sans
26329 on this page
26330 \family default
26331
26332 \begin_inset Quotes erd
26333 \end_inset
26334
26335  instead.
26336  The style 
26337 \family sans
26338 <reference> on page <page>
26339 \family default
26340  will not print anything about the page if the label is on the same page.
26341 \end_layout
26342
26343 \begin_layout Standard
26344 The number and current page of the part of the document referred to in the
26345  output is automatically calculated by \SpecialChar LaTeX
26346 .
26347  The varieties are adjusted in the field 
26348 \family sans
26349 Format
26350 \family default
26351  of the cross-reference window that appears when you click on the cross-referenc
26352 e box.
26353 \end_layout
26354
26355 \begin_layout Standard
26356 \begin_inset Note Greyedout
26357 status open
26358
26359 \begin_layout Plain Layout
26360
26361 \series bold
26362 Note:
26363 \series default
26364  It is recommended to use the \SpecialChar LaTeX
26365 -package 
26366 \series bold
26367 refstyle
26368 \series default
26369
26370 \begin_inset Index idx
26371 status collapsed
26372
26373 \begin_layout Plain Layout
26374 \SpecialChar LaTeX
26375 -packages ! refstyle
26376 \end_layout
26377
26378 \end_inset
26379
26380  because 
26381 \series bold
26382 prettyref
26383 \series default
26384
26385 \begin_inset Index idx
26386 status collapsed
26387
26388 \begin_layout Plain Layout
26389 \SpecialChar LaTeX
26390 -packages ! prettyref
26391 \end_layout
26392
26393 \end_inset
26394
26395  does not know all of \SpecialChar LyX
26396 's possible label shortcuts
26397 \begin_inset Foot
26398 status collapsed
26399
26400 \begin_layout Plain Layout
26401 \begin_inset Quotes eld
26402 \end_inset
26403
26404 fig:
26405 \begin_inset Quotes erd
26406 \end_inset
26407
26408  is for example \SpecialChar LyX
26409 's shortcut for labels in figure captions.
26410 \end_layout
26411
26412 \end_inset
26413
26414  and is not internationalized.
26415 \end_layout
26416
26417 \end_inset
26418
26419
26420 \end_layout
26421
26422 \begin_layout Subsection
26423 Automatic Reference Naming
26424 \begin_inset Index idx
26425 status collapsed
26426
26427 \begin_layout Plain Layout
26428 References ! Automatic Reference Naming
26429 \end_layout
26430
26431 \end_inset
26432
26433
26434 \end_layout
26435
26436 \begin_layout Standard
26437 The \SpecialChar LaTeX
26438 -package 
26439 \series bold
26440 hyperref
26441 \series default
26442
26443 \begin_inset Index idx
26444 status collapsed
26445
26446 \begin_layout Plain Layout
26447 \SpecialChar LaTeX
26448 -packages ! hyperref
26449 \end_layout
26450
26451 \end_inset
26452
26453 , that is enabled in the 
26454 \family sans
26455 PDF Properties
26456 \family default
26457  of the 
26458 \family sans
26459 Document Settings
26460 \family default
26461  dialog, provides a very useful feature that cross-references automatically
26462  include the name of the referenced floats (or text parts like 
26463 \emph on
26464 section
26465 \emph default
26466 ).
26467  So you will save having to write e.
26468 \begin_inset space \thinspace{}
26469 \end_inset
26470
26471 g.
26472 \begin_inset space \space{}
26473 \end_inset
26474
26475 the name 
26476 \begin_inset Quotes eld
26477 \end_inset
26478
26479 Figure
26480 \begin_inset Quotes erd
26481 \end_inset
26482
26483  before every reference to a figure.
26484  To use this feature, enable 
26485 \series bold
26486 hyperref
26487 \series default
26488  and insert this line to the \SpecialChar LaTeX
26489  preamble:
26490 \end_layout
26491
26492 \begin_layout Standard
26493
26494 \series bold
26495
26496 \backslash
26497 AtBeginDocument{
26498 \backslash
26499 renewcommand{
26500 \backslash
26501 ref}[1]{
26502 \backslash
26503 mbox{
26504 \backslash
26505 autoref{#1}}}}
26506 \end_layout
26507
26508 \begin_layout Standard
26509 When you prefer other reference names than the default ones, for example
26510  you want instead of 
26511 \begin_inset Quotes eld
26512 \end_inset
26513
26514 section
26515 \begin_inset Quotes erd
26516 \end_inset
26517
26518  the name 
26519 \begin_inset Quotes eld
26520 \end_inset
26521
26522 sec.
26523 \begin_inset space \thinspace{}
26524 \end_inset
26525
26526
26527 \begin_inset Quotes eld
26528 \end_inset
26529
26530 , you can redefine the name by inserting this in the preamble:
26531 \end_layout
26532
26533 \begin_layout Standard
26534
26535 \series bold
26536
26537 \backslash
26538 addto
26539 \backslash
26540 extrasenglish{
26541 \backslash
26542 renewcommand{
26543 \backslash
26544 sectionautorefname}
26545 \begin_inset Newline newline
26546 \end_inset
26547
26548
26549 \begin_inset Phantom HPhantom
26550 status open
26551
26552 \begin_layout Plain Layout
26553
26554 \series bold
26555 \begin_inset space ~
26556 \end_inset
26557
26558
26559 \end_layout
26560
26561 \end_inset
26562
26563 {sec.
26564 \backslash
26565 negthinspace}}
26566 \end_layout
26567
26568 \begin_layout Standard
26569 When you are using another document language than English, replace
26570 \begin_inset Newline newline
26571 \end_inset
26572
26573
26574 \series bold
26575
26576 \backslash
26577 extrasenglish
26578 \series default
26579  by 
26580 \series bold
26581
26582 \backslash
26583 extras***
26584 \series default
26585 , where *** is the name of the language used.
26586 \end_layout
26587
26588 \begin_layout Standard
26589 To get automatic names, but not for certain reference types, for example
26590  not for equations, use this preamble code:
26591 \end_layout
26592
26593 \begin_layout Standard
26594
26595 \series bold
26596
26597 \backslash
26598 addto
26599 \backslash
26600 extrasenglish{
26601 \backslash
26602 renewcommand*{
26603 \backslash
26604 equationautorefname}[1]{}}
26605 \end_layout
26606
26607 \begin_layout Standard
26608 More about this topic can be found in 
26609 \series bold
26610 hyperref
26611 \series default
26612 's documentation 
26613 \begin_inset CommandInset citation
26614 LatexCommand cite
26615 key "hyperref"
26616
26617 \end_inset
26618
26619 .
26620 \end_layout
26621
26622 \begin_layout Standard
26623 \begin_inset Note Greyedout
26624 status open
26625
26626 \begin_layout Plain Layout
26627
26628 \series bold
26629 Note:
26630 \series default
26631  Automatic reference naming cannot be used when you use cross-references
26632  in the 
26633 \family sans
26634 Formatted
26635 \begin_inset space ~
26636 \end_inset
26637
26638 reference
26639 \family default
26640  style, as described in section
26641 \begin_inset space ~
26642 \end_inset
26643
26644
26645 \begin_inset CommandInset ref
26646 LatexCommand ref
26647 reference "subsec:Cross-Reference-Formats"
26648
26649 \end_inset
26650
26651 .
26652 \end_layout
26653
26654 \end_inset
26655
26656
26657 \end_layout
26658
26659 \begin_layout Standard
26660 The 
26661 \emph on
26662 Math
26663 \emph default
26664  manual is an example where automatic reference naming is used.
26665 \end_layout
26666
26667 \begin_layout Subsection
26668 Reference Position
26669 \begin_inset CommandInset label
26670 LatexCommand label
26671 name "subsec:Reference-Position"
26672
26673 \end_inset
26674
26675
26676 \begin_inset Index idx
26677 status collapsed
26678
26679 \begin_layout Plain Layout
26680 References ! Reference Position
26681 \end_layout
26682
26683 \end_inset
26684
26685
26686 \end_layout
26687
26688 \begin_layout Standard
26689 If you use 
26690 \series bold
26691 hyperref
26692 \series default
26693
26694 \begin_inset Index idx
26695 status collapsed
26696
26697 \begin_layout Plain Layout
26698 \SpecialChar LaTeX
26699 -packages ! hyperref
26700 \end_layout
26701
26702 \end_inset
26703
26704  in the 
26705 \family sans
26706 PDF Properties
26707 \family default
26708  of the 
26709 \family sans
26710 Document Settings
26711 \family default
26712  dialog to link cross-references in the output, you will see that clicking
26713  on an image float reference jumps to the image label.
26714  The caption will be the first text part on the screen, so that you cannot
26715  see the image without scrolling.
26716  This is because the reference link anchor is placed at the position of
26717  the label.
26718  With the use of the package 
26719 \series bold
26720 hypcap
26721 \series default
26722
26723 \begin_inset Index idx
26724 status collapsed
26725
26726 \begin_layout Plain Layout
26727 \SpecialChar LaTeX
26728 -packages ! hypcap
26729 \end_layout
26730
26731 \end_inset
26732
26733 , which is part of the \SpecialChar LaTeX
26734 -package 
26735 \series bold
26736 oberdiek
26737 \series default
26738
26739 \begin_inset Index idx
26740 status collapsed
26741
26742 \begin_layout Plain Layout
26743 \SpecialChar LaTeX
26744 -packages ! oberdiek
26745 \end_layout
26746
26747 \end_inset
26748
26749 , the link anchor is placed at the beginning of a float.
26750  To use this feature for figure floats, load 
26751 \series bold
26752 hypcap
26753 \series default
26754  in the document preamble with the line
26755 \end_layout
26756
26757 \begin_layout Standard
26758
26759 \series bold
26760
26761 \backslash
26762 usepackage[figure]{hypcap}
26763 \end_layout
26764
26765 \begin_layout Standard
26766 You can also use 
26767 \series bold
26768 hypcap
26769 \series default
26770  for all float types but this is not recommended for stability reasons.
26771  For more information, have a look at 
26772 \series bold
26773 hypcap
26774 \series default
26775 's manual 
26776 \begin_inset CommandInset citation
26777 LatexCommand cite
26778 key "hypcap"
26779
26780 \end_inset
26781
26782 .
26783 \end_layout
26784
26785 \begin_layout Standard
26786 \begin_inset Note Greyedout
26787 status open
26788
26789 \begin_layout Plain Layout
26790
26791 \series bold
26792 Note:
26793 \series default
26794  
26795 \series bold
26796 hypcap
26797 \series default
26798  has no effect on references to subfigures.
26799 \end_layout
26800
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \begin_layout Section
26807 Float Placement
26808 \begin_inset CommandInset label
26809 LatexCommand label
26810 name "sec:Float-Placement"
26811
26812 \end_inset
26813
26814
26815 \begin_inset Index idx
26816 status collapsed
26817
26818 \begin_layout Plain Layout
26819 Floats ! Placement
26820 \end_layout
26821
26822 \end_inset
26823
26824
26825 \end_layout
26826
26827 \begin_layout Standard
26828 Right-clicking on a float-box and clicking on 
26829 \family sans
26830 Settings
26831 \family default
26832  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
26833  uses for
26834  positioning the float.
26835 \begin_inset Newline newline
26836 \end_inset
26837
26838 The option 
26839 \family sans
26840 Span
26841 \begin_inset space ~
26842 \end_inset
26843
26844 columns
26845 \family default
26846  is only useful for two-column documents: If you select it, the float will
26847  span both columns on the page instead of being confined to just one.
26848 \begin_inset Newline newline
26849 \end_inset
26850
26851 The option 
26852 \family sans
26853 Rotate
26854 \begin_inset space ~
26855 \end_inset
26856
26857 sideways
26858 \family default
26859  is used to rotate floats, see section 
26860 \begin_inset CommandInset ref
26861 LatexCommand ref
26862 reference "sec:Rotated-Floats"
26863
26864 \end_inset
26865
26866 .
26867 \end_layout
26868
26869 \begin_layout Standard
26870 You can use one or more of the following options in the float dialog to
26871  set the placement for a particular float when you uncheck the option 
26872 \family sans
26873 Use
26874 \begin_inset space ~
26875 \end_inset
26876
26877 default
26878 \begin_inset space ~
26879 \end_inset
26880
26881 placement
26882 \family default
26883 :
26884 \end_layout
26885
26886 \begin_layout Description
26887 Here
26888 \begin_inset space ~
26889 \end_inset
26890
26891 if
26892 \begin_inset space ~
26893 \end_inset
26894
26895 possible try to place the float on the position where it has been inserted
26896 \end_layout
26897
26898 \begin_layout Description
26899 Top
26900 \begin_inset space ~
26901 \end_inset
26902
26903 of
26904 \begin_inset space ~
26905 \end_inset
26906
26907 page try to place the float at the top of the current page
26908 \end_layout
26909
26910 \begin_layout Description
26911 Bottom
26912 \begin_inset space ~
26913 \end_inset
26914
26915 of
26916 \begin_inset space ~
26917 \end_inset
26918
26919 page try to place the float at the bottom of the current page
26920 \end_layout
26921
26922 \begin_layout Description
26923 Page
26924 \begin_inset space ~
26925 \end_inset
26926
26927 of
26928 \begin_inset space ~
26929 \end_inset
26930
26931 floats try to place the float on its own page
26932 \end_layout
26933
26934 \begin_layout Standard
26935 The order of the above option is 
26936 \emph on
26937 always
26938 \emph default
26939  used by \SpecialChar LaTeX
26940 .
26941  That means, if you use the default placement, \SpecialChar LaTeX
26942  will first try out 
26943 \family sans
26944 Here
26945 \begin_inset space ~
26946 \end_inset
26947
26948 if
26949 \begin_inset space ~
26950 \end_inset
26951
26952 possible
26953 \family default
26954 , then 
26955 \family sans
26956 Top
26957 \begin_inset space ~
26958 \end_inset
26959
26960 of
26961 \begin_inset space ~
26962 \end_inset
26963
26964 page
26965 \family default
26966 , and then the others.
26967  If you do not use the default, \SpecialChar LaTeX
26968  will try only the checked options but in
26969  the same order.
26970  If none of the 4
26971 \begin_inset space ~
26972 \end_inset
26973
26974 placements is possible the procedure is internally repeated trying to put
26975  the float on the following page.
26976 \end_layout
26977
26978 \begin_layout Standard
26979 By default, each option has its own rules:
26980 \end_layout
26981
26982 \begin_layout Labeling
26983 \labelwidthstring 00.00.0000
26984
26985 \family sans
26986 Top
26987 \begin_inset space ~
26988 \end_inset
26989
26990 of
26991 \begin_inset space ~
26992 \end_inset
26993
26994 page
26995 \family default
26996  only floats occupying less than 70
26997 \begin_inset space \thinspace{}
26998 \end_inset
26999
27000 % of the page can be placed at the top of a page (
27001 \series bold
27002
27003 \backslash
27004 topfraction
27005 \series default
27006 )
27007 \end_layout
27008
27009 \begin_layout Labeling
27010 \labelwidthstring 00.00.0000
27011
27012 \family sans
27013 Bottom
27014 \begin_inset space ~
27015 \end_inset
27016
27017 of
27018 \begin_inset space ~
27019 \end_inset
27020
27021 page
27022 \family default
27023 : only floats occupying less than 30
27024 \begin_inset space \thinspace{}
27025 \end_inset
27026
27027 % of the page can be placed at the bottom of a page.
27028  (
27029 \series bold
27030
27031 \backslash
27032 bottomfraction
27033 \series default
27034 )
27035 \end_layout
27036
27037 \begin_layout Labeling
27038 \labelwidthstring 00.00.0000
27039
27040 \family sans
27041 Page
27042 \begin_inset space ~
27043 \end_inset
27044
27045 of
27046 \begin_inset space ~
27047 \end_inset
27048
27049 floats
27050 \family default
27051 : only if more than 50
27052 \begin_inset space \thinspace{}
27053 \end_inset
27054
27055 % of the page is occupied by floats, several floats can be set together
27056  on a page.
27057  (
27058 \series bold
27059
27060 \backslash
27061 floatpagefraction
27062 \series default
27063 )
27064 \end_layout
27065
27066 \begin_layout Standard
27067 If you don't like these rules, you can ignore them by using the additional
27068  option 
27069 \family sans
27070 Ignore
27071 \begin_inset space ~
27072 \end_inset
27073
27074 \SpecialChar LaTeX
27075
27076 \begin_inset space ~
27077 \end_inset
27078
27079 rules
27080 \family default
27081 .
27082 \begin_inset Newline newline
27083 \end_inset
27084
27085 You can also redefine the rules with \SpecialChar LaTeX
27086 -commands that are given in parentheses
27087  after the rules description above.
27088  To increase for example the often too small default of the bottom-rule
27089  to 50
27090 \begin_inset space \thinspace{}
27091 \end_inset
27092
27093 % of the page, add this line to your document preamble:
27094 \end_layout
27095
27096 \begin_layout Standard
27097
27098 \series bold
27099
27100 \backslash
27101 renewcommand{
27102 \backslash
27103 bottomfraction}{0.5}
27104 \end_layout
27105
27106 \begin_layout Standard
27107 Sometimes you might need, under all circumstances, a float to be placed
27108  exactly at the position where it is inserted.
27109  For this case you can use the option 
27110 \family sans
27111 Here
27112 \begin_inset space ~
27113 \end_inset
27114
27115 definitely
27116 \family default
27117 .
27118  Use this option very rarely and only if the document is almost ready to
27119  be printed, because the float is then no longer able to 
27120 \begin_inset Quotes eld
27121 \end_inset
27122
27123 float
27124 \begin_inset Quotes erd
27125 \end_inset
27126
27127  when you change your document and this will often destroy the page layout.
27128 \end_layout
27129
27130 \begin_layout Standard
27131 There are no placement options for text wrap floats, because they are always
27132  surrounded by the text of a certain paragraph.
27133 \begin_inset VSpace bigskip
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \begin_layout Standard
27140 Sometimes you have the problem that a float is placed at the top of a page
27141  while its corresponding section starts at the middle of the page, so that
27142  the reader could think the float is part of the previous section.
27143  To avoid this the \SpecialChar LaTeX
27144 -command 
27145 \series bold
27146
27147 \backslash
27148 suppressfloats
27149 \series default
27150  can be used.
27151  It suppresses a given float placement for the page where it is inserted
27152  and can therefore be used to avoid floats being set before a section starts.
27153  To get this, add these commands to your document preamble:
27154 \end_layout
27155
27156 \begin_layout Standard
27157
27158 \series bold
27159
27160 \backslash
27161 let
27162 \backslash
27163 mySection
27164 \backslash
27165 section
27166 \begin_inset Newline newline
27167 \end_inset
27168
27169
27170 \backslash
27171 renewcommand{
27172 \backslash
27173 section}{
27174 \backslash
27175 suppressfloats[t]
27176 \backslash
27177 mySection}
27178 \end_layout
27179
27180 \begin_layout Standard
27181 You can define the same for all section headings, like chapters and subsections.
27182  This definition is not recommended to be used for small text parts like
27183  subsubsections because \SpecialChar LaTeX
27184  may then have problems finding a suitable placement.
27185 \end_layout
27186
27187 \begin_layout Standard
27188 \begin_inset VSpace bigskip
27189 \end_inset
27190
27191 In some cases it is required to have all figures/tables at the end of the
27192  document.
27193  For this purpose the \SpecialChar LaTeX
27194 -package 
27195 \series bold
27196 endfloat
27197 \series default
27198
27199 \begin_inset Index idx
27200 status collapsed
27201
27202 \begin_layout Plain Layout
27203 \SpecialChar LaTeX
27204 -packages ! endfloat
27205 \end_layout
27206
27207 \end_inset
27208
27209  was developed.
27210  It puts all figure and table floats at the end of the document into their
27211  own sections.
27212  At the original float position a text hint like 
27213 \begin_inset Quotes eld
27214 \end_inset
27215
27216
27217 \family sans
27218 [Figure
27219 \begin_inset space ~
27220 \end_inset
27221
27222 3.2 about here.]
27223 \family default
27224
27225 \begin_inset Quotes erd
27226 \end_inset
27227
27228  is inserted.
27229  The endfloat-package is loaded in the preamble with the line
27230 \end_layout
27231
27232 \begin_layout Standard
27233
27234 \series bold
27235
27236 \backslash
27237 usepackage[options]{endfloat}
27238 \end_layout
27239
27240 \begin_layout Standard
27241 There are various package options to format the created figure/table sections.
27242  For more information we refer you to the 
27243 \series bold
27244 endfloat
27245 \series default
27246  documentation 
27247 \begin_inset CommandInset citation
27248 LatexCommand cite
27249 key "endfloat"
27250
27251 \end_inset
27252
27253 .
27254 \begin_inset Newline newline
27255 \end_inset
27256
27257
27258 \begin_inset Note Greyedout
27259 status open
27260
27261 \begin_layout Plain Layout
27262
27263 \series bold
27264 Note: endfloat
27265 \series default
27266  doesn't provide an automatic translation for the text hint, you have to
27267  do this manually, see section
27268 \begin_inset space ~
27269 \end_inset
27270
27271 4 in 
27272 \begin_inset CommandInset citation
27273 LatexCommand cite
27274 key "endfloat"
27275
27276 \end_inset
27277
27278 .
27279 \end_layout
27280
27281 \end_inset
27282
27283
27284 \begin_inset Newline newline
27285 \end_inset
27286
27287
27288 \begin_inset Note Greyedout
27289 status open
27290
27291 \begin_layout Plain Layout
27292
27293 \series bold
27294 Note:
27295 \series default
27296  There is currently a bug in 
27297 \series bold
27298 endfloat
27299 \series default
27300  when the caption contains a German 
27301 \begin_inset Quotes eld
27302 \end_inset
27303
27304 ß
27305 \begin_inset Quotes erd
27306 \end_inset
27307
27308 .
27309  Use in this case the command 
27310 \begin_inset Quotes eld
27311 \end_inset
27312
27313
27314 \series bold
27315
27316 \backslash
27317 ss
27318 \series default
27319
27320 \begin_inset Quotes erd
27321 \end_inset
27322
27323  in \SpecialChar TeX
27324  Code instead of 
27325 \begin_inset Quotes eld
27326 \end_inset
27327
27328 ß
27329 \begin_inset Quotes erd
27330 \end_inset
27331
27332 .
27333 \end_layout
27334
27335 \end_inset
27336
27337
27338 \end_layout
27339
27340 \begin_layout Standard
27341 \begin_inset VSpace bigskip
27342 \end_inset
27343
27344 For more details about float placements, have a look at \SpecialChar LaTeX
27345  books, 
27346 \begin_inset CommandInset citation
27347 LatexCommand cite
27348 key "latexcompanion,latexguide,latexbook"
27349
27350 \end_inset
27351
27352 .
27353 \end_layout
27354
27355 \begin_layout Section
27356 Rotated Floats
27357 \begin_inset CommandInset label
27358 LatexCommand label
27359 name "sec:Rotated-Floats"
27360
27361 \end_inset
27362
27363
27364 \begin_inset Index idx
27365 status collapsed
27366
27367 \begin_layout Plain Layout
27368 Floats ! Rotating
27369 \end_layout
27370
27371 \end_inset
27372
27373
27374 \end_layout
27375
27376 \begin_layout Standard
27377 Especially for wide tables you might have floats rotated.
27378  To rotate a whole float including the caption, right-click on the float-box
27379  and use the option 
27380 \family sans
27381 Rotate
27382 \begin_inset space ~
27383 \end_inset
27384
27385 sideways
27386 \family default
27387 .
27388 \end_layout
27389
27390 \begin_layout Standard
27391 Rotated floats are always placed on a page of their own (or column of their
27392  own; in case you have a multi-column document).
27393  You can let them span several columns using the float settings option 
27394 \family sans
27395 Span
27396 \begin_inset space ~
27397 \end_inset
27398
27399 columns
27400 \family default
27401 .
27402  Floats are rotated so that you can read them from the outside margin.
27403  To force a certain rotation direction for all pages, you can add either
27404  the option 
27405 \series bold
27406 figuresleft
27407 \series default
27408  or 
27409 \series bold
27410 figuresright
27411 \series default
27412  to the document class options.
27413 \end_layout
27414
27415 \begin_layout Standard
27416 Referencing rotated floats is the same as for normal floats, the caption
27417  format is also the same: Table
27418 \begin_inset space ~
27419 \end_inset
27420
27421
27422 \begin_inset CommandInset ref
27423 LatexCommand ref
27424 reference "tab:Rotated-table"
27425
27426 \end_inset
27427
27428  is an example of a rotated table float.
27429 \end_layout
27430
27431 \begin_layout Standard
27432 \begin_inset Note Greyedout
27433 status open
27434
27435 \begin_layout Plain Layout
27436
27437 \series bold
27438 Note:
27439 \series default
27440  Not all DVI-viewers are able to display rotated floats.
27441 \end_layout
27442
27443 \end_inset
27444
27445
27446 \end_layout
27447
27448 \begin_layout Standard
27449 \begin_inset Float table
27450 wide false
27451 sideways true
27452 status open
27453
27454 \begin_layout Plain Layout
27455 \begin_inset Caption Standard
27456
27457 \begin_layout Plain Layout
27458 \begin_inset CommandInset label
27459 LatexCommand label
27460 name "tab:Rotated-table"
27461
27462 \end_inset
27463
27464  Rotated table
27465 \end_layout
27466
27467 \end_inset
27468
27469
27470 \end_layout
27471
27472 \begin_layout Plain Layout
27473 \align center
27474 \begin_inset Tabular
27475 <lyxtabular version="3" rows="1" columns="5">
27476 <features tabularvalignment="middle">
27477 <column alignment="center" valignment="top">
27478 <column alignment="center" valignment="top">
27479 <column alignment="center" valignment="top">
27480 <column alignment="center" valignment="top">
27481 <column alignment="center" valignment="top">
27482 <row>
27483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27484 \begin_inset Text
27485
27486 \begin_layout Plain Layout
27487 test
27488 \end_layout
27489
27490 \end_inset
27491 </cell>
27492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27493 \begin_inset Text
27494
27495 \begin_layout Plain Layout
27496 b
27497 \end_layout
27498
27499 \end_inset
27500 </cell>
27501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27502 \begin_inset Text
27503
27504 \begin_layout Plain Layout
27505 c
27506 \end_layout
27507
27508 \end_inset
27509 </cell>
27510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27511 \begin_inset Text
27512
27513 \begin_layout Plain Layout
27514 d
27515 \end_layout
27516
27517 \end_inset
27518 </cell>
27519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27520 \begin_inset Text
27521
27522 \begin_layout Plain Layout
27523 e
27524 \end_layout
27525
27526 \end_inset
27527 </cell>
27528 </row>
27529 </lyxtabular>
27530
27531 \end_inset
27532
27533
27534 \end_layout
27535
27536 \end_inset
27537
27538
27539 \end_layout
27540
27541 \begin_layout Section
27542 Subfloats
27543 \begin_inset Index idx
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547 Floats ! Subfloats
27548 \end_layout
27549
27550 \end_inset
27551
27552
27553 \end_layout
27554
27555 \begin_layout Standard
27556 Subfloats are for example used when a figure consists of several images.
27557  They are created by inserting a float into an existing float.
27558  The placement of the subfloats can be controlled in the same way as for
27559  paragraphs as shown in table
27560 \begin_inset space ~
27561 \end_inset
27562
27563
27564 \begin_inset CommandInset ref
27565 LatexCommand ref
27566 reference "tab:Two-subtables-side"
27567
27568 \end_inset
27569
27570  and 
27571 \begin_inset CommandInset ref
27572 LatexCommand ref
27573 reference "tab:Two-subtables-upon"
27574
27575 \end_inset
27576
27577 .
27578 \end_layout
27579
27580 \begin_layout Standard
27581 Referencing subfloats works as for normal floats: Table
27582 \begin_inset space ~
27583 \end_inset
27584
27585
27586 \begin_inset CommandInset ref
27587 LatexCommand ref
27588 reference "tab:This-is-subtable-a"
27589
27590 \end_inset
27591
27592  and 
27593 \begin_inset CommandInset ref
27594 LatexCommand ref
27595 reference "tab:This-is-subtable-b"
27596
27597 \end_inset
27598
27599  are subtables of table
27600 \begin_inset space ~
27601 \end_inset
27602
27603
27604 \begin_inset CommandInset ref
27605 LatexCommand ref
27606 reference "tab:Two-subtables-side"
27607
27608 \end_inset
27609
27610 .
27611 \end_layout
27612
27613 \begin_layout Standard
27614 \begin_inset Float table
27615 wide false
27616 sideways false
27617 status open
27618
27619 \begin_layout Plain Layout
27620 \begin_inset Caption Standard
27621
27622 \begin_layout Plain Layout
27623 \begin_inset CommandInset label
27624 LatexCommand label
27625 name "tab:Two-subtables-side"
27626
27627 \end_inset
27628
27629 Two subtables placed side by side.
27630 \end_layout
27631
27632 \end_inset
27633
27634
27635 \end_layout
27636
27637 \begin_layout Plain Layout
27638 \align center
27639 \begin_inset space \hfill{}
27640 \end_inset
27641
27642
27643 \begin_inset Float table
27644 wide false
27645 sideways false
27646 status collapsed
27647
27648 \begin_layout Plain Layout
27649 \begin_inset Caption Standard
27650
27651 \begin_layout Plain Layout
27652 \begin_inset CommandInset label
27653 LatexCommand label
27654 name "tab:This-is-subtable-a"
27655
27656 \end_inset
27657
27658 This is subtable a.
27659 \end_layout
27660
27661 \end_inset
27662
27663
27664 \end_layout
27665
27666 \begin_layout Plain Layout
27667 \align center
27668 \begin_inset Tabular
27669 <lyxtabular version="3" rows="1" columns="5">
27670 <features tabularvalignment="middle">
27671 <column alignment="center" valignment="top">
27672 <column alignment="center" valignment="top">
27673 <column alignment="center" valignment="top">
27674 <column alignment="center" valignment="top">
27675 <column alignment="center" valignment="top">
27676 <row>
27677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27678 \begin_inset Text
27679
27680 \begin_layout Plain Layout
27681 test
27682 \end_layout
27683
27684 \end_inset
27685 </cell>
27686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27687 \begin_inset Text
27688
27689 \begin_layout Plain Layout
27690 b
27691 \end_layout
27692
27693 \end_inset
27694 </cell>
27695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27696 \begin_inset Text
27697
27698 \begin_layout Plain Layout
27699 c
27700 \end_layout
27701
27702 \end_inset
27703 </cell>
27704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27705 \begin_inset Text
27706
27707 \begin_layout Plain Layout
27708 d
27709 \end_layout
27710
27711 \end_inset
27712 </cell>
27713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27714 \begin_inset Text
27715
27716 \begin_layout Plain Layout
27717 e
27718 \end_layout
27719
27720 \end_inset
27721 </cell>
27722 </row>
27723 </lyxtabular>
27724
27725 \end_inset
27726
27727
27728 \end_layout
27729
27730 \end_inset
27731
27732
27733 \begin_inset space \hfill{}
27734 \end_inset
27735
27736
27737 \begin_inset Float table
27738 wide false
27739 sideways false
27740 status collapsed
27741
27742 \begin_layout Plain Layout
27743 \begin_inset Caption Standard
27744
27745 \begin_layout Plain Layout
27746 \begin_inset CommandInset label
27747 LatexCommand label
27748 name "tab:This-is-subtable-b"
27749
27750 \end_inset
27751
27752 This is subtable b.
27753 \end_layout
27754
27755 \end_inset
27756
27757
27758 \end_layout
27759
27760 \begin_layout Plain Layout
27761 \align center
27762 \begin_inset Tabular
27763 <lyxtabular version="3" rows="1" columns="5">
27764 <features tabularvalignment="middle">
27765 <column alignment="center" valignment="top">
27766 <column alignment="center" valignment="top">
27767 <column alignment="center" valignment="top">
27768 <column alignment="center" valignment="top">
27769 <column alignment="center" valignment="top">
27770 <row>
27771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27772 \begin_inset Text
27773
27774 \begin_layout Plain Layout
27775 e
27776 \end_layout
27777
27778 \end_inset
27779 </cell>
27780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27781 \begin_inset Text
27782
27783 \begin_layout Plain Layout
27784 d
27785 \end_layout
27786
27787 \end_inset
27788 </cell>
27789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27790 \begin_inset Text
27791
27792 \begin_layout Plain Layout
27793 c
27794 \end_layout
27795
27796 \end_inset
27797 </cell>
27798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27799 \begin_inset Text
27800
27801 \begin_layout Plain Layout
27802 b
27803 \end_layout
27804
27805 \end_inset
27806 </cell>
27807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27808 \begin_inset Text
27809
27810 \begin_layout Plain Layout
27811 test
27812 \end_layout
27813
27814 \end_inset
27815 </cell>
27816 </row>
27817 </lyxtabular>
27818
27819 \end_inset
27820
27821
27822 \end_layout
27823
27824 \end_inset
27825
27826
27827 \begin_inset space \hfill{}
27828 \end_inset
27829
27830
27831 \end_layout
27832
27833 \end_inset
27834
27835
27836 \end_layout
27837
27838 \begin_layout Standard
27839 \begin_inset Float table
27840 wide false
27841 sideways false
27842 status open
27843
27844 \begin_layout Plain Layout
27845 \begin_inset Caption Standard
27846
27847 \begin_layout Plain Layout
27848 \begin_inset CommandInset label
27849 LatexCommand label
27850 name "tab:Two-subtables-upon"
27851
27852 \end_inset
27853
27854 Two subtables placed one above the other.
27855  (a) table with 4 cells, (b) table with 5 cells.
27856 \end_layout
27857
27858 \end_inset
27859
27860
27861 \end_layout
27862
27863 \begin_layout Plain Layout
27864 \align center
27865 \begin_inset Float table
27866 wide false
27867 sideways false
27868 status collapsed
27869
27870 \begin_layout Plain Layout
27871 \begin_inset Caption Standard
27872
27873 \begin_layout Plain Layout
27874
27875 \end_layout
27876
27877 \end_inset
27878
27879
27880 \end_layout
27881
27882 \begin_layout Plain Layout
27883 \align center
27884 \begin_inset Tabular
27885 <lyxtabular version="3" rows="1" columns="4">
27886 <features tabularvalignment="middle">
27887 <column alignment="center" valignment="top">
27888 <column alignment="center" valignment="top">
27889 <column alignment="center" valignment="top">
27890 <column alignment="center" valignment="top">
27891 <row>
27892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27893 \begin_inset Text
27894
27895 \begin_layout Plain Layout
27896 test
27897 \end_layout
27898
27899 \end_inset
27900 </cell>
27901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27902 \begin_inset Text
27903
27904 \begin_layout Plain Layout
27905 test
27906 \end_layout
27907
27908 \end_inset
27909 </cell>
27910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27911 \begin_inset Text
27912
27913 \begin_layout Plain Layout
27914 test
27915 \end_layout
27916
27917 \end_inset
27918 </cell>
27919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27920 \begin_inset Text
27921
27922 \begin_layout Plain Layout
27923 test
27924 \end_layout
27925
27926 \end_inset
27927 </cell>
27928 </row>
27929 </lyxtabular>
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \end_inset
27937
27938
27939 \end_layout
27940
27941 \begin_layout Plain Layout
27942 \align center
27943 \begin_inset Float table
27944 wide false
27945 sideways false
27946 status collapsed
27947
27948 \begin_layout Plain Layout
27949 \begin_inset Caption Standard
27950
27951 \begin_layout Plain Layout
27952
27953 \end_layout
27954
27955 \end_inset
27956
27957
27958 \end_layout
27959
27960 \begin_layout Plain Layout
27961 \align center
27962 \begin_inset Tabular
27963 <lyxtabular version="3" rows="1" columns="5">
27964 <features tabularvalignment="middle">
27965 <column alignment="center" valignment="top">
27966 <column alignment="center" valignment="top">
27967 <column alignment="center" valignment="top">
27968 <column alignment="center" valignment="top">
27969 <column alignment="center" valignment="top">
27970 <row>
27971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27972 \begin_inset Text
27973
27974 \begin_layout Plain Layout
27975 a
27976 \end_layout
27977
27978 \end_inset
27979 </cell>
27980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27981 \begin_inset Text
27982
27983 \begin_layout Plain Layout
27984 b
27985 \end_layout
27986
27987 \end_inset
27988 </cell>
27989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27990 \begin_inset Text
27991
27992 \begin_layout Plain Layout
27993 c
27994 \end_layout
27995
27996 \end_inset
27997 </cell>
27998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27999 \begin_inset Text
28000
28001 \begin_layout Plain Layout
28002 d
28003 \end_layout
28004
28005 \end_inset
28006 </cell>
28007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28008 \begin_inset Text
28009
28010 \begin_layout Plain Layout
28011 e
28012 \end_layout
28013
28014 \end_inset
28015 </cell>
28016 </row>
28017 </lyxtabular>
28018
28019 \end_inset
28020
28021
28022 \end_layout
28023
28024 \end_inset
28025
28026
28027 \end_layout
28028
28029 \end_inset
28030
28031
28032 \end_layout
28033
28034 \begin_layout Section
28035 Floats Side by Side
28036 \begin_inset Index idx
28037 status collapsed
28038
28039 \begin_layout Plain Layout
28040 Floats ! Side by side
28041 \end_layout
28042
28043 \end_inset
28044
28045
28046 \end_layout
28047
28048 \begin_layout Standard
28049 To place floats side by side, as in Figures
28050 \begin_inset space ~
28051 \end_inset
28052
28053
28054 \begin_inset CommandInset ref
28055 LatexCommand ref
28056 reference "fig:Float-left"
28057
28058 \end_inset
28059
28060  and 
28061 \begin_inset CommandInset ref
28062 LatexCommand ref
28063 reference "fig:Float-right"
28064
28065 \end_inset
28066
28067 , only 
28068 \emph on
28069 one
28070 \emph default
28071  float is used.
28072  In it two minipage boxes are inserted.
28073 \begin_inset Foot
28074 status collapsed
28075
28076 \begin_layout Plain Layout
28077 Minipages are explained in section
28078 \begin_inset space ~
28079 \end_inset
28080
28081
28082 \begin_inset CommandInset ref
28083 LatexCommand ref
28084 reference "sec:Minipages"
28085
28086 \end_inset
28087
28088 .
28089 \end_layout
28090
28091 \end_inset
28092
28093  The width is set to 45
28094 \begin_inset space \thinspace{}
28095 \end_inset
28096
28097 -50
28098 \begin_inset space \thinspace{}
28099 \end_inset
28100
28101 column% and the box alignment to 
28102 \family sans
28103 Bottom
28104 \family default
28105  for each minipage.
28106  The minipage boxes contain the image and the caption in the same way as
28107  they are in a float.
28108  The only difference is that the image unit 
28109 \family sans
28110 Column
28111 \begin_inset space ~
28112 \end_inset
28113
28114 Width
28115 \begin_inset space ~
28116 \end_inset
28117
28118 %
28119 \family default
28120  is now calculated according to the width of the minipage boxes.
28121 \end_layout
28122
28123 \begin_layout Standard
28124 \begin_inset Float figure
28125 wide false
28126 sideways false
28127 status open
28128
28129 \begin_layout Plain Layout
28130 \begin_inset Box Frameless
28131 position "b"
28132 hor_pos "c"
28133 has_inner_box 1
28134 inner_pos "t"
28135 use_parbox 0
28136 use_makebox 0
28137 width "45col%"
28138 special "none"
28139 height "1in"
28140 height_special "totalheight"
28141 thickness "0.4pt"
28142 separation "3pt"
28143 shadowsize "4pt"
28144 framecolor "black"
28145 backgroundcolor "none"
28146 status open
28147
28148 \begin_layout Plain Layout
28149 \align center
28150 \begin_inset Graphics
28151         filename clipart/mobius.eps
28152         lyxscale 50
28153         width 100col%
28154         scaleBeforeRotation
28155
28156 \end_inset
28157
28158
28159 \end_layout
28160
28161 \begin_layout Plain Layout
28162 \begin_inset Caption Standard
28163
28164 \begin_layout Plain Layout
28165 \begin_inset CommandInset label
28166 LatexCommand label
28167 name "fig:Float-left"
28168
28169 \end_inset
28170
28171 Float on the left side.
28172 \end_layout
28173
28174 \end_inset
28175
28176
28177 \end_layout
28178
28179 \end_inset
28180
28181
28182 \begin_inset space \hfill{}
28183 \end_inset
28184
28185
28186 \begin_inset Box Frameless
28187 position "b"
28188 hor_pos "c"
28189 has_inner_box 1
28190 inner_pos "t"
28191 use_parbox 0
28192 use_makebox 0
28193 width "45col%"
28194 special "none"
28195 height "1in"
28196 height_special "totalheight"
28197 thickness "0.4pt"
28198 separation "3pt"
28199 shadowsize "4pt"
28200 framecolor "black"
28201 backgroundcolor "none"
28202 status open
28203
28204 \begin_layout Plain Layout
28205 \align center
28206 \begin_inset Graphics
28207         filename clipart/platypus.eps
28208         lyxscale 50
28209         width 100col%
28210         scaleBeforeRotation
28211
28212 \end_inset
28213
28214
28215 \end_layout
28216
28217 \begin_layout Plain Layout
28218 \begin_inset Caption Standard
28219
28220 \begin_layout Plain Layout
28221 \begin_inset CommandInset label
28222 LatexCommand label
28223 name "fig:Float-right"
28224
28225 \end_inset
28226
28227 Float on the right side.
28228 \end_layout
28229
28230 \end_inset
28231
28232
28233 \end_layout
28234
28235 \end_inset
28236
28237
28238 \end_layout
28239
28240 \end_inset
28241
28242
28243 \end_layout
28244
28245 \begin_layout Standard
28246 An alternative and simpler solution is to use the module 
28247 \family sans
28248 Variable-width Minipages
28249 \family default
28250 , see sec.
28251 \begin_inset space \thinspace{}
28252 \end_inset
28253
28254
28255 \begin_inset CommandInset ref
28256 LatexCommand ref
28257 reference "sec:Minipages"
28258
28259 \end_inset
28260
28261 .
28262  Variable-width minipages adapt automatically to the width of the figures
28263  and tables.
28264  They do not require an explicit width to be given, and they improve the
28265  horizontal alignment of the figures.
28266  The LyX example file 
28267 \emph on
28268 varwidth-floats-side-by-side
28269 \emph default
28270  gives examples of how to do this.
28271 \end_layout
28272
28273 \begin_layout Section
28274 Caption Formatting
28275 \begin_inset Index idx
28276 status collapsed
28277
28278 \begin_layout Plain Layout
28279 Caption ! Formatting
28280 \end_layout
28281
28282 \end_inset
28283
28284
28285 \begin_inset Index idx
28286 status collapsed
28287
28288 \begin_layout Plain Layout
28289 Floats ! Caption Formatting
28290 \end_layout
28291
28292 \end_inset
28293
28294
28295 \begin_inset CommandInset label
28296 LatexCommand label
28297 name "sec:Caption-Formatting"
28298
28299 \end_inset
28300
28301
28302 \end_layout
28303
28304 \begin_layout Standard
28305 The 
28306 \family sans
28307 Caption
28308 \family default
28309  environment is the default paragraph environment for 
28310 \family sans
28311 Floats
28312 \family default
28313 .
28314  On the \SpecialChar LyX
28315  screen captions appear as a label, e.
28316 \begin_inset space \thinspace{}
28317 \end_inset
28318
28319 g.
28320 \begin_inset space \space{}
28321 \end_inset
28322
28323
28324 \begin_inset Quotes eld
28325 \end_inset
28326
28327
28328 \family sans
28329 Figure #:
28330 \family default
28331
28332 \begin_inset Quotes erd
28333 \end_inset
28334
28335  followed by the caption text.
28336  
28337 \begin_inset Quotes eld
28338 \end_inset
28339
28340 #
28341 \begin_inset Quotes erd
28342 \end_inset
28343
28344  is the actual reference number.
28345  By default the label and the number are in the same font as the caption
28346  text and a colon follows the number to divide the label from the text.
28347  This caption format is suitable for many but not all documents.
28348  
28349 \end_layout
28350
28351 \begin_layout Standard
28352 To change the default caption format, load the \SpecialChar LaTeX
28353 -package 
28354 \series bold
28355 caption
28356 \series default
28357
28358 \begin_inset Index idx
28359 status collapsed
28360
28361 \begin_layout Plain Layout
28362 \SpecialChar LaTeX
28363 -packages ! caption
28364 \end_layout
28365
28366 \end_inset
28367
28368  in the document preamble with this line:
28369 \end_layout
28370
28371 \begin_layout Standard
28372
28373 \series bold
28374
28375 \backslash
28376 usepackage[format definition]{caption}
28377 \end_layout
28378
28379 \begin_layout Standard
28380 To have for example the label and the number in sans-serif, bold font and
28381  the table captions always above the table as in this document, use the
28382  following command:
28383 \end_layout
28384
28385 \begin_layout Standard
28386
28387 \series bold
28388
28389 \backslash
28390 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28391 \end_layout
28392
28393 \begin_layout Standard
28394 You can also define different caption formats for the different float types.
28395  In this case load the 
28396 \series bold
28397 caption
28398 \series default
28399  package without format specific options and define the different formats
28400  with the help of the command
28401 \end_layout
28402
28403 \begin_layout Standard
28404
28405 \series bold
28406
28407 \backslash
28408 captionsetup[float type]{format definition}
28409 \end_layout
28410
28411 \begin_layout Standard
28412 in the document preamble.
28413  For example the caption formats of Figure
28414 \begin_inset space ~
28415 \end_inset
28416
28417
28418 \begin_inset CommandInset ref
28419 LatexCommand ref
28420 reference "fig:This-is-an-fig"
28421
28422 \end_inset
28423
28424  and Table
28425 \begin_inset space ~
28426 \end_inset
28427
28428
28429 \begin_inset CommandInset ref
28430 LatexCommand ref
28431 reference "tab:This-is-an-tab"
28432
28433 \end_inset
28434
28435  can be created using these commands in the document preamble:
28436 \end_layout
28437
28438 \begin_layout Standard
28439
28440 \series bold
28441
28442 \backslash
28443 usepackage[tableposition=top]{caption}
28444 \series default
28445
28446 \begin_inset Newline newline
28447 \end_inset
28448
28449
28450 \series bold
28451
28452 \backslash
28453 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28454 \begin_inset Newline newline
28455 \end_inset
28456
28457
28458 \begin_inset Phantom HPhantom
28459 status open
28460
28461 \begin_layout Plain Layout
28462
28463 \series bold
28464
28465 \backslash
28466 captionsetup[figure]{
28467 \end_layout
28468
28469 \end_inset
28470
28471 labelsep=period}
28472 \begin_inset Newline newline
28473 \end_inset
28474
28475
28476 \backslash
28477 captionsetup[table]{labelfont={bf,sf}}
28478 \end_layout
28479
28480 \begin_layout Standard
28481 \begin_inset Note Greyedout
28482 status open
28483
28484 \begin_layout Plain Layout
28485
28486 \series bold
28487 Note:
28488 \series default
28489  The option 
28490 \series bold
28491 tableposition=top
28492 \series default
28493  has no effect when a 
28494 \series bold
28495 KOMA-Script
28496 \series default
28497
28498 \begin_inset Index idx
28499 status collapsed
28500
28501 \begin_layout Plain Layout
28502 \SpecialChar LaTeX
28503 -packages ! KOMA-Script
28504 \end_layout
28505
28506 \end_inset
28507
28508  document class is used.
28509  In this case the document class option 
28510 \series bold
28511 captions=tableheading
28512 \series default
28513  must be used.
28514 \end_layout
28515
28516 \end_inset
28517
28518
28519 \end_layout
28520
28521 \begin_layout Standard
28522 For more information about the package 
28523 \series bold
28524 caption
28525 \series default
28526  we refer to its documentation 
28527 \begin_inset CommandInset citation
28528 LatexCommand cite
28529 key "caption"
28530
28531 \end_inset
28532
28533 .
28534 \end_layout
28535
28536 \begin_layout Standard
28537 To change the label name from e.
28538 \begin_inset space \thinspace{}
28539 \end_inset
28540
28541 g.
28542 \begin_inset space \space{}
28543 \end_inset
28544
28545
28546 \begin_inset Quotes eld
28547 \end_inset
28548
28549 Figure
28550 \begin_inset Quotes erd
28551 \end_inset
28552
28553  to 
28554 \begin_inset Quotes eld
28555 \end_inset
28556
28557 Image
28558 \begin_inset Quotes erd
28559 \end_inset
28560
28561  use this preamble command:
28562 \end_layout
28563
28564 \begin_layout Standard
28565
28566 \series bold
28567
28568 \backslash
28569 renewcommand{
28570 \backslash
28571 fnum@figure}{Image~
28572 \backslash
28573 thefigure}
28574 \end_layout
28575
28576 \begin_layout Standard
28577 where 
28578 \series bold
28579
28580 \backslash
28581 thefigure
28582 \series default
28583  inserts the figure number and
28584 \series bold
28585  
28586 \begin_inset Quotes eld
28587 \end_inset
28588
28589 ~
28590 \series default
28591
28592 \begin_inset Quotes erd
28593 \end_inset
28594
28595  creates a protected space.
28596 \end_layout
28597
28598 \begin_layout Standard
28599 \begin_inset VSpace bigskip
28600 \end_inset
28601
28602 If you are using a 
28603 \series bold
28604 KOMA-Script
28605 \series default
28606
28607 \begin_inset Index idx
28608 status collapsed
28609
28610 \begin_layout Plain Layout
28611 \SpecialChar LaTeX
28612 -packages ! KOMA-Script
28613 \end_layout
28614
28615 \end_inset
28616
28617  document class (
28618 \family sans
28619 article (KOMA-Script)
28620 \family default
28621
28622 \family sans
28623 book (KOMA-Script)
28624 \family default
28625
28626 \family sans
28627 letter (KOMA-Script)
28628 \family default
28629 , or 
28630 \family sans
28631 report (KOMA-Script)
28632 \family default
28633
28634 \begin_inset space \thinspace{}
28635 \end_inset
28636
28637 ), you can alternatively to the 
28638 \series bold
28639 caption
28640 \series default
28641  package use 
28642 \series bold
28643 KOMA-Script
28644 \series default
28645 's built-in command 
28646 \series bold
28647
28648 \backslash
28649 setkomafont
28650 \series default
28651 .
28652  For example, to have the caption label in bold, add this command to your
28653  document preamble:
28654 \end_layout
28655
28656 \begin_layout Standard
28657
28658 \series bold
28659
28660 \backslash
28661 setkomafont{captionlabel}{
28662 \backslash
28663 bfseries}
28664 \end_layout
28665
28666 \begin_layout Standard
28667 For more information about 
28668 \series bold
28669
28670 \backslash
28671 setkomafont
28672 \series default
28673  we refer to the 
28674 \series bold
28675 KOMA-Script
28676 \series default
28677  documentation 
28678 \begin_inset CommandInset citation
28679 LatexCommand cite
28680 key "KOMA-Script"
28681
28682 \end_inset
28683
28684 .
28685 \end_layout
28686
28687 \begin_layout Standard
28688 \begin_inset ERT
28689 status collapsed
28690
28691 \begin_layout Plain Layout
28692
28693
28694 \backslash
28695 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28696 }
28697 \end_layout
28698
28699 \end_inset
28700
28701
28702 \begin_inset Note Note
28703 status open
28704
28705 \begin_layout Plain Layout
28706 The caption format is changed only for this example.
28707 \end_layout
28708
28709 \end_inset
28710
28711
28712 \end_layout
28713
28714 \begin_layout Standard
28715 \begin_inset Float figure
28716 placement !p
28717 wide false
28718 sideways false
28719 status open
28720
28721 \begin_layout Plain Layout
28722 \align center
28723 \begin_inset Graphics
28724         filename clipart/mobius.eps
28725         lyxscale 50
28726         scale 50
28727         scaleBeforeRotation
28728
28729 \end_inset
28730
28731
28732 \end_layout
28733
28734 \begin_layout Plain Layout
28735 \begin_inset Caption Standard
28736
28737 \begin_layout Plain Layout
28738 \begin_inset CommandInset label
28739 LatexCommand label
28740 name "fig:This-is-an-fig"
28741
28742 \end_inset
28743
28744 This is an example figure caption that is longer than one line to show the
28745  different caption format.
28746  Here a self-defined caption format is used.
28747 \end_layout
28748
28749 \end_inset
28750
28751
28752 \end_layout
28753
28754 \end_inset
28755
28756
28757 \end_layout
28758
28759 \begin_layout Standard
28760 \begin_inset ERT
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764
28765
28766 \backslash
28767 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28768 on}
28769 \end_layout
28770
28771 \end_inset
28772
28773
28774 \end_layout
28775
28776 \begin_layout Standard
28777 \begin_inset Float table
28778 placement !p
28779 wide false
28780 sideways false
28781 status open
28782
28783 \begin_layout Plain Layout
28784 \begin_inset Caption Standard
28785
28786 \begin_layout Plain Layout
28787 \begin_inset CommandInset label
28788 LatexCommand label
28789 name "tab:This-is-an-tab"
28790
28791 \end_inset
28792
28793 This is an example table caption that is longer than one line to show the
28794  different caption format.
28795  Here the standard caption format for tables in this document is used.
28796 \end_layout
28797
28798 \end_inset
28799
28800
28801 \end_layout
28802
28803 \begin_layout Plain Layout
28804 \align center
28805 \begin_inset Tabular
28806 <lyxtabular version="3" rows="1" columns="5">
28807 <features tabularvalignment="middle">
28808 <column alignment="center" valignment="top">
28809 <column alignment="center" valignment="top">
28810 <column alignment="center" valignment="top">
28811 <column alignment="center" valignment="top">
28812 <column alignment="center" valignment="top">
28813 <row>
28814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28815 \begin_inset Text
28816
28817 \begin_layout Plain Layout
28818 a
28819 \end_layout
28820
28821 \end_inset
28822 </cell>
28823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28824 \begin_inset Text
28825
28826 \begin_layout Plain Layout
28827 b
28828 \end_layout
28829
28830 \end_inset
28831 </cell>
28832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28833 \begin_inset Text
28834
28835 \begin_layout Plain Layout
28836 c
28837 \end_layout
28838
28839 \end_inset
28840 </cell>
28841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28842 \begin_inset Text
28843
28844 \begin_layout Plain Layout
28845 d
28846 \end_layout
28847
28848 \end_inset
28849 </cell>
28850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28851 \begin_inset Text
28852
28853 \begin_layout Plain Layout
28854 e
28855 \end_layout
28856
28857 \end_inset
28858 </cell>
28859 </row>
28860 </lyxtabular>
28861
28862 \end_inset
28863
28864
28865 \end_layout
28866
28867 \end_inset
28868
28869
28870 \end_layout
28871
28872 \begin_layout Section
28873 Caption Placement
28874 \begin_inset Index idx
28875 status collapsed
28876
28877 \begin_layout Plain Layout
28878 Caption ! Placement
28879 \end_layout
28880
28881 \end_inset
28882
28883
28884 \begin_inset Index idx
28885 status collapsed
28886
28887 \begin_layout Plain Layout
28888 Floats ! Caption Placement
28889 \end_layout
28890
28891 \end_inset
28892
28893
28894 \begin_inset CommandInset label
28895 LatexCommand label
28896 name "sec:Caption-Placement"
28897
28898 \end_inset
28899
28900
28901 \end_layout
28902
28903 \begin_layout Standard
28904 The common caption placement rule is:
28905 \end_layout
28906
28907 \begin_layout Description
28908 Figure: Caption is set below the figure
28909 \end_layout
28910
28911 \begin_layout Description
28912 Table: Caption is set above the table
28913 \end_layout
28914
28915 \begin_layout Standard
28916 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
28917 's
28918  standard classes.
28919  That means if you are using the document classes 
28920 \family sans
28921 article
28922 \family default
28923
28924 \family sans
28925 book
28926 \family default
28927
28928 \family sans
28929 letter
28930 \family default
28931 , or 
28932 \family sans
28933 report
28934 \family default
28935  there will be no space between the caption and the table.
28936  To insert the necessary space, load the \SpecialChar LaTeX
28937 -package 
28938 \series bold
28939 caption
28940 \series default
28941
28942 \begin_inset Index idx
28943 status collapsed
28944
28945 \begin_layout Plain Layout
28946 \SpecialChar LaTeX
28947 -packages ! caption
28948 \end_layout
28949
28950 \end_inset
28951
28952  in your document preamble with the option
28953 \begin_inset Foot
28954 status collapsed
28955
28956 \begin_layout Plain Layout
28957 See section
28958 \begin_inset space ~
28959 \end_inset
28960
28961
28962 \begin_inset CommandInset ref
28963 LatexCommand ref
28964 reference "sec:Caption-Formatting"
28965
28966 \end_inset
28967
28968  for more information of the package 
28969 \series bold
28970 caption
28971 \series default
28972 .
28973 \end_layout
28974
28975 \end_inset
28976
28977
28978 \end_layout
28979
28980 \begin_layout Standard
28981
28982 \series bold
28983 tableposition=top
28984 \end_layout
28985
28986 \begin_layout Standard
28987 If you are using a 
28988 \series bold
28989 KOMA-Script
28990 \series default
28991
28992 \begin_inset Index idx
28993 status collapsed
28994
28995 \begin_layout Plain Layout
28996 \SpecialChar LaTeX
28997 -packages ! KOMA-Script
28998 \end_layout
28999
29000 \end_inset
29001
29002  document class (
29003 \family sans
29004 article (KOMA-Script)
29005 \family default
29006
29007 \family sans
29008 book (KOMA-Script)
29009 \family default
29010
29011 \family sans
29012 letter (KOMA-Script)
29013 \family default
29014 , or 
29015 \family sans
29016 report (KOMA-Script)
29017 \family default
29018
29019 \begin_inset space \thinspace{}
29020 \end_inset
29021
29022 ), you can alternatively to the 
29023 \series bold
29024 caption
29025 \series default
29026  package set the document class option
29027 \begin_inset Foot
29028 status collapsed
29029
29030 \begin_layout Plain Layout
29031 That option is used in this document.
29032 \end_layout
29033
29034 \end_inset
29035
29036
29037 \end_layout
29038
29039 \begin_layout Standard
29040
29041 \series bold
29042 captions=tableheading
29043 \end_layout
29044
29045 \begin_layout Standard
29046 In documents with a KOMA-Script document class you can also right-click
29047  on a caption and mark in the context menu if this should be a caption above
29048  or below the table/figure.
29049  This way you can override the document-wide caption placement for certain
29050  captions.
29051  Table
29052 \begin_inset space ~
29053 \end_inset
29054
29055
29056 \begin_inset CommandInset ref
29057 LatexCommand ref
29058 reference "tab:A-caption-marked"
29059
29060 \end_inset
29061
29062  is an example where the caption is marked a being below the table while
29063  it is above.
29064  For comparison the caption in Table
29065 \begin_inset space ~
29066 \end_inset
29067
29068
29069 \begin_inset CommandInset ref
29070 LatexCommand ref
29071 reference "tab:A-standard-table"
29072
29073 \end_inset
29074
29075  is not marked.
29076 \end_layout
29077
29078 \begin_layout Standard
29079 \begin_inset Float table
29080 wide false
29081 sideways false
29082 status open
29083
29084 \begin_layout Plain Layout
29085 \begin_inset Caption Below
29086
29087 \begin_layout Plain Layout
29088 \begin_inset CommandInset label
29089 LatexCommand label
29090 name "tab:A-caption-marked"
29091
29092 \end_inset
29093
29094 A caption marked as being below the table.
29095 \end_layout
29096
29097 \end_inset
29098
29099
29100 \end_layout
29101
29102 \begin_layout Plain Layout
29103 \align center
29104 \begin_inset Tabular
29105 <lyxtabular version="3" rows="3" columns="3">
29106 <features tabularvalignment="middle">
29107 <column alignment="center" valignment="top" width="0pt">
29108 <column alignment="center" valignment="top" width="0pt">
29109 <column alignment="center" valignment="top" width="0pt">
29110 <row>
29111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29112 \begin_inset Text
29113
29114 \begin_layout Plain Layout
29115 1
29116 \end_layout
29117
29118 \end_inset
29119 </cell>
29120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29121 \begin_inset Text
29122
29123 \begin_layout Plain Layout
29124 2
29125 \end_layout
29126
29127 \end_inset
29128 </cell>
29129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29130 \begin_inset Text
29131
29132 \begin_layout Plain Layout
29133 3
29134 \end_layout
29135
29136 \end_inset
29137 </cell>
29138 </row>
29139 <row>
29140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29141 \begin_inset Text
29142
29143 \begin_layout Plain Layout
29144 Joe
29145 \end_layout
29146
29147 \end_inset
29148 </cell>
29149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29150 \begin_inset Text
29151
29152 \begin_layout Plain Layout
29153 Mary
29154 \end_layout
29155
29156 \end_inset
29157 </cell>
29158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29159 \begin_inset Text
29160
29161 \begin_layout Plain Layout
29162 Ted
29163 \end_layout
29164
29165 \end_inset
29166 </cell>
29167 </row>
29168 <row>
29169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29170 \begin_inset Text
29171
29172 \begin_layout Plain Layout
29173 \begin_inset Formula $\int x^{2}dx$
29174 \end_inset
29175
29176
29177 \end_layout
29178
29179 \end_inset
29180 </cell>
29181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29182 \begin_inset Text
29183
29184 \begin_layout Plain Layout
29185 \begin_inset Formula $\left[\begin{array}{cc}
29186 a & b\\
29187 c & d
29188 \end{array}\right]$
29189 \end_inset
29190
29191
29192 \end_layout
29193
29194 \end_inset
29195 </cell>
29196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29197 \begin_inset Text
29198
29199 \begin_layout Plain Layout
29200 \begin_inset Formula $1+1=2$
29201 \end_inset
29202
29203
29204 \end_layout
29205
29206 \end_inset
29207 </cell>
29208 </row>
29209 </lyxtabular>
29210
29211 \end_inset
29212
29213
29214 \end_layout
29215
29216 \end_inset
29217
29218
29219 \end_layout
29220
29221 \begin_layout Standard
29222 \begin_inset Float table
29223 wide false
29224 sideways false
29225 status open
29226
29227 \begin_layout Plain Layout
29228 \begin_inset Caption Standard
29229
29230 \begin_layout Plain Layout
29231 \begin_inset CommandInset label
29232 LatexCommand label
29233 name "tab:A-standard-table"
29234
29235 \end_inset
29236
29237 A standard table caption.
29238 \end_layout
29239
29240 \end_inset
29241
29242
29243 \end_layout
29244
29245 \begin_layout Plain Layout
29246 \align center
29247 \begin_inset Tabular
29248 <lyxtabular version="3" rows="3" columns="3">
29249 <features tabularvalignment="middle">
29250 <column alignment="center" valignment="top" width="0pt">
29251 <column alignment="center" valignment="top" width="0pt">
29252 <column alignment="center" valignment="top" width="0pt">
29253 <row>
29254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29255 \begin_inset Text
29256
29257 \begin_layout Plain Layout
29258 1
29259 \end_layout
29260
29261 \end_inset
29262 </cell>
29263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29264 \begin_inset Text
29265
29266 \begin_layout Plain Layout
29267 2
29268 \end_layout
29269
29270 \end_inset
29271 </cell>
29272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29273 \begin_inset Text
29274
29275 \begin_layout Plain Layout
29276 3
29277 \end_layout
29278
29279 \end_inset
29280 </cell>
29281 </row>
29282 <row>
29283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29284 \begin_inset Text
29285
29286 \begin_layout Plain Layout
29287 Joe
29288 \end_layout
29289
29290 \end_inset
29291 </cell>
29292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29293 \begin_inset Text
29294
29295 \begin_layout Plain Layout
29296 Mary
29297 \end_layout
29298
29299 \end_inset
29300 </cell>
29301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29302 \begin_inset Text
29303
29304 \begin_layout Plain Layout
29305 Ted
29306 \end_layout
29307
29308 \end_inset
29309 </cell>
29310 </row>
29311 <row>
29312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29313 \begin_inset Text
29314
29315 \begin_layout Plain Layout
29316 \begin_inset Formula $\int x^{2}dx$
29317 \end_inset
29318
29319
29320 \end_layout
29321
29322 \end_inset
29323 </cell>
29324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29325 \begin_inset Text
29326
29327 \begin_layout Plain Layout
29328 \begin_inset Formula $\left[\begin{array}{cc}
29329 a & b\\
29330 c & d
29331 \end{array}\right]$
29332 \end_inset
29333
29334
29335 \end_layout
29336
29337 \end_inset
29338 </cell>
29339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29340 \begin_inset Text
29341
29342 \begin_layout Plain Layout
29343 \begin_inset Formula $1+1=2$
29344 \end_inset
29345
29346
29347 \end_layout
29348
29349 \end_inset
29350 </cell>
29351 </row>
29352 </lyxtabular>
29353
29354 \end_inset
29355
29356
29357 \end_layout
29358
29359 \end_inset
29360
29361
29362 \end_layout
29363
29364 \begin_layout Standard
29365 \begin_inset VSpace bigskip
29366 \end_inset
29367
29368 It is also possible to set the caption beside a figure or table.
29369  To get this the \SpecialChar LaTeX
29370 -package 
29371 \series bold
29372 sidecap
29373 \series default
29374
29375 \begin_inset Index idx
29376 status collapsed
29377
29378 \begin_layout Plain Layout
29379 \SpecialChar LaTeX
29380 -packages ! sidecap
29381 \end_layout
29382
29383 \end_inset
29384
29385  has to be loaded in the document preamble with the line
29386 \end_layout
29387
29388 \begin_layout Standard
29389
29390 \series bold
29391
29392 \backslash
29393 usepackage[option]{sidecap}
29394 \end_layout
29395
29396 \begin_layout Standard
29397 If you set no option, the caption is placed on the side of the outer page
29398  margin â€“ to the right on odd pages, to the left on even pages.
29399  You can change the placement to inner margin with the option 
29400 \series bold
29401 innercaption
29402 \series default
29403 .
29404  To force the placement always to the right or left, use the option 
29405 \series bold
29406 rightcaption
29407 \series default
29408  or 
29409 \series bold
29410 leftcaption
29411 \series default
29412 , respectively.
29413 \end_layout
29414
29415 \begin_layout Standard
29416 \begin_inset ERT
29417 status collapsed
29418
29419 \begin_layout Plain Layout
29420
29421
29422 \backslash
29423 ifsidecap
29424 \end_layout
29425
29426 \end_inset
29427
29428
29429 \begin_inset Note Note
29430 status open
29431
29432 \begin_layout Plain Layout
29433 The following section will only be displayed when the \SpecialChar LaTeX
29434 -package 
29435 \series bold
29436 sidecap
29437 \series default
29438  is installed.
29439 \end_layout
29440
29441 \end_inset
29442
29443
29444 \end_layout
29445
29446 \begin_layout Standard
29447 To place in \SpecialChar LyX
29448  the caption of a float on the side, it is necessary to add
29449  these commands to the document preamble:
29450 \end_layout
29451
29452 \begin_layout Standard
29453 \noindent
29454 \begin_inset CommandInset line
29455 LatexCommand rule
29456 offset "0.5ex"
29457 width "100line%"
29458 height "1pt"
29459
29460 \end_inset
29461
29462
29463 \end_layout
29464
29465 \begin_layout Standard
29466
29467 \series bold
29468
29469 \backslash
29470 newcommand{
29471 \backslash
29472 TabBesBeg}[1][1.0]{%
29473 \begin_inset Newline newline
29474 \end_inset
29475
29476
29477 \begin_inset Phantom HPhantom
29478 status open
29479
29480 \begin_layout Plain Layout
29481 \begin_inset space ~
29482 \end_inset
29483
29484
29485 \end_layout
29486
29487 \end_inset
29488
29489
29490 \backslash
29491 let
29492 \backslash
29493 MyTable
29494 \backslash
29495 table
29496 \begin_inset Newline newline
29497 \end_inset
29498
29499
29500 \begin_inset Phantom HPhantom
29501 status open
29502
29503 \begin_layout Plain Layout
29504
29505 \series medium
29506 \begin_inset space ~
29507 \end_inset
29508
29509
29510 \end_layout
29511
29512 \end_inset
29513
29514
29515 \backslash
29516 let
29517 \backslash
29518 MyEndtable
29519 \backslash
29520 endtable
29521 \begin_inset Newline newline
29522 \end_inset
29523
29524
29525 \begin_inset Phantom HPhantom
29526 status open
29527
29528 \begin_layout Plain Layout
29529
29530 \series medium
29531 \begin_inset space ~
29532 \end_inset
29533
29534
29535 \end_layout
29536
29537 \end_inset
29538
29539
29540 \backslash
29541 renewenvironment{table}[1]{
29542 \backslash
29543 begin{SCtable}[#1]##1}{
29544 \backslash
29545 end{SCtable}}}
29546 \end_layout
29547
29548 \begin_layout Standard
29549
29550 \series bold
29551
29552 \backslash
29553 newcommand{
29554 \backslash
29555 TabBesEnd}{%
29556 \begin_inset Newline newline
29557 \end_inset
29558
29559
29560 \begin_inset Phantom HPhantom
29561 status open
29562
29563 \begin_layout Plain Layout
29564 \begin_inset space ~
29565 \end_inset
29566
29567
29568 \end_layout
29569
29570 \end_inset
29571
29572
29573 \backslash
29574 let
29575 \backslash
29576 table
29577 \backslash
29578 MyTable
29579 \begin_inset Newline newline
29580 \end_inset
29581
29582
29583 \begin_inset Phantom HPhantom
29584 status open
29585
29586 \begin_layout Plain Layout
29587 \begin_inset space ~
29588 \end_inset
29589
29590
29591 \end_layout
29592
29593 \end_inset
29594
29595
29596 \backslash
29597 let
29598 \backslash
29599 endtable
29600 \backslash
29601 MyEndtable
29602 \end_layout
29603
29604 \begin_layout Standard
29605
29606 \series bold
29607
29608 \backslash
29609 newcommand{
29610 \backslash
29611 FigBesBeg}[1][1.0]{%
29612 \begin_inset Newline newline
29613 \end_inset
29614
29615
29616 \begin_inset Phantom HPhantom
29617 status open
29618
29619 \begin_layout Plain Layout
29620 \begin_inset space ~
29621 \end_inset
29622
29623
29624 \end_layout
29625
29626 \end_inset
29627
29628
29629 \backslash
29630 let
29631 \backslash
29632 MyFigure
29633 \backslash
29634 figure
29635 \begin_inset Newline newline
29636 \end_inset
29637
29638
29639 \begin_inset Phantom HPhantom
29640 status open
29641
29642 \begin_layout Plain Layout
29643 \begin_inset space ~
29644 \end_inset
29645
29646
29647 \end_layout
29648
29649 \end_inset
29650
29651
29652 \backslash
29653 let
29654 \backslash
29655 MyEndfigure
29656 \backslash
29657 endfigure
29658 \begin_inset Newline newline
29659 \end_inset
29660
29661
29662 \begin_inset Phantom HPhantom
29663 status open
29664
29665 \begin_layout Plain Layout
29666 \begin_inset space ~
29667 \end_inset
29668
29669
29670 \end_layout
29671
29672 \end_inset
29673
29674
29675 \backslash
29676 renewenvironment{figure}[1]{
29677 \backslash
29678 begin{SCfigure}[#1]##1}{
29679 \backslash
29680 end{SCfigure}}}
29681 \end_layout
29682
29683 \begin_layout Standard
29684
29685 \series bold
29686
29687 \backslash
29688 newcommand{
29689 \backslash
29690 FigBesEnd}{%
29691 \begin_inset Newline newline
29692 \end_inset
29693
29694
29695 \begin_inset Phantom HPhantom
29696 status open
29697
29698 \begin_layout Plain Layout
29699 \begin_inset space ~
29700 \end_inset
29701
29702
29703 \end_layout
29704
29705 \end_inset
29706
29707
29708 \backslash
29709 let
29710 \backslash
29711 figure
29712 \backslash
29713 MyFigure
29714 \begin_inset Newline newline
29715 \end_inset
29716
29717
29718 \begin_inset Phantom HPhantom
29719 status open
29720
29721 \begin_layout Plain Layout
29722 \begin_inset space ~
29723 \end_inset
29724
29725
29726 \end_layout
29727
29728 \end_inset
29729
29730
29731 \backslash
29732 let
29733 \backslash
29734 endfigure
29735 \backslash
29736 MyEndfigure}
29737 \end_layout
29738
29739 \begin_layout Standard
29740 \noindent
29741 \begin_inset CommandInset line
29742 LatexCommand rule
29743 offset "0.5ex"
29744 width "100line%"
29745 height "1pt"
29746
29747 \end_inset
29748
29749
29750 \end_layout
29751
29752 \begin_layout Standard
29753 The commands allow you to redefine the floats so that the caption is set
29754  on the side.
29755  For figure floats use the command
29756 \end_layout
29757
29758 \begin_layout Standard
29759
29760 \series bold
29761
29762 \backslash
29763 FigBesBeg
29764 \end_layout
29765
29766 \begin_layout Standard
29767 in \SpecialChar TeX
29768  Code before the float.
29769  And insert the command
29770 \end_layout
29771
29772 \begin_layout Standard
29773
29774 \series bold
29775
29776 \backslash
29777 FigBesEnd
29778 \end_layout
29779
29780 \begin_layout Standard
29781 in \SpecialChar TeX
29782  Code at the point where you want to get back to the original float definitio
29783 n.
29784 \end_layout
29785
29786 \begin_layout Standard
29787 For table floats use the corresponding commands
29788 \end_layout
29789
29790 \begin_layout Standard
29791
29792 \series bold
29793
29794 \backslash
29795 TabBesBeg
29796 \series default
29797  and 
29798 \series bold
29799
29800 \backslash
29801 TabBesEnd
29802 \end_layout
29803
29804 \begin_layout Standard
29805 Figure
29806 \begin_inset space ~
29807 \end_inset
29808
29809
29810 \begin_inset CommandInset ref
29811 LatexCommand ref
29812 reference "fig:cap-beside-fig"
29813
29814 \end_inset
29815
29816  and Table
29817 \begin_inset space ~
29818 \end_inset
29819
29820
29821 \begin_inset CommandInset ref
29822 LatexCommand ref
29823 reference "tab:cap-beside-tab"
29824
29825 \end_inset
29826
29827  are examples where the caption is set beside.
29828 \end_layout
29829
29830 \begin_layout Standard
29831 You can see in the examples that the caption text appears at the top of
29832  the floats for table floats and at the bottom for figure floats.
29833  To change this, you can use the command
29834 \end_layout
29835
29836 \begin_layout Standard
29837
29838 \series bold
29839
29840 \backslash
29841 sidecaptionvpos{float type}{placement}
29842 \end_layout
29843
29844 \begin_layout Standard
29845 in the document preamble or in \SpecialChar TeX
29846  Code before the float.
29847  The float type is either 
29848 \family sans
29849 figure
29850 \family default
29851  or 
29852 \family sans
29853 table
29854 \family default
29855 , the placement can be 
29856 \begin_inset Quotes eld
29857 \end_inset
29858
29859
29860 \family sans
29861 t
29862 \family default
29863
29864 \begin_inset Quotes erd
29865 \end_inset
29866
29867  for top, 
29868 \begin_inset Quotes eld
29869 \end_inset
29870
29871
29872 \family sans
29873 c
29874 \family default
29875
29876 \begin_inset Quotes erd
29877 \end_inset
29878
29879  for center, or 
29880 \begin_inset Quotes eld
29881 \end_inset
29882
29883
29884 \family sans
29885 b
29886 \family default
29887
29888 \begin_inset Quotes erd
29889 \end_inset
29890
29891  for bottom.
29892  To have for example the caption of figure floats vertically centered, use
29893  the command
29894 \end_layout
29895
29896 \begin_layout Standard
29897
29898 \series bold
29899
29900 \backslash
29901 sidecaptionvpos{figure}{c}
29902 \end_layout
29903
29904 \begin_layout Standard
29905 This was used for Figure
29906 \begin_inset space ~
29907 \end_inset
29908
29909
29910 \begin_inset CommandInset ref
29911 LatexCommand ref
29912 reference "fig:cap-beside-fig-2"
29913
29914 \end_inset
29915
29916 .
29917 \end_layout
29918
29919 \begin_layout Standard
29920 \begin_inset VSpace medskip
29921 \end_inset
29922
29923
29924 \end_layout
29925
29926 \begin_layout Standard
29927 The default caption width is the width of the image/table.
29928  For thin image/tables, like in Table
29929 \begin_inset space ~
29930 \end_inset
29931
29932
29933 \begin_inset CommandInset ref
29934 LatexCommand ref
29935 reference "tab:cap-beside-tab"
29936
29937 \end_inset
29938
29939 , this leads to captions that are too thin.
29940  You can increase the width by specifying a factor that will be multiplied
29941  with the image/table width to get the caption width.
29942  The caption width will automatically be recalculated in case it would protrude
29943  over the page or column margin due to the specified width.
29944  The 
29945 \emph on
29946 factor
29947 \emph default
29948  can either be given as optional argument for 
29949 \series bold
29950
29951 \backslash
29952 FigBesBeg
29953 \series default
29954 :
29955 \end_layout
29956
29957 \begin_layout Standard
29958
29959 \series bold
29960
29961 \backslash
29962 FigBesBeg[factor]
29963 \end_layout
29964
29965 \begin_layout Standard
29966 or in the definition of 
29967 \series bold
29968
29969 \backslash
29970 FigBesBeg
29971 \series default
29972  by replacing the 
29973 \series bold
29974 1.0
29975 \series default
29976  with another value.
29977  If you do the latter, your factor will be the default if 
29978 \series bold
29979
29980 \backslash
29981 FigBesBeg
29982 \series default
29983  is used without an argument.
29984  For Table
29985 \begin_inset space ~
29986 \end_inset
29987
29988
29989 \begin_inset CommandInset ref
29990 LatexCommand ref
29991 reference "tab:cap-beside-tab-wider"
29992
29993 \end_inset
29994
29995  the factor 5 was used.
29996 \end_layout
29997
29998 \begin_layout Standard
29999 \begin_inset Note Greyedout
30000 status open
30001
30002 \begin_layout Plain Layout
30003
30004 \series bold
30005 Note:
30006 \series default
30007  For floats with captions set beside, you cannot use the float placement
30008  option 
30009 \family sans
30010 Here
30011 \begin_inset space ~
30012 \end_inset
30013
30014 definitely
30015 \family default
30016  because it is not supported by 
30017 \series bold
30018 sidecap
30019 \series default
30020 .
30021 \end_layout
30022
30023 \end_inset
30024
30025
30026 \end_layout
30027
30028 \begin_layout Standard
30029 \begin_inset VSpace medskip
30030 \end_inset
30031
30032 For more information about the package 
30033 \series bold
30034 sidecap
30035 \series default
30036  we refer to its documentation 
30037 \begin_inset CommandInset citation
30038 LatexCommand cite
30039 key "sidecap"
30040
30041 \end_inset
30042
30043 .
30044 \end_layout
30045
30046 \begin_layout Standard
30047 \begin_inset Note Greyedout
30048 status open
30049
30050 \begin_layout Plain Layout
30051
30052 \series bold
30053 Note:
30054 \series default
30055  The \SpecialChar LaTeX
30056 -package 
30057 \series bold
30058 hypcap
30059 \series default
30060
30061 \begin_inset Index idx
30062 status collapsed
30063
30064 \begin_layout Plain Layout
30065 \SpecialChar LaTeX
30066 -packages ! hypcap
30067 \end_layout
30068
30069 \end_inset
30070
30071 , described in section
30072 \begin_inset space ~
30073 \end_inset
30074
30075
30076 \begin_inset CommandInset ref
30077 LatexCommand ref
30078 reference "subsec:Reference-Position"
30079
30080 \end_inset
30081
30082 , has no effect on floats with the caption set beside.
30083 \end_layout
30084
30085 \end_inset
30086
30087
30088 \end_layout
30089
30090 \begin_layout Standard
30091 \begin_inset ERT
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095
30096
30097 \backslash
30098 FigBesBeg
30099 \end_layout
30100
30101 \end_inset
30102
30103
30104 \end_layout
30105
30106 \begin_layout Standard
30107 \begin_inset Float figure
30108 wide false
30109 sideways false
30110 status open
30111
30112 \begin_layout Plain Layout
30113 \begin_inset Graphics
30114         filename clipart/escher-lsd.eps
30115         scale 75
30116         scaleBeforeRotation
30117
30118 \end_inset
30119
30120
30121 \end_layout
30122
30123 \begin_layout Plain Layout
30124 \begin_inset Caption Standard
30125
30126 \begin_layout Plain Layout
30127 \begin_inset CommandInset label
30128 LatexCommand label
30129 name "fig:cap-beside-fig"
30130
30131 \end_inset
30132
30133 This is a caption beside a figure.
30134 \end_layout
30135
30136 \end_inset
30137
30138
30139 \end_layout
30140
30141 \end_inset
30142
30143
30144 \end_layout
30145
30146 \begin_layout Standard
30147 \begin_inset ERT
30148 status collapsed
30149
30150 \begin_layout Plain Layout
30151
30152
30153 \backslash
30154 FigBesEnd
30155 \end_layout
30156
30157 \end_inset
30158
30159
30160 \end_layout
30161
30162 \begin_layout Standard
30163 \begin_inset ERT
30164 status collapsed
30165
30166 \begin_layout Plain Layout
30167
30168
30169 \backslash
30170 TabBesBeg
30171 \end_layout
30172
30173 \end_inset
30174
30175
30176 \end_layout
30177
30178 \begin_layout Standard
30179 \begin_inset Float table
30180 wide false
30181 sideways false
30182 status open
30183
30184 \begin_layout Plain Layout
30185 \begin_inset Caption Standard
30186
30187 \begin_layout Plain Layout
30188 \begin_inset CommandInset label
30189 LatexCommand label
30190 name "tab:cap-beside-tab"
30191
30192 \end_inset
30193
30194 This is a caption beside a table.
30195 \end_layout
30196
30197 \end_inset
30198
30199
30200 \end_layout
30201
30202 \begin_layout Plain Layout
30203 \begin_inset Tabular
30204 <lyxtabular version="3" rows="4" columns="5">
30205 <features tabularvalignment="middle">
30206 <column alignment="center" valignment="top">
30207 <column alignment="center" valignment="top">
30208 <column alignment="center" valignment="top">
30209 <column alignment="center" valignment="top">
30210 <column alignment="center" valignment="top">
30211 <row>
30212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30213 \begin_inset Text
30214
30215 \begin_layout Plain Layout
30216 a
30217 \end_layout
30218
30219 \end_inset
30220 </cell>
30221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30222 \begin_inset Text
30223
30224 \begin_layout Plain Layout
30225
30226 \end_layout
30227
30228 \end_inset
30229 </cell>
30230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30231 \begin_inset Text
30232
30233 \begin_layout Plain Layout
30234 b
30235 \end_layout
30236
30237 \end_inset
30238 </cell>
30239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30240 \begin_inset Text
30241
30242 \begin_layout Plain Layout
30243
30244 \end_layout
30245
30246 \end_inset
30247 </cell>
30248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30249 \begin_inset Text
30250
30251 \begin_layout Plain Layout
30252 c
30253 \end_layout
30254
30255 \end_inset
30256 </cell>
30257 </row>
30258 <row>
30259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30260 \begin_inset Text
30261
30262 \begin_layout Plain Layout
30263
30264 \end_layout
30265
30266 \end_inset
30267 </cell>
30268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30269 \begin_inset Text
30270
30271 \begin_layout Plain Layout
30272 d
30273 \end_layout
30274
30275 \end_inset
30276 </cell>
30277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30278 \begin_inset Text
30279
30280 \begin_layout Plain Layout
30281
30282 \end_layout
30283
30284 \end_inset
30285 </cell>
30286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30287 \begin_inset Text
30288
30289 \begin_layout Plain Layout
30290 e
30291 \end_layout
30292
30293 \end_inset
30294 </cell>
30295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30296 \begin_inset Text
30297
30298 \begin_layout Plain Layout
30299
30300 \end_layout
30301
30302 \end_inset
30303 </cell>
30304 </row>
30305 <row>
30306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30307 \begin_inset Text
30308
30309 \begin_layout Plain Layout
30310 f
30311 \end_layout
30312
30313 \end_inset
30314 </cell>
30315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30316 \begin_inset Text
30317
30318 \begin_layout Plain Layout
30319
30320 \end_layout
30321
30322 \end_inset
30323 </cell>
30324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30325 \begin_inset Text
30326
30327 \begin_layout Plain Layout
30328 g
30329 \end_layout
30330
30331 \end_inset
30332 </cell>
30333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30334 \begin_inset Text
30335
30336 \begin_layout Plain Layout
30337
30338 \end_layout
30339
30340 \end_inset
30341 </cell>
30342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30343 \begin_inset Text
30344
30345 \begin_layout Plain Layout
30346 h
30347 \end_layout
30348
30349 \end_inset
30350 </cell>
30351 </row>
30352 <row>
30353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30354 \begin_inset Text
30355
30356 \begin_layout Plain Layout
30357
30358 \end_layout
30359
30360 \end_inset
30361 </cell>
30362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30363 \begin_inset Text
30364
30365 \begin_layout Plain Layout
30366 i
30367 \end_layout
30368
30369 \end_inset
30370 </cell>
30371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30372 \begin_inset Text
30373
30374 \begin_layout Plain Layout
30375
30376 \end_layout
30377
30378 \end_inset
30379 </cell>
30380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30381 \begin_inset Text
30382
30383 \begin_layout Plain Layout
30384 j
30385 \end_layout
30386
30387 \end_inset
30388 </cell>
30389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30390 \begin_inset Text
30391
30392 \begin_layout Plain Layout
30393
30394 \end_layout
30395
30396 \end_inset
30397 </cell>
30398 </row>
30399 </lyxtabular>
30400
30401 \end_inset
30402
30403
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Standard
30412 \begin_inset ERT
30413 status collapsed
30414
30415 \begin_layout Plain Layout
30416
30417
30418 \backslash
30419 TabBesEnd
30420 \end_layout
30421
30422 \end_inset
30423
30424
30425 \end_layout
30426
30427 \begin_layout Standard
30428 \begin_inset ERT
30429 status collapsed
30430
30431 \begin_layout Plain Layout
30432
30433
30434 \backslash
30435 FigBesBeg
30436 \end_layout
30437
30438 \end_inset
30439
30440
30441 \begin_inset ERT
30442 status collapsed
30443
30444 \begin_layout Plain Layout
30445
30446
30447 \backslash
30448 sidecaptionvpos{figure}{c}
30449 \end_layout
30450
30451 \end_inset
30452
30453
30454 \begin_inset Float figure
30455 wide false
30456 sideways false
30457 status open
30458
30459 \begin_layout Plain Layout
30460 \begin_inset Graphics
30461         filename clipart/escher-lsd.eps
30462         scale 75
30463         scaleBeforeRotation
30464
30465 \end_inset
30466
30467
30468 \end_layout
30469
30470 \begin_layout Plain Layout
30471 \begin_inset Caption Standard
30472
30473 \begin_layout Plain Layout
30474 \begin_inset CommandInset label
30475 LatexCommand label
30476 name "fig:cap-beside-fig-2"
30477
30478 \end_inset
30479
30480 This is a vertically centered caption beside a figure.
30481 \end_layout
30482
30483 \end_inset
30484
30485
30486 \end_layout
30487
30488 \end_inset
30489
30490
30491 \end_layout
30492
30493 \begin_layout Standard
30494 \begin_inset ERT
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498
30499
30500 \backslash
30501 FigBesEnd
30502 \end_layout
30503
30504 \end_inset
30505
30506
30507 \end_layout
30508
30509 \begin_layout Standard
30510 \begin_inset ERT
30511 status collapsed
30512
30513 \begin_layout Plain Layout
30514
30515
30516 \backslash
30517 TabBesBeg[5]
30518 \end_layout
30519
30520 \end_inset
30521
30522
30523 \end_layout
30524
30525 \begin_layout Standard
30526 \begin_inset Float table
30527 wide false
30528 sideways false
30529 status open
30530
30531 \begin_layout Plain Layout
30532 \begin_inset Caption Standard
30533
30534 \begin_layout Plain Layout
30535 \begin_inset CommandInset label
30536 LatexCommand label
30537 name "tab:cap-beside-tab-wider"
30538
30539 \end_inset
30540
30541 This caption is wider than the one in Table
30542 \begin_inset space ~
30543 \end_inset
30544
30545
30546 \begin_inset CommandInset ref
30547 LatexCommand ref
30548 reference "tab:cap-beside-tab"
30549
30550 \end_inset
30551
30552 .
30553 \end_layout
30554
30555 \end_inset
30556
30557
30558 \end_layout
30559
30560 \begin_layout Plain Layout
30561 \begin_inset Tabular
30562 <lyxtabular version="3" rows="4" columns="5">
30563 <features tabularvalignment="middle">
30564 <column alignment="center" valignment="top">
30565 <column alignment="center" valignment="top">
30566 <column alignment="center" valignment="top">
30567 <column alignment="center" valignment="top">
30568 <column alignment="center" valignment="top">
30569 <row>
30570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30571 \begin_inset Text
30572
30573 \begin_layout Plain Layout
30574 a
30575 \end_layout
30576
30577 \end_inset
30578 </cell>
30579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30580 \begin_inset Text
30581
30582 \begin_layout Plain Layout
30583
30584 \end_layout
30585
30586 \end_inset
30587 </cell>
30588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30589 \begin_inset Text
30590
30591 \begin_layout Plain Layout
30592 b
30593 \end_layout
30594
30595 \end_inset
30596 </cell>
30597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30598 \begin_inset Text
30599
30600 \begin_layout Plain Layout
30601
30602 \end_layout
30603
30604 \end_inset
30605 </cell>
30606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30607 \begin_inset Text
30608
30609 \begin_layout Plain Layout
30610 c
30611 \end_layout
30612
30613 \end_inset
30614 </cell>
30615 </row>
30616 <row>
30617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30618 \begin_inset Text
30619
30620 \begin_layout Plain Layout
30621
30622 \end_layout
30623
30624 \end_inset
30625 </cell>
30626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30627 \begin_inset Text
30628
30629 \begin_layout Plain Layout
30630 d
30631 \end_layout
30632
30633 \end_inset
30634 </cell>
30635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30636 \begin_inset Text
30637
30638 \begin_layout Plain Layout
30639
30640 \end_layout
30641
30642 \end_inset
30643 </cell>
30644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30645 \begin_inset Text
30646
30647 \begin_layout Plain Layout
30648 e
30649 \end_layout
30650
30651 \end_inset
30652 </cell>
30653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30654 \begin_inset Text
30655
30656 \begin_layout Plain Layout
30657
30658 \end_layout
30659
30660 \end_inset
30661 </cell>
30662 </row>
30663 <row>
30664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30665 \begin_inset Text
30666
30667 \begin_layout Plain Layout
30668 f
30669 \end_layout
30670
30671 \end_inset
30672 </cell>
30673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30674 \begin_inset Text
30675
30676 \begin_layout Plain Layout
30677
30678 \end_layout
30679
30680 \end_inset
30681 </cell>
30682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30683 \begin_inset Text
30684
30685 \begin_layout Plain Layout
30686 g
30687 \end_layout
30688
30689 \end_inset
30690 </cell>
30691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30692 \begin_inset Text
30693
30694 \begin_layout Plain Layout
30695
30696 \end_layout
30697
30698 \end_inset
30699 </cell>
30700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30701 \begin_inset Text
30702
30703 \begin_layout Plain Layout
30704 h
30705 \end_layout
30706
30707 \end_inset
30708 </cell>
30709 </row>
30710 <row>
30711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30712 \begin_inset Text
30713
30714 \begin_layout Plain Layout
30715
30716 \end_layout
30717
30718 \end_inset
30719 </cell>
30720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30721 \begin_inset Text
30722
30723 \begin_layout Plain Layout
30724 i
30725 \end_layout
30726
30727 \end_inset
30728 </cell>
30729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30730 \begin_inset Text
30731
30732 \begin_layout Plain Layout
30733
30734 \end_layout
30735
30736 \end_inset
30737 </cell>
30738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30739 \begin_inset Text
30740
30741 \begin_layout Plain Layout
30742 j
30743 \end_layout
30744
30745 \end_inset
30746 </cell>
30747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30748 \begin_inset Text
30749
30750 \begin_layout Plain Layout
30751
30752 \end_layout
30753
30754 \end_inset
30755 </cell>
30756 </row>
30757 </lyxtabular>
30758
30759 \end_inset
30760
30761
30762 \end_layout
30763
30764 \end_inset
30765
30766
30767 \end_layout
30768
30769 \begin_layout Standard
30770 \begin_inset ERT
30771 status collapsed
30772
30773 \begin_layout Plain Layout
30774
30775
30776 \backslash
30777 TabBesEnd
30778 \end_layout
30779
30780 \end_inset
30781
30782
30783 \end_layout
30784
30785 \begin_layout Standard
30786 \begin_inset ERT
30787 status collapsed
30788
30789 \begin_layout Plain Layout
30790
30791
30792 \backslash
30793 else
30794 \end_layout
30795
30796 \end_inset
30797
30798
30799 \begin_inset Note Note
30800 status open
30801
30802 \begin_layout Plain Layout
30803 The following will be displayed when the \SpecialChar LaTeX
30804 -package 
30805 \series bold
30806 sidecap
30807 \series default
30808  is not installed:
30809 \end_layout
30810
30811 \end_inset
30812
30813
30814 \end_layout
30815
30816 \begin_layout Standard
30817 You need to install the \SpecialChar LaTeX
30818 -package 
30819 \series bold
30820 sidecap
30821 \series default
30822  to see the following part of this section in the output.
30823 \end_layout
30824
30825 \begin_layout Standard
30826 \begin_inset ERT
30827 status collapsed
30828
30829 \begin_layout Plain Layout
30830
30831
30832 \backslash
30833 fi
30834 \end_layout
30835
30836 \end_inset
30837
30838
30839 \end_layout
30840
30841 \begin_layout Section
30842 Listings of Floats
30843 \begin_inset Index idx
30844 status collapsed
30845
30846 \begin_layout Plain Layout
30847 Floats ! Float Lists
30848 \end_layout
30849
30850 \end_inset
30851
30852
30853 \end_layout
30854
30855 \begin_layout Standard
30856 Similar to the table of contents where the sections of the document are
30857  listed, there are listings for all float types, like the figures of the
30858  documents.
30859  You can insert them via the 
30860 \family sans
30861 Insert\SpecialChar menuseparator
30862 List
30863 \begin_inset space ~
30864 \end_inset
30865
30866 /
30867 \begin_inset space ~
30868 \end_inset
30869
30870 TOC
30871 \family default
30872  sub menus.
30873 \end_layout
30874
30875 \begin_layout Standard
30876 The list entries are the float captions or its short title, the float number,
30877  and the page number where they appear in the document.
30878 \end_layout
30879
30880 \begin_layout Standard
30881 You can find the list of figures and tables at the end of this document.
30882 \end_layout
30883
30884 \begin_layout Chapter
30885 Notes
30886 \end_layout
30887
30888 \begin_layout Section
30889 \SpecialChar LyX
30890  Notes
30891 \begin_inset Index idx
30892 status collapsed
30893
30894 \begin_layout Plain Layout
30895 Notes ! \SpecialChar LyX
30896  Notes
30897 \end_layout
30898
30899 \end_inset
30900
30901
30902 \end_layout
30903
30904 \begin_layout Standard
30905 Notes are inserted with the toolbar button 
30906 \begin_inset Info
30907 type  "icon"
30908 arg   "note-insert"
30909 \end_inset
30910
30911  or the menu 
30912 \family sans
30913 Insert\SpecialChar menuseparator
30914 Note
30915 \family default
30916 .
30917  There are three types of notes:
30918 \end_layout
30919
30920 \begin_layout Description
30921 \SpecialChar LyX
30922
30923 \begin_inset space ~
30924 \end_inset
30925
30926 Note This note type is for internal notes that won't appear in the output.
30927  Its note-box looks like this:
30928 \begin_inset Newline newline
30929 \end_inset
30930
30931
30932 \begin_inset Newline newline
30933 \end_inset
30934
30935
30936 \begin_inset Graphics
30937         filename clipart/LyXNoteImage.png
30938         display false
30939         scaleBeforeRotation
30940
30941 \end_inset
30942
30943  
30944 \begin_inset Note Note
30945 status open
30946
30947 \begin_layout Plain Layout
30948 This is text in a note box that doesn't appear in the output.
30949 \end_layout
30950
30951 \end_inset
30952
30953
30954 \end_layout
30955
30956 \begin_layout Description
30957 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
30958 -comment,
30959  when you export the document to \SpecialChar LaTeX
30960  via the menu 
30961 \family sans
30962 File\SpecialChar menuseparator
30963 Export\SpecialChar menuseparator
30964 LaTeX
30965 \begin_inset space ~
30966 \end_inset
30967
30968 (pdflatex) / (plain)
30969 \family default
30970 .
30971  Its note-box looks like this:
30972 \begin_inset Newline newline
30973 \end_inset
30974
30975
30976 \begin_inset Newline newline
30977 \end_inset
30978
30979
30980 \begin_inset Graphics
30981         filename clipart/CommentNoteImage.png
30982         display false
30983         scaleBeforeRotation
30984
30985 \end_inset
30986
30987  
30988 \begin_inset Note Comment
30989 status open
30990
30991 \begin_layout Plain Layout
30992 This is text in a note box that only appears as comment in \SpecialChar LaTeX
30993 -files.
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \end_layout
31000
31001 \begin_layout Description
31002 Greyed
31003 \begin_inset space ~
31004 \end_inset
31005
31006 Out This note will appear in the output as grey text.
31007  Its note-box looks like this:
31008 \begin_inset Newline newline
31009 \end_inset
31010
31011
31012 \begin_inset Newline newline
31013 \end_inset
31014
31015
31016 \begin_inset Graphics
31017         filename clipart/GreyedOutNoteImage.png
31018         display false
31019         scaleBeforeRotation
31020
31021 \end_inset
31022
31023
31024 \begin_inset Newline newline
31025 \end_inset
31026
31027
31028 \begin_inset ERT
31029 status collapsed
31030
31031 \begin_layout Plain Layout
31032
31033
31034 \backslash
31035 renewenvironment{lyxgreyedout}
31036 \end_layout
31037
31038 \begin_layout Plain Layout
31039
31040 {
31041 \backslash
31042 textcolor[gray]{0.8}
31043 \backslash
31044 bgroup}{
31045 \backslash
31046 egroup}
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \begin_inset Note Greyedout
31053 status open
31054
31055 \begin_layout Plain Layout
31056 This is text of a comment that appears grey in the output.
31057 \end_layout
31058
31059 \end_inset
31060
31061
31062 \begin_inset ERT
31063 status collapsed
31064
31065 \begin_layout Plain Layout
31066
31067
31068 \backslash
31069 renewenvironment{lyxgreyedout}
31070 \end_layout
31071
31072 \begin_layout Plain Layout
31073
31074 {
31075 \backslash
31076 textcolor{blue}
31077 \backslash
31078 bgroup}{
31079 \backslash
31080 egroup}
31081 \end_layout
31082
31083 \end_inset
31084
31085
31086 \begin_inset Note Note
31087 status collapsed
31088
31089 \begin_layout Plain Layout
31090 The greyed out note is here redefined to show it with the original \SpecialChar LyX
31091  definition
31092  because greyed out notes are redefined in the preamble of this document,
31093  as described below, to have blue text.
31094 \end_layout
31095
31096 \end_inset
31097
31098
31099 \begin_inset Newline newline
31100 \end_inset
31101
31102
31103 \begin_inset Newline newline
31104 \end_inset
31105
31106 As you can see in the example, the first line of greyed out notes is a bit
31107  indented and greyed out notes can have footnotes.
31108 \end_layout
31109
31110 \begin_layout Standard
31111 \begin_inset VSpace bigskip
31112 \end_inset
31113
31114 When you use the toolbar button 
31115 \begin_inset Info
31116 type  "icon"
31117 arg   "note-insert"
31118 \end_inset
31119
31120  to insert notes, a 
31121 \family sans
31122 \SpecialChar LyX
31123
31124 \begin_inset space ~
31125 \end_inset
31126
31127 Note
31128 \family default
31129  is inserted.
31130  You can switch between the three note types by right-clicking on the note-box.
31131  
31132 \family roman
31133 \series medium
31134 \bar no
31135 If you want to turn existing text into a note, mark it and click on the
31136  note
31137 \family default
31138 \series default
31139 \bar default
31140  toolbar 
31141 \family roman
31142 \series medium
31143 \bar no
31144 button
31145 \family default
31146 \series default
31147 \bar default
31148 .
31149  To change a note to text, press the backspace key when the cursor is in
31150  the first position of a note, or press the delete key when the cursor is
31151  in the very last position of the note, respectively.
31152 \end_layout
31153
31154 \begin_layout Standard
31155 \begin_inset VSpace bigskip
31156 \end_inset
31157
31158 You can change the text color of the greyed out notes in the menu 
31159 \family sans
31160 Document\SpecialChar menuseparator
31161 Settings\SpecialChar menuseparator
31162 Colors
31163 \family default
31164 .
31165 \end_layout
31166
31167 \begin_layout Section
31168 Footnotes
31169 \begin_inset CommandInset label
31170 LatexCommand label
31171 name "sec:Footnotes"
31172
31173 \end_inset
31174
31175
31176 \begin_inset Index idx
31177 status collapsed
31178
31179 \begin_layout Plain Layout
31180 Notes ! Footnotes
31181 \end_layout
31182
31183 \end_inset
31184
31185
31186 \begin_inset Index idx
31187 status collapsed
31188
31189 \begin_layout Plain Layout
31190 Footnotes
31191 \end_layout
31192
31193 \end_inset
31194
31195
31196 \end_layout
31197
31198 \begin_layout Standard
31199 Footnotes can be inserted using the toolbar button 
31200 \begin_inset Info
31201 type  "icon"
31202 arg   "footnote-insert"
31203 \end_inset
31204
31205  or the menu 
31206 \family sans
31207 Insert\SpecialChar menuseparator
31208 Footnote
31209 \family default
31210 .
31211  You will then see the following footnote-box: 
31212 \begin_inset Graphics
31213         filename clipart/footnote.png
31214         scale 95
31215         scaleBeforeRotation
31216
31217 \end_inset
31218
31219  
31220 \family roman
31221 \series medium
31222 \bar no
31223 where you can enter the footnote text.
31224  If you want to turn existing text into a footnote, mark it and click on
31225  the footnote
31226 \family default
31227 \series default
31228 \bar default
31229  toolbar 
31230 \family roman
31231 \series medium
31232 \bar no
31233 button
31234 \family default
31235 \series default
31236 \bar default
31237 .
31238  To change a 
31239 \family roman
31240 \series medium
31241 \bar no
31242 footnote
31243 \family default
31244 \series default
31245 \bar default
31246  to text, press the 
31247 \family sans
31248 Backspace
31249 \family default
31250  key when the cursor is in the first position of a 
31251 \family roman
31252 \series medium
31253 \bar no
31254 footnote
31255 \family default
31256 \series default
31257 \bar default
31258 , or press the 
31259 \family sans
31260 Delete
31261 \family default
31262  key when the cursor is in the very last position of the 
31263 \family roman
31264 \series medium
31265 \bar no
31266 footnote
31267 \family default
31268 \series default
31269 \bar default
31270 , respectively.
31271 \end_layout
31272
31273 \begin_layout Standard
31274 Here is an example footnote:
31275 \family roman
31276 \series medium
31277 \bar no
31278
31279 \begin_inset Foot
31280 status open
31281
31282 \begin_layout Plain Layout
31283 \begin_inset CommandInset label
31284 LatexCommand label
31285 name "foot:This-is-an"
31286
31287 \end_inset
31288
31289 This is an example footnote.
31290 \end_layout
31291
31292 \end_inset
31293
31294
31295 \family default
31296 \series default
31297 \bar default
31298
31299 \begin_inset ERT
31300 status collapsed
31301
31302 \begin_layout Plain Layout
31303
31304
31305 \backslash
31306 newcounter{MyRepeatFoot}
31307 \end_layout
31308
31309 \begin_layout Plain Layout
31310
31311
31312 \backslash
31313 setcounter{MyRepeatFoot}{
31314 \backslash
31315 thefootnote}
31316 \end_layout
31317
31318 \end_inset
31319
31320
31321 \end_layout
31322
31323 \begin_layout Standard
31324 The footnote will appear in the output as a superscript number at the text
31325  position where the footnote box is placed.
31326  The footnote text is placed at the bottom of the current page.
31327  The footnote number is calculated by \SpecialChar LaTeX
31328 ; the numbers are consecutive.
31329  Whether the footnote number is reset for every chapter depends on your
31330  document class.
31331 \end_layout
31332
31333 \begin_layout Standard
31334 Footnotes can be referenced like floats: Insert a label into the footnote
31335  and cross-reference this label in the text as described in section
31336 \begin_inset space ~
31337 \end_inset
31338
31339
31340 \begin_inset CommandInset ref
31341 LatexCommand ref
31342 reference "sec:Referencing-Floats"
31343
31344 \end_inset
31345
31346 .
31347 \begin_inset Newline newline
31348 \end_inset
31349
31350 This is a cross-reference of Footnote
31351 \begin_inset space ~
31352 \end_inset
31353
31354
31355 \begin_inset CommandInset ref
31356 LatexCommand ref
31357 reference "foot:This-is-an"
31358
31359 \end_inset
31360
31361 .
31362 \end_layout
31363
31364 \begin_layout Standard
31365 \begin_inset VSpace defskip
31366 \end_inset
31367
31368 Footnotes in title environments are usually not numbered with symbols and
31369  they cannot contain several paragraphs.
31370  See for example the footnote in the titling of this document.
31371 \end_layout
31372
31373 \begin_layout Standard
31374 \begin_inset VSpace defskip
31375 \end_inset
31376
31377 Footnotes in tables are not printed by \SpecialChar LaTeX
31378  due to technical reasons.
31379  However there exists another method to print them: Instead of the footnote
31380  the command 
31381 \series bold
31382
31383 \backslash
31384 footnotemark{}
31385 \series default
31386  is inserted as \SpecialChar TeX
31387  code.
31388  The text of the footnote is entered as an argument of the \SpecialChar TeX
31389  code command
31390  
31391 \series bold
31392
31393 \backslash
31394 footnotetext
31395 \series default
31396  after the table.
31397 \begin_inset Newline newline
31398 \end_inset
31399
31400 This was done for the following table with the command
31401 \end_layout
31402
31403 \begin_layout Standard
31404
31405 \series bold
31406
31407 \backslash
31408 footnotetext{
31409 \series default
31410 Printed table footnote.
31411 \series bold
31412 }
31413 \end_layout
31414
31415 \begin_layout Standard
31416 \begin_inset Tabular
31417 <lyxtabular version="3" rows="2" columns="1">
31418 <features tabularvalignment="middle">
31419 <column alignment="center" valignment="top">
31420 <row>
31421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31422 \begin_inset Text
31423
31424 \begin_layout Plain Layout
31425 This an example text.
31426 \begin_inset Foot
31427 status open
31428
31429 \begin_layout Plain Layout
31430 This footnote will not be printed!
31431 \end_layout
31432
31433 \end_inset
31434
31435
31436 \end_layout
31437
31438 \end_inset
31439 </cell>
31440 </row>
31441 <row>
31442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31443 \begin_inset Text
31444
31445 \begin_layout Plain Layout
31446 This an example text.
31447 \begin_inset ERT
31448 status collapsed
31449
31450 \begin_layout Plain Layout
31451
31452
31453 \backslash
31454 footnotemark{}
31455 \end_layout
31456
31457 \end_inset
31458
31459
31460 \end_layout
31461
31462 \end_inset
31463 </cell>
31464 </row>
31465 </lyxtabular>
31466
31467 \end_inset
31468
31469
31470 \begin_inset ERT
31471 status collapsed
31472
31473 \begin_layout Plain Layout
31474
31475
31476 \backslash
31477 footnotetext{
31478 \end_layout
31479
31480 \end_inset
31481
31482 Printed table footnote.
31483 \begin_inset ERT
31484 status collapsed
31485
31486 \begin_layout Plain Layout
31487
31488 }
31489 \end_layout
31490
31491 \end_inset
31492
31493
31494 \end_layout
31495
31496 \begin_layout Standard
31497 Footnotes in multi-page tables are described in section
31498 \begin_inset space ~
31499 \end_inset
31500
31501
31502 \begin_inset CommandInset ref
31503 LatexCommand ref
31504 reference "subsec:Footnotes-in-Multi-page"
31505
31506 \end_inset
31507
31508 .
31509 \end_layout
31510
31511 \begin_layout Standard
31512 Footnotes in minipage boxes are printed, but inside the box and with a different
31513  numbering because a minipage box is like a page inside a page.
31514  (For more about minipages, see section
31515 \begin_inset space ~
31516 \end_inset
31517
31518
31519 \begin_inset CommandInset ref
31520 LatexCommand ref
31521 reference "sec:Minipages"
31522
31523 \end_inset
31524
31525 .) To get a footnote in the minipage that is output at the bottom of the
31526  page like normal footnotes, also use the method of 
31527 \series bold
31528
31529 \backslash
31530 footnotemark{}
31531 \series default
31532  and 
31533 \series bold
31534
31535 \backslash
31536 footnotetext
31537 \series default
31538 .
31539 \end_layout
31540
31541 \begin_layout Standard
31542 \begin_inset Box Frameless
31543 position "t"
31544 hor_pos "c"
31545 has_inner_box 1
31546 inner_pos "t"
31547 use_parbox 0
31548 use_makebox 0
31549 width "100col%"
31550 special "none"
31551 height "1in"
31552 height_special "totalheight"
31553 thickness "0.4pt"
31554 separation "3pt"
31555 shadowsize "4pt"
31556 framecolor "black"
31557 backgroundcolor "none"
31558 status open
31559
31560 \begin_layout Plain Layout
31561 This an example text in a minipage.
31562 \begin_inset Foot
31563 status open
31564
31565 \begin_layout Plain Layout
31566 Footnote in the minipage.
31567 \end_layout
31568
31569 \end_inset
31570
31571
31572 \end_layout
31573
31574 \begin_layout Plain Layout
31575 This an example text in a minipage.
31576 \begin_inset ERT
31577 status collapsed
31578
31579 \begin_layout Plain Layout
31580
31581
31582 \backslash
31583 footnotemark{}
31584 \end_layout
31585
31586 \end_inset
31587
31588
31589 \end_layout
31590
31591 \end_inset
31592
31593
31594 \end_layout
31595
31596 \begin_layout Standard
31597 \begin_inset ERT
31598 status collapsed
31599
31600 \begin_layout Plain Layout
31601
31602
31603 \backslash
31604 footnotetext{
31605 \end_layout
31606
31607 \end_inset
31608
31609 Footnote outside the minipage.
31610 \begin_inset ERT
31611 status collapsed
31612
31613 \begin_layout Plain Layout
31614
31615 }
31616 \end_layout
31617
31618 \end_inset
31619
31620
31621 \end_layout
31622
31623 \begin_layout Standard
31624 \begin_inset VSpace defskip
31625 \end_inset
31626
31627
31628 \end_layout
31629
31630 \begin_layout Standard
31631 To refer to the same footnote several times without printing the footnote
31632  text every time, use the command 
31633 \series bold
31634
31635 \backslash
31636 footnotemark[number]
31637 \series default
31638  in \SpecialChar TeX
31639  code.
31640 \begin_inset Newline newline
31641 \end_inset
31642
31643 As you do not know the number of the repeating footnote while you are writing
31644  the text, you have to store its number.
31645  For the following footnote mark example, these commands were inserted in
31646  \SpecialChar TeX
31647  code after Footnote
31648 \begin_inset space ~
31649 \end_inset
31650
31651
31652 \begin_inset CommandInset ref
31653 LatexCommand ref
31654 reference "foot:This-is-an"
31655
31656 \end_inset
31657
31658  to store the footnote number:
31659 \end_layout
31660
31661 \begin_layout Standard
31662
31663 \series bold
31664
31665 \backslash
31666 newcounter{MyRepeatFoot}
31667 \begin_inset Newline newline
31668 \end_inset
31669
31670
31671 \backslash
31672 setcounter{MyRepeatFoot}{
31673 \backslash
31674 thefootnote}
31675 \end_layout
31676
31677 \begin_layout Standard
31678 The footnote mark was then created with this command:
31679 \end_layout
31680
31681 \begin_layout Standard
31682
31683 \series bold
31684
31685 \backslash
31686 footnotemark[
31687 \backslash
31688 theMyRepeatFoot]
31689 \end_layout
31690
31691 \begin_layout Standard
31692 Here is a repeated footnote:
31693 \family roman
31694 \series medium
31695 \bar no
31696
31697 \begin_inset ERT
31698 status collapsed
31699
31700 \begin_layout Plain Layout
31701
31702
31703 \backslash
31704 footnotemark[
31705 \backslash
31706 theMyRepeatFoot]
31707 \end_layout
31708
31709 \end_inset
31710
31711
31712 \end_layout
31713
31714 \begin_layout Standard
31715 If you want to repeat the previous footnote, you can omit the storage of
31716  the footnote number and just use this command instead:
31717 \end_layout
31718
31719 \begin_layout Standard
31720
31721 \series bold
31722
31723 \backslash
31724 footnotemark[
31725 \backslash
31726 thefootnote]
31727 \end_layout
31728
31729 \begin_layout Standard
31730 Here is another repeated footnote:
31731 \family roman
31732 \series medium
31733 \bar no
31734
31735 \begin_inset ERT
31736 status collapsed
31737
31738 \begin_layout Plain Layout
31739
31740
31741 \backslash
31742 footnotemark[
31743 \backslash
31744 thefootnote]
31745 \end_layout
31746
31747 \end_inset
31748
31749
31750 \end_layout
31751
31752 \begin_layout Subsection
31753 Footnote Numbering
31754 \begin_inset CommandInset label
31755 LatexCommand label
31756 name "subsec:Footnote-Numbering"
31757
31758 \end_inset
31759
31760
31761 \begin_inset Index idx
31762 status collapsed
31763
31764 \begin_layout Plain Layout
31765 Footnotes ! Numbering
31766 \end_layout
31767
31768 \end_inset
31769
31770
31771 \end_layout
31772
31773 \begin_layout Standard
31774 To reset the footnote number back to 1 after each section
31775 \family roman
31776 , add this command to your document preamble:
31777 \end_layout
31778
31779 \begin_layout Standard
31780
31781 \series bold
31782
31783 \backslash
31784 @addtoreset{footnote}{section}
31785 \end_layout
31786
31787 \begin_layout Standard
31788 \begin_inset VSpace bigskip
31789 \end_inset
31790
31791 The following preamble command changes the footnote numbering style to small
31792  roman numerals:
31793 \end_layout
31794
31795 \begin_layout Standard
31796
31797 \series bold
31798
31799 \backslash
31800 renewcommand{
31801 \backslash
31802 thefootnote}{
31803 \backslash
31804 roman{footnote}}
31805 \end_layout
31806
31807 \begin_layout Standard
31808 \begin_inset ERT
31809 status collapsed
31810
31811 \begin_layout Plain Layout
31812
31813
31814 \backslash
31815 renewcommand{
31816 \backslash
31817 thefootnote}{
31818 \backslash
31819 roman{footnote}}
31820 \end_layout
31821
31822 \end_inset
31823
31824  This is a footnote with roman numbering:
31825 \begin_inset Foot
31826 status open
31827
31828 \begin_layout Plain Layout
31829 This is an example footnote with roman numbering.
31830 \end_layout
31831
31832 \end_inset
31833
31834
31835 \end_layout
31836
31837 \begin_layout Standard
31838 To change the numbering style to capital roman numerals replace in the command
31839  above 
31840 \series bold
31841
31842 \backslash
31843 roman
31844 \series default
31845  by 
31846 \series bold
31847
31848 \backslash
31849 Roman
31850 \series default
31851 .
31852  To 
31853 \begin_inset Quotes eld
31854 \end_inset
31855
31856 number
31857 \begin_inset Quotes erd
31858 \end_inset
31859
31860  footnotes with capital or small Latin letters use 
31861 \series bold
31862
31863 \backslash
31864 Alph
31865 \series default
31866  or 
31867 \series bold
31868
31869 \backslash
31870 alph
31871 \series default
31872 , respectively.
31873  To 
31874 \begin_inset Quotes eld
31875 \end_inset
31876
31877 number
31878 \begin_inset Quotes erd
31879 \end_inset
31880
31881  footnotes with symbols use 
31882 \series bold
31883
31884 \backslash
31885 fnsymbol
31886 \series default
31887 .
31888 \end_layout
31889
31890 \begin_layout Standard
31891 \begin_inset Note Greyedout
31892 status open
31893
31894 \begin_layout Plain Layout
31895
31896 \series bold
31897 Note:
31898 \series default
31899  You can only number 26 footnotes with Latin letters, because this numbering
31900  is limited to single letters.
31901 \end_layout
31902
31903 \end_inset
31904
31905
31906 \begin_inset Newline newline
31907 \end_inset
31908
31909
31910 \begin_inset Note Greyedout
31911 status open
31912
31913 \begin_layout Plain Layout
31914
31915 \series bold
31916 Note:
31917 \series default
31918  You can only number 9 footnotes with symbols.
31919 \end_layout
31920
31921 \end_inset
31922
31923
31924 \end_layout
31925
31926 \begin_layout Standard
31927 To return to the default numbering style after you have changed to another
31928  one, use 
31929 \series bold
31930
31931 \backslash
31932 arabic
31933 \series default
31934  instead of 
31935 \series bold
31936
31937 \backslash
31938 roman
31939 \series default
31940  in the command above.
31941 \begin_inset ERT
31942 status collapsed
31943
31944 \begin_layout Plain Layout
31945
31946
31947 \backslash
31948 renewcommand{
31949 \backslash
31950 thefootnote}{
31951 \backslash
31952 arabic{footnote}}
31953 \end_layout
31954
31955 \end_inset
31956
31957
31958 \end_layout
31959
31960 \begin_layout Standard
31961 \begin_inset VSpace bigskip
31962 \end_inset
31963
31964
31965 \end_layout
31966
31967 \begin_layout Standard
31968 If you want to have footnotes numbered in the scheme 
31969 \begin_inset Quotes eld
31970 \end_inset
31971
31972 chapter.footnote
31973 \begin_inset Quotes erd
31974 \end_inset
31975
31976 , add the following command to your document preamble:
31977 \end_layout
31978
31979 \begin_layout Standard
31980
31981 \series bold
31982
31983 \backslash
31984 numberwithin{footnote}{chapter}
31985 \end_layout
31986
31987 \begin_layout Standard
31988 To be able to use the command 
31989 \series bold
31990
31991 \backslash
31992 numberwithin
31993 \series default
31994 , set in the tab 
31995 \family sans
31996 Math
31997 \begin_inset space ~
31998 \end_inset
31999
32000 Options
32001 \family default
32002  in the document settings the option 
32003 \family sans
32004 Use
32005 \begin_inset space ~
32006 \end_inset
32007
32008 AMS
32009 \begin_inset space ~
32010 \end_inset
32011
32012 math
32013 \begin_inset space ~
32014 \end_inset
32015
32016 package
32017 \family default
32018 .
32019 \end_layout
32020
32021 \begin_layout Standard
32022 \begin_inset ERT
32023 status collapsed
32024
32025 \begin_layout Plain Layout
32026
32027
32028 \backslash
32029 numberwithin{footnote}{chapter}
32030 \end_layout
32031
32032 \end_inset
32033
32034 This is another example footnote:
32035 \series bold
32036
32037 \begin_inset Foot
32038 status open
32039
32040 \begin_layout Plain Layout
32041 This is a footnote numbered in the scheme 
32042 \begin_inset Quotes eld
32043 \end_inset
32044
32045 chapter.footnote
32046 \begin_inset Quotes erd
32047 \end_inset
32048
32049 .
32050 \end_layout
32051
32052 \end_inset
32053
32054
32055 \series default
32056
32057 \begin_inset ERT
32058 status collapsed
32059
32060 \begin_layout Plain Layout
32061
32062
32063 \backslash
32064 renewcommand{
32065 \backslash
32066 thefootnote}{
32067 \backslash
32068 arabic{footnote}}
32069 \end_layout
32070
32071 \end_inset
32072
32073
32074 \end_layout
32075
32076 \begin_layout Standard
32077 \begin_inset Note Greyedout
32078 status open
32079
32080 \begin_layout Plain Layout
32081
32082 \series bold
32083 Note:
32084 \series default
32085  
32086 \series bold
32087
32088 \backslash
32089 numberwithin
32090 \series default
32091  always prints out the footnote number as arabic number; previous redefinitions
32092  to get non-arabic numbers are overwritten.
32093 \end_layout
32094
32095 \end_inset
32096
32097
32098 \end_layout
32099
32100 \begin_layout Standard
32101 So to get for example the scheme 
32102 \begin_inset Quotes eld
32103 \end_inset
32104
32105 chapter.
32106 \backslash
32107 Roman{footnote}
32108 \begin_inset Quotes erd
32109 \end_inset
32110
32111 , use this command instead of 
32112 \series bold
32113
32114 \backslash
32115 numberwithin
32116 \series default
32117 :
32118 \end_layout
32119
32120 \begin_layout Standard
32121
32122 \series bold
32123
32124 \backslash
32125 renewcommand{
32126 \backslash
32127 thefootnote}{
32128 \backslash
32129 thechapter.
32130 \backslash
32131 Roman{footnote}}
32132 \end_layout
32133
32134 \begin_layout Subsection
32135 Footnote Placement
32136 \begin_inset Index idx
32137 status collapsed
32138
32139 \begin_layout Plain Layout
32140 Footnotes ! Placement
32141 \end_layout
32142
32143 \end_inset
32144
32145
32146 \end_layout
32147
32148 \begin_layout Standard
32149 If you have several footnotes in one page, they appear without vertical
32150  space between them at the bottom of the page.
32151  To make them more readable you can e.
32152 \begin_inset space \thinspace{}
32153 \end_inset
32154
32155 g.
32156 \begin_inset space \space{}
32157 \end_inset
32158
32159 add 1.5
32160 \begin_inset space \thinspace{}
32161 \end_inset
32162
32163 mm space with the following preamble command:
32164 \end_layout
32165
32166 \begin_layout Standard
32167
32168 \series bold
32169
32170 \backslash
32171 let
32172 \backslash
32173 myFoot
32174 \backslash
32175 footnote
32176 \begin_inset Newline newline
32177 \end_inset
32178
32179
32180 \backslash
32181 renewcommand{
32182 \backslash
32183 footnote}[1]{
32184 \backslash
32185 myFoot{#1
32186 \backslash
32187 vspace{1.5mm}}}
32188 \end_layout
32189
32190 \begin_layout Standard
32191 \begin_inset VSpace bigskip
32192 \end_inset
32193
32194 In a two-column document the footnotes appear at the bottom of every column,
32195  see Figure
32196 \begin_inset space ~
32197 \end_inset
32198
32199
32200 \begin_inset CommandInset ref
32201 LatexCommand ref
32202 reference "fig:Standard-footnote-placement"
32203
32204 \end_inset
32205
32206 .
32207  If the footnotes should only appear at the bottom of the right column,
32208  as in Figure
32209 \begin_inset space ~
32210 \end_inset
32211
32212
32213 \begin_inset CommandInset ref
32214 LatexCommand ref
32215 reference "fig:Footnote-placement-in"
32216
32217 \end_inset
32218
32219 , use the \SpecialChar LaTeX
32220 -package 
32221 \series bold
32222 ftnright
32223 \series default
32224
32225 \begin_inset Index idx
32226 status collapsed
32227
32228 \begin_layout Plain Layout
32229 \SpecialChar LaTeX
32230 -packages ! ftnright
32231 \end_layout
32232
32233 \end_inset
32234
32235  with this command in the document preamble:
32236 \end_layout
32237
32238 \begin_layout Standard
32239
32240 \series bold
32241
32242 \backslash
32243 usepackage{ftnright}
32244 \end_layout
32245
32246 \begin_layout Standard
32247 \begin_inset Float figure
32248 placement !h
32249 wide false
32250 sideways false
32251 status open
32252
32253 \begin_layout Plain Layout
32254 \noindent
32255 \align center
32256 \begin_inset Box Boxed
32257 position "t"
32258 hor_pos "c"
32259 has_inner_box 0
32260 inner_pos "t"
32261 use_parbox 0
32262 use_makebox 0
32263 width ""
32264 special "none"
32265 height "1in"
32266 height_special "totalheight"
32267 thickness "0.4pt"
32268 separation "3pt"
32269 shadowsize "4pt"
32270 framecolor "black"
32271 backgroundcolor "none"
32272 status open
32273
32274 \begin_layout Plain Layout
32275 \begin_inset Graphics
32276         filename clipart/without_fntright.pdf
32277         width 100col%
32278         scaleBeforeRotation
32279
32280 \end_inset
32281
32282
32283 \end_layout
32284
32285 \end_inset
32286
32287
32288 \end_layout
32289
32290 \begin_layout Plain Layout
32291 \begin_inset Caption Standard
32292
32293 \begin_layout Plain Layout
32294 \begin_inset CommandInset label
32295 LatexCommand label
32296 name "fig:Standard-footnote-placement"
32297
32298 \end_inset
32299
32300 Standard footnote placement in two-column documents.
32301 \end_layout
32302
32303 \end_inset
32304
32305
32306 \end_layout
32307
32308 \end_inset
32309
32310
32311 \end_layout
32312
32313 \begin_layout Standard
32314 \begin_inset Float figure
32315 placement !h
32316 wide false
32317 sideways false
32318 status open
32319
32320 \begin_layout Plain Layout
32321 \noindent
32322 \align center
32323 \begin_inset Box Boxed
32324 position "t"
32325 hor_pos "c"
32326 has_inner_box 0
32327 inner_pos "t"
32328 use_parbox 0
32329 use_makebox 0
32330 width ""
32331 special "none"
32332 height "1in"
32333 height_special "totalheight"
32334 thickness "0.4pt"
32335 separation "3pt"
32336 shadowsize "4pt"
32337 framecolor "black"
32338 backgroundcolor "none"
32339 status open
32340
32341 \begin_layout Plain Layout
32342 \begin_inset Graphics
32343         filename clipart/with_fntright.pdf
32344         width 100col%
32345         scaleBeforeRotation
32346
32347 \end_inset
32348
32349
32350 \end_layout
32351
32352 \end_inset
32353
32354
32355 \end_layout
32356
32357 \begin_layout Plain Layout
32358 \begin_inset Caption Standard
32359
32360 \begin_layout Plain Layout
32361 \begin_inset CommandInset label
32362 LatexCommand label
32363 name "fig:Footnote-placement-in"
32364
32365 \end_inset
32366
32367 Footnote placement in two-column documents when the \SpecialChar LaTeX
32368 -package 
32369 \series bold
32370 ftnright
32371 \series default
32372  is used.
32373 \end_layout
32374
32375 \end_inset
32376
32377
32378 \end_layout
32379
32380 \end_inset
32381
32382
32383 \end_layout
32384
32385 \begin_layout Standard
32386 \begin_inset VSpace bigskip
32387 \end_inset
32388
32389 In some scientific literature it is usual to collect the footnotes and print
32390  them in a separate paragraph at the end of a section, as in Figure
32391 \begin_inset space ~
32392 \end_inset
32393
32394
32395 \begin_inset CommandInset ref
32396 LatexCommand ref
32397 reference "fig:Endnotes"
32398
32399 \end_inset
32400
32401 .
32402  They are then called 
32403 \begin_inset Quotes eld
32404 \end_inset
32405
32406 endnotes
32407 \begin_inset Quotes erd
32408 \end_inset
32409
32410 .
32411 \begin_inset Index idx
32412 status collapsed
32413
32414 \begin_layout Plain Layout
32415 Endnotes
32416 \end_layout
32417
32418 \end_inset
32419
32420  To use endnotes instead of footnotes in your document, load in the menu
32421  
32422 \family sans
32423 Document\SpecialChar menuseparator
32424 Settings\SpecialChar menuseparator
32425 Modules 
32426 \family default
32427 the module 
32428 \family sans
32429 Foot
32430 \begin_inset space ~
32431 \end_inset
32432
32433 to
32434 \begin_inset space ~
32435 \end_inset
32436
32437 End
32438 \family default
32439 .
32440  To insert the collected footnotes, insert the command
32441 \end_layout
32442
32443 \begin_layout Standard
32444
32445 \series bold
32446
32447 \backslash
32448 theendnotes
32449 \end_layout
32450
32451 \begin_layout Standard
32452 in \SpecialChar TeX
32453  Code at the end of a section or chapter.
32454 \end_layout
32455
32456 \begin_layout Standard
32457 \begin_inset Float figure
32458 wide false
32459 sideways false
32460 status open
32461
32462 \begin_layout Plain Layout
32463 \noindent
32464 \align center
32465 \begin_inset Box Boxed
32466 position "t"
32467 hor_pos "c"
32468 has_inner_box 0
32469 inner_pos "t"
32470 use_parbox 0
32471 use_makebox 0
32472 width ""
32473 special "none"
32474 height "1in"
32475 height_special "totalheight"
32476 thickness "0.4pt"
32477 separation "3pt"
32478 shadowsize "4pt"
32479 framecolor "black"
32480 backgroundcolor "none"
32481 status open
32482
32483 \begin_layout Plain Layout
32484 \begin_inset Graphics
32485         filename clipart/endnotes.pdf
32486         width 100col%
32487         scaleBeforeRotation
32488
32489 \end_inset
32490
32491
32492 \end_layout
32493
32494 \end_inset
32495
32496
32497 \end_layout
32498
32499 \begin_layout Plain Layout
32500 \begin_inset Caption Standard
32501
32502 \begin_layout Plain Layout
32503 \begin_inset CommandInset label
32504 LatexCommand label
32505 name "fig:Endnotes"
32506
32507 \end_inset
32508
32509 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
32510  or chapters.
32511 \end_layout
32512
32513 \end_inset
32514
32515
32516 \end_layout
32517
32518 \end_inset
32519
32520
32521 \end_layout
32522
32523 \begin_layout Standard
32524 \begin_inset VSpace medskip
32525 \end_inset
32526
32527 The paragraph heading for the endnotes isn't automatically translated into
32528  the document language, this must be done manually.
32529  The following preamble command translates the default English 
32530 \begin_inset Quotes eld
32531 \end_inset
32532
32533 Notes
32534 \begin_inset Quotes erd
32535 \end_inset
32536
32537  into the German 
32538 \begin_inset Quotes eld
32539 \end_inset
32540
32541 Anmerkungen
32542 \begin_inset Quotes erd
32543 \end_inset
32544
32545 :
32546 \end_layout
32547
32548 \begin_layout Standard
32549
32550 \series bold
32551
32552 \backslash
32553 renewcommand{
32554 \backslash
32555 notesname}{Anmerkungen}
32556 \end_layout
32557
32558 \begin_layout Standard
32559 \begin_inset VSpace medskip
32560 \end_inset
32561
32562 The numbering of endnotes can be changed like the footnote numbering as
32563  described in section
32564 \begin_inset space ~
32565 \end_inset
32566
32567
32568 \begin_inset CommandInset ref
32569 LatexCommand ref
32570 reference "subsec:Footnote-Numbering"
32571
32572 \end_inset
32573
32574 ; just replace the command 
32575 \series bold
32576
32577 \backslash
32578 thefootnote
32579 \series default
32580  by 
32581 \series bold
32582
32583 \backslash
32584 theendnote
32585 \series default
32586 .
32587  To reset the endnote number use the command 
32588 \series bold
32589
32590 \backslash
32591 @addtoreset
32592 \series default
32593  as described in section
32594 \begin_inset space ~
32595 \end_inset
32596
32597
32598 \begin_inset CommandInset ref
32599 LatexCommand ref
32600 reference "subsec:Footnote-Numbering"
32601
32602 \end_inset
32603
32604  and replace the command parameter 
32605 \series bold
32606 footnote
32607 \series default
32608  by 
32609 \series bold
32610 endnote
32611 \series default
32612 .
32613 \end_layout
32614
32615 \begin_layout Standard
32616 For endnotes there is the command 
32617 \series bold
32618
32619 \backslash
32620 endnotemark[number]
32621 \series default
32622  similar to the command 
32623 \series bold
32624
32625 \backslash
32626 footnotemark
32627 \series default
32628 , that is described in section
32629 \begin_inset space ~
32630 \end_inset
32631
32632
32633 \begin_inset CommandInset ref
32634 LatexCommand ref
32635 reference "sec:Footnotes"
32636
32637 \end_inset
32638
32639 .
32640 \end_layout
32641
32642 \begin_layout Standard
32643 \begin_inset VSpace bigskip
32644 \end_inset
32645
32646 Footnotes can also be placed in the page margin and the footnote text alignment
32647  can be changed, see the \SpecialChar LaTeX
32648 -package 
32649 \series bold
32650 footmisc
32651 \series default
32652
32653 \begin_inset Index idx
32654 status collapsed
32655
32656 \begin_layout Plain Layout
32657 \SpecialChar LaTeX
32658 -packages ! footmisc
32659 \end_layout
32660
32661 \end_inset
32662
32663
32664 \begin_inset CommandInset citation
32665 LatexCommand cite
32666 key "footmisc"
32667
32668 \end_inset
32669
32670  for more information about this.
32671 \end_layout
32672
32673 \begin_layout Standard
32674 For various further footnote formatting issues have a look at \SpecialChar LaTeX
32675 -books, 
32676 \begin_inset CommandInset citation
32677 LatexCommand cite
32678 key "latexcompanion,latexguide,latexbook"
32679
32680 \end_inset
32681
32682 .
32683  If you are using a 
32684 \series bold
32685 KOMA-Script
32686 \series default
32687
32688 \begin_inset Index idx
32689 status collapsed
32690
32691 \begin_layout Plain Layout
32692 \SpecialChar LaTeX
32693 -packages ! KOMA-Script
32694 \end_layout
32695
32696 \end_inset
32697
32698  document class, you can adjust all footnote settings using class-specific
32699  commands, see 
32700 \begin_inset CommandInset citation
32701 LatexCommand cite
32702 key "KOMA-Script"
32703
32704 \end_inset
32705
32706 .
32707 \end_layout
32708
32709 \begin_layout Section
32710 Margin Notes
32711 \begin_inset Index idx
32712 status collapsed
32713
32714 \begin_layout Plain Layout
32715 Notes ! Margin Notes
32716 \end_layout
32717
32718 \end_inset
32719
32720
32721 \end_layout
32722
32723 \begin_layout Standard
32724 Margin notes look and behave in \SpecialChar LyX
32725  like footnotes.
32726  They are inserted via the menu 
32727 \family sans
32728 Insert\SpecialChar menuseparator
32729 Marginal
32730 \begin_inset space ~
32731 \end_inset
32732
32733 Note
32734 \family default
32735  or the toolbar button 
32736 \begin_inset Info
32737 type  "icon"
32738 arg   "marginalnote-insert"
32739 \end_inset
32740
32741 .
32742  A grey 
32743 \family roman
32744 \series medium
32745 box with the
32746 \family default
32747 \series default
32748  red 
32749 \family roman
32750 \series medium
32751 label 
32752 \begin_inset Quotes eld
32753 \end_inset
32754
32755 margin
32756 \begin_inset Quotes erd
32757 \end_inset
32758
32759  appears where you can enter the text of the margin note.
32760 \end_layout
32761
32762 \begin_layout Standard
32763 At the side is an example margin note.
32764
32765 \family roman
32766 \series medium
32767  
32768 \begin_inset Marginal
32769 status open
32770
32771 \begin_layout Plain Layout
32772 This is a margin note.
32773 \end_layout
32774
32775 \end_inset
32776
32777
32778 \end_layout
32779
32780 \begin_layout Standard
32781 Margin notes appear at the right side in single-sided documents.
32782  In double-sided documents they appear in the outer margin â€“ left on even
32783  pages, right on odd pages.
32784  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
32785 d when the note appears in the left margin.
32786  The first line of the margin note is placed at the position of the text
32787  line where it is inserted in the document.
32788 \end_layout
32789
32790 \begin_layout Standard
32791 \begin_inset VSpace bigskip
32792 \end_inset
32793
32794 To place the margin note in the inner margin, add the command
32795 \end_layout
32796
32797 \begin_layout Standard
32798
32799 \series bold
32800
32801 \backslash
32802 reversemarginpar
32803 \end_layout
32804
32805 \begin_layout Standard
32806 in \SpecialChar TeX
32807  Code before a margin note.
32808  The new placement is valid for all subsequent margin notes.
32809  
32810 \begin_inset ERT
32811 status collapsed
32812
32813 \begin_layout Plain Layout
32814
32815
32816 \backslash
32817 reversemarginpar 
32818 \end_layout
32819
32820 \end_inset
32821
32822
32823 \begin_inset Marginal
32824 status open
32825
32826 \begin_layout Plain Layout
32827 This is a margin note in the inner margin.
32828 \end_layout
32829
32830 \end_inset
32831
32832
32833 \series bold
32834
32835 \begin_inset Newline newline
32836 \end_inset
32837
32838
32839 \series default
32840
32841 \begin_inset Note Greyedout
32842 status open
32843
32844 \begin_layout Plain Layout
32845
32846 \series bold
32847 Note:
32848 \series default
32849  There is often not enough space in the inner margin so that the notes are
32850  not correctly displayed in the output.
32851 \end_layout
32852
32853 \end_inset
32854
32855
32856 \end_layout
32857
32858 \begin_layout Standard
32859 To return to the default placement insert the command
32860 \end_layout
32861
32862 \begin_layout Standard
32863
32864 \series bold
32865
32866 \backslash
32867 normalmarginpar
32868 \end_layout
32869
32870 \begin_layout Standard
32871 in \SpecialChar TeX
32872  Code.
32873 \begin_inset ERT
32874 status collapsed
32875
32876 \begin_layout Plain Layout
32877
32878
32879 \backslash
32880 normalmarginpar 
32881 \end_layout
32882
32883 \end_inset
32884
32885  
32886 \begin_inset Note Greyedout
32887 status open
32888
32889 \begin_layout Plain Layout
32890
32891 \series bold
32892 Note:
32893 \series default
32894  The command is ignored when it is within a paragraph where also the command
32895  
32896 \series bold
32897
32898 \backslash
32899 reversemarginpar
32900 \series default
32901  is inserted.
32902 \end_layout
32903
32904 \end_inset
32905
32906
32907 \end_layout
32908
32909 \begin_layout Standard
32910 \begin_inset VSpace bigskip
32911 \end_inset
32912
32913
32914 \family roman
32915 \series medium
32916
32917 \begin_inset Marginal
32918 status open
32919
32920 \begin_layout Plain Layout
32921 AVeryLongMarginParWord that isn't hyphenated.
32922 \end_layout
32923
32924 \end_inset
32925
32926
32927 \family default
32928 \series default
32929  Similar to the case described in section
32930 \begin_inset space ~
32931 \end_inset
32932
32933
32934 \begin_inset CommandInset ref
32935 LatexCommand ref
32936 reference "subsec:Multiple-Lines-in"
32937
32938 \end_inset
32939
32940 , long words cannot be hyphenated when they are the first word in a margin
32941  note.
32942  To avoid this, insert 0
32943 \begin_inset space \thinspace{}
32944 \end_inset
32945
32946 pt horizontal space before the word
32947 \family roman
32948 \series medium
32949 .
32950  
32951 \begin_inset Marginal
32952 status open
32953
32954 \begin_layout Plain Layout
32955 \begin_inset space \hspace*{}
32956 \length 0pt
32957 \end_inset
32958
32959 AVeryLongMarginParWord that is hyphenated.
32960 \end_layout
32961
32962 \end_inset
32963
32964
32965 \end_layout
32966
32967 \begin_layout Standard
32968 \begin_inset VSpace bigskip
32969 \end_inset
32970
32971
32972 \end_layout
32973
32974 \begin_layout Standard
32975 \begin_inset Note Greyedout
32976 status open
32977
32978 \begin_layout Plain Layout
32979
32980 \series bold
32981 Note:
32982 \series default
32983  Margin notes can normally not be used inside tables, floats, and footnotes.
32984 \end_layout
32985
32986 \end_inset
32987
32988
32989 \end_layout
32990
32991 \begin_layout Standard
32992 \begin_inset VSpace bigskip
32993 \end_inset
32994
32995
32996 \end_layout
32997
32998 \begin_layout Standard
32999 \begin_inset ERT
33000 status collapsed
33001
33002 \begin_layout Plain Layout
33003
33004
33005 \backslash
33006 ifmarginnote
33007 \end_layout
33008
33009 \end_inset
33010
33011
33012 \begin_inset Note Note
33013 status open
33014
33015 \begin_layout Plain Layout
33016 The following section will only be displayed when the \SpecialChar LaTeX
33017 -package 
33018 \series bold
33019 marginnote
33020 \series default
33021  is installed.
33022 \end_layout
33023
33024 \end_inset
33025
33026
33027 \end_layout
33028
33029 \begin_layout Standard
33030 This restriction can be evaded by using the \SpecialChar LaTeX
33031 -package 
33032 \series bold
33033 marginnote
33034 \series default
33035
33036 \begin_inset Index idx
33037 status collapsed
33038
33039 \begin_layout Plain Layout
33040 \SpecialChar LaTeX
33041 -packages ! marginnote
33042 \end_layout
33043
33044 \end_inset
33045
33046 .
33047  By adding these two lines to your document preamble, the command used by
33048  \SpecialChar LyX
33049  for margin notes is redefined to use the command provided by the 
33050 \series bold
33051 marginnote
33052 \series default
33053 -package:
33054 \end_layout
33055
33056 \begin_layout Standard
33057
33058 \series bold
33059
33060 \backslash
33061 usepackage{marginnote}
33062 \begin_inset Newline newline
33063 \end_inset
33064
33065
33066 \backslash
33067 let
33068 \backslash
33069 marginpar
33070 \backslash
33071 marginnote
33072 \end_layout
33073
33074 \begin_layout Standard
33075 This is also used in this document because 
33076 \series bold
33077 marginnote
33078 \series default
33079  has another useful feature: You can set a vertical offset for the note.
33080  This is often needed when too many margin notes are too close together
33081  or for a better page layout.
33082  The offset is set in \SpecialChar LyX
33083  as \SpecialChar TeX
33084  Code directly after the margin note in the scheme
33085 \end_layout
33086
33087 \begin_layout Standard
33088
33089 \series bold
33090 [offset]
33091 \end_layout
33092
33093 \begin_layout Standard
33094 where the offset is a length with one of the units listed in Table
33095 \begin_inset space ~
33096 \end_inset
33097
33098
33099 \begin_inset CommandInset ref
33100 LatexCommand ref
33101 reference "tab:Units"
33102
33103 \end_inset
33104
33105 .
33106  A negative value shifts the note up, a positive value shifts it down.
33107  
33108 \family roman
33109 \series medium
33110 For example the margin note beside this text line is shifted up 1.5
33111 \begin_inset space \thinspace{}
33112 \end_inset
33113
33114 cm with the \SpecialChar TeX
33115  Code command 
33116 \begin_inset Quotes eld
33117 \end_inset
33118
33119
33120 \family default
33121 \series bold
33122 [-1.5cm]
33123 \family roman
33124 \series medium
33125
33126 \begin_inset Quotes erd
33127 \end_inset
33128
33129
33130 \begin_inset Marginal
33131 status open
33132
33133 \begin_layout Plain Layout
33134 This margin note is shifted up 1.5
33135 \begin_inset space \thinspace{}
33136 \end_inset
33137
33138 cm from its original position.
33139 \end_layout
33140
33141 \end_inset
33142
33143
33144 \family default
33145 \series default
33146
33147 \begin_inset ERT
33148 status collapsed
33149
33150 \begin_layout Plain Layout
33151
33152 [-1.5cm]
33153 \end_layout
33154
33155 \end_inset
33156
33157
33158 \end_layout
33159
33160 \begin_layout Standard
33161 \begin_inset VSpace medskip
33162 \end_inset
33163
33164 With 
33165 \series bold
33166 marginnote
33167 \series default
33168  you can also change the alignment of the text in the margin note.
33169  For example the commands
33170 \end_layout
33171
33172 \begin_layout Standard
33173
33174 \series bold
33175
33176 \backslash
33177 renewcommand*{
33178 \backslash
33179 raggedleftmarginnote}{
33180 \backslash
33181 centering}
33182 \begin_inset Newline newline
33183 \end_inset
33184
33185
33186 \backslash
33187 renewcommand*{
33188 \backslash
33189 raggedrightmarginnote}{
33190 \backslash
33191 centering}
33192 \end_layout
33193
33194 \begin_layout Standard
33195 set the alignment to centered.
33196  
33197 \series bold
33198
33199 \backslash
33200 raggedleftmarginnote
33201 \series default
33202  denotes margin notes that appear at the left side.
33203 \family roman
33204 \series medium
33205
33206 \begin_inset ERT
33207 status collapsed
33208
33209 \begin_layout Plain Layout
33210
33211
33212 \backslash
33213 renewcommand*{
33214 \backslash
33215 raggedleftmarginnote}{
33216 \backslash
33217 centering}
33218 \end_layout
33219
33220 \begin_layout Plain Layout
33221
33222
33223 \backslash
33224 renewcommand*{
33225 \backslash
33226 raggedrightmarginnote}{
33227 \backslash
33228 centering}
33229 \end_layout
33230
33231 \end_inset
33232
33233
33234 \begin_inset Marginal
33235 status open
33236
33237 \begin_layout Plain Layout
33238 The text of this margin note is centered.
33239 \end_layout
33240
33241 \end_inset
33242
33243
33244 \family default
33245 \series default
33246  The default is
33247 \end_layout
33248
33249 \begin_layout Standard
33250
33251 \series bold
33252
33253 \backslash
33254 renewcommand*{
33255 \backslash
33256 raggedleftmarginnote}{
33257 \backslash
33258 raggedleft}
33259 \begin_inset Newline newline
33260 \end_inset
33261
33262
33263 \backslash
33264 renewcommand*{
33265 \backslash
33266 raggedrightmarginnote}{
33267 \backslash
33268 raggedright}
33269 \family roman
33270 \series medium
33271
33272 \begin_inset ERT
33273 status collapsed
33274
33275 \begin_layout Plain Layout
33276
33277
33278 \backslash
33279 renewcommand*{
33280 \backslash
33281 raggedleftmarginnote}{
33282 \backslash
33283 raggedleft}
33284 \end_layout
33285
33286 \begin_layout Plain Layout
33287
33288
33289 \backslash
33290 renewcommand*{
33291 \backslash
33292 raggedrightmarginnote}{
33293 \backslash
33294 raggedright}
33295 \end_layout
33296
33297 \end_inset
33298
33299
33300 \end_layout
33301
33302 \begin_layout Standard
33303 \begin_inset VSpace medskip
33304 \end_inset
33305
33306 For the other features of 
33307 \series bold
33308 marginnote
33309 \series default
33310  refer to its documentation 
33311 \begin_inset CommandInset citation
33312 LatexCommand cite
33313 key "marginnote"
33314
33315 \end_inset
33316
33317 .
33318 \end_layout
33319
33320 \begin_layout Standard
33321 \begin_inset VSpace bigskip
33322 \end_inset
33323
33324 You can adjust the layout of margin notes by changing its definition.
33325  To create for example a header for all margin notes with the underlined,
33326  sans-serif, and bold header text 
33327 \begin_inset Quotes eld
33328 \end_inset
33329
33330
33331 \family sans
33332 \series bold
33333 \bar under
33334 Attention!
33335 \family default
33336 \series default
33337 \bar default
33338
33339 \begin_inset Quotes erd
33340 \end_inset
33341
33342 , add this to your document preamble:
33343 \end_layout
33344
33345 \begin_layout Standard
33346
33347 \series bold
33348
33349 \backslash
33350 let
33351 \backslash
33352 myMarginpar
33353 \backslash
33354 marginpar
33355 \begin_inset Newline newline
33356 \end_inset
33357
33358
33359 \backslash
33360 renewcommand{
33361 \backslash
33362 marginpar}[1]{
33363 \backslash
33364 myMarginpar{%
33365 \begin_inset Newline newline
33366 \end_inset
33367
33368
33369 \begin_inset Phantom HPhantom
33370 status open
33371
33372 \begin_layout Plain Layout
33373
33374 \series bold
33375 \begin_inset space ~
33376 \end_inset
33377
33378
33379 \end_layout
33380
33381 \end_inset
33382
33383
33384 \backslash
33385 hspace{0pt}
33386 \backslash
33387 textsf{
33388 \backslash
33389 textbf{
33390 \backslash
33391 underbar{Attention!}}}%
33392 \begin_inset Newline newline
33393 \end_inset
33394
33395
33396 \begin_inset Phantom HPhantom
33397 status open
33398
33399 \begin_layout Plain Layout
33400
33401 \series bold
33402 \begin_inset space ~
33403 \end_inset
33404
33405
33406 \end_layout
33407
33408 \end_inset
33409
33410
33411 \backslash
33412 vspace{1.5mm}
33413 \backslash
33414
33415 \backslash
33416 #1}}
33417 \end_layout
33418
33419 \begin_layout Standard
33420
33421 \family roman
33422 \series medium
33423 \begin_inset ERT
33424 status collapsed
33425
33426 \begin_layout Plain Layout
33427
33428
33429 \backslash
33430 let
33431 \backslash
33432 myMarginpar
33433 \backslash
33434 marginpar
33435 \end_layout
33436
33437 \begin_layout Plain Layout
33438
33439
33440 \backslash
33441 renewcommand{
33442 \backslash
33443 marginpar}[1]{
33444 \backslash
33445 myMarginpar{%
33446 \end_layout
33447
33448 \begin_layout Plain Layout
33449
33450    
33451 \backslash
33452 textsf{
33453 \backslash
33454 textbf{
33455 \backslash
33456 underbar{Attention!}}}%
33457 \end_layout
33458
33459 \begin_layout Plain Layout
33460
33461    
33462 \backslash
33463 vspace{1.5mm}
33464 \backslash
33465
33466 \backslash
33467 #1}}
33468 \end_layout
33469
33470 \end_inset
33471
33472
33473 \begin_inset Marginal
33474 status open
33475
33476 \begin_layout Plain Layout
33477 This is a margin note with a defined heading.
33478 \end_layout
33479
33480 \end_inset
33481
33482
33483 \family default
33484 \series default
33485
33486 \begin_inset ERT
33487 status collapsed
33488
33489 \begin_layout Plain Layout
33490
33491 [-1.5cm]
33492 \end_layout
33493
33494 \end_inset
33495
33496
33497 \family roman
33498 \series medium
33499
33500 \begin_inset ERT
33501 status collapsed
33502
33503 \begin_layout Plain Layout
33504
33505
33506 \backslash
33507 renewcommand{
33508 \backslash
33509 marginpar}[1]{
33510 \backslash
33511 myMarginpar{#1}}
33512 \end_layout
33513
33514 \end_inset
33515
33516
33517 \family default
33518 \series default
33519
33520 \begin_inset Note Note
33521 status collapsed
33522
33523 \begin_layout Plain Layout
33524 The margin note format is changed only for this example.
33525 \end_layout
33526
33527 \end_inset
33528
33529
33530 \end_layout
33531
33532 \begin_layout Standard
33533 \begin_inset ERT
33534 status collapsed
33535
33536 \begin_layout Plain Layout
33537
33538
33539 \backslash
33540 else
33541 \end_layout
33542
33543 \end_inset
33544
33545
33546 \begin_inset Note Note
33547 status open
33548
33549 \begin_layout Plain Layout
33550 The following will be displayed when the \SpecialChar LaTeX
33551 -package 
33552 \series bold
33553 marginnote
33554 \series default
33555  is not installed:
33556 \end_layout
33557
33558 \end_inset
33559
33560
33561 \end_layout
33562
33563 \begin_layout Standard
33564 You need to install the \SpecialChar LaTeX
33565 -package 
33566 \series bold
33567 marginnote
33568 \series default
33569  to see the following part of this section in the output.
33570 \end_layout
33571
33572 \begin_layout Standard
33573 \begin_inset ERT
33574 status collapsed
33575
33576 \begin_layout Plain Layout
33577
33578
33579 \backslash
33580 fi
33581 \end_layout
33582
33583 \end_inset
33584
33585
33586 \end_layout
33587
33588 \begin_layout Chapter
33589 Boxes
33590 \end_layout
33591
33592 \begin_layout Section
33593 Introduction
33594 \begin_inset Index idx
33595 status collapsed
33596
33597 \begin_layout Plain Layout
33598 Boxes ! Introduction
33599 \end_layout
33600
33601 \end_inset
33602
33603
33604 \end_layout
33605
33606 \begin_layout Standard
33607 Boxes are used to format a block of text.
33608  Boxes can be used to write documents with multiple languages, see section
33609 \begin_inset space ~
33610 \end_inset
33611
33612
33613 \begin_inset CommandInset ref
33614 LatexCommand ref
33615 reference "sec:Minipages"
33616
33617 \end_inset
33618
33619 , to frame texts, see section
33620 \begin_inset space ~
33621 \end_inset
33622
33623
33624 \begin_inset CommandInset ref
33625 LatexCommand ref
33626 reference "sec:Decoration"
33627
33628 \end_inset
33629
33630 , to prevent words from being hyphenated, see section
33631 \begin_inset space ~
33632 \end_inset
33633
33634
33635 \begin_inset CommandInset ref
33636 LatexCommand ref
33637 reference "sec:Prevent-Hyphenation"
33638
33639 \end_inset
33640
33641 , to align text, see section
33642 \begin_inset space ~
33643 \end_inset
33644
33645
33646 \begin_inset CommandInset ref
33647 LatexCommand ref
33648 reference "subsec:Vertical-Alignment"
33649
33650 \end_inset
33651
33652 , or to set the background color of texts, see section
33653 \begin_inset space ~
33654 \end_inset
33655
33656
33657 \begin_inset CommandInset ref
33658 LatexCommand ref
33659 reference "sec:Colored-Boxes"
33660
33661 \end_inset
33662
33663 .
33664 \end_layout
33665
33666 \begin_layout Standard
33667 Boxes can be inserted with the menu 
33668 \family sans
33669 Insert\SpecialChar menuseparator
33670 Box
33671 \family default
33672  or the toolbar button 
33673 \begin_inset Info
33674 type  "icon"
33675 arg   "box-insert Frameless"
33676 \end_inset
33677
33678 .
33679  A grey box with the label 
33680 \family sans
33681 Box (Minipage)
33682 \family default
33683
33684 \begin_inset Graphics
33685         filename clipart/BoxInsetDefault.png
33686         scale 95
33687         scaleBeforeRotation
33688
33689 \end_inset
33690
33691  will be inserted.
33692  The box type can be specified by right-clicking on the box and selecting
33693  
33694 \family sans
33695 Settings
33696 \family default
33697 .
33698  The box dialog offers the 
33699 \family sans
33700 Inner
33701 \begin_inset space ~
33702 \end_inset
33703
33704 Box
33705 \family default
33706  types 
33707 \family sans
33708 Makebox
33709 \family default
33710
33711 \family sans
33712 Parbox
33713 \family default
33714  and 
33715 \family sans
33716 Minipage
33717 \family default
33718 .
33719  The type 
33720 \family sans
33721 Minipage
33722 \family default
33723  is the default for new boxes and is explained in section
33724 \begin_inset space ~
33725 \end_inset
33726
33727
33728 \begin_inset CommandInset ref
33729 LatexCommand ref
33730 reference "sec:Minipages"
33731
33732 \end_inset
33733
33734 ; the type 
33735 \family sans
33736 Parbox
33737 \family default
33738  is described in section
33739 \begin_inset space ~
33740 \end_inset
33741
33742
33743 \begin_inset CommandInset ref
33744 LatexCommand ref
33745 reference "sec:Parboxes"
33746
33747 \end_inset
33748
33749  and the type 
33750 \family sans
33751 Makebox
33752 \family default
33753  in 
33754 \begin_inset CommandInset ref
33755 LatexCommand ref
33756 reference "sec:Prevent-Hyphenation"
33757
33758 \end_inset
33759
33760 .
33761 \end_layout
33762
33763 \begin_layout Standard
33764 Boxes are not numbered and can therefore not be referenced like floats or
33765  footnotes.
33766 \end_layout
33767
33768 \begin_layout Standard
33769 \begin_inset Note Greyedout
33770 status open
33771
33772 \begin_layout Plain Layout
33773
33774 \series bold
33775 Note:
33776 \series default
33777  Boxes must not be the item in an 
33778 \family sans
33779 Itemize
33780 \family default
33781  or 
33782 \family sans
33783 Description
33784 \family default
33785  environment.
33786 \end_layout
33787
33788 \end_inset
33789
33790
33791 \end_layout
33792
33793 \begin_layout Standard
33794 \begin_inset Note Greyedout
33795 status open
33796
33797 \begin_layout Plain Layout
33798
33799 \series bold
33800 Note:
33801 \series default
33802  For an unknown reason you can only set the 
33803 \family sans
33804 Inner
33805 \begin_inset space ~
33806 \end_inset
33807
33808 Box
33809 \family default
33810  type to 
33811 \family sans
33812 None
33813 \family default
33814  when you use a framed box.
33815  Boxes without an 
33816 \family sans
33817 Inner
33818 \begin_inset space ~
33819 \end_inset
33820
33821 Box
33822 \family default
33823  type and without frames are explained in section
33824 \begin_inset space ~
33825 \end_inset
33826
33827
33828 \begin_inset CommandInset ref
33829 LatexCommand ref
33830 reference "sec:Prevent-Hyphenation"
33831
33832 \end_inset
33833
33834 .
33835 \end_layout
33836
33837 \end_inset
33838
33839
33840 \end_layout
33841
33842 \begin_layout Section
33843 Box Dialog
33844 \begin_inset CommandInset label
33845 LatexCommand label
33846 name "sec:Box-Dialog"
33847
33848 \end_inset
33849
33850
33851 \begin_inset Index idx
33852 status collapsed
33853
33854 \begin_layout Plain Layout
33855 Boxes ! Box Dialog
33856 \end_layout
33857
33858 \end_inset
33859
33860
33861 \end_layout
33862
33863 \begin_layout Subsection
33864 Size
33865 \begin_inset Index idx
33866 status collapsed
33867
33868 \begin_layout Plain Layout
33869 Boxes ! Size
33870 \end_layout
33871
33872 \end_inset
33873
33874
33875 \end_layout
33876
33877 \begin_layout Standard
33878 In the box dialog you can adjust the box geometry in the fields 
33879 \family sans
33880 Width
33881 \family default
33882  and 
33883 \family sans
33884 Height
33885 \family default
33886 .
33887  The available units for the geometry are explained in Table
33888 \begin_inset space ~
33889 \end_inset
33890
33891
33892 \begin_inset CommandInset ref
33893 LatexCommand ref
33894 reference "tab:Units"
33895
33896 \end_inset
33897
33898 .
33899  The field 
33900 \family sans
33901 Height
33902 \family default
33903  offers the following additional sizes:
33904 \end_layout
33905
33906 \begin_layout Description
33907 Depth This is the plain text 
33908 \begin_inset Quotes eld
33909 \end_inset
33910
33911 height
33912 \begin_inset Quotes erd
33913 \end_inset
33914
33915 .
33916  It ignores the total depth when there are multiple text lines in the box:
33917 \begin_inset Newline newline
33918 \end_inset
33919
33920
33921 \begin_inset Newline newline
33922 \end_inset
33923
33924
33925 \begin_inset Newline newline
33926 \end_inset
33927
33928
33929 \begin_inset Box Boxed
33930 position "c"
33931 hor_pos "c"
33932 has_inner_box 1
33933 inner_pos "c"
33934 use_parbox 0
33935 use_makebox 0
33936 width "12col%"
33937 special "none"
33938 height "1in"
33939 height_special "depth"
33940 thickness "0.4pt"
33941 separation "3pt"
33942 shadowsize "4pt"
33943 framecolor "black"
33944 backgroundcolor "none"
33945 status collapsed
33946
33947 \begin_layout Plain Layout
33948 \align center
33949 Box height set to 1
33950 \begin_inset space \thinspace{}
33951 \end_inset
33952
33953 Depth
33954 \end_layout
33955
33956 \end_inset
33957
33958
33959 \begin_inset Newline newline
33960 \end_inset
33961
33962
33963 \begin_inset Newline newline
33964 \end_inset
33965
33966
33967 \end_layout
33968
33969 \begin_layout Description
33970 Height This is the height of the text that is inside the box.
33971  A value of e.
33972 \begin_inset space \thinspace{}
33973 \end_inset
33974
33975 g.
33976 \begin_inset space \space{}
33977 \end_inset
33978
33979 2 for this size will set the box height to 2
33980 \begin_inset space ~
33981 \end_inset
33982
33983 times the text height: 
33984 \begin_inset Box Boxed
33985 position "c"
33986 hor_pos "c"
33987 has_inner_box 1
33988 inner_pos "c"
33989 use_parbox 0
33990 use_makebox 0
33991 width "20col%"
33992 special "none"
33993 height "2in"
33994 height_special "height"
33995 thickness "0.4pt"
33996 separation "3pt"
33997 shadowsize "4pt"
33998 framecolor "black"
33999 backgroundcolor "none"
34000 status collapsed
34001
34002 \begin_layout Plain Layout
34003 \align center
34004 Box height set to 2
34005 \begin_inset space \thinspace{}
34006 \end_inset
34007
34008 Height
34009 \end_layout
34010
34011 \end_inset
34012
34013
34014 \end_layout
34015
34016 \begin_layout Description
34017 Total
34018 \begin_inset space ~
34019 \end_inset
34020
34021 Height This is the Height
34022 \begin_inset space \thinspace{}
34023 \end_inset
34024
34025 +
34026 \begin_inset space \thinspace{}
34027 \end_inset
34028
34029 Depth: 
34030 \begin_inset Box Boxed
34031 position "c"
34032 hor_pos "c"
34033 has_inner_box 1
34034 inner_pos "c"
34035 use_parbox 0
34036 use_makebox 0
34037 width "20col%"
34038 special "none"
34039 height "1in"
34040 height_special "totalheight"
34041 thickness "0.4pt"
34042 separation "3pt"
34043 shadowsize "4pt"
34044 framecolor "black"
34045 backgroundcolor "none"
34046 status collapsed
34047
34048 \begin_layout Plain Layout
34049 \align center
34050 Box height set to 1
34051 \begin_inset space \thinspace{}
34052 \end_inset
34053
34054 Total
34055 \begin_inset space ~
34056 \end_inset
34057
34058 Height
34059 \end_layout
34060
34061 \end_inset
34062
34063
34064 \end_layout
34065
34066 \begin_layout Description
34067 Width This sets the width of the box as height: 
34068 \begin_inset Box Boxed
34069 position "c"
34070 hor_pos "c"
34071 has_inner_box 1
34072 inner_pos "c"
34073 use_parbox 0
34074 use_makebox 0
34075 width "12col%"
34076 special "none"
34077 height "1in"
34078 height_special "width"
34079 thickness "0.4pt"
34080 separation "3pt"
34081 shadowsize "4pt"
34082 framecolor "black"
34083 backgroundcolor "none"
34084 status collapsed
34085
34086 \begin_layout Plain Layout
34087 \align center
34088 Box height set to 1
34089 \begin_inset space \thinspace{}
34090 \end_inset
34091
34092 Width
34093 \end_layout
34094
34095 \end_inset
34096
34097
34098 \end_layout
34099
34100 \begin_layout Subsection
34101 Alignment
34102 \begin_inset Index idx
34103 status collapsed
34104
34105 \begin_layout Plain Layout
34106 Boxes ! Alignment
34107 \end_layout
34108
34109 \end_inset
34110
34111
34112 \end_layout
34113
34114 \begin_layout Standard
34115 When you have chosen an 
34116 \family sans
34117 Inner
34118 \begin_inset space ~
34119 \end_inset
34120
34121 Box
34122 \family default
34123 , the vertical box alignment can be:
34124 \end_layout
34125
34126 \begin_layout Description
34127 Top This is an example text line.
34128  
34129 \begin_inset Box Boxed
34130 position "t"
34131 hor_pos "c"
34132 has_inner_box 1
34133 inner_pos "c"
34134 use_parbox 0
34135 use_makebox 0
34136 width "12col%"
34137 special "none"
34138 height "1in"
34139 height_special "totalheight"
34140 thickness "0.4pt"
34141 separation "3pt"
34142 shadowsize "4pt"
34143 framecolor "black"
34144 backgroundcolor "none"
34145 status collapsed
34146
34147 \begin_layout Plain Layout
34148 \align center
34149 This box is top-aligned.
34150 \end_layout
34151
34152 \end_inset
34153
34154  This is an example text line.
34155 \end_layout
34156
34157 \begin_layout Description
34158 Middle This is an example text line.
34159  
34160 \begin_inset Box Boxed
34161 position "c"
34162 hor_pos "c"
34163 has_inner_box 1
34164 inner_pos "c"
34165 use_parbox 0
34166 use_makebox 0
34167 width "12col%"
34168 special "none"
34169 height "1in"
34170 height_special "totalheight"
34171 thickness "0.4pt"
34172 separation "3pt"
34173 shadowsize "4pt"
34174 framecolor "black"
34175 backgroundcolor "none"
34176 status collapsed
34177
34178 \begin_layout Plain Layout
34179 \align center
34180 This box is middle-aligned.
34181 \end_layout
34182
34183 \end_inset
34184
34185  This is an example text line.
34186 \end_layout
34187
34188 \begin_layout Description
34189 Bottom This is an example text line.
34190  
34191 \begin_inset Box Boxed
34192 position "b"
34193 hor_pos "c"
34194 has_inner_box 1
34195 inner_pos "c"
34196 use_parbox 0
34197 use_makebox 0
34198 width "12col%"
34199 special "none"
34200 height "1in"
34201 height_special "totalheight"
34202 thickness "0.4pt"
34203 separation "3pt"
34204 shadowsize "4pt"
34205 framecolor "black"
34206 backgroundcolor "none"
34207 status collapsed
34208
34209 \begin_layout Plain Layout
34210 \align center
34211 This box is bottom-aligned.
34212 \end_layout
34213
34214 \end_inset
34215
34216  This is an example text line.
34217 \end_layout
34218
34219 \begin_layout Standard
34220 \begin_inset Note Greyedout
34221 status open
34222
34223 \begin_layout Plain Layout
34224
34225 \series bold
34226 Note:
34227 \series default
34228  The vertical box alignment can be lost in the output when you have two
34229  boxes in a line and one has e.
34230 \begin_inset space \thinspace{}
34231 \end_inset
34232
34233 g.
34234 \begin_inset space \space{}
34235 \end_inset
34236
34237 a shadow and the other one not.
34238 \end_layout
34239
34240 \end_inset
34241
34242
34243 \end_layout
34244
34245 \begin_layout Standard
34246 The horizontal box alignment can be set via \SpecialChar LyX
34247 's paragraph dialog when you
34248  set the box into its own paragraph.
34249 \end_layout
34250
34251 \begin_layout Standard
34252 \begin_inset VSpace bigskip
34253 \end_inset
34254
34255 When you have chosen an 
34256 \family sans
34257 Inner
34258 \begin_inset space ~
34259 \end_inset
34260
34261 Box
34262 \family default
34263 , the box content can be aligned vertically to:
34264 \end_layout
34265
34266 \begin_layout Description
34267 top This is an example text line.
34268  
34269 \begin_inset Box Boxed
34270 position "c"
34271 hor_pos "c"
34272 has_inner_box 1
34273 inner_pos "t"
34274 use_parbox 0
34275 use_makebox 0
34276 width "12col%"
34277 special "none"
34278 height "1.5in"
34279 height_special "totalheight"
34280 thickness "0.4pt"
34281 separation "3pt"
34282 shadowsize "4pt"
34283 framecolor "black"
34284 backgroundcolor "none"
34285 status collapsed
34286
34287 \begin_layout Plain Layout
34288 \align center
34289 This box text is top-aligned.
34290 \end_layout
34291
34292 \end_inset
34293
34294  This is an example text line.
34295 \end_layout
34296
34297 \begin_layout Description
34298 middle This is an example text line.
34299  
34300 \begin_inset Box Boxed
34301 position "c"
34302 hor_pos "c"
34303 has_inner_box 1
34304 inner_pos "c"
34305 use_parbox 0
34306 use_makebox 0
34307 width "12col%"
34308 special "none"
34309 height "1.5in"
34310 height_special "totalheight"
34311 thickness "0.4pt"
34312 separation "3pt"
34313 shadowsize "4pt"
34314 framecolor "black"
34315 backgroundcolor "none"
34316 status collapsed
34317
34318 \begin_layout Plain Layout
34319 \align center
34320 This box text is middle-aligned.
34321 \end_layout
34322
34323 \end_inset
34324
34325  This is an example text line.
34326 \end_layout
34327
34328 \begin_layout Description
34329 bottom This is an example text line.
34330  
34331 \begin_inset Box Boxed
34332 position "c"
34333 hor_pos "c"
34334 has_inner_box 1
34335 inner_pos "b"
34336 use_parbox 0
34337 use_makebox 0
34338 width "12col%"
34339 special "none"
34340 height "1.5in"
34341 height_special "totalheight"
34342 thickness "0.4pt"
34343 separation "3pt"
34344 shadowsize "4pt"
34345 framecolor "black"
34346 backgroundcolor "none"
34347 status collapsed
34348
34349 \begin_layout Plain Layout
34350 \align center
34351 This box text is bottom-aligned.
34352 \end_layout
34353
34354 \end_inset
34355
34356  This is an example text line.
34357 \end_layout
34358
34359 \begin_layout Description
34360 stretch This is an example text line.
34361  
34362 \begin_inset Box Boxed
34363 position "c"
34364 hor_pos "c"
34365 has_inner_box 1
34366 inner_pos "s"
34367 use_parbox 0
34368 use_makebox 0
34369 width "12col%"
34370 special "none"
34371 height "1.5in"
34372 height_special "totalheight"
34373 thickness "0.4pt"
34374 separation "3pt"
34375 shadowsize "4pt"
34376 framecolor "black"
34377 backgroundcolor "none"
34378 status collapsed
34379
34380 \begin_layout Plain Layout
34381 \align center
34382 This box
34383 \end_layout
34384
34385 \begin_layout Plain Layout
34386 \align center
34387 text is
34388 \end_layout
34389
34390 \begin_layout Plain Layout
34391 \align center
34392 stretched.
34393 \end_layout
34394
34395 \end_inset
34396
34397  This is an example text line.
34398 \end_layout
34399
34400 \begin_layout Standard
34401 To stretch the box content, it must consist of more than one paragraph.
34402  In the example above every text line is in an own paragraph.
34403 \end_layout
34404
34405 \begin_layout Standard
34406 \begin_inset VSpace bigskip
34407 \end_inset
34408
34409 To align the box content horizontally you can use \SpecialChar LyX
34410 's paragraph dialog when
34411  you have chosen an 
34412 \family sans
34413 Inner
34414 \begin_inset space ~
34415 \end_inset
34416
34417 Box
34418 \family default
34419 .
34420 \end_layout
34421
34422 \begin_layout Standard
34423 \align center
34424 \begin_inset Box Boxed
34425 position "c"
34426 hor_pos "c"
34427 has_inner_box 1
34428 inner_pos "s"
34429 use_parbox 0
34430 use_makebox 0
34431 width "15col%"
34432 special "none"
34433 height "1.25in"
34434 height_special "totalheight"
34435 thickness "0.4pt"
34436 separation "3pt"
34437 shadowsize "4pt"
34438 framecolor "black"
34439 backgroundcolor "none"
34440 status collapsed
34441
34442 \begin_layout Plain Layout
34443 \align left
34444 This box
34445 \end_layout
34446
34447 \begin_layout Plain Layout
34448 \align center
34449 text is
34450 \end_layout
34451
34452 \begin_layout Plain Layout
34453 \align right
34454 stretched.
34455 \end_layout
34456
34457 \end_inset
34458
34459
34460 \end_layout
34461
34462 \begin_layout Standard
34463 If you have not set an 
34464 \family sans
34465 Inner
34466 \begin_inset space ~
34467 \end_inset
34468
34469 Box
34470 \family default
34471 , you can align the box content horizontally in the box dialog.
34472 \end_layout
34473
34474 \begin_layout Standard
34475 \align center
34476 \begin_inset Box Boxed
34477 position "c"
34478 hor_pos "s"
34479 has_inner_box 0
34480 inner_pos "s"
34481 use_parbox 0
34482 use_makebox 0
34483 width "90col%"
34484 special "none"
34485 height "1.25in"
34486 height_special "totalheight"
34487 thickness "0.4pt"
34488 separation "3pt"
34489 shadowsize "4pt"
34490 framecolor "black"
34491 backgroundcolor "none"
34492 status collapsed
34493
34494 \begin_layout Plain Layout
34495 This box text is horizontally stretched.
34496 \end_layout
34497
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \begin_layout Subsection
34504 Decoration
34505 \begin_inset CommandInset label
34506 LatexCommand label
34507 name "sec:Decoration"
34508
34509 \end_inset
34510
34511
34512 \begin_inset Index idx
34513 status collapsed
34514
34515 \begin_layout Plain Layout
34516 Boxes ! Decoration
34517 \end_layout
34518
34519 \end_inset
34520
34521
34522 \end_layout
34523
34524 \begin_layout Standard
34525 The type of the box can be specified in the box dialog in the drop-down
34526  list 
34527 \family sans
34528 Decoration
34529 \family default
34530 .
34531  The following types are possible:
34532 \end_layout
34533
34534 \begin_layout Description
34535 No
34536 \begin_inset space ~
34537 \end_inset
34538
34539 frame Nothing is drawn.
34540 \end_layout
34541
34542 \begin_layout Description
34543 Simple
34544 \begin_inset space ~
34545 \end_inset
34546
34547 rectangular
34548 \begin_inset space ~
34549 \end_inset
34550
34551 frame This draws a rectangular frame around the box.
34552  The frame line thickness can be specified.
34553  
34554 \begin_inset Box Boxed
34555 position "c"
34556 hor_pos "c"
34557 has_inner_box 1
34558 inner_pos "c"
34559 use_parbox 0
34560 use_makebox 0
34561 width "20col%"
34562 special "none"
34563 height "1in"
34564 height_special "totalheight"
34565 thickness "0.4pt"
34566 separation "3pt"
34567 shadowsize "4pt"
34568 framecolor "black"
34569 backgroundcolor "none"
34570 status collapsed
34571
34572 \begin_layout Plain Layout
34573 \align center
34574 Rectangular box
34575 \end_layout
34576
34577 \end_inset
34578
34579
34580 \end_layout
34581
34582 \begin_layout Description
34583 Oval
34584 \begin_inset space ~
34585 \end_inset
34586
34587 box,
34588 \begin_inset space ~
34589 \end_inset
34590
34591 thin This draws an oval frame around the box.
34592  The frame line thickness has the size 0.4
34593 \begin_inset space \thinspace{}
34594 \end_inset
34595
34596 pt.
34597  
34598 \begin_inset Box ovalbox
34599 position "c"
34600 hor_pos "c"
34601 has_inner_box 1
34602 inner_pos "c"
34603 use_parbox 0
34604 use_makebox 0
34605 width "20col%"
34606 special "none"
34607 height "1in"
34608 height_special "totalheight"
34609 thickness "0.4pt"
34610 separation "3pt"
34611 shadowsize "4pt"
34612 framecolor "black"
34613 backgroundcolor "none"
34614 status collapsed
34615
34616 \begin_layout Plain Layout
34617 \align center
34618 Oval box, thin
34619 \end_layout
34620
34621 \end_inset
34622
34623
34624 \end_layout
34625
34626 \begin_layout Description
34627 Oval
34628 \begin_inset space ~
34629 \end_inset
34630
34631 box,
34632 \begin_inset space ~
34633 \end_inset
34634
34635 thick This draws an oval frame around the box.
34636  The frame line thickness has the size 0.8
34637 \begin_inset space \thinspace{}
34638 \end_inset
34639
34640 pt.
34641  
34642 \begin_inset Box Ovalbox
34643 position "c"
34644 hor_pos "c"
34645 has_inner_box 1
34646 inner_pos "c"
34647 use_parbox 0
34648 use_makebox 0
34649 width "20col%"
34650 special "none"
34651 height "1in"
34652 height_special "totalheight"
34653 thickness "0.4pt"
34654 separation "3pt"
34655 shadowsize "4pt"
34656 framecolor "black"
34657 backgroundcolor "none"
34658 status collapsed
34659
34660 \begin_layout Plain Layout
34661 \align center
34662 Oval box, thick
34663 \end_layout
34664
34665 \end_inset
34666
34667
34668 \end_layout
34669
34670 \begin_layout Description
34671 Drop
34672 \begin_inset space ~
34673 \end_inset
34674
34675 shadow This draws a rectangular frame with a shadow around the box.
34676  The frame line thickness and the shadow can be specified.
34677  
34678 \begin_inset Box Shadowbox
34679 position "c"
34680 hor_pos "c"
34681 has_inner_box 1
34682 inner_pos "c"
34683 use_parbox 0
34684 use_makebox 0
34685 width "20col%"
34686 special "none"
34687 height "1in"
34688 height_special "totalheight"
34689 thickness "0.4pt"
34690 separation "3pt"
34691 shadowsize "4pt"
34692 framecolor "black"
34693 backgroundcolor "none"
34694 status collapsed
34695
34696 \begin_layout Plain Layout
34697 \align center
34698 Shadow box
34699 \end_layout
34700
34701 \end_inset
34702
34703
34704 \end_layout
34705
34706 \begin_layout Description
34707 Shaded
34708 \begin_inset space ~
34709 \end_inset
34710
34711 background This draws a box with a red background.
34712  Unlike colored boxes
34713 \begin_inset Foot
34714 status collapsed
34715
34716 \begin_layout Plain Layout
34717 see sec.
34718 \begin_inset space \thinspace{}
34719 \end_inset
34720
34721
34722 \begin_inset CommandInset ref
34723 LatexCommand ref
34724 reference "sec:Colored-Boxes"
34725
34726 \end_inset
34727
34728
34729 \end_layout
34730
34731 \end_inset
34732
34733 , it always uses the whole column width and the box is set as its own paragraph.
34734  
34735 \begin_inset Box Shaded
34736 position "t"
34737 hor_pos "c"
34738 has_inner_box 0
34739 inner_pos "t"
34740 use_parbox 0
34741 use_makebox 0
34742 width "50col%"
34743 special "none"
34744 height "1in"
34745 height_special "totalheight"
34746 thickness "0.4pt"
34747 separation "3pt"
34748 shadowsize "4pt"
34749 framecolor "black"
34750 backgroundcolor "none"
34751 status collapsed
34752
34753 \begin_layout Plain Layout
34754 Shaded background box
34755 \end_layout
34756
34757 \end_inset
34758
34759
34760 \end_layout
34761
34762 \begin_layout Description
34763 Double
34764 \begin_inset space ~
34765 \end_inset
34766
34767 rectangular
34768 \begin_inset space ~
34769 \end_inset
34770
34771 frame This draws a double-line rectangular frame around the box.
34772  The line thickness of the inner frame is 0.75
34773 \begin_inset space \thinspace{}
34774 \end_inset
34775
34776 line
34777 \begin_inset space ~
34778 \end_inset
34779
34780 thickness, the thickness of the outer frame is 1.5
34781 \begin_inset space \thinspace{}
34782 \end_inset
34783
34784 line
34785 \begin_inset space ~
34786 \end_inset
34787
34788 thickness.
34789  The distance between the lines is 1.5
34790 \begin_inset space \thinspace{}
34791 \end_inset
34792
34793 line
34794 \begin_inset space ~
34795 \end_inset
34796
34797 thickness
34798 \begin_inset space \thinspace{}
34799 \end_inset
34800
34801 +
34802 \begin_inset space \thinspace{}
34803 \end_inset
34804
34805 0.5
34806 \begin_inset space \thinspace{}
34807 \end_inset
34808
34809 pt.
34810  
34811 \begin_inset Box Doublebox
34812 position "c"
34813 hor_pos "c"
34814 has_inner_box 1
34815 inner_pos "c"
34816 use_parbox 0
34817 use_makebox 0
34818 width "20col%"
34819 special "none"
34820 height "1in"
34821 height_special "totalheight"
34822 thickness "0.4pt"
34823 separation "3pt"
34824 shadowsize "4pt"
34825 framecolor "black"
34826 backgroundcolor "none"
34827 status collapsed
34828
34829 \begin_layout Plain Layout
34830 \align center
34831 Double rectangular box
34832 \end_layout
34833
34834 \end_inset
34835
34836
34837 \end_layout
34838
34839 \begin_layout Standard
34840 \begin_inset VSpace bigskip
34841 \end_inset
34842
34843 \SpecialChar LyX
34844 's box label will reflect the different frame types.
34845  To be able to use all types, the \SpecialChar LaTeX
34846 -package 
34847 \series bold
34848 fancybox
34849 \series default
34850
34851 \begin_inset Index idx
34852 status collapsed
34853
34854 \begin_layout Plain Layout
34855 \SpecialChar LaTeX
34856 -packages ! fancybox
34857 \end_layout
34858
34859 \end_inset
34860
34861  must be installed.
34862 \end_layout
34863
34864 \begin_layout Standard
34865 \begin_inset VSpace bigskip
34866 \end_inset
34867
34868 When you use the decoration 
34869 \family sans
34870 simple rectangular frame
34871 \family default
34872  and no inner box, you can allow page breaks within a box.
34873  Note that then, unlike other framed boxes, the frame always uses the whole
34874  column width and the box is set as its own paragraph: 
34875 \begin_inset Box Framed
34876 position "t"
34877 hor_pos "c"
34878 has_inner_box 0
34879 inner_pos "t"
34880 use_parbox 0
34881 use_makebox 0
34882 width "100col%"
34883 special "none"
34884 height "1in"
34885 height_special "totalheight"
34886 thickness "0.4pt"
34887 separation "3pt"
34888 shadowsize "4pt"
34889 framecolor "black"
34890 backgroundcolor "none"
34891 status collapsed
34892
34893 \begin_layout Plain Layout
34894 Allow page break box
34895 \end_layout
34896
34897 \end_inset
34898
34899
34900 \end_layout
34901
34902 \begin_layout Section
34903 Box Customization
34904 \begin_inset Index idx
34905 status collapsed
34906
34907 \begin_layout Plain Layout
34908 Boxes ! Customization
34909 \end_layout
34910
34911 \end_inset
34912
34913
34914 \end_layout
34915
34916 \begin_layout Standard
34917 The diameter of the round corners of the oval boxes can be set with the
34918  command 
34919 \series bold
34920
34921 \backslash
34922 cornersize
34923 \series default
34924 .
34925  The command
34926 \end_layout
34927
34928 \begin_layout Standard
34929
34930 \series bold
34931
34932 \backslash
34933 cornersize*{1cm}
34934 \end_layout
34935
34936 \begin_layout Standard
34937 sets the diameter to 1
34938 \begin_inset space \thinspace{}
34939 \end_inset
34940
34941 cm.
34942  The command
34943 \end_layout
34944
34945 \begin_layout Standard
34946
34947 \series bold
34948
34949 \backslash
34950 cornersize{num}
34951 \end_layout
34952
34953 \begin_layout Standard
34954 sets the diameter to 
34955 \family sans
34956 num
34957 \begin_inset space \thinspace{}
34958 \end_inset
34959
34960 ×
34961 \begin_inset space \thinspace{}
34962 \end_inset
34963
34964 minimum(width and height of box)
34965 \family default
34966 .
34967  The default is 
34968 \series bold
34969
34970 \backslash
34971 cornersize{0.5}
34972 \series default
34973 .
34974 \end_layout
34975
34976 \begin_layout Standard
34977 \begin_inset ERT
34978 status collapsed
34979
34980 \begin_layout Plain Layout
34981
34982
34983 \backslash
34984 cornersize*{1.5cm}
34985 \end_layout
34986
34987 \end_inset
34988
34989
34990 \begin_inset Box Ovalbox
34991 position "c"
34992 hor_pos "c"
34993 has_inner_box 1
34994 inner_pos "c"
34995 use_parbox 0
34996 use_makebox 0
34997 width "25col%"
34998 special "none"
34999 height "1in"
35000 height_special "totalheight"
35001 thickness "0.4pt"
35002 separation "3pt"
35003 shadowsize "4pt"
35004 framecolor "black"
35005 backgroundcolor "none"
35006 status open
35007
35008 \begin_layout Plain Layout
35009 \align center
35010 Oval box with 
35011 \series bold
35012
35013 \backslash
35014 cornersize
35015 \series default
35016
35017 \begin_inset space \thinspace{}
35018 \end_inset
35019
35020 =
35021 \begin_inset space \thinspace{}
35022 \end_inset
35023
35024 1.5
35025 \begin_inset space \thinspace{}
35026 \end_inset
35027
35028 cm
35029 \end_layout
35030
35031 \end_inset
35032
35033
35034 \begin_inset ERT
35035 status collapsed
35036
35037 \begin_layout Plain Layout
35038
35039
35040 \backslash
35041 cornersize{0.5}
35042 \end_layout
35043
35044 \end_inset
35045
35046
35047 \end_layout
35048
35049 \begin_layout Standard
35050 \begin_inset VSpace bigskip
35051 \end_inset
35052
35053
35054 \end_layout
35055
35056 \begin_layout Standard
35057 The default background color red of 
35058 \family sans
35059 shaded background
35060 \family default
35061  boxes can either be changed locally with the command 
35062 \series bold
35063
35064 \backslash
35065 definecolor{shadecolor}
35066 \series default
35067  or globally with the menu 
35068 \family sans
35069 Tools\SpecialChar menuseparator
35070 Preferences\SpecialChar menuseparator
35071 Colors\SpecialChar menuseparator
35072 shaded
35073 \begin_inset space ~
35074 \end_inset
35075
35076 box
35077 \family default
35078 .
35079  The scheme of the 
35080 \series bold
35081
35082 \backslash
35083 definecolor
35084 \series default
35085  command is explained in section
35086 \begin_inset space ~
35087 \end_inset
35088
35089
35090 \begin_inset CommandInset ref
35091 LatexCommand ref
35092 reference "sec:Colored-Tables"
35093
35094 \end_inset
35095
35096 .
35097 \begin_inset Foot
35098 status collapsed
35099
35100 \begin_layout Plain Layout
35101 Note that 
35102 \series bold
35103
35104 \backslash
35105 definecolor
35106 \series default
35107  requires the \SpecialChar LaTeX
35108 -package 
35109 \series bold
35110 color
35111 \series default
35112  in the preamble, see section
35113 \begin_inset space ~
35114 \end_inset
35115
35116
35117 \begin_inset CommandInset ref
35118 LatexCommand ref
35119 reference "sec:Colored-Boxes"
35120
35121 \end_inset
35122
35123 .
35124 \end_layout
35125
35126 \end_inset
35127
35128  For example the appearance of the following shaded background box is set
35129  with the \SpecialChar TeX
35130  Code command
35131 \end_layout
35132
35133 \begin_layout Standard
35134
35135 \series bold
35136
35137 \backslash
35138 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35139 \end_layout
35140
35141 \begin_layout Standard
35142 \begin_inset ERT
35143 status collapsed
35144
35145 \begin_layout Plain Layout
35146
35147
35148 \backslash
35149 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35150 \end_layout
35151
35152 \end_inset
35153
35154
35155 \begin_inset Box Shaded
35156 position "t"
35157 hor_pos "c"
35158 has_inner_box 0
35159 inner_pos "t"
35160 use_parbox 0
35161 use_makebox 0
35162 width "100col%"
35163 special "none"
35164 height "1in"
35165 height_special "totalheight"
35166 thickness "0.4pt"
35167 separation "3pt"
35168 shadowsize "4pt"
35169 framecolor "black"
35170 backgroundcolor "none"
35171 status open
35172
35173 \begin_layout Plain Layout
35174
35175 \color yellow
35176 This is yellow text in a
35177 \color none
35178  
35179 \family sans
35180 \color yellow
35181 shaded background
35182 \family default
35183 \color none
35184  
35185 \color yellow
35186 box with dark green background.
35187 \end_layout
35188
35189 \end_inset
35190
35191
35192 \begin_inset ERT
35193 status collapsed
35194
35195 \begin_layout Plain Layout
35196
35197
35198 \backslash
35199 definecolor{shadecolor}{rgb}{1,0,0}
35200 \end_layout
35201
35202 \end_inset
35203
35204
35205 \end_layout
35206
35207 \begin_layout Standard
35208 \begin_inset VSpace bigskip
35209 \end_inset
35210
35211 Manually changed sizes and colors are valid for all boxes following the
35212  commands that change them.
35213 \end_layout
35214
35215 \begin_layout Section
35216 Minipages
35217 \begin_inset CommandInset label
35218 LatexCommand label
35219 name "sec:Minipages"
35220
35221 \end_inset
35222
35223
35224 \begin_inset Index idx
35225 status collapsed
35226
35227 \begin_layout Plain Layout
35228 Boxes ! Minipages
35229 \end_layout
35230
35231 \end_inset
35232
35233
35234 \end_layout
35235
35236 \begin_layout Standard
35237 Minipages are treated by \SpecialChar LaTeX
35238  as pages within pages and can therefore for example
35239  have their own footnotes.
35240 \end_layout
35241
35242 \begin_layout Standard
35243 Minipages are useful when you write documents with different languages.
35244 \end_layout
35245
35246 \begin_layout Standard
35247 Below are two example minipages side by side.
35248  Their width is set to 45
35249 \begin_inset space \thinspace{}
35250 \end_inset
35251
35252 col% and they are separated by a horizontal fill, that was inserted via
35253  the menu 
35254 \family sans
35255 Insert\SpecialChar menuseparator
35256 Special
35257 \begin_inset space ~
35258 \end_inset
35259
35260 Formatting\SpecialChar menuseparator
35261 Horizontal
35262 \begin_inset space ~
35263 \end_inset
35264
35265 Fill
35266 \family default
35267 .
35268 \begin_inset Newpage newpage
35269 \end_inset
35270
35271
35272 \end_layout
35273
35274 \begin_layout Standard
35275 \begin_inset Box Frameless
35276 position "t"
35277 hor_pos "c"
35278 has_inner_box 1
35279 inner_pos "c"
35280 use_parbox 0
35281 use_makebox 0
35282 width "45col%"
35283 special "none"
35284 height "1in"
35285 height_special "totalheight"
35286 thickness "0.4pt"
35287 separation "3pt"
35288 shadowsize "4pt"
35289 framecolor "black"
35290 backgroundcolor "none"
35291 status open
35292
35293 \begin_layout Plain Layout
35294
35295 \lang ngerman
35296 Dies ist ein deutscher Text.
35297  Dies ist ein deutscher Text.
35298  Dies ist ein deutscher Text.
35299  Dies ist ein deutscher Text.
35300  Dies ist ein deutscher Text.
35301  Dies ist ein deutscher Text.
35302  Dies ist ein deutscher Text.
35303  Dies ist ein deutscher Text.
35304  Dies ist ein deutscher Text.
35305  Dies ist ein deutscher Text.
35306  Dies ist ein deutscher Text.
35307  Dies ist ein deutscher Text.
35308  Dies ist ein deutscher Text
35309 \begin_inset Foot
35310 status collapsed
35311
35312 \begin_layout Plain Layout
35313
35314 \lang ngerman
35315 Dies ist eine deutsche Fußnote.
35316 \end_layout
35317
35318 \end_inset
35319
35320 .
35321  Dies ist ein deutscher Text.
35322  Dies ist ein deutscher Text.
35323 \end_layout
35324
35325 \end_inset
35326
35327
35328 \begin_inset space \hfill{}
35329 \end_inset
35330
35331
35332 \begin_inset Box Frameless
35333 position "t"
35334 hor_pos "c"
35335 has_inner_box 1
35336 inner_pos "c"
35337 use_parbox 0
35338 use_makebox 0
35339 width "45col%"
35340 special "none"
35341 height "1in"
35342 height_special "totalheight"
35343 thickness "0.4pt"
35344 separation "3pt"
35345 shadowsize "4pt"
35346 framecolor "black"
35347 backgroundcolor "none"
35348 status open
35349
35350 \begin_layout Plain Layout
35351 This is an English Text.
35352  This is an English Text.
35353  This is an English Text.
35354  This is an English Text.
35355  This is an English Text.
35356  This is an English Text.
35357  This is an English Text.
35358  This is an English Text.
35359  This is an English Text.
35360  This is an English Text.
35361  This is an English Text.
35362  This is an English Text.
35363  This is an English Text.
35364  This is an English Text.
35365  This is an English Text.
35366  This is an English Text.
35367 \begin_inset Foot
35368 status collapsed
35369
35370 \begin_layout Plain Layout
35371 This is an English footnote.
35372 \end_layout
35373
35374 \end_inset
35375
35376  This is an English Text.
35377 \end_layout
35378
35379 \end_inset
35380
35381
35382 \end_layout
35383
35384 \begin_layout Standard
35385 \begin_inset VSpace bigskip
35386 \end_inset
35387
35388 The document-wide paragraph settings are ignored within minipages.
35389  That means that there will be no space between paragraphs in minipages
35390  although you set it to e.
35391 \begin_inset space \thinspace{}
35392 \end_inset
35393
35394 g.
35395 \begin_inset space \space{}
35396 \end_inset
35397
35398
35399 \family sans
35400 MedSkip
35401 \family default
35402  in the document settings.
35403 \end_layout
35404
35405 \begin_layout Standard
35406 Minipages can also be used to set a background color for text parts, see
35407  section
35408 \begin_inset space ~
35409 \end_inset
35410
35411
35412 \begin_inset CommandInset ref
35413 LatexCommand ref
35414 reference "sec:Colored-Boxes"
35415
35416 \end_inset
35417
35418 .
35419 \end_layout
35420
35421 \begin_layout Standard
35422 \begin_inset Note Greyedout
35423 status open
35424
35425 \begin_layout Plain Layout
35426
35427 \series bold
35428 Note:
35429 \series default
35430  You cannot have floats or margin notes inside minipages but minipages can
35431  be used inside tables, floats, and other boxes.
35432 \end_layout
35433
35434 \end_inset
35435
35436
35437 \end_layout
35438
35439 \begin_layout Standard
35440 \begin_inset VSpace bigskip
35441 \end_inset
35442
35443
35444 \end_layout
35445
35446 \begin_layout Standard
35447 \SpecialChar LyX
35448  has also basic support for minipages whose size is automatically determined
35449  by the width of their contents, via the module 
35450 \family sans
35451 Variable-width Minipages
35452 \family default
35453 .
35454  The \SpecialChar LyX
35455  example file 
35456 \emph on
35457 varwidth-floats-side-by-side
35458 \emph default
35459  gives examples of variable-width minipages used for placing two floats
35460  side-by-side.
35461 \end_layout
35462
35463 \begin_layout Section
35464 Parboxes
35465 \begin_inset CommandInset label
35466 LatexCommand label
35467 name "sec:Parboxes"
35468
35469 \end_inset
35470
35471
35472 \begin_inset Index idx
35473 status collapsed
35474
35475 \begin_layout Plain Layout
35476 Boxes ! Parboxes
35477 \end_layout
35478
35479 \end_inset
35480
35481
35482 \end_layout
35483
35484 \begin_layout Standard
35485 Parboxes are very similar to minipages with the difference that they cannot
35486  have footnotes.
35487 \end_layout
35488
35489 \begin_layout Standard
35490 \align center
35491 \begin_inset Box Frameless
35492 position "t"
35493 hor_pos "c"
35494 has_inner_box 1
35495 inner_pos "t"
35496 use_parbox 1
35497 use_makebox 0
35498 width "33col%"
35499 special "none"
35500 height "1in"
35501 height_special "totalheight"
35502 thickness "0.4pt"
35503 separation "3pt"
35504 shadowsize "4pt"
35505 framecolor "black"
35506 backgroundcolor "none"
35507 status open
35508
35509 \begin_layout Plain Layout
35510 This a text within a parbox.
35511  This a text within a parbox.
35512 \end_layout
35513
35514 \begin_layout Plain Layout
35515 This footnote won't appear:
35516 \begin_inset Foot
35517 status collapsed
35518
35519 \begin_layout Plain Layout
35520 This footnote is inside a parbox and will therefore not appear.
35521 \end_layout
35522
35523 \end_inset
35524
35525
35526 \end_layout
35527
35528 \end_inset
35529
35530
35531 \end_layout
35532
35533 \begin_layout Section
35534 Boxes for Words and Characters
35535 \begin_inset Index idx
35536 status collapsed
35537
35538 \begin_layout Plain Layout
35539 Boxes ! for Characters
35540 \end_layout
35541
35542 \end_inset
35543
35544
35545 \end_layout
35546
35547 \begin_layout Subsection
35548 Prevent Hyphenation
35549 \begin_inset CommandInset label
35550 LatexCommand label
35551 name "sec:Prevent-Hyphenation"
35552
35553 \end_inset
35554
35555
35556 \begin_inset Index idx
35557 status collapsed
35558
35559 \begin_layout Plain Layout
35560 Boxes ! to Prevent Hyphenation
35561 \end_layout
35562
35563 \end_inset
35564
35565
35566 \end_layout
35567
35568 \begin_layout Standard
35569 You can use the box type 
35570 \family sans
35571 Makebox
35572 \family default
35573  to prevent words or text from being hyphenated.
35574 \begin_inset Newline newline
35575 \end_inset
35576
35577 Here is an example text:
35578 \end_layout
35579
35580 \begin_layout Standard
35581 This line is an example to show how you can prevent the hyphenation of 
35582 \begin_inset Quotes eld
35583 \end_inset
35584
35585 veryverylongword
35586 \begin_inset Quotes erd
35587 \end_inset
35588
35589 .
35590 \end_layout
35591
35592 \begin_layout Standard
35593 To prevent the hyphenation of the word 
35594 \begin_inset Quotes eld
35595 \end_inset
35596
35597 veryverylongword
35598 \begin_inset Quotes erd
35599 \end_inset
35600
35601 , put the word into a box, set the 
35602 \family sans
35603 Inner
35604 \begin_inset space ~
35605 \end_inset
35606
35607 box
35608 \family default
35609  to 
35610 \family sans
35611 Makebox
35612 \family default
35613  and use no explicit width.
35614 \end_layout
35615
35616 \begin_layout Standard
35617 This is the result:
35618 \end_layout
35619
35620 \begin_layout Standard
35621 This line is an example to show how you can prevent the hyphenation of 
35622 \begin_inset Box Frameless
35623 position "t"
35624 hor_pos "c"
35625 has_inner_box 1
35626 inner_pos "t"
35627 use_parbox 0
35628 use_makebox 1
35629 width ""
35630 special "none"
35631 height "1in"
35632 height_special "totalheight"
35633 thickness "0.4pt"
35634 separation "3pt"
35635 shadowsize "4pt"
35636 framecolor "black"
35637 backgroundcolor "none"
35638 status open
35639
35640 \begin_layout Plain Layout
35641 \begin_inset Quotes eld
35642 \end_inset
35643
35644 veryverylongword
35645 \begin_inset Quotes erd
35646 \end_inset
35647
35648
35649 \end_layout
35650
35651 \end_inset
35652
35653 .
35654 \end_layout
35655
35656 \begin_layout Standard
35657 You can alternatively set the command 
35658 \begin_inset Quotes eld
35659 \end_inset
35660
35661
35662 \series bold
35663
35664 \backslash
35665 -
35666 \series default
35667
35668 \begin_inset Quotes grd
35669 \end_inset
35670
35671  as \SpecialChar TeX
35672  Code directly before the word:
35673 \end_layout
35674
35675 \begin_layout Standard
35676 This line is an example to show how you can prevent the hyphenation of 
35677 \begin_inset Quotes eld
35678 \end_inset
35679
35680
35681 \begin_inset ERT
35682 status collapsed
35683
35684 \begin_layout Plain Layout
35685
35686
35687 \backslash
35688 -
35689 \end_layout
35690
35691 \end_inset
35692
35693 veryverylongword
35694 \begin_inset Quotes erd
35695 \end_inset
35696
35697 .
35698 \end_layout
35699
35700 \begin_layout Standard
35701 Of course the word now protrudes over the side margin.
35702  To avoid this, add via the menu 
35703 \family sans
35704 Insert\SpecialChar menuseparator
35705 Formatting\SpecialChar menuseparator
35706 Ragged
35707 \begin_inset space ~
35708 \end_inset
35709
35710 Line
35711 \begin_inset space ~
35712 \end_inset
35713
35714 Break
35715 \family default
35716  (shortcut 
35717 \begin_inset Info
35718 type  "shortcut"
35719 arg   "newline-insert newline"
35720 \end_inset
35721
35722 ) a line break before the word:
35723 \end_layout
35724
35725 \begin_layout Standard
35726 This line is an example to show how you can prevent the hyphenation of 
35727 \begin_inset Newline newline
35728 \end_inset
35729
35730
35731 \begin_inset Box Frameless
35732 position "t"
35733 hor_pos "c"
35734 has_inner_box 1
35735 inner_pos "t"
35736 use_parbox 0
35737 use_makebox 1
35738 width ""
35739 special "none"
35740 height "1in"
35741 height_special "totalheight"
35742 thickness "0.4pt"
35743 separation "3pt"
35744 shadowsize "4pt"
35745 framecolor "black"
35746 backgroundcolor "none"
35747 status open
35748
35749 \begin_layout Plain Layout
35750 \begin_inset Quotes eld
35751 \end_inset
35752
35753 veryverylongword
35754 \begin_inset Quotes erd
35755 \end_inset
35756
35757
35758 \end_layout
35759
35760 \end_inset
35761
35762 .
35763 \end_layout
35764
35765 \begin_layout Subsection
35766 Vertical Alignment
35767 \begin_inset CommandInset label
35768 LatexCommand label
35769 name "subsec:Vertical-Alignment"
35770
35771 \end_inset
35772
35773
35774 \begin_inset Index idx
35775 status collapsed
35776
35777 \begin_layout Plain Layout
35778 Boxes ! for Vertical Alignment
35779 \end_layout
35780
35781 \end_inset
35782
35783
35784 \begin_inset Index idx
35785 status collapsed
35786
35787 \begin_layout Plain Layout
35788 Boxes ! Raiseboxes
35789 \end_layout
35790
35791 \end_inset
35792
35793
35794 \end_layout
35795
35796 \begin_layout Standard
35797 With the help of the command 
35798 \series bold
35799
35800 \backslash
35801 raisebox
35802 \series default
35803  you can align words, characters or other boxes vertically relative to the
35804  surrounding text.
35805  
35806 \series bold
35807
35808 \backslash
35809 raisebox
35810 \series default
35811  is used with the following scheme:
35812 \end_layout
35813
35814 \begin_layout Standard
35815
35816 \series bold
35817
35818 \backslash
35819 raisebox{lift}[height][depth]{box content}
35820 \end_layout
35821
35822 \begin_layout Standard
35823 The lift can be a positive value to raise the box or a negative value to
35824  lower the box.
35825 \end_layout
35826
35827 \begin_layout Standard
35828 To align for example the word 
35829 \begin_inset Quotes eld
35830 \end_inset
35831
35832 preventing
35833 \begin_inset Quotes erd
35834 \end_inset
35835
35836  so that the bottom of the 
35837 \begin_inset Quotes eld
35838 \end_inset
35839
35840 deepest
35841 \begin_inset Quotes erd
35842 \end_inset
35843
35844  character 
35845 \begin_inset Quotes eld
35846 \end_inset
35847
35848 p
35849 \begin_inset Quotes erd
35850 \end_inset
35851
35852  is at the baseline, insert the command
35853 \end_layout
35854
35855 \begin_layout Standard
35856
35857 \series bold
35858
35859 \backslash
35860 raisebox{
35861 \backslash
35862 depth}{
35863 \end_layout
35864
35865 \begin_layout Standard
35866 in \SpecialChar TeX
35867  Code before the word.
35868  After the word insert a closing brace 
35869 \begin_inset Quotes eld
35870 \end_inset
35871
35872
35873 \series bold
35874 }
35875 \series default
35876
35877 \begin_inset Quotes erd
35878 \end_inset
35879
35880  in \SpecialChar TeX
35881  Code.
35882 \begin_inset Newline newline
35883 \end_inset
35884
35885 This is the result:
35886 \end_layout
35887
35888 \begin_layout Standard
35889 This is a text line with the word 
35890 \begin_inset ERT
35891 status collapsed
35892
35893 \begin_layout Plain Layout
35894
35895
35896 \backslash
35897 raisebox{
35898 \backslash
35899 depth}{
35900 \end_layout
35901
35902 \end_inset
35903
35904
35905 \begin_inset Quotes eld
35906 \end_inset
35907
35908 preventing
35909 \begin_inset Quotes erd
35910 \end_inset
35911
35912
35913 \begin_inset ERT
35914 status collapsed
35915
35916 \begin_layout Plain Layout
35917
35918 }
35919 \end_layout
35920
35921 \end_inset
35922
35923  as a raised word.
35924 \end_layout
35925
35926 \begin_layout Standard
35927 \begin_inset VSpace bigskip
35928 \end_inset
35929
35930 When you raise or lower characters in a line, the line distance will be
35931  spread:
35932 \end_layout
35933
35934 \begin_layout Standard
35935 This is a text line with the word 
35936 \begin_inset ERT
35937 status collapsed
35938
35939 \begin_layout Plain Layout
35940
35941
35942 \backslash
35943 raisebox{-
35944 \backslash
35945 depth}{
35946 \end_layout
35947
35948 \end_inset
35949
35950
35951 \begin_inset Quotes eld
35952 \end_inset
35953
35954 preventing
35955 \begin_inset Quotes erd
35956 \end_inset
35957
35958
35959 \begin_inset ERT
35960 status collapsed
35961
35962 \begin_layout Plain Layout
35963
35964 }
35965 \end_layout
35966
35967 \end_inset
35968
35969  as a lowered word.
35970 \begin_inset Newline newline
35971 \end_inset
35972
35973 This is a text line with the word 
35974 \begin_inset ERT
35975 status collapsed
35976
35977 \begin_layout Plain Layout
35978
35979
35980 \backslash
35981 raisebox{0.5cm}{
35982 \end_layout
35983
35984 \end_inset
35985
35986
35987 \begin_inset Quotes eld
35988 \end_inset
35989
35990 testing
35991 \begin_inset Quotes erd
35992 \end_inset
35993
35994
35995 \begin_inset ERT
35996 status collapsed
35997
35998 \begin_layout Plain Layout
35999
36000 }
36001 \end_layout
36002
36003 \end_inset
36004
36005  as a raised word.
36006 \end_layout
36007
36008 \begin_layout Standard
36009 If you want to prevent this for a certain reason, set the box height to
36010  a zero value.
36011  For example use
36012 \end_layout
36013
36014 \begin_layout Standard
36015
36016 \series bold
36017
36018 \backslash
36019 raisebox{-
36020 \backslash
36021 depth}[0pt]{
36022 \end_layout
36023
36024 \begin_layout Standard
36025 This is a text line with the word 
36026 \begin_inset ERT
36027 status collapsed
36028
36029 \begin_layout Plain Layout
36030
36031
36032 \backslash
36033 raisebox{-
36034 \backslash
36035 depth}[0pt]{
36036 \end_layout
36037
36038 \end_inset
36039
36040
36041 \begin_inset Quotes eld
36042 \end_inset
36043
36044 preventing
36045 \begin_inset Quotes erd
36046 \end_inset
36047
36048
36049 \begin_inset ERT
36050 status collapsed
36051
36052 \begin_layout Plain Layout
36053
36054 }
36055 \end_layout
36056
36057 \end_inset
36058
36059  as a lowered word.
36060 \begin_inset Newline newline
36061 \end_inset
36062
36063
36064 \begin_inset Newline newline
36065 \end_inset
36066
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{0.5cm}[0pt]{
36076 \end_layout
36077
36078 \end_inset
36079
36080
36081 \begin_inset Quotes eld
36082 \end_inset
36083
36084 testing
36085 \begin_inset Quotes erd
36086 \end_inset
36087
36088
36089 \begin_inset ERT
36090 status collapsed
36091
36092 \begin_layout Plain Layout
36093
36094 }
36095 \end_layout
36096
36097 \end_inset
36098
36099  as a raised word.
36100 \end_layout
36101
36102 \begin_layout Section
36103 Colored Boxes
36104 \begin_inset CommandInset label
36105 LatexCommand label
36106 name "sec:Colored-Boxes"
36107
36108 \end_inset
36109
36110
36111 \begin_inset Index idx
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115 Boxes ! Color
36116 \end_layout
36117
36118 \end_inset
36119
36120
36121 \end_layout
36122
36123 \begin_layout Standard
36124 To color the background of a box just select the color you like in the box
36125  dialog.
36126  This is for example a box with orange background: 
36127 \begin_inset Box Frameless
36128 position "t"
36129 hor_pos "c"
36130 has_inner_box 1
36131 inner_pos "t"
36132 use_parbox 0
36133 use_makebox 1
36134 width ""
36135 special "none"
36136 height "1in"
36137 height_special "totalheight"
36138 thickness "0.4pt"
36139 separation "3pt"
36140 shadowsize "4pt"
36141 framecolor "black"
36142 backgroundcolor "orange"
36143 status open
36144
36145 \begin_layout Plain Layout
36146 Box with orange background
36147 \end_layout
36148
36149 \end_inset
36150
36151
36152 \end_layout
36153
36154 \begin_layout Standard
36155 If you use the decoration 
36156 \family sans
36157 Simple
36158 \begin_inset space ~
36159 \end_inset
36160
36161 rectangular
36162 \begin_inset space ~
36163 \end_inset
36164
36165 frame
36166 \family default
36167  you can set a frame color.
36168  In this case you must also specify a background color (LyX sets white as
36169  default).
36170  Here is an example: 
36171 \begin_inset Box Boxed
36172 position "t"
36173 hor_pos "c"
36174 has_inner_box 0
36175 inner_pos "t"
36176 use_parbox 0
36177 use_makebox 0
36178 width ""
36179 special "none"
36180 height "1in"
36181 height_special "totalheight"
36182 thickness "0.4pt"
36183 separation "3pt"
36184 shadowsize "4pt"
36185 framecolor "teal"
36186 backgroundcolor "yellow"
36187 status open
36188
36189 \begin_layout Plain Layout
36190 Box with teal frame color and yellow background color
36191 \end_layout
36192
36193 \end_inset
36194
36195
36196 \end_layout
36197
36198 \begin_layout Standard
36199 \begin_inset VSpace bigskip
36200 \end_inset
36201
36202 Of course you can also have colored text inside a colored box:
36203 \begin_inset Newline newline
36204 \end_inset
36205
36206
36207 \begin_inset Box Boxed
36208 position "t"
36209 hor_pos "c"
36210 has_inner_box 0
36211 inner_pos "t"
36212 use_parbox 0
36213 use_makebox 0
36214 width ""
36215 special "none"
36216 height "1in"
36217 height_special "totalheight"
36218 thickness "0.4pt"
36219 separation "3pt"
36220 shadowsize "4pt"
36221 framecolor "cyan"
36222 backgroundcolor "magenta"
36223 status open
36224
36225 \begin_layout Plain Layout
36226
36227 \color yellow
36228 This is colored text within a colored, framed box
36229 \end_layout
36230
36231 \end_inset
36232
36233
36234 \end_layout
36235
36236 \begin_layout Standard
36237 \begin_inset VSpace bigskip
36238 \end_inset
36239
36240
36241 \end_layout
36242
36243 \begin_layout Standard
36244 If you need another color than the predefined ones, you can define your
36245  own color as described in section
36246 \begin_inset space ~
36247 \end_inset
36248
36249
36250 \begin_inset CommandInset ref
36251 LatexCommand ref
36252 reference "sec:Colored-Tables"
36253
36254 \end_inset
36255
36256 .
36257  To use your own color you must typeset the box by using TeX code:
36258 \end_layout
36259
36260 \begin_layout Standard
36261 Colored boxes without frame are created with the command 
36262 \series bold
36263
36264 \backslash
36265 colorbox
36266 \series default
36267 .
36268  It has the following scheme:
36269 \end_layout
36270
36271 \begin_layout Standard
36272
36273 \series bold
36274
36275 \backslash
36276 colorbox{color}{box content}
36277 \end_layout
36278
36279 \begin_layout Standard
36280 The box content can also be a box and colored boxes can also be within other
36281  boxes.
36282  To have e.
36283 \begin_inset space \thinspace{}
36284 \end_inset
36285
36286 g.
36287 \begin_inset space \space{}
36288 \end_inset
36289
36290 a darkgreen background for a word, insert the command
36291 \end_layout
36292
36293 \begin_layout Standard
36294
36295 \series bold
36296
36297 \backslash
36298 colorbox{darkgreen}{
36299 \end_layout
36300
36301 \begin_layout Standard
36302 before the word in \SpecialChar TeX
36303  Code.
36304  After the word insert a closing brace 
36305 \begin_inset Quotes eld
36306 \end_inset
36307
36308
36309 \series bold
36310 }
36311 \series default
36312
36313 \begin_inset Quotes erd
36314 \end_inset
36315
36316  in \SpecialChar TeX
36317  Code.
36318 \begin_inset Newline newline
36319 \end_inset
36320
36321 This is the result:
36322 \end_layout
36323
36324 \begin_layout Standard
36325 This is a line where the word 
36326 \begin_inset ERT
36327 status collapsed
36328
36329 \begin_layout Plain Layout
36330
36331
36332 \backslash
36333 colorbox{darkgreen}{
36334 \end_layout
36335
36336 \end_inset
36337
36338
36339 \begin_inset Quotes eld
36340 \end_inset
36341
36342 Attention!
36343 \begin_inset Quotes erd
36344 \end_inset
36345
36346
36347 \begin_inset ERT
36348 status collapsed
36349
36350 \begin_layout Plain Layout
36351
36352 }
36353 \end_layout
36354
36355 \end_inset
36356
36357  has a darkgreen background.
36358 \end_layout
36359
36360 \begin_layout Standard
36361 Framed, colored boxes are created with the command 
36362 \series bold
36363
36364 \backslash
36365 fcolorbox
36366 \series default
36367 .
36368  It has the following scheme:
36369 \end_layout
36370
36371 \begin_layout Standard
36372
36373 \series bold
36374
36375 \backslash
36376 fcolorbox{frame color}{box color}{box content}
36377 \end_layout
36378
36379 \begin_layout Section
36380 Rotated and Scaled Boxes
36381 \end_layout
36382
36383 \begin_layout Standard
36384 To use the boxes described in this section, the module 
36385 \family sans
36386 GraphicBoxes
36387 \family default
36388  must be loaded in the document settings.
36389 \end_layout
36390
36391 \begin_layout Standard
36392 \begin_inset Note Greyedout
36393 status open
36394
36395 \begin_layout Plain Layout
36396
36397 \series bold
36398 Note:
36399 \series default
36400  Not all DVI viewers are able to display rotated or scaled material.
36401 \end_layout
36402
36403 \end_inset
36404
36405
36406 \end_layout
36407
36408 \begin_layout Standard
36409 \begin_inset Note Greyedout
36410 status open
36411
36412 \begin_layout Plain Layout
36413
36414 \series bold
36415 Note:
36416 \series default
36417  Floats are not allowed inside a rotated or scaled box.
36418 \end_layout
36419
36420 \end_inset
36421
36422
36423 \end_layout
36424
36425 \begin_layout Subsection
36426 Rotated Boxes
36427 \begin_inset Index idx
36428 status collapsed
36429
36430 \begin_layout Plain Layout
36431 Boxes ! rotated
36432 \end_layout
36433
36434 \end_inset
36435
36436
36437 \begin_inset Index idx
36438 status collapsed
36439
36440 \begin_layout Plain Layout
36441 Rotated Material
36442 \end_layout
36443
36444 \end_inset
36445
36446
36447 \end_layout
36448
36449 \begin_layout Standard
36450 To rotate material, you can put it into a 
36451 \family sans
36452 Rotatebox
36453 \family default
36454 .
36455  Such a box is inserted via the menu 
36456 \family sans
36457 Insert\SpecialChar menuseparator
36458 Custom Insets\SpecialChar menuseparator
36459 Rotatebox
36460 \family default
36461 .
36462 \end_layout
36463
36464 \begin_layout Standard
36465 The rotation origin can be specified via the inset 
36466 \family sans
36467 Origin
36468 \family default
36469  (menu 
36470 \family sans
36471 Insert\SpecialChar menuseparator
36472 Origin
36473 \family default
36474 ) in the form 
36475 \series bold
36476 origin=position
36477 \series default
36478 .
36479  The following positions are possible: 
36480 \emph on
36481 c
36482 \emph default
36483  (center), 
36484 \emph on
36485 l
36486 \emph default
36487  (left), 
36488 \emph on
36489 r
36490 \emph default
36491  (right), 
36492 \emph on
36493 b
36494 \emph default
36495  (bottom), 
36496 \emph on
36497 t
36498 \emph default
36499  (top), along with meaningful combinations of the four base positions.
36500  For example 
36501 \emph on
36502 lt
36503 \emph default
36504  means that the rotation origin is at the top left corner of the box.
36505  When no rotation origin is specified, the position 
36506 \emph on
36507 l
36508 \emph default
36509  will be used.
36510  The rotation angle is a number that can be negative that specifies the
36511  angle in degrees.
36512  The rotation direction is counterclockwise.
36513 \end_layout
36514
36515 \begin_layout Standard
36516 In the following example 
36517 \series bold
36518 origin=c
36519 \series default
36520  was inserted to the 
36521 \family sans
36522 Origin
36523 \family default
36524  inset and 
36525 \series bold
36526 60
36527 \series default
36528  was inserted to the 
36529 \family sans
36530 Angle
36531 \family default
36532  inset.
36533 \end_layout
36534
36535 \begin_layout Standard
36536 This is a line 
36537 \begin_inset Flex Rotatebox
36538 status open
36539
36540 \begin_layout Plain Layout
36541 \begin_inset Argument 1
36542 status open
36543
36544 \begin_layout Plain Layout
36545 origin=c
36546 \end_layout
36547
36548 \end_inset
36549
36550
36551 \begin_inset Argument 2
36552 status open
36553
36554 \begin_layout Plain Layout
36555 60
36556 \end_layout
36557
36558 \end_inset
36559
36560 with rotated
36561 \end_layout
36562
36563 \end_inset
36564
36565  text.
36566 \end_layout
36567
36568 \begin_layout Standard
36569 The box content can also be another box or an inline formula:
36570 \end_layout
36571
36572 \begin_layout Standard
36573 This is a line 
36574 \begin_inset Flex Rotatebox
36575 status open
36576
36577 \begin_layout Plain Layout
36578 \begin_inset Argument 1
36579 status open
36580
36581 \begin_layout Plain Layout
36582 origin=r
36583 \end_layout
36584
36585 \end_inset
36586
36587
36588 \begin_inset Argument 2
36589 status open
36590
36591 \begin_layout Plain Layout
36592 -60
36593 \end_layout
36594
36595 \end_inset
36596
36597
36598 \begin_inset Box Doublebox
36599 position "c"
36600 hor_pos "c"
36601 has_inner_box 0
36602 inner_pos "c"
36603 use_parbox 0
36604 use_makebox 0
36605 width "1in"
36606 special "width"
36607 height "1in"
36608 height_special "totalheight"
36609 thickness "0.4pt"
36610 separation "3pt"
36611 shadowsize "4pt"
36612 framecolor "black"
36613 backgroundcolor "none"
36614 status collapsed
36615
36616 \begin_layout Plain Layout
36617 with rotated
36618 \end_layout
36619
36620 \end_inset
36621
36622
36623 \end_layout
36624
36625 \end_inset
36626
36627  framed text 
36628 \begin_inset Flex Rotatebox
36629 status open
36630
36631 \begin_layout Plain Layout
36632 \begin_inset Argument 1
36633 status open
36634
36635 \begin_layout Plain Layout
36636 origin=lb
36637 \end_layout
36638
36639 \end_inset
36640
36641
36642 \begin_inset Argument 2
36643 status open
36644
36645 \begin_layout Plain Layout
36646 60
36647 \end_layout
36648
36649 \end_inset
36650
36651
36652 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36653 \end_inset
36654
36655
36656 \end_layout
36657
36658 \end_inset
36659
36660  and a formula.
36661 \end_layout
36662
36663 \begin_layout Standard
36664 or an image or table:
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=lb
36678 \end_layout
36679
36680 \end_inset
36681
36682
36683 \begin_inset Argument 2
36684 status open
36685
36686 \begin_layout Plain Layout
36687 90
36688 \end_layout
36689
36690 \end_inset
36691
36692
36693 \begin_inset Graphics
36694         filename clipart/platypus.eps
36695         lyxscale 50
36696         width 25col%
36697
36698 \end_inset
36699
36700
36701 \end_layout
36702
36703 \end_inset
36704
36705  with a rotated image 
36706 \begin_inset Flex Rotatebox
36707 status open
36708
36709 \begin_layout Plain Layout
36710 \begin_inset Argument 2
36711 status open
36712
36713 \begin_layout Plain Layout
36714 -90
36715 \end_layout
36716
36717 \end_inset
36718
36719
36720 \begin_inset Tabular
36721 <lyxtabular version="3" rows="2" columns="2">
36722 <features tabularvalignment="middle">
36723 <column alignment="center" valignment="top">
36724 <column alignment="center" valignment="top">
36725 <row>
36726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36727 \begin_inset Text
36728
36729 \begin_layout Plain Layout
36730 q
36731 \end_layout
36732
36733 \end_inset
36734 </cell>
36735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36736 \begin_inset Text
36737
36738 \begin_layout Plain Layout
36739 w
36740 \end_layout
36741
36742 \end_inset
36743 </cell>
36744 </row>
36745 <row>
36746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36747 \begin_inset Text
36748
36749 \begin_layout Plain Layout
36750 e
36751 \end_layout
36752
36753 \end_inset
36754 </cell>
36755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36756 \begin_inset Text
36757
36758 \begin_layout Plain Layout
36759 r
36760 \end_layout
36761
36762 \end_inset
36763 </cell>
36764 </row>
36765 </lyxtabular>
36766
36767 \end_inset
36768
36769
36770 \end_layout
36771
36772 \end_inset
36773
36774  and table.
36775 \begin_inset Index idx
36776 status collapsed
36777
36778 \begin_layout Plain Layout
36779 Figures ! rotated
36780 \end_layout
36781
36782 \end_inset
36783
36784
36785 \begin_inset Index idx
36786 status collapsed
36787
36788 \begin_layout Plain Layout
36789 Table Customization ! Rotating
36790 \end_layout
36791
36792 \end_inset
36793
36794
36795 \end_layout
36796
36797 \begin_layout Standard
36798 \begin_inset Note Greyedout
36799 status open
36800
36801 \begin_layout Plain Layout
36802
36803 \series bold
36804 Note:
36805 \series default
36806  If the 
36807 \family sans
36808 Angle
36809 \family default
36810  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
36811
36812  errors when viewing/exporting the document.
36813 \end_layout
36814
36815 \end_inset
36816
36817
36818 \end_layout
36819
36820 \begin_layout Subsection
36821 Scaled Boxes
36822 \begin_inset Index idx
36823 status collapsed
36824
36825 \begin_layout Plain Layout
36826 Boxes ! scaled
36827 \end_layout
36828
36829 \end_inset
36830
36831
36832 \begin_inset Index idx
36833 status collapsed
36834
36835 \begin_layout Plain Layout
36836 Scaled Material
36837 \end_layout
36838
36839 \end_inset
36840
36841
36842 \end_layout
36843
36844 \begin_layout Standard
36845 To scale material put it into a 
36846 \family sans
36847 Scalebox
36848 \family default
36849 .
36850  Such a box is inserted via the menu 
36851 \family sans
36852 Insert\SpecialChar menuseparator
36853 Custom Insets\SpecialChar menuseparator
36854 Scalebox
36855 \family default
36856 .
36857 \end_layout
36858
36859 \begin_layout Standard
36860 The 
36861 \family sans
36862 Scalebox
36863 \family default
36864  inset has the mandatory inset 
36865 \family sans
36866 H-Factor
36867 \family default
36868  and the optional inset 
36869 \family sans
36870 V-Factor
36871 \family default
36872  (inserted via the menu 
36873 \family sans
36874 Insert\SpecialChar menuseparator
36875 V-Factor)
36876 \family default
36877 .
36878  Input there the horizontal and vertical scale factor, respectively.
36879  If no 
36880 \family sans
36881 V-Factor
36882 \family default
36883  inset is used, the horizontal factor will also be used as the vertical
36884  one.
36885 \end_layout
36886
36887 \begin_layout Standard
36888 To get for example the double text size, compared to the document text size,
36889  insert 
36890 \series bold
36891 2
36892 \series default
36893  into the 
36894 \family sans
36895 H-Factor
36896 \family default
36897  inset.
36898  An example: 
36899 \begin_inset Flex Scalebox
36900 status open
36901
36902 \begin_layout Plain Layout
36903 \begin_inset Argument 1
36904 status open
36905
36906 \begin_layout Plain Layout
36907 2
36908 \end_layout
36909
36910 \end_inset
36911
36912 Hello
36913 \end_layout
36914
36915 \end_inset
36916
36917
36918 \end_layout
36919
36920 \begin_layout Standard
36921
36922 \series bold
36923 2
36924 \series default
36925  as 
36926 \family sans
36927 H-Factor
36928 \family default
36929  and 
36930 \series bold
36931 1
36932 \series default
36933  as 
36934 \family sans
36935 V-Factor
36936 \family default
36937  distorts the 
36938 \begin_inset Flex Scalebox
36939 status open
36940
36941 \begin_layout Plain Layout
36942 \begin_inset Argument 1
36943 status open
36944
36945 \begin_layout Plain Layout
36946 2
36947 \end_layout
36948
36949 \end_inset
36950
36951
36952 \begin_inset Argument 2
36953 status open
36954
36955 \begin_layout Plain Layout
36956 1
36957 \end_layout
36958
36959 \end_inset
36960
36961 Hello
36962 \end_layout
36963
36964 \end_inset
36965
36966 .
36967 \end_layout
36968
36969 \begin_layout Standard
36970 If the scaling factor is negative, the box content will be mirrored.
36971  Therefore 
36972 \series bold
36973 -1
36974 \series default
36975  as 
36976 \family sans
36977 H-Factor
36978 \family default
36979  and 
36980 \series bold
36981 1
36982 \series default
36983  as 
36984 \family sans
36985 V-Factor
36986 \family default
36987  can be used to create mirror writing: 
36988 \begin_inset Flex Scalebox
36989 status open
36990
36991 \begin_layout Plain Layout
36992 \begin_inset Argument 1
36993 status open
36994
36995 \begin_layout Plain Layout
36996 -1
36997 \end_layout
36998
36999 \end_inset
37000
37001
37002 \begin_inset Argument 2
37003 status open
37004
37005 \begin_layout Plain Layout
37006 1
37007 \end_layout
37008
37009 \end_inset
37010
37011 Hello
37012 \end_layout
37013
37014 \end_inset
37015
37016
37017 \end_layout
37018
37019 \begin_layout Standard
37020
37021 \series bold
37022 1
37023 \series default
37024  as 
37025 \family sans
37026 H-Factor
37027 \family default
37028  and 
37029 \series bold
37030 -1
37031 \series default
37032  as 
37033 \family sans
37034 V-Factor
37035 \family default
37036  reflects the 
37037 \begin_inset Flex Scalebox
37038 status open
37039
37040 \begin_layout Plain Layout
37041 \begin_inset Argument 1
37042 status open
37043
37044 \begin_layout Plain Layout
37045 1
37046 \end_layout
37047
37048 \end_inset
37049
37050
37051 \begin_inset Argument 2
37052 status open
37053
37054 \begin_layout Plain Layout
37055 -1
37056 \end_layout
37057
37058 \end_inset
37059
37060 Hello
37061 \end_layout
37062
37063 \end_inset
37064
37065  at the base line.
37066 \end_layout
37067
37068 \begin_layout Standard
37069 The 
37070 \family sans
37071 Reflectbox
37072 \family default
37073  (menu 
37074 \family sans
37075 Insert\SpecialChar menuseparator
37076 Custom Insets\SpecialChar menuseparator
37077 Reflectbox
37078 \family default
37079 ) is equivalent to 
37080 \series bold
37081 -1
37082 \series default
37083  as 
37084 \family sans
37085 H-Factor
37086 \family default
37087  and 
37088 \series bold
37089 1
37090 \series default
37091  as 
37092 \family sans
37093 V-Factor 
37094 \family default
37095 for a 
37096 \family sans
37097 Scalebox
37098 \family default
37099 .
37100 \end_layout
37101
37102 \begin_layout Standard
37103 \begin_inset Note Greyedout
37104 status open
37105
37106 \begin_layout Plain Layout
37107
37108 \series bold
37109 Note:
37110 \series default
37111  If the 
37112 \family sans
37113 H-Factor
37114 \family default
37115  inset is empty or contains other characters than numbers you will get LaTeX
37116  errors when viewing/exporting the document.
37117 \end_layout
37118
37119 \end_inset
37120
37121
37122 \end_layout
37123
37124 \begin_layout Standard
37125 \begin_inset VSpace bigskip
37126 \end_inset
37127
37128 The 
37129 \family sans
37130 Resizebox
37131 \family default
37132  (menu 
37133 \family sans
37134 Insert\SpecialChar menuseparator
37135 Custom Insets\SpecialChar menuseparator
37136 Resizebox
37137 \family default
37138 ) is used to scale the content to a defined width and height.
37139  The 
37140 \family sans
37141 Resizebox
37142 \family default
37143  inset has the mandatory inset 
37144 \family sans
37145 Width
37146 \family default
37147  and the optional inset 
37148 \family sans
37149 Height
37150 \family default
37151  (inserted via the menu 
37152 \family sans
37153 Insert\SpecialChar menuseparator
37154 Height)
37155 \family default
37156 .
37157  Input there the width and height, respectively, as value with a unit.
37158  
37159 \begin_inset CommandInset ref
37160 LatexCommand ref
37161 reference "tab:Units"
37162
37163 \end_inset
37164
37165  lists the possible units.
37166  If there is an exclamation mark 
37167 \series bold
37168 !
37169 \series default
37170  in of of the two insets, the size is set so that the aspect ratio of the
37171  box content is kept.
37172  If no 
37173 \family sans
37174 Height
37175 \family default
37176  inset is used an exclamation mark will internally be used for the height.
37177 \end_layout
37178
37179 \begin_layout Standard
37180
37181 \series bold
37182 2cm
37183 \series default
37184  as 
37185 \family sans
37186 Width
37187 \family default
37188  and 
37189 \series bold
37190 1cm
37191 \series default
37192  as 
37193 \family sans
37194 Height
37195 \family default
37196  produces: 
37197 \begin_inset Flex Resizebox
37198 status open
37199
37200 \begin_layout Plain Layout
37201 \begin_inset Argument 1
37202 status open
37203
37204 \begin_layout Plain Layout
37205 2cm
37206 \end_layout
37207
37208 \end_inset
37209
37210
37211 \begin_inset Argument 2
37212 status open
37213
37214 \begin_layout Plain Layout
37215 1cm
37216 \end_layout
37217
37218 \end_inset
37219
37220 Hello
37221 \end_layout
37222
37223 \end_inset
37224
37225
37226 \begin_inset Newline newline
37227 \end_inset
37228
37229
37230 \series bold
37231 2cm
37232 \series default
37233  as 
37234 \family sans
37235 Width
37236 \family default
37237  and 
37238 \series bold
37239 !
37240 \series default
37241  as 
37242 \family sans
37243 Height
37244 \family default
37245  (or no 
37246 \family sans
37247 Height
37248 \family default
37249 ) produces: 
37250 \begin_inset Flex Resizebox
37251 status open
37252
37253 \begin_layout Plain Layout
37254 \begin_inset Argument 1
37255 status open
37256
37257 \begin_layout Plain Layout
37258 2cm
37259 \end_layout
37260
37261 \end_inset
37262
37263
37264 \begin_inset Argument 2
37265 status open
37266
37267 \begin_layout Plain Layout
37268 !
37269 \end_layout
37270
37271 \end_inset
37272
37273 Hello
37274 \end_layout
37275
37276 \end_inset
37277
37278
37279 \end_layout
37280
37281 \begin_layout Standard
37282 \begin_inset Note Greyedout
37283 status open
37284
37285 \begin_layout Plain Layout
37286
37287 \series bold
37288 Note:
37289 \series default
37290  If the 
37291 \family sans
37292 Width
37293 \family default
37294  inset is empty or contains an invalid unit you will get LaTeX errors when
37295  viewing/exporting the document.
37296 \end_layout
37297
37298 \end_inset
37299
37300
37301 \end_layout
37302
37303 \begin_layout Standard
37304 \begin_inset VSpace bigskip
37305 \end_inset
37306
37307
37308 \end_layout
37309
37310 \begin_layout Standard
37311 The boxes can be combined in any order.
37312  As example a 
37313 \family sans
37314 Reflectbox
37315 \family default
37316  inside a 
37317 \family sans
37318 Resizebox
37319 \family default
37320  which is in turn inside a 
37321 \family sans
37322 Rotatebox
37323 \family default
37324 :
37325 \end_layout
37326
37327 \begin_layout Standard
37328 \noindent
37329 \align center
37330 \begin_inset Flex Rotatebox
37331 status open
37332
37333 \begin_layout Plain Layout
37334 \begin_inset Argument 1
37335 status open
37336
37337 \begin_layout Plain Layout
37338 origin=c
37339 \end_layout
37340
37341 \end_inset
37342
37343
37344 \begin_inset Argument 2
37345 status open
37346
37347 \begin_layout Plain Layout
37348 -45
37349 \end_layout
37350
37351 \end_inset
37352
37353
37354 \begin_inset Flex Resizebox
37355 status open
37356
37357 \begin_layout Plain Layout
37358 \begin_inset Argument 1
37359 status open
37360
37361 \begin_layout Plain Layout
37362 2cm
37363 \end_layout
37364
37365 \end_inset
37366
37367
37368 \begin_inset Flex Reflectbox
37369 status open
37370
37371 \begin_layout Plain Layout
37372 Hello
37373 \end_layout
37374
37375 \end_inset
37376
37377
37378 \end_layout
37379
37380 \end_inset
37381
37382
37383 \end_layout
37384
37385 \end_inset
37386
37387
37388 \end_layout
37389
37390 \begin_layout Standard
37391 \noindent
37392 Images, tables, and inline formulas are allowed as box content:
37393 \end_layout
37394
37395 \begin_layout Standard
37396 \noindent
37397 \align center
37398 \begin_inset Flex Resizebox
37399 status open
37400
37401 \begin_layout Plain Layout
37402 \begin_inset Argument 1
37403 status open
37404
37405 \begin_layout Plain Layout
37406 2cm
37407 \end_layout
37408
37409 \end_inset
37410
37411
37412 \begin_inset Flex Reflectbox
37413 status open
37414
37415 \begin_layout Plain Layout
37416 \begin_inset Graphics
37417         filename clipart/platypus.eps
37418         lyxscale 50
37419         width 25col%
37420
37421 \end_inset
37422
37423
37424 \end_layout
37425
37426 \end_inset
37427
37428
37429 \end_layout
37430
37431 \end_inset
37432
37433  
37434 \begin_inset Flex Resizebox
37435 status open
37436
37437 \begin_layout Plain Layout
37438 \begin_inset Argument 1
37439 status open
37440
37441 \begin_layout Plain Layout
37442 2cm
37443 \end_layout
37444
37445 \end_inset
37446
37447
37448 \begin_inset Flex Reflectbox
37449 status open
37450
37451 \begin_layout Plain Layout
37452 \begin_inset Tabular
37453 <lyxtabular version="3" rows="2" columns="2">
37454 <features tabularvalignment="middle">
37455 <column alignment="center" valignment="top">
37456 <column alignment="center" valignment="top">
37457 <row>
37458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37459 \begin_inset Text
37460
37461 \begin_layout Plain Layout
37462 q
37463 \end_layout
37464
37465 \end_inset
37466 </cell>
37467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37468 \begin_inset Text
37469
37470 \begin_layout Plain Layout
37471 w
37472 \end_layout
37473
37474 \end_inset
37475 </cell>
37476 </row>
37477 <row>
37478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37479 \begin_inset Text
37480
37481 \begin_layout Plain Layout
37482 e
37483 \end_layout
37484
37485 \end_inset
37486 </cell>
37487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37488 \begin_inset Text
37489
37490 \begin_layout Plain Layout
37491 r
37492 \end_layout
37493
37494 \end_inset
37495 </cell>
37496 </row>
37497 </lyxtabular>
37498
37499 \end_inset
37500
37501
37502 \end_layout
37503
37504 \end_inset
37505
37506
37507 \end_layout
37508
37509 \end_inset
37510
37511  
37512 \begin_inset Flex Resizebox
37513 status open
37514
37515 \begin_layout Plain Layout
37516 \begin_inset Argument 1
37517 status open
37518
37519 \begin_layout Plain Layout
37520 3cm
37521 \end_layout
37522
37523 \end_inset
37524
37525
37526 \begin_inset Flex Reflectbox
37527 status open
37528
37529 \begin_layout Plain Layout
37530 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37531 \end_inset
37532
37533
37534 \end_layout
37535
37536 \end_inset
37537
37538
37539 \end_layout
37540
37541 \end_inset
37542
37543
37544 \begin_inset Index idx
37545 status collapsed
37546
37547 \begin_layout Plain Layout
37548 Figures ! scaled
37549 \end_layout
37550
37551 \end_inset
37552
37553
37554 \begin_inset Index idx
37555 status collapsed
37556
37557 \begin_layout Plain Layout
37558 Table Customization ! Scaling
37559 \end_layout
37560
37561 \end_inset
37562
37563
37564 \end_layout
37565
37566 \begin_layout Standard
37567 When the global formula style 
37568 \series bold
37569 fleqn
37570 \series default
37571  is used in the document
37572 \begin_inset Foot
37573 status collapsed
37574
37575 \begin_layout Plain Layout
37576 When 
37577 \begin_inset Quotes eld
37578 \end_inset
37579
37580 fleqn
37581 \begin_inset Quotes erd
37582 \end_inset
37583
37584  is added to the document class options.
37585 \end_layout
37586
37587 \end_inset
37588
37589 , display style formulas can also be scaled.
37590 \end_layout
37591
37592 \begin_layout Chapter
37593 Objects Surrounded by Text
37594 \begin_inset Index idx
37595 status collapsed
37596
37597 \begin_layout Plain Layout
37598 Surrounded by text
37599 \end_layout
37600
37601 \end_inset
37602
37603
37604 \end_layout
37605
37606 \begin_layout Section
37607 Wrap Floats
37608 \begin_inset CommandInset label
37609 LatexCommand label
37610 name "sec:Wrap-Floats"
37611
37612 \end_inset
37613
37614
37615 \begin_inset Index idx
37616 status collapsed
37617
37618 \begin_layout Plain Layout
37619 Floats ! Wrap Floats
37620 \end_layout
37621
37622 \end_inset
37623
37624
37625 \begin_inset Index idx
37626 status collapsed
37627
37628 \begin_layout Plain Layout
37629 Surrounded by text ! Wrap Floats
37630 \end_layout
37631
37632 \end_inset
37633
37634
37635 \end_layout
37636
37637 \begin_layout Standard
37638 \begin_inset Wrap figure
37639 lines 0
37640 placement l
37641 overhang 1cm
37642 width "40col%"
37643 status open
37644
37645 \begin_layout Plain Layout
37646 \begin_inset Graphics
37647         filename clipart/mobius.eps
37648         width 40col%
37649         scaleBeforeRotation
37650         rotateOrigin center
37651
37652 \end_inset
37653
37654
37655 \end_layout
37656
37657 \begin_layout Plain Layout
37658 \begin_inset Caption Standard
37659
37660 \begin_layout Plain Layout
37661 \begin_inset CommandInset label
37662 LatexCommand label
37663 name "fig:This-is-a"
37664
37665 \end_inset
37666
37667 This is a figure wrap float.
37668 \end_layout
37669
37670 \end_inset
37671
37672
37673 \end_layout
37674
37675 \end_inset
37676
37677  This float type is used if you want to wrap text around a figure or table
37678  so that it only occupies some fraction of the column width.
37679  It can be inserted using the menu 
37680 \family sans
37681 Insert\SpecialChar menuseparator
37682 Floats\SpecialChar menuseparator
37683 Figure
37684 \begin_inset space ~
37685 \end_inset
37686
37687 Wrap
37688 \begin_inset space ~
37689 \end_inset
37690
37691 Float
37692 \family default
37693  or 
37694 \family sans
37695 Table
37696 \begin_inset space ~
37697 \end_inset
37698
37699 Wrap
37700 \begin_inset space ~
37701 \end_inset
37702
37703 Float
37704 \family default
37705  if the \SpecialChar LaTeX
37706 -package 
37707 \series bold
37708 wrapfig
37709 \series default
37710
37711 \begin_inset Index idx
37712 status collapsed
37713
37714 \begin_layout Plain Layout
37715 \SpecialChar LaTeX
37716 -packages ! wrapfig
37717 \end_layout
37718
37719 \end_inset
37720
37721  is installed.
37722 \begin_inset Foot
37723 status collapsed
37724
37725 \begin_layout Plain Layout
37726 Installing a \SpecialChar LaTeX
37727 -package is explained it in the 
37728 \emph on
37729 \SpecialChar LaTeX
37730
37731 \begin_inset space ~
37732 \end_inset
37733
37734 Configuration
37735 \emph default
37736  manual.
37737 \end_layout
37738
37739 \end_inset
37740
37741  The settings of the float can be modified by right-clicking on the float
37742  box.
37743  The mandatory settings are the float 
37744 \family sans
37745 Placement
37746 \family default
37747  and its 
37748 \family sans
37749 Width
37750 \family default
37751 .
37752  Optional are the 
37753 \family sans
37754 Overhang
37755 \family default
37756  that specifies how much the float is set into the paragraph
37757 \begin_inset space \thinspace{}
37758 \end_inset
37759
37760 /
37761 \begin_inset space \thinspace{}
37762 \end_inset
37763
37764 page margin, and the 
37765 \family sans
37766 Line
37767 \begin_inset space ~
37768 \end_inset
37769
37770 span
37771 \family default
37772  that specifies how many text lines the float will approximately need.
37773  The line span is often hard to approximate; so it is better only to use
37774  it when you encounter float placement problems.
37775  You can furthermore decide if \SpecialChar LaTeX
37776  is allowed to let the float float within
37777  the paragraph or to surrounding paragraphs.
37778  Figure
37779 \begin_inset space ~
37780 \end_inset
37781
37782
37783 \begin_inset CommandInset ref
37784 LatexCommand ref
37785 reference "fig:This-is-a"
37786
37787 \end_inset
37788
37789  is an example text wrap float with a width of 40
37790 \begin_inset space \thinspace{}
37791 \end_inset
37792
37793 col%, 1
37794 \begin_inset space \thinspace{}
37795 \end_inset
37796
37797 cm overhang, set to the left.
37798 \end_layout
37799
37800 \begin_layout Standard
37801 \begin_inset Note Greyedout
37802 status open
37803
37804 \begin_layout Plain Layout
37805
37806 \series bold
37807 Note:
37808 \series default
37809  Text
37810 \begin_inset space ~
37811 \end_inset
37812
37813 wrap float floats are fragile! E.
37814 \begin_inset space \thinspace{}
37815 \end_inset
37816
37817 g.
37818 \begin_inset space \space{}
37819 \end_inset
37820
37821 having a figure too close to the bottom of the page can mess things up in
37822  such a way that the float does not appear in the output or that it is placed
37823  over some other text.
37824 \end_layout
37825
37826 \end_inset
37827
37828
37829 \end_layout
37830
37831 \begin_layout Standard
37832 In general, the following applies for wrap floats:
37833 \end_layout
37834
37835 \begin_layout Itemize
37836 They should not be placed in paragraphs that run over a page break.
37837  That means that wrap floats are better inserted in their exact place when
37838  the document is almost finished and you are able to estimate where page
37839  breaks will appear.
37840 \end_layout
37841
37842 \begin_layout Itemize
37843 They should either be placed in their own paragraph before the paragraph
37844  where they should wrap into or within a paragraph.
37845 \end_layout
37846
37847 \begin_layout Itemize
37848 In consecutive paragraphs they may cause troubles, so ensure that there
37849  is a text paragraph between them as separator.
37850 \end_layout
37851
37852 \begin_layout Itemize
37853 They are not allowed in section headings or tables.
37854 \end_layout
37855
37856 \begin_layout Itemize
37857 Their numbering and referencing works as described in chap.
37858 \begin_inset space \thinspace{}
37859 \end_inset
37860
37861
37862 \begin_inset CommandInset ref
37863 LatexCommand ref
37864 reference "chap:Floats"
37865
37866 \end_inset
37867
37868 .
37869 \end_layout
37870
37871 \begin_layout Section
37872 Surrounded Fixed Objects
37873 \begin_inset Index idx
37874 status collapsed
37875
37876 \begin_layout Plain Layout
37877 Surrounded by text ! Fixed objects
37878 \end_layout
37879
37880 \end_inset
37881
37882
37883 \end_layout
37884
37885 \begin_layout Standard
37886 The wrap floats described in sec.
37887 \begin_inset space \thinspace{}
37888 \end_inset
37889
37890
37891 \begin_inset CommandInset ref
37892 LatexCommand ref
37893 reference "sec:Wrap-Floats"
37894
37895 \end_inset
37896
37897  have these positions in the paragraph:
37898 \end_layout
37899
37900 \begin_layout Standard
37901 \noindent
37902 \align center
37903 \begin_inset Tabular
37904 <lyxtabular version="3" rows="2" columns="2">
37905 <features tabularvalignment="middle">
37906 <column alignment="center" valignment="top">
37907 <column alignment="center" valignment="top">
37908 <row>
37909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37910 \begin_inset Text
37911
37912 \begin_layout Plain Layout
37913 \begin_inset Info
37914 type  "icon"
37915 arg   "dialog-show-new-inset graphics"
37916 \end_inset
37917
37918
37919 \end_layout
37920
37921 \end_inset
37922 </cell>
37923 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37924 \begin_inset Text
37925
37926 \begin_layout Plain Layout
37927 text
37928 \end_layout
37929
37930 \end_inset
37931 </cell>
37932 </row>
37933 <row>
37934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37935 \begin_inset Text
37936
37937 \begin_layout Plain Layout
37938 text
37939 \end_layout
37940
37941 \end_inset
37942 </cell>
37943 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37944 \begin_inset Text
37945
37946 \begin_layout Plain Layout
37947 text
37948 \end_layout
37949
37950 \end_inset
37951 </cell>
37952 </row>
37953 </lyxtabular>
37954
37955 \end_inset
37956
37957  or 
37958 \begin_inset Tabular
37959 <lyxtabular version="3" rows="2" columns="2">
37960 <features tabularvalignment="middle">
37961 <column alignment="center" valignment="top">
37962 <column alignment="center" valignment="top">
37963 <row>
37964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37965 \begin_inset Text
37966
37967 \begin_layout Plain Layout
37968 text
37969 \end_layout
37970
37971 \end_inset
37972 </cell>
37973 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37974 \begin_inset Text
37975
37976 \begin_layout Plain Layout
37977 \begin_inset Info
37978 type  "icon"
37979 arg   "dialog-show-new-inset graphics"
37980 \end_inset
37981
37982
37983 \end_layout
37984
37985 \end_inset
37986 </cell>
37987 </row>
37988 <row>
37989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37990 \begin_inset Text
37991
37992 \begin_layout Plain Layout
37993 text
37994 \end_layout
37995
37996 \end_inset
37997 </cell>
37998 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37999 \begin_inset Text
38000
38001 \begin_layout Plain Layout
38002 text
38003 \end_layout
38004
38005 \end_inset
38006 </cell>
38007 </row>
38008 </lyxtabular>
38009
38010 \end_inset
38011
38012
38013 \end_layout
38014
38015 \begin_layout Standard
38016 To get an object exactly at the position where it is inserted, for example
38017  to get one of these positions:
38018 \begin_inset VSpace defskip
38019 \end_inset
38020
38021
38022 \end_layout
38023
38024 \begin_layout Standard
38025 \noindent
38026 \align center
38027 \begin_inset Tabular
38028 <lyxtabular version="3" rows="2" columns="2">
38029 <features tabularvalignment="middle">
38030 <column alignment="center" valignment="top">
38031 <column alignment="center" valignment="top">
38032 <row>
38033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38034 \begin_inset Text
38035
38036 \begin_layout Plain Layout
38037 text
38038 \end_layout
38039
38040 \end_inset
38041 </cell>
38042 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38043 \begin_inset Text
38044
38045 \begin_layout Plain Layout
38046 text
38047 \end_layout
38048
38049 \end_inset
38050 </cell>
38051 </row>
38052 <row>
38053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38054 \begin_inset Text
38055
38056 \begin_layout Plain Layout
38057 \begin_inset Info
38058 type  "icon"
38059 arg   "dialog-show-new-inset graphics"
38060 \end_inset
38061
38062
38063 \end_layout
38064
38065 \end_inset
38066 </cell>
38067 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38068 \begin_inset Text
38069
38070 \begin_layout Plain Layout
38071 text
38072 \end_layout
38073
38074 \end_inset
38075 </cell>
38076 </row>
38077 </lyxtabular>
38078
38079 \end_inset
38080
38081  
38082 \begin_inset Tabular
38083 <lyxtabular version="3" rows="2" columns="2">
38084 <features tabularvalignment="middle">
38085 <column alignment="center" valignment="top">
38086 <column alignment="center" valignment="top">
38087 <row>
38088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38089 \begin_inset Text
38090
38091 \begin_layout Plain Layout
38092 text
38093 \end_layout
38094
38095 \end_inset
38096 </cell>
38097 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38098 \begin_inset Text
38099
38100 \begin_layout Plain Layout
38101 text
38102 \end_layout
38103
38104 \end_inset
38105 </cell>
38106 </row>
38107 <row>
38108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38109 \begin_inset Text
38110
38111 \begin_layout Plain Layout
38112 text
38113 \end_layout
38114
38115 \end_inset
38116 </cell>
38117 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38118 \begin_inset Text
38119
38120 \begin_layout Plain Layout
38121 \begin_inset Info
38122 type  "icon"
38123 arg   "dialog-show-new-inset graphics"
38124 \end_inset
38125
38126
38127 \end_layout
38128
38129 \end_inset
38130 </cell>
38131 </row>
38132 </lyxtabular>
38133
38134 \end_inset
38135
38136  
38137 \begin_inset Tabular
38138 <lyxtabular version="3" rows="2" columns="3">
38139 <features tabularvalignment="middle">
38140 <column alignment="center" valignment="top">
38141 <column alignment="center" valignment="top">
38142 <column alignment="center" valignment="top">
38143 <row>
38144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38145 \begin_inset Text
38146
38147 \begin_layout Plain Layout
38148 text
38149 \end_layout
38150
38151 \end_inset
38152 </cell>
38153 <cell alignment="center" valignment="top" topline="true" usebox="none">
38154 \begin_inset Text
38155
38156 \begin_layout Plain Layout
38157 \begin_inset Info
38158 type  "icon"
38159 arg   "dialog-show-new-inset graphics"
38160 \end_inset
38161
38162
38163 \end_layout
38164
38165 \end_inset
38166 </cell>
38167 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38168 \begin_inset Text
38169
38170 \begin_layout Plain Layout
38171 text
38172 \end_layout
38173
38174 \end_inset
38175 </cell>
38176 </row>
38177 <row>
38178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38179 \begin_inset Text
38180
38181 \begin_layout Plain Layout
38182 text
38183 \end_layout
38184
38185 \end_inset
38186 </cell>
38187 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38188 \begin_inset Text
38189
38190 \begin_layout Plain Layout
38191 text
38192 \end_layout
38193
38194 \end_inset
38195 </cell>
38196 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38197 \begin_inset Text
38198
38199 \begin_layout Plain Layout
38200 text
38201 \end_layout
38202
38203 \end_inset
38204 </cell>
38205 </row>
38206 </lyxtabular>
38207
38208 \end_inset
38209
38210  
38211 \begin_inset Tabular
38212 <lyxtabular version="3" rows="2" columns="3">
38213 <features tabularvalignment="middle">
38214 <column alignment="center" valignment="top">
38215 <column alignment="center" valignment="top">
38216 <column alignment="center" valignment="top">
38217 <row>
38218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38219 \begin_inset Text
38220
38221 \begin_layout Plain Layout
38222 text
38223 \end_layout
38224
38225 \end_inset
38226 </cell>
38227 <cell alignment="center" valignment="top" topline="true" usebox="none">
38228 \begin_inset Text
38229
38230 \begin_layout Plain Layout
38231 text
38232 \end_layout
38233
38234 \end_inset
38235 </cell>
38236 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38237 \begin_inset Text
38238
38239 \begin_layout Plain Layout
38240 text
38241 \end_layout
38242
38243 \end_inset
38244 </cell>
38245 </row>
38246 <row>
38247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38248 \begin_inset Text
38249
38250 \begin_layout Plain Layout
38251 text
38252 \end_layout
38253
38254 \end_inset
38255 </cell>
38256 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38257 \begin_inset Text
38258
38259 \begin_layout Plain Layout
38260 \begin_inset Info
38261 type  "icon"
38262 arg   "dialog-show-new-inset graphics"
38263 \end_inset
38264
38265
38266 \end_layout
38267
38268 \end_inset
38269 </cell>
38270 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38271 \begin_inset Text
38272
38273 \begin_layout Plain Layout
38274 text
38275 \end_layout
38276
38277 \end_inset
38278 </cell>
38279 </row>
38280 </lyxtabular>
38281
38282 \end_inset
38283
38284
38285 \end_layout
38286
38287 \begin_layout Standard
38288 \noindent
38289 \align center
38290 \begin_inset Tabular
38291 <lyxtabular version="3" rows="3" columns="2">
38292 <features tabularvalignment="middle">
38293 <column alignment="center" valignment="top">
38294 <column alignment="center" valignment="top">
38295 <row>
38296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38297 \begin_inset Text
38298
38299 \begin_layout Plain Layout
38300 text
38301 \end_layout
38302
38303 \end_inset
38304 </cell>
38305 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38306 \begin_inset Text
38307
38308 \begin_layout Plain Layout
38309 text
38310 \end_layout
38311
38312 \end_inset
38313 </cell>
38314 </row>
38315 <row>
38316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38317 \begin_inset Text
38318
38319 \begin_layout Plain Layout
38320 \begin_inset Info
38321 type  "icon"
38322 arg   "dialog-show-new-inset graphics"
38323 \end_inset
38324
38325
38326 \end_layout
38327
38328 \end_inset
38329 </cell>
38330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38331 \begin_inset Text
38332
38333 \begin_layout Plain Layout
38334 text
38335 \end_layout
38336
38337 \end_inset
38338 </cell>
38339 </row>
38340 <row>
38341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38342 \begin_inset Text
38343
38344 \begin_layout Plain Layout
38345 text
38346 \end_layout
38347
38348 \end_inset
38349 </cell>
38350 <cell alignment="center" valignment="top" bottomline="true" rightline="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 </row>
38360 </lyxtabular>
38361
38362 \end_inset
38363
38364  
38365 \begin_inset Tabular
38366 <lyxtabular version="3" rows="3" columns="3">
38367 <features tabularvalignment="middle">
38368 <column alignment="center" valignment="top">
38369 <column alignment="center" valignment="top">
38370 <column alignment="center" valignment="top">
38371 <row>
38372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38373 \begin_inset Text
38374
38375 \begin_layout Plain Layout
38376 text
38377 \end_layout
38378
38379 \end_inset
38380 </cell>
38381 <cell alignment="center" valignment="top" topline="true" usebox="none">
38382 \begin_inset Text
38383
38384 \begin_layout Plain Layout
38385 text
38386 \end_layout
38387
38388 \end_inset
38389 </cell>
38390 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38391 \begin_inset Text
38392
38393 \begin_layout Plain Layout
38394 text
38395 \end_layout
38396
38397 \end_inset
38398 </cell>
38399 </row>
38400 <row>
38401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38402 \begin_inset Text
38403
38404 \begin_layout Plain Layout
38405 text
38406 \end_layout
38407
38408 \end_inset
38409 </cell>
38410 <cell alignment="center" valignment="top" usebox="none">
38411 \begin_inset Text
38412
38413 \begin_layout Plain Layout
38414 \begin_inset Info
38415 type  "icon"
38416 arg   "dialog-show-new-inset graphics"
38417 \end_inset
38418
38419
38420 \end_layout
38421
38422 \end_inset
38423 </cell>
38424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38425 \begin_inset Text
38426
38427 \begin_layout Plain Layout
38428 text
38429 \end_layout
38430
38431 \end_inset
38432 </cell>
38433 </row>
38434 <row>
38435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38436 \begin_inset Text
38437
38438 \begin_layout Plain Layout
38439 text
38440 \end_layout
38441
38442 \end_inset
38443 </cell>
38444 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38445 \begin_inset Text
38446
38447 \begin_layout Plain Layout
38448 text
38449 \end_layout
38450
38451 \end_inset
38452 </cell>
38453 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38454 \begin_inset Text
38455
38456 \begin_layout Plain Layout
38457 text
38458 \end_layout
38459
38460 \end_inset
38461 </cell>
38462 </row>
38463 </lyxtabular>
38464
38465 \end_inset
38466
38467  
38468 \begin_inset Tabular
38469 <lyxtabular version="3" rows="3" columns="2">
38470 <features tabularvalignment="middle">
38471 <column alignment="center" valignment="top">
38472 <column alignment="center" valignment="top">
38473 <row>
38474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38475 \begin_inset Text
38476
38477 \begin_layout Plain Layout
38478 text
38479 \end_layout
38480
38481 \end_inset
38482 </cell>
38483 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38484 \begin_inset Text
38485
38486 \begin_layout Plain Layout
38487 text
38488 \end_layout
38489
38490 \end_inset
38491 </cell>
38492 </row>
38493 <row>
38494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38495 \begin_inset Text
38496
38497 \begin_layout Plain Layout
38498 text
38499 \end_layout
38500
38501 \end_inset
38502 </cell>
38503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38504 \begin_inset Text
38505
38506 \begin_layout Plain Layout
38507 \begin_inset Info
38508 type  "icon"
38509 arg   "dialog-show-new-inset graphics"
38510 \end_inset
38511
38512
38513 \end_layout
38514
38515 \end_inset
38516 </cell>
38517 </row>
38518 <row>
38519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38520 \begin_inset Text
38521
38522 \begin_layout Plain Layout
38523 text
38524 \end_layout
38525
38526 \end_inset
38527 </cell>
38528 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38529 \begin_inset Text
38530
38531 \begin_layout Plain Layout
38532 text
38533 \end_layout
38534
38535 \end_inset
38536 </cell>
38537 </row>
38538 </lyxtabular>
38539
38540 \end_inset
38541
38542
38543 \end_layout
38544
38545 \begin_layout Standard
38546 \noindent
38547 you can use the \SpecialChar LaTeX
38548 -package 
38549 \series bold
38550 picinpar
38551 \series default
38552
38553 \begin_inset Index idx
38554 status collapsed
38555
38556 \begin_layout Plain Layout
38557 \SpecialChar LaTeX
38558 -packages ! picinpar
38559 \end_layout
38560
38561 \end_inset
38562
38563 .
38564  Here is an example:
38565 \end_layout
38566
38567 \begin_layout Standard
38568 \begin_inset ERT
38569 status collapsed
38570
38571 \begin_layout Plain Layout
38572
38573
38574 \backslash
38575 ifpicinpar
38576 \end_layout
38577
38578 \end_inset
38579
38580
38581 \begin_inset Note Note
38582 status open
38583
38584 \begin_layout Plain Layout
38585 The following section will only be displayed when the \SpecialChar LaTeX
38586 -package 
38587 \series bold
38588 picinpar
38589 \series default
38590  is installed.
38591 \end_layout
38592
38593 \end_inset
38594
38595
38596 \end_layout
38597
38598 \begin_layout Standard
38599 \begin_inset ERT
38600 status collapsed
38601
38602 \begin_layout Plain Layout
38603
38604
38605 \backslash
38606 begin{window}[2,c,{
38607 \end_layout
38608
38609 \end_inset
38610
38611
38612 \begin_inset Graphics
38613         filename clipart/mobius.eps
38614         lyxscale 60
38615         width 40col%
38616         scaleBeforeRotation
38617         rotateOrigin center
38618
38619 \end_inset
38620
38621
38622 \begin_inset ERT
38623 status collapsed
38624
38625 \begin_layout Plain Layout
38626
38627 },]
38628 \end_layout
38629
38630 \begin_layout Plain Layout
38631
38632 {}
38633 \end_layout
38634
38635 \end_inset
38636
38637
38638 \size small
38639 It was in the spring of the year 1894 that all London was interested, and
38640  the fashionable world dismayed, by the murder of the Honourable Ronald
38641  Adair under most unusual and inexplicable circumstances.
38642  The public has already learned those particulars of the crime which
38643 \size default
38644
38645 \begin_inset ERT
38646 status collapsed
38647
38648 \begin_layout Plain Layout
38649
38650
38651 \backslash
38652 footnotemark{}
38653 \end_layout
38654
38655 \end_inset
38656
38657
38658 \size small
38659  came out in the police investigation, but a good deal was suppressed upon
38660  that occasion, since the case for the prosecution was so overwhelmingly
38661  strong that it was not necessary to bring forward all the facts.
38662  Only now, at the end of nearly ten years, am I allowed to supply those
38663  missing links which make up the whole of that remarkable chain.
38664 \size default
38665
38666 \begin_inset ERT
38667 status collapsed
38668
38669 \begin_layout Plain Layout
38670
38671
38672 \backslash
38673 end{window}
38674 \end_layout
38675
38676 \end_inset
38677
38678
38679 \end_layout
38680
38681 \begin_layout Standard
38682 \begin_inset ERT
38683 status collapsed
38684
38685 \begin_layout Plain Layout
38686
38687
38688 \backslash
38689 footnotetext{
38690 \end_layout
38691
38692 \end_inset
38693
38694 Footnote of the paragraph with the fixed object.
38695 \begin_inset ERT
38696 status collapsed
38697
38698 \begin_layout Plain Layout
38699
38700 }
38701 \end_layout
38702
38703 \end_inset
38704
38705
38706 \end_layout
38707
38708 \begin_layout Standard
38709 Surrounded fixed objects are used to let text float around them, at which
38710  the object's position in the paragraph can be determined by the number
38711  of lines above it.
38712  In contrary to floats is it not possible to have a numbered caption.
38713 \end_layout
38714
38715 \begin_layout Standard
38716 A fixed object is inserted by adding the command
38717 \end_layout
38718
38719 \begin_layout Standard
38720
38721 \series bold
38722
38723 \backslash
38724 begin{window}[2,c,{
38725 \end_layout
38726
38727 \begin_layout Standard
38728 as \SpecialChar TeX
38729  Code at the beginning of the paragraph.
38730  The first parameter in the bracket, here '2', defines the number of lines
38731  above the object, the second, here 'c', the position of the object.
38732  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
38733  Behind the command you insert the object.
38734  In this example an image with a width of 40
38735 \begin_inset space \thinspace{}
38736 \end_inset
38737
38738 % of the text column width was inserted.
38739  The object can also be a table, a box or an equation.
38740  Behind the object the command
38741 \end_layout
38742
38743 \begin_layout Standard
38744
38745 \series bold
38746 },description text]
38747 \begin_inset Newline newline
38748 \end_inset
38749
38750 {}
38751 \end_layout
38752
38753 \begin_layout Standard
38754 is inserted.
38755  Note that the 
38756 \begin_inset Quotes eld
38757 \end_inset
38758
38759
38760 \series bold
38761 {}
38762 \series default
38763
38764 \begin_inset Quotes erd
38765 \end_inset
38766
38767  is in the second line.
38768  The description text is optional.
38769  The text surrounding the object must be in the same paragraph as the object,
38770  so it must begin directly after the 
38771 \series bold
38772 {}
38773 \series default
38774 .
38775  At the end of the paragraph insert the command:
38776 \end_layout
38777
38778 \begin_layout Standard
38779
38780 \series bold
38781
38782 \backslash
38783 end{window}
38784 \end_layout
38785
38786 \begin_layout Standard
38787 Within a paragraph with a fixed object, you cannot insert footnotes in the
38788  normal way.
38789  You have to use instead the command 
38790 \series bold
38791
38792 \backslash
38793 footnotemark
38794 \series default
38795  inside the paragraph and outside the command 
38796 \series bold
38797
38798 \backslash
38799 footnotetext
38800 \series default
38801  as described in sec.
38802 \begin_inset space \thinspace{}
38803 \end_inset
38804
38805
38806 \begin_inset CommandInset ref
38807 LatexCommand ref
38808 reference "sec:Footnotes"
38809
38810 \end_inset
38811
38812 .
38813 \end_layout
38814
38815 \begin_layout Standard
38816 \begin_inset ERT
38817 status collapsed
38818
38819 \begin_layout Plain Layout
38820
38821
38822 \backslash
38823 else
38824 \end_layout
38825
38826 \end_inset
38827
38828
38829 \begin_inset Note Note
38830 status open
38831
38832 \begin_layout Plain Layout
38833 The following will be displayed when the \SpecialChar LaTeX
38834 -package 
38835 \series bold
38836 picinpar
38837 \series default
38838  is not installed:
38839 \end_layout
38840
38841 \end_inset
38842
38843
38844 \end_layout
38845
38846 \begin_layout Standard
38847 You need to install the \SpecialChar LaTeX
38848 -package 
38849 \series bold
38850 picinpar
38851 \series default
38852  to see the following part of this section in the output.
38853 \end_layout
38854
38855 \begin_layout Standard
38856 \begin_inset ERT
38857 status collapsed
38858
38859 \begin_layout Plain Layout
38860
38861
38862 \backslash
38863 fi
38864 \end_layout
38865
38866 \end_inset
38867
38868
38869 \end_layout
38870
38871 \begin_layout Section
38872 Initials
38873 \begin_inset Index idx
38874 status collapsed
38875
38876 \begin_layout Plain Layout
38877 Initials
38878 \end_layout
38879
38880 \end_inset
38881
38882
38883 \begin_inset Index idx
38884 status collapsed
38885
38886 \begin_layout Plain Layout
38887 Surrounded by text ! Initials
38888 \end_layout
38889
38890 \end_inset
38891
38892
38893 \end_layout
38894
38895 \begin_layout Standard
38896 To use initials, you must have the \SpecialChar LaTeX
38897 -package 
38898 \series bold
38899 lettrine
38900 \series default
38901
38902 \begin_inset Index idx
38903 status collapsed
38904
38905 \begin_layout Plain Layout
38906 \SpecialChar LaTeX
38907 -packages ! lettrine
38908 \end_layout
38909
38910 \end_inset
38911
38912  installed and use the module 
38913 \family sans
38914 Initials
38915 \family default
38916  in your document (menu 
38917 \family sans
38918 Document\SpecialChar menuseparator
38919 Settings\SpecialChar menuseparator
38920 Modules
38921 \family default
38922 ).
38923  To insert an initial, use the style 
38924 \family sans
38925 Initial
38926 \family default
38927 .
38928  This style has a mandatory and two optional arguments.
38929  The arguments are inserted via the 
38930 \family sans
38931 Insert
38932 \family default
38933  menu.
38934  The mandatory argument 
38935 \family sans
38936 Initial
38937 \family default
38938  contains the letter(s) that is the initial, the argument 
38939 \family sans
38940 Rest
38941 \begin_inset space ~
38942 \end_inset
38943
38944 of
38945 \begin_inset space ~
38946 \end_inset
38947
38948 Initial
38949 \family default
38950  contains the rest of the word or text of the initial letter(s).
38951  The argument 
38952 \family sans
38953 Options
38954 \family default
38955  contains parameters to modify the initial.
38956  For more information about the possible parameters see the documentation
38957  of 
38958 \series bold
38959 lettrine
38960 \series default
38961
38962 \begin_inset CommandInset citation
38963 LatexCommand cite
38964 key "lettrine"
38965
38966 \end_inset
38967
38968 .
38969  The style itself contains the text that is surrounding the initial.
38970  The usual style is hereby that the word whose first letter is the initial,
38971  is printed with 
38972 \shape smallcaps
38973 small caps
38974 \shape default
38975 .
38976 \end_layout
38977
38978 \begin_layout Standard
38979 Here are some examples:
38980 \end_layout
38981
38982 \begin_layout Standard
38983 \begin_inset ERT
38984 status collapsed
38985
38986 \begin_layout Plain Layout
38987
38988
38989 \backslash
38990 iflettrine
38991 \end_layout
38992
38993 \end_inset
38994
38995
38996 \begin_inset Note Note
38997 status open
38998
38999 \begin_layout Plain Layout
39000 The following section will only be displayed when the \SpecialChar LaTeX
39001 -package 
39002 \series bold
39003 lettrine
39004 \series default
39005  is installed.
39006 \end_layout
39007
39008 \end_inset
39009
39010
39011 \end_layout
39012
39013 \begin_layout Enumerate
39014 No optional argument, the initial is the letter 'I' in the math font 
39015 \begin_inset Formula $\mathfrak{Fraktur}$
39016 \end_inset
39017
39018 :
39019 \end_layout
39020
39021 \begin_deeper
39022 \begin_layout Initial
39023 \begin_inset Argument 2
39024 status open
39025
39026 \begin_layout Plain Layout
39027 \begin_inset Formula $\mathfrak{I}$
39028 \end_inset
39029
39030
39031 \end_layout
39032
39033 \end_inset
39034
39035
39036 \begin_inset Argument 3
39037 status open
39038
39039 \begin_layout Plain Layout
39040 t
39041 \end_layout
39042
39043 \end_inset
39044
39045  was in the spring of the year 1894 that all London was interested, and
39046  the fashionable world dismayed, by the murder of the Honourable Ronald
39047  Adair under most unusual and inexplicable circumstances.
39048  The public has already learned those particulars of the crime which came
39049  out in the police investigation, but a good deal was suppressed upon that
39050  occasion, since the case for the prosecution was so overwhelmingly strong
39051  that it was not necessary to bring forward all the facts.
39052 \begin_inset Newpage newpage
39053 \end_inset
39054
39055
39056 \end_layout
39057
39058 \end_deeper
39059 \begin_layout Enumerate
39060 Only one line is surrounding the initial, which is formed by two letters
39061  in standard font and no text is printed in small caps:
39062 \end_layout
39063
39064 \begin_deeper
39065 \begin_layout Initial
39066 \begin_inset Argument 1
39067 status open
39068
39069 \begin_layout Plain Layout
39070 lines=1
39071 \end_layout
39072
39073 \end_inset
39074
39075
39076 \begin_inset Argument 2
39077 status open
39078
39079 \begin_layout Plain Layout
39080 It
39081 \end_layout
39082
39083 \end_inset
39084
39085  was in the spring of the year 1894 that all London was interested, and
39086  the fashionable world dismayed, by the murder of the Honourable Ronald
39087  Adair under most unusual and inexplicable circumstances.
39088  The public has already learned those particulars of the crime which came
39089  out in the police investigation, but a good deal was suppressed upon that
39090  occasion, since the case for the prosecution was so overwhelmingly strong
39091  that it was not necessary to bring forward all the facts.
39092 \end_layout
39093
39094 \end_deeper
39095 \begin_layout Enumerate
39096 Magenta, hanging initial over 3
39097 \begin_inset space ~
39098 \end_inset
39099
39100 lines in the math font 
39101 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39102 \end_inset
39103
39104 , the text 
39105 \begin_inset Quotes eld
39106 \end_inset
39107
39108 t was in the spring
39109 \begin_inset Quotes erd
39110 \end_inset
39111
39112  is in 
39113 \shape smallcaps
39114 small caps
39115 \shape default
39116 ; to color the initial, you must insert this command before the initial:
39117 \begin_inset Newline newline
39118 \end_inset
39119
39120
39121 \series bold
39122
39123 \backslash
39124 renewcommand{
39125 \backslash
39126 LettrineFontHook}{
39127 \backslash
39128 color{color}}
39129 \series default
39130
39131 \begin_inset Newline newline
39132 \end_inset
39133
39134 where the second 
39135 \emph on
39136 color
39137 \emph default
39138  can be 
39139 \begin_inset Quotes eld
39140 \end_inset
39141
39142 red
39143 \begin_inset Quotes erd
39144 \end_inset
39145
39146
39147 \begin_inset Quotes eld
39148 \end_inset
39149
39150 blue
39151 \begin_inset Quotes erd
39152 \end_inset
39153
39154
39155 \begin_inset Quotes eld
39156 \end_inset
39157
39158 green
39159 \begin_inset Quotes erd
39160 \end_inset
39161
39162
39163 \begin_inset Quotes eld
39164 \end_inset
39165
39166 yellow
39167 \begin_inset Quotes erd
39168 \end_inset
39169
39170
39171 \begin_inset Quotes eld
39172 \end_inset
39173
39174 cyan
39175 \begin_inset Quotes erd
39176 \end_inset
39177
39178
39179 \begin_inset Quotes eld
39180 \end_inset
39181
39182 magenta
39183 \begin_inset Quotes erd
39184 \end_inset
39185
39186
39187 \begin_inset Quotes eld
39188 \end_inset
39189
39190 black
39191 \begin_inset Quotes erd
39192 \end_inset
39193
39194  or 
39195 \begin_inset Quotes eld
39196 \end_inset
39197
39198 white
39199 \begin_inset Quotes erd
39200 \end_inset
39201
39202 , and add this command to the document preamble:
39203 \begin_inset Newline newline
39204 \end_inset
39205
39206
39207 \series bold
39208
39209 \backslash
39210 @ifundefined{textcolor}
39211 \begin_inset Newline newline
39212 \end_inset
39213
39214
39215 \begin_inset space ~
39216 \end_inset
39217
39218 {
39219 \backslash
39220 usepackage{color}}{}
39221 \end_layout
39222
39223 \begin_deeper
39224 \begin_layout Standard
39225 \begin_inset ERT
39226 status collapsed
39227
39228 \begin_layout Plain Layout
39229
39230
39231 \backslash
39232 renewcommand{
39233 \backslash
39234 LettrineFontHook}{
39235 \backslash
39236 color{magenta}}
39237 \end_layout
39238
39239 \end_inset
39240
39241
39242 \begin_inset Note Note
39243 status collapsed
39244
39245 \begin_layout Plain Layout
39246 makes the initial magenta
39247 \end_layout
39248
39249 \end_inset
39250
39251
39252 \end_layout
39253
39254 \begin_layout Initial
39255 \begin_inset Argument 1
39256 status open
39257
39258 \begin_layout Plain Layout
39259 lines=3, lhang=0.33, loversize=0.25
39260 \end_layout
39261
39262 \end_inset
39263
39264
39265 \begin_inset Argument 2
39266 status open
39267
39268 \begin_layout Plain Layout
39269 \begin_inset Formula $\mathcal{I}$
39270 \end_inset
39271
39272
39273 \end_layout
39274
39275 \end_inset
39276
39277
39278 \begin_inset Argument 3
39279 status open
39280
39281 \begin_layout Plain Layout
39282 t was in the spring
39283 \end_layout
39284
39285 \end_inset
39286
39287  of the year 1894 that all London was interested, and the fashionable world
39288  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39289  and inexplicable circumstances.
39290  The public has already learned those particulars of the crime which came
39291  out in the police investigation, but a good deal was suppressed upon that
39292  occasion, since the case for the prosecution was so overwhelmingly strong
39293  that it was not necessary to bring forward all the facts.
39294 \end_layout
39295
39296 \end_deeper
39297 \begin_layout Standard
39298 \begin_inset ERT
39299 status collapsed
39300
39301 \begin_layout Plain Layout
39302
39303
39304 \backslash
39305 else
39306 \end_layout
39307
39308 \end_inset
39309
39310
39311 \begin_inset Note Note
39312 status open
39313
39314 \begin_layout Plain Layout
39315 The following will be displayed when the \SpecialChar LaTeX
39316 -package 
39317 \series bold
39318 lettrine
39319 \series default
39320  is not installed:
39321 \end_layout
39322
39323 \end_inset
39324
39325
39326 \end_layout
39327
39328 \begin_layout Standard
39329 You need to install the \SpecialChar LaTeX
39330 -package 
39331 \series bold
39332 lettrine
39333 \series default
39334  to see the following part of this section in the output.
39335 \end_layout
39336
39337 \begin_layout Standard
39338 \begin_inset ERT
39339 status collapsed
39340
39341 \begin_layout Plain Layout
39342
39343
39344 \backslash
39345 fi
39346 \end_layout
39347
39348 \end_inset
39349
39350
39351 \end_layout
39352
39353 \begin_layout Chapter
39354 External Document Parts
39355 \begin_inset Index idx
39356 status collapsed
39357
39358 \begin_layout Plain Layout
39359 External Document Parts
39360 \end_layout
39361
39362 \end_inset
39363
39364
39365 \end_layout
39366
39367 \begin_layout Standard
39368 With the menu 
39369 \family sans
39370 Insert\SpecialChar menuseparator
39371 File
39372 \family default
39373  you can insert external material into your document.
39374  This can be:
39375 \end_layout
39376
39377 \begin_layout Description
39378 LyX
39379 \begin_inset space ~
39380 \end_inset
39381
39382 Document Another \SpecialChar LyX
39383  document; its content is directly inserted to your document.
39384 \end_layout
39385
39386 \begin_layout Description
39387 Plain
39388 \begin_inset space ~
39389 \end_inset
39390
39391 Text A text document; each line is inserted in your document as a separate
39392  paragraph.
39393 \end_layout
39394
39395 \begin_layout Description
39396 Plain
39397 \begin_inset space ~
39398 \end_inset
39399
39400 Text,
39401 \begin_inset space ~
39402 \end_inset
39403
39404 Join
39405 \begin_inset space ~
39406 \end_inset
39407
39408 Lines A text document; text lines are inserted in your document continuously
39409  but an empty text line creates a new paragraph.
39410 \end_layout
39411
39412 \begin_layout Description
39413 External
39414 \begin_inset space ~
39415 \end_inset
39416
39417 Material Files in various formats.
39418 \end_layout
39419
39420 \begin_layout Description
39421 Child
39422 \begin_inset space ~
39423 \end_inset
39424
39425 Document \SpecialChar LyX
39426  or \SpecialChar LaTeX
39427  documents.
39428 \end_layout
39429
39430 \begin_layout Section
39431 External Material
39432 \begin_inset Index idx
39433 status collapsed
39434
39435 \begin_layout Plain Layout
39436 External Document Parts ! External Material
39437 \end_layout
39438
39439 \end_inset
39440
39441
39442 \end_layout
39443
39444 \begin_layout Standard
39445 The external material feature allows you to insert files into your document
39446  without converting them to a format that can be read by the document output
39447  format.
39448  \SpecialChar LyX
39449  takes care of the necessary conversions.
39450  This is similar to images that can be inserted in various image formats
39451  in \SpecialChar LyX
39452  documents.
39453  When you have enabled Instant Preview in \SpecialChar LyX
39454 's preferences under 
39455 \family sans
39456 Look
39457 \begin_inset space ~
39458 \end_inset
39459
39460 and
39461 \begin_inset space ~
39462 \end_inset
39463
39464 feel\SpecialChar menuseparator
39465 Graphics
39466 \family default
39467 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
39468 .
39469 \end_layout
39470
39471 \begin_layout Standard
39472 External material can be inserted via the 
39473 \family sans
39474 External Material
39475 \family default
39476  dialog that is accessible with the menu 
39477 \family sans
39478 Insert\SpecialChar menuseparator
39479 File\SpecialChar menuseparator
39480 External
39481 \begin_inset space ~
39482 \end_inset
39483
39484 Material
39485 \family default
39486 .
39487  Currently the following file types (
39488 \family sans
39489 Templates
39490 \family default
39491 ) are allowed:
39492 \end_layout
39493
39494 \begin_layout Description
39495 Chess
39496 \begin_inset space ~
39497 \end_inset
39498
39499 diagram This template supports chess position diagrams made with the program
39500  
39501 \series bold
39502
39503 \begin_inset CommandInset href
39504 LatexCommand href
39505 name "XBoard"
39506 target "http://en.wikipedia.org/wiki/XBoard"
39507
39508 \end_inset
39509
39510
39511 \series default
39512 .
39513 \end_layout
39514
39515 \begin_layout Description
39516 Date This inserts the date in the form 
39517 \emph on
39518 Day-Month-Year
39519 \emph default
39520 .
39521  This is a date inserted as external material: 
39522 \begin_inset External
39523         template Date
39524         filename .
39525
39526 \end_inset
39527
39528
39529 \begin_inset space ~
39530 \end_inset
39531
39532
39533 \begin_inset Note Note
39534 status collapsed
39535
39536 \begin_layout Plain Layout
39537 Remove the protected space when bug 4398 is fixed!
39538 \end_layout
39539
39540 \end_inset
39541
39542
39543 \begin_inset Newline newline
39544 \end_inset
39545
39546 The date is not shown within \SpecialChar LyX
39547 , only in the output.
39548  There are two other methods of inserting a date: Via menu 
39549 \family sans
39550 Insert\SpecialChar menuseparator
39551 Date
39552 \family default
39553  and with the \SpecialChar LaTeX
39554  command 
39555 \series bold
39556
39557 \backslash
39558 today
39559 \series default
39560  as \SpecialChar TeX
39561  Code.
39562  The different methods are compared in Table
39563 \begin_inset space ~
39564 \end_inset
39565
39566
39567 \begin_inset CommandInset ref
39568 LatexCommand ref
39569 reference "tab:Comparison-of-the"
39570
39571 \end_inset
39572
39573 .
39574 \end_layout
39575
39576 \begin_layout Description
39577 Dia
39578 \begin_inset space ~
39579 \end_inset
39580
39581 diagram This template supports diagrams created with the program 
39582 \series bold
39583
39584 \begin_inset CommandInset href
39585 LatexCommand href
39586 name "Dia"
39587 target "http://en.wikipedia.org/wiki/Dia_(software)"
39588
39589 \end_inset
39590
39591
39592 \series default
39593 .
39594 \end_layout
39595
39596 \begin_layout Description
39597 Spreadsheet With this template you can insert spreadsheets
39598 \begin_inset space \thinspace{}
39599 \end_inset
39600
39601 /
39602 \begin_inset space \thinspace{}
39603 \end_inset
39604
39605 tables in the format of 
39606 \series bold
39607
39608 \begin_inset CommandInset href
39609 LatexCommand href
39610 name "Gnumeric"
39611 target "http://en.wikipedia.org/wiki/Gnumeric"
39612
39613 \end_inset
39614
39615
39616 \series default
39617
39618 \begin_inset CommandInset href
39619 LatexCommand href
39620 name "OpenDocument"
39621 target "http://en.wikipedia.org/wiki/OpenDocument"
39622
39623 \end_inset
39624
39625
39626 \begin_inset CommandInset href
39627 LatexCommand href
39628 name "Microsoft Office XML"
39629 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39630
39631 \end_inset
39632
39633  and 
39634 \begin_inset CommandInset href
39635 LatexCommand href
39636 name "Office Open XML"
39637 target "http://en.wikipedia.org/wiki/Office_Open_XML"
39638
39639 \end_inset
39640
39641 .
39642  For this feature \SpecialChar LyX
39643  must have found the program 
39644 \family typewriter
39645 ssconvert
39646 \family default
39647  during its configuration.
39648  This program is part of Gnumeric, so that you must have Gnumeric installed,
39649  also if you don't have tables in the Gnumeric format.
39650  For examples and possible limitations have a look at \SpecialChar LyX
39651 's example file 
39652 \emph on
39653 spreadsheet.lyx
39654 \emph default
39655 .
39656 \end_layout
39657
39658 \begin_layout Description
39659 Lilypond
39660 \begin_inset space ~
39661 \end_inset
39662
39663 typeset
39664 \begin_inset space ~
39665 \end_inset
39666
39667 music This template is used for music notation typeset with the program
39668 \begin_inset Newline linebreak
39669 \end_inset
39670
39671
39672 \series bold
39673
39674 \begin_inset CommandInset href
39675 LatexCommand href
39676 name "LilyPond"
39677 target "http://en.wikipedia.org/wiki/LilyPond"
39678
39679 \end_inset
39680
39681
39682 \series default
39683 .
39684  For \SpecialChar LyX
39685 's extended support for LilyPond have a look at \SpecialChar LyX
39686 's example file 
39687 \emph on
39688 lilypond.lyx
39689 \emph default
39690 .
39691 \end_layout
39692
39693 \begin_layout Description
39694 PDF
39695 \begin_inset space ~
39696 \end_inset
39697
39698 pages With this template you can insert PDF documents to your document.
39699  To specify the range of pages that should be included, use the option 
39700 \series bold
39701 pages
39702 \series default
39703  in the 
39704 \family sans
39705 Option
39706 \family default
39707  field in the 
39708 \family sans
39709 LaTeX and LyX options
39710 \family default
39711  tab.
39712  The argument of this option is a comma separated list, containing page
39713  numbers (insert as option 
39714 \series bold
39715 pages={3,5,6,8}
39716 \series default
39717 ), ranges of page numbers (
39718 \series bold
39719 pages={4-9}
39720 \series default
39721 ) or any combination.
39722  To insert empty pages use {}.
39723  E.
39724 \begin_inset space \thinspace{}
39725 \end_inset
39726
39727 g.
39728 \begin_inset space ~
39729 \end_inset
39730
39731
39732 \series bold
39733 pages={3,{},8-11,15}
39734 \series default
39735  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
39736  Page ranges are specified in the syntax 
39737 \emph on
39738 start
39739 \emph default
39740 -
39741 \emph on
39742 stop
39743 \emph default
39744 .
39745  This selects all pages from 
39746 \emph on
39747 start
39748 \emph default
39749  to 
39750 \emph on
39751 stop
39752 \emph default
39753 .
39754  Omitting 
39755 \emph on
39756 start
39757 \emph default
39758  defaults to the first page; omitting 
39759 \emph on
39760 stop
39761 \emph default
39762  defaults to the last page of the document.
39763  The last page can also be selected with the keyword 
39764 \series bold
39765 last
39766 \series default
39767 .
39768  (This is only permitted in a page range.) So 
39769 \series bold
39770 pages=-
39771 \series default
39772  will insert all pages of the document and 
39773 \series bold
39774 pages=last-1
39775 \series default
39776  will insert all pages in reverse order.
39777  If the pages option is not specified, only the first page of the PDF is
39778  inserted.
39779 \begin_inset Newline newline
39780 \end_inset
39781
39782 The option 
39783 \series bold
39784 noautoscale
39785 \series default
39786  inserts the pages with their original size, if this option is not given,
39787  the pages will be resized to fith the width of the page of your document.
39788  In the tab 
39789 \family sans
39790 Size and Rotation
39791 \family default
39792  you can specify the width and height of the input pages and their rotation.
39793  If another width than 100
39794 \begin_inset space \thinspace{}
39795 \end_inset
39796
39797 Scale% is used, the option 
39798 \series bold
39799 noautoscale
39800 \series default
39801  will be overwritten.
39802  For more info and possible options, have a look into the documentation
39803  of the \SpecialChar LaTeX
39804 -package 
39805 \series bold
39806 pdfpages
39807 \series default
39808  
39809 \begin_inset CommandInset citation
39810 LatexCommand cite
39811 key "pdfpages"
39812
39813 \end_inset
39814
39815 .
39816 \begin_inset Index idx
39817 status collapsed
39818
39819 \begin_layout Plain Layout
39820 \SpecialChar LaTeX
39821 -packages ! pdfpages
39822 \end_layout
39823
39824 \end_inset
39825
39826
39827 \begin_inset Newline newline
39828 \end_inset
39829
39830 To use this template in a 
39831 \family sans
39832 Beamer
39833 \family default
39834  presentation you need to first insert an 
39835 \family sans
39836 EndFrame
39837 \family default
39838  environment and in a subsequent paragraph a \SpecialChar TeX
39839  Code box containing the command
39840  
39841 \series bold
39842
39843 \backslash
39844 setbeamertemplate{background canvas}{}
39845 \series default
39846 .
39847  Then you can insert as many paragraphs containing the PDFPages template
39848  as you wish.
39849  Behind the included PDF pages you can resume the Beamer presentation by
39850  beginning a new frame or by starting a new section.
39851  To avoid stray blank pages prior to the PDF pages, make sure to use the
39852  
39853 \family sans
39854 Default
39855 \family default
39856  alignment for the paragraph containing the template.
39857 \begin_inset Newline newline
39858 \end_inset
39859
39860 Here is an included PDF which is rotated by -5°: 
39861 \begin_inset External
39862         template PDFPages
39863         filename clipart/Abstract.pdf
39864         extra LaTeX "noautoscale, pages=-"
39865         rotateAngle -5
39866         rotateOrigin bottomleft
39867
39868 \end_inset
39869
39870
39871 \end_layout
39872
39873 \begin_layout Description
39874 Raster
39875 \begin_inset space ~
39876 \end_inset
39877
39878 image This can be used for bitmap images.
39879  The image can be treated in the 
39880 \family sans
39881 External material
39882 \family default
39883  dialog like the images that are usually included via the 
39884 \family sans
39885 Graphics
39886 \family default
39887  dialog as described in section
39888 \begin_inset space ~
39889 \end_inset
39890
39891
39892 \begin_inset CommandInset ref
39893 LatexCommand ref
39894 reference "sec:Graphics-Dialog"
39895
39896 \end_inset
39897
39898 .
39899  Here is an inserted raster image: 
39900 \begin_inset External
39901         template RasterImage
39902         filename clipart/ToolbarEnvBox.png
39903
39904 \end_inset
39905
39906
39907 \end_layout
39908
39909 \begin_layout Description
39910 Vector
39911 \begin_inset space ~
39912 \end_inset
39913
39914 graphics This can be used for vector graphics.
39915  The image can be treated in the 
39916 \family sans
39917 External material
39918 \family default
39919  dialog like the images that are usually included via the 
39920 \family sans
39921 Graphics
39922 \family default
39923  dialog as described in section
39924 \begin_inset space ~
39925 \end_inset
39926
39927
39928 \begin_inset CommandInset ref
39929 LatexCommand ref
39930 reference "sec:Graphics-Dialog"
39931
39932 \end_inset
39933
39934 .
39935  Here is an inserted vector graphics: 
39936 \begin_inset External
39937         template VectorGraphics
39938         filename clipart/SVG-Drawing.svg
39939         lyxscale 50
39940         scale 33
39941
39942 \end_inset
39943
39944
39945 \end_layout
39946
39947 \begin_layout Description
39948 Xfig
39949 \begin_inset space ~
39950 \end_inset
39951
39952 figure This template supports images created with the program 
39953 \series bold
39954
39955 \begin_inset CommandInset href
39956 LatexCommand href
39957 name "Xfig"
39958 target "http://en.wikipedia.org/wiki/Xfig"
39959
39960 \end_inset
39961
39962
39963 \series default
39964 .
39965 \end_layout
39966
39967 \begin_layout Standard
39968 \begin_inset Float table
39969 placement !h
39970 wide false
39971 sideways false
39972 status open
39973
39974 \begin_layout Plain Layout
39975 \begin_inset Caption Standard
39976
39977 \begin_layout Plain Layout
39978 \begin_inset CommandInset label
39979 LatexCommand label
39980 name "tab:Comparison-of-the"
39981
39982 \end_inset
39983
39984 Comparison of the date input methods.
39985 \end_layout
39986
39987 \end_inset
39988
39989
39990 \end_layout
39991
39992 \begin_layout Plain Layout
39993 \align center
39994 \begin_inset Tabular
39995 <lyxtabular version="3" rows="4" columns="4">
39996 <features tabularvalignment="middle">
39997 <column alignment="center" valignment="top">
39998 <column alignment="center" valignment="top">
39999 <column alignment="center" valignment="top">
40000 <column alignment="center" valignment="top">
40001 <row>
40002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40003 \begin_inset Text
40004
40005 \begin_layout Plain Layout
40006 Document format
40007 \end_layout
40008
40009 \end_inset
40010 </cell>
40011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40012 \begin_inset Text
40013
40014 \begin_layout Plain Layout
40015
40016 \family sans
40017 External Material\SpecialChar menuseparator
40018 Date
40019 \end_layout
40020
40021 \end_inset
40022 </cell>
40023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40024 \begin_inset Text
40025
40026 \begin_layout Plain Layout
40027
40028 \family sans
40029 Insert\SpecialChar menuseparator
40030 Date
40031 \end_layout
40032
40033 \end_inset
40034 </cell>
40035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40036 \begin_inset Text
40037
40038 \begin_layout Plain Layout
40039 command 
40040 \series bold
40041
40042 \backslash
40043 today
40044 \end_layout
40045
40046 \end_inset
40047 </cell>
40048 </row>
40049 <row>
40050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40051 \begin_inset Text
40052
40053 \begin_layout Plain Layout
40054 \SpecialChar LyX
40055
40056 \end_layout
40057
40058 \end_inset
40059 </cell>
40060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40061 \begin_inset Text
40062
40063 \begin_layout Plain Layout
40064 as inset box
40065 \end_layout
40066
40067 \end_inset
40068 </cell>
40069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40070 \begin_inset Text
40071
40072 \begin_layout Plain Layout
40073 as date
40074 \end_layout
40075
40076 \end_inset
40077 </cell>
40078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40079 \begin_inset Text
40080
40081 \begin_layout Plain Layout
40082 as \SpecialChar TeX
40083  Code inset box
40084 \end_layout
40085
40086 \end_inset
40087 </cell>
40088 </row>
40089 <row>
40090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40091 \begin_inset Text
40092
40093 \begin_layout Plain Layout
40094 \SpecialChar LaTeX
40095
40096 \end_layout
40097
40098 \end_inset
40099 </cell>
40100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40101 \begin_inset Text
40102
40103 \begin_layout Plain Layout
40104 as date
40105 \end_layout
40106
40107 \end_inset
40108 </cell>
40109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40110 \begin_inset Text
40111
40112 \begin_layout Plain Layout
40113 as date
40114 \end_layout
40115
40116 \end_inset
40117 </cell>
40118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40119 \begin_inset Text
40120
40121 \begin_layout Plain Layout
40122 as command
40123 \end_layout
40124
40125 \end_inset
40126 </cell>
40127 </row>
40128 <row>
40129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40130 \begin_inset Text
40131
40132 \begin_layout Plain Layout
40133 DVI, PDF, PS
40134 \end_layout
40135
40136 \end_inset
40137 </cell>
40138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40139 \begin_inset Text
40140
40141 \begin_layout Plain Layout
40142 as date
40143 \end_layout
40144
40145 \end_inset
40146 </cell>
40147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40148 \begin_inset Text
40149
40150 \begin_layout Plain Layout
40151 as date
40152 \end_layout
40153
40154 \end_inset
40155 </cell>
40156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40157 \begin_inset Text
40158
40159 \begin_layout Plain Layout
40160 as date
40161 \end_layout
40162
40163 \end_inset
40164 </cell>
40165 </row>
40166 </lyxtabular>
40167
40168 \end_inset
40169
40170
40171 \end_layout
40172
40173 \end_inset
40174
40175
40176 \end_layout
40177
40178 \begin_layout Standard
40179 When you use the option 
40180 \family sans
40181 Draft
40182 \family default
40183  in the 
40184 \family sans
40185 File
40186 \family default
40187  tab of the 
40188 \family sans
40189 External Material
40190 \family default
40191  dialog, only the path to the inserted file is shown in the output.
40192 \begin_inset Newline newline
40193 \end_inset
40194
40195 External material is displayed in \SpecialChar LyX
40196  either as a box like this: 
40197 \begin_inset Graphics
40198         filename clipart/ExternalMaterial.png
40199         scale 95
40200         scaleBeforeRotation
40201
40202 \end_inset
40203
40204  or as image, depending on the option 
40205 \family sans
40206 Show in LyX
40207 \family default
40208  in the 
40209 \family sans
40210 LaTeX and LyX options
40211 \family default
40212  tab of the dialog.
40213 \end_layout
40214
40215 \begin_layout Standard
40216 The 
40217 \family sans
40218 \emph on
40219 Customization
40220 \family default
40221 \emph default
40222  manual explains how you can define your own templates.
40223 \end_layout
40224
40225 \begin_layout Standard
40226 \begin_inset Newpage newpage
40227 \end_inset
40228
40229
40230 \end_layout
40231
40232 \begin_layout Section
40233 Child Documents
40234 \begin_inset CommandInset label
40235 LatexCommand label
40236 name "sec:Child-Documents"
40237
40238 \end_inset
40239
40240
40241 \begin_inset Index idx
40242 status collapsed
40243
40244 \begin_layout Plain Layout
40245 External Document Parts ! Child Documents
40246 \end_layout
40247
40248 \end_inset
40249
40250
40251 \begin_inset Index idx
40252 status collapsed
40253
40254 \begin_layout Plain Layout
40255 Files ! Include
40256 \end_layout
40257
40258 \end_inset
40259
40260
40261 \end_layout
40262
40263 \begin_layout Standard
40264 Child documents are used if you have a long document consisting of several
40265  larger parts or sections.
40266  For maintenance it is often useful and sometimes even required to split
40267  the document into several files that can be revised separately.
40268  The different documents are then the so called 
40269 \begin_inset Quotes eld
40270 \end_inset
40271
40272 child documents
40273 \begin_inset Quotes erd
40274 \end_inset
40275
40276 , and a master document connects them to print the full document or parts
40277  of it.
40278  A child document inherits elements from its master, for example the \SpecialChar LaTeX
40279  preamble,
40280  the bibliography, and labels for cross-references.
40281 \end_layout
40282
40283 \begin_layout Standard
40284 To be able to work on child documents without the need to open their master,
40285  specify in the child document the master in the menu
40286 \family sans
40287  Document\SpecialChar menuseparator
40288 Settings\SpecialChar menuseparator
40289 Document
40290 \begin_inset space ~
40291 \end_inset
40292
40293 Class
40294 \family default
40295 .
40296  This master document will then be used in the background by \SpecialChar LyX
40297  when you edit
40298  the child document.
40299 \end_layout
40300
40301 \begin_layout Standard
40302 Included documents are displayed in \SpecialChar LyX
40303  as a box like this: 
40304 \begin_inset Graphics
40305         filename clipart/ChildDocument.png
40306         scale 95
40307         scaleBeforeRotation
40308
40309 \end_inset
40310
40311  To include child documents in a master document use the menu 
40312 \family sans
40313 Insert\SpecialChar menuseparator
40314 File\SpecialChar menuseparator
40315 Child
40316 \begin_inset space ~
40317 \end_inset
40318
40319 Documents
40320 \family default
40321 .
40322  A dialog pops up where you can choose between four include methods:
40323 \end_layout
40324
40325 \begin_layout Description
40326 Include You can include \SpecialChar LyX
40327  and \SpecialChar LaTeX
40328  documents.
40329  When you press the 
40330 \family sans
40331 Edit
40332 \family default
40333  button in the 
40334 \family sans
40335 Child Document
40336 \family default
40337  dialog, the included document will be opened in \SpecialChar LyX
40338  in a new file tab so that
40339  you can modify it.
40340 \begin_inset Newline newline
40341 \end_inset
40342
40343
40344 \end_layout
40345
40346 \begin_layout Standard
40347 Here is a child document inserted using 
40348 \family sans
40349 Include
40350 \family default
40351
40352 \begin_inset CommandInset include
40353 LatexCommand include
40354 filename "DummyDocument1.lyx"
40355
40356 \end_inset
40357
40358
40359 \end_layout
40360
40361 \begin_layout Standard
40362 The section numbering includes the sections of the included files in the
40363  order they are inserted in the master document.
40364  The included example document has for example a subsection that is numbered
40365  as a subsection of this section.
40366  Labels of included documents can be referenced: Subsection
40367 \begin_inset space ~
40368 \end_inset
40369
40370
40371 \begin_inset CommandInset ref
40372 LatexCommand ref
40373 reference "subsec:External-Subsection-1"
40374
40375 \end_inset
40376
40377 .
40378 \end_layout
40379
40380 \begin_layout Standard
40381 The preamble of the child document is ignored; only the preamble of the
40382  master document is used.
40383  Branches in child documents will be ignored by the master document when
40384  the master document does not have a branch with the same name.
40385  Included documents are inserted starting on a new page and ending with
40386  a page break.
40387 \end_layout
40388
40389 \begin_layout Standard
40390 \begin_inset Note Greyedout
40391 status open
40392
40393 \begin_layout Plain Layout
40394
40395 \series bold
40396 Note:
40397 \series default
40398  If you have included a \SpecialChar LyX
40399  or \SpecialChar LaTeX
40400  file, you are warned when you export/view the
40401  document in case the child document uses another document class than the
40402  master document as this will lead to unexpected outputs.
40403 \end_layout
40404
40405 \end_inset
40406
40407
40408 \end_layout
40409
40410 \begin_layout Description
40411 Input This method is very similar to the Include method.
40412  The differences are:
40413 \end_layout
40414
40415 \begin_deeper
40416 \begin_layout Itemize
40417 Input files don't start with a new page and don't end with a page break.
40418 \end_layout
40419
40420 \begin_layout Itemize
40421 Input files can be previewed in \SpecialChar LyX
40422  when 
40423 \family sans
40424 Instant
40425 \begin_inset space ~
40426 \end_inset
40427
40428 Preview
40429 \family default
40430  is enabled in \SpecialChar LyX
40431 's preferences under 
40432 \family sans
40433 Look
40434 \begin_inset space ~
40435 \end_inset
40436
40437 and
40438 \begin_inset space ~
40439 \end_inset
40440
40441 feel\SpecialChar menuseparator
40442 Graphics
40443 \family default
40444 .
40445 \end_layout
40446
40447 \begin_layout Itemize
40448 You cannot exclude Input files via the menu 
40449 \family sans
40450 Document\SpecialChar menuseparator
40451 Settings\SpecialChar menuseparator
40452 Child Documents
40453 \family default
40454 .
40455 \end_layout
40456
40457 \end_deeper
40458 \begin_layout Standard
40459 Here is a child document inserted using 
40460 \family sans
40461 Input
40462 \family default
40463
40464 \begin_inset CommandInset include
40465 LatexCommand input
40466 filename "DummyDocument2.lyx"
40467
40468 \end_inset
40469
40470
40471 \end_layout
40472
40473 \begin_layout Description
40474 Verbatim With this method any text file can be included.
40475  The file is shown in the output with its source code; no command used in
40476  the text is invoked.
40477  You can use the option 
40478 \family sans
40479 Mark spaces in output
40480 \family default
40481  that displays the character 
40482 \begin_inset Quotes eld
40483 \end_inset
40484
40485
40486 \begin_inset ERT
40487 status collapsed
40488
40489 \begin_layout Plain Layout
40490
40491
40492 \backslash
40493 textvisiblespace 
40494 \end_layout
40495
40496 \end_inset
40497
40498
40499 \begin_inset Quotes erd
40500 \end_inset
40501
40502  for every space character in the source code.
40503  The difference from the method via the menu 
40504 \family sans
40505 Insert\SpecialChar menuseparator
40506 File\SpecialChar menuseparator
40507 Plain
40508 \begin_inset space ~
40509 \end_inset
40510
40511 Text
40512 \family default
40513  is that the document content is not shown in \SpecialChar LyX
40514 .
40515 \end_layout
40516
40517 \begin_layout Standard
40518 Here is a child document inserted as Verbatim: 
40519 \begin_inset CommandInset include
40520 LatexCommand verbatiminput
40521 filename "DummyTextDocument.txt"
40522
40523 \end_inset
40524
40525
40526 \begin_inset VSpace bigskip
40527 \end_inset
40528
40529  Here is a child document inserted as Verbatim using the 
40530 \family sans
40531 Mark spaces in output
40532 \family default
40533  option: 
40534 \begin_inset CommandInset include
40535 LatexCommand verbatiminput*
40536 filename "DummyTextDocument.txt"
40537
40538 \end_inset
40539
40540
40541 \end_layout
40542
40543 \begin_layout Standard
40544 \begin_inset VSpace bigskip
40545 \end_inset
40546
40547
40548 \end_layout
40549
40550 \begin_layout Standard
40551 \begin_inset Note Greyedout
40552 status open
40553
40554 \begin_layout Plain Layout
40555
40556 \series bold
40557 Note:
40558 \series default
40559  As you can see in the examples above, the text of the documents included
40560  as 
40561 \family sans
40562 verbatim
40563 \family default
40564  is not broken at the end of the document lines.
40565 \end_layout
40566
40567 \end_inset
40568
40569
40570 \end_layout
40571
40572 \begin_layout Description
40573 Listings This type is described in chapter
40574 \begin_inset space ~
40575 \end_inset
40576
40577
40578 \begin_inset CommandInset ref
40579 LatexCommand ref
40580 reference "cha:Program-Code-Listings"
40581
40582 \end_inset
40583
40584 .
40585 \end_layout
40586
40587 \begin_layout Standard
40588 \begin_inset Note Greyedout
40589 status open
40590
40591 \begin_layout Plain Layout
40592
40593 \series bold
40594 Note:
40595 \series default
40596  Including the same document twice in a document using different methods
40597  could cause \SpecialChar LaTeX
40598 -problems.
40599 \end_layout
40600
40601 \end_inset
40602
40603
40604 \end_layout
40605
40606 \begin_layout Standard
40607 If you want to view/export only selected children of your master document,
40608  either because you want to save compiling time or because you want to distribut
40609 e single chapters of the book you are just writing, you can exclude children
40610  from the output.
40611  This is done via the menu 
40612 \family sans
40613 Document\SpecialChar menuseparator
40614 Settings\SpecialChar menuseparator
40615 Child Documents
40616 \family default
40617 .
40618  You can exclude\SpecialChar breakableslash
40619 include children by double-clicking on the 
40620 \family sans
40621 include to output
40622 \family default
40623  column of the respective child document in the list (note that this only
40624  works for documents embedded via 
40625 \begin_inset Quotes eld
40626 \end_inset
40627
40628 Include
40629 \begin_inset Quotes erd
40630 \end_inset
40631
40632 , not with 
40633 \begin_inset Quotes eld
40634 \end_inset
40635
40636 Input
40637 \begin_inset Quotes erd
40638 \end_inset
40639
40640 ).
40641  If the option 
40642 \family sans
40643 Maintain counters and references
40644 \family default
40645  is enabled, \SpecialChar LyX
40646  will assure that all page numbers, references etc.
40647 \begin_inset space ~
40648 \end_inset
40649
40650 are correct as if the whole document was processed.
40651  This is useful if you want the selected sub-documents to look exactly as
40652  in the context of the whole document.
40653  However, \SpecialChar LyX
40654  needs to process the whole document in the background for this
40655  feature.
40656  So if you want to save compile time and if counters and references do not
40657  need to be correct, disable this checkbox.
40658 \end_layout
40659
40660 \begin_layout Standard
40661 Alternatively, you can put each included file into a branch.
40662 \begin_inset Foot
40663 status collapsed
40664
40665 \begin_layout Plain Layout
40666 Branches are described in section 
40667 \emph on
40668 Branches
40669 \emph default
40670  of the \SpecialChar LyX
40671  
40672 \emph on
40673 Userguide
40674 \emph default
40675 .
40676 \end_layout
40677
40678 \end_inset
40679
40680  By enabling\SpecialChar breakableslash
40681 disabling branches you can decide which included files will
40682  appear in the output.
40683  This has the advantage that it also works with Input'ed sub-documents.
40684  However, counters and references will not be maintained with this approach.
40685 \end_layout
40686
40687 \begin_layout Chapter
40688 Program Code Listings
40689 \begin_inset CommandInset label
40690 LatexCommand label
40691 name "cha:Program-Code-Listings"
40692
40693 \end_inset
40694
40695
40696 \begin_inset Index idx
40697 status collapsed
40698
40699 \begin_layout Plain Layout
40700 Listings
40701 \end_layout
40702
40703 \end_inset
40704
40705
40706 \begin_inset Index idx
40707 status collapsed
40708
40709 \begin_layout Plain Layout
40710 Program Code
40711 \end_layout
40712
40713 \end_inset
40714
40715
40716 \begin_inset Index idx
40717 status collapsed
40718
40719 \begin_layout Plain Layout
40720 Floats ! Listings
40721 \end_layout
40722
40723 \end_inset
40724
40725
40726 \end_layout
40727
40728 \begin_layout Standard
40729 To include and typeset program code you can use the 
40730 \family sans
40731 Listings
40732 \family default
40733  inset that can be inserted via the menu 
40734 \family sans
40735 Insert\SpecialChar menuseparator
40736 Program Listing
40737 \family default
40738 .
40739  The \SpecialChar LaTeX
40740 -package 
40741 \series bold
40742 listings
40743 \series default
40744
40745 \begin_inset Index idx
40746 status collapsed
40747
40748 \begin_layout Plain Layout
40749 \SpecialChar LaTeX
40750 -packages ! listings
40751 \end_layout
40752
40753 \end_inset
40754
40755  provides a powerful and flexible way to insert program source code into
40756  your document.
40757 \end_layout
40758
40759 \begin_layout Standard
40760 Right-clicking on a listings inset opens the context menu containing where
40761  you can set the listings format.
40762 \end_layout
40763
40764 \begin_layout Standard
40765 By default, a listing starts a new paragraph in the output.
40766  The placement option 
40767 \family sans
40768 Inline
40769 \begin_inset space ~
40770 \end_inset
40771
40772 listing
40773 \family default
40774  prints the listing inline like this: 
40775 \begin_inset listings
40776 lstparams "language={C++}"
40777 inline true
40778 status open
40779
40780 \begin_layout Plain Layout
40781
40782 int a=5;
40783 \end_layout
40784
40785 \end_inset
40786
40787
40788 \begin_inset Newline newline
40789 \end_inset
40790
40791 The option 
40792 \family sans
40793 Float
40794 \family default
40795  creates a listings float where you can specify the placement options 
40796 \begin_inset Quotes eld
40797 \end_inset
40798
40799
40800 \family sans
40801 h
40802 \family default
40803
40804 \begin_inset Quotes erd
40805 \end_inset
40806
40807
40808 \begin_inset Quotes eld
40809 \end_inset
40810
40811
40812 \family sans
40813 t
40814 \family default
40815
40816 \begin_inset Quotes erd
40817 \end_inset
40818
40819
40820 \begin_inset Quotes eld
40821 \end_inset
40822
40823
40824 \family sans
40825 b
40826 \family default
40827
40828 \begin_inset Quotes erd
40829 \end_inset
40830
40831 , and 
40832 \begin_inset Quotes eld
40833 \end_inset
40834
40835
40836 \family sans
40837 p
40838 \family default
40839
40840 \begin_inset Quotes erd
40841 \end_inset
40842
40843  corresponding to the float placement options described in section
40844 \begin_inset space ~
40845 \end_inset
40846
40847
40848 \begin_inset CommandInset ref
40849 LatexCommand ref
40850 reference "sec:Float-Placement"
40851
40852 \end_inset
40853
40854 .
40855  The placement options can be mixed and are inserted without any separation,
40856  e.
40857 \begin_inset space \thinspace{}
40858 \end_inset
40859
40860 g.
40861 \begin_inset space \space{}
40862 \end_inset
40863
40864
40865 \begin_inset Quotes eld
40866 \end_inset
40867
40868
40869 \family sans
40870 htbp
40871 \family default
40872
40873 \begin_inset Quotes erd
40874 \end_inset
40875
40876 .
40877  The option 
40878 \begin_inset Quotes eld
40879 \end_inset
40880
40881 h
40882 \begin_inset Quotes erd
40883 \end_inset
40884
40885  has sometimes no effect, but you don't need to use the 
40886 \family sans
40887 Float
40888 \family default
40889  option in this case as also non-float listings can have captions and be
40890  referenced.
40891 \end_layout
40892
40893 \begin_layout Standard
40894 You can add captions to listings with the menu 
40895 \family sans
40896 Insert\SpecialChar menuseparator
40897 Caption
40898 \family default
40899 .
40900  Listings can be referenced like floats: Listing
40901 \begin_inset space ~
40902 \end_inset
40903
40904
40905 \begin_inset CommandInset ref
40906 LatexCommand ref
40907 reference "lst:Example-Listing"
40908
40909 \end_inset
40910
40911 .
40912  A list of listings which contains all listings with captions can be created
40913  via the menu 
40914 \family sans
40915 Insert\SpecialChar menuseparator
40916 List
40917 \begin_inset space ~
40918 \end_inset
40919
40920 /
40921 \begin_inset space ~
40922 \end_inset
40923
40924 TOC\SpecialChar menuseparator
40925 List of Listings
40926 \family default
40927 .
40928  The list entries are the listing caption and the listing number.
40929 \end_layout
40930
40931 \begin_layout Standard
40932 \begin_inset listings
40933 lstparams "language=Python"
40934 inline false
40935 status open
40936
40937 \begin_layout Plain Layout
40938
40939 \begin_inset Caption Standard
40940
40941 \begin_layout Plain Layout
40942 \begin_inset CommandInset label
40943 LatexCommand label
40944 name "lst:Example-Listing"
40945
40946 \end_inset
40947
40948 Example Listing float
40949 \end_layout
40950
40951 \end_inset
40952
40953 # Example listing float
40954 \end_layout
40955
40956 \begin_layout Plain Layout
40957
40958 def func(param):
40959 \end_layout
40960
40961 \begin_layout Plain Layout
40962
40963     'this is a python function'
40964 \end_layout
40965
40966 \begin_layout Plain Layout
40967
40968     pass
40969 \end_layout
40970
40971 \end_inset
40972
40973
40974 \end_layout
40975
40976 \begin_layout Standard
40977 When you have set a programming language in the listings dialog, the keywords
40978  of this language will be recognized and specially typeset in the output.
40979  In the example listings the Python keyword 
40980 \begin_inset Quotes eld
40981 \end_inset
40982
40983 def
40984 \begin_inset Quotes erd
40985 \end_inset
40986
40987  is recognized and printed bold in the output.
40988 \end_layout
40989
40990 \begin_layout Standard
40991 \begin_inset Note Greyedout
40992 status open
40993
40994 \begin_layout Plain Layout
40995
40996 \series bold
40997 Note:
40998 \series default
40999  If you don't get bold keywords when using typewriter fonts, your 
41000 \family typewriter
41001 typewriter
41002 \family default
41003  font probably doesn't provide a bold shape.
41004  In this case select a different one in the menu 
41005 \family sans
41006 Document\SpecialChar menuseparator
41007 Settings\SpecialChar menuseparator
41008 Fonts
41009 \family default
41010 .
41011  (The fonts 
41012 \emph on
41013 LuxiMono, BeraMono
41014 \emph default
41015  and 
41016 \emph on
41017 Courier
41018 \emph default
41019  provide bold shapes.)
41020 \end_layout
41021
41022 \end_inset
41023
41024
41025 \end_layout
41026
41027 \begin_layout Standard
41028 In section 
41029 \family sans
41030 Line
41031 \begin_inset space ~
41032 \end_inset
41033
41034 numbering
41035 \family default
41036  of the listings dialog you can specify the line numbering style.
41037  You can insert a number to specify which lines are numbered in the field
41038  
41039 \family sans
41040 Step
41041 \family default
41042 .
41043  When you insert e.
41044 \begin_inset space \thinspace{}
41045 \end_inset
41046
41047 g.
41048 \begin_inset space \space{}
41049 \end_inset
41050
41051
41052 \begin_inset Quotes eld
41053 \end_inset
41054
41055 3
41056 \begin_inset Quotes erd
41057 \end_inset
41058
41059 , only every 3rd line will be numbered.
41060 \end_layout
41061
41062 \begin_layout Standard
41063 You can furthermore specify a range of lines; only these will then appear
41064  in the output.
41065  The option 
41066 \family sans
41067 Extended character table
41068 \family default
41069  should be used when you use national characters like the German umlauts
41070  in the listing.
41071 \begin_inset Newline newline
41072 \end_inset
41073
41074 Here is an example listing with left line numbering, step 
41075 \begin_inset Quotes eld
41076 \end_inset
41077
41078 3
41079 \begin_inset Quotes erd
41080 \end_inset
41081
41082 , language 
41083 \begin_inset Quotes eld
41084 \end_inset
41085
41086 Python
41087 \begin_inset Quotes erd
41088 \end_inset
41089
41090 , options 
41091 \begin_inset Quotes eld
41092 \end_inset
41093
41094 Extended character table
41095 \begin_inset Quotes erd
41096 \end_inset
41097
41098  and 
41099 \begin_inset Quotes eld
41100 \end_inset
41101
41102 Space
41103 \begin_inset space ~
41104 \end_inset
41105
41106 as
41107 \begin_inset space ~
41108 \end_inset
41109
41110 symbol
41111 \begin_inset Quotes erd
41112 \end_inset
41113
41114 , range lines 3
41115 \begin_inset space \thinspace{}
41116 \end_inset
41117
41118 -
41119 \begin_inset space \thinspace{}
41120 \end_inset
41121
41122 8:
41123 \end_layout
41124
41125 \begin_layout Standard
41126 \begin_inset listings
41127 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41128 inline false
41129 status open
41130
41131 \begin_layout Plain Layout
41132
41133 def func(param):
41134 \end_layout
41135
41136 \begin_layout Plain Layout
41137
41138     'this is a python function'
41139 \end_layout
41140
41141 \begin_layout Plain Layout
41142
41143     pass
41144 \end_layout
41145
41146 \begin_layout Plain Layout
41147
41148 def func(param):
41149 \end_layout
41150
41151 \begin_layout Plain Layout
41152
41153 'This is a German word: Tschüß'
41154 \end_layout
41155
41156 \begin_layout Plain Layout
41157
41158 pass
41159 \end_layout
41160
41161 \begin_layout Plain Layout
41162
41163 def func(param):
41164 \end_layout
41165
41166 \begin_layout Plain Layout
41167
41168 'this is a python function'
41169 \end_layout
41170
41171 \begin_layout Plain Layout
41172
41173 pass
41174 \end_layout
41175
41176 \end_inset
41177
41178
41179 \end_layout
41180
41181 \begin_layout Standard
41182 When you have tabulators in your listing, you can specify the number of
41183  characters that are spanned by a tabulator in the field 
41184 \family sans
41185 Tabulator
41186 \begin_inset space ~
41187 \end_inset
41188
41189 size
41190 \family default
41191 .
41192 \end_layout
41193
41194 \begin_layout Standard
41195 \begin_inset Note Greyedout
41196 status open
41197
41198 \begin_layout Plain Layout
41199
41200 \series bold
41201 Note:
41202 \series default
41203  Due to a bug in the 
41204 \series bold
41205 listings
41206 \series default
41207  package the line numbering is shifted by a line by every previous listing.
41208  That's the reason why the lines 2 and 5 are numbered in the above listing
41209  and not the lines 3 and 6.
41210 \end_layout
41211
41212 \end_inset
41213
41214
41215 \end_layout
41216
41217 \begin_layout Standard
41218 \begin_inset VSpace bigskip
41219 \end_inset
41220
41221
41222 \end_layout
41223
41224 \begin_layout Standard
41225 It is also possible to print lines from a file as listing.
41226  To do this, use the menu 
41227 \family sans
41228 Insert\SpecialChar menuseparator
41229 File\SpecialChar menuseparator
41230 Child Document
41231 \family default
41232  and choose the type 
41233 \family sans
41234 Listings
41235 \family default
41236 .
41237 \begin_inset Foot
41238 status collapsed
41239
41240 \begin_layout Plain Layout
41241 The other child document types are described in section
41242 \begin_inset space ~
41243 \end_inset
41244
41245
41246 \begin_inset CommandInset ref
41247 LatexCommand ref
41248 reference "sec:Child-Documents"
41249
41250 \end_inset
41251
41252 .
41253 \end_layout
41254
41255 \end_inset
41256
41257  In the child document dialog you can specify the listing parameters in
41258  a text box.
41259  To show a list of all available parameters, type in a question mark 
41260 \begin_inset Quotes eld
41261 \end_inset
41262
41263 ?
41264 \begin_inset Quotes erd
41265 \end_inset
41266
41267  in the text box.
41268 \end_layout
41269
41270 \begin_layout Standard
41271 To reference child document listings, write a label text into the corresponding
41272  field of the child document dialog.
41273  The label can then be referenced using the menu 
41274 \family sans
41275 Insert\SpecialChar menuseparator
41276 Cross-Reference
41277 \family default
41278 .
41279 \end_layout
41280
41281 \begin_layout Standard
41282 Listing
41283 \begin_inset space ~
41284 \end_inset
41285
41286
41287 \begin_inset CommandInset ref
41288 LatexCommand ref
41289 reference "lst:file-listing"
41290
41291 \end_inset
41292
41293  is an example for a listing of a file; there the lines 10
41294 \begin_inset space \thinspace{}
41295 \end_inset
41296
41297 -
41298 \begin_inset space \thinspace{}
41299 \end_inset
41300
41301 15 of this \SpecialChar LyX
41302  file are listed.
41303 \end_layout
41304
41305 \begin_layout Standard
41306 \begin_inset CommandInset include
41307 LatexCommand lstinputlisting
41308 filename "EmbeddedObjects.lyx"
41309 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
41310
41311 \end_inset
41312
41313
41314 \end_layout
41315
41316 \begin_layout Standard
41317 \begin_inset VSpace bigskip
41318 \end_inset
41319
41320
41321 \end_layout
41322
41323 \begin_layout Standard
41324 Inserting a formula into a listing can be done the following way:
41325 \end_layout
41326
41327 \begin_layout Enumerate
41328 Open the listings dialog and add
41329 \begin_inset Newline newline
41330 \end_inset
41331
41332
41333 \family sans
41334 mathescape=true
41335 \family default
41336
41337 \begin_inset Newline newline
41338 \end_inset
41339
41340 to the field of the 
41341 \family sans
41342 Advanced
41343 \family default
41344  tab.
41345 \end_layout
41346
41347 \begin_layout Enumerate
41348 Create a formula outside the listing
41349 \end_layout
41350
41351 \begin_layout Enumerate
41352 Copy the content of the formula (not the formula inset) to the clipboard
41353  (shortcut 
41354 \begin_inset Info
41355 type  "shortcut"
41356 arg   "copy"
41357 \end_inset
41358
41359 )
41360 \end_layout
41361
41362 \begin_layout Enumerate
41363 In the listing write 
41364 \begin_inset Quotes eld
41365 \end_inset
41366
41367
41368 \family sans
41369 $$
41370 \family default
41371
41372 \begin_inset Quotes erd
41373 \end_inset
41374
41375  and copy from the clipboard between the dollar-signs (shortcut 
41376 \begin_inset Info
41377 type  "shortcut"
41378 arg   "paste"
41379 \end_inset
41380
41381 )
41382 \end_layout
41383
41384 \begin_layout Standard
41385 \begin_inset listings
41386 lstparams "language=Python,mathescape=true"
41387 inline false
41388 status open
41389
41390 \begin_layout Plain Layout
41391
41392 \begin_inset Caption Standard
41393
41394 \begin_layout Plain Layout
41395 Example Listing float containing a formula
41396 \end_layout
41397
41398 \end_inset
41399
41400 # Example listing float
41401 \end_layout
41402
41403 \begin_layout Plain Layout
41404
41405 def func(param):
41406 \end_layout
41407
41408 \begin_layout Plain Layout
41409
41410     # $
41411 \backslash
41412 prod_{n=1}^{
41413 \backslash
41414 infty}
41415 \backslash
41416 ,
41417 \backslash
41418 frac{1}{x^{2}}$
41419 \end_layout
41420
41421 \begin_layout Plain Layout
41422
41423     pass
41424 \end_layout
41425
41426 \end_inset
41427
41428
41429 \end_layout
41430
41431 \begin_layout Standard
41432 \begin_inset VSpace bigskip
41433 \end_inset
41434
41435
41436 \end_layout
41437
41438 \begin_layout Standard
41439 Global listings settings can be set in the 
41440 \family sans
41441 Document\SpecialChar menuseparator
41442 Settings\SpecialChar menuseparator
41443 Listings
41444 \family default
41445  dialog.
41446  To get there a list of available options, type in a question mark 
41447 \begin_inset Quotes eld
41448 \end_inset
41449
41450 ?
41451 \begin_inset Quotes erd
41452 \end_inset
41453
41454 .
41455 \end_layout
41456
41457 \begin_layout Standard
41458 For more information about the 
41459 \series bold
41460 listings
41461 \series default
41462  package, we refer to its documentation 
41463 \begin_inset CommandInset citation
41464 LatexCommand cite
41465 key "listings"
41466
41467 \end_inset
41468
41469 .
41470 \end_layout
41471
41472 \begin_layout Standard
41473 \begin_inset Newpage newpage
41474 \end_inset
41475
41476
41477 \end_layout
41478
41479 \begin_layout Chapter
41480 \start_of_appendix
41481 Units available in \SpecialChar LyX
41482
41483 \begin_inset Index idx
41484 status collapsed
41485
41486 \begin_layout Plain Layout
41487 Units
41488 \end_layout
41489
41490 \end_inset
41491
41492
41493 \begin_inset CommandInset label
41494 LatexCommand label
41495 name "cha:Units-available-in"
41496
41497 \end_inset
41498
41499
41500 \end_layout
41501
41502 \begin_layout Standard
41503 To understand the units described in this documentation, Table
41504 \begin_inset space ~
41505 \end_inset
41506
41507
41508 \begin_inset CommandInset ref
41509 LatexCommand ref
41510 reference "tab:Units"
41511
41512 \end_inset
41513
41514  explains all units available in \SpecialChar LyX
41515 .
41516 \end_layout
41517
41518 \begin_layout Standard
41519 \begin_inset Float table
41520 placement h
41521 wide false
41522 sideways false
41523 status open
41524
41525 \begin_layout Plain Layout
41526 \begin_inset Caption Standard
41527
41528 \begin_layout Plain Layout
41529 \begin_inset CommandInset label
41530 LatexCommand label
41531 name "tab:Units"
41532
41533 \end_inset
41534
41535 Units
41536 \end_layout
41537
41538 \end_inset
41539
41540
41541 \end_layout
41542
41543 \begin_layout Plain Layout
41544 \begin_inset VSpace medskip
41545 \end_inset
41546
41547
41548 \end_layout
41549
41550 \begin_layout Plain Layout
41551 \align center
41552 \begin_inset Tabular
41553 <lyxtabular version="3" rows="20" columns="3">
41554 <features tabularvalignment="middle">
41555 <column alignment="center" valignment="top">
41556 <column alignment="center" valignment="top">
41557 <column alignment="center" valignment="top">
41558 <row>
41559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41560 \begin_inset Text
41561
41562 \begin_layout Plain Layout
41563 unit
41564 \end_layout
41565
41566 \end_inset
41567 </cell>
41568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41569 \begin_inset Text
41570
41571 \begin_layout Plain Layout
41572 name/description
41573 \end_layout
41574
41575 \end_inset
41576 </cell>
41577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41578 \begin_inset Text
41579
41580 \begin_layout Plain Layout
41581 \SpecialChar LaTeX
41582  command
41583 \end_layout
41584
41585 \end_inset
41586 </cell>
41587 </row>
41588 <row>
41589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41590 \begin_inset Text
41591
41592 \begin_layout Plain Layout
41593 mm
41594 \end_layout
41595
41596 \end_inset
41597 </cell>
41598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41599 \begin_inset Text
41600
41601 \begin_layout Plain Layout
41602 millimeter
41603 \end_layout
41604
41605 \end_inset
41606 </cell>
41607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41608 \begin_inset Text
41609
41610 \begin_layout Plain Layout
41611 -
41612 \end_layout
41613
41614 \end_inset
41615 </cell>
41616 </row>
41617 <row>
41618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41619 \begin_inset Text
41620
41621 \begin_layout Plain Layout
41622 cm
41623 \end_layout
41624
41625 \end_inset
41626 </cell>
41627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41628 \begin_inset Text
41629
41630 \begin_layout Plain Layout
41631 centimeter
41632 \end_layout
41633
41634 \end_inset
41635 </cell>
41636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41637 \begin_inset Text
41638
41639 \begin_layout Plain Layout
41640 -
41641 \end_layout
41642
41643 \end_inset
41644 </cell>
41645 </row>
41646 <row>
41647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41648 \begin_inset Text
41649
41650 \begin_layout Plain Layout
41651 in
41652 \end_layout
41653
41654 \end_inset
41655 </cell>
41656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41657 \begin_inset Text
41658
41659 \begin_layout Plain Layout
41660 inch
41661 \end_layout
41662
41663 \end_inset
41664 </cell>
41665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41666 \begin_inset Text
41667
41668 \begin_layout Plain Layout
41669 -
41670 \end_layout
41671
41672 \end_inset
41673 </cell>
41674 </row>
41675 <row>
41676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41677 \begin_inset Text
41678
41679 \begin_layout Plain Layout
41680 pt
41681 \end_layout
41682
41683 \end_inset
41684 </cell>
41685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41686 \begin_inset Text
41687
41688 \begin_layout Plain Layout
41689 point (72.27
41690 \begin_inset space \thinspace{}
41691 \end_inset
41692
41693 pt = 1
41694 \begin_inset space \thinspace{}
41695 \end_inset
41696
41697 in)
41698 \end_layout
41699
41700 \end_inset
41701 </cell>
41702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41703 \begin_inset Text
41704
41705 \begin_layout Plain Layout
41706 -
41707 \end_layout
41708
41709 \end_inset
41710 </cell>
41711 </row>
41712 <row>
41713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41714 \begin_inset Text
41715
41716 \begin_layout Plain Layout
41717 pc
41718 \end_layout
41719
41720 \end_inset
41721 </cell>
41722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41723 \begin_inset Text
41724
41725 \begin_layout Plain Layout
41726 pica (1
41727 \begin_inset space \thinspace{}
41728 \end_inset
41729
41730 pc = 12
41731 \begin_inset space \thinspace{}
41732 \end_inset
41733
41734 pt)
41735 \end_layout
41736
41737 \end_inset
41738 </cell>
41739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41740 \begin_inset Text
41741
41742 \begin_layout Plain Layout
41743 -
41744 \end_layout
41745
41746 \end_inset
41747 </cell>
41748 </row>
41749 <row>
41750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41751 \begin_inset Text
41752
41753 \begin_layout Plain Layout
41754 sp
41755 \end_layout
41756
41757 \end_inset
41758 </cell>
41759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41760 \begin_inset Text
41761
41762 \begin_layout Plain Layout
41763 scaled point (65536
41764 \begin_inset space \thinspace{}
41765 \end_inset
41766
41767 sp = 1
41768 \begin_inset space \thinspace{}
41769 \end_inset
41770
41771 pt)
41772 \end_layout
41773
41774 \end_inset
41775 </cell>
41776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41777 \begin_inset Text
41778
41779 \begin_layout Plain Layout
41780 -
41781 \end_layout
41782
41783 \end_inset
41784 </cell>
41785 </row>
41786 <row>
41787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41788 \begin_inset Text
41789
41790 \begin_layout Plain Layout
41791 bp
41792 \end_layout
41793
41794 \end_inset
41795 </cell>
41796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41797 \begin_inset Text
41798
41799 \begin_layout Plain Layout
41800 big point (72
41801 \begin_inset space \thinspace{}
41802 \end_inset
41803
41804 bp = 1
41805 \begin_inset space \thinspace{}
41806 \end_inset
41807
41808 in)
41809 \end_layout
41810
41811 \end_inset
41812 </cell>
41813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41814 \begin_inset Text
41815
41816 \begin_layout Plain Layout
41817 -
41818 \end_layout
41819
41820 \end_inset
41821 </cell>
41822 </row>
41823 <row>
41824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41825 \begin_inset Text
41826
41827 \begin_layout Plain Layout
41828 dd
41829 \end_layout
41830
41831 \end_inset
41832 </cell>
41833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41834 \begin_inset Text
41835
41836 \begin_layout Plain Layout
41837 didot (1
41838 \begin_inset space \thinspace{}
41839 \end_inset
41840
41841 dd 
41842 \begin_inset Formula $\approx$
41843 \end_inset
41844
41845  0.376
41846 \begin_inset space \thinspace{}
41847 \end_inset
41848
41849 mm)
41850 \end_layout
41851
41852 \end_inset
41853 </cell>
41854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41855 \begin_inset Text
41856
41857 \begin_layout Plain Layout
41858 -
41859 \end_layout
41860
41861 \end_inset
41862 </cell>
41863 </row>
41864 <row>
41865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41866 \begin_inset Text
41867
41868 \begin_layout Plain Layout
41869 cc
41870 \end_layout
41871
41872 \end_inset
41873 </cell>
41874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41875 \begin_inset Text
41876
41877 \begin_layout Plain Layout
41878 cicero (1
41879 \begin_inset space \thinspace{}
41880 \end_inset
41881
41882 cc = 12
41883 \begin_inset space \thinspace{}
41884 \end_inset
41885
41886 dd)
41887 \end_layout
41888
41889 \end_inset
41890 </cell>
41891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41892 \begin_inset Text
41893
41894 \begin_layout Plain Layout
41895 -
41896 \end_layout
41897
41898 \end_inset
41899 </cell>
41900 </row>
41901 <row>
41902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41903 \begin_inset Text
41904
41905 \begin_layout Plain Layout
41906 Scale Graphics %
41907 \end_layout
41908
41909 \end_inset
41910 </cell>
41911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41912 \begin_inset Text
41913
41914 \begin_layout Plain Layout
41915 % of original image width
41916 \end_layout
41917
41918 \end_inset
41919 </cell>
41920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41921 \begin_inset Text
41922
41923 \begin_layout Plain Layout
41924
41925 \end_layout
41926
41927 \end_inset
41928 </cell>
41929 </row>
41930 <row>
41931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41932 \begin_inset Text
41933
41934 \begin_layout Plain Layout
41935 Text Width %
41936 \end_layout
41937
41938 \end_inset
41939 </cell>
41940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41941 \begin_inset Text
41942
41943 \begin_layout Plain Layout
41944 % of text width
41945 \end_layout
41946
41947 \end_inset
41948 </cell>
41949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41950 \begin_inset Text
41951
41952 \begin_layout Plain Layout
41953
41954 \backslash
41955 textwidth
41956 \end_layout
41957
41958 \end_inset
41959 </cell>
41960 </row>
41961 <row>
41962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41963 \begin_inset Text
41964
41965 \begin_layout Plain Layout
41966 Column Width %
41967 \end_layout
41968
41969 \end_inset
41970 </cell>
41971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41972 \begin_inset Text
41973
41974 \begin_layout Plain Layout
41975 % of column width
41976 \end_layout
41977
41978 \end_inset
41979 </cell>
41980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41981 \begin_inset Text
41982
41983 \begin_layout Plain Layout
41984
41985 \backslash
41986 columnwidth
41987 \end_layout
41988
41989 \end_inset
41990 </cell>
41991 </row>
41992 <row>
41993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41994 \begin_inset Text
41995
41996 \begin_layout Plain Layout
41997 Page Width %
41998 \end_layout
41999
42000 \end_inset
42001 </cell>
42002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42003 \begin_inset Text
42004
42005 \begin_layout Plain Layout
42006 % of paper width
42007 \end_layout
42008
42009 \end_inset
42010 </cell>
42011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42012 \begin_inset Text
42013
42014 \begin_layout Plain Layout
42015
42016 \backslash
42017 paperwidth
42018 \end_layout
42019
42020 \end_inset
42021 </cell>
42022 </row>
42023 <row>
42024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42025 \begin_inset Text
42026
42027 \begin_layout Plain Layout
42028 Line Width %
42029 \end_layout
42030
42031 \end_inset
42032 </cell>
42033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42034 \begin_inset Text
42035
42036 \begin_layout Plain Layout
42037 % of line width
42038 \end_layout
42039
42040 \end_inset
42041 </cell>
42042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42043 \begin_inset Text
42044
42045 \begin_layout Plain Layout
42046
42047 \backslash
42048 linewidth
42049 \end_layout
42050
42051 \end_inset
42052 </cell>
42053 </row>
42054 <row>
42055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42056 \begin_inset Text
42057
42058 \begin_layout Plain Layout
42059 Text Height %
42060 \end_layout
42061
42062 \end_inset
42063 </cell>
42064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42065 \begin_inset Text
42066
42067 \begin_layout Plain Layout
42068 % of text height
42069 \end_layout
42070
42071 \end_inset
42072 </cell>
42073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42074 \begin_inset Text
42075
42076 \begin_layout Plain Layout
42077
42078 \backslash
42079 textheight
42080 \end_layout
42081
42082 \end_inset
42083 </cell>
42084 </row>
42085 <row>
42086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42087 \begin_inset Text
42088
42089 \begin_layout Plain Layout
42090 Page Height %
42091 \end_layout
42092
42093 \end_inset
42094 </cell>
42095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42096 \begin_inset Text
42097
42098 \begin_layout Plain Layout
42099 % of paper height
42100 \end_layout
42101
42102 \end_inset
42103 </cell>
42104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42105 \begin_inset Text
42106
42107 \begin_layout Plain Layout
42108
42109 \backslash
42110 paperheight
42111 \end_layout
42112
42113 \end_inset
42114 </cell>
42115 </row>
42116 <row>
42117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42118 \begin_inset Text
42119
42120 \begin_layout Plain Layout
42121 ex
42122 \end_layout
42123
42124 \end_inset
42125 </cell>
42126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42127 \begin_inset Text
42128
42129 \begin_layout Plain Layout
42130 height of letter 
42131 \emph on
42132 x
42133 \emph default
42134  in current font
42135 \end_layout
42136
42137 \end_inset
42138 </cell>
42139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42140 \begin_inset Text
42141
42142 \begin_layout Plain Layout
42143 -
42144 \end_layout
42145
42146 \end_inset
42147 </cell>
42148 </row>
42149 <row>
42150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42151 \begin_inset Text
42152
42153 \begin_layout Plain Layout
42154 em
42155 \end_layout
42156
42157 \end_inset
42158 </cell>
42159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42160 \begin_inset Text
42161
42162 \begin_layout Plain Layout
42163 width of letter 
42164 \emph on
42165 M
42166 \emph default
42167  in current font
42168 \end_layout
42169
42170 \end_inset
42171 </cell>
42172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42173 \begin_inset Text
42174
42175 \begin_layout Plain Layout
42176 -
42177 \end_layout
42178
42179 \end_inset
42180 </cell>
42181 </row>
42182 <row>
42183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42184 \begin_inset Text
42185
42186 \begin_layout Plain Layout
42187 mu
42188 \end_layout
42189
42190 \end_inset
42191 </cell>
42192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42193 \begin_inset Text
42194
42195 \begin_layout Plain Layout
42196 math unit (1
42197 \begin_inset space \thinspace{}
42198 \end_inset
42199
42200 mu = 1/18
42201 \begin_inset space \thinspace{}
42202 \end_inset
42203
42204 em)
42205 \end_layout
42206
42207 \end_inset
42208 </cell>
42209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42210 \begin_inset Text
42211
42212 \begin_layout Plain Layout
42213 -
42214 \end_layout
42215
42216 \end_inset
42217 </cell>
42218 </row>
42219 </lyxtabular>
42220
42221 \end_inset
42222
42223
42224 \end_layout
42225
42226 \end_inset
42227
42228
42229 \end_layout
42230
42231 \begin_layout Chapter
42232 Output File Formats with Graphics
42233 \begin_inset CommandInset label
42234 LatexCommand label
42235 name "cha:Output-File-Formats"
42236
42237 \end_inset
42238
42239
42240 \end_layout
42241
42242 \begin_layout Section
42243 DVI
42244 \begin_inset Index idx
42245 status collapsed
42246
42247 \begin_layout Plain Layout
42248 File Formats ! DVI
42249 \end_layout
42250
42251 \end_inset
42252
42253
42254 \begin_inset Index idx
42255 status collapsed
42256
42257 \begin_layout Plain Layout
42258 DVI|see
42259 \begin_inset ERT
42260 status collapsed
42261
42262 \begin_layout Plain Layout
42263
42264 {
42265 \end_layout
42266
42267 \end_inset
42268
42269 File Formats
42270 \begin_inset ERT
42271 status collapsed
42272
42273 \begin_layout Plain Layout
42274
42275 }
42276 \end_layout
42277
42278 \end_inset
42279
42280
42281 \end_layout
42282
42283 \end_inset
42284
42285
42286 \end_layout
42287
42288 \begin_layout Standard
42289 This file type has the extension 
42290 \begin_inset Quotes eld
42291 \end_inset
42292
42293
42294 \family typewriter
42295 .dvi
42296 \family default
42297
42298 \begin_inset Quotes erd
42299 \end_inset
42300
42301 .
42302  It is called 
42303 \begin_inset Quotes eld
42304 \end_inset
42305
42306 device-independent
42307 \begin_inset Quotes erd
42308 \end_inset
42309
42310  (DVI), because it is completely portable; you can move them from one machine
42311  to another without needing to do any sort of conversion.
42312  At the time when this file-format was developed, this was no matter of
42313  course.
42314  DVIs are used for quick previews and as pre-stage for other output formats,
42315  like PostScript.
42316 \end_layout
42317
42318 \begin_layout Standard
42319 \begin_inset Note Greyedout
42320 status open
42321
42322 \begin_layout Plain Layout
42323
42324 \series bold
42325 Note:
42326 \series default
42327  DVI-files do not contain images; they will only be a linked.
42328 \end_layout
42329
42330 \end_inset
42331
42332  So don't forget this, if you move your 
42333 \family typewriter
42334 .dvi
42335 \family default
42336  file to another computer.
42337  This property can also slow down your computer when you view the DVI, because
42338  the DVI-viewer has to convert the image in the background to make it visible
42339  when you scroll in the DVI.
42340  So it is recommended that you use PDF for files with many images.
42341 \end_layout
42342
42343 \begin_layout Standard
42344 You can export your document to DVI by using the menu 
42345 \family sans
42346 File\SpecialChar menuseparator
42347 Export\SpecialChar menuseparator
42348 DVI
42349 \family default
42350 .
42351  You can view your document as DVI via the 
42352 \family sans
42353 View
42354 \family default
42355  menu.
42356 \end_layout
42357
42358 \begin_layout Section
42359 PostScript
42360 \begin_inset Index idx
42361 status collapsed
42362
42363 \begin_layout Plain Layout
42364 File Formats ! PostScript
42365 \end_layout
42366
42367 \end_inset
42368
42369
42370 \begin_inset Index idx
42371 status collapsed
42372
42373 \begin_layout Plain Layout
42374 PostScript|see
42375 \begin_inset ERT
42376 status collapsed
42377
42378 \begin_layout Plain Layout
42379
42380 {
42381 \end_layout
42382
42383 \end_inset
42384
42385 File Formats
42386 \begin_inset ERT
42387 status collapsed
42388
42389 \begin_layout Plain Layout
42390
42391 }
42392 \end_layout
42393
42394 \end_inset
42395
42396
42397 \end_layout
42398
42399 \end_inset
42400
42401
42402 \end_layout
42403
42404 \begin_layout Standard
42405 This file type has the extension 
42406 \begin_inset Quotes eld
42407 \end_inset
42408
42409
42410 \family typewriter
42411 .ps
42412 \family default
42413
42414 \begin_inset Quotes erd
42415 \end_inset
42416
42417 .
42418  PostScript was developed by the company 
42419 \family typewriter
42420 Adobe
42421 \family default
42422  as a printer language.
42423  The file therefore contains commands that the printer uses to print the
42424  file.
42425  PostScript can be seen as a 
42426 \begin_inset Quotes eld
42427 \end_inset
42428
42429 programming language
42430 \begin_inset Quotes erd
42431 \end_inset
42432
42433 ; you can calculate with it and draw diagrams and images.
42434 \begin_inset Foot
42435 status collapsed
42436
42437 \begin_layout Plain Layout
42438 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
42439 -package
42440  
42441 \series bold
42442 PSTricks
42443 \series default
42444  
42445 \begin_inset CommandInset citation
42446 LatexCommand cite
42447 key "pstricks"
42448
42449 \end_inset
42450
42451 .
42452 \end_layout
42453
42454 \end_inset
42455
42456  Due to this ability, the files are often bigger than PDFs.
42457 \end_layout
42458
42459 \begin_layout Standard
42460 PostScript can only contain images in the format 
42461 \begin_inset Quotes eld
42462 \end_inset
42463
42464 Encapsulated PostScript
42465 \begin_inset Quotes erd
42466 \end_inset
42467
42468  (EPS, file extension 
42469 \begin_inset Quotes eld
42470 \end_inset
42471
42472
42473 \family typewriter
42474 .eps
42475 \family default
42476
42477 \begin_inset Quotes erd
42478 \end_inset
42479
42480 ).
42481  As \SpecialChar LyX
42482  allows you to use any known image format in your document, it has to
42483  convert images in the background to EPS.
42484  If you have e.g.
42485 \begin_inset space ~
42486 \end_inset
42487
42488 50
42489 \begin_inset space ~
42490 \end_inset
42491
42492 images in your document, \SpecialChar LyX
42493  has to do 50
42494 \begin_inset space ~
42495 \end_inset
42496
42497 conversions whenever you view or export your document.
42498  This will slow down your work flow with \SpecialChar LyX
42499  drastically.
42500  So if you plan to use PostScript, you can insert your images directly as
42501  EPS to avoid this problem.
42502 \end_layout
42503
42504 \begin_layout Standard
42505 You can export your document to PostScript using the menu 
42506 \family sans
42507 File\SpecialChar menuseparator
42508 Export\SpecialChar menuseparator
42509 Postscript
42510 \family default
42511 .
42512  You can view your document as PostScript via the 
42513 \family sans
42514 View
42515 \family default
42516  menu.
42517 \end_layout
42518
42519 \begin_layout Section
42520 PDF
42521 \begin_inset Index idx
42522 status collapsed
42523
42524 \begin_layout Plain Layout
42525 File Formats ! PDF
42526 \end_layout
42527
42528 \end_inset
42529
42530
42531 \begin_inset Index idx
42532 status collapsed
42533
42534 \begin_layout Plain Layout
42535 PDF
42536 \end_layout
42537
42538 \end_inset
42539
42540
42541 \end_layout
42542
42543 \begin_layout Standard
42544 This file type has the extension 
42545 \begin_inset Quotes eld
42546 \end_inset
42547
42548
42549 \family typewriter
42550 .pdf
42551 \family default
42552
42553 \begin_inset Quotes erd
42554 \end_inset
42555
42556 .
42557  The 
42558 \begin_inset Quotes eld
42559 \end_inset
42560
42561 Portable Document Format
42562 \begin_inset Quotes erd
42563 \end_inset
42564
42565  (PDF) was developed by 
42566 \family typewriter
42567 Adobe
42568 \family default
42569  as a derivative of PostScript.
42570  It is more compressed and it uses fewer commands than PostScript.
42571  As the name 
42572 \begin_inset Quotes eld
42573 \end_inset
42574
42575 portable
42576 \begin_inset Quotes erd
42577 \end_inset
42578
42579  implies, it can be processed at any computer system and the printed output
42580  looks exactly the same.
42581 \end_layout
42582
42583 \begin_layout Standard
42584 PDF can contain images in its own PDF format, in the format 
42585 \begin_inset Quotes eld
42586 \end_inset
42587
42588 Joint Photographic Experts Group
42589 \begin_inset Quotes erd
42590 \end_inset
42591
42592  (JPG, file extension 
42593 \begin_inset Quotes eld
42594 \end_inset
42595
42596
42597 \family typewriter
42598 .jpg
42599 \family default
42600
42601 \begin_inset Quotes erd
42602 \end_inset
42603
42604  or 
42605 \begin_inset Quotes eld
42606 \end_inset
42607
42608
42609 \family typewriter
42610 .jpeg
42611 \family default
42612
42613 \begin_inset Quotes erd
42614 \end_inset
42615
42616 ), and in the format 
42617 \begin_inset Quotes eld
42618 \end_inset
42619
42620 Portable Network Graphics
42621 \begin_inset Quotes erd
42622 \end_inset
42623
42624  (PNG, file extension 
42625 \begin_inset Quotes eld
42626 \end_inset
42627
42628
42629 \family typewriter
42630 .png
42631 \family default
42632
42633 \begin_inset Quotes erd
42634 \end_inset
42635
42636 ).
42637  Nevertheless you can use any other image format, because \SpecialChar LyX
42638  converts them
42639  in the background to one of these formats.
42640  But as described in the section about PostScript, the image conversion
42641  will slow down your work flow.
42642  So it is recommended that you use images in one of the three mentioned
42643  formats.
42644 \end_layout
42645
42646 \begin_layout Standard
42647 You can export your document to PDF via the menu 
42648 \family sans
42649 File\SpecialChar menuseparator
42650 Export
42651 \family default
42652  in three different ways:
42653 \end_layout
42654
42655 \begin_layout Description
42656 PDF
42657 \begin_inset space ~
42658 \end_inset
42659
42660 (ps2pdf) This uses the program 
42661 \family typewriter
42662 ps2pdf
42663 \family default
42664  that creates a PDF from a PostScript-version of your file.
42665  The PostScript-version is produced by the program 
42666 \family typewriter
42667 dvips
42668 \family default
42669  which uses a DVI-version as intermediate step.
42670  So this export variant consists of three conversions.
42671 \end_layout
42672
42673 \begin_layout Description
42674 PDF
42675 \begin_inset space ~
42676 \end_inset
42677
42678 (dvipdfm) This uses the program 
42679 \family typewriter
42680 dvipdfm
42681 \family default
42682  that converts your file in the background to DVI and in a second step to
42683  PDF.
42684 \end_layout
42685
42686 \begin_layout Description
42687 PDF
42688 \begin_inset space ~
42689 \end_inset
42690
42691 (pdflatex) This uses the program 
42692 \family typewriter
42693 pdftex
42694 \family default
42695  that converts your file directly to PDF.
42696 \end_layout
42697
42698 \begin_layout Standard
42699 It is recommended that you use 
42700 \family sans
42701 PDF
42702 \begin_inset space ~
42703 \end_inset
42704
42705 (pdflatex)
42706 \family default
42707  because 
42708 \family typewriter
42709 pdftex
42710 \family default
42711  supports all features of actual PDF-versions, is quick and works stable.
42712  The program 
42713 \family typewriter
42714 dvipdfm
42715 \family default
42716  is not under development and therefore a bit outdated.
42717 \end_layout
42718
42719 \begin_layout Standard
42720 You can view your document as PDF via the 
42721 \family sans
42722 View
42723 \family default
42724  menu or by using a toolbar button.
42725 \end_layout
42726
42727 \begin_layout Chapter
42728 List of dvips color names
42729 \begin_inset CommandInset label
42730 LatexCommand label
42731 name "chap:List-of-dvips-colornames"
42732
42733 \end_inset
42734
42735
42736 \end_layout
42737
42738 \begin_layout Standard
42739 \begin_inset Tabular
42740 <lyxtabular version="3" rows="17" columns="4">
42741 <features tabularvalignment="middle">
42742 <column alignment="left" valignment="top" width="0pt">
42743 <column alignment="left" valignment="top" width="0pt">
42744 <column alignment="left" valignment="top" width="0pt">
42745 <column alignment="left" valignment="top" width="0pt">
42746 <row>
42747 <cell alignment="left" valignment="top" usebox="none">
42748 \begin_inset Text
42749
42750 \begin_layout Plain Layout
42751 \begin_inset ERT
42752 status collapsed
42753
42754 \begin_layout Plain Layout
42755
42756
42757 \backslash
42758 fcolorbox{black}{
42759 \end_layout
42760
42761 \end_inset
42762
42763 white
42764 \begin_inset ERT
42765 status collapsed
42766
42767 \begin_layout Plain Layout
42768
42769 }{
42770 \end_layout
42771
42772 \end_inset
42773
42774 Color
42775 \begin_inset ERT
42776 status collapsed
42777
42778 \begin_layout Plain Layout
42779
42780 }
42781 \end_layout
42782
42783 \end_inset
42784
42785  Color name
42786 \end_layout
42787
42788 \end_inset
42789 </cell>
42790 <cell alignment="left" valignment="top" usebox="none">
42791 \begin_inset Text
42792
42793 \begin_layout Plain Layout
42794 \begin_inset ERT
42795 status collapsed
42796
42797 \begin_layout Plain Layout
42798
42799
42800 \backslash
42801 fcolorbox{black}{
42802 \end_layout
42803
42804 \end_inset
42805
42806 white
42807 \begin_inset ERT
42808 status collapsed
42809
42810 \begin_layout Plain Layout
42811
42812 }{
42813 \end_layout
42814
42815 \end_inset
42816
42817 Color
42818 \begin_inset ERT
42819 status collapsed
42820
42821 \begin_layout Plain Layout
42822
42823 }
42824 \end_layout
42825
42826 \end_inset
42827
42828  Color name
42829 \end_layout
42830
42831 \end_inset
42832 </cell>
42833 <cell alignment="left" valignment="top" usebox="none">
42834 \begin_inset Text
42835
42836 \begin_layout Plain Layout
42837 \begin_inset ERT
42838 status collapsed
42839
42840 \begin_layout Plain Layout
42841
42842
42843 \backslash
42844 fcolorbox{black}{
42845 \end_layout
42846
42847 \end_inset
42848
42849 white
42850 \begin_inset ERT
42851 status collapsed
42852
42853 \begin_layout Plain Layout
42854
42855 }{
42856 \end_layout
42857
42858 \end_inset
42859
42860 Color
42861 \begin_inset ERT
42862 status collapsed
42863
42864 \begin_layout Plain Layout
42865
42866 }
42867 \end_layout
42868
42869 \end_inset
42870
42871  Color name
42872 \end_layout
42873
42874 \end_inset
42875 </cell>
42876 <cell alignment="left" valignment="top" usebox="none">
42877 \begin_inset Text
42878
42879 \begin_layout Plain Layout
42880 \begin_inset ERT
42881 status collapsed
42882
42883 \begin_layout Plain Layout
42884
42885
42886 \backslash
42887 fcolorbox{black}{
42888 \end_layout
42889
42890 \end_inset
42891
42892 white
42893 \begin_inset ERT
42894 status collapsed
42895
42896 \begin_layout Plain Layout
42897
42898 }{
42899 \end_layout
42900
42901 \end_inset
42902
42903 Color
42904 \begin_inset ERT
42905 status collapsed
42906
42907 \begin_layout Plain Layout
42908
42909 }
42910 \end_layout
42911
42912 \end_inset
42913
42914  Color name
42915 \end_layout
42916
42917 \end_inset
42918 </cell>
42919 </row>
42920 <row>
42921 <cell alignment="center" valignment="top" usebox="none">
42922 \begin_inset Text
42923
42924 \begin_layout Plain Layout
42925 \begin_inset ERT
42926 status collapsed
42927
42928 \begin_layout Plain Layout
42929
42930
42931 \backslash
42932 fcolorbox{black}{
42933 \end_layout
42934
42935 \end_inset
42936
42937 Apricot
42938 \begin_inset ERT
42939 status collapsed
42940
42941 \begin_layout Plain Layout
42942
42943 }{
42944 \end_layout
42945
42946 \end_inset
42947
42948
42949 \begin_inset Phantom Phantom
42950 status open
42951
42952 \begin_layout Plain Layout
42953 W
42954 \end_layout
42955
42956 \end_inset
42957
42958
42959 \begin_inset ERT
42960 status collapsed
42961
42962 \begin_layout Plain Layout
42963
42964 }
42965 \end_layout
42966
42967 \end_inset
42968
42969  Apricot
42970 \end_layout
42971
42972 \end_inset
42973 </cell>
42974 <cell alignment="center" valignment="top" usebox="none">
42975 \begin_inset Text
42976
42977 \begin_layout Plain Layout
42978 \begin_inset ERT
42979 status collapsed
42980
42981 \begin_layout Plain Layout
42982
42983
42984 \backslash
42985 fcolorbox{black}{
42986 \end_layout
42987
42988 \end_inset
42989
42990 Aquamarine
42991 \begin_inset ERT
42992 status collapsed
42993
42994 \begin_layout Plain Layout
42995
42996 }{
42997 \end_layout
42998
42999 \end_inset
43000
43001
43002 \begin_inset Phantom Phantom
43003 status open
43004
43005 \begin_layout Plain Layout
43006 W
43007 \end_layout
43008
43009 \end_inset
43010
43011
43012 \begin_inset ERT
43013 status collapsed
43014
43015 \begin_layout Plain Layout
43016
43017 }
43018 \end_layout
43019
43020 \end_inset
43021
43022  Aquamarine
43023 \end_layout
43024
43025 \end_inset
43026 </cell>
43027 <cell alignment="center" valignment="top" usebox="none">
43028 \begin_inset Text
43029
43030 \begin_layout Plain Layout
43031 \begin_inset ERT
43032 status collapsed
43033
43034 \begin_layout Plain Layout
43035
43036
43037 \backslash
43038 fcolorbox{black}{
43039 \end_layout
43040
43041 \end_inset
43042
43043 Bittersweet
43044 \begin_inset ERT
43045 status collapsed
43046
43047 \begin_layout Plain Layout
43048
43049 }{
43050 \end_layout
43051
43052 \end_inset
43053
43054
43055 \begin_inset Phantom Phantom
43056 status open
43057
43058 \begin_layout Plain Layout
43059 W
43060 \end_layout
43061
43062 \end_inset
43063
43064
43065 \begin_inset ERT
43066 status collapsed
43067
43068 \begin_layout Plain Layout
43069
43070 }
43071 \end_layout
43072
43073 \end_inset
43074
43075  Bittersweet
43076 \end_layout
43077
43078 \end_inset
43079 </cell>
43080 <cell alignment="center" valignment="top" usebox="none">
43081 \begin_inset Text
43082
43083 \begin_layout Plain Layout
43084 \begin_inset ERT
43085 status collapsed
43086
43087 \begin_layout Plain Layout
43088
43089
43090 \backslash
43091 fcolorbox{black}{
43092 \end_layout
43093
43094 \end_inset
43095
43096 BlueGreen
43097 \begin_inset ERT
43098 status collapsed
43099
43100 \begin_layout Plain Layout
43101
43102 }{
43103 \end_layout
43104
43105 \end_inset
43106
43107
43108 \begin_inset Phantom Phantom
43109 status open
43110
43111 \begin_layout Plain Layout
43112 W
43113 \end_layout
43114
43115 \end_inset
43116
43117
43118 \begin_inset ERT
43119 status collapsed
43120
43121 \begin_layout Plain Layout
43122
43123 }
43124 \end_layout
43125
43126 \end_inset
43127
43128  BlueGreen
43129 \end_layout
43130
43131 \end_inset
43132 </cell>
43133 </row>
43134 <row>
43135 <cell alignment="left" valignment="top" usebox="none">
43136 \begin_inset Text
43137
43138 \begin_layout Plain Layout
43139 \begin_inset ERT
43140 status collapsed
43141
43142 \begin_layout Plain Layout
43143
43144
43145 \backslash
43146 fcolorbox{black}{
43147 \end_layout
43148
43149 \end_inset
43150
43151 BlueViolet
43152 \begin_inset ERT
43153 status collapsed
43154
43155 \begin_layout Plain Layout
43156
43157 }{
43158 \end_layout
43159
43160 \end_inset
43161
43162
43163 \begin_inset Phantom Phantom
43164 status open
43165
43166 \begin_layout Plain Layout
43167 W
43168 \end_layout
43169
43170 \end_inset
43171
43172
43173 \begin_inset ERT
43174 status collapsed
43175
43176 \begin_layout Plain Layout
43177
43178 }
43179 \end_layout
43180
43181 \end_inset
43182
43183  BlueViolet
43184 \end_layout
43185
43186 \end_inset
43187 </cell>
43188 <cell alignment="left" valignment="top" usebox="none">
43189 \begin_inset Text
43190
43191 \begin_layout Plain Layout
43192 \begin_inset ERT
43193 status collapsed
43194
43195 \begin_layout Plain Layout
43196
43197
43198 \backslash
43199 fcolorbox{black}{
43200 \end_layout
43201
43202 \end_inset
43203
43204 BrickRed
43205 \begin_inset ERT
43206 status collapsed
43207
43208 \begin_layout Plain Layout
43209
43210 }{
43211 \end_layout
43212
43213 \end_inset
43214
43215
43216 \begin_inset Phantom Phantom
43217 status open
43218
43219 \begin_layout Plain Layout
43220 W
43221 \end_layout
43222
43223 \end_inset
43224
43225
43226 \begin_inset ERT
43227 status collapsed
43228
43229 \begin_layout Plain Layout
43230
43231 }
43232 \end_layout
43233
43234 \end_inset
43235
43236  BrickRed
43237 \end_layout
43238
43239 \end_inset
43240 </cell>
43241 <cell alignment="left" valignment="top" usebox="none">
43242 \begin_inset Text
43243
43244 \begin_layout Plain Layout
43245 \begin_inset ERT
43246 status collapsed
43247
43248 \begin_layout Plain Layout
43249
43250
43251 \backslash
43252 fcolorbox{black}{
43253 \end_layout
43254
43255 \end_inset
43256
43257 Brown
43258 \begin_inset ERT
43259 status collapsed
43260
43261 \begin_layout Plain Layout
43262
43263 }{
43264 \end_layout
43265
43266 \end_inset
43267
43268
43269 \begin_inset Phantom Phantom
43270 status open
43271
43272 \begin_layout Plain Layout
43273 W
43274 \end_layout
43275
43276 \end_inset
43277
43278
43279 \begin_inset ERT
43280 status collapsed
43281
43282 \begin_layout Plain Layout
43283
43284 }
43285 \end_layout
43286
43287 \end_inset
43288
43289  Brown
43290 \end_layout
43291
43292 \end_inset
43293 </cell>
43294 <cell alignment="left" valignment="top" usebox="none">
43295 \begin_inset Text
43296
43297 \begin_layout Plain Layout
43298 \begin_inset ERT
43299 status collapsed
43300
43301 \begin_layout Plain Layout
43302
43303
43304 \backslash
43305 fcolorbox{black}{
43306 \end_layout
43307
43308 \end_inset
43309
43310 BurntOrange
43311 \begin_inset ERT
43312 status collapsed
43313
43314 \begin_layout Plain Layout
43315
43316 }{
43317 \end_layout
43318
43319 \end_inset
43320
43321
43322 \begin_inset Phantom Phantom
43323 status open
43324
43325 \begin_layout Plain Layout
43326 W
43327 \end_layout
43328
43329 \end_inset
43330
43331
43332 \begin_inset ERT
43333 status collapsed
43334
43335 \begin_layout Plain Layout
43336
43337 }
43338 \end_layout
43339
43340 \end_inset
43341
43342  BurntOrange
43343 \end_layout
43344
43345 \end_inset
43346 </cell>
43347 </row>
43348 <row>
43349 <cell alignment="left" valignment="top" usebox="none">
43350 \begin_inset Text
43351
43352 \begin_layout Plain Layout
43353 \begin_inset ERT
43354 status collapsed
43355
43356 \begin_layout Plain Layout
43357
43358
43359 \backslash
43360 fcolorbox{black}{
43361 \end_layout
43362
43363 \end_inset
43364
43365 CadetBlue
43366 \begin_inset ERT
43367 status collapsed
43368
43369 \begin_layout Plain Layout
43370
43371 }{
43372 \end_layout
43373
43374 \end_inset
43375
43376
43377 \begin_inset Phantom Phantom
43378 status open
43379
43380 \begin_layout Plain Layout
43381 W
43382 \end_layout
43383
43384 \end_inset
43385
43386
43387 \begin_inset ERT
43388 status collapsed
43389
43390 \begin_layout Plain Layout
43391
43392 }
43393 \end_layout
43394
43395 \end_inset
43396
43397  CadetBlue
43398 \end_layout
43399
43400 \end_inset
43401 </cell>
43402 <cell alignment="left" valignment="top" usebox="none">
43403 \begin_inset Text
43404
43405 \begin_layout Plain Layout
43406 \begin_inset ERT
43407 status collapsed
43408
43409 \begin_layout Plain Layout
43410
43411
43412 \backslash
43413 fcolorbox{black}{
43414 \end_layout
43415
43416 \end_inset
43417
43418 CarnationPink
43419 \begin_inset ERT
43420 status collapsed
43421
43422 \begin_layout Plain Layout
43423
43424 }{
43425 \end_layout
43426
43427 \end_inset
43428
43429
43430 \begin_inset Phantom Phantom
43431 status open
43432
43433 \begin_layout Plain Layout
43434 W
43435 \end_layout
43436
43437 \end_inset
43438
43439
43440 \begin_inset ERT
43441 status collapsed
43442
43443 \begin_layout Plain Layout
43444
43445 }
43446 \end_layout
43447
43448 \end_inset
43449
43450  CarnationPink
43451 \end_layout
43452
43453 \end_inset
43454 </cell>
43455 <cell alignment="left" valignment="top" usebox="none">
43456 \begin_inset Text
43457
43458 \begin_layout Plain Layout
43459 \begin_inset ERT
43460 status collapsed
43461
43462 \begin_layout Plain Layout
43463
43464
43465 \backslash
43466 fcolorbox{black}{
43467 \end_layout
43468
43469 \end_inset
43470
43471 Cerulean
43472 \begin_inset ERT
43473 status collapsed
43474
43475 \begin_layout Plain Layout
43476
43477 }{
43478 \end_layout
43479
43480 \end_inset
43481
43482
43483 \begin_inset Phantom Phantom
43484 status open
43485
43486 \begin_layout Plain Layout
43487 W
43488 \end_layout
43489
43490 \end_inset
43491
43492
43493 \begin_inset ERT
43494 status collapsed
43495
43496 \begin_layout Plain Layout
43497
43498 }
43499 \end_layout
43500
43501 \end_inset
43502
43503  Cerulean
43504 \end_layout
43505
43506 \end_inset
43507 </cell>
43508 <cell alignment="left" valignment="top" usebox="none">
43509 \begin_inset Text
43510
43511 \begin_layout Plain Layout
43512 \begin_inset ERT
43513 status collapsed
43514
43515 \begin_layout Plain Layout
43516
43517
43518 \backslash
43519 fcolorbox{black}{
43520 \end_layout
43521
43522 \end_inset
43523
43524 CornflowerBlue
43525 \begin_inset ERT
43526 status collapsed
43527
43528 \begin_layout Plain Layout
43529
43530 }{
43531 \end_layout
43532
43533 \end_inset
43534
43535
43536 \begin_inset Phantom Phantom
43537 status open
43538
43539 \begin_layout Plain Layout
43540 W
43541 \end_layout
43542
43543 \end_inset
43544
43545
43546 \begin_inset ERT
43547 status collapsed
43548
43549 \begin_layout Plain Layout
43550
43551 }
43552 \end_layout
43553
43554 \end_inset
43555
43556  CornflowerBlue
43557 \end_layout
43558
43559 \end_inset
43560 </cell>
43561 </row>
43562 <row>
43563 <cell alignment="left" valignment="top" usebox="none">
43564 \begin_inset Text
43565
43566 \begin_layout Plain Layout
43567 \begin_inset ERT
43568 status collapsed
43569
43570 \begin_layout Plain Layout
43571
43572
43573 \backslash
43574 fcolorbox{black}{
43575 \end_layout
43576
43577 \end_inset
43578
43579 Dandelion
43580 \begin_inset ERT
43581 status collapsed
43582
43583 \begin_layout Plain Layout
43584
43585 }{
43586 \end_layout
43587
43588 \end_inset
43589
43590
43591 \begin_inset Phantom Phantom
43592 status open
43593
43594 \begin_layout Plain Layout
43595 W
43596 \end_layout
43597
43598 \end_inset
43599
43600
43601 \begin_inset ERT
43602 status collapsed
43603
43604 \begin_layout Plain Layout
43605
43606 }
43607 \end_layout
43608
43609 \end_inset
43610
43611  Dandelion
43612 \end_layout
43613
43614 \end_inset
43615 </cell>
43616 <cell alignment="left" valignment="top" usebox="none">
43617 \begin_inset Text
43618
43619 \begin_layout Plain Layout
43620 \begin_inset ERT
43621 status collapsed
43622
43623 \begin_layout Plain Layout
43624
43625
43626 \backslash
43627 fcolorbox{black}{
43628 \end_layout
43629
43630 \end_inset
43631
43632 DarkOrchid
43633 \begin_inset ERT
43634 status collapsed
43635
43636 \begin_layout Plain Layout
43637
43638 }{
43639 \end_layout
43640
43641 \end_inset
43642
43643
43644 \begin_inset Phantom Phantom
43645 status open
43646
43647 \begin_layout Plain Layout
43648 W
43649 \end_layout
43650
43651 \end_inset
43652
43653
43654 \begin_inset ERT
43655 status collapsed
43656
43657 \begin_layout Plain Layout
43658
43659 }
43660 \end_layout
43661
43662 \end_inset
43663
43664  DarkOrchid
43665 \end_layout
43666
43667 \end_inset
43668 </cell>
43669 <cell alignment="left" valignment="top" usebox="none">
43670 \begin_inset Text
43671
43672 \begin_layout Plain Layout
43673 \begin_inset ERT
43674 status collapsed
43675
43676 \begin_layout Plain Layout
43677
43678
43679 \backslash
43680 fcolorbox{black}{
43681 \end_layout
43682
43683 \end_inset
43684
43685 Emerald
43686 \begin_inset ERT
43687 status collapsed
43688
43689 \begin_layout Plain Layout
43690
43691 }{
43692 \end_layout
43693
43694 \end_inset
43695
43696
43697 \begin_inset Phantom Phantom
43698 status open
43699
43700 \begin_layout Plain Layout
43701 W
43702 \end_layout
43703
43704 \end_inset
43705
43706
43707 \begin_inset ERT
43708 status collapsed
43709
43710 \begin_layout Plain Layout
43711
43712 }
43713 \end_layout
43714
43715 \end_inset
43716
43717  Emerald
43718 \end_layout
43719
43720 \end_inset
43721 </cell>
43722 <cell alignment="left" valignment="top" usebox="none">
43723 \begin_inset Text
43724
43725 \begin_layout Plain Layout
43726 \begin_inset ERT
43727 status collapsed
43728
43729 \begin_layout Plain Layout
43730
43731
43732 \backslash
43733 fcolorbox{black}{
43734 \end_layout
43735
43736 \end_inset
43737
43738 ForestGreen
43739 \begin_inset ERT
43740 status collapsed
43741
43742 \begin_layout Plain Layout
43743
43744 }{
43745 \end_layout
43746
43747 \end_inset
43748
43749
43750 \begin_inset Phantom Phantom
43751 status open
43752
43753 \begin_layout Plain Layout
43754 W
43755 \end_layout
43756
43757 \end_inset
43758
43759
43760 \begin_inset ERT
43761 status collapsed
43762
43763 \begin_layout Plain Layout
43764
43765 }
43766 \end_layout
43767
43768 \end_inset
43769
43770  ForestGreen
43771 \end_layout
43772
43773 \end_inset
43774 </cell>
43775 </row>
43776 <row>
43777 <cell alignment="left" valignment="top" usebox="none">
43778 \begin_inset Text
43779
43780 \begin_layout Plain Layout
43781 \begin_inset ERT
43782 status collapsed
43783
43784 \begin_layout Plain Layout
43785
43786
43787 \backslash
43788 fcolorbox{black}{
43789 \end_layout
43790
43791 \end_inset
43792
43793 Fuchsia
43794 \begin_inset ERT
43795 status collapsed
43796
43797 \begin_layout Plain Layout
43798
43799 }{
43800 \end_layout
43801
43802 \end_inset
43803
43804
43805 \begin_inset Phantom Phantom
43806 status open
43807
43808 \begin_layout Plain Layout
43809 W
43810 \end_layout
43811
43812 \end_inset
43813
43814
43815 \begin_inset ERT
43816 status collapsed
43817
43818 \begin_layout Plain Layout
43819
43820 }
43821 \end_layout
43822
43823 \end_inset
43824
43825  Fuchsia
43826 \end_layout
43827
43828 \end_inset
43829 </cell>
43830 <cell alignment="left" valignment="top" usebox="none">
43831 \begin_inset Text
43832
43833 \begin_layout Plain Layout
43834 \begin_inset ERT
43835 status collapsed
43836
43837 \begin_layout Plain Layout
43838
43839
43840 \backslash
43841 fcolorbox{black}{
43842 \end_layout
43843
43844 \end_inset
43845
43846 Goldenrod
43847 \begin_inset ERT
43848 status collapsed
43849
43850 \begin_layout Plain Layout
43851
43852 }{
43853 \end_layout
43854
43855 \end_inset
43856
43857
43858 \begin_inset Phantom Phantom
43859 status open
43860
43861 \begin_layout Plain Layout
43862 W
43863 \end_layout
43864
43865 \end_inset
43866
43867
43868 \begin_inset ERT
43869 status collapsed
43870
43871 \begin_layout Plain Layout
43872
43873 }
43874 \end_layout
43875
43876 \end_inset
43877
43878  Goldenrod
43879 \end_layout
43880
43881 \end_inset
43882 </cell>
43883 <cell alignment="left" valignment="top" usebox="none">
43884 \begin_inset Text
43885
43886 \begin_layout Plain Layout
43887 \begin_inset ERT
43888 status collapsed
43889
43890 \begin_layout Plain Layout
43891
43892
43893 \backslash
43894 fcolorbox{black}{
43895 \end_layout
43896
43897 \end_inset
43898
43899 Gray
43900 \begin_inset ERT
43901 status collapsed
43902
43903 \begin_layout Plain Layout
43904
43905 }{
43906 \end_layout
43907
43908 \end_inset
43909
43910
43911 \begin_inset Phantom Phantom
43912 status open
43913
43914 \begin_layout Plain Layout
43915 W
43916 \end_layout
43917
43918 \end_inset
43919
43920
43921 \begin_inset ERT
43922 status collapsed
43923
43924 \begin_layout Plain Layout
43925
43926 }
43927 \end_layout
43928
43929 \end_inset
43930
43931  Gray
43932 \end_layout
43933
43934 \end_inset
43935 </cell>
43936 <cell alignment="left" valignment="top" usebox="none">
43937 \begin_inset Text
43938
43939 \begin_layout Plain Layout
43940 \begin_inset ERT
43941 status collapsed
43942
43943 \begin_layout Plain Layout
43944
43945
43946 \backslash
43947 fcolorbox{black}{
43948 \end_layout
43949
43950 \end_inset
43951
43952 GreenYellow
43953 \begin_inset ERT
43954 status collapsed
43955
43956 \begin_layout Plain Layout
43957
43958 }{
43959 \end_layout
43960
43961 \end_inset
43962
43963
43964 \begin_inset Phantom Phantom
43965 status open
43966
43967 \begin_layout Plain Layout
43968 W
43969 \end_layout
43970
43971 \end_inset
43972
43973
43974 \begin_inset ERT
43975 status collapsed
43976
43977 \begin_layout Plain Layout
43978
43979 }
43980 \end_layout
43981
43982 \end_inset
43983
43984  GreenYellow
43985 \end_layout
43986
43987 \end_inset
43988 </cell>
43989 </row>
43990 <row>
43991 <cell alignment="center" valignment="top" usebox="none">
43992 \begin_inset Text
43993
43994 \begin_layout Plain Layout
43995 \begin_inset ERT
43996 status collapsed
43997
43998 \begin_layout Plain Layout
43999
44000
44001 \backslash
44002 fcolorbox{black}{
44003 \end_layout
44004
44005 \end_inset
44006
44007 JungleGreen
44008 \begin_inset ERT
44009 status collapsed
44010
44011 \begin_layout Plain Layout
44012
44013 }{
44014 \end_layout
44015
44016 \end_inset
44017
44018
44019 \begin_inset Phantom Phantom
44020 status open
44021
44022 \begin_layout Plain Layout
44023 W
44024 \end_layout
44025
44026 \end_inset
44027
44028
44029 \begin_inset ERT
44030 status collapsed
44031
44032 \begin_layout Plain Layout
44033
44034 }
44035 \end_layout
44036
44037 \end_inset
44038
44039  JungleGreen
44040 \end_layout
44041
44042 \end_inset
44043 </cell>
44044 <cell alignment="center" valignment="top" usebox="none">
44045 \begin_inset Text
44046
44047 \begin_layout Plain Layout
44048 \begin_inset ERT
44049 status collapsed
44050
44051 \begin_layout Plain Layout
44052
44053
44054 \backslash
44055 fcolorbox{black}{
44056 \end_layout
44057
44058 \end_inset
44059
44060 Lavender
44061 \begin_inset ERT
44062 status collapsed
44063
44064 \begin_layout Plain Layout
44065
44066 }{
44067 \end_layout
44068
44069 \end_inset
44070
44071
44072 \begin_inset Phantom Phantom
44073 status open
44074
44075 \begin_layout Plain Layout
44076 W
44077 \end_layout
44078
44079 \end_inset
44080
44081
44082 \begin_inset ERT
44083 status collapsed
44084
44085 \begin_layout Plain Layout
44086
44087 }
44088 \end_layout
44089
44090 \end_inset
44091
44092  Lavender
44093 \end_layout
44094
44095 \end_inset
44096 </cell>
44097 <cell alignment="center" valignment="top" usebox="none">
44098 \begin_inset Text
44099
44100 \begin_layout Plain Layout
44101 \begin_inset ERT
44102 status collapsed
44103
44104 \begin_layout Plain Layout
44105
44106
44107 \backslash
44108 fcolorbox{black}{
44109 \end_layout
44110
44111 \end_inset
44112
44113 LimeGreen
44114 \begin_inset ERT
44115 status collapsed
44116
44117 \begin_layout Plain Layout
44118
44119 }{
44120 \end_layout
44121
44122 \end_inset
44123
44124
44125 \begin_inset Phantom Phantom
44126 status open
44127
44128 \begin_layout Plain Layout
44129 W
44130 \end_layout
44131
44132 \end_inset
44133
44134
44135 \begin_inset ERT
44136 status collapsed
44137
44138 \begin_layout Plain Layout
44139
44140 }
44141 \end_layout
44142
44143 \end_inset
44144
44145  LimeGreen
44146 \end_layout
44147
44148 \end_inset
44149 </cell>
44150 <cell alignment="center" valignment="top" usebox="none">
44151 \begin_inset Text
44152
44153 \begin_layout Plain Layout
44154 \begin_inset ERT
44155 status collapsed
44156
44157 \begin_layout Plain Layout
44158
44159
44160 \backslash
44161 fcolorbox{black}{
44162 \end_layout
44163
44164 \end_inset
44165
44166 Mahogany
44167 \begin_inset ERT
44168 status collapsed
44169
44170 \begin_layout Plain Layout
44171
44172 }{
44173 \end_layout
44174
44175 \end_inset
44176
44177
44178 \begin_inset Phantom Phantom
44179 status open
44180
44181 \begin_layout Plain Layout
44182 W
44183 \end_layout
44184
44185 \end_inset
44186
44187
44188 \begin_inset ERT
44189 status collapsed
44190
44191 \begin_layout Plain Layout
44192
44193 }
44194 \end_layout
44195
44196 \end_inset
44197
44198  Mahogany
44199 \end_layout
44200
44201 \end_inset
44202 </cell>
44203 </row>
44204 <row>
44205 <cell alignment="left" valignment="top" usebox="none">
44206 \begin_inset Text
44207
44208 \begin_layout Plain Layout
44209 \begin_inset ERT
44210 status collapsed
44211
44212 \begin_layout Plain Layout
44213
44214
44215 \backslash
44216 fcolorbox{black}{
44217 \end_layout
44218
44219 \end_inset
44220
44221 Mahogany
44222 \begin_inset ERT
44223 status collapsed
44224
44225 \begin_layout Plain Layout
44226
44227 }{
44228 \end_layout
44229
44230 \end_inset
44231
44232
44233 \begin_inset Phantom Phantom
44234 status open
44235
44236 \begin_layout Plain Layout
44237 W
44238 \end_layout
44239
44240 \end_inset
44241
44242
44243 \begin_inset ERT
44244 status collapsed
44245
44246 \begin_layout Plain Layout
44247
44248 }
44249 \end_layout
44250
44251 \end_inset
44252
44253  Mahogany
44254 \end_layout
44255
44256 \end_inset
44257 </cell>
44258 <cell alignment="left" valignment="top" usebox="none">
44259 \begin_inset Text
44260
44261 \begin_layout Plain Layout
44262 \begin_inset ERT
44263 status collapsed
44264
44265 \begin_layout Plain Layout
44266
44267
44268 \backslash
44269 fcolorbox{black}{
44270 \end_layout
44271
44272 \end_inset
44273
44274 Maroon
44275 \begin_inset ERT
44276 status collapsed
44277
44278 \begin_layout Plain Layout
44279
44280 }{
44281 \end_layout
44282
44283 \end_inset
44284
44285
44286 \begin_inset Phantom Phantom
44287 status open
44288
44289 \begin_layout Plain Layout
44290 W
44291 \end_layout
44292
44293 \end_inset
44294
44295
44296 \begin_inset ERT
44297 status collapsed
44298
44299 \begin_layout Plain Layout
44300
44301 }
44302 \end_layout
44303
44304 \end_inset
44305
44306  Maroon
44307 \end_layout
44308
44309 \end_inset
44310 </cell>
44311 <cell alignment="left" valignment="top" usebox="none">
44312 \begin_inset Text
44313
44314 \begin_layout Plain Layout
44315 \begin_inset ERT
44316 status collapsed
44317
44318 \begin_layout Plain Layout
44319
44320
44321 \backslash
44322 fcolorbox{black}{
44323 \end_layout
44324
44325 \end_inset
44326
44327 Melon
44328 \begin_inset ERT
44329 status collapsed
44330
44331 \begin_layout Plain Layout
44332
44333 }{
44334 \end_layout
44335
44336 \end_inset
44337
44338
44339 \begin_inset Phantom Phantom
44340 status open
44341
44342 \begin_layout Plain Layout
44343 W
44344 \end_layout
44345
44346 \end_inset
44347
44348
44349 \begin_inset ERT
44350 status collapsed
44351
44352 \begin_layout Plain Layout
44353
44354 }
44355 \end_layout
44356
44357 \end_inset
44358
44359  Melon
44360 \end_layout
44361
44362 \end_inset
44363 </cell>
44364 <cell alignment="left" valignment="top" usebox="none">
44365 \begin_inset Text
44366
44367 \begin_layout Plain Layout
44368 \begin_inset ERT
44369 status collapsed
44370
44371 \begin_layout Plain Layout
44372
44373
44374 \backslash
44375 fcolorbox{black}{
44376 \end_layout
44377
44378 \end_inset
44379
44380 MidnightBlue
44381 \begin_inset ERT
44382 status collapsed
44383
44384 \begin_layout Plain Layout
44385
44386 }{
44387 \end_layout
44388
44389 \end_inset
44390
44391
44392 \begin_inset Phantom Phantom
44393 status open
44394
44395 \begin_layout Plain Layout
44396 W
44397 \end_layout
44398
44399 \end_inset
44400
44401
44402 \begin_inset ERT
44403 status collapsed
44404
44405 \begin_layout Plain Layout
44406
44407 }
44408 \end_layout
44409
44410 \end_inset
44411
44412  MidnightBlue
44413 \end_layout
44414
44415 \end_inset
44416 </cell>
44417 </row>
44418 <row>
44419 <cell alignment="left" valignment="top" usebox="none">
44420 \begin_inset Text
44421
44422 \begin_layout Plain Layout
44423 \begin_inset ERT
44424 status collapsed
44425
44426 \begin_layout Plain Layout
44427
44428
44429 \backslash
44430 fcolorbox{black}{
44431 \end_layout
44432
44433 \end_inset
44434
44435 Mulberry
44436 \begin_inset ERT
44437 status collapsed
44438
44439 \begin_layout Plain Layout
44440
44441 }{
44442 \end_layout
44443
44444 \end_inset
44445
44446
44447 \begin_inset Phantom Phantom
44448 status open
44449
44450 \begin_layout Plain Layout
44451 W
44452 \end_layout
44453
44454 \end_inset
44455
44456
44457 \begin_inset ERT
44458 status collapsed
44459
44460 \begin_layout Plain Layout
44461
44462 }
44463 \end_layout
44464
44465 \end_inset
44466
44467  Mulberry
44468 \end_layout
44469
44470 \end_inset
44471 </cell>
44472 <cell alignment="left" valignment="top" usebox="none">
44473 \begin_inset Text
44474
44475 \begin_layout Plain Layout
44476 \begin_inset ERT
44477 status collapsed
44478
44479 \begin_layout Plain Layout
44480
44481
44482 \backslash
44483 fcolorbox{black}{
44484 \end_layout
44485
44486 \end_inset
44487
44488 NavyBlue
44489 \begin_inset ERT
44490 status collapsed
44491
44492 \begin_layout Plain Layout
44493
44494 }{
44495 \end_layout
44496
44497 \end_inset
44498
44499
44500 \begin_inset Phantom Phantom
44501 status open
44502
44503 \begin_layout Plain Layout
44504 W
44505 \end_layout
44506
44507 \end_inset
44508
44509
44510 \begin_inset ERT
44511 status collapsed
44512
44513 \begin_layout Plain Layout
44514
44515 }
44516 \end_layout
44517
44518 \end_inset
44519
44520  NavyBlue
44521 \end_layout
44522
44523 \end_inset
44524 </cell>
44525 <cell alignment="left" valignment="top" usebox="none">
44526 \begin_inset Text
44527
44528 \begin_layout Plain Layout
44529 \begin_inset ERT
44530 status collapsed
44531
44532 \begin_layout Plain Layout
44533
44534
44535 \backslash
44536 fcolorbox{black}{
44537 \end_layout
44538
44539 \end_inset
44540
44541 OliveGreen
44542 \begin_inset ERT
44543 status collapsed
44544
44545 \begin_layout Plain Layout
44546
44547 }{
44548 \end_layout
44549
44550 \end_inset
44551
44552
44553 \begin_inset Phantom Phantom
44554 status open
44555
44556 \begin_layout Plain Layout
44557 W
44558 \end_layout
44559
44560 \end_inset
44561
44562
44563 \begin_inset ERT
44564 status collapsed
44565
44566 \begin_layout Plain Layout
44567
44568 }
44569 \end_layout
44570
44571 \end_inset
44572
44573  OliveGreen
44574 \end_layout
44575
44576 \end_inset
44577 </cell>
44578 <cell alignment="left" valignment="top" usebox="none">
44579 \begin_inset Text
44580
44581 \begin_layout Plain Layout
44582 \begin_inset ERT
44583 status collapsed
44584
44585 \begin_layout Plain Layout
44586
44587
44588 \backslash
44589 fcolorbox{black}{
44590 \end_layout
44591
44592 \end_inset
44593
44594 Orange
44595 \begin_inset ERT
44596 status collapsed
44597
44598 \begin_layout Plain Layout
44599
44600 }{
44601 \end_layout
44602
44603 \end_inset
44604
44605
44606 \begin_inset Phantom Phantom
44607 status open
44608
44609 \begin_layout Plain Layout
44610 W
44611 \end_layout
44612
44613 \end_inset
44614
44615
44616 \begin_inset ERT
44617 status collapsed
44618
44619 \begin_layout Plain Layout
44620
44621 }
44622 \end_layout
44623
44624 \end_inset
44625
44626  Orange
44627 \end_layout
44628
44629 \end_inset
44630 </cell>
44631 </row>
44632 <row>
44633 <cell alignment="left" valignment="top" usebox="none">
44634 \begin_inset Text
44635
44636 \begin_layout Plain Layout
44637 \begin_inset ERT
44638 status collapsed
44639
44640 \begin_layout Plain Layout
44641
44642
44643 \backslash
44644 fcolorbox{black}{
44645 \end_layout
44646
44647 \end_inset
44648
44649 OrangeRed
44650 \begin_inset ERT
44651 status collapsed
44652
44653 \begin_layout Plain Layout
44654
44655 }{
44656 \end_layout
44657
44658 \end_inset
44659
44660
44661 \begin_inset Phantom Phantom
44662 status open
44663
44664 \begin_layout Plain Layout
44665 W
44666 \end_layout
44667
44668 \end_inset
44669
44670
44671 \begin_inset ERT
44672 status collapsed
44673
44674 \begin_layout Plain Layout
44675
44676 }
44677 \end_layout
44678
44679 \end_inset
44680
44681  OrangeRed
44682 \end_layout
44683
44684 \end_inset
44685 </cell>
44686 <cell alignment="left" valignment="top" usebox="none">
44687 \begin_inset Text
44688
44689 \begin_layout Plain Layout
44690 \begin_inset ERT
44691 status collapsed
44692
44693 \begin_layout Plain Layout
44694
44695
44696 \backslash
44697 fcolorbox{black}{
44698 \end_layout
44699
44700 \end_inset
44701
44702 Orchid
44703 \begin_inset ERT
44704 status collapsed
44705
44706 \begin_layout Plain Layout
44707
44708 }{
44709 \end_layout
44710
44711 \end_inset
44712
44713
44714 \begin_inset Phantom Phantom
44715 status open
44716
44717 \begin_layout Plain Layout
44718 W
44719 \end_layout
44720
44721 \end_inset
44722
44723
44724 \begin_inset ERT
44725 status collapsed
44726
44727 \begin_layout Plain Layout
44728
44729 }
44730 \end_layout
44731
44732 \end_inset
44733
44734  Orchid
44735 \end_layout
44736
44737 \end_inset
44738 </cell>
44739 <cell alignment="left" valignment="top" usebox="none">
44740 \begin_inset Text
44741
44742 \begin_layout Plain Layout
44743 \begin_inset ERT
44744 status collapsed
44745
44746 \begin_layout Plain Layout
44747
44748
44749 \backslash
44750 fcolorbox{black}{
44751 \end_layout
44752
44753 \end_inset
44754
44755 Peach
44756 \begin_inset ERT
44757 status collapsed
44758
44759 \begin_layout Plain Layout
44760
44761 }{
44762 \end_layout
44763
44764 \end_inset
44765
44766
44767 \begin_inset Phantom Phantom
44768 status open
44769
44770 \begin_layout Plain Layout
44771 W
44772 \end_layout
44773
44774 \end_inset
44775
44776
44777 \begin_inset ERT
44778 status collapsed
44779
44780 \begin_layout Plain Layout
44781
44782 }
44783 \end_layout
44784
44785 \end_inset
44786
44787  Peach
44788 \end_layout
44789
44790 \end_inset
44791 </cell>
44792 <cell alignment="left" valignment="top" usebox="none">
44793 \begin_inset Text
44794
44795 \begin_layout Plain Layout
44796 \begin_inset ERT
44797 status collapsed
44798
44799 \begin_layout Plain Layout
44800
44801
44802 \backslash
44803 fcolorbox{black}{
44804 \end_layout
44805
44806 \end_inset
44807
44808 Periwinkle
44809 \begin_inset ERT
44810 status collapsed
44811
44812 \begin_layout Plain Layout
44813
44814 }{
44815 \end_layout
44816
44817 \end_inset
44818
44819
44820 \begin_inset Phantom Phantom
44821 status open
44822
44823 \begin_layout Plain Layout
44824 W
44825 \end_layout
44826
44827 \end_inset
44828
44829
44830 \begin_inset ERT
44831 status collapsed
44832
44833 \begin_layout Plain Layout
44834
44835 }
44836 \end_layout
44837
44838 \end_inset
44839
44840  Periwinkle
44841 \end_layout
44842
44843 \end_inset
44844 </cell>
44845 </row>
44846 <row>
44847 <cell alignment="left" valignment="top" usebox="none">
44848 \begin_inset Text
44849
44850 \begin_layout Plain Layout
44851 \begin_inset ERT
44852 status collapsed
44853
44854 \begin_layout Plain Layout
44855
44856
44857 \backslash
44858 fcolorbox{black}{
44859 \end_layout
44860
44861 \end_inset
44862
44863 PineGreen
44864 \begin_inset ERT
44865 status collapsed
44866
44867 \begin_layout Plain Layout
44868
44869 }{
44870 \end_layout
44871
44872 \end_inset
44873
44874
44875 \begin_inset Phantom Phantom
44876 status open
44877
44878 \begin_layout Plain Layout
44879 W
44880 \end_layout
44881
44882 \end_inset
44883
44884
44885 \begin_inset ERT
44886 status collapsed
44887
44888 \begin_layout Plain Layout
44889
44890 }
44891 \end_layout
44892
44893 \end_inset
44894
44895  PineGreen
44896 \end_layout
44897
44898 \end_inset
44899 </cell>
44900 <cell alignment="left" valignment="top" usebox="none">
44901 \begin_inset Text
44902
44903 \begin_layout Plain Layout
44904 \begin_inset ERT
44905 status collapsed
44906
44907 \begin_layout Plain Layout
44908
44909
44910 \backslash
44911 fcolorbox{black}{
44912 \end_layout
44913
44914 \end_inset
44915
44916 Plum
44917 \begin_inset ERT
44918 status collapsed
44919
44920 \begin_layout Plain Layout
44921
44922 }{
44923 \end_layout
44924
44925 \end_inset
44926
44927
44928 \begin_inset Phantom Phantom
44929 status open
44930
44931 \begin_layout Plain Layout
44932 W
44933 \end_layout
44934
44935 \end_inset
44936
44937
44938 \begin_inset ERT
44939 status collapsed
44940
44941 \begin_layout Plain Layout
44942
44943 }
44944 \end_layout
44945
44946 \end_inset
44947
44948  Plum
44949 \end_layout
44950
44951 \end_inset
44952 </cell>
44953 <cell alignment="left" valignment="top" usebox="none">
44954 \begin_inset Text
44955
44956 \begin_layout Plain Layout
44957 \begin_inset ERT
44958 status collapsed
44959
44960 \begin_layout Plain Layout
44961
44962
44963 \backslash
44964 fcolorbox{black}{
44965 \end_layout
44966
44967 \end_inset
44968
44969 ProcessBlue
44970 \begin_inset ERT
44971 status collapsed
44972
44973 \begin_layout Plain Layout
44974
44975 }{
44976 \end_layout
44977
44978 \end_inset
44979
44980
44981 \begin_inset Phantom Phantom
44982 status open
44983
44984 \begin_layout Plain Layout
44985 W
44986 \end_layout
44987
44988 \end_inset
44989
44990
44991 \begin_inset ERT
44992 status collapsed
44993
44994 \begin_layout Plain Layout
44995
44996 }
44997 \end_layout
44998
44999 \end_inset
45000
45001  ProcessBlue
45002 \end_layout
45003
45004 \end_inset
45005 </cell>
45006 <cell alignment="left" valignment="top" usebox="none">
45007 \begin_inset Text
45008
45009 \begin_layout Plain Layout
45010 \begin_inset ERT
45011 status collapsed
45012
45013 \begin_layout Plain Layout
45014
45015
45016 \backslash
45017 fcolorbox{black}{
45018 \end_layout
45019
45020 \end_inset
45021
45022 Purple
45023 \begin_inset ERT
45024 status collapsed
45025
45026 \begin_layout Plain Layout
45027
45028 }{
45029 \end_layout
45030
45031 \end_inset
45032
45033
45034 \begin_inset Phantom Phantom
45035 status open
45036
45037 \begin_layout Plain Layout
45038 W
45039 \end_layout
45040
45041 \end_inset
45042
45043
45044 \begin_inset ERT
45045 status collapsed
45046
45047 \begin_layout Plain Layout
45048
45049 }
45050 \end_layout
45051
45052 \end_inset
45053
45054  Purple
45055 \end_layout
45056
45057 \end_inset
45058 </cell>
45059 </row>
45060 <row>
45061 <cell alignment="left" valignment="top" usebox="none">
45062 \begin_inset Text
45063
45064 \begin_layout Plain Layout
45065 \begin_inset ERT
45066 status collapsed
45067
45068 \begin_layout Plain Layout
45069
45070
45071 \backslash
45072 fcolorbox{black}{
45073 \end_layout
45074
45075 \end_inset
45076
45077 RawSienna
45078 \begin_inset ERT
45079 status collapsed
45080
45081 \begin_layout Plain Layout
45082
45083 }{
45084 \end_layout
45085
45086 \end_inset
45087
45088
45089 \begin_inset Phantom Phantom
45090 status open
45091
45092 \begin_layout Plain Layout
45093 W
45094 \end_layout
45095
45096 \end_inset
45097
45098
45099 \begin_inset ERT
45100 status collapsed
45101
45102 \begin_layout Plain Layout
45103
45104 }
45105 \end_layout
45106
45107 \end_inset
45108
45109  RawSienna
45110 \end_layout
45111
45112 \end_inset
45113 </cell>
45114 <cell alignment="left" valignment="top" usebox="none">
45115 \begin_inset Text
45116
45117 \begin_layout Plain Layout
45118 \begin_inset ERT
45119 status collapsed
45120
45121 \begin_layout Plain Layout
45122
45123
45124 \backslash
45125 fcolorbox{black}{
45126 \end_layout
45127
45128 \end_inset
45129
45130 RedOrange
45131 \begin_inset ERT
45132 status collapsed
45133
45134 \begin_layout Plain Layout
45135
45136 }{
45137 \end_layout
45138
45139 \end_inset
45140
45141
45142 \begin_inset Phantom Phantom
45143 status open
45144
45145 \begin_layout Plain Layout
45146 W
45147 \end_layout
45148
45149 \end_inset
45150
45151
45152 \begin_inset ERT
45153 status collapsed
45154
45155 \begin_layout Plain Layout
45156
45157 }
45158 \end_layout
45159
45160 \end_inset
45161
45162  RedOrange
45163 \end_layout
45164
45165 \end_inset
45166 </cell>
45167 <cell alignment="left" valignment="top" usebox="none">
45168 \begin_inset Text
45169
45170 \begin_layout Plain Layout
45171 \begin_inset ERT
45172 status collapsed
45173
45174 \begin_layout Plain Layout
45175
45176
45177 \backslash
45178 fcolorbox{black}{
45179 \end_layout
45180
45181 \end_inset
45182
45183 RedViolet
45184 \begin_inset ERT
45185 status collapsed
45186
45187 \begin_layout Plain Layout
45188
45189 }{
45190 \end_layout
45191
45192 \end_inset
45193
45194
45195 \begin_inset Phantom Phantom
45196 status open
45197
45198 \begin_layout Plain Layout
45199 W
45200 \end_layout
45201
45202 \end_inset
45203
45204
45205 \begin_inset ERT
45206 status collapsed
45207
45208 \begin_layout Plain Layout
45209
45210 }
45211 \end_layout
45212
45213 \end_inset
45214
45215  RedViolet
45216 \end_layout
45217
45218 \end_inset
45219 </cell>
45220 <cell alignment="left" valignment="top" usebox="none">
45221 \begin_inset Text
45222
45223 \begin_layout Plain Layout
45224 \begin_inset ERT
45225 status collapsed
45226
45227 \begin_layout Plain Layout
45228
45229
45230 \backslash
45231 fcolorbox{black}{
45232 \end_layout
45233
45234 \end_inset
45235
45236 Rhodamine
45237 \begin_inset ERT
45238 status collapsed
45239
45240 \begin_layout Plain Layout
45241
45242 }{
45243 \end_layout
45244
45245 \end_inset
45246
45247
45248 \begin_inset Phantom Phantom
45249 status open
45250
45251 \begin_layout Plain Layout
45252 W
45253 \end_layout
45254
45255 \end_inset
45256
45257
45258 \begin_inset ERT
45259 status collapsed
45260
45261 \begin_layout Plain Layout
45262
45263 }
45264 \end_layout
45265
45266 \end_inset
45267
45268  Rhodamine
45269 \end_layout
45270
45271 \end_inset
45272 </cell>
45273 </row>
45274 <row>
45275 <cell alignment="left" valignment="top" usebox="none">
45276 \begin_inset Text
45277
45278 \begin_layout Plain Layout
45279 \begin_inset ERT
45280 status collapsed
45281
45282 \begin_layout Plain Layout
45283
45284
45285 \backslash
45286 fcolorbox{black}{
45287 \end_layout
45288
45289 \end_inset
45290
45291 RoyalBlue
45292 \begin_inset ERT
45293 status collapsed
45294
45295 \begin_layout Plain Layout
45296
45297 }{
45298 \end_layout
45299
45300 \end_inset
45301
45302
45303 \begin_inset Phantom Phantom
45304 status open
45305
45306 \begin_layout Plain Layout
45307 W
45308 \end_layout
45309
45310 \end_inset
45311
45312
45313 \begin_inset ERT
45314 status collapsed
45315
45316 \begin_layout Plain Layout
45317
45318 }
45319 \end_layout
45320
45321 \end_inset
45322
45323  RoyalBlue
45324 \end_layout
45325
45326 \end_inset
45327 </cell>
45328 <cell alignment="left" valignment="top" usebox="none">
45329 \begin_inset Text
45330
45331 \begin_layout Plain Layout
45332 \begin_inset ERT
45333 status collapsed
45334
45335 \begin_layout Plain Layout
45336
45337
45338 \backslash
45339 fcolorbox{black}{
45340 \end_layout
45341
45342 \end_inset
45343
45344 RoyalPurple
45345 \begin_inset ERT
45346 status collapsed
45347
45348 \begin_layout Plain Layout
45349
45350 }{
45351 \end_layout
45352
45353 \end_inset
45354
45355
45356 \begin_inset Phantom Phantom
45357 status open
45358
45359 \begin_layout Plain Layout
45360 W
45361 \end_layout
45362
45363 \end_inset
45364
45365
45366 \begin_inset ERT
45367 status collapsed
45368
45369 \begin_layout Plain Layout
45370
45371 }
45372 \end_layout
45373
45374 \end_inset
45375
45376  RoyalPurple
45377 \end_layout
45378
45379 \end_inset
45380 </cell>
45381 <cell alignment="left" valignment="top" usebox="none">
45382 \begin_inset Text
45383
45384 \begin_layout Plain Layout
45385 \begin_inset ERT
45386 status collapsed
45387
45388 \begin_layout Plain Layout
45389
45390
45391 \backslash
45392 fcolorbox{black}{
45393 \end_layout
45394
45395 \end_inset
45396
45397 RubineRed
45398 \begin_inset ERT
45399 status collapsed
45400
45401 \begin_layout Plain Layout
45402
45403 }{
45404 \end_layout
45405
45406 \end_inset
45407
45408
45409 \begin_inset Phantom Phantom
45410 status open
45411
45412 \begin_layout Plain Layout
45413 W
45414 \end_layout
45415
45416 \end_inset
45417
45418
45419 \begin_inset ERT
45420 status collapsed
45421
45422 \begin_layout Plain Layout
45423
45424 }
45425 \end_layout
45426
45427 \end_inset
45428
45429  RubineRed
45430 \end_layout
45431
45432 \end_inset
45433 </cell>
45434 <cell alignment="left" valignment="top" usebox="none">
45435 \begin_inset Text
45436
45437 \begin_layout Plain Layout
45438 \begin_inset ERT
45439 status collapsed
45440
45441 \begin_layout Plain Layout
45442
45443
45444 \backslash
45445 fcolorbox{black}{
45446 \end_layout
45447
45448 \end_inset
45449
45450 Salmon
45451 \begin_inset ERT
45452 status collapsed
45453
45454 \begin_layout Plain Layout
45455
45456 }{
45457 \end_layout
45458
45459 \end_inset
45460
45461
45462 \begin_inset Phantom Phantom
45463 status open
45464
45465 \begin_layout Plain Layout
45466 W
45467 \end_layout
45468
45469 \end_inset
45470
45471
45472 \begin_inset ERT
45473 status collapsed
45474
45475 \begin_layout Plain Layout
45476
45477 }
45478 \end_layout
45479
45480 \end_inset
45481
45482  Salmon
45483 \end_layout
45484
45485 \end_inset
45486 </cell>
45487 </row>
45488 <row>
45489 <cell alignment="left" valignment="top" usebox="none">
45490 \begin_inset Text
45491
45492 \begin_layout Plain Layout
45493 \begin_inset ERT
45494 status collapsed
45495
45496 \begin_layout Plain Layout
45497
45498
45499 \backslash
45500 fcolorbox{black}{
45501 \end_layout
45502
45503 \end_inset
45504
45505 SeaGreen
45506 \begin_inset ERT
45507 status collapsed
45508
45509 \begin_layout Plain Layout
45510
45511 }{
45512 \end_layout
45513
45514 \end_inset
45515
45516
45517 \begin_inset Phantom Phantom
45518 status open
45519
45520 \begin_layout Plain Layout
45521 W
45522 \end_layout
45523
45524 \end_inset
45525
45526
45527 \begin_inset ERT
45528 status collapsed
45529
45530 \begin_layout Plain Layout
45531
45532 }
45533 \end_layout
45534
45535 \end_inset
45536
45537  SeaGreen
45538 \end_layout
45539
45540 \end_inset
45541 </cell>
45542 <cell alignment="left" valignment="top" usebox="none">
45543 \begin_inset Text
45544
45545 \begin_layout Plain Layout
45546 \begin_inset ERT
45547 status collapsed
45548
45549 \begin_layout Plain Layout
45550
45551
45552 \backslash
45553 fcolorbox{black}{
45554 \end_layout
45555
45556 \end_inset
45557
45558 Sepia
45559 \begin_inset ERT
45560 status collapsed
45561
45562 \begin_layout Plain Layout
45563
45564 }{
45565 \end_layout
45566
45567 \end_inset
45568
45569
45570 \begin_inset Phantom Phantom
45571 status open
45572
45573 \begin_layout Plain Layout
45574 W
45575 \end_layout
45576
45577 \end_inset
45578
45579
45580 \begin_inset ERT
45581 status collapsed
45582
45583 \begin_layout Plain Layout
45584
45585 }
45586 \end_layout
45587
45588 \end_inset
45589
45590  Sepia
45591 \end_layout
45592
45593 \end_inset
45594 </cell>
45595 <cell alignment="left" valignment="top" usebox="none">
45596 \begin_inset Text
45597
45598 \begin_layout Plain Layout
45599 \begin_inset ERT
45600 status collapsed
45601
45602 \begin_layout Plain Layout
45603
45604
45605 \backslash
45606 fcolorbox{black}{
45607 \end_layout
45608
45609 \end_inset
45610
45611 SkyBlue
45612 \begin_inset ERT
45613 status collapsed
45614
45615 \begin_layout Plain Layout
45616
45617 }{
45618 \end_layout
45619
45620 \end_inset
45621
45622
45623 \begin_inset Phantom Phantom
45624 status open
45625
45626 \begin_layout Plain Layout
45627 W
45628 \end_layout
45629
45630 \end_inset
45631
45632
45633 \begin_inset ERT
45634 status collapsed
45635
45636 \begin_layout Plain Layout
45637
45638 }
45639 \end_layout
45640
45641 \end_inset
45642
45643  SkyBlue
45644 \end_layout
45645
45646 \end_inset
45647 </cell>
45648 <cell alignment="left" valignment="top" usebox="none">
45649 \begin_inset Text
45650
45651 \begin_layout Plain Layout
45652 \begin_inset ERT
45653 status collapsed
45654
45655 \begin_layout Plain Layout
45656
45657
45658 \backslash
45659 fcolorbox{black}{
45660 \end_layout
45661
45662 \end_inset
45663
45664 SpringGreen
45665 \begin_inset ERT
45666 status collapsed
45667
45668 \begin_layout Plain Layout
45669
45670 }{
45671 \end_layout
45672
45673 \end_inset
45674
45675
45676 \begin_inset Phantom Phantom
45677 status open
45678
45679 \begin_layout Plain Layout
45680 W
45681 \end_layout
45682
45683 \end_inset
45684
45685
45686 \begin_inset ERT
45687 status collapsed
45688
45689 \begin_layout Plain Layout
45690
45691 }
45692 \end_layout
45693
45694 \end_inset
45695
45696  SpringGreen
45697 \end_layout
45698
45699 \end_inset
45700 </cell>
45701 </row>
45702 <row>
45703 <cell alignment="left" valignment="top" usebox="none">
45704 \begin_inset Text
45705
45706 \begin_layout Plain Layout
45707 \begin_inset ERT
45708 status collapsed
45709
45710 \begin_layout Plain Layout
45711
45712
45713 \backslash
45714 fcolorbox{black}{
45715 \end_layout
45716
45717 \end_inset
45718
45719 Tan
45720 \begin_inset ERT
45721 status collapsed
45722
45723 \begin_layout Plain Layout
45724
45725 }{
45726 \end_layout
45727
45728 \end_inset
45729
45730
45731 \begin_inset Phantom Phantom
45732 status open
45733
45734 \begin_layout Plain Layout
45735 W
45736 \end_layout
45737
45738 \end_inset
45739
45740
45741 \begin_inset ERT
45742 status collapsed
45743
45744 \begin_layout Plain Layout
45745
45746 }
45747 \end_layout
45748
45749 \end_inset
45750
45751  Tan
45752 \end_layout
45753
45754 \end_inset
45755 </cell>
45756 <cell alignment="left" valignment="top" usebox="none">
45757 \begin_inset Text
45758
45759 \begin_layout Plain Layout
45760 \begin_inset ERT
45761 status collapsed
45762
45763 \begin_layout Plain Layout
45764
45765
45766 \backslash
45767 fcolorbox{black}{
45768 \end_layout
45769
45770 \end_inset
45771
45772 TealBlue
45773 \begin_inset ERT
45774 status collapsed
45775
45776 \begin_layout Plain Layout
45777
45778 }{
45779 \end_layout
45780
45781 \end_inset
45782
45783
45784 \begin_inset Phantom Phantom
45785 status open
45786
45787 \begin_layout Plain Layout
45788 W
45789 \end_layout
45790
45791 \end_inset
45792
45793
45794 \begin_inset ERT
45795 status collapsed
45796
45797 \begin_layout Plain Layout
45798
45799 }
45800 \end_layout
45801
45802 \end_inset
45803
45804  TealBlue
45805 \end_layout
45806
45807 \end_inset
45808 </cell>
45809 <cell alignment="left" valignment="top" usebox="none">
45810 \begin_inset Text
45811
45812 \begin_layout Plain Layout
45813 \begin_inset ERT
45814 status collapsed
45815
45816 \begin_layout Plain Layout
45817
45818
45819 \backslash
45820 fcolorbox{black}{
45821 \end_layout
45822
45823 \end_inset
45824
45825 Thistle
45826 \begin_inset ERT
45827 status collapsed
45828
45829 \begin_layout Plain Layout
45830
45831 }{
45832 \end_layout
45833
45834 \end_inset
45835
45836
45837 \begin_inset Phantom Phantom
45838 status open
45839
45840 \begin_layout Plain Layout
45841 W
45842 \end_layout
45843
45844 \end_inset
45845
45846
45847 \begin_inset ERT
45848 status collapsed
45849
45850 \begin_layout Plain Layout
45851
45852 }
45853 \end_layout
45854
45855 \end_inset
45856
45857  Thistle
45858 \end_layout
45859
45860 \end_inset
45861 </cell>
45862 <cell alignment="left" valignment="top" usebox="none">
45863 \begin_inset Text
45864
45865 \begin_layout Plain Layout
45866 \begin_inset ERT
45867 status collapsed
45868
45869 \begin_layout Plain Layout
45870
45871
45872 \backslash
45873 fcolorbox{black}{
45874 \end_layout
45875
45876 \end_inset
45877
45878 Turquoise
45879 \begin_inset ERT
45880 status collapsed
45881
45882 \begin_layout Plain Layout
45883
45884 }{
45885 \end_layout
45886
45887 \end_inset
45888
45889
45890 \begin_inset Phantom Phantom
45891 status open
45892
45893 \begin_layout Plain Layout
45894 W
45895 \end_layout
45896
45897 \end_inset
45898
45899
45900 \begin_inset ERT
45901 status collapsed
45902
45903 \begin_layout Plain Layout
45904
45905 }
45906 \end_layout
45907
45908 \end_inset
45909
45910  Turquoise
45911 \end_layout
45912
45913 \end_inset
45914 </cell>
45915 </row>
45916 <row>
45917 <cell alignment="left" valignment="top" usebox="none">
45918 \begin_inset Text
45919
45920 \begin_layout Plain Layout
45921 \begin_inset ERT
45922 status collapsed
45923
45924 \begin_layout Plain Layout
45925
45926
45927 \backslash
45928 fcolorbox{black}{
45929 \end_layout
45930
45931 \end_inset
45932
45933 Violet
45934 \begin_inset ERT
45935 status collapsed
45936
45937 \begin_layout Plain Layout
45938
45939 }{
45940 \end_layout
45941
45942 \end_inset
45943
45944
45945 \begin_inset Phantom Phantom
45946 status open
45947
45948 \begin_layout Plain Layout
45949 W
45950 \end_layout
45951
45952 \end_inset
45953
45954
45955 \begin_inset ERT
45956 status collapsed
45957
45958 \begin_layout Plain Layout
45959
45960 }
45961 \end_layout
45962
45963 \end_inset
45964
45965  Violet
45966 \end_layout
45967
45968 \end_inset
45969 </cell>
45970 <cell alignment="left" valignment="top" usebox="none">
45971 \begin_inset Text
45972
45973 \begin_layout Plain Layout
45974 \begin_inset ERT
45975 status collapsed
45976
45977 \begin_layout Plain Layout
45978
45979
45980 \backslash
45981 fcolorbox{black}{
45982 \end_layout
45983
45984 \end_inset
45985
45986 VioletRed
45987 \begin_inset ERT
45988 status collapsed
45989
45990 \begin_layout Plain Layout
45991
45992 }{
45993 \end_layout
45994
45995 \end_inset
45996
45997
45998 \begin_inset Phantom Phantom
45999 status open
46000
46001 \begin_layout Plain Layout
46002 W
46003 \end_layout
46004
46005 \end_inset
46006
46007
46008 \begin_inset ERT
46009 status collapsed
46010
46011 \begin_layout Plain Layout
46012
46013 }
46014 \end_layout
46015
46016 \end_inset
46017
46018  VioletRed
46019 \end_layout
46020
46021 \end_inset
46022 </cell>
46023 <cell alignment="left" valignment="top" usebox="none">
46024 \begin_inset Text
46025
46026 \begin_layout Plain Layout
46027 \begin_inset ERT
46028 status collapsed
46029
46030 \begin_layout Plain Layout
46031
46032
46033 \backslash
46034 fcolorbox{black}{
46035 \end_layout
46036
46037 \end_inset
46038
46039 WildStrawberry
46040 \begin_inset ERT
46041 status collapsed
46042
46043 \begin_layout Plain Layout
46044
46045 }{
46046 \end_layout
46047
46048 \end_inset
46049
46050
46051 \begin_inset Phantom Phantom
46052 status open
46053
46054 \begin_layout Plain Layout
46055 W
46056 \end_layout
46057
46058 \end_inset
46059
46060
46061 \begin_inset ERT
46062 status collapsed
46063
46064 \begin_layout Plain Layout
46065
46066 }
46067 \end_layout
46068
46069 \end_inset
46070
46071  WildStrawberry
46072 \end_layout
46073
46074 \end_inset
46075 </cell>
46076 <cell alignment="left" valignment="top" usebox="none">
46077 \begin_inset Text
46078
46079 \begin_layout Plain Layout
46080 \begin_inset ERT
46081 status collapsed
46082
46083 \begin_layout Plain Layout
46084
46085
46086 \backslash
46087 fcolorbox{black}{
46088 \end_layout
46089
46090 \end_inset
46091
46092 YellowGreen
46093 \begin_inset ERT
46094 status collapsed
46095
46096 \begin_layout Plain Layout
46097
46098 }{
46099 \end_layout
46100
46101 \end_inset
46102
46103
46104 \begin_inset Phantom Phantom
46105 status open
46106
46107 \begin_layout Plain Layout
46108 W
46109 \end_layout
46110
46111 \end_inset
46112
46113
46114 \begin_inset ERT
46115 status collapsed
46116
46117 \begin_layout Plain Layout
46118
46119 }
46120 \end_layout
46121
46122 \end_inset
46123
46124  YellowGreen
46125 \end_layout
46126
46127 \end_inset
46128 </cell>
46129 </row>
46130 <row>
46131 <cell alignment="left" valignment="top" usebox="none">
46132 \begin_inset Text
46133
46134 \begin_layout Plain Layout
46135 \begin_inset ERT
46136 status collapsed
46137
46138 \begin_layout Plain Layout
46139
46140
46141 \backslash
46142 fcolorbox{black}{
46143 \end_layout
46144
46145 \end_inset
46146
46147 YellowOrange
46148 \begin_inset ERT
46149 status collapsed
46150
46151 \begin_layout Plain Layout
46152
46153 }{
46154 \end_layout
46155
46156 \end_inset
46157
46158
46159 \begin_inset Phantom Phantom
46160 status open
46161
46162 \begin_layout Plain Layout
46163 W
46164 \end_layout
46165
46166 \end_inset
46167
46168
46169 \begin_inset ERT
46170 status collapsed
46171
46172 \begin_layout Plain Layout
46173
46174 }
46175 \end_layout
46176
46177 \end_inset
46178
46179  YellowOrange
46180 \end_layout
46181
46182 \end_inset
46183 </cell>
46184 <cell alignment="left" valignment="top" usebox="none">
46185 \begin_inset Text
46186
46187 \begin_layout Plain Layout
46188
46189 \end_layout
46190
46191 \end_inset
46192 </cell>
46193 <cell alignment="left" valignment="top" usebox="none">
46194 \begin_inset Text
46195
46196 \begin_layout Plain Layout
46197
46198 \end_layout
46199
46200 \end_inset
46201 </cell>
46202 <cell alignment="left" valignment="top" usebox="none">
46203 \begin_inset Text
46204
46205 \begin_layout Plain Layout
46206
46207 \end_layout
46208
46209 \end_inset
46210 </cell>
46211 </row>
46212 </lyxtabular>
46213
46214 \end_inset
46215
46216
46217 \end_layout
46218
46219 \begin_layout Chapter
46220 Explanation of Equation
46221 \begin_inset space ~
46222 \end_inset
46223
46224 (
46225 \begin_inset CommandInset ref
46226 LatexCommand ref
46227 reference "eq:Wgn"
46228
46229 \end_inset
46230
46231 )
46232 \begin_inset CommandInset label
46233 LatexCommand label
46234 name "cha:Explanation-of-Equation"
46235
46236 \end_inset
46237
46238
46239 \end_layout
46240
46241 \begin_layout Standard
46242 We can calculate the total width of 
46243 \emph on
46244 n
46245 \emph default
46246  table cells 
46247 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46248 \end_inset
46249
46250  as follows:
46251 \begin_inset Formula 
46252 \begin{equation}
46253 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46254 \end{equation}
46255
46256 \end_inset
46257
46258 where 
46259 \begin_inset Formula $W_{g\,n}$
46260 \end_inset
46261
46262  is the given width of all cells, 
46263 \series bold
46264
46265 \backslash
46266 tabcolsep
46267 \series default
46268  is the \SpecialChar LaTeX
46269 -length between the cell text and the cell border (its default value
46270  is 6
46271 \begin_inset space \thinspace{}
46272 \end_inset
46273
46274 pt).
46275  
46276 \series bold
46277
46278 \backslash
46279 arrayrulewidth
46280 \series default
46281  is the thickness of the cell border line, the default is 0.4
46282 \begin_inset space \thinspace{}
46283 \end_inset
46284
46285 pt.
46286 \end_layout
46287
46288 \begin_layout Standard
46289 Following equation
46290 \begin_inset space ~
46291 \end_inset
46292
46293
46294 \begin_inset CommandInset ref
46295 LatexCommand eqref
46296 reference "eq:Wtot_n"
46297
46298 \end_inset
46299
46300 , the total width of a multicolumn 
46301 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46302 \end_inset
46303
46304  is
46305 \begin_inset Formula 
46306 \begin{equation}
46307 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46308 \end{equation}
46309
46310 \end_inset
46311
46312
46313 \end_layout
46314
46315 \begin_layout Standard
46316 By setting equation
46317 \begin_inset space ~
46318 \end_inset
46319
46320
46321 \begin_inset CommandInset ref
46322 LatexCommand eqref
46323 reference "eq:Wtot_n"
46324
46325 \end_inset
46326
46327  and 
46328 \begin_inset CommandInset ref
46329 LatexCommand eqref
46330 reference "eq:Wtot_mult"
46331
46332 \end_inset
46333
46334  equal we can calculate the needed given width 
46335 \begin_inset Formula $W_{g\,n}$
46336 \end_inset
46337
46338  when 
46339 \emph on
46340 n
46341 \emph default
46342  columns are spanned, so that each column has a total width of 
46343 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46344 \end_inset
46345
46346 :
46347 \begin_inset Formula 
46348 \begin{equation}
46349 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46350 \end{equation}
46351
46352 \end_inset
46353
46354
46355 \end_layout
46356
46357 \begin_layout Bibliography
46358 \begin_inset CommandInset bibitem
46359 LatexCommand bibitem
46360 key "latexcompanion"
46361
46362 \end_inset
46363
46364 Frank Mittelbach and Michel Goossens: 
46365 \emph on
46366 The \SpecialChar LaTeX
46367  Companion Second Edition.
46368
46369 \emph default
46370  Addison-Wesley, 2004
46371 \end_layout
46372
46373 \begin_layout Bibliography
46374 \begin_inset CommandInset bibitem
46375 LatexCommand bibitem
46376 key "latexguide"
46377
46378 \end_inset
46379
46380 Helmut Kopka and Patrick W.
46381  Daly: 
46382 \emph on
46383 A Guide to \SpecialChar LaTeX
46384  Fourth Edition.
46385
46386 \emph default
46387  Addison-Wesley, 2003
46388 \end_layout
46389
46390 \begin_layout Bibliography
46391 \begin_inset CommandInset bibitem
46392 LatexCommand bibitem
46393 key "latexbook"
46394
46395 \end_inset
46396
46397 Leslie Lamport: 
46398 \emph on
46399 \SpecialChar LaTeX
46400 : A Document Preparation System.
46401
46402 \emph default
46403  Addison-Wesley, second edition, 1994
46404 \end_layout
46405
46406 \begin_layout Bibliography
46407 \begin_inset CommandInset bibitem
46408 LatexCommand bibitem
46409 key "arydshln"
46410
46411 \end_inset
46412
46413 Documentation of the \SpecialChar LaTeX
46414 -package 
46415 \series bold
46416
46417 \begin_inset CommandInset href
46418 LatexCommand href
46419 name "arydshln"
46420 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46421
46422 \end_inset
46423
46424
46425 \series default
46426
46427 \begin_inset Index idx
46428 status collapsed
46429
46430 \begin_layout Plain Layout
46431 \SpecialChar LaTeX
46432 -packages ! arydshln
46433 \end_layout
46434
46435 \end_inset
46436
46437
46438 \end_layout
46439
46440 \begin_layout Bibliography
46441 \begin_inset CommandInset bibitem
46442 LatexCommand bibitem
46443 key "booktabs"
46444
46445 \end_inset
46446
46447 Documentation of the \SpecialChar LaTeX
46448 -package 
46449 \series bold
46450
46451 \begin_inset CommandInset href
46452 LatexCommand href
46453 name "booktabs"
46454 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46455
46456 \end_inset
46457
46458
46459 \series default
46460
46461 \begin_inset Index idx
46462 status collapsed
46463
46464 \begin_layout Plain Layout
46465 \SpecialChar LaTeX
46466 -packages ! booktabs
46467 \end_layout
46468
46469 \end_inset
46470
46471
46472 \end_layout
46473
46474 \begin_layout Bibliography
46475 \begin_inset CommandInset bibitem
46476 LatexCommand bibitem
46477 key "caption"
46478
46479 \end_inset
46480
46481 Documentation of the \SpecialChar LaTeX
46482 -package 
46483 \series bold
46484
46485 \begin_inset CommandInset href
46486 LatexCommand href
46487 name "caption"
46488 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46489
46490 \end_inset
46491
46492
46493 \series default
46494
46495 \begin_inset Index idx
46496 status collapsed
46497
46498 \begin_layout Plain Layout
46499 \SpecialChar LaTeX
46500 -packages ! caption
46501 \end_layout
46502
46503 \end_inset
46504
46505
46506 \end_layout
46507
46508 \begin_layout Bibliography
46509 \begin_inset CommandInset bibitem
46510 LatexCommand bibitem
46511 key "diagbox"
46512
46513 \end_inset
46514
46515 Documentation of the \SpecialChar LaTeX
46516 -package 
46517 \series bold
46518
46519 \begin_inset CommandInset href
46520 LatexCommand href
46521 name "diagbox"
46522 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46523
46524 \end_inset
46525
46526
46527 \series default
46528
46529 \begin_inset Index idx
46530 status collapsed
46531
46532 \begin_layout Plain Layout
46533 \SpecialChar LaTeX
46534 -packages ! diagbox
46535 \end_layout
46536
46537 \end_inset
46538
46539
46540 \end_layout
46541
46542 \begin_layout Bibliography
46543 \begin_inset CommandInset bibitem
46544 LatexCommand bibitem
46545 key "endfloat"
46546
46547 \end_inset
46548
46549 Documentation of the \SpecialChar LaTeX
46550 -package 
46551 \series bold
46552
46553 \begin_inset CommandInset href
46554 LatexCommand href
46555 name "endfloat"
46556 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46557
46558 \end_inset
46559
46560
46561 \series default
46562
46563 \begin_inset Index idx
46564 status collapsed
46565
46566 \begin_layout Plain Layout
46567 \SpecialChar LaTeX
46568 -packages ! endfloat
46569 \end_layout
46570
46571 \end_inset
46572
46573
46574 \end_layout
46575
46576 \begin_layout Bibliography
46577 \begin_inset CommandInset bibitem
46578 LatexCommand bibitem
46579 key "footmisc"
46580
46581 \end_inset
46582
46583 Documentation of the \SpecialChar LaTeX
46584 -package 
46585 \series bold
46586
46587 \begin_inset CommandInset href
46588 LatexCommand href
46589 name "footmisc"
46590 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46591
46592 \end_inset
46593
46594
46595 \series default
46596
46597 \begin_inset Index idx
46598 status collapsed
46599
46600 \begin_layout Plain Layout
46601 \SpecialChar LaTeX
46602 -packages ! footmisc
46603 \end_layout
46604
46605 \end_inset
46606
46607
46608 \end_layout
46609
46610 \begin_layout Bibliography
46611 \begin_inset CommandInset bibitem
46612 LatexCommand bibitem
46613 key "hypcap"
46614
46615 \end_inset
46616
46617 Documentation of the \SpecialChar LaTeX
46618 -package 
46619 \series bold
46620
46621 \begin_inset CommandInset href
46622 LatexCommand href
46623 name "hypcap"
46624 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46625
46626 \end_inset
46627
46628
46629 \series default
46630
46631 \begin_inset Index idx
46632 status collapsed
46633
46634 \begin_layout Plain Layout
46635 \SpecialChar LaTeX
46636 -packages ! hyperref
46637 \end_layout
46638
46639 \end_inset
46640
46641
46642 \end_layout
46643
46644 \begin_layout Bibliography
46645 \begin_inset CommandInset bibitem
46646 LatexCommand bibitem
46647 key "hyperref"
46648
46649 \end_inset
46650
46651 Documentation of the \SpecialChar LaTeX
46652 -package 
46653 \series bold
46654
46655 \begin_inset CommandInset href
46656 LatexCommand href
46657 name "hyperref"
46658 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46659
46660 \end_inset
46661
46662
46663 \series default
46664
46665 \begin_inset Index idx
46666 status collapsed
46667
46668 \begin_layout Plain Layout
46669 \SpecialChar LaTeX
46670 -packages ! hyperref
46671 \end_layout
46672
46673 \end_inset
46674
46675
46676 \end_layout
46677
46678 \begin_layout Bibliography
46679 \begin_inset CommandInset bibitem
46680 LatexCommand bibitem
46681 key "KOMA-Script"
46682
46683 \end_inset
46684
46685 Documentation of the \SpecialChar LaTeX
46686 -package 
46687 \series bold
46688
46689 \begin_inset CommandInset href
46690 LatexCommand href
46691 name "KOMA-Script"
46692 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46693
46694 \end_inset
46695
46696
46697 \series default
46698
46699 \begin_inset Index idx
46700 status collapsed
46701
46702 \begin_layout Plain Layout
46703 \SpecialChar LaTeX
46704 -packages ! KOMA-Script
46705 \end_layout
46706
46707 \end_inset
46708
46709
46710 \end_layout
46711
46712 \begin_layout Bibliography
46713 \begin_inset CommandInset bibitem
46714 LatexCommand bibitem
46715 key "lettrine"
46716
46717 \end_inset
46718
46719 Documentation of the \SpecialChar LaTeX
46720 -package 
46721 \series bold
46722
46723 \begin_inset CommandInset href
46724 LatexCommand href
46725 name "lettrine"
46726 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46727
46728 \end_inset
46729
46730
46731 \series default
46732  and an 
46733 \begin_inset CommandInset href
46734 LatexCommand href
46735 name "example"
46736 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46737
46738 \end_inset
46739
46740
46741 \begin_inset Index idx
46742 status collapsed
46743
46744 \begin_layout Plain Layout
46745 \SpecialChar LaTeX
46746 -packages ! lettrine
46747 \end_layout
46748
46749 \end_inset
46750
46751
46752 \end_layout
46753
46754 \begin_layout Bibliography
46755 \begin_inset CommandInset bibitem
46756 LatexCommand bibitem
46757 key "listings"
46758
46759 \end_inset
46760
46761 Documentation of the \SpecialChar LaTeX
46762 -package 
46763 \series bold
46764
46765 \begin_inset CommandInset href
46766 LatexCommand href
46767 name "listings"
46768 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46769
46770 \end_inset
46771
46772
46773 \series default
46774
46775 \begin_inset Index idx
46776 status collapsed
46777
46778 \begin_layout Plain Layout
46779 \SpecialChar LaTeX
46780 -packages ! listings
46781 \end_layout
46782
46783 \end_inset
46784
46785
46786 \end_layout
46787
46788 \begin_layout Bibliography
46789 \begin_inset CommandInset bibitem
46790 LatexCommand bibitem
46791 key "marginnote"
46792
46793 \end_inset
46794
46795 Documentation of the \SpecialChar LaTeX
46796 -package 
46797 \series bold
46798
46799 \begin_inset CommandInset href
46800 LatexCommand href
46801 name "marginnote"
46802 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46803
46804 \end_inset
46805
46806
46807 \series default
46808
46809 \begin_inset Index idx
46810 status collapsed
46811
46812 \begin_layout Plain Layout
46813 \SpecialChar LaTeX
46814 -packages ! marginnote
46815 \end_layout
46816
46817 \end_inset
46818
46819
46820 \end_layout
46821
46822 \begin_layout Bibliography
46823 \begin_inset CommandInset bibitem
46824 LatexCommand bibitem
46825 key "pdfpages"
46826
46827 \end_inset
46828
46829 Documentation of the \SpecialChar LaTeX
46830 -package 
46831 \series bold
46832
46833 \begin_inset CommandInset href
46834 LatexCommand href
46835 name "pdfpages"
46836 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46837
46838 \end_inset
46839
46840
46841 \series default
46842
46843 \begin_inset Index idx
46844 status collapsed
46845
46846 \begin_layout Plain Layout
46847 \SpecialChar LaTeX
46848 -packages ! pdfpages
46849 \end_layout
46850
46851 \end_inset
46852
46853
46854 \end_layout
46855
46856 \begin_layout Bibliography
46857 \begin_inset CommandInset bibitem
46858 LatexCommand bibitem
46859 key "prettyref"
46860
46861 \end_inset
46862
46863 Documentation of the \SpecialChar LaTeX
46864 -package 
46865 \series bold
46866
46867 \begin_inset CommandInset href
46868 LatexCommand href
46869 name "prettyref"
46870 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46871
46872 \end_inset
46873
46874
46875 \series default
46876
46877 \begin_inset Index idx
46878 status collapsed
46879
46880 \begin_layout Plain Layout
46881 \SpecialChar LaTeX
46882 -packages ! prettyref
46883 \end_layout
46884
46885 \end_inset
46886
46887
46888 \end_layout
46889
46890 \begin_layout Bibliography
46891 \begin_inset CommandInset bibitem
46892 LatexCommand bibitem
46893 key "pstricks"
46894
46895 \end_inset
46896
46897 Web page of the \SpecialChar LaTeX
46898 -package 
46899 \series bold
46900
46901 \begin_inset CommandInset href
46902 LatexCommand href
46903 name "PSTricks"
46904 target "http://tug.org/PSTricks/"
46905
46906 \end_inset
46907
46908
46909 \series default
46910
46911 \begin_inset Index idx
46912 status collapsed
46913
46914 \begin_layout Plain Layout
46915 \SpecialChar LaTeX
46916 -packages ! PSTricks
46917 \end_layout
46918
46919 \end_inset
46920
46921
46922 \end_layout
46923
46924 \begin_layout Bibliography
46925 \begin_inset CommandInset bibitem
46926 LatexCommand bibitem
46927 key "refstyle"
46928
46929 \end_inset
46930
46931 Documentation of the \SpecialChar LaTeX
46932 -package 
46933 \series bold
46934
46935 \begin_inset CommandInset href
46936 LatexCommand href
46937 name "refstyle"
46938 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
46939
46940 \end_inset
46941
46942
46943 \series default
46944
46945 \begin_inset Index idx
46946 status collapsed
46947
46948 \begin_layout Plain Layout
46949 \SpecialChar LaTeX
46950 -packages ! refstyle
46951 \end_layout
46952
46953 \end_inset
46954
46955
46956 \end_layout
46957
46958 \begin_layout Bibliography
46959 \begin_inset CommandInset bibitem
46960 LatexCommand bibitem
46961 key "sidecap"
46962
46963 \end_inset
46964
46965 Documentation of the \SpecialChar LaTeX
46966 -package 
46967 \series bold
46968
46969 \begin_inset CommandInset href
46970 LatexCommand href
46971 name "sidecap"
46972 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46973
46974 \end_inset
46975
46976
46977 \series default
46978
46979 \begin_inset Index idx
46980 status collapsed
46981
46982 \begin_layout Plain Layout
46983 \SpecialChar LaTeX
46984 -packages ! sidecap
46985 \end_layout
46986
46987 \end_inset
46988
46989
46990 \end_layout
46991
46992 \begin_layout Bibliography
46993 \begin_inset CommandInset bibitem
46994 LatexCommand bibitem
46995 key "NewInLyX20"
46996
46997 \end_inset
46998
46999
47000 \begin_inset CommandInset href
47001 LatexCommand href
47002 name "Wiki page"
47003 target "http://wiki.lyx.org/LyX/NewInLyX20"
47004
47005 \end_inset
47006
47007  about new features in 
47008 \family sans
47009 \SpecialChar LyX
47010  2.0
47011 \family default
47012 .
47013 \end_layout
47014
47015 \begin_layout Standard
47016 \begin_inset CommandInset index_print
47017 LatexCommand printindex
47018 type "idx"
47019
47020 \end_inset
47021
47022
47023 \end_layout
47024
47025 \end_body
47026 \end_document