]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
German UserGuide.lyx: port some typographic changes from Günter
[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/DocumentationDevelopment#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 \begin_inset Separator latexpar
650 \end_inset
651
652
653 \end_layout
654
655 \begin_layout Standard
656 \align center
657 \begin_inset Graphics
658         filename clipart/mobius.eps
659         scale 70
660         scaleBeforeRotation
661         rotateOrigin center
662
663 \end_inset
664
665
666 \end_layout
667
668 \begin_layout Standard
669 This is the same image like the one above but in draft mode:
670 \begin_inset Separator latexpar
671 \end_inset
672
673
674 \end_layout
675
676 \begin_layout Standard
677 \align center
678 \begin_inset Graphics
679         filename clipart/mobius.eps
680         scale 70
681         draft
682         scaleBeforeRotation
683         rotateOrigin center
684
685 \end_inset
686
687
688 \end_layout
689
690 \begin_layout Standard
691 \begin_inset Newpage newpage
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Section
698 Figure Floats
699 \begin_inset CommandInset label
700 LatexCommand label
701 name "sec:Figure-Floats"
702
703 \end_inset
704
705
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 Floats ! Figures
711 \end_layout
712
713 \end_inset
714
715
716 \begin_inset Index idx
717 status collapsed
718
719 \begin_layout Plain Layout
720 Figures ! Floats
721 \end_layout
722
723 \end_inset
724
725
726 \end_layout
727
728 \begin_layout Standard
729 For general explanations about floats, have a look at section
730 \begin_inset space ~
731 \end_inset
732
733
734 \begin_inset CommandInset ref
735 LatexCommand ref
736 reference "sec:FloatIntroduction"
737
738 \end_inset
739
740 .
741 \end_layout
742
743 \begin_layout Standard
744 The toolbar button 
745 \begin_inset Info
746 type  "icon"
747 arg   "float-insert figure"
748 \end_inset
749
750  and the menu 
751 \family sans
752 Insert\SpecialChar menuseparator
753 Float\SpecialChar menuseparator
754 Figure
755 \family default
756  inserts a float with a caption that has the label 
757 \begin_inset Quotes eld
758 \end_inset
759
760 Figure
761 \begin_inset space ~
762 \end_inset
763
764 #:
765 \begin_inset Quotes erd
766 \end_inset
767
768  (# is the actual number).
769  You can insert the image above the caption, like in Figure
770 \begin_inset space ~
771 \end_inset
772
773
774 \begin_inset CommandInset ref
775 LatexCommand ref
776 reference "fig:kill-plat"
777
778 \end_inset
779
780  or below the caption, like in Figure
781 \begin_inset space ~
782 \end_inset
783
784
785 \begin_inset CommandInset ref
786 LatexCommand ref
787 reference "fig:escher"
788
789 \end_inset
790
791 .
792  More about caption placement is described in section
793 \begin_inset space ~
794 \end_inset
795
796
797 \begin_inset CommandInset ref
798 LatexCommand ref
799 reference "sec:Caption-Placement"
800
801 \end_inset
802
803 .
804 \end_layout
805
806 \begin_layout Standard
807 \begin_inset Float figure
808 wide false
809 sideways false
810 status open
811
812 \begin_layout Plain Layout
813 \align center
814 \begin_inset Graphics
815         filename clipart/platypus.eps
816         width 50col%
817         scaleBeforeRotation
818         rotateOrigin center
819
820 \end_inset
821
822
823 \end_layout
824
825 \begin_layout Plain Layout
826 \begin_inset Caption Standard
827
828 \begin_layout Plain Layout
829 \begin_inset CommandInset label
830 LatexCommand label
831 name "fig:kill-plat"
832
833 \end_inset
834
835 A severely distorted platypus in a float.
836 \end_layout
837
838 \end_inset
839
840
841 \end_layout
842
843 \end_inset
844
845
846 \end_layout
847
848 \begin_layout Standard
849 \begin_inset Float figure
850 wide false
851 sideways false
852 status open
853
854 \begin_layout Plain Layout
855 \begin_inset Caption Standard
856
857 \begin_layout Plain Layout
858 \begin_inset CommandInset label
859 LatexCommand label
860 name "fig:escher"
861
862 \end_inset
863
864 M.C.
865  Escher on acid.
866 \end_layout
867
868 \end_inset
869
870
871 \end_layout
872
873 \begin_layout Plain Layout
874 \align center
875 \begin_inset Graphics
876         filename clipart/escher-lsd.eps
877         scale 80
878         scaleBeforeRotation
879         rotateOrigin center
880
881 \end_inset
882
883
884 \end_layout
885
886 \end_inset
887
888
889 \end_layout
890
891 \begin_layout Standard
892 \begin_inset Index idx
893 status collapsed
894
895 \begin_layout Plain Layout
896 References ! to Figures
897 \end_layout
898
899 \end_inset
900
901 Figure
902 \begin_inset space ~
903 \end_inset
904
905
906 \begin_inset CommandInset ref
907 LatexCommand ref
908 reference "fig:kill-plat"
909
910 \end_inset
911
912  and 
913 \begin_inset CommandInset ref
914 LatexCommand ref
915 reference "fig:escher"
916
917 \end_inset
918
919  are examples of referenced figures.
920  Figures can be referenced in the text by referencing their label.
921  To do this insert a label in the caption using the menu 
922 \family sans
923 Insert\SpecialChar menuseparator
924 Label
925 \family default
926  or the toolbar button 
927 \begin_inset Info
928 type  "icon"
929 arg   "label-insert"
930 \end_inset
931
932 .
933  You can now refer to the label using the menu 
934 \family sans
935 Insert\SpecialChar menuseparator
936 Cross
937 \begin_inset space ~
938 \end_inset
939
940 reference
941 \family default
942  or the toolbar button 
943 \begin_inset Info
944 type  "icon"
945 arg   "dialog-show-new-inset ref"
946 \end_inset
947
948 .
949  It is important to use references to floats, rather than using vague references
950  like 
951 \begin_inset Quotes eld
952 \end_inset
953
954 the figure above
955 \begin_inset Quotes erd
956 \end_inset
957
958 , because \SpecialChar LaTeX
959  will reposition the floats in the final document and it might
960  not be 
961 \begin_inset Quotes eld
962 \end_inset
963
964 above
965 \begin_inset Quotes erd
966 \end_inset
967
968  at all.
969 \begin_inset Newline newline
970 \end_inset
971
972 Referencing is explained in detail in section
973 \begin_inset space ~
974 \end_inset
975
976
977 \begin_inset CommandInset ref
978 LatexCommand ref
979 reference "sec:Referencing-Floats"
980
981 \end_inset
982
983 .
984 \end_layout
985
986 \begin_layout Standard
987 Normally only one image is inserted to a figure float, but sometimes you
988  might want to use two images with separate subcaptions.
989  This can be done by inserting image floats into existing image floats.
990  Note that only the main caption of the float is added to the List of Figures.
991  Figure
992 \begin_inset space ~
993 \end_inset
994
995
996 \begin_inset CommandInset ref
997 LatexCommand ref
998 reference "fig:Two-distorted-images"
999
1000 \end_inset
1001
1002  is an example of a figure float with two images set side by side.
1003  You can also set the images one below the other.
1004  Figure
1005 \begin_inset space ~
1006 \end_inset
1007
1008
1009 \begin_inset CommandInset ref
1010 LatexCommand ref
1011 reference "fig:Undefinable-structure"
1012
1013 \end_inset
1014
1015  and 
1016 \begin_inset CommandInset ref
1017 LatexCommand ref
1018 reference "fig:A-Platypus"
1019
1020 \end_inset
1021
1022  are the subfigures.
1023 \end_layout
1024
1025 \begin_layout Standard
1026 \begin_inset Float figure
1027 wide false
1028 sideways false
1029 status open
1030
1031 \begin_layout Plain Layout
1032 \begin_inset space \hfill{}
1033 \end_inset
1034
1035
1036 \begin_inset Float figure
1037 wide false
1038 sideways false
1039 status collapsed
1040
1041 \begin_layout Plain Layout
1042 \begin_inset Caption Standard
1043
1044 \begin_layout Plain Layout
1045 \begin_inset CommandInset label
1046 LatexCommand label
1047 name "fig:Undefinable-structure"
1048
1049 \end_inset
1050
1051 Undefinable structure.
1052 \end_layout
1053
1054 \end_inset
1055
1056
1057 \end_layout
1058
1059 \begin_layout Plain Layout
1060 \begin_inset Graphics
1061         filename clipart/escher-lsd.eps
1062         width 45col%
1063         scaleBeforeRotation
1064         groupId distorted
1065
1066 \end_inset
1067
1068
1069 \end_layout
1070
1071 \end_inset
1072
1073
1074 \begin_inset space \hfill{}
1075 \end_inset
1076
1077
1078 \begin_inset Float figure
1079 wide false
1080 sideways false
1081 status collapsed
1082
1083 \begin_layout Plain Layout
1084 \begin_inset Caption Standard
1085
1086 \begin_layout Plain Layout
1087 \begin_inset CommandInset label
1088 LatexCommand label
1089 name "fig:A-Platypus"
1090
1091 \end_inset
1092
1093 A Platypus.
1094 \end_layout
1095
1096 \end_inset
1097
1098
1099 \end_layout
1100
1101 \begin_layout Plain Layout
1102 \begin_inset Graphics
1103         filename clipart/platypus.eps
1104         width 45col%
1105         scaleBeforeRotation
1106         groupId distorted
1107
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \end_inset
1114
1115
1116 \begin_inset space \hfill{}
1117 \end_inset
1118
1119
1120 \end_layout
1121
1122 \begin_layout Plain Layout
1123 \begin_inset Caption Standard
1124
1125 \begin_layout Plain Layout
1126 \begin_inset CommandInset label
1127 LatexCommand label
1128 name "fig:Two-distorted-images"
1129
1130 \end_inset
1131
1132 Two distorted images.
1133  Both images are in the image settings group named 
1134 \begin_inset Quotes eld
1135 \end_inset
1136
1137 distorted
1138 \begin_inset Quotes erd
1139 \end_inset
1140
1141 .
1142 \end_layout
1143
1144 \end_inset
1145
1146
1147 \end_layout
1148
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \begin_layout Standard
1155 \begin_inset Newpage newpage
1156 \end_inset
1157
1158
1159 \end_layout
1160
1161 \begin_layout Section
1162 Image Formats
1163 \begin_inset CommandInset label
1164 LatexCommand label
1165 name "sec:Image-Formats"
1166
1167 \end_inset
1168
1169
1170 \begin_inset Index idx
1171 status collapsed
1172
1173 \begin_layout Plain Layout
1174 Image Formats
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \begin_inset Index idx
1181 status collapsed
1182
1183 \begin_layout Plain Layout
1184 Figures ! Image Formats
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \begin_layout Standard
1193 You can insert images in any known file format.
1194  But as explained in appendix
1195 \begin_inset space ~
1196 \end_inset
1197
1198
1199 \begin_inset CommandInset ref
1200 LatexCommand ref
1201 reference "cha:Output-File-Formats"
1202
1203 \end_inset
1204
1205 , each output document format allows only a few image formats.
1206  \SpecialChar LyX
1207  uses therefore the program 
1208 \family typewriter
1209 ImageMagick
1210 \family default
1211  in the background to convert the images to the right format.
1212  To increase your work flow by avoiding these conversions in the background,
1213  you could choose to use only the image formats that can directly be embedded
1214  in the output file format.
1215  The output file formats are explained in appendix
1216 \begin_inset space ~
1217 \end_inset
1218
1219
1220 \begin_inset CommandInset ref
1221 LatexCommand ref
1222 reference "cha:Output-File-Formats"
1223
1224 \end_inset
1225
1226 .
1227 \end_layout
1228
1229 \begin_layout Standard
1230 Similar to fonts there are two types of image formats:
1231 \end_layout
1232
1233 \begin_layout Description
1234 Bitmap
1235 \begin_inset space ~
1236 \end_inset
1237
1238 images consist of pixel values, often in a compressed form.
1239  They are therefore not fully scalable and look pixelated in large zooms.
1240  Well-known bitmap image formats are 
1241 \begin_inset Quotes eld
1242 \end_inset
1243
1244 Graphics Interchange Format
1245 \begin_inset Quotes erd
1246 \end_inset
1247
1248  (GIF, file extension 
1249 \begin_inset Quotes eld
1250 \end_inset
1251
1252
1253 \family typewriter
1254 .gif
1255 \family default
1256
1257 \begin_inset Quotes erd
1258 \end_inset
1259
1260 )
1261 \begin_inset Index idx
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265 GIF|see
1266 \begin_inset ERT
1267 status collapsed
1268
1269 \begin_layout Plain Layout
1270
1271 {
1272 \end_layout
1273
1274 \end_inset
1275
1276 Image formats
1277 \begin_inset ERT
1278 status collapsed
1279
1280 \begin_layout Plain Layout
1281
1282 }
1283 \end_layout
1284
1285 \end_inset
1286
1287
1288 \end_layout
1289
1290 \end_inset
1291
1292
1293 \begin_inset Quotes eld
1294 \end_inset
1295
1296 Portable Network Graphics
1297 \begin_inset Quotes erd
1298 \end_inset
1299
1300  (PNG, file extension 
1301 \begin_inset Quotes eld
1302 \end_inset
1303
1304
1305 \family typewriter
1306 .png
1307 \family default
1308
1309 \begin_inset Quotes erd
1310 \end_inset
1311
1312 )
1313 \begin_inset Index idx
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317 PNG|see
1318 \begin_inset ERT
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322
1323 {
1324 \end_layout
1325
1326 \end_inset
1327
1328 Image formats
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 }
1335 \end_layout
1336
1337 \end_inset
1338
1339
1340 \end_layout
1341
1342 \end_inset
1343
1344 , and 
1345 \begin_inset Quotes eld
1346 \end_inset
1347
1348 Joint Photographic Experts Group
1349 \begin_inset Quotes erd
1350 \end_inset
1351
1352  (JPG, file extension 
1353 \begin_inset Quotes eld
1354 \end_inset
1355
1356
1357 \family typewriter
1358 .jpg
1359 \family default
1360
1361 \begin_inset Quotes erd
1362 \end_inset
1363
1364  or 
1365 \begin_inset Quotes eld
1366 \end_inset
1367
1368
1369 \family typewriter
1370 .jpeg
1371 \family default
1372
1373 \begin_inset Quotes erd
1374 \end_inset
1375
1376 )
1377 \begin_inset Index idx
1378 status collapsed
1379
1380 \begin_layout Plain Layout
1381 JPG|see
1382 \begin_inset ERT
1383 status collapsed
1384
1385 \begin_layout Plain Layout
1386
1387 {
1388 \end_layout
1389
1390 \end_inset
1391
1392 Image formats
1393 \begin_inset ERT
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397
1398 }
1399 \end_layout
1400
1401 \end_inset
1402
1403
1404 \end_layout
1405
1406 \end_inset
1407
1408 .
1409 \end_layout
1410
1411 \begin_layout Description
1412 Vector
1413 \begin_inset space ~
1414 \end_inset
1415
1416 images consist of vectors and can therefore be scaled to any size without
1417  data loss.
1418  The scaling ability is necessary if you want to create presentations, because
1419  presentations are always scaled by the video projector.
1420  Scaling is also useful for online documents to let the user zoom into diagrams.
1421 \begin_inset Newline newline
1422 \end_inset
1423
1424 Well-known scalable image formats are 
1425 \begin_inset Quotes eld
1426 \end_inset
1427
1428 Scalable Vector Graphics
1429 \begin_inset Quotes erd
1430 \end_inset
1431
1432  (SVG, file extension 
1433 \begin_inset Quotes eld
1434 \end_inset
1435
1436
1437 \family typewriter
1438 .svg
1439 \family default
1440
1441 \begin_inset Quotes erd
1442 \end_inset
1443
1444 )
1445 \begin_inset Index idx
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449 SVG|see
1450 \begin_inset ERT
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454
1455 {
1456 \end_layout
1457
1458 \end_inset
1459
1460 Image formats
1461 \begin_inset ERT
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465
1466 }
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \end_layout
1473
1474 \end_inset
1475
1476
1477 \begin_inset Quotes eld
1478 \end_inset
1479
1480 Encapsulated PostScript
1481 \begin_inset Quotes erd
1482 \end_inset
1483
1484  (EPS, file extension 
1485 \begin_inset Quotes eld
1486 \end_inset
1487
1488
1489 \family typewriter
1490 .eps
1491 \family default
1492
1493 \begin_inset Quotes erd
1494 \end_inset
1495
1496 )
1497 \begin_inset Index idx
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501 EPS|see
1502 \begin_inset ERT
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506
1507 {
1508 \end_layout
1509
1510 \end_inset
1511
1512 Image formats
1513 \begin_inset ERT
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517
1518 }
1519 \end_layout
1520
1521 \end_inset
1522
1523
1524 \end_layout
1525
1526 \end_inset
1527
1528
1529 \begin_inset Quotes eld
1530 \end_inset
1531
1532 Portable Document Format
1533 \begin_inset Quotes erd
1534 \end_inset
1535
1536  (PDF, file extension 
1537 \begin_inset Quotes eld
1538 \end_inset
1539
1540
1541 \family typewriter
1542 .pdf
1543 \family default
1544
1545 \begin_inset Quotes erd
1546 \end_inset
1547
1548 )
1549 \begin_inset Index idx
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553 PDF
1554 \end_layout
1555
1556 \end_inset
1557
1558 , and 
1559 \begin_inset Quotes eld
1560 \end_inset
1561
1562 Windows Metafile
1563 \begin_inset Quotes erd
1564 \end_inset
1565
1566  (WMF, file extension 
1567 \begin_inset Quotes eld
1568 \end_inset
1569
1570
1571 \family typewriter
1572 .wmf
1573 \family default
1574
1575 \begin_inset Quotes erd
1576 \end_inset
1577
1578 )
1579 \begin_inset Index idx
1580 status collapsed
1581
1582 \begin_layout Plain Layout
1583 SVG|see
1584 \begin_inset ERT
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588
1589 {
1590 \end_layout
1591
1592 \end_inset
1593
1594 Image formats
1595 \begin_inset ERT
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599
1600 }
1601 \end_layout
1602
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \end_inset
1609
1610 .
1611  We wrote 
1612 \begin_inset Quotes eld
1613 \end_inset
1614
1615 can be
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619 , because you can convert any bitmap image to a PDF or EPS-image and the
1620  result will still be a bitmap image.
1621  In such cases only a header with the image properties is added to the original
1622  image
1623 \begin_inset Foot
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627 In the case of PDF, the original image is additionally compressed.
1628 \end_layout
1629
1630 \end_inset
1631
1632 .
1633  The PDF-files generated by 
1634 \family typewriter
1635 Adobe Photoshop
1636 \family default
1637  are for example bitmap images.
1638 \end_layout
1639
1640 \begin_layout Standard
1641 Normally it is not possible to convert a bitmap image into a scalable one,
1642  only vice versa.
1643  Only the image formats PDF and EPS can directly be embedded to PDF and
1644  PostScript output files, respectively.
1645  SVG and WMF-images are recalculated to bitmaps when the output file is
1646  generated because there is currently no adequate WMF/SVG
1647 \begin_inset Formula $\to$
1648 \end_inset
1649
1650 PDF/EPS converter available.
1651 \end_layout
1652
1653 \begin_layout Chapter
1654 Tables
1655 \begin_inset Index idx
1656 status collapsed
1657
1658 \begin_layout Plain Layout
1659 Table
1660 \end_layout
1661
1662 \end_inset
1663
1664
1665 \end_layout
1666
1667 \begin_layout Section
1668 Introduction
1669 \begin_inset Index idx
1670 status collapsed
1671
1672 \begin_layout Plain Layout
1673 Table ! Introduction
1674 \end_layout
1675
1676 \end_inset
1677
1678
1679 \end_layout
1680
1681 \begin_layout Standard
1682 You can insert a table using either the toolbar button 
1683 \begin_inset Info
1684 type  "icon"
1685 arg   "tabular-insert"
1686 \end_inset
1687
1688  or the menu 
1689 \family sans
1690 Insert\SpecialChar menuseparator
1691 Table
1692 \family default
1693 .
1694  The toolbar button offers you a graphical selection: move the mouse to
1695  set the column/row number of the table that should be created and then
1696  press a mouse button.
1697  When you use the menu to create a table, a dialog will appear, asking you
1698  for the number of rows and columns.
1699 \begin_inset Newline newline
1700 \end_inset
1701
1702 The default table has lines around any cell and the first row appears separated
1703  from the rest of the table.
1704  This separation occurs due to a double line: The cells of the first row
1705  have a line below them and the cells of the second row have a line above
1706  them.
1707  Here is an example table:
1708 \begin_inset Separator latexpar
1709 \end_inset
1710
1711
1712 \end_layout
1713
1714 \begin_layout Standard
1715 \align center
1716 \begin_inset Tabular
1717 <lyxtabular version="3" rows="4" columns="4">
1718 <features tabularvalignment="middle">
1719 <column alignment="center" valignment="top">
1720 <column alignment="center" valignment="top">
1721 <column alignment="center" valignment="top">
1722 <column alignment="center" valignment="top">
1723 <row>
1724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1725 \begin_inset Text
1726
1727 \begin_layout Plain Layout
1728
1729 \end_layout
1730
1731 \end_inset
1732 </cell>
1733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1734 \begin_inset Text
1735
1736 \begin_layout Plain Layout
1737
1738 \family roman
1739 \series medium
1740 \shape up
1741 \size normal
1742 \emph off
1743 \bar no
1744 \noun off
1745 \color none
1746 1
1747 \end_layout
1748
1749 \end_inset
1750 </cell>
1751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1752 \begin_inset Text
1753
1754 \begin_layout Plain Layout
1755 2
1756 \end_layout
1757
1758 \end_inset
1759 </cell>
1760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1761 \begin_inset Text
1762
1763 \begin_layout Plain Layout
1764 3
1765 \end_layout
1766
1767 \end_inset
1768 </cell>
1769 </row>
1770 <row>
1771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1772 \begin_inset Text
1773
1774 \begin_layout Plain Layout
1775
1776 \family roman
1777 \series medium
1778 \shape up
1779 \size normal
1780 \emph off
1781 \bar no
1782 \noun off
1783 \color none
1784 A
1785 \end_layout
1786
1787 \end_inset
1788 </cell>
1789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \end_layout
1795
1796 \end_inset
1797 </cell>
1798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 </row>
1817 <row>
1818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822
1823 \family roman
1824 \series medium
1825 \shape up
1826 \size normal
1827 \emph off
1828 \bar no
1829 \noun off
1830 \color none
1831 B
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 </row>
1864 <row>
1865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \family roman
1871 \series medium
1872 \shape up
1873 \size normal
1874 \emph off
1875 \bar no
1876 \noun off
1877 \color none
1878 C
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1893 \begin_inset Text
1894
1895 \begin_layout Plain Layout
1896
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1902 \begin_inset Text
1903
1904 \begin_layout Plain Layout
1905
1906 \end_layout
1907
1908 \end_inset
1909 </cell>
1910 </row>
1911 </lyxtabular>
1912
1913 \end_inset
1914
1915
1916 \end_layout
1917
1918 \begin_layout Section
1919 Table Dialog
1920 \begin_inset Index idx
1921 status collapsed
1922
1923 \begin_layout Plain Layout
1924 Table ! Dialog
1925 \end_layout
1926
1927 \end_inset
1928
1929
1930 \end_layout
1931
1932 \begin_layout Standard
1933 You can alter a table by clicking on it with the right mouse button, which
1934  brings up the context menu.
1935  Under the menu entry 
1936 \family sans
1937 More
1938 \family default
1939  you can adjust the settings of that cell and row/column respectively where
1940  the cursor is currently placed.
1941  The context menu 
1942 \family sans
1943 More\SpecialChar menuseparator
1944 Settings
1945 \family default
1946  opens the table dialog where you can adjust more things.
1947  Most of the dialog options also work on selections.
1948  This means if you select more cells, columns or rows, the action is done
1949  for the whole selection.
1950  Note that there is a difference between selecting the 
1951 \emph on
1952 contents
1953 \emph default
1954  of the cell, and the cell itself.
1955 \begin_inset Newline newline
1956 \end_inset
1957
1958 With the dialog option 
1959 \family sans
1960 Immediate
1961 \begin_inset space ~
1962 \end_inset
1963
1964 Apply
1965 \family default
1966  every change you make in the dialog is directly applied.
1967  If you move the cursor to another table cell the dialog will then also
1968  be updated with the parameters of the new cell.
1969  If you change length values in the dialog you must press 
1970 \family sans
1971 Return
1972 \family default
1973  to get the change applied.
1974 \begin_inset Newline newline
1975 \end_inset
1976
1977 You can alter tables with the following tabs of the table dialog:
1978 \end_layout
1979
1980 \begin_layout Description
1981 Table
1982 \begin_inset space ~
1983 \end_inset
1984
1985 Settings Here you can set the table width
1986 \begin_inset Index idx
1987 status collapsed
1988
1989 \begin_layout Plain Layout
1990 Table ! Width
1991 \end_layout
1992
1993 \end_inset
1994
1995 , and the horizontal alignment and the width of the current column.
1996  The alignment 
1997 \family sans
1998 At
1999 \begin_inset space ~
2000 \end_inset
2001
2002 Decimal
2003 \begin_inset space ~
2004 \end_inset
2005
2006 Separator
2007 \family default
2008  is described in section
2009 \begin_inset space ~
2010 \end_inset
2011
2012
2013 \begin_inset CommandInset ref
2014 LatexCommand ref
2015 reference "subsec:Special-Cell-Alignment"
2016
2017 \end_inset
2018
2019 .
2020  When you have set a width you can also adjust the vertical alignment of
2021  the current row.
2022  A given width will allow the cell to have line breaks and multiple paragraphs
2023  of text, see sec.
2024 \begin_inset space \thinspace{}
2025 \end_inset
2026
2027
2028 \begin_inset CommandInset ref
2029 LatexCommand ref
2030 reference "subsec:Multiple-Lines-in"
2031
2032 \end_inset
2033
2034 .
2035  If you set no width, the column is as wide as the content of its widest
2036  cell.
2037 \begin_inset Newline newline
2038 \end_inset
2039
2040 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2041  cell, see sec.
2042 \begin_inset space \thinspace{}
2043 \end_inset
2044
2045
2046 \begin_inset CommandInset ref
2047 LatexCommand ref
2048 reference "subsec:Multicolumns"
2049
2050 \end_inset
2051
2052  or the cells of one column as multirow cell, see sec.
2053 \begin_inset space \thinspace{}
2054 \end_inset
2055
2056
2057 \begin_inset CommandInset ref
2058 LatexCommand ref
2059 reference "subsec:Multirows"
2060
2061 \end_inset
2062
2063 .
2064 \begin_inset Newline newline
2065 \end_inset
2066
2067 The rotate check boxes rotate the current cell, a selection, or the whole
2068  table counter-clockwise by 90
2069 \begin_inset space \thinspace{}
2070 \end_inset
2071
2072 °.
2073  The rotation is not shown within \SpecialChar LyX
2074 , only in the output.
2075  For more information see sec.
2076 \begin_inset space \thinspace{}
2077 \end_inset
2078
2079
2080 \begin_inset CommandInset ref
2081 LatexCommand ref
2082 reference "sec:Rotated-Table-Cells"
2083
2084 \end_inset
2085
2086 .
2087 \begin_inset Newline newline
2088 \end_inset
2089
2090
2091 \begin_inset Note Greyedout
2092 status open
2093
2094 \begin_layout Plain Layout
2095
2096 \series bold
2097 Note:
2098 \series default
2099  Not all DVI-viewers are able to display rotations.
2100 \end_layout
2101
2102 \end_inset
2103
2104
2105 \begin_inset Newline newline
2106 \end_inset
2107
2108 The table-wide vertical alignment is used for tables within text lines:
2109 \begin_inset Newline newline
2110 \end_inset
2111
2112 A line with tables with different alignments: 
2113 \begin_inset Tabular
2114 <lyxtabular version="3" rows="2" columns="2">
2115 <features tabularvalignment="top">
2116 <column alignment="center" valignment="top" width="0pt">
2117 <column alignment="center" valignment="top">
2118 <row>
2119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2120 \begin_inset Text
2121
2122 \begin_layout Plain Layout
2123
2124 \end_layout
2125
2126 \end_inset
2127 </cell>
2128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2129 \begin_inset Text
2130
2131 \begin_layout Plain Layout
2132
2133 \family roman
2134 \series medium
2135 \shape up
2136 \size normal
2137 \emph off
2138 \bar no
2139 \noun off
2140 \color none
2141 1
2142 \end_layout
2143
2144 \end_inset
2145 </cell>
2146 </row>
2147 <row>
2148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2149 \begin_inset Text
2150
2151 \begin_layout Plain Layout
2152
2153 \family roman
2154 \series medium
2155 \shape up
2156 \size normal
2157 \emph off
2158 \bar no
2159 \noun off
2160 \color none
2161 A
2162 \end_layout
2163
2164 \end_inset
2165 </cell>
2166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2167 \begin_inset Text
2168
2169 \begin_layout Plain Layout
2170
2171 \end_layout
2172
2173 \end_inset
2174 </cell>
2175 </row>
2176 </lyxtabular>
2177
2178 \end_inset
2179
2180  
2181 \begin_inset Tabular
2182 <lyxtabular version="3" rows="2" columns="2">
2183 <features tabularvalignment="middle">
2184 <column alignment="center" valignment="top">
2185 <column alignment="center" valignment="top">
2186 <row>
2187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2188 \begin_inset Text
2189
2190 \begin_layout Plain Layout
2191
2192 \end_layout
2193
2194 \end_inset
2195 </cell>
2196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2197 \begin_inset Text
2198
2199 \begin_layout Plain Layout
2200
2201 \family roman
2202 \series medium
2203 \shape up
2204 \size normal
2205 \emph off
2206 \bar no
2207 \noun off
2208 \color none
2209 1
2210 \end_layout
2211
2212 \end_inset
2213 </cell>
2214 </row>
2215 <row>
2216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2217 \begin_inset Text
2218
2219 \begin_layout Plain Layout
2220
2221 \family roman
2222 \series medium
2223 \shape up
2224 \size normal
2225 \emph off
2226 \bar no
2227 \noun off
2228 \color none
2229 A
2230 \end_layout
2231
2232 \end_inset
2233 </cell>
2234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2235 \begin_inset Text
2236
2237 \begin_layout Plain Layout
2238
2239 \end_layout
2240
2241 \end_inset
2242 </cell>
2243 </row>
2244 </lyxtabular>
2245
2246 \end_inset
2247
2248  
2249 \begin_inset Tabular
2250 <lyxtabular version="3" rows="2" columns="2">
2251 <features tabularvalignment="bottom">
2252 <column alignment="center" valignment="top" width="0pt">
2253 <column alignment="center" valignment="top">
2254 <row>
2255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2256 \begin_inset Text
2257
2258 \begin_layout Plain Layout
2259
2260 \end_layout
2261
2262 \end_inset
2263 </cell>
2264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2265 \begin_inset Text
2266
2267 \begin_layout Plain Layout
2268
2269 \family roman
2270 \series medium
2271 \shape up
2272 \size normal
2273 \emph off
2274 \bar no
2275 \noun off
2276 \color none
2277 1
2278 \end_layout
2279
2280 \end_inset
2281 </cell>
2282 </row>
2283 <row>
2284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2285 \begin_inset Text
2286
2287 \begin_layout Plain Layout
2288
2289 \family roman
2290 \series medium
2291 \shape up
2292 \size normal
2293 \emph off
2294 \bar no
2295 \noun off
2296 \color none
2297 A
2298 \end_layout
2299
2300 \end_inset
2301 </cell>
2302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2303 \begin_inset Text
2304
2305 \begin_layout Plain Layout
2306
2307 \end_layout
2308
2309 \end_inset
2310 </cell>
2311 </row>
2312 </lyxtabular>
2313
2314 \end_inset
2315
2316
2317 \begin_inset Newline newline
2318 \end_inset
2319
2320 It is also possible to enter a \SpecialChar LaTeX
2321 -argument which is needed for special table
2322  formattings, see sec.
2323 \begin_inset space \thinspace{}
2324 \end_inset
2325
2326
2327 \begin_inset CommandInset ref
2328 LatexCommand ref
2329 reference "subsec:Multicolumn-Calculations"
2330
2331 \end_inset
2332
2333  and 
2334 \begin_inset CommandInset ref
2335 LatexCommand ref
2336 reference "sec:Colored-Tables"
2337
2338 \end_inset
2339
2340 .
2341 \end_layout
2342
2343 \begin_layout Description
2344 Borders In this tab you can add and delete border lines for the current
2345  row/column.
2346 \begin_inset Newline newline
2347 \end_inset
2348
2349 Using the style option 
2350 \family sans
2351 Formal
2352 \family default
2353  will convert the table to a formal table as described in sec.
2354 \begin_inset space \thinspace{}
2355 \end_inset
2356
2357
2358 \begin_inset CommandInset ref
2359 LatexCommand ref
2360 reference "sec:Formal-Tables"
2361
2362 \end_inset
2363
2364 .
2365 \begin_inset Newline newline
2366 \end_inset
2367
2368 You can also add space here to table rows as described in sec.
2369 \begin_inset space \thinspace{}
2370 \end_inset
2371
2372
2373 \begin_inset CommandInset ref
2374 LatexCommand ref
2375 reference "subsec:Row-Spacing"
2376
2377 \end_inset
2378
2379 .
2380 \end_layout
2381
2382 \begin_layout Description
2383 Multi-page
2384 \begin_inset space ~
2385 \end_inset
2386
2387 table This tab is to make a table a multi-page table that can run over several
2388  pages.
2389  Sections
2390 \begin_inset space ~
2391 \end_inset
2392
2393
2394 \begin_inset CommandInset ref
2395 LatexCommand ref
2396 reference "sec:Multi-page-Tables"
2397
2398 \end_inset
2399
2400  and 
2401 \begin_inset CommandInset ref
2402 LatexCommand ref
2403 reference "sec:Special-Longtable-Issues"
2404
2405 \end_inset
2406
2407  describe the multi-page table features in detail.
2408 \end_layout
2409
2410 \begin_layout Section
2411 Table Toolbar
2412 \begin_inset Index idx
2413 status collapsed
2414
2415 \begin_layout Plain Layout
2416 Table ! Toolbar
2417 \end_layout
2418
2419 \end_inset
2420
2421
2422 \end_layout
2423
2424 \begin_layout Standard
2425 The table toolbar is an alternative to the table dialog to be able to alter
2426  tables faster.
2427  It should normally appear at the bottom of \SpecialChar LyX
2428 's main window when the cursor
2429  is inside a table.
2430  You can alternatively switch it on to appear always, by right-clicking
2431  in \SpecialChar LyX
2432 's main menu bar.
2433 \end_layout
2434
2435 \begin_layout Standard
2436 The toolbar has the following icons:
2437 \end_layout
2438
2439 \begin_layout Labeling
2440 \labelwidthstring 00.00.0000
2441 \begin_inset Info
2442 type  "icon"
2443 arg   "tabular-feature append-row"
2444 \end_inset
2445
2446  adds a row below the current cell or selection
2447 \end_layout
2448
2449 \begin_layout Labeling
2450 \labelwidthstring 00.00.0000
2451 \begin_inset Info
2452 type  "icon"
2453 arg   "tabular-feature append-column"
2454 \end_inset
2455
2456  adds a column right beside the current cell or selection
2457 \end_layout
2458
2459 \begin_layout Labeling
2460 \labelwidthstring 00.00.0000
2461 \begin_inset Info
2462 type  "icon"
2463 arg   "tabular-feature delete-row"
2464 \end_inset
2465
2466  deletes the current row or selection
2467 \end_layout
2468
2469 \begin_layout Labeling
2470 \labelwidthstring 00.00.0000
2471 \begin_inset Info
2472 type  "icon"
2473 arg   "tabular-feature delete-column"
2474 \end_inset
2475
2476  deletes the current column or selection
2477 \end_layout
2478
2479 \begin_layout Labeling
2480 \labelwidthstring 00.00.0000
2481 \begin_inset Info
2482 type  "icon"
2483 arg   "tabular-feature move-row-up"
2484 \end_inset
2485
2486  moves the row up
2487 \end_layout
2488
2489 \begin_layout Labeling
2490 \labelwidthstring 00.00.0000
2491 \begin_inset Info
2492 type  "icon"
2493 arg   "tabular-feature move-column-left"
2494 \end_inset
2495
2496  moves the column to the left
2497 \end_layout
2498
2499 \begin_layout Labeling
2500 \labelwidthstring 00.00.0000
2501 \begin_inset Info
2502 type  "icon"
2503 arg   "tabular-feature move-row-down"
2504 \end_inset
2505
2506  moves the row down
2507 \end_layout
2508
2509 \begin_layout Labeling
2510 \labelwidthstring 00.00.0000
2511 \begin_inset Info
2512 type  "icon"
2513 arg   "tabular-feature move-column-right"
2514 \end_inset
2515
2516  moves the column to the right
2517 \end_layout
2518
2519 \begin_layout Labeling
2520 \labelwidthstring 00.00.0000
2521 \begin_inset Info
2522 type  "icon"
2523 arg   "tabular-feature toggle-line-top"
2524 \end_inset
2525
2526  adds a line at the top of the current cell / row or of a selection
2527 \end_layout
2528
2529 \begin_layout Labeling
2530 \labelwidthstring 00.00.0000
2531 \begin_inset Info
2532 type  "icon"
2533 arg   "tabular-feature toggle-line-bottom"
2534 \end_inset
2535
2536  adds a line at the bottom of the current cell / row or of a selection
2537 \end_layout
2538
2539 \begin_layout Labeling
2540 \labelwidthstring 00.00.0000
2541 \begin_inset Info
2542 type  "icon"
2543 arg   "tabular-feature toggle-line-left"
2544 \end_inset
2545
2546  adds a line at the left side of the current cell / row or of a selection
2547 \end_layout
2548
2549 \begin_layout Labeling
2550 \labelwidthstring 00.00.0000
2551 \begin_inset Info
2552 type  "icon"
2553 arg   "tabular-feature toggle-line-right"
2554 \end_inset
2555
2556  adds a line at the right side of the current cell / row or of a selection
2557 \end_layout
2558
2559 \begin_layout Labeling
2560 \labelwidthstring 00.00.0000
2561 \begin_inset Info
2562 type  "icon"
2563 arg   "tabular-feature set-all-lines"
2564 \end_inset
2565
2566  adds lines around the current or selected cells - if the current cell no
2567  multicolumn cell this also affects the current row and column
2568 \end_layout
2569
2570 \begin_layout Labeling
2571 \labelwidthstring 00.00.0000
2572 \begin_inset Info
2573 type  "icon"
2574 arg   "tabular-feature unset-all-lines"
2575 \end_inset
2576
2577  deletes all lines of the current or selected cells - if the current cell
2578  no multicolumn cell this also affects the current row and column
2579 \end_layout
2580
2581 \begin_layout Labeling
2582 \labelwidthstring 00.00.0000
2583 \begin_inset Info
2584 type  "icon"
2585 arg   "tabular-feature m-align-left"
2586 \end_inset
2587
2588  left-aligns the content of the current cell / column
2589 \end_layout
2590
2591 \begin_layout Labeling
2592 \labelwidthstring 00.00.0000
2593 \begin_inset Info
2594 type  "icon"
2595 arg   "tabular-feature m-align-center"
2596 \end_inset
2597
2598  centers the content of the current cell / column horizontally
2599 \end_layout
2600
2601 \begin_layout Labeling
2602 \labelwidthstring 00.00.0000
2603 \begin_inset Info
2604 type  "icon"
2605 arg   "tabular-feature m-align-right"
2606 \end_inset
2607
2608  right-aligns the content of the current cell / column
2609 \end_layout
2610
2611 \begin_layout Labeling
2612 \labelwidthstring 00.00.0000
2613 \begin_inset Info
2614 type  "icon"
2615 arg   "tabular-feature align-decimal"
2616 \end_inset
2617
2618  aligns the content of the current column at a character
2619 \end_layout
2620
2621 \begin_layout Labeling
2622 \labelwidthstring 00.00.0000
2623 \begin_inset Info
2624 type  "icon"
2625 arg   "tabular-feature m-valign-top"
2626 \end_inset
2627
2628  aligns the content of the current cell vertically to the top
2629 \end_layout
2630
2631 \begin_layout Labeling
2632 \labelwidthstring 00.00.0000
2633 \begin_inset Info
2634 type  "icon"
2635 arg   "tabular-feature m-valign-middle"
2636 \end_inset
2637
2638  centers the content of the current cell vertically
2639 \end_layout
2640
2641 \begin_layout Labeling
2642 \labelwidthstring 00.00.0000
2643 \begin_inset Info
2644 type  "icon"
2645 arg   "tabular-feature m-valign-bottom"
2646 \end_inset
2647
2648  aligns the content of the current cell vertically to the bottom
2649 \end_layout
2650
2651 \begin_layout Labeling
2652 \labelwidthstring 00.00.0000
2653 \begin_inset Info
2654 type  "icon"
2655 arg   "tabular-feature set-rotate-cell"
2656 \end_inset
2657
2658  rotates the current cell or selection counter-clockwise by 90°
2659 \end_layout
2660
2661 \begin_layout Labeling
2662 \labelwidthstring 00.00.0000
2663 \begin_inset Info
2664 type  "icon"
2665 arg   "tabular-feature set-rotate-tabular"
2666 \end_inset
2667
2668  rotates the whole table counter-clockwise by 90°
2669 \end_layout
2670
2671 \begin_layout Labeling
2672 \labelwidthstring 00.00.0000
2673 \begin_inset Info
2674 type  "icon"
2675 arg   "tabular-feature multicolumn"
2676 \end_inset
2677
2678  sets the current cell or selection as a multicolumn
2679 \end_layout
2680
2681 \begin_layout Labeling
2682 \labelwidthstring 00.00.0000
2683 \begin_inset Info
2684 type  "icon"
2685 arg   "tabular-feature multirow"
2686 \end_inset
2687
2688  sets the current cell or selection as a multirow
2689 \end_layout
2690
2691 \begin_layout Standard
2692 \begin_inset Note Greyedout
2693 status open
2694
2695 \begin_layout Plain Layout
2696
2697 \series bold
2698 Note:
2699 \series default
2700  For the output the vertical alignment of the first cell in a row is used
2701  for all following cells in the row.
2702 \end_layout
2703
2704 \end_inset
2705
2706
2707 \end_layout
2708
2709 \begin_layout Section
2710 Edit Table Menu
2711 \begin_inset Index idx
2712 status collapsed
2713
2714 \begin_layout Plain Layout
2715 Table ! Edit Menu
2716 \end_layout
2717
2718 \end_inset
2719
2720
2721 \end_layout
2722
2723 \begin_layout Standard
2724 In addition to the table dialog and toolbar, the menu 
2725 \family sans
2726 Edit\SpecialChar menuseparator
2727 Table
2728 \family default
2729  allows you to add and delete border lines for the current row/column and
2730  to set the current selection as multicolumn.
2731  The menu is only available when the cursor is inside a table.
2732 \end_layout
2733
2734 \begin_layout Section
2735 Table Floats
2736 \begin_inset CommandInset label
2737 LatexCommand label
2738 name "sec:Table-Floats"
2739
2740 \end_inset
2741
2742
2743 \begin_inset Index idx
2744 status collapsed
2745
2746 \begin_layout Plain Layout
2747 Floats ! Tables
2748 \end_layout
2749
2750 \end_inset
2751
2752
2753 \begin_inset Index idx
2754 status collapsed
2755
2756 \begin_layout Plain Layout
2757 Table ! Floats
2758 \end_layout
2759
2760 \end_inset
2761
2762
2763 \end_layout
2764
2765 \begin_layout Standard
2766 For general explanations about floats, have a look at section
2767 \begin_inset space ~
2768 \end_inset
2769
2770
2771 \begin_inset CommandInset ref
2772 LatexCommand ref
2773 reference "sec:FloatIntroduction"
2774
2775 \end_inset
2776
2777 .
2778 \end_layout
2779
2780 \begin_layout Standard
2781 \begin_inset Float table
2782 placement h
2783 wide false
2784 sideways false
2785 status open
2786
2787 \begin_layout Plain Layout
2788 \begin_inset Caption Standard
2789
2790 \begin_layout Plain Layout
2791 \begin_inset CommandInset label
2792 LatexCommand label
2793 name "tab:a table float"
2794
2795 \end_inset
2796
2797 A table float.
2798 \end_layout
2799
2800 \end_inset
2801
2802
2803 \end_layout
2804
2805 \begin_layout Plain Layout
2806 \align center
2807 \begin_inset Tabular
2808 <lyxtabular version="3" rows="3" columns="3">
2809 <features tabularvalignment="middle">
2810 <column alignment="center" valignment="top" width="0pt">
2811 <column alignment="center" valignment="top" width="0pt">
2812 <column alignment="center" valignment="top" width="0pt">
2813 <row>
2814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Plain Layout
2818
2819 \family roman
2820 \series medium
2821 \shape up
2822 \size normal
2823 \emph off
2824 \bar no
2825 \noun off
2826 \color none
2827 1
2828 \end_layout
2829
2830 \end_inset
2831 </cell>
2832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2833 \begin_inset Text
2834
2835 \begin_layout Plain Layout
2836
2837 \family roman
2838 \series medium
2839 \shape up
2840 \size normal
2841 \emph off
2842 \bar no
2843 \noun off
2844 \color none
2845 2
2846 \end_layout
2847
2848 \end_inset
2849 </cell>
2850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2851 \begin_inset Text
2852
2853 \begin_layout Plain Layout
2854
2855 \family roman
2856 \series medium
2857 \shape up
2858 \size normal
2859 \emph off
2860 \bar no
2861 \noun off
2862 \color none
2863 3
2864 \end_layout
2865
2866 \end_inset
2867 </cell>
2868 </row>
2869 <row>
2870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2871 \begin_inset Text
2872
2873 \begin_layout Plain Layout
2874
2875 \family roman
2876 \series medium
2877 \shape up
2878 \size normal
2879 \emph off
2880 \bar no
2881 \noun off
2882 \color none
2883 Joe
2884 \end_layout
2885
2886 \end_inset
2887 </cell>
2888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2889 \begin_inset Text
2890
2891 \begin_layout Plain Layout
2892
2893 \family roman
2894 \series medium
2895 \shape up
2896 \size normal
2897 \emph off
2898 \bar no
2899 \noun off
2900 \color none
2901 Mary
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910
2911 \family roman
2912 \series medium
2913 \shape up
2914 \size normal
2915 \emph off
2916 \bar no
2917 \noun off
2918 \color none
2919 Ted
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 </row>
2925 <row>
2926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930
2931 \family roman
2932 \series medium
2933 \shape up
2934 \size normal
2935 \emph off
2936 \bar no
2937 \noun off
2938 \color none
2939 \begin_inset Formula $\int x^{2}dx$
2940 \end_inset
2941
2942
2943 \end_layout
2944
2945 \end_inset
2946 </cell>
2947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951
2952 \family roman
2953 \series medium
2954 \shape up
2955 \size normal
2956 \emph off
2957 \bar no
2958 \noun off
2959 \color none
2960 \begin_inset Formula $\left[\begin{array}{cc}
2961 a & b\\
2962 c & d
2963 \end{array}\right]$
2964 \end_inset
2965
2966
2967 \end_layout
2968
2969 \end_inset
2970 </cell>
2971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2972 \begin_inset Text
2973
2974 \begin_layout Plain Layout
2975
2976 \family roman
2977 \series medium
2978 \shape up
2979 \size normal
2980 \emph off
2981 \bar no
2982 \noun off
2983 \color none
2984 \begin_inset Formula $1+1=2$
2985 \end_inset
2986
2987
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 </row>
2993 </lyxtabular>
2994
2995 \end_inset
2996
2997
2998 \end_layout
2999
3000 \end_inset
3001
3002
3003 \end_layout
3004
3005 \begin_layout Standard
3006 Table floats can be inserted using the menu 
3007 \family sans
3008 Insert\SpecialChar menuseparator
3009 Float\SpecialChar menuseparator
3010 Table
3011 \family default
3012  or the toolbar button 
3013 \begin_inset Info
3014 type  "icon"
3015 arg   "float-insert table"
3016 \end_inset
3017
3018 .
3019 \end_layout
3020
3021 \begin_layout Standard
3022 The float appears as a collapsible box with a caption that has the label
3023  
3024 \begin_inset Quotes eld
3025 \end_inset
3026
3027 Table
3028 \begin_inset space ~
3029 \end_inset
3030
3031 #:
3032 \begin_inset Quotes erd
3033 \end_inset
3034
3035  (# is the actual table number).
3036  You can insert tables in the float above or below the caption.
3037 \end_layout
3038
3039 \begin_layout Standard
3040 Table
3041 \begin_inset space ~
3042 \end_inset
3043
3044
3045 \begin_inset CommandInset ref
3046 LatexCommand ref
3047 reference "tab:a table float"
3048
3049 \end_inset
3050
3051  is an example table within a table float.
3052 \end_layout
3053
3054 \begin_layout Standard
3055 Having the caption above the table is the common rule that is unfortunately
3056  not supported in \SpecialChar LaTeX
3057 's standard classes.
3058  This means that, if you are using the document classes 
3059 \family sans
3060 article
3061 \family default
3062
3063 \family sans
3064 book
3065 \family default
3066
3067 \family sans
3068 letter
3069 \family default
3070 , or 
3071 \family sans
3072 report
3073 \family default
3074 , there will be no space between the caption and the table.
3075  To insert the needed space, add the following option to the load command
3076  of the \SpecialChar LaTeX
3077 -package 
3078 \series bold
3079 caption
3080 \series default
3081
3082 \begin_inset Index idx
3083 status collapsed
3084
3085 \begin_layout Plain Layout
3086 \SpecialChar LaTeX
3087 -packages ! caption
3088 \end_layout
3089
3090 \end_inset
3091
3092  in your document preamble:
3093 \begin_inset Foot
3094 status collapsed
3095
3096 \begin_layout Plain Layout
3097 For more information have a look at section
3098 \begin_inset space ~
3099 \end_inset
3100
3101
3102 \begin_inset CommandInset ref
3103 LatexCommand ref
3104 reference "sec:Caption-Placement"
3105
3106 \end_inset
3107
3108 .
3109 \end_layout
3110
3111 \end_inset
3112
3113
3114 \end_layout
3115
3116 \begin_layout Standard
3117
3118 \series bold
3119 tableposition=top
3120 \end_layout
3121
3122 \begin_layout Standard
3123 The package 
3124 \series bold
3125 caption
3126 \series default
3127 , which is described in section
3128 \begin_inset space ~
3129 \end_inset
3130
3131
3132 \begin_inset CommandInset ref
3133 LatexCommand ref
3134 reference "sec:Caption-Formatting"
3135
3136 \end_inset
3137
3138 , is used to adjust the caption format.
3139 \end_layout
3140
3141 \begin_layout Standard
3142 \begin_inset Index idx
3143 status collapsed
3144
3145 \begin_layout Plain Layout
3146 References ! to Tables
3147 \end_layout
3148
3149 \end_inset
3150
3151 Tables can be cross-referenced in the text by referencing their label.
3152  To do this insert a label in the caption using the menu 
3153 \family sans
3154 Insert\SpecialChar menuseparator
3155 Label
3156 \family default
3157  or the toolbar button 
3158 \begin_inset Info
3159 type  "icon"
3160 arg   "label-insert"
3161 \end_inset
3162
3163 .
3164  You can now refer to the label using the menu 
3165 \family sans
3166 Insert\SpecialChar menuseparator
3167 Cross
3168 \begin_inset space ~
3169 \end_inset
3170
3171 reference
3172 \family default
3173  or the toolbar button 
3174 \begin_inset Info
3175 type  "icon"
3176 arg   "dialog-show-new-inset ref"
3177 \end_inset
3178
3179 .
3180 \begin_inset Newline newline
3181 \end_inset
3182
3183 Referencing is explained in detail in section
3184 \begin_inset space ~
3185 \end_inset
3186
3187
3188 \begin_inset CommandInset ref
3189 LatexCommand ref
3190 reference "sec:Referencing-Floats"
3191
3192 \end_inset
3193
3194 .
3195 \end_layout
3196
3197 \begin_layout Section
3198
3199 \family sans
3200 Multi-page Table
3201 \family default
3202 s
3203 \begin_inset CommandInset label
3204 LatexCommand label
3205 name "sec:Multi-page-Tables"
3206
3207 \end_inset
3208
3209
3210 \begin_inset Index idx
3211 status collapsed
3212
3213 \begin_layout Plain Layout
3214 Multi-page Table
3215 \end_layout
3216
3217 \end_inset
3218
3219
3220 \begin_inset Index idx
3221 status collapsed
3222
3223 \begin_layout Plain Layout
3224 Table ! Multi-page Table
3225 \end_layout
3226
3227 \end_inset
3228
3229
3230 \end_layout
3231
3232 \begin_layout Standard
3233 If the table is too long to fit on one page, you can use the option 
3234 \family sans
3235 Use
3236 \begin_inset space ~
3237 \end_inset
3238
3239 multi-page
3240 \family default
3241  table in the tab 
3242 \family sans
3243 Multi-page
3244 \begin_inset space ~
3245 \end_inset
3246
3247 table
3248 \family default
3249  of the table dialog to split the table automatically over more pages.
3250  Doing this enables the following options:
3251 \end_layout
3252
3253 \begin_layout Description
3254 Header: The current row is defined to be a header row that appears on all
3255  pages of the multi-page table; except for the first page, if 
3256 \family sans
3257 First
3258 \begin_inset space ~
3259 \end_inset
3260
3261 header
3262 \family default
3263  is defined.
3264  This is therefore called the main header.
3265 \end_layout
3266
3267 \begin_layout Description
3268 First
3269 \begin_inset space ~
3270 \end_inset
3271
3272 header: The current row is defined to be a header row that appears on the
3273  first page of the multi-page table.
3274 \end_layout
3275
3276 \begin_layout Description
3277 Footer: The current row is defined to be a footer row that appears on all
3278  pages of the multi-page table; except for the last page, if 
3279 \family sans
3280 Last
3281 \begin_inset space ~
3282 \end_inset
3283
3284 footer
3285 \family default
3286  is defined.
3287 \end_layout
3288
3289 \begin_layout Description
3290 Last
3291 \begin_inset space ~
3292 \end_inset
3293
3294 footer: The current row is defined to be a footer row that appears on the
3295  last page of the multi-page table.
3296 \end_layout
3297
3298 \begin_layout Description
3299 Caption: The current row contains the table caption.
3300  The row is reset as single column and a caption is inserted.
3301  More about multi-page table captions is explained in sec.
3302 \begin_inset space \thinspace{}
3303 \end_inset
3304
3305
3306 \begin_inset CommandInset ref
3307 LatexCommand ref
3308 reference "subsec:Multi-page-Table-Captions"
3309
3310 \end_inset
3311
3312 .
3313 \end_layout
3314
3315 \begin_layout Standard
3316 You can also specify a row where the table is split.
3317  See the following multi-page table to see how it works:
3318 \begin_inset Separator latexpar
3319 \end_inset
3320
3321
3322 \end_layout
3323
3324 \begin_layout Standard
3325 \align center
3326 \begin_inset Tabular
3327 <lyxtabular version="3" rows="69" columns="3">
3328 <features islongtable="true" longtabularalignment="center">
3329 <column alignment="left" valignment="top" width="0cm">
3330 <column alignment="left" valignment="top" width="0pt">
3331 <column alignment="center" valignment="top" width="0pt">
3332 <row endfirsthead="true">
3333 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337
3338 \series bold
3339 Example Phone List (ignore the names)
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 </row>
3363 <row endfirsthead="true">
3364 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368
3369 \series bold
3370 NAME
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 TEL.
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 </row>
3396 <row endhead="true">
3397 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401
3402 \series bold
3403 Example Phone List
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 <row endhead="true">
3428 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432
3433 \series bold
3434 NAME
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452
3453 \series bold
3454 TEL.
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 </row>
3460 <row endfoot="true">
3461 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465  continued on next page
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row>
3490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494
3495 \series bold
3496 Annovi
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="center" valignment="top" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505 Silvia
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 111
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 </row>
3520 <row>
3521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525
3526 \series bold
3527 Bertoli
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 <cell alignment="center" valignment="top" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536 Stefano
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 111
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row>
3552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556
3557 \series bold
3558 Bozzi
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 Walter
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 111
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 </row>
3582 <row>
3583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587
3588 \series bold
3589 Cachia
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 <cell alignment="center" valignment="top" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598 Maria
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 111
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 </row>
3613 <row>
3614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618
3619 \series bold
3620 Cachia
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 <cell alignment="center" valignment="top" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629 Maurizio
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 111
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row>
3645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649
3650 \series bold
3651 Cinquemani
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 <cell alignment="center" valignment="top" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 Giusi
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 111
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 </row>
3675 <row>
3676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680
3681 \series bold
3682 Colin
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 <cell alignment="center" valignment="top" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691 Bernard
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 111
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 </row>
3706 <row>
3707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711
3712 \series bold
3713 Concli
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722 Gianfranco
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 111
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 </row>
3737 <row>
3738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742
3743 \series bold
3744 Dal Bosco
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 <cell alignment="center" valignment="top" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753 Carolina
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 111
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 </row>
3768 <row>
3769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773
3774 \series bold
3775 Dalpiaz
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 <cell alignment="center" valignment="top" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784 Annamaria
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 111
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 </row>
3799 <row>
3800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804
3805 \series bold
3806 Feliciello
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815 Domenico
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 111
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 </row>
3830 <row>
3831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835
3836 \series bold
3837 Focarelli
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846 Paola
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 111
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 </row>
3861 <row>
3862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866
3867 \series bold
3868 Galletti
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 <cell alignment="center" valignment="top" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877 Oreste
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 111
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 </row>
3892 <row>
3893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897
3898 \series bold
3899 Gasparini
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 <cell alignment="center" valignment="top" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908 Franca
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 111
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 </row>
3923 <row>
3924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928
3929 \series bold
3930 Rizzardi
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 Paola
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 111
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 </row>
3954 <row>
3955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959
3960 \series bold
3961 Lassini
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 Giancarlo
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 111
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 </row>
3985 <row>
3986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990
3991 \series bold
3992 Malfatti
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 <cell alignment="center" valignment="top" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001 Luciano
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 111
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 </row>
4016 <row>
4017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021
4022 \series bold
4023 Malfatti
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 <cell alignment="center" valignment="top" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 Valeriano
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 111
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 </row>
4047 <row>
4048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052
4053 \series bold
4054 Meneguzzo
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 Roberto
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 111
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 </row>
4078 <row>
4079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083
4084 \series bold
4085 Mezzadra
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 <cell alignment="center" valignment="top" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094 Roberto
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 111
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 <row>
4110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114
4115 \series bold
4116 Pirpamer
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 Erich
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 111
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 </row>
4140 <row>
4141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145
4146 \series bold
4147 Pochiesa
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell alignment="center" valignment="top" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 Paolo
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 111, 222
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 </row>
4171 <row>
4172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176
4177 \series bold
4178 Radina
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell alignment="center" valignment="top" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187 Claudio
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 111
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 </row>
4202 <row>
4203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207
4208 \series bold
4209 Stuffer
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 Oskar
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 111
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 </row>
4233 <row>
4234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238
4239 \series bold
4240 Tacchelli
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 Ugo
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 111
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 </row>
4264 <row>
4265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269
4270 \series bold
4271 Tezzele
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 Margit
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 111
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 </row>
4295 <row>
4296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300
4301 \series bold
4302 Unterkalmsteiner
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 Frieda
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 111
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 </row>
4326 <row>
4327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331
4332 \series bold
4333 Vieider
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 Hilde
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 111
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 </row>
4357 <row>
4358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362
4363 \series bold
4364 Vigna
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 Jürgen
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 111
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 </row>
4388 <row>
4389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393
4394 \series bold
4395 Weber
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 Maurizio
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 111
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 </row>
4419 <row>
4420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424
4425 \series bold
4426 Winkler
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 Franz
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 111
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 </row>
4450 <row>
4451 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455  
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484
4485 \series bold
4486 Annovi
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 <cell alignment="center" valignment="top" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 Silvia
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 555
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 <row>
4511 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515
4516 \series bold
4517 Bertoli
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 <cell alignment="center" valignment="top" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526 Stefano
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 555
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 </row>
4541 <row>
4542 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546
4547 \series bold
4548 Bozzi
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557 Walter
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 555
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 </row>
4572 <row>
4573 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577
4578 \series bold
4579 Cachia
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 <cell alignment="center" valignment="top" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 Maria
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 555
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 </row>
4603 <row>
4604 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608
4609 \series bold
4610 Cachia
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 Maurizio
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 555
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 </row>
4634 <row>
4635 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639
4640 \series bold
4641 Cinquemani
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 <cell alignment="center" valignment="top" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650 Giusi
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 555
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 </row>
4665 <row>
4666 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670
4671 \series bold
4672 Colin
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681 Bernard
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 555
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 </row>
4696 <row>
4697 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701
4702 \series bold
4703 Concli
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 <cell alignment="center" valignment="top" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712 Gianfranco
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 555
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 </row>
4727 <row>
4728 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732
4733 \series bold
4734 Dal Bosco
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 <cell alignment="center" valignment="top" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743 Carolina
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 555
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 </row>
4758 <row>
4759 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763
4764 \series bold
4765 Dalpiaz
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 <cell alignment="center" valignment="top" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774 Annamaria
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 555
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 </row>
4789 <row>
4790 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794
4795 \series bold
4796 Feliciello
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805 Domenico
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 555
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 </row>
4820 <row>
4821 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825
4826 \series bold
4827 Focarelli
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836 Paola
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 555
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 </row>
4851 <row>
4852 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856
4857 \series bold
4858 Galletti
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867 Oreste
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 555
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 </row>
4882 <row>
4883 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887
4888 \series bold
4889 Gasparini
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 <cell alignment="center" valignment="top" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898 Franca
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 555
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 </row>
4913 <row>
4914 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918
4919 \series bold
4920 Rizzardi
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell alignment="center" valignment="top" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929 Paola
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 555
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 </row>
4944 <row>
4945 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949
4950 \series bold
4951 Lassini
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 <cell alignment="center" valignment="top" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960 Giancarlo
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 555
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 </row>
4975 <row>
4976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980
4981 \series bold
4982 Malfatti
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991 Luciano
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 555
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 </row>
5006 <row>
5007 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011
5012 \series bold
5013 Malfatti
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 <cell alignment="center" valignment="top" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022 Valeriano
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 555
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 </row>
5037 <row>
5038 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042
5043 \series bold
5044 Meneguzzo
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 <cell alignment="center" valignment="top" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053 Roberto
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 555
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 </row>
5068 <row>
5069 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073
5074 \series bold
5075 Mezzadra
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084 Roberto
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 555
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 </row>
5099 <row>
5100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104
5105 \series bold
5106 Pirpamer
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 <cell alignment="center" valignment="top" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115 Erich
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 555
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 </row>
5130 <row>
5131 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135
5136 \series bold
5137 Pochiesa
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 <cell alignment="center" valignment="top" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146 Paolo
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 555, 222
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 </row>
5161 <row>
5162 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166
5167 \series bold
5168 Radina
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell alignment="center" valignment="top" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 Claudio
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 555
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 </row>
5192 <row>
5193 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197
5198 \series bold
5199 Stuffer
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 <cell alignment="center" valignment="top" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208 Oskar
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217 555
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 </row>
5223 <row>
5224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228
5229 \series bold
5230 Tacchelli
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 <cell alignment="center" valignment="top" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 Ugo
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 555
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 </row>
5254 <row>
5255 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259
5260 \series bold
5261 Tezzele
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 <cell alignment="center" valignment="top" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270 Margit
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 555
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 </row>
5285 <row>
5286 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290
5291 \series bold
5292 Unterkalmsteiner
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 <cell alignment="center" valignment="top" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301 Frieda
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310 555
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 </row>
5316 <row>
5317 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321
5322 \series bold
5323 Vieider
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 <cell alignment="center" valignment="top" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332 Hilde
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 555
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 </row>
5347 <row>
5348 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352
5353 \series bold
5354 Vigna
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 <cell alignment="center" valignment="top" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Plain Layout
5363 Jürgen
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372 999
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 </row>
5378 <row>
5379 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383
5384 \series bold
5385 Weber
5386 \end_layout
5387
5388 \end_inset
5389 </cell>
5390 <cell alignment="center" valignment="top" usebox="none">
5391 \begin_inset Text
5392
5393 \begin_layout Plain Layout
5394 Maurizio
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 555
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 </row>
5409 <row>
5410 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414
5415 \series bold
5416 Winkler
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Plain Layout
5425 Franz
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 555
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 </row>
5440 <row endlastfoot="true">
5441 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 end
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 </row>
5469 </lyxtabular>
5470
5471 \end_inset
5472
5473
5474 \begin_inset ERT
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478
5479
5480 \backslash
5481 addtocounter{table}{-1}
5482 \end_layout
5483
5484 \end_inset
5485
5486
5487 \begin_inset Note Note
5488 status collapsed
5489
5490 \begin_layout Plain Layout
5491 See the first greyed-out note in section
5492 \begin_inset space ~
5493 \end_inset
5494
5495
5496 \begin_inset CommandInset ref
5497 LatexCommand ref
5498 reference "subsec:Multi-page-Table-Captions"
5499
5500 \end_inset
5501
5502  for an explanation of this command.
5503 \end_layout
5504
5505 \end_inset
5506
5507
5508 \end_layout
5509
5510 \begin_layout Subsection
5511 Footnotes in Multi-page tables
5512 \begin_inset CommandInset label
5513 LatexCommand label
5514 name "subsec:Footnotes-in-Multi-page"
5515
5516 \end_inset
5517
5518
5519 \begin_inset Index idx
5520 status collapsed
5521
5522 \begin_layout Plain Layout
5523 Table ! Multi-page Table ! Footnotes
5524 \end_layout
5525
5526 \end_inset
5527
5528
5529 \end_layout
5530
5531 \begin_layout Standard
5532 Footnotes can be inserted to every Multi-page table cell.
5533  They appear at the bottom of the page where the table cell with the footnote
5534  appears.
5535  Table
5536 \begin_inset space ~
5537 \end_inset
5538
5539
5540 \begin_inset CommandInset ref
5541 LatexCommand ref
5542 reference "tab:DiffCaptions"
5543
5544 \end_inset
5545
5546  has for example a footnote.
5547 \end_layout
5548
5549 \begin_layout Subsection
5550 Multi-page Table Alignment
5551 \begin_inset Index idx
5552 status collapsed
5553
5554 \begin_layout Plain Layout
5555 Table ! Multi-page Table ! Alignment
5556 \end_layout
5557
5558 \end_inset
5559
5560
5561 \end_layout
5562
5563 \begin_layout Standard
5564 The horizontal alignment of multi-page tables can be set in the table settings
5565  dialog.
5566  For left- and right-alignment the table will be directly at the page border.
5567  To add space between the table and the border one has to set the alignment
5568  to center and change the value of the \SpecialChar LaTeX
5569 -lengths 
5570 \series bold
5571
5572 \backslash
5573 LTleft 
5574 \series default
5575 or 
5576 \series bold
5577
5578 \backslash
5579 LTright
5580 \series default
5581  by inserting this line as \SpecialChar TeX
5582  Code before the multi-page table:
5583 \end_layout
5584
5585 \begin_layout Standard
5586
5587 \series bold
5588
5589 \backslash
5590 setlength{
5591 \backslash
5592 LTleft}{value}
5593 \end_layout
5594
5595 \begin_layout Standard
5596 The value can have any of the units listed in Table
5597 \begin_inset space ~
5598 \end_inset
5599
5600
5601 \begin_inset CommandInset ref
5602 LatexCommand ref
5603 reference "tab:Units"
5604
5605 \end_inset
5606
5607 .
5608  
5609 \series bold
5610
5611 \backslash
5612 LTleft
5613 \series default
5614  controls the horizontal distance from the left page border to the multi-page
5615  table, 
5616 \series bold
5617
5618 \backslash
5619 LTright
5620 \series default
5621  the distance from the right side.
5622  The default value for both lengths is 
5623 \series bold
5624
5625 \backslash
5626 fill
5627 \series default
5628 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5629 .
5630 \end_layout
5631
5632 \begin_layout Standard
5633 The following multi-page table was centered and 
5634 \series bold
5635
5636 \backslash
5637 LTleft
5638 \series default
5639  set to 
5640 \family sans
5641 0.1
5642 \backslash
5643 columnwidth
5644 \family default
5645 :
5646 \begin_inset ERT
5647 status collapsed
5648
5649 \begin_layout Plain Layout
5650
5651
5652 \backslash
5653 setlength{
5654 \backslash
5655 LTleft}{0.1
5656 \backslash
5657 columnwidth}
5658 \end_layout
5659
5660 \end_inset
5661
5662
5663 \end_layout
5664
5665 \begin_layout Standard
5666 \begin_inset Tabular
5667 <lyxtabular version="3" rows="5" columns="5">
5668 <features islongtable="true" longtabularalignment="center">
5669 <column alignment="center" valignment="top">
5670 <column alignment="center" valignment="top" width="0pt">
5671 <column alignment="center" valignment="top">
5672 <column alignment="center" valignment="top">
5673 <column alignment="center" valignment="top">
5674 <row>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 1
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 2
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 3
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 4
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 5
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 </row>
5721 <row>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 asd
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 s
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 s
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 s
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 asd
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 </row>
5768 <row>
5769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 asd
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 s
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 s
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 s
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 asd
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 </row>
5815 <row>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 asd
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 s
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 s
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 s
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 asd
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 </row>
5862 <row>
5863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 asd
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 asd
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 asd
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 asd
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 asd
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 </row>
5909 </lyxtabular>
5910
5911 \end_inset
5912
5913
5914 \begin_inset ERT
5915 status collapsed
5916
5917 \begin_layout Plain Layout
5918
5919
5920 \backslash
5921 setlength{
5922 \backslash
5923 LTleft}{
5924 \backslash
5925 fill}
5926 \end_layout
5927
5928 \end_inset
5929
5930
5931 \begin_inset ERT
5932 status collapsed
5933
5934 \begin_layout Plain Layout
5935
5936
5937 \backslash
5938 addtocounter{table}{-1}
5939 \end_layout
5940
5941 \end_inset
5942
5943
5944 \begin_inset Note Note
5945 status collapsed
5946
5947 \begin_layout Plain Layout
5948 See the first greyed-out note in section
5949 \begin_inset space ~
5950 \end_inset
5951
5952
5953 \begin_inset CommandInset ref
5954 LatexCommand ref
5955 reference "subsec:Multi-page-Table-Captions"
5956
5957 \end_inset
5958
5959  for an explanation of this command.
5960 \end_layout
5961
5962 \end_inset
5963
5964
5965 \end_layout
5966
5967 \begin_layout Subsection
5968 Multi-page Table Captions
5969 \begin_inset Index idx
5970 status collapsed
5971
5972 \begin_layout Plain Layout
5973 Table ! Multi-page Table ! Captions
5974 \end_layout
5975
5976 \end_inset
5977
5978
5979 \begin_inset CommandInset label
5980 LatexCommand label
5981 name "subsec:Multi-page-Table-Captions"
5982
5983 \end_inset
5984
5985
5986 \end_layout
5987
5988 \begin_layout Standard
5989 A multi-page table cannot be put into a table float because floats can only
5990  be on one page.
5991  But the caption environment of floats can also be used for multi-page tables
5992  when you use the multi-page table option 
5993 \family sans
5994 Caption
5995 \family default
5996  as described in sec.
5997 \begin_inset space \thinspace{}
5998 \end_inset
5999
6000
6001 \begin_inset CommandInset ref
6002 LatexCommand ref
6003 reference "sec:Multi-page-Tables"
6004
6005 \end_inset
6006
6007 .
6008  Only one table row should contain a caption, either a header or a footer
6009  row.
6010 \end_layout
6011
6012 \begin_layout Standard
6013 Here is a short multi-page table to see how it works:
6014 \end_layout
6015
6016 \begin_layout Standard
6017 \begin_inset Tabular
6018 <lyxtabular version="3" rows="6" columns="5">
6019 <features islongtable="true" longtabularalignment="center">
6020 <column alignment="center" valignment="top">
6021 <column alignment="center" valignment="top">
6022 <column alignment="center" valignment="top">
6023 <column alignment="center" valignment="top">
6024 <column alignment="center" valignment="top">
6025 <row endfirsthead="true" caption="true">
6026 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 \begin_inset Caption Standard
6031
6032 \begin_layout Plain Layout
6033 Multi-page table with caption
6034 \begin_inset Argument 1
6035 status open
6036
6037 \begin_layout Plain Layout
6038 Multi-page table
6039 \end_layout
6040
6041 \end_inset
6042
6043
6044 \end_layout
6045
6046 \end_inset
6047
6048
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 <row>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 1
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 2
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 3
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 4
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 5
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 </row>
6137 <row>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 asd
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 s
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 s
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 s
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 asd
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 </row>
6184 <row>
6185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 asd
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 s
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 s
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 s
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 asd
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 </row>
6231 <row>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 asd
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 s
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 s
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 s
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 asd
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 </row>
6278 <row>
6279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 asd
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 asd
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301 asd
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310 asd
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 asd
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 </row>
6325 </lyxtabular>
6326
6327 \end_inset
6328
6329
6330 \end_layout
6331
6332 \begin_layout Standard
6333 \begin_inset VSpace medskip
6334 \end_inset
6335
6336
6337 \begin_inset Note Greyedout
6338 status open
6339
6340 \begin_layout Plain Layout
6341
6342 \series bold
6343 Note
6344 \begin_inset space ~
6345 \end_inset
6346
6347 1:
6348 \series default
6349  The table number is increased for every multi-page table, even if you did
6350  not set a caption for it.
6351  For this reason you could have the case that e.
6352 \begin_inset space \thinspace{}
6353 \end_inset
6354
6355 g.
6356 \begin_inset space \space{}
6357 \end_inset
6358
6359 Table
6360 \begin_inset space ~
6361 \end_inset
6362
6363 2.4 follows Table
6364 \begin_inset space ~
6365 \end_inset
6366
6367 2.1 in the list of tables if there are two multi-page tables without captions.
6368  To avoid this you can add the following command in \SpecialChar TeX
6369  Code after every multi-page
6370  table without a caption:
6371 \end_layout
6372
6373 \begin_layout Plain Layout
6374
6375 \series bold
6376
6377 \backslash
6378 addtocounter{table}{-1}
6379 \end_layout
6380
6381 \begin_layout Plain Layout
6382 This is not needed when none of your multi-page tables has a caption and
6383  you add the following code to the document preamble:
6384 \end_layout
6385
6386 \begin_layout Plain Layout
6387
6388 \series bold
6389
6390 \backslash
6391 let
6392 \backslash
6393 myEnd
6394 \backslash
6395 endlongtable
6396 \begin_inset Newline newline
6397 \end_inset
6398
6399
6400 \backslash
6401 renewcommand{
6402 \backslash
6403 endlongtable}{
6404 \backslash
6405 myEnd
6406 \backslash
6407 addtocounter{table}{-1}}
6408 \end_layout
6409
6410 \end_inset
6411
6412
6413 \end_layout
6414
6415 \begin_layout Standard
6416 \begin_inset Note Greyedout
6417 status open
6418
6419 \begin_layout Plain Layout
6420
6421 \series bold
6422 Note
6423 \begin_inset space ~
6424 \end_inset
6425
6426 2:
6427 \series default
6428  If you are using
6429 \series bold
6430  hyperref
6431 \series default
6432
6433 \begin_inset Index idx
6434 status collapsed
6435
6436 \begin_layout Plain Layout
6437 \SpecialChar LaTeX
6438 -packages ! hyperref
6439 \end_layout
6440
6441 \end_inset
6442
6443  in the 
6444 \family sans
6445 PDF Properties
6446 \family default
6447  of the 
6448 \family sans
6449 Document Settings
6450 \family default
6451  dialog to link cross-references, the link to a multi-page table caption
6452  will always point to the beginning of the document.
6453 \end_layout
6454
6455 \end_inset
6456
6457
6458 \end_layout
6459
6460 \begin_layout Subsubsection
6461 References to multi-page tables
6462 \begin_inset Index idx
6463 status collapsed
6464
6465 \begin_layout Plain Layout
6466 Table ! Multi-page Table ! References
6467 \end_layout
6468
6469 \end_inset
6470
6471
6472 \end_layout
6473
6474 \begin_layout Standard
6475 \begin_inset Tabular
6476 <lyxtabular version="3" rows="6" columns="5">
6477 <features islongtable="true" longtabularalignment="center">
6478 <column alignment="center" valignment="top">
6479 <column alignment="center" valignment="top">
6480 <column alignment="center" valignment="top">
6481 <column alignment="center" valignment="top">
6482 <column alignment="center" valignment="top">
6483 <row endfirsthead="true" caption="true">
6484 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 \begin_inset Caption Standard
6489
6490 \begin_layout Plain Layout
6491 Referenced multi-page table
6492 \begin_inset CommandInset label
6493 LatexCommand label
6494 name "tab:Referenced-multi-page-table"
6495
6496 \end_inset
6497
6498
6499 \end_layout
6500
6501 \end_inset
6502
6503
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Plain Layout
6521
6522 \end_layout
6523
6524 \end_inset
6525 </cell>
6526 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6527 \begin_inset Text
6528
6529 \begin_layout Plain Layout
6530
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 </row>
6545 <row>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550 1
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559 2
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6565 \begin_inset Text
6566
6567 \begin_layout Plain Layout
6568 3
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6574 \begin_inset Text
6575
6576 \begin_layout Plain Layout
6577 4
6578 \end_layout
6579
6580 \end_inset
6581 </cell>
6582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6583 \begin_inset Text
6584
6585 \begin_layout Plain Layout
6586 5
6587 \end_layout
6588
6589 \end_inset
6590 </cell>
6591 </row>
6592 <row>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 asd
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606 s
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615 s
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624 s
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633 asd
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 </row>
6639 <row>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 asd
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 s
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 s
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 s
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680 asd
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 </row>
6686 <row>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 asd
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 s
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709 s
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718 s
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 asd
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 </row>
6733 <row>
6734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738 asd
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 sad
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 asd
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 asd
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 asd
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 </row>
6780 </lyxtabular>
6781
6782 \end_inset
6783
6784
6785 \end_layout
6786
6787 \begin_layout Standard
6788 To reference a multi-page table, insert a label into the caption.
6789 \end_layout
6790
6791 \begin_layout Standard
6792 This is a reference to Table
6793 \begin_inset space ~
6794 \end_inset
6795
6796
6797 \begin_inset CommandInset ref
6798 LatexCommand ref
6799 reference "tab:Referenced-multi-page-table"
6800
6801 \end_inset
6802
6803 .
6804 \end_layout
6805
6806 \begin_layout Standard
6807 The caption layout can be set together with all other captions of your document
6808  using the \SpecialChar LaTeX
6809 -package 
6810 \series bold
6811 caption
6812 \series default
6813
6814 \begin_inset Index idx
6815 status collapsed
6816
6817 \begin_layout Plain Layout
6818 \SpecialChar LaTeX
6819 -packages ! caption
6820 \end_layout
6821
6822 \end_inset
6823
6824 , see section
6825 \begin_inset space ~
6826 \end_inset
6827
6828
6829 \begin_inset CommandInset ref
6830 LatexCommand ref
6831 reference "sec:Caption-Formatting"
6832
6833 \end_inset
6834
6835 .
6836 \end_layout
6837
6838 \begin_layout Subsubsection
6839 Caption Width
6840 \begin_inset Index idx
6841 status collapsed
6842
6843 \begin_layout Plain Layout
6844 Table ! Multi-page Table ! Caption Width
6845 \end_layout
6846
6847 \end_inset
6848
6849
6850 \end_layout
6851
6852 \begin_layout Standard
6853 The maximal width of caption lines is defined by the length 
6854 \series bold
6855
6856 \backslash
6857 LTcapwidth
6858 \series default
6859 .
6860  Its default value is 4
6861 \begin_inset space \thinspace{}
6862 \end_inset
6863
6864 in.
6865  To change it add the following command to your document preamble or as
6866  \SpecialChar TeX
6867  Code into your document before the multi-page table that should be affected
6868 \end_layout
6869
6870 \begin_layout Standard
6871
6872 \series bold
6873
6874 \backslash
6875 setlength{
6876 \backslash
6877 LTcapwidth}{width}
6878 \end_layout
6879
6880 \begin_layout Standard
6881 where the 
6882 \family sans
6883 width
6884 \family default
6885  can have one of the units listed in appendix
6886 \begin_inset space ~
6887 \end_inset
6888
6889
6890 \begin_inset CommandInset ref
6891 LatexCommand ref
6892 reference "cha:Units-available-in"
6893
6894 \end_inset
6895
6896 .
6897 \end_layout
6898
6899 \begin_layout Standard
6900 The following tables show the difference:
6901 \end_layout
6902
6903 \begin_layout Standard
6904 \begin_inset Tabular
6905 <lyxtabular version="3" rows="6" columns="5">
6906 <features islongtable="true" longtabularalignment="center">
6907 <column alignment="center" valignment="top">
6908 <column alignment="center" valignment="top">
6909 <column alignment="center" valignment="top">
6910 <column alignment="center" valignment="top">
6911 <column alignment="center" valignment="top">
6912 <row endfirsthead="true" caption="true">
6913 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 \begin_inset Caption Standard
6918
6919 \begin_layout Plain Layout
6920 Long full title with default width long full title with default width long
6921  full title with default width
6922 \begin_inset Argument 1
6923 status collapsed
6924
6925 \begin_layout Plain Layout
6926 caption with default width
6927 \end_layout
6928
6929 \end_inset
6930
6931
6932 \end_layout
6933
6934 \end_inset
6935
6936
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 </row>
6978 <row>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 1
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 2
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001 3
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 4
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 5
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 </row>
7025 <row>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 asd
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 s
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 s
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 s
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 asd
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 </row>
7072 <row>
7073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 asd
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 s
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 s
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 s
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 asd
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 </row>
7119 <row>
7120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 asd
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 s
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 s
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 s
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 asd
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 </row>
7166 <row>
7167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171 asd
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180 sad
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Plain Layout
7189 asd
7190 \end_layout
7191
7192 \end_inset
7193 </cell>
7194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 asd
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7204 \begin_inset Text
7205
7206 \begin_layout Plain Layout
7207 asd
7208 \end_layout
7209
7210 \end_inset
7211 </cell>
7212 </row>
7213 </lyxtabular>
7214
7215 \end_inset
7216
7217
7218 \end_layout
7219
7220 \begin_layout Standard
7221 \begin_inset ERT
7222 status collapsed
7223
7224 \begin_layout Plain Layout
7225
7226
7227 \backslash
7228 setlength{
7229 \backslash
7230 LTcapwidth}{5cm}
7231 \end_layout
7232
7233 \end_inset
7234
7235
7236 \begin_inset Tabular
7237 <lyxtabular version="3" rows="6" columns="5">
7238 <features islongtable="true" longtabularalignment="center">
7239 <column alignment="center" valignment="top">
7240 <column alignment="center" valignment="top">
7241 <column alignment="center" valignment="top">
7242 <column alignment="center" valignment="top">
7243 <column alignment="center" valignment="top">
7244 <row endfirsthead="true" caption="true">
7245 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7246 \begin_inset Text
7247
7248 \begin_layout Plain Layout
7249 \begin_inset Caption Standard
7250
7251 \begin_layout Plain Layout
7252 Long full title with width set to 5
7253 \begin_inset space \thinspace{}
7254 \end_inset
7255
7256 cm long full title with width set to 5
7257 \begin_inset space \thinspace{}
7258 \end_inset
7259
7260 cm long full title with width set to 5
7261 \begin_inset space \thinspace{}
7262 \end_inset
7263
7264 cm
7265 \begin_inset Argument 1
7266 status collapsed
7267
7268 \begin_layout Plain Layout
7269 caption with width
7270 \begin_inset space \thinspace{}
7271 \end_inset
7272
7273 =
7274 \begin_inset space \thinspace{}
7275 \end_inset
7276
7277 5
7278 \begin_inset space \thinspace{}
7279 \end_inset
7280
7281 cm
7282 \end_layout
7283
7284 \end_inset
7285
7286
7287 \end_layout
7288
7289 \end_inset
7290
7291
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 </row>
7333 <row>
7334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338 1
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 2
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 3
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365 4
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374 5
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 </row>
7380 <row>
7381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385 asd
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 s
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403 s
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412 s
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421 asd
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 </row>
7427 <row>
7428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432 asd
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7438 \begin_inset Text
7439
7440 \begin_layout Plain Layout
7441 s
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450 s
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459 s
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468 asd
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 </row>
7474 <row>
7475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7476 \begin_inset Text
7477
7478 \begin_layout Plain Layout
7479 asd
7480 \end_layout
7481
7482 \end_inset
7483 </cell>
7484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Plain Layout
7488 s
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497 s
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506 s
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515 asd
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 </row>
7521 <row>
7522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526 asd
7527 \end_layout
7528
7529 \end_inset
7530 </cell>
7531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535 sad
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 asd
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 asd
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 asd
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 </row>
7568 </lyxtabular>
7569
7570 \end_inset
7571
7572
7573 \end_layout
7574
7575 \begin_layout Standard
7576 \begin_inset ERT
7577 status collapsed
7578
7579 \begin_layout Plain Layout
7580
7581
7582 \backslash
7583 setlength{
7584 \backslash
7585 LTcapwidth}{4in}
7586 \end_layout
7587
7588 \end_inset
7589
7590
7591 \end_layout
7592
7593 \begin_layout Standard
7594 \begin_inset Note Greyedout
7595 status open
7596
7597 \begin_layout Plain Layout
7598
7599 \series bold
7600 Note:
7601 \series default
7602  When the \SpecialChar LaTeX
7603 -package 
7604 \series bold
7605 caption
7606 \series default
7607
7608 \begin_inset Index idx
7609 status collapsed
7610
7611 \begin_layout Plain Layout
7612 \SpecialChar LaTeX
7613 -packages ! caption
7614 \end_layout
7615
7616 \end_inset
7617
7618  is used, as in this document, the full page width is used for the caption
7619  when you use the default value of 4
7620 \begin_inset space \thinspace{}
7621 \end_inset
7622
7623 in for 
7624 \series bold
7625
7626 \backslash
7627 LTcapwidth
7628 \series default
7629 .
7630  To get in this case exactly a 4
7631 \begin_inset space \thinspace{}
7632 \end_inset
7633
7634 in wide caption, you can either use a value slightly different from 4.0
7635 \begin_inset space \thinspace{}
7636 \end_inset
7637
7638 in, e.
7639 \begin_inset space \thinspace{}
7640 \end_inset
7641
7642 g.
7643 \begin_inset space \space{}
7644 \end_inset
7645
7646 3.99
7647 \begin_inset space \thinspace{}
7648 \end_inset
7649
7650 in, or the \SpecialChar LaTeX
7651 -command 
7652 \series bold
7653
7654 \backslash
7655 captionsetup{width=value}
7656 \series default
7657  that is provided by the 
7658 \series bold
7659 caption
7660 \series default
7661 -package.
7662 \end_layout
7663
7664 \end_inset
7665
7666
7667 \end_layout
7668
7669 \begin_layout Subsubsection
7670 Different Captions for Table Pages
7671 \begin_inset Index idx
7672 status collapsed
7673
7674 \begin_layout Plain Layout
7675 Table ! Multi-page Table ! Different Captions for Pages
7676 \end_layout
7677
7678 \end_inset
7679
7680
7681 \end_layout
7682
7683 \begin_layout Standard
7684 When the table captions for the following pages should differ from the one
7685  of the first table page, mark a empty row as header which contains a caption.
7686  Then right-click on the caption and select in the context menu 
7687 \family sans
7688 Caption
7689 \begin_inset space ~
7690 \end_inset
7691
7692 (Unnumbered)
7693 \family default
7694 .
7695  Table
7696 \begin_inset space ~
7697 \end_inset
7698
7699
7700 \begin_inset CommandInset ref
7701 LatexCommand ref
7702 reference "tab:DiffCaptions"
7703
7704 \end_inset
7705
7706  is an example of a multi-page table with different heading where the second
7707  caption does not include the table number.
7708 \begin_inset Separator latexpar
7709 \end_inset
7710
7711
7712 \end_layout
7713
7714 \begin_layout Standard
7715 \align center
7716 \begin_inset Tabular
7717 <lyxtabular version="3" rows="59" columns="3">
7718 <features islongtable="true" longtabularalignment="center">
7719 <column alignment="left" valignment="top" width="0cm">
7720 <column alignment="left" valignment="top" width="0pt">
7721 <column alignment="center" valignment="top" width="0pt">
7722 <row endfirsthead="true" caption="true">
7723 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727 \begin_inset Caption Standard
7728
7729 \begin_layout Plain Layout
7730 Example Phone List
7731 \begin_inset CommandInset label
7732 LatexCommand label
7733 name "tab:DiffCaptions"
7734
7735 \end_inset
7736
7737
7738 \begin_inset Argument 1
7739 status collapsed
7740
7741 \begin_layout Plain Layout
7742 Example Phone List
7743 \end_layout
7744
7745 \end_inset
7746
7747
7748 \end_layout
7749
7750 \end_inset
7751
7752
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 </row>
7776 <row endfirsthead="true">
7777 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \series bold
7783 Example Phone List (ignore the names)
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 </row>
7807 <row endfirsthead="true">
7808 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812
7813 \series bold
7814 NAME
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832
7833 \series bold
7834 TEL.
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 </row>
7840 <row endhead="true" caption="true">
7841 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845 \begin_inset Caption Unnumbered
7846
7847 \begin_layout Plain Layout
7848 Continued Example Phone List
7849 \end_layout
7850
7851 \end_inset
7852
7853
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 </row>
7877 <row endhead="true">
7878 <cell multicolumn="1" 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 \series bold
7884 Example Phone List
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 </row>
7908 <row endhead="true">
7909 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \series bold
7915 NAME
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933
7934 \series bold
7935 TEL.
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 </row>
7941 <row endfoot="true">
7942 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 continued on next page
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \series bold
7977 Annovi
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 Silvia
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 111
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \series bold
8008 Bertoli
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 Stefano
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 111
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row>
8033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \series bold
8039 Bozzi
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 Walter
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 111
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 </row>
8063 <row>
8064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068
8069 \series bold
8070 Cachia
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 Maria
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 111
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row>
8095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099
8100 \series bold
8101 Cachia
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 Maurizio
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 111
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 </row>
8125 <row>
8126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130
8131 \series bold
8132 Cinquemani
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 Giusi
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 111
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 <row>
8157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \series bold
8163 Colin
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 Bernard
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 111
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 </row>
8187 <row>
8188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192
8193 \series bold
8194 Concli
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 Gianfranco
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 111
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \series bold
8225 Dal Bosco
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 Carolina
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 111
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \series bold
8256 Dalpiaz
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 Annamaria
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 111
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 </row>
8280 <row>
8281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285
8286 \series bold
8287 Feliciello
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 Domenico
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 111
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 </row>
8311 <row>
8312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316
8317 \series bold
8318 Focarelli
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 Paola
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 111
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \series bold
8349 Galletti
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 Oreste
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 111
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 <row>
8374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378
8379 \series bold
8380 Gasparini
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 Franca
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 111
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 </row>
8404 <row>
8405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409
8410 \series bold
8411 Rizzardi
8412 \series default
8413
8414 \begin_inset Foot
8415 status open
8416
8417 \begin_layout Plain Layout
8418 Example footnote
8419 \end_layout
8420
8421 \end_inset
8422
8423
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 Paola
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 111
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \series bold
8454 Lassini
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 Giancarlo
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 111
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 </row>
8478 <row>
8479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483
8484 \series bold
8485 Malfatti
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 Luciano
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 111
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514
8515 \series bold
8516 Malfatti
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 Valeriano
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 111
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 <row>
8541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545
8546 \series bold
8547 Meneguzzo
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 Roberto
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 111
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \series bold
8578 Mezzadra
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 Roberto
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 111
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607
8608 \series bold
8609 Pirpamer
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 Erich
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 111
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \series bold
8640 Pochiesa
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 Paolo
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 111, 222
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669
8670 \series bold
8671 Radina
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 Claudio
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 111
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 </row>
8695 <row>
8696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700
8701 \series bold
8702 Stuffer
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 Oskar
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 111
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 </row>
8726 <row>
8727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731
8732 \series bold
8733 Tacchelli
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Ugo
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 111
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 </row>
8757 <row>
8758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762
8763 \series bold
8764 Tezzele
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 Margit
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 111
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 </row>
8788 <row>
8789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793
8794 \series bold
8795 Unterkalmsteiner
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 Frieda
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 111
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 </row>
8819 <row>
8820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824
8825 \series bold
8826 Vieider
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 Hilde
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 111
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row>
8851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \series bold
8857 Vigna
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 Jürgen
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 111
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 </row>
8881 <row>
8882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886
8887 \series bold
8888 Weber
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 Maurizio
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 111
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 </row>
8912 <row>
8913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917
8918 \series bold
8919 Winkler
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 Franz
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 111
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 </row>
8943 <row>
8944 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948  
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 </row>
8972 <row>
8973 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977
8978 \series bold
8979 Annovi
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 Silvia
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 555
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 </row>
9003 <row>
9004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008
9009 \series bold
9010 Bertoli
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 Stefano
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 555
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \series bold
9041 Bozzi
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 Walter
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 555
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \series bold
9072 Cachia
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 Maria
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 555
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 <row>
9097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101
9102 \series bold
9103 Cachia
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 Maurizio
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 555
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 <row>
9128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132
9133 \series bold
9134 Cinquemani
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 Giusi
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 555
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \series bold
9165 Colin
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 Bernard
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 555
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 </row>
9189 <row>
9190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194
9195 \series bold
9196 Concli
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 Gianfranco
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 555
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \series bold
9227 Dal Bosco
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 Carolina
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 555
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 </row>
9251 <row>
9252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256
9257 \series bold
9258 Dalpiaz
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 Annamaria
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 555
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 </row>
9282 <row>
9283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287
9288 \series bold
9289 Feliciello
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 Domenico
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 555
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 </row>
9313 <row>
9314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318
9319 \series bold
9320 Focarelli
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 Paola
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 555
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 </row>
9344 <row>
9345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349
9350 \series bold
9351 Galletti
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 Oreste
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 555
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 </row>
9375 <row>
9376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380
9381 \series bold
9382 Gasparini
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391 Franca
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400 555
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 </row>
9406 <row>
9407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411
9412 \series bold
9413 Rizzardi
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422 Paola
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 555
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 </row>
9437 <row>
9438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442
9443 \series bold
9444 Lassini
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 Giancarlo
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 555
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 </row>
9468 <row>
9469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473
9474 \series bold
9475 Malfatti
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484 Luciano
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493 555
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 </row>
9499 <row>
9500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504
9505 \series bold
9506 Malfatti
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 Valeriano
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524 555
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 </row>
9530 <row>
9531 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \series bold
9537 Meneguzzo
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546 Roberto
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555 555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 </row>
9561 <row>
9562 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \series bold
9568 Mezzadra
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577 Roberto
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586 555
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 </row>
9592 </lyxtabular>
9593
9594 \end_inset
9595
9596
9597 \end_layout
9598
9599 \begin_layout Section
9600 Special Multi-page Table Issues
9601 \begin_inset CommandInset label
9602 LatexCommand label
9603 name "sec:Special-Longtable-Issues"
9604
9605 \end_inset
9606
9607
9608 \end_layout
9609
9610 \begin_layout Subsection
9611 Multi-page Table Calculation
9612 \begin_inset Index idx
9613 status collapsed
9614
9615 \begin_layout Plain Layout
9616 Table ! Multi-page Table ! Calculation
9617 \end_layout
9618
9619 \end_inset
9620
9621
9622 \end_layout
9623
9624 \begin_layout Standard
9625 \SpecialChar LaTeX
9626  calculates the height of table pages and their page breaks using so called
9627  chunks.
9628  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9629 's memory.
9630  The default value was historically set to only 20
9631 \begin_inset space ~
9632 \end_inset
9633
9634 table rows.
9635  If you are using multi-page tables with many pages this may slow down the
9636  creation of your document.
9637  You can safely increase the chunk size to values of 100
9638 \begin_inset space \thinspace{}
9639 \end_inset
9640
9641 --
9642 \begin_inset space \thinspace{}
9643 \end_inset
9644
9645 1000 by adding this command line to your document preamble:
9646 \end_layout
9647
9648 \begin_layout Standard
9649
9650 \series bold
9651
9652 \backslash
9653 setcounter{LTchunksize}{100}
9654 \end_layout
9655
9656 \begin_layout Subsection
9657 Floats and Multi-page Tables
9658 \begin_inset Index idx
9659 status collapsed
9660
9661 \begin_layout Plain Layout
9662 Table ! Multi-page Table ! Floats
9663 \end_layout
9664
9665 \end_inset
9666
9667
9668 \end_layout
9669
9670 \begin_layout Standard
9671 There might be problems when a float appears on the same page where a multi-page
9672  table starts.
9673  To avoid such a situation, insert a 
9674 \begin_inset Quotes eld
9675 \end_inset
9676
9677 clear page
9678 \begin_inset Quotes erd
9679 \end_inset
9680
9681  (menu 
9682 \family sans
9683 Insert\SpecialChar menuseparator
9684 Formatting\SpecialChar menuseparator
9685 Clear
9686 \begin_inset space ~
9687 \end_inset
9688
9689 Page
9690 \family default
9691 ) before your multi-page table.
9692 \end_layout
9693
9694 \begin_layout Subsection
9695 Forced Page Breaks
9696 \begin_inset Index idx
9697 status collapsed
9698
9699 \begin_layout Plain Layout
9700 Table ! Multi-page Table ! Forced Page Breaks
9701 \end_layout
9702
9703 \end_inset
9704
9705
9706 \end_layout
9707
9708 \begin_layout Standard
9709 By default tables are only broken between rows.
9710  If you have a cell with multiples lines and want to have a page break within
9711  the cell, insert the new line command 
9712 \begin_inset Quotes eld
9713 \end_inset
9714
9715
9716 \series bold
9717
9718 \backslash
9719
9720 \backslash
9721
9722 \series default
9723
9724 \begin_inset Quotes erd
9725 \end_inset
9726
9727  as \SpecialChar TeX
9728  Code at the point of the cell where it can be broken.
9729  Before the 
9730 \series bold
9731
9732 \backslash
9733
9734 \backslash
9735
9736 \series default
9737  command you have to insert in \SpecialChar TeX
9738  Code as many 
9739 \begin_inset Quotes eld
9740 \end_inset
9741
9742
9743 \series bold
9744 &
9745 \series default
9746
9747 \begin_inset Quotes erd
9748 \end_inset
9749
9750  characters as the number of the following table columns.
9751  The 
9752 \series bold
9753 &
9754 \series default
9755  is the character to separate table cells.
9756  Write in \SpecialChar TeX
9757  Code after each 
9758 \series bold
9759 &
9760 \series default
9761  the content of the corresponding following cell and delete the content
9762  of these cells.
9763 \begin_inset Newline newline
9764 \end_inset
9765
9766 After the 
9767 \series bold
9768
9769 \backslash
9770
9771 \backslash
9772
9773 \series default
9774  command, insert as many 
9775 \series bold
9776 &
9777 \series default
9778  characters as the number of table columns before the current column.
9779  In Table
9780 \begin_inset space ~
9781 \end_inset
9782
9783
9784 \begin_inset CommandInset ref
9785 LatexCommand ref
9786 reference "tab:ForcedPagebreak"
9787
9788 \end_inset
9789
9790  the cell that should be broken is in the second column followed by another
9791  column.
9792  Therefore the following command was inserted in the cell as \SpecialChar TeX
9793  Code after
9794  
9795 \begin_inset Quotes eld
9796 \end_inset
9797
9798
9799 \emph on
9800 Castelchiodato,
9801 \emph default
9802
9803 \begin_inset Quotes erd
9804 \end_inset
9805
9806 :
9807 \end_layout
9808
9809 \begin_layout Standard
9810
9811 \series bold
9812 & 111
9813 \backslash
9814
9815 \backslash
9816  
9817 \backslash
9818 newpage
9819 \begin_inset Newline newline
9820 \end_inset
9821
9822 &
9823 \end_layout
9824
9825 \begin_layout Standard
9826 The 
9827 \begin_inset Quotes eld
9828 \end_inset
9829
9830 111
9831 \begin_inset Quotes erd
9832 \end_inset
9833
9834  in the third column of the row was deleted.
9835  
9836 \series bold
9837
9838 \backslash
9839 newpage
9840 \series default
9841  is only needed when a page break should definitely occur at this position,
9842  otherwise it would be a conditional break.
9843  If your footer row of the multi-page table has for a certain reason no
9844  upper line but you would have a horizontal line where the cell is broken,
9845  use this command instead:
9846 \end_layout
9847
9848 \begin_layout Standard
9849
9850 \series bold
9851 & 111
9852 \backslash
9853
9854 \backslash
9855
9856 \begin_inset Newline newline
9857 \end_inset
9858
9859
9860 \backslash
9861 hline &
9862 \end_layout
9863
9864 \begin_layout Standard
9865 When the cell to be broken is in the last column, the command
9866 \end_layout
9867
9868 \begin_layout Standard
9869
9870 \series bold
9871
9872 \backslash
9873 setlength{
9874 \backslash
9875 parfillskip}{0pt}
9876 \end_layout
9877
9878 \begin_layout Standard
9879 must be inserted as \SpecialChar TeX
9880  Code at the beginning of the cell.
9881  This ensures that the part of the cell that will be displayed on the new
9882  page appears with the full width.
9883 \begin_inset Separator latexpar
9884 \end_inset
9885
9886
9887 \end_layout
9888
9889 \begin_layout Standard
9890 \align center
9891 \begin_inset Tabular
9892 <lyxtabular version="3" rows="38" columns="3">
9893 <features islongtable="true" longtabularalignment="center">
9894 <column alignment="left" valignment="top" width="0cm">
9895 <column alignment="left" valignment="top" width="3cm">
9896 <column alignment="center" valignment="top" width="0pt">
9897 <row endfirsthead="true" caption="true">
9898 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 \begin_inset Caption Standard
9903
9904 \begin_layout Plain Layout
9905 Table with forced page break in table cell
9906 \begin_inset CommandInset label
9907 LatexCommand label
9908 name "tab:ForcedPagebreak"
9909
9910 \end_inset
9911
9912
9913 \begin_inset Argument 1
9914 status collapsed
9915
9916 \begin_layout Plain Layout
9917 Table with forced page break in table cell
9918 \end_layout
9919
9920 \end_inset
9921
9922
9923 \end_layout
9924
9925 \end_inset
9926
9927
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 </row>
9951 <row endfirsthead="true">
9952 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956
9957 \series bold
9958 Example Phone List (ignore the names)
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 </row>
9982 <row endfirsthead="true">
9983 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987
9988 \series bold
9989 NAME
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007
10008 \series bold
10009 TEL.
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 </row>
10015 <row endhead="true" caption="true">
10016 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020 \begin_inset Caption Unnumbered
10021
10022 \begin_layout Plain Layout
10023 Continued Example Phone List
10024 \end_layout
10025
10026 \end_inset
10027
10028
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 </row>
10052 <row endhead="true">
10053 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \series bold
10059 Example Phone List
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 </row>
10083 <row endhead="true">
10084 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \series bold
10090 NAME
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108
10109 \series bold
10110 TEL.
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 </row>
10116 <row endfoot="true">
10117 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121 continued on next page
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 </row>
10145 <row>
10146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150
10151 \series bold
10152 Annovi
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 Silvia
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170 111
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 </row>
10176 <row>
10177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181
10182 \series bold
10183 Bertoli
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192 Stefano
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201 111
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 </row>
10207 <row>
10208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212
10213 \series bold
10214 Bozzi
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223 Walter
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232 111
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 </row>
10238 <row>
10239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243
10244 \series bold
10245 Cachia
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 Maria
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263 111
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 </row>
10269 <row>
10270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274
10275 \series bold
10276 Cachia
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 Maurizio
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 111
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 </row>
10300 <row>
10301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305
10306 \series bold
10307 Cinquemani
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 Giusi
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 111
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 </row>
10331 <row>
10332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336
10337 \series bold
10338 Colin
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 Bernard
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 111
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 </row>
10362 <row>
10363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367
10368 \series bold
10369 Concli
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 Gianfranco
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 111
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 </row>
10393 <row>
10394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398
10399 \series bold
10400 Dal Bosco
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 Carolina
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 111
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 </row>
10424 <row>
10425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429
10430 \series bold
10431 Dalpiaz
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 Annamaria
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449 111
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 </row>
10455 <row>
10456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460
10461 \series bold
10462 Feliciello
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 Domenico
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 111
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 </row>
10486 <row>
10487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491
10492 \series bold
10493 Focarelli
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 Paola
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511 111
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 <row>
10518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522
10523 \series bold
10524 Galletti
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 Oreste
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 111
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 <row>
10549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553
10554 \series bold
10555 Gasparini
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 Franca
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 111
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 </row>
10579 <row>
10580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584
10585 \series bold
10586 Lassini
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 Giancarlo
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 111
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 </row>
10610 <row>
10611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615
10616 \series bold
10617 Malfatti
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 Luciano
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 111
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 </row>
10641 <row>
10642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646
10647 \series bold
10648 Malfatti
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657 Valeriano
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666 111
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 </row>
10672 <row>
10673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677
10678 \series bold
10679 Meneguzzo
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688 Roberto
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697 111
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 </row>
10703 <row>
10704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708
10709 \series bold
10710 Mezzadra
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 Roberto
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728 111
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 </row>
10734 <row>
10735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739
10740 \series bold
10741 Pirpamer
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750 Erich
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 111
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row>
10766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \series bold
10772 Pochiesa
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781 Paolo
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 111, 222
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 </row>
10796 <row>
10797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801
10802 \series bold
10803 Radina
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812 Claudio
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821 111
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 </row>
10827 <row>
10828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832
10833 \series bold
10834 Rizzardi
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843 Paolo, 11.
10844  Fürst von Montecompatri, 11.
10845  Fürst von Sulmona und Vivaro, 10.
10846  Fürst von Rossano, 5.
10847  Herzog von Canemorte, 11.
10848  Herzog von Palombara, 5.
10849  Herzog von Castelchiodato,
10850 \begin_inset ERT
10851 status open
10852
10853 \begin_layout Plain Layout
10854
10855 & 111
10856 \backslash
10857
10858 \backslash
10859  
10860 \backslash
10861 newpage
10862 \end_layout
10863
10864 \begin_layout Plain Layout
10865
10866 &
10867 \end_layout
10868
10869 \end_inset
10870
10871  11.
10872  Herzog von Poggionativo, 11.
10873  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10874  Graf von Valinfreda, 11.
10875  Baron von Cropalati, 11.
10876  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 </row>
10891 <row>
10892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896
10897 \series bold
10898 Stuffer
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907 Oskar
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Plain Layout
10916 111
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 </row>
10922 <row>
10923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927
10928 \series bold
10929 Tacchelli
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938 Ugo
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947 111
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 </row>
10953 <row>
10954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958
10959 \series bold
10960 Tezzele
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 Margit
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 111
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 </row>
10984 <row>
10985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989
10990 \series bold
10991 Unterkalmsteiner
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000 Frieda
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009 111
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 </row>
11015 <row>
11016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020
11021 \series bold
11022 Vieider
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 Hilde
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 111
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 </row>
11046 <row>
11047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051
11052 \series bold
11053 Vigna
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 Jürgen
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071 111
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 </row>
11077 <row>
11078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082
11083 \series bold
11084 Weber
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 Maurizio
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 111
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 </row>
11108 <row>
11109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113
11114 \series bold
11115 Winkler
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124 Franz
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 111
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 </row>
11139 </lyxtabular>
11140
11141 \end_inset
11142
11143
11144 \end_layout
11145
11146 \begin_layout Section
11147 Multiple Lines, Columns and Rows
11148 \end_layout
11149
11150 \begin_layout Subsection
11151 Multiple Lines in Table Cells
11152 \begin_inset CommandInset label
11153 LatexCommand label
11154 name "subsec:Multiple-Lines-in"
11155
11156 \end_inset
11157
11158
11159 \begin_inset Index idx
11160 status collapsed
11161
11162 \begin_layout Plain Layout
11163 Multiple Lines in Table Cells
11164 \end_layout
11165
11166 \end_inset
11167
11168
11169 \begin_inset Index idx
11170 status collapsed
11171
11172 \begin_layout Plain Layout
11173 Table ! Linebreaks
11174 \end_layout
11175
11176 \end_inset
11177
11178
11179 \end_layout
11180
11181 \begin_layout Standard
11182 \noindent
11183 \begin_inset Float table
11184 placement H
11185 wide false
11186 sideways false
11187 status open
11188
11189 \begin_layout Plain Layout
11190 \begin_inset Caption Standard
11191
11192 \begin_layout Plain Layout
11193 \begin_inset CommandInset label
11194 LatexCommand label
11195 name "tab:Table-with-multiple"
11196
11197 \end_inset
11198
11199 Table with multiple lines in cells
11200 \end_layout
11201
11202 \end_inset
11203
11204
11205 \end_layout
11206
11207 \begin_layout Plain Layout
11208 \align center
11209 \begin_inset Tabular
11210 <lyxtabular version="3" rows="3" columns="3">
11211 <features tabularvalignment="middle">
11212 <column alignment="center" valignment="middle" width="2.5cm">
11213 <column alignment="center" valignment="middle">
11214 <column alignment="center" valignment="middle">
11215 <row>
11216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220 multiple
11221 \begin_inset Newline linebreak
11222 \end_inset
11223
11224 lines
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 b
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 c
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 </row>
11248 <row>
11249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 d
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 e
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271 f
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 </row>
11277 <row>
11278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 g
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 h
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 i
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 </row>
11306 </lyxtabular>
11307
11308 \end_inset
11309
11310
11311 \end_layout
11312
11313 \end_inset
11314
11315
11316 \end_layout
11317
11318 \begin_layout Standard
11319 Setting a fixed width for a column enables you to enter text as a paragraph
11320  with multiple lines and hyphenation.
11321 \end_layout
11322
11323 \begin_layout Standard
11324 To produce Table
11325 \begin_inset space ~
11326 \end_inset
11327
11328
11329 \begin_inset CommandInset ref
11330 LatexCommand ref
11331 reference "tab:Table-with-multiple"
11332
11333 \end_inset
11334
11335 , create a 3×3 table, mark the first cell and right-click on it.
11336  In the appearing table dialog we set a cell width of 2.5
11337 \begin_inset space \thinspace{}
11338 \end_inset
11339
11340 cm and choose centered for the vertical and horizontal alignment.
11341  The vertical alignment is used for all cells of the row.
11342  As our text is smaller than 2.5
11343 \begin_inset space \thinspace{}
11344 \end_inset
11345
11346 cm, only one line will appear.
11347  To get two lines, a justified line break (shortcut 
11348 \begin_inset Info
11349 type  "shortcut"
11350 arg   "newline-insert linebreak"
11351 \end_inset
11352
11353 ) was added.
11354  If the text is wider than the set cell width, it will automatically be
11355  broken to several lines.
11356 \end_layout
11357
11358 \begin_layout Standard
11359 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11360  by \SpecialChar LaTeX
11361  if it is the first entry.
11362  Therefore you need to insert something to prevent the word not being the
11363  first entry.
11364  So add a horizontal space of 0
11365 \begin_inset space \thinspace{}
11366 \end_inset
11367
11368 pt before the word.
11369  As the space is zero, it doesn't change the output.
11370  Table
11371 \begin_inset space ~
11372 \end_inset
11373
11374
11375 \begin_inset CommandInset ref
11376 LatexCommand ref
11377 reference "tab:Table-with-and"
11378
11379 \end_inset
11380
11381  shows the effect.
11382 \end_layout
11383
11384 \begin_layout Standard
11385 \begin_inset Float table
11386 placement h
11387 wide false
11388 sideways false
11389 status open
11390
11391 \begin_layout Plain Layout
11392 \begin_inset Caption Standard
11393
11394 \begin_layout Plain Layout
11395 \begin_inset CommandInset label
11396 LatexCommand label
11397 name "tab:Table-with-and"
11398
11399 \end_inset
11400
11401 Table with and without hyphenation
11402 \end_layout
11403
11404 \end_inset
11405
11406
11407 \end_layout
11408
11409 \begin_layout Plain Layout
11410 \begin_inset space \hfill{}
11411 \end_inset
11412
11413
11414 \begin_inset Tabular
11415 <lyxtabular version="3" rows="3" columns="3">
11416 <features tabularvalignment="middle">
11417 <column alignment="center" valignment="middle" width="2.5cm">
11418 <column alignment="center" valignment="middle">
11419 <column alignment="center" valignment="middle">
11420 <row>
11421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 verylongtablecellword
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 b
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 c
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 </row>
11449 <row>
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 d
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 e
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 f
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 </row>
11478 <row>
11479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 g
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 h
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 i
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 </row>
11507 </lyxtabular>
11508
11509 \end_inset
11510
11511
11512 \begin_inset space \hfill{}
11513 \end_inset
11514
11515
11516 \begin_inset Tabular
11517 <lyxtabular version="3" rows="3" columns="3">
11518 <features tabularvalignment="middle">
11519 <column alignment="center" valignment="middle" width="2.5cm">
11520 <column alignment="center" valignment="middle">
11521 <column alignment="center" valignment="middle">
11522 <row>
11523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Plain Layout
11527 \begin_inset space \hspace{}
11528 \length 0pt
11529 \end_inset
11530
11531 verylongtablecellword
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 b
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 c
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 </row>
11555 <row>
11556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 d
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 e
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 f
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 </row>
11584 <row>
11585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 g
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 h
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 i
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 </row>
11613 </lyxtabular>
11614
11615 \end_inset
11616
11617
11618 \begin_inset space \hfill{}
11619 \end_inset
11620
11621
11622 \end_layout
11623
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \begin_layout Subsection
11630 Multicolumns
11631 \begin_inset CommandInset label
11632 LatexCommand label
11633 name "subsec:Multicolumns"
11634
11635 \end_inset
11636
11637
11638 \begin_inset Index idx
11639 status collapsed
11640
11641 \begin_layout Plain Layout
11642 Multicolumns
11643 \end_layout
11644
11645 \end_inset
11646
11647
11648 \begin_inset Index idx
11649 status collapsed
11650
11651 \begin_layout Plain Layout
11652 Table ! Multicolumns
11653 \end_layout
11654
11655 \end_inset
11656
11657
11658 \end_layout
11659
11660 \begin_layout Subsubsection
11661 Multicolumn Basics
11662 \end_layout
11663
11664 \begin_layout Standard
11665 To merge cells over multiple columns, select as many cells within a row
11666  as you want to merge and use either the table-toolbar button 
11667 \begin_inset Info
11668 type  "icon"
11669 arg   "tabular-feature multicolumn"
11670 \end_inset
11671
11672 , or the menu 
11673 \family sans
11674 Edit\SpecialChar menuseparator
11675 Table\SpecialChar menuseparator
11676 Multicolumn
11677 \family default
11678 , or right click on the marked cells and choose 
11679 \family sans
11680 Multicolumn
11681 \family default
11682  in the context menu.
11683 \end_layout
11684
11685 \begin_layout Standard
11686 Multicolumns have there own cell settings.
11687  That means changing cell borders, cell alignment, and the width only affects
11688  the multicolumn.
11689  Here is an example table with a multicolumn cell in the first row and one
11690  in the last row without the upper border:
11691 \begin_inset Separator latexpar
11692 \end_inset
11693
11694
11695 \end_layout
11696
11697 \begin_layout Standard
11698 \align center
11699 \begin_inset Tabular
11700 <lyxtabular version="3" rows="3" columns="4">
11701 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11702 <column alignment="center" valignment="top" width="0pt">
11703 <column alignment="center" valignment="middle">
11704 <column alignment="center" valignment="top" width="0in">
11705 <column alignment="center" valignment="top" width="0pt">
11706 <row>
11707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 abc
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 def ghi
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11735 \begin_inset Text
11736
11737 \begin_layout Plain Layout
11738 jkl
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 </row>
11744 <row>
11745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749
11750 \family roman
11751 \series medium
11752 \shape up
11753 \size normal
11754 \emph off
11755 \bar no
11756 \noun off
11757 \color none
11758 A
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 B
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 C
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 D
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 </row>
11791 <row>
11792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 1
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 2
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814 3
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11820 \begin_inset Text
11821
11822 \begin_layout Plain Layout
11823 4
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 </row>
11829 </lyxtabular>
11830
11831 \end_inset
11832
11833
11834 \end_layout
11835
11836 \begin_layout Subsubsection
11837 Multicolumn Calculations
11838 \begin_inset CommandInset label
11839 LatexCommand label
11840 name "subsec:Multicolumn-Calculations"
11841
11842 \end_inset
11843
11844
11845 \begin_inset Index idx
11846 status collapsed
11847
11848 \begin_layout Plain Layout
11849 Multicolumns ! Calculations
11850 \end_layout
11851
11852 \end_inset
11853
11854
11855 \end_layout
11856
11857 \begin_layout Standard
11858 \SpecialChar LyX
11859  supports multicolumns directly, but we have to take account of the cell
11860  width of the columns spanned by the multicolumn cell.
11861 \end_layout
11862
11863 \begin_layout Standard
11864 \begin_inset Float table
11865 placement h
11866 wide false
11867 sideways false
11868 status open
11869
11870 \begin_layout Plain Layout
11871 \begin_inset Caption Standard
11872
11873 \begin_layout Plain Layout
11874 \begin_inset CommandInset label
11875 LatexCommand label
11876 name "tab:Table-with-centered"
11877
11878 \end_inset
11879
11880 Table with centered multicolumn text above two columns that have exactly
11881  half the width of the multicolumn cell
11882 \begin_inset Argument 1
11883 status collapsed
11884
11885 \begin_layout Plain Layout
11886 Perfect multicolumn table
11887 \end_layout
11888
11889 \end_inset
11890
11891
11892 \end_layout
11893
11894 \end_inset
11895
11896
11897 \end_layout
11898
11899 \begin_layout Plain Layout
11900 \align center
11901 \begin_inset Tabular
11902 <lyxtabular version="3" rows="3" columns="3">
11903 <features tabularvalignment="middle">
11904 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11905 <column alignment="center" valignment="middle">
11906 <column alignment="center" valignment="top">
11907 <row>
11908 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11909 \begin_inset Text
11910
11911 \begin_layout Plain Layout
11912 multiple lines multicolumn
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 c
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 </row>
11936 <row>
11937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11938 \begin_inset Text
11939
11940 \begin_layout Plain Layout
11941 d
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 e
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959 f
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 </row>
11965 <row>
11966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11967 \begin_inset Text
11968
11969 \begin_layout Plain Layout
11970 g
11971 \end_layout
11972
11973 \end_inset
11974 </cell>
11975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11976 \begin_inset Text
11977
11978 \begin_layout Plain Layout
11979 h
11980 \end_layout
11981
11982 \end_inset
11983 </cell>
11984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11985 \begin_inset Text
11986
11987 \begin_layout Plain Layout
11988 i
11989 \end_layout
11990
11991 \end_inset
11992 </cell>
11993 </row>
11994 </lyxtabular>
11995
11996 \end_inset
11997
11998
11999 \end_layout
12000
12001 \end_inset
12002
12003
12004 \end_layout
12005
12006 \begin_layout Standard
12007 To create for example Table
12008 \begin_inset space ~
12009 \end_inset
12010
12011
12012 \begin_inset CommandInset ref
12013 LatexCommand ref
12014 reference "tab:Table-with-centered"
12015
12016 \end_inset
12017
12018 , mark the first two cells in the first row of a 3×3 table and right-click
12019  on them.
12020  Now choose for this cell 
12021 \emph on
12022 multicolumn
12023 \emph default
12024
12025 \emph on
12026 centered alignment
12027 \emph default
12028  and a width of 2.5
12029 \begin_inset space \thinspace{}
12030 \end_inset
12031
12032 cm in the table dialog.
12033  The merged columns should have exactly half the width of the multicolumn
12034  cell, so that you would set a width of 1.25
12035 \begin_inset space \thinspace{}
12036 \end_inset
12037
12038 cm for the first column.
12039  The second column has then automatically a width of 1.25
12040 \begin_inset space \thinspace{}
12041 \end_inset
12042
12043 cm (multicolumn width - width of first column).
12044  This was done for Table
12045 \begin_inset space ~
12046 \end_inset
12047
12048
12049 \begin_inset CommandInset ref
12050 LatexCommand ref
12051 reference "tab:Table-without-half"
12052
12053 \end_inset
12054
12055 .
12056 \end_layout
12057
12058 \begin_layout Standard
12059 \begin_inset Float table
12060 wide false
12061 sideways false
12062 status open
12063
12064 \begin_layout Plain Layout
12065 \begin_inset Caption Standard
12066
12067 \begin_layout Plain Layout
12068 \begin_inset CommandInset label
12069 LatexCommand label
12070 name "tab:Table-without-half"
12071
12072 \end_inset
12073
12074 Table where the spanned table columns are not exactly half the width of
12075  the multicolumn cell
12076 \begin_inset Argument 1
12077 status collapsed
12078
12079 \begin_layout Plain Layout
12080 Imperfect multicolumn table
12081 \end_layout
12082
12083 \end_inset
12084
12085
12086 \end_layout
12087
12088 \end_inset
12089
12090
12091 \end_layout
12092
12093 \begin_layout Plain Layout
12094 \align center
12095 \begin_inset Tabular
12096 <lyxtabular version="3" rows="3" columns="3">
12097 <features tabularvalignment="middle">
12098 <column alignment="center" valignment="top" width="1.25cm">
12099 <column alignment="center" valignment="top">
12100 <column alignment="center" valignment="top">
12101 <row>
12102 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12103 \begin_inset Text
12104
12105 \begin_layout Plain Layout
12106 multiple lines multicolumn
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Plain Layout
12115
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12121 \begin_inset Text
12122
12123 \begin_layout Plain Layout
12124 c
12125 \end_layout
12126
12127 \end_inset
12128 </cell>
12129 </row>
12130 <row>
12131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12132 \begin_inset Text
12133
12134 \begin_layout Plain Layout
12135 d
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Plain Layout
12144 e
12145 \end_layout
12146
12147 \end_inset
12148 </cell>
12149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153 f
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 </row>
12159 <row>
12160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 g
12165 \end_layout
12166
12167 \end_inset
12168 </cell>
12169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12170 \begin_inset Text
12171
12172 \begin_layout Plain Layout
12173 h
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Plain Layout
12182 i
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 </row>
12188 </lyxtabular>
12189
12190 \end_inset
12191
12192
12193 \end_layout
12194
12195 \end_inset
12196
12197
12198 \end_layout
12199
12200 \begin_layout Standard
12201 You can see that the first column is not half the width of the multicolumn
12202  cell, it is a bit bigger.
12203  The reason is that the specified width of a cell 
12204 \begin_inset Formula $W_{g}$
12205 \end_inset
12206
12207  is not its total width 
12208 \begin_inset Formula $W_{\mathrm{tot}}$
12209 \end_inset
12210
12211  because a cell is always a bit larger than specified.
12212  Appendix
12213 \begin_inset space ~
12214 \end_inset
12215
12216
12217 \begin_inset CommandInset ref
12218 LatexCommand ref
12219 reference "cha:Explanation-of-Equation"
12220
12221 \end_inset
12222
12223  explains this in detail.
12224 \end_layout
12225
12226 \begin_layout Standard
12227 The width 
12228 \begin_inset Formula $W_{g\,n}$
12229 \end_inset
12230
12231  which the user needs to set when 
12232 \emph on
12233 n
12234 \emph default
12235  columns are spanned can be calculated, so that each column has a total
12236  width of 
12237 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12238 \end_inset
12239
12240 :
12241 \begin_inset Formula 
12242 \begin{equation}
12243 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12244 \end{equation}
12245
12246 \end_inset
12247
12248
12249 \end_layout
12250
12251 \begin_layout Standard
12252 In our case we have 
12253 \begin_inset Formula $n=2$
12254 \end_inset
12255
12256
12257 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12258 \end_inset
12259
12260 cm and the default values for the lengths, so that equation 
12261 \begin_inset CommandInset ref
12262 LatexCommand ref
12263 reference "eq:Wgn"
12264
12265 \end_inset
12266
12267  becomes
12268 \begin_inset Formula 
12269 \begin{equation}
12270 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12271 \end{equation}
12272
12273 \end_inset
12274
12275
12276 \end_layout
12277
12278 \begin_layout Standard
12279 To enable calculations in \SpecialChar LaTeX
12280 , the \SpecialChar LaTeX
12281 -package 
12282 \series bold
12283 calc
12284 \series default
12285  must be loaded with the document preamble line
12286 \begin_inset Index idx
12287 status collapsed
12288
12289 \begin_layout Plain Layout
12290 \SpecialChar LaTeX
12291 -packages ! calc
12292 \end_layout
12293
12294 \end_inset
12295
12296
12297 \end_layout
12298
12299 \begin_layout Standard
12300
12301 \series bold
12302
12303 \backslash
12304 usepackage{calc}
12305 \end_layout
12306
12307 \begin_layout Standard
12308 \SpecialChar LyX
12309  does not allow you to calculate lengths in the 
12310 \family sans
12311 Width
12312 \family default
12313  field of the table dialog.
12314  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12315 -argument in the
12316  dialog.
12317  Here is an overview about the arguments:
12318 \end_layout
12319
12320 \begin_layout Itemize
12321
12322 \series bold
12323 p{width}
12324 \series default
12325  creates cell with a fixed width, its text is vertically top-aligned
12326 \end_layout
12327
12328 \begin_layout Itemize
12329
12330 \series bold
12331 m{width}
12332 \series default
12333  creates cell with a fixed width, its text is vertically centered
12334 \end_layout
12335
12336 \begin_layout Itemize
12337
12338 \series bold
12339 b{width}
12340 \series default
12341  creates cell with a fixed width, its text is vertically bottom-aligned
12342 \end_layout
12343
12344 \begin_layout Standard
12345 By entering a \SpecialChar LaTeX
12346 -argument, all cell settings set in the table dialog are overwritt
12347 en.
12348 \end_layout
12349
12350 \begin_layout Standard
12351 \begin_inset Note Greyedout
12352 status open
12353
12354 \begin_layout Plain Layout
12355
12356 \series bold
12357 Note:
12358 \series default
12359  Due to a bug, \SpecialChar LyX
12360  shows the overwritten settings anyway.
12361 \end_layout
12362
12363 \end_inset
12364
12365
12366 \end_layout
12367
12368 \begin_layout Standard
12369 As the text should be horizontally centered, the command 
12370 \series bold
12371
12372 \backslash
12373 centering
12374 \series default
12375  is added.
12376  You can now enter the following \SpecialChar LaTeX
12377 -argument for the first spanned column:
12378 \end_layout
12379
12380 \begin_layout Standard
12381
12382 \series bold
12383 >{
12384 \backslash
12385 centering}m{1.25cm-6.2pt}
12386 \end_layout
12387
12388 \begin_layout Standard
12389 The command 
12390 \series bold
12391 >{ }
12392 \series default
12393  means, that the commands inside the braces are applied before the cell
12394  is created.
12395 \end_layout
12396
12397 \begin_layout Standard
12398 Although we have chosen centered alignment for the text of the multicolumn
12399  cell, it is still left aligned.
12400  This is because \SpecialChar LyX
12401  only applies the alignment to single columns.
12402  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12403 -argument
12404 \end_layout
12405
12406 \begin_layout Standard
12407
12408 \series bold
12409 >{
12410 \backslash
12411 centering}m{2.5cm}
12412 \end_layout
12413
12414 \begin_layout Subsection
12415 Multirows
12416 \begin_inset CommandInset label
12417 LatexCommand label
12418 name "subsec:Multirows"
12419
12420 \end_inset
12421
12422
12423 \begin_inset Index idx
12424 status collapsed
12425
12426 \begin_layout Plain Layout
12427 Multirows
12428 \end_layout
12429
12430 \end_inset
12431
12432
12433 \begin_inset Index idx
12434 status collapsed
12435
12436 \begin_layout Plain Layout
12437 Table ! Multirows
12438 \end_layout
12439
12440 \end_inset
12441
12442
12443 \end_layout
12444
12445 \begin_layout Standard
12446 To merge cells over multiple rows, select as many cells within a column
12447  as you want to merge and use either the table-toolbar button 
12448 \begin_inset Info
12449 type  "icon"
12450 arg   "tabular-feature multirow"
12451 \end_inset
12452
12453 , or the menu 
12454 \family sans
12455 Edit\SpecialChar menuseparator
12456 Table\SpecialChar menuseparator
12457 Multirow
12458 \family default
12459 , or right click on the marked cells and choose 
12460 \family sans
12461 Multirow
12462 \family default
12463  in the context menu.
12464 \end_layout
12465
12466 \begin_layout Standard
12467 Here is an example table with a multirow in the first column:
12468 \begin_inset Separator latexpar
12469 \end_inset
12470
12471
12472 \end_layout
12473
12474 \begin_layout Standard
12475 \align center
12476 \begin_inset Tabular
12477 <lyxtabular version="3" rows="3" columns="3">
12478 <features tabularvalignment="middle">
12479 <column alignment="center" valignment="top" width="0pt">
12480 <column alignment="center" valignment="top">
12481 <column alignment="center" valignment="top">
12482 <row>
12483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12484 \begin_inset Text
12485
12486 \begin_layout Plain Layout
12487 a long cell entry
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 b
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505 c
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 </row>
12511 <row>
12512 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516 multirow
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525 e
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 f
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 </row>
12540 <row>
12541 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Plain Layout
12545
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554 h
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12560 \begin_inset Text
12561
12562 \begin_layout Plain Layout
12563 i
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 </row>
12569 </lyxtabular>
12570
12571 \end_inset
12572
12573
12574 \end_layout
12575
12576 \begin_layout Standard
12577 The width of multirow cells is set by setting the width and alignment for
12578  the whole column.
12579  The 
12580 \family sans
12581 Vertical Offset
12582 \family default
12583  shifts the content of the multirow up/down if the offset is positive/negative.
12584 \end_layout
12585
12586 \begin_layout Standard
12587 If the column of a multirow cell has no explicit width, the multirow cell
12588  inherits the alignment of the column.
12589  Otherwise it is by default left-aligned.
12590  To override the default, renew the command 
12591 \series bold
12592
12593 \backslash
12594 multirowsetup
12595 \series default
12596  with the command
12597 \end_layout
12598
12599 \begin_layout Standard
12600
12601 \series bold
12602
12603 \backslash
12604 renewcommand{
12605 \backslash
12606 multirowsetup}{
12607 \backslash
12608 centering}
12609 \end_layout
12610
12611 \begin_layout Standard
12612 in the document preamble.
12613  Then all entries of multirow cells in the document are centered.
12614  If centering is only needed for several tables, you can renew the command
12615  in a \SpecialChar TeX
12616  Code box just before the table instead of the preamble.
12617  If the text should be right-aligned, replace 
12618 \series bold
12619
12620 \backslash
12621 centering
12622 \series default
12623  by 
12624 \series bold
12625
12626 \backslash
12627 raggedleft
12628 \series default
12629 .
12630  To return to left-alignment 
12631 \series bold
12632
12633 \backslash
12634 raggedright
12635 \series default
12636  is used.
12637 \end_layout
12638
12639 \begin_layout Standard
12640 This is an example table with a right-aligned multirow cell that has a vertical
12641  offset of -4
12642 \begin_inset space \thinspace{}
12643 \end_inset
12644
12645 mm and is in a 3
12646 \begin_inset space \thinspace{}
12647 \end_inset
12648
12649 cm wide column:
12650 \begin_inset Separator latexpar
12651 \end_inset
12652
12653
12654 \end_layout
12655
12656 \begin_layout Standard
12657 \noindent
12658 \align center
12659 \begin_inset ERT
12660 status collapsed
12661
12662 \begin_layout Plain Layout
12663
12664
12665 \backslash
12666 renewcommand{
12667 \backslash
12668 multirowsetup}{
12669 \backslash
12670 raggedleft}
12671 \end_layout
12672
12673 \end_inset
12674
12675
12676 \begin_inset Tabular
12677 <lyxtabular version="3" rows="4" columns="3">
12678 <features tabularvalignment="middle">
12679 <column alignment="center" valignment="top" width="3cm">
12680 <column alignment="center" valignment="top">
12681 <column alignment="center" valignment="top">
12682 <row>
12683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12684 \begin_inset Text
12685
12686 \begin_layout Plain Layout
12687 a long cell entry
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696 b
12697 \end_layout
12698
12699 \end_inset
12700 </cell>
12701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705 c
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 </row>
12711 <row>
12712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 t
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725 n
12726 \end_layout
12727
12728 \end_inset
12729 </cell>
12730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 m
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 </row>
12740 <row>
12741 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12742 \begin_inset Text
12743
12744 \begin_layout Plain Layout
12745 multirow
12746 \end_layout
12747
12748 \end_inset
12749 </cell>
12750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754 e
12755 \end_layout
12756
12757 \end_inset
12758 </cell>
12759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763 f
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 </row>
12769 <row>
12770 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Plain Layout
12783 h
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792 i
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 </row>
12798 </lyxtabular>
12799
12800 \end_inset
12801
12802
12803 \begin_inset ERT
12804 status collapsed
12805
12806 \begin_layout Plain Layout
12807
12808
12809 \backslash
12810 renewcommand{
12811 \backslash
12812 multirowsetup}{
12813 \backslash
12814 raggedright}
12815 \end_layout
12816
12817 \end_inset
12818
12819
12820 \end_layout
12821
12822 \begin_layout Standard
12823 To start a new line in a multirow you can use a forced line break (shortcut
12824  
12825 \begin_inset Info
12826 type  "shortcut"
12827 arg   "newline-insert newline"
12828 \end_inset
12829
12830 ) but this will not respect the cell lines as demonstrated in this table:
12831 \begin_inset Separator latexpar
12832 \end_inset
12833
12834
12835 \end_layout
12836
12837 \begin_layout Standard
12838 \noindent
12839 \align center
12840 \begin_inset Tabular
12841 <lyxtabular version="3" rows="3" columns="2">
12842 <features tabularvalignment="middle">
12843 <column alignment="left" valignment="middle" width="2cm">
12844 <column alignment="center" valignment="top">
12845 <row>
12846 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850 aaa
12851 \begin_inset Newline newline
12852 \end_inset
12853
12854 aaa
12855 \begin_inset Newline newline
12856 \end_inset
12857
12858 wrong cell
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867 ccc
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 </row>
12873 <row>
12874 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887 ddd
12888 \end_layout
12889
12890 \end_inset
12891 </cell>
12892 </row>
12893 <row>
12894 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Plain Layout
12898 bbb
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Plain Layout
12907 eee
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 </row>
12913 </lyxtabular>
12914
12915 \end_inset
12916
12917
12918 \end_layout
12919
12920 \begin_layout Standard
12921 Therefore be careful with forced line breaks.
12922 \end_layout
12923
12924 \begin_layout Subsection
12925 Cells with diagonal line(s)
12926 \end_layout
12927
12928 \begin_layout Standard
12929 To tell the reader what is meant by column and row headings in a table,
12930  it is helpful to split the first cell of the table by one or two diagonal
12931  lines.
12932  This can be achieved by loading the \SpecialChar LaTeX
12933  package 
12934 \series bold
12935 diagbox
12936 \series default
12937
12938 \begin_inset Index idx
12939 status collapsed
12940
12941 \begin_layout Plain Layout
12942 \SpecialChar LaTeX
12943 -packages ! picinpar
12944 \end_layout
12945
12946 \end_inset
12947
12948  in the document preamble.
12949  The package provides the command 
12950 \series bold
12951
12952 \backslash
12953 diagbox
12954 \series default
12955  that is inserted as \SpecialChar TeX
12956  Code and that can take 2 or 3
12957 \begin_inset space ~
12958 \end_inset
12959
12960 arguments:
12961 \end_layout
12962
12963 \begin_layout Standard
12964
12965 \series bold
12966
12967 \backslash
12968 diagbox[options]{lower left}{upper right}
12969 \end_layout
12970
12971 \begin_layout Standard
12972
12973 \series bold
12974
12975 \backslash
12976 diagbox[options]{lower left}{upper left}{upper right}
12977 \end_layout
12978
12979 \begin_layout Standard
12980 The first scheme divides the cell by a single diagonal line and the arguments
12981  are placed below and above this line.
12982  The second scheme divides the cell by 2
12983 \begin_inset space ~
12984 \end_inset
12985
12986 lines.
12987 \end_layout
12988
12989 \begin_layout Standard
12990 \begin_inset ERT
12991 status collapsed
12992
12993 \begin_layout Plain Layout
12994
12995
12996 \backslash
12997 ifdiagbox
12998 \end_layout
12999
13000 \end_inset
13001
13002
13003 \begin_inset Note Note
13004 status open
13005
13006 \begin_layout Plain Layout
13007 The following section will only be displayed when the \SpecialChar LaTeX
13008 -package 
13009 \series bold
13010 diagbox
13011 \series default
13012  is installed.
13013 \end_layout
13014
13015 \end_inset
13016
13017
13018 \end_layout
13019
13020 \begin_layout Standard
13021 Here is an example table where 
13022 \series bold
13023
13024 \backslash
13025 diagbox 
13026 \series default
13027 is used in the 2-argument scheme in the first cell:
13028 \begin_inset VSpace medskip
13029 \end_inset
13030
13031
13032 \end_layout
13033
13034 \begin_layout Standard
13035 \noindent
13036 \begin_inset Tabular
13037 <lyxtabular version="3" rows="4" columns="4">
13038 <features tabularvalignment="middle">
13039 <column alignment="center" valignment="top">
13040 <column alignment="center" valignment="top">
13041 <column alignment="center" valignment="top">
13042 <column alignment="center" valignment="top">
13043 <row>
13044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13045 \begin_inset Text
13046
13047 \begin_layout Plain Layout
13048 \begin_inset ERT
13049 status collapsed
13050
13051 \begin_layout Plain Layout
13052
13053
13054 \backslash
13055 diagbox{
13056 \end_layout
13057
13058 \end_inset
13059
13060 Name
13061 \begin_inset ERT
13062 status collapsed
13063
13064 \begin_layout Plain Layout
13065
13066 }{
13067 \end_layout
13068
13069 \end_inset
13070
13071 Parameter
13072 \begin_inset ERT
13073 status collapsed
13074
13075 \begin_layout Plain Layout
13076
13077 }
13078 \end_layout
13079
13080 \end_inset
13081
13082
13083 \end_layout
13084
13085 \end_inset
13086 </cell>
13087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13088 \begin_inset Text
13089
13090 \begin_layout Plain Layout
13091 Thickness in nm
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 Transparency in %
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 Hardness in MPa
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 </row>
13115 <row>
13116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 Perfect Green
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Plain Layout
13129 45
13130 \end_layout
13131
13132 \end_inset
13133 </cell>
13134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138 80
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147 504
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 </row>
13153 <row>
13154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Plain Layout
13158 Dark Multi-P
13159 \end_layout
13160
13161 \end_inset
13162 </cell>
13163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13164 \begin_inset Text
13165
13166 \begin_layout Plain Layout
13167 60
13168 \end_layout
13169
13170 \end_inset
13171 </cell>
13172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13173 \begin_inset Text
13174
13175 \begin_layout Plain Layout
13176 72
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Plain Layout
13185 982
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 </row>
13191 <row>
13192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13193 \begin_inset Text
13194
13195 \begin_layout Plain Layout
13196 Crystal Clear Pro
13197 \end_layout
13198
13199 \end_inset
13200 </cell>
13201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13202 \begin_inset Text
13203
13204 \begin_layout Plain Layout
13205 18
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214 86
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 374
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 </row>
13229 </lyxtabular>
13230
13231 \end_inset
13232
13233
13234 \begin_inset VSpace medskip
13235 \end_inset
13236
13237
13238 \end_layout
13239
13240 \begin_layout Standard
13241 The 3-argument scheme is for example useful for cross-tables of sports leagues
13242  or distances:
13243 \begin_inset Separator latexpar
13244 \end_inset
13245
13246
13247 \end_layout
13248
13249 \begin_layout Standard
13250 \noindent
13251 \align center
13252 \begin_inset Tabular
13253 <lyxtabular version="3" rows="4" columns="4">
13254 <features tabularvalignment="middle">
13255 <column alignment="center" valignment="top" width="0pt">
13256 <column alignment="center" valignment="top">
13257 <column alignment="center" valignment="top">
13258 <column alignment="center" valignment="top">
13259 <row>
13260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13261 \begin_inset Text
13262
13263 \begin_layout Plain Layout
13264 \begin_inset ERT
13265 status collapsed
13266
13267 \begin_layout Plain Layout
13268
13269
13270 \backslash
13271 diagbox{
13272 \end_layout
13273
13274 \end_inset
13275
13276 Team home
13277 \begin_inset ERT
13278 status collapsed
13279
13280 \begin_layout Plain Layout
13281
13282 }{
13283 \end_layout
13284
13285 \end_inset
13286
13287 Result
13288 \begin_inset ERT
13289 status collapsed
13290
13291 \begin_layout Plain Layout
13292
13293 }{
13294 \end_layout
13295
13296 \end_inset
13297
13298 Team away
13299 \begin_inset ERT
13300 status collapsed
13301
13302 \begin_layout Plain Layout
13303
13304 }
13305 \end_layout
13306
13307 \end_inset
13308
13309
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 Tigers
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 Panthers
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 Falcons
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 </row>
13342 <row>
13343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 Tigers
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 1:3
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 0:1
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 </row>
13380 <row>
13381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 Panthers
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 3:1
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 0:0
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 </row>
13418 <row>
13419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 Falcons
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432 1:0
13433 \end_layout
13434
13435 \end_inset
13436 </cell>
13437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13438 \begin_inset Text
13439
13440 \begin_layout Plain Layout
13441 0:0
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 </row>
13456 </lyxtabular>
13457
13458 \end_inset
13459
13460
13461 \end_layout
13462
13463 \begin_layout Standard
13464 For larger cross-tables one might use split cells in 2 or every corner of
13465  the table like in this example:
13466 \begin_inset Separator latexpar
13467 \end_inset
13468
13469
13470 \end_layout
13471
13472 \begin_layout Standard
13473 \noindent
13474 \align center
13475 \begin_inset Tabular
13476 <lyxtabular version="3" rows="5" columns="5">
13477 <features tabularvalignment="middle">
13478 <column alignment="center" valignment="top" width="0pt">
13479 <column alignment="center" valignment="top">
13480 <column alignment="center" valignment="top">
13481 <column alignment="center" valignment="top">
13482 <column alignment="center" valignment="top">
13483 <row>
13484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488 \begin_inset ERT
13489 status open
13490
13491 \begin_layout Plain Layout
13492
13493
13494 \backslash
13495 diagbox{
13496 \end_layout
13497
13498 \end_inset
13499
13500 Team home
13501 \begin_inset ERT
13502 status collapsed
13503
13504 \begin_layout Plain Layout
13505
13506 }{
13507 \end_layout
13508
13509 \end_inset
13510
13511 Result
13512 \begin_inset ERT
13513 status collapsed
13514
13515 \begin_layout Plain Layout
13516
13517 }{
13518 \end_layout
13519
13520 \end_inset
13521
13522 Team away
13523 \begin_inset ERT
13524 status collapsed
13525
13526 \begin_layout Plain Layout
13527
13528 }
13529 \end_layout
13530
13531 \end_inset
13532
13533
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 Tigers
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 Panthers
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560 Falcons
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13566 \begin_inset Text
13567
13568 \begin_layout Plain Layout
13569 \begin_inset ERT
13570 status open
13571
13572 \begin_layout Plain Layout
13573
13574
13575 \backslash
13576 diagbox[dir=NE]{
13577 \end_layout
13578
13579 \end_inset
13580
13581 Team home
13582 \begin_inset ERT
13583 status collapsed
13584
13585 \begin_layout Plain Layout
13586
13587 }{
13588 \end_layout
13589
13590 \end_inset
13591
13592 Result
13593 \begin_inset ERT
13594 status collapsed
13595
13596 \begin_layout Plain Layout
13597
13598 }{
13599 \end_layout
13600
13601 \end_inset
13602
13603 Team away
13604 \begin_inset ERT
13605 status collapsed
13606
13607 \begin_layout Plain Layout
13608
13609 }
13610 \end_layout
13611
13612 \end_inset
13613
13614
13615 \end_layout
13616
13617 \end_inset
13618 </cell>
13619 </row>
13620 <row>
13621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Plain Layout
13625 Tigers
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13631 \begin_inset Text
13632
13633 \begin_layout Plain Layout
13634
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643 1:3
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652 0:1
13653 \end_layout
13654
13655 \end_inset
13656 </cell>
13657 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13658 \begin_inset Text
13659
13660 \begin_layout Plain Layout
13661 Tigers
13662 \end_layout
13663
13664 \end_inset
13665 </cell>
13666 </row>
13667 <row>
13668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672 Panthers
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 3:1
13682 \end_layout
13683
13684 \end_inset
13685 </cell>
13686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13687 \begin_inset Text
13688
13689 \begin_layout Plain Layout
13690
13691 \end_layout
13692
13693 \end_inset
13694 </cell>
13695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Plain Layout
13699 0:0
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13705 \begin_inset Text
13706
13707 \begin_layout Plain Layout
13708 Panthers
13709 \end_layout
13710
13711 \end_inset
13712 </cell>
13713 </row>
13714 <row>
13715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13716 \begin_inset Text
13717
13718 \begin_layout Plain Layout
13719 Falcons
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Plain Layout
13728 1:0
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737 0:0
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 Falcons
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 </row>
13761 <row>
13762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13763 \begin_inset Text
13764
13765 \begin_layout Plain Layout
13766 \begin_inset ERT
13767 status open
13768
13769 \begin_layout Plain Layout
13770
13771
13772 \backslash
13773 diagbox[dir=SW]{
13774 \end_layout
13775
13776 \end_inset
13777
13778 Team home
13779 \begin_inset ERT
13780 status collapsed
13781
13782 \begin_layout Plain Layout
13783
13784 }{
13785 \end_layout
13786
13787 \end_inset
13788
13789 Result
13790 \begin_inset ERT
13791 status collapsed
13792
13793 \begin_layout Plain Layout
13794
13795 }{
13796 \end_layout
13797
13798 \end_inset
13799
13800 Team away
13801 \begin_inset ERT
13802 status collapsed
13803
13804 \begin_layout Plain Layout
13805
13806 }
13807 \end_layout
13808
13809 \end_inset
13810
13811
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 Tigers
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829 Panthers
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838 Falcons
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847 \begin_inset ERT
13848 status open
13849
13850 \begin_layout Plain Layout
13851
13852
13853 \backslash
13854 diagbox[dir=SE]{
13855 \end_layout
13856
13857 \end_inset
13858
13859 Team home
13860 \begin_inset ERT
13861 status collapsed
13862
13863 \begin_layout Plain Layout
13864
13865 }{
13866 \end_layout
13867
13868 \end_inset
13869
13870 Result
13871 \begin_inset ERT
13872 status collapsed
13873
13874 \begin_layout Plain Layout
13875
13876 }{
13877 \end_layout
13878
13879 \end_inset
13880
13881 Team away
13882 \begin_inset ERT
13883 status collapsed
13884
13885 \begin_layout Plain Layout
13886
13887 }
13888 \end_layout
13889
13890 \end_inset
13891
13892
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 </row>
13898 </lyxtabular>
13899
13900 \end_inset
13901
13902
13903 \end_layout
13904
13905 \begin_layout Standard
13906 To rotate the diagonal lines, the command option 
13907 \series bold
13908 dir=direction
13909 \series default
13910  is used.
13911  
13912 \emph on
13913 direction
13914 \emph default
13915  is either 
13916 \series bold
13917 NE
13918 \series default
13919
13920 \series bold
13921 DE
13922 \series default
13923
13924 \series bold
13925 SW
13926 \series default
13927  or 
13928 \series bold
13929 NW
13930 \series default
13931  and represent a point of a compass.
13932  
13933 \series bold
13934 SW
13935 \series default
13936  is for example the south-west corner.
13937  Thus in the lower left cell of the above table the command
13938 \end_layout
13939
13940 \begin_layout Standard
13941
13942 \series bold
13943
13944 \backslash
13945 diagbox[dir=SW]{Team home}{Result}{Team away}
13946 \end_layout
13947
13948 \begin_layout Standard
13949 is used.
13950  If no direction is given, it will be NW.
13951 \end_layout
13952
13953 \begin_layout Standard
13954 The necessary width of split cells is automatically calculated.
13955  Thus if you set a fixed column width smaller than the calculated one, the
13956  cell's content will protrude the cell borders:
13957 \begin_inset Separator latexpar
13958 \end_inset
13959
13960
13961 \end_layout
13962
13963 \begin_layout Standard
13964 \noindent
13965 \align center
13966 \begin_inset Tabular
13967 <lyxtabular version="3" rows="2" columns="2">
13968 <features tabularvalignment="middle">
13969 <column alignment="center" valignment="top" width="3cm">
13970 <column alignment="center" valignment="top">
13971 <row>
13972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 \begin_inset ERT
13977 status collapsed
13978
13979 \begin_layout Plain Layout
13980
13981
13982 \backslash
13983 diagbox{
13984 \end_layout
13985
13986 \end_inset
13987
13988 Name
13989 \begin_inset ERT
13990 status collapsed
13991
13992 \begin_layout Plain Layout
13993
13994 }{
13995 \end_layout
13996
13997 \end_inset
13998
13999 Parameter
14000 \begin_inset ERT
14001 status collapsed
14002
14003 \begin_layout Plain Layout
14004
14005 }
14006 \end_layout
14007
14008 \end_inset
14009
14010
14011 \end_layout
14012
14013 \end_inset
14014 </cell>
14015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14016 \begin_inset Text
14017
14018 \begin_layout Plain Layout
14019 Thickness in nm
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 </row>
14025 <row>
14026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14027 \begin_inset Text
14028
14029 \begin_layout Plain Layout
14030 Perfect Green
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039 45
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 </row>
14045 </lyxtabular>
14046
14047 \end_inset
14048
14049
14050 \end_layout
14051
14052 \begin_layout Standard
14053 If you need a certain width for columns with a split cell, use the command
14054  option 
14055 \series bold
14056 width=3cm
14057 \series default
14058  (replace '3cm' by the width you need).
14059  In the following table the width of the first column is set to 4
14060 \begin_inset space \thinspace{}
14061 \end_inset
14062
14063 cm.
14064  For 
14065 \series bold
14066
14067 \backslash
14068 diagbox
14069 \series default
14070  a width of 4
14071 \begin_inset space \thinspace{}
14072 \end_inset
14073
14074 cm + 2
14075 \begin_inset space \thinspace{}
14076 \end_inset
14077
14078
14079 \backslash
14080 tabcolsep is necessary because the overall width is the width for the text
14081  (in this case the 4
14082 \begin_inset space \thinspace{}
14083 \end_inset
14084
14085 cm) plus two times the separation of the text and the cell border.
14086  The calculation of the width cannot be done in the command option of 
14087 \series bold
14088
14089 \backslash
14090 diagbox
14091 \series default
14092  so one needs to create a new length which can be used later.
14093  This is done with the \SpecialChar TeX
14094  Code commands
14095 \end_layout
14096
14097 \begin_layout Standard
14098
14099 \series bold
14100
14101 \backslash
14102 newlength{
14103 \backslash
14104 diagtest}
14105 \begin_inset Newline newline
14106 \end_inset
14107
14108
14109 \backslash
14110 setlength{
14111 \backslash
14112 diagtest}{4cm+2
14113 \backslash
14114 tabcolsep}
14115 \end_layout
14116
14117 \begin_layout Standard
14118 \begin_inset ERT
14119 status collapsed
14120
14121 \begin_layout Plain Layout
14122
14123
14124 \backslash
14125 newlength{
14126 \backslash
14127 diagtest}
14128 \end_layout
14129
14130 \begin_layout Plain Layout
14131
14132
14133 \backslash
14134 setlength{
14135 \backslash
14136 diagtest}{4cm+2
14137 \backslash
14138 tabcolsep}
14139 \end_layout
14140
14141 \end_inset
14142
14143
14144 \end_layout
14145
14146 \begin_layout Standard
14147 To enable calculations in \SpecialChar LaTeX
14148  one needs to load the package 
14149 \series bold
14150 calc
14151 \series default
14152
14153 \begin_inset Index idx
14154 status collapsed
14155
14156 \begin_layout Plain Layout
14157 \SpecialChar LaTeX
14158 -packages ! calc
14159 \end_layout
14160
14161 \end_inset
14162
14163  in the document preamble.
14164 \end_layout
14165
14166 \begin_layout Standard
14167 In this table you can now use the command
14168 \end_layout
14169
14170 \begin_layout Standard
14171
14172 \series bold
14173
14174 \backslash
14175 diagbox[width=
14176 \backslash
14177 diagtest]{A}{B}
14178 \end_layout
14179
14180 \begin_layout Standard
14181 in the first cell:
14182 \begin_inset Separator latexpar
14183 \end_inset
14184
14185
14186 \end_layout
14187
14188 \begin_layout Standard
14189 \noindent
14190 \align center
14191 \begin_inset Tabular
14192 <lyxtabular version="3" rows="2" columns="2">
14193 <features tabularvalignment="middle">
14194 <column alignment="center" valignment="top" width="4cm">
14195 <column alignment="center" valignment="top">
14196 <row>
14197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14198 \begin_inset Text
14199
14200 \begin_layout Plain Layout
14201 \begin_inset ERT
14202 status open
14203
14204 \begin_layout Plain Layout
14205
14206
14207 \backslash
14208 diagbox[width=
14209 \backslash
14210 diagtest]{
14211 \end_layout
14212
14213 \end_inset
14214
14215 A
14216 \begin_inset ERT
14217 status collapsed
14218
14219 \begin_layout Plain Layout
14220
14221 }{
14222 \end_layout
14223
14224 \end_inset
14225
14226 B
14227 \begin_inset ERT
14228 status collapsed
14229
14230 \begin_layout Plain Layout
14231
14232 }
14233 \end_layout
14234
14235 \end_inset
14236
14237
14238 \end_layout
14239
14240 \end_inset
14241 </cell>
14242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Plain Layout
14246 Thickness in nm
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 </row>
14252 <row>
14253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Plain Layout
14257 Perfect Green
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14263 \begin_inset Text
14264
14265 \begin_layout Plain Layout
14266 45
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 </row>
14272 </lyxtabular>
14273
14274 \end_inset
14275
14276
14277 \end_layout
14278
14279 \begin_layout Standard
14280 Note that the split cell needs to be the widest one in the column.
14281  Otherwise the length of the diagonal line cannot be calculated correctly
14282  like in this table:
14283 \begin_inset Separator latexpar
14284 \end_inset
14285
14286
14287 \end_layout
14288
14289 \begin_layout Standard
14290 \noindent
14291 \align center
14292 \begin_inset Tabular
14293 <lyxtabular version="3" rows="2" columns="2">
14294 <features tabularvalignment="middle">
14295 <column alignment="center" valignment="top" width="0pt">
14296 <column alignment="center" valignment="top">
14297 <row>
14298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14299 \begin_inset Text
14300
14301 \begin_layout Plain Layout
14302 \begin_inset ERT
14303 status collapsed
14304
14305 \begin_layout Plain Layout
14306
14307
14308 \backslash
14309 diagbox{
14310 \end_layout
14311
14312 \end_inset
14313
14314 A
14315 \begin_inset ERT
14316 status collapsed
14317
14318 \begin_layout Plain Layout
14319
14320 }{
14321 \end_layout
14322
14323 \end_inset
14324
14325 B
14326 \begin_inset ERT
14327 status collapsed
14328
14329 \begin_layout Plain Layout
14330
14331 }
14332 \end_layout
14333
14334 \end_inset
14335
14336
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14342 \begin_inset Text
14343
14344 \begin_layout Plain Layout
14345 Thickness in nm
14346 \end_layout
14347
14348 \end_inset
14349 </cell>
14350 </row>
14351 <row>
14352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14353 \begin_inset Text
14354
14355 \begin_layout Plain Layout
14356 Perfect Green
14357 \end_layout
14358
14359 \end_inset
14360 </cell>
14361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14362 \begin_inset Text
14363
14364 \begin_layout Plain Layout
14365 45
14366 \end_layout
14367
14368 \end_inset
14369 </cell>
14370 </row>
14371 </lyxtabular>
14372
14373 \end_inset
14374
14375
14376 \end_layout
14377
14378 \begin_layout Standard
14379 In this case use the 
14380 \series bold
14381 width
14382 \series default
14383  option of the 
14384 \series bold
14385
14386 \backslash
14387 diagbox
14388 \series default
14389  command.
14390  It is then not necessary to add 2
14391 \backslash
14392 tabcolsep because the cell width is now the width of the column.
14393  In this table a width of 3
14394 \begin_inset space \thinspace{}
14395 \end_inset
14396
14397 cm is used:
14398 \begin_inset Separator latexpar
14399 \end_inset
14400
14401
14402 \end_layout
14403
14404 \begin_layout Standard
14405 \noindent
14406 \align center
14407 \begin_inset Tabular
14408 <lyxtabular version="3" rows="2" columns="2">
14409 <features tabularvalignment="middle">
14410 <column alignment="center" valignment="top" width="0pt">
14411 <column alignment="center" valignment="top">
14412 <row>
14413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417 \begin_inset ERT
14418 status open
14419
14420 \begin_layout Plain Layout
14421
14422
14423 \backslash
14424 diagbox[width=3cm]{
14425 \end_layout
14426
14427 \end_inset
14428
14429 A
14430 \begin_inset ERT
14431 status collapsed
14432
14433 \begin_layout Plain Layout
14434
14435 }{
14436 \end_layout
14437
14438 \end_inset
14439
14440 B
14441 \begin_inset ERT
14442 status collapsed
14443
14444 \begin_layout Plain Layout
14445
14446 }
14447 \end_layout
14448
14449 \end_inset
14450
14451
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 Thickness in nm
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 </row>
14466 <row>
14467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471 Perfect Green
14472 \end_layout
14473
14474 \end_inset
14475 </cell>
14476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14477 \begin_inset Text
14478
14479 \begin_layout Plain Layout
14480 45
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 </row>
14486 </lyxtabular>
14487
14488 \end_inset
14489
14490
14491 \end_layout
14492
14493 \begin_layout Standard
14494 For multiple text lines in split cells one needs some extra height to fit
14495  the text to the cell.
14496  This can be achieved with the 
14497 \series bold
14498
14499 \backslash
14500 diagbox
14501 \series default
14502  option 
14503 \series bold
14504 height=3cm
14505 \series default
14506  (replace '3cm' by the height you need).
14507  In the following table the command
14508 \end_layout
14509
14510 \begin_layout Standard
14511
14512 \series bold
14513
14514 \backslash
14515 diagbox[width=3cm,height=1.4cm]{A
14516 \backslash
14517
14518 \backslash
14519 B}{C
14520 \backslash
14521
14522 \backslash
14523 D}
14524 \end_layout
14525
14526 \begin_layout Standard
14527 is used in the first cell.
14528  The command 
14529 \series bold
14530
14531 \backslash
14532
14533 \backslash
14534
14535 \series default
14536  creates hereby the line break.
14537 \begin_inset Foot
14538 status collapsed
14539
14540 \begin_layout Plain Layout
14541 Breaking lines with 
14542 \family sans
14543 Ctrl+Return
14544 \family default
14545  is only possible when the column has a fixed width.
14546 \end_layout
14547
14548 \end_inset
14549
14550
14551 \begin_inset Separator latexpar
14552 \end_inset
14553
14554
14555 \end_layout
14556
14557 \begin_layout Standard
14558 \noindent
14559 \align center
14560 \begin_inset Tabular
14561 <lyxtabular version="3" rows="2" columns="2">
14562 <features tabularvalignment="middle">
14563 <column alignment="center" valignment="top">
14564 <column alignment="center" valignment="top">
14565 <row>
14566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 \begin_inset ERT
14571 status open
14572
14573 \begin_layout Plain Layout
14574
14575
14576 \backslash
14577 diagbox[width=3cm,height=1.4cm]{
14578 \end_layout
14579
14580 \end_inset
14581
14582 A
14583 \begin_inset ERT
14584 status collapsed
14585
14586 \begin_layout Plain Layout
14587
14588
14589 \backslash
14590
14591 \backslash
14592
14593 \end_layout
14594
14595 \end_inset
14596
14597 B
14598 \begin_inset ERT
14599 status collapsed
14600
14601 \begin_layout Plain Layout
14602
14603 }{
14604 \end_layout
14605
14606 \end_inset
14607
14608 C
14609 \begin_inset ERT
14610 status collapsed
14611
14612 \begin_layout Plain Layout
14613
14614
14615 \backslash
14616
14617 \backslash
14618
14619 \end_layout
14620
14621 \end_inset
14622
14623 D
14624 \begin_inset ERT
14625 status collapsed
14626
14627 \begin_layout Plain Layout
14628
14629 }
14630 \end_layout
14631
14632 \end_inset
14633
14634
14635 \end_layout
14636
14637 \end_inset
14638 </cell>
14639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14640 \begin_inset Text
14641
14642 \begin_layout Plain Layout
14643 Thickness in nm
14644 \end_layout
14645
14646 \end_inset
14647 </cell>
14648 </row>
14649 <row>
14650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14651 \begin_inset Text
14652
14653 \begin_layout Plain Layout
14654 Perfect Green
14655 \end_layout
14656
14657 \end_inset
14658 </cell>
14659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14660 \begin_inset Text
14661
14662 \begin_layout Plain Layout
14663 45
14664 \end_layout
14665
14666 \end_inset
14667 </cell>
14668 </row>
14669 </lyxtabular>
14670
14671 \end_inset
14672
14673
14674 \end_layout
14675
14676 \begin_layout Standard
14677 \begin_inset ERT
14678 status collapsed
14679
14680 \begin_layout Plain Layout
14681
14682
14683 \backslash
14684 else
14685 \end_layout
14686
14687 \end_inset
14688
14689
14690 \begin_inset Note Note
14691 status open
14692
14693 \begin_layout Plain Layout
14694 The following will be displayed when the \SpecialChar LaTeX
14695 -package 
14696 \series bold
14697 diagbox
14698 \series default
14699  is not installed:
14700 \end_layout
14701
14702 \end_inset
14703
14704
14705 \end_layout
14706
14707 \begin_layout Standard
14708 You need to install the \SpecialChar LaTeX
14709 -package 
14710 \series bold
14711 diagbox
14712 \series default
14713  to see the following part of this section in the output.
14714 \end_layout
14715
14716 \begin_layout Standard
14717 \begin_inset ERT
14718 status collapsed
14719
14720 \begin_layout Plain Layout
14721
14722
14723 \backslash
14724 fi
14725 \end_layout
14726
14727 \end_inset
14728
14729
14730 \end_layout
14731
14732 \begin_layout Standard
14733 For more info about the \SpecialChar LaTeX
14734 -package 
14735 \series bold
14736 diagbox
14737 \series default
14738 , see its documentation, 
14739 \begin_inset CommandInset citation
14740 LatexCommand cite
14741 key "diagbox"
14742
14743 \end_inset
14744
14745 .
14746 \end_layout
14747
14748 \begin_layout Section
14749 Formal Tables
14750 \begin_inset CommandInset label
14751 LatexCommand label
14752 name "sec:Formal-Tables"
14753
14754 \end_inset
14755
14756
14757 \begin_inset Index idx
14758 status collapsed
14759
14760 \begin_layout Plain Layout
14761 Table ! Formal
14762 \end_layout
14763
14764 \end_inset
14765
14766
14767 \end_layout
14768
14769 \begin_layout Standard
14770 Tables are often typeset in books similar to Table
14771 \begin_inset space ~
14772 \end_inset
14773
14774
14775 \begin_inset CommandInset ref
14776 LatexCommand ref
14777 reference "tab:Example-booktabs-table"
14778
14779 \end_inset
14780
14781 .
14782  This kind of tables is called 
14783 \begin_inset Quotes eld
14784 \end_inset
14785
14786
14787 \emph on
14788 formal
14789 \emph default
14790
14791 \begin_inset Quotes erd
14792 \end_inset
14793
14794 .
14795  To make a table a formal table use the option 
14796 \family sans
14797 Formal
14798 \family default
14799  in the 
14800 \family sans
14801 Borders
14802 \family default
14803  tab of the table dialog.
14804 \end_layout
14805
14806 \begin_layout Standard
14807 \begin_inset Float table
14808 placement h
14809 wide false
14810 sideways false
14811 status open
14812
14813 \begin_layout Plain Layout
14814 \begin_inset Caption Standard
14815
14816 \begin_layout Plain Layout
14817 \begin_inset CommandInset label
14818 LatexCommand label
14819 name "tab:Example-booktabs-table"
14820
14821 \end_inset
14822
14823 Example booktabs-table
14824 \end_layout
14825
14826 \end_inset
14827
14828
14829 \end_layout
14830
14831 \begin_layout Plain Layout
14832 \align center
14833 \begin_inset Tabular
14834 <lyxtabular version="3" rows="8" columns="4">
14835 <features booktabs="true" tabularvalignment="middle">
14836 <column alignment="center" valignment="top">
14837 <column alignment="center" valignment="top">
14838 <column alignment="center" valignment="top">
14839 <column alignment="center" valignment="top">
14840 <row>
14841 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14842 \begin_inset Text
14843
14844 \begin_layout Plain Layout
14845 System
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 <cell alignment="center" valignment="top" topline="true" usebox="none">
14851 \begin_inset Text
14852
14853 \begin_layout Plain Layout
14854 Chip
14855 \begin_inset space \thinspace{}
14856 \end_inset
14857
14858 1
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867 Chip
14868 \begin_inset space \thinspace{}
14869 \end_inset
14870
14871 2
14872 \end_layout
14873
14874 \end_inset
14875 </cell>
14876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14877 \begin_inset Text
14878
14879 \begin_layout Plain Layout
14880
14881 \end_layout
14882
14883 \end_inset
14884 </cell>
14885 </row>
14886 <row>
14887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Plain Layout
14891 \begin_inset ERT
14892 status collapsed
14893
14894 \begin_layout Plain Layout
14895
14896
14897 \backslash
14898 cmidrule(r){2-2}
14899 \end_layout
14900
14901 \end_inset
14902
14903
14904 \begin_inset ERT
14905 status collapsed
14906
14907 \begin_layout Plain Layout
14908
14909
14910 \backslash
14911 cmidrule(l){3-4}
14912 \end_layout
14913
14914 \end_inset
14915
14916 Detector thickness in µm
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 <cell alignment="center" valignment="top" usebox="none">
14922 \begin_inset Text
14923
14924 \begin_layout Plain Layout
14925 300
14926 \end_layout
14927
14928 \end_inset
14929 </cell>
14930 <cell alignment="center" valignment="top" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Plain Layout
14934 300
14935 \end_layout
14936
14937 \end_inset
14938 </cell>
14939 <cell alignment="center" valignment="top" usebox="none">
14940 \begin_inset Text
14941
14942 \begin_layout Plain Layout
14943 700
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 </row>
14949 <row>
14950 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 Edge angle in °
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 3.55
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 <cell alignment="center" valignment="top" topline="true" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972 2.71
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell alignment="center" valignment="top" topline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 7.99
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 </row>
14987 <row topspace="default">
14988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 Spatial resolution in µm
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 <cell alignment="center" valignment="top" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001 4.26
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 <cell alignment="center" valignment="top" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 10.17
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 <cell alignment="center" valignment="top" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019 10.56
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 </row>
15025 <row topspace="default">
15026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030 MTF at 
15031 \begin_inset Formula $f_{\mathrm{max}}$
15032 \end_inset
15033
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 0.53
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell alignment="center" valignment="top" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052 0.37
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 <cell alignment="center" valignment="top" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061 0.39
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 </row>
15067 <row topspace="default">
15068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 \begin_inset ERT
15073 status collapsed
15074
15075 \begin_layout Plain Layout
15076
15077
15078 \backslash
15079 cmidrule[2pt](l{10pt}){1-1}
15080 \end_layout
15081
15082 \end_inset
15083
15084 LSF-spatial resolution
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 <cell alignment="center" valignment="top" usebox="none">
15090 \begin_inset Text
15091
15092 \begin_layout Plain Layout
15093
15094 \end_layout
15095
15096 \end_inset
15097 </cell>
15098 <cell alignment="center" valignment="top" usebox="none">
15099 \begin_inset Text
15100
15101 \begin_layout Plain Layout
15102
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 <cell alignment="center" valignment="top" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 </row>
15117 <row>
15118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 in µm
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 129.7
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140 52.75
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 50.78
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 </row>
15155 <row>
15156 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 in % of pixel size
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169 76.3
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178 95.9
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 92.3
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 </row>
15193 </lyxtabular>
15194
15195 \end_inset
15196
15197
15198 \end_layout
15199
15200 \end_inset
15201
15202
15203 \end_layout
15204
15205 \begin_layout Standard
15206 Spaces to table rows can be added using the 
15207 \family sans
15208 Borders
15209 \family default
15210  tab of the table dialog as described in section
15211 \begin_inset space ~
15212 \end_inset
15213
15214
15215 \begin_inset CommandInset ref
15216 LatexCommand ref
15217 reference "subsec:Row-Spacing"
15218
15219 \end_inset
15220
15221 .
15222 \end_layout
15223
15224 \begin_layout Standard
15225 Unlike normal tables, formal tables have no vertical table lines.
15226  The horizontal table lines can be set as for normal tables but they appear
15227  with different widths in the output:
15228 \begin_inset Newline newline
15229 \end_inset
15230
15231 The first and the last table line have a default width of 0.08
15232 \begin_inset space \thinspace{}
15233 \end_inset
15234
15235 em while the other lines have a default width of 0.05
15236 \begin_inset space \thinspace{}
15237 \end_inset
15238
15239 em.
15240 \end_layout
15241
15242 \begin_layout Standard
15243 The default widths can be changed with the following preamble lines
15244 \end_layout
15245
15246 \begin_layout Standard
15247
15248 \series bold
15249
15250 \backslash
15251 let
15252 \backslash
15253 mytoprule
15254 \backslash
15255 toprule
15256 \begin_inset Newline newline
15257 \end_inset
15258
15259
15260 \backslash
15261 renewcommand{
15262 \backslash
15263 toprule}{
15264 \backslash
15265 mytoprule[width]}
15266 \end_layout
15267
15268 \begin_layout Standard
15269 This example is for the first line, the so called 
15270 \series bold
15271 toprule
15272 \series default
15273 .
15274  If you want to change the width for the last line, replace 
15275 \series bold
15276 toprule
15277 \series default
15278  by 
15279 \series bold
15280 bottomrule
15281 \series default
15282 .
15283  To change the width for the other lines replace 
15284 \series bold
15285 toprule
15286 \series default
15287  by 
15288 \series bold
15289 midrule
15290 \series default
15291 .
15292  You can use all units listed in appendix
15293 \begin_inset space ~
15294 \end_inset
15295
15296
15297 \begin_inset CommandInset ref
15298 LatexCommand ref
15299 reference "cha:Units-available-in"
15300
15301 \end_inset
15302
15303  to set the width.
15304 \end_layout
15305
15306 \begin_layout Standard
15307 Lines that do not span all table columns can be created by setting a table
15308  line for multicolumn cells.
15309  \SpecialChar LyX
15310  will then internally use the command 
15311 \series bold
15312
15313 \backslash
15314 cmidrule
15315 \series default
15316  to create this line.
15317  Its full scheme is
15318 \end_layout
15319
15320 \begin_layout Standard
15321
15322 \series bold
15323
15324 \backslash
15325 cmidrule[height](trim){startcol-endcol}
15326 \end_layout
15327
15328 \begin_layout Standard
15329 The options of 
15330 \series bold
15331
15332 \backslash
15333 cmidrule
15334 \series default
15335  are currently not supported by \SpecialChar LyX
15336  so you have to use \SpecialChar TeX
15337  Code to be able to
15338  use them.
15339  
15340 \series bold
15341
15342 \backslash
15343 cmidrule
15344 \series default
15345 s can manually be created by inserting the command as \SpecialChar TeX
15346  Code as the first
15347  cell entry of the first cell of a row.
15348  The line is then drawn in the output above the current row.
15349 \end_layout
15350
15351 \begin_layout Standard
15352 The default for the optional 
15353 \series bold
15354 height
15355 \series default
15356  is 0.03
15357 \begin_inset space \thinspace{}
15358 \end_inset
15359
15360 em.
15361  
15362 \series bold
15363 startcol
15364 \series default
15365  is the number of the column where the line starts and 
15366 \series bold
15367 endcol
15368 \series default
15369  the column number where the line ends.
15370  The 
15371 \series bold
15372 endcol
15373 \series default
15374  always needs to be specified, also when the line should span only one column.
15375  The optional parameter 
15376 \series bold
15377 trim
15378 \series default
15379  could either be 
15380 \emph on
15381 l{trimwidth}
15382 \emph default
15383  or 
15384 \emph on
15385 r{trimwidth}
15386 \emph default
15387  where the 
15388 \emph on
15389 trimwidth
15390 \emph default
15391  is also optional.
15392  Using for example the parameter 
15393 \emph on
15394 l{2pt}
15395 \emph default
15396  means that the line is trimmed from its left end by 2
15397 \begin_inset space \thinspace{}
15398 \end_inset
15399
15400 pt.
15401  If you don't specify the 
15402 \emph on
15403 trimwidth
15404 \emph default
15405  the line is trimmed by the default of 0.5
15406 \begin_inset space \thinspace{}
15407 \end_inset
15408
15409 em.
15410 \end_layout
15411
15412 \begin_layout Standard
15413 \begin_inset VSpace bigskip
15414 \end_inset
15415
15416 Table
15417 \begin_inset space ~
15418 \end_inset
15419
15420
15421 \begin_inset CommandInset ref
15422 LatexCommand ref
15423 reference "tab:Example-booktabs-table"
15424
15425 \end_inset
15426
15427  was created using the commands
15428 \end_layout
15429
15430 \begin_layout Standard
15431
15432 \series bold
15433
15434 \backslash
15435 cmidrule(r){2-2}
15436 \backslash
15437 cmidrule(l){3-4}
15438 \end_layout
15439
15440 \begin_layout Standard
15441 at the beginning of the second row and
15442 \end_layout
15443
15444 \begin_layout Standard
15445
15446 \series bold
15447
15448 \backslash
15449 cmidrule[2pt](l{10pt}){1-1}
15450 \end_layout
15451
15452 \begin_layout Standard
15453 in the sixth row.
15454 \end_layout
15455
15456 \begin_layout Standard
15457 \begin_inset VSpace bigskip
15458 \end_inset
15459
15460
15461 \end_layout
15462
15463 \begin_layout Standard
15464 You might want to have overlapping 
15465 \series bold
15466
15467 \backslash
15468 cmidrule
15469 \series default
15470 s as in in Table
15471 \begin_inset space ~
15472 \end_inset
15473
15474
15475 \begin_inset CommandInset ref
15476 LatexCommand ref
15477 reference "tab:Special-booktabs-table"
15478
15479 \end_inset
15480
15481 .
15482  This can be achieved with the \SpecialChar TeX
15483  Code command
15484 \end_layout
15485
15486 \begin_layout Standard
15487
15488 \series bold
15489
15490 \backslash
15491 morecmidrules
15492 \end_layout
15493
15494 \begin_layout Standard
15495 The command that was used for the second row of Table
15496 \begin_inset space ~
15497 \end_inset
15498
15499
15500 \begin_inset CommandInset ref
15501 LatexCommand ref
15502 reference "tab:Special-booktabs-table"
15503
15504 \end_inset
15505
15506  is
15507 \end_layout
15508
15509 \begin_layout Standard
15510
15511 \series bold
15512
15513 \backslash
15514 cmidrule(r){2-2}
15515 \backslash
15516 cmidrule(l){3-4}
15517 \backslash
15518 morecmidrules
15519 \backslash
15520 cmidrule{2-4}
15521 \end_layout
15522
15523 \begin_layout Standard
15524 The command for the sixth row is
15525 \end_layout
15526
15527 \begin_layout Standard
15528
15529 \series bold
15530
15531 \backslash
15532 midrule
15533 \backslash
15534 morecmidrules
15535 \backslash
15536 cmidrule{3-4}
15537 \end_layout
15538
15539 \begin_layout Standard
15540 \begin_inset VSpace bigskip
15541 \end_inset
15542
15543
15544 \end_layout
15545
15546 \begin_layout Standard
15547 If you are in any way not satisfied with the border line spacing, you can
15548  use the following command to produce lines that span over all table columns
15549 \series bold
15550 :
15551 \end_layout
15552
15553 \begin_layout Standard
15554
15555 \series bold
15556
15557 \backslash
15558 specialrule{width}{space above}{space below}
15559 \end_layout
15560
15561 \begin_layout Standard
15562 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15563 -package
15564  
15565 \series bold
15566 booktabs
15567 \series default
15568  
15569 \begin_inset CommandInset citation
15570 LatexCommand cite
15571 key "booktabs"
15572
15573 \end_inset
15574
15575 .
15576 \begin_inset Index idx
15577 status collapsed
15578
15579 \begin_layout Plain Layout
15580 \SpecialChar LaTeX
15581 -packages ! booktabs
15582 \end_layout
15583
15584 \end_inset
15585
15586
15587 \end_layout
15588
15589 \begin_layout Standard
15590 \begin_inset Float table
15591 placement h
15592 wide false
15593 sideways false
15594 status open
15595
15596 \begin_layout Plain Layout
15597 \begin_inset Caption Standard
15598
15599 \begin_layout Plain Layout
15600 \begin_inset CommandInset label
15601 LatexCommand label
15602 name "tab:Special-booktabs-table"
15603
15604 \end_inset
15605
15606 Special booktabs-table
15607 \end_layout
15608
15609 \end_inset
15610
15611
15612 \end_layout
15613
15614 \begin_layout Plain Layout
15615 \align center
15616 \begin_inset Tabular
15617 <lyxtabular version="3" rows="8" columns="4">
15618 <features booktabs="true" tabularvalignment="middle">
15619 <column alignment="center" valignment="top">
15620 <column alignment="center" valignment="top">
15621 <column alignment="center" valignment="top">
15622 <column alignment="center" valignment="top">
15623 <row>
15624 <cell alignment="center" valignment="top" topline="true" usebox="none">
15625 \begin_inset Text
15626
15627 \begin_layout Plain Layout
15628 System
15629 \end_layout
15630
15631 \end_inset
15632 </cell>
15633 <cell alignment="center" valignment="top" topline="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637 Chip
15638 \begin_inset space \thinspace{}
15639 \end_inset
15640
15641 1
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Plain Layout
15650 Chip
15651 \begin_inset space \thinspace{}
15652 \end_inset
15653
15654 2
15655 \end_layout
15656
15657 \end_inset
15658 </cell>
15659 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 </row>
15669 <row>
15670 <cell alignment="center" valignment="top" usebox="none">
15671 \begin_inset Text
15672
15673 \begin_layout Plain Layout
15674 \begin_inset ERT
15675 status collapsed
15676
15677 \begin_layout Plain Layout
15678
15679
15680 \backslash
15681 cmidrule(r){2-2}
15682 \end_layout
15683
15684 \end_inset
15685
15686
15687 \begin_inset ERT
15688 status collapsed
15689
15690 \begin_layout Plain Layout
15691
15692
15693 \backslash
15694 cmidrule(l){3-4}
15695 \end_layout
15696
15697 \end_inset
15698
15699
15700 \begin_inset ERT
15701 status collapsed
15702
15703 \begin_layout Plain Layout
15704
15705
15706 \backslash
15707 morecmidrules 
15708 \end_layout
15709
15710 \end_inset
15711
15712
15713 \begin_inset ERT
15714 status collapsed
15715
15716 \begin_layout Plain Layout
15717
15718
15719 \backslash
15720 cmidrule{2-4}
15721 \end_layout
15722
15723 \end_inset
15724
15725 Detector thickness in µm
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 <cell alignment="center" valignment="top" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734 300
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 <cell alignment="center" valignment="top" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743 300
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752 700
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 </row>
15758 <row>
15759 <cell alignment="center" valignment="top" topline="true" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763 Edge angle in °
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 <cell alignment="center" valignment="top" topline="true" usebox="none">
15769 \begin_inset Text
15770
15771 \begin_layout Plain Layout
15772 3.55
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 <cell alignment="center" valignment="top" topline="true" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781 2.71
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" topline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790 7.99
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 </row>
15796 <row topspace="default">
15797 <cell alignment="center" valignment="top" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801 Spatial resolution in µm
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 <cell alignment="center" valignment="top" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810 4.26
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell alignment="center" valignment="top" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819 10.17
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 <cell alignment="center" valignment="top" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828 10.56
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 </row>
15834 <row topspace="default">
15835 <cell alignment="center" valignment="top" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Plain Layout
15839 MTF at 
15840 \begin_inset Formula $f_{\mathrm{max}}$
15841 \end_inset
15842
15843
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852 0.53
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861 0.37
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870 0.39
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 </row>
15876 <row>
15877 <cell alignment="center" valignment="top" topline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 \begin_inset ERT
15882 status collapsed
15883
15884 \begin_layout Plain Layout
15885
15886
15887 \backslash
15888 morecmidrules 
15889 \end_layout
15890
15891 \end_inset
15892
15893
15894 \begin_inset ERT
15895 status collapsed
15896
15897 \begin_layout Plain Layout
15898
15899
15900 \backslash
15901 cmidrule{3-4}
15902 \end_layout
15903
15904 \end_inset
15905
15906 LSF-spatial resolution
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 <cell alignment="center" valignment="top" topline="true" usebox="none">
15912 \begin_inset Text
15913
15914 \begin_layout Plain Layout
15915
15916 \end_layout
15917
15918 \end_inset
15919 </cell>
15920 <cell alignment="center" valignment="top" topline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" topline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 </row>
15939 <row>
15940 <cell alignment="center" valignment="top" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944 in µm
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 <cell alignment="center" valignment="top" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953 129.7
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962 52.75
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971 50.78
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 </row>
15977 <row>
15978 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15979 \begin_inset Text
15980
15981 \begin_layout Plain Layout
15982 in % of pixel size
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 76.3
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000 95.9
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009 92.3
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 </row>
16015 </lyxtabular>
16016
16017 \end_inset
16018
16019
16020 \end_layout
16021
16022 \end_inset
16023
16024
16025 \end_layout
16026
16027 \begin_layout Section
16028 Vertical Table Alignment
16029 \begin_inset Index idx
16030 status collapsed
16031
16032 \begin_layout Plain Layout
16033 Table ! Alignment
16034 \end_layout
16035
16036 \end_inset
16037
16038
16039 \end_layout
16040
16041 \begin_layout Standard
16042 To align tables vertically in a text line, the table must be inside a box.
16043  The box can then be vertically aligned as described in section
16044 \begin_inset space ~
16045 \end_inset
16046
16047
16048 \begin_inset CommandInset ref
16049 LatexCommand ref
16050 reference "sec:Box-Dialog"
16051
16052 \end_inset
16053
16054 .
16055 \end_layout
16056
16057 \begin_layout Standard
16058 In the following example the tables are inside a minipage
16059 \begin_inset Foot
16060 status collapsed
16061
16062 \begin_layout Plain Layout
16063 Minipages are described in section
16064 \begin_inset space ~
16065 \end_inset
16066
16067
16068 \begin_inset CommandInset ref
16069 LatexCommand ref
16070 reference "sec:Minipages"
16071
16072 \end_inset
16073
16074 .
16075 \end_layout
16076
16077 \end_inset
16078
16079  box that has a width of 15
16080 \begin_inset space \thinspace{}
16081 \end_inset
16082
16083 col%:
16084 \end_layout
16085
16086 \begin_layout Itemize
16087 test 
16088 \begin_inset Box Frameless
16089 position "t"
16090 hor_pos "c"
16091 has_inner_box 1
16092 inner_pos "c"
16093 use_parbox 0
16094 use_makebox 0
16095 width "15col%"
16096 special "none"
16097 height "1in"
16098 height_special "totalheight"
16099 thickness "0.4pt"
16100 separation "3pt"
16101 shadowsize "4pt"
16102 framecolor "black"
16103 backgroundcolor "none"
16104 status collapsed
16105
16106 \begin_layout Plain Layout
16107 \begin_inset Tabular
16108 <lyxtabular version="3" rows="3" columns="3">
16109 <features tabularvalignment="middle">
16110 <column alignment="center" valignment="top">
16111 <column alignment="center" valignment="top">
16112 <column alignment="center" valignment="top">
16113 <row>
16114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16115 \begin_inset Text
16116
16117 \begin_layout Plain Layout
16118 a
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16124 \begin_inset Text
16125
16126 \begin_layout Plain Layout
16127 d
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136 g
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 </row>
16142 <row>
16143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147 b
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156 e
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 h
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 </row>
16171 <row>
16172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176 c
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185 f
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194 i
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 </row>
16200 </lyxtabular>
16201
16202 \end_inset
16203
16204
16205 \end_layout
16206
16207 \end_inset
16208
16209  test 
16210 \begin_inset ERT
16211 status collapsed
16212
16213 \begin_layout Plain Layout
16214
16215
16216 \backslash
16217 raisebox{0.85
16218 \backslash
16219 baselineskip}{
16220 \end_layout
16221
16222 \end_inset
16223
16224
16225 \begin_inset Box Frameless
16226 position "t"
16227 hor_pos "c"
16228 has_inner_box 1
16229 inner_pos "c"
16230 use_parbox 0
16231 use_makebox 0
16232 width "15col%"
16233 special "none"
16234 height "1in"
16235 height_special "totalheight"
16236 thickness "0.4pt"
16237 separation "3pt"
16238 shadowsize "4pt"
16239 framecolor "black"
16240 backgroundcolor "none"
16241 status collapsed
16242
16243 \begin_layout Plain Layout
16244 \begin_inset Tabular
16245 <lyxtabular version="3" rows="3" columns="3">
16246 <features tabularvalignment="middle">
16247 <column alignment="center" valignment="top">
16248 <column alignment="center" valignment="top">
16249 <column alignment="center" valignment="top">
16250 <row>
16251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16252 \begin_inset Text
16253
16254 \begin_layout Plain Layout
16255 a
16256 \end_layout
16257
16258 \end_inset
16259 </cell>
16260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Plain Layout
16264 d
16265 \end_layout
16266
16267 \end_inset
16268 </cell>
16269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273 g
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 </row>
16279 <row>
16280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16281 \begin_inset Text
16282
16283 \begin_layout Plain Layout
16284 b
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16290 \begin_inset Text
16291
16292 \begin_layout Plain Layout
16293 e
16294 \end_layout
16295
16296 \end_inset
16297 </cell>
16298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16299 \begin_inset Text
16300
16301 \begin_layout Plain Layout
16302 h
16303 \end_layout
16304
16305 \end_inset
16306 </cell>
16307 </row>
16308 <row>
16309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313 c
16314 \end_layout
16315
16316 \end_inset
16317 </cell>
16318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16319 \begin_inset Text
16320
16321 \begin_layout Plain Layout
16322 f
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16328 \begin_inset Text
16329
16330 \begin_layout Plain Layout
16331 i
16332 \end_layout
16333
16334 \end_inset
16335 </cell>
16336 </row>
16337 </lyxtabular>
16338
16339 \end_inset
16340
16341
16342 \end_layout
16343
16344 \end_inset
16345
16346
16347 \begin_inset ERT
16348 status collapsed
16349
16350 \begin_layout Plain Layout
16351
16352 }
16353 \end_layout
16354
16355 \end_inset
16356
16357
16358 \end_layout
16359
16360 \begin_layout Itemize
16361 test 
16362 \begin_inset Box Frameless
16363 position "c"
16364 hor_pos "c"
16365 has_inner_box 1
16366 inner_pos "c"
16367 use_parbox 0
16368 use_makebox 0
16369 width "15col%"
16370 special "none"
16371 height "1in"
16372 height_special "totalheight"
16373 thickness "0.4pt"
16374 separation "3pt"
16375 shadowsize "4pt"
16376 framecolor "black"
16377 backgroundcolor "none"
16378 status collapsed
16379
16380 \begin_layout Plain Layout
16381 \begin_inset Tabular
16382 <lyxtabular version="3" rows="3" columns="3">
16383 <features tabularvalignment="middle">
16384 <column alignment="center" valignment="top">
16385 <column alignment="center" valignment="top">
16386 <column alignment="center" valignment="top">
16387 <row>
16388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 a
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 d
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 g
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 </row>
16416 <row>
16417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421 b
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430 e
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Plain Layout
16439 h
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 </row>
16445 <row>
16446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450 c
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459 f
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16465 \begin_inset Text
16466
16467 \begin_layout Plain Layout
16468 i
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 </row>
16474 </lyxtabular>
16475
16476 \end_inset
16477
16478
16479 \end_layout
16480
16481 \end_inset
16482
16483
16484 \end_layout
16485
16486 \begin_layout Itemize
16487 test 
16488 \begin_inset Box Frameless
16489 position "b"
16490 hor_pos "c"
16491 has_inner_box 1
16492 inner_pos "c"
16493 use_parbox 0
16494 use_makebox 0
16495 width "15col%"
16496 special "none"
16497 height "1in"
16498 height_special "totalheight"
16499 thickness "0.4pt"
16500 separation "3pt"
16501 shadowsize "4pt"
16502 framecolor "black"
16503 backgroundcolor "none"
16504 status collapsed
16505
16506 \begin_layout Plain Layout
16507 \begin_inset Tabular
16508 <lyxtabular version="3" rows="3" columns="3">
16509 <features tabularvalignment="middle">
16510 <column alignment="center" valignment="top">
16511 <column alignment="center" valignment="top">
16512 <column alignment="center" valignment="top">
16513 <row>
16514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16515 \begin_inset Text
16516
16517 \begin_layout Plain Layout
16518 a
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Plain Layout
16527 d
16528 \end_layout
16529
16530 \end_inset
16531 </cell>
16532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536 g
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 </row>
16542 <row>
16543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547 b
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 e
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 h
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 </row>
16571 <row>
16572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 c
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 f
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 i
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 </row>
16600 </lyxtabular>
16601
16602 \end_inset
16603
16604
16605 \end_layout
16606
16607 \end_inset
16608
16609  test 
16610 \begin_inset ERT
16611 status collapsed
16612
16613 \begin_layout Plain Layout
16614
16615
16616 \backslash
16617 raisebox{-0.32
16618 \backslash
16619 baselineskip}{
16620 \end_layout
16621
16622 \end_inset
16623
16624
16625 \begin_inset Box Frameless
16626 position "b"
16627 hor_pos "c"
16628 has_inner_box 1
16629 inner_pos "c"
16630 use_parbox 0
16631 use_makebox 0
16632 width "15col%"
16633 special "none"
16634 height "1in"
16635 height_special "totalheight"
16636 thickness "0.4pt"
16637 separation "3pt"
16638 shadowsize "4pt"
16639 framecolor "black"
16640 backgroundcolor "none"
16641 status collapsed
16642
16643 \begin_layout Plain Layout
16644 \begin_inset Tabular
16645 <lyxtabular version="3" rows="3" columns="3">
16646 <features tabularvalignment="middle">
16647 <column alignment="center" valignment="top">
16648 <column alignment="center" valignment="top">
16649 <column alignment="center" valignment="top">
16650 <row>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 a
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Plain Layout
16664 d
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673 g
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 </row>
16679 <row>
16680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684 b
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693 e
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 h
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 </row>
16708 <row>
16709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 c
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722 f
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731 i
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 </row>
16737 </lyxtabular>
16738
16739 \end_inset
16740
16741
16742 \end_layout
16743
16744 \end_inset
16745
16746
16747 \begin_inset ERT
16748 status collapsed
16749
16750 \begin_layout Plain Layout
16751
16752 }
16753 \end_layout
16754
16755 \end_inset
16756
16757
16758 \end_layout
16759
16760 \begin_layout Standard
16761 As you will see, the content of the first and last table row is not correctly
16762  aligned.
16763  To get this alignment, the minipage box must be set into a raisebox.
16764 \begin_inset Foot
16765 status collapsed
16766
16767 \begin_layout Plain Layout
16768 Raiseboxes are described in section
16769 \begin_inset space ~
16770 \end_inset
16771
16772
16773 \begin_inset CommandInset ref
16774 LatexCommand ref
16775 reference "subsec:Vertical-Alignment"
16776
16777 \end_inset
16778
16779 .
16780 \end_layout
16781
16782 \end_inset
16783
16784  In the example above the second table in the first item is aligned using
16785  the \SpecialChar TeX
16786  Code command
16787 \end_layout
16788
16789 \begin_layout Standard
16790
16791 \series bold
16792
16793 \backslash
16794 raisebox{0.85
16795 \backslash
16796 baselineskip}{
16797 \end_layout
16798
16799 \begin_layout Standard
16800 before the box.
16801  After the box the closing brace 
16802 \series bold
16803 }
16804 \series default
16805  is inserted as \SpecialChar TeX
16806  Code.
16807  For the second table in the last item the command
16808 \end_layout
16809
16810 \begin_layout Standard
16811
16812 \series bold
16813
16814 \backslash
16815 raisebox{-0.32
16816 \backslash
16817 baselineskip}{
16818 \end_layout
16819
16820 \begin_layout Standard
16821 is used.
16822 \end_layout
16823
16824 \begin_layout Standard
16825 \begin_inset Note Greyedout
16826 status open
16827
16828 \begin_layout Plain Layout
16829
16830 \series bold
16831 Note:
16832 \series default
16833  The alignment of the table row content to the surrounding text line is
16834  not exact.
16835  The required value for the 
16836 \series bold
16837
16838 \backslash
16839 raisebox
16840 \series default
16841  command for this alignment depends on the document font, the font size,
16842  and the table line thickness.
16843 \end_layout
16844
16845 \end_inset
16846
16847
16848 \end_layout
16849
16850 \begin_layout Section
16851 Colored Tables
16852 \begin_inset CommandInset label
16853 LatexCommand label
16854 name "sec:Colored-Tables"
16855
16856 \end_inset
16857
16858
16859 \begin_inset Index idx
16860 status collapsed
16861
16862 \begin_layout Plain Layout
16863 Table ! Color
16864 \end_layout
16865
16866 \end_inset
16867
16868
16869 \end_layout
16870
16871 \begin_layout Subsection
16872 Colored Cells
16873 \begin_inset Index idx
16874 status collapsed
16875
16876 \begin_layout Plain Layout
16877 Table Color ! for Cells
16878 \end_layout
16879
16880 \end_inset
16881
16882
16883 \begin_inset Index idx
16884 status collapsed
16885
16886 \begin_layout Plain Layout
16887 Color ! for Table Cells
16888 \end_layout
16889
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \begin_layout Standard
16896 \begin_inset Float table
16897 placement h
16898 wide false
16899 sideways false
16900 status open
16901
16902 \begin_layout Plain Layout
16903 \begin_inset Caption Standard
16904
16905 \begin_layout Plain Layout
16906 \begin_inset CommandInset label
16907 LatexCommand label
16908 name "tab:Table-colored-without"
16909
16910 \end_inset
16911
16912 Table colored without using the package 
16913 \series bold
16914 colortbl
16915 \series default
16916
16917 \begin_inset Argument 1
16918 status collapsed
16919
16920 \begin_layout Plain Layout
16921 Table without colortbl
16922 \end_layout
16923
16924 \end_inset
16925
16926
16927 \end_layout
16928
16929 \end_inset
16930
16931
16932 \end_layout
16933
16934 \begin_layout Plain Layout
16935 \align center
16936 \begin_inset Tabular
16937 <lyxtabular version="3" rows="3" columns="3">
16938 <features tabularvalignment="middle">
16939 <column alignment="center" valignment="top">
16940 <column alignment="center" valignment="top">
16941 <column alignment="center" valignment="top">
16942 <row>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947
16948 \color green
16949 a
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958
16959 \color red
16960 b
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Plain Layout
16969
16970 \color red
16971 c
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982
16983 \color green
16984 d
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993
16994 \color blue
16995 e
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004
17005 \color blue
17006 f
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 </row>
17012 <row>
17013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017
17018 \color green
17019 g
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028
17029 \color blue
17030 h
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \color blue
17041 i
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 </lyxtabular>
17048
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \begin_layout Standard
17060 If you only need colored text, mark the cells and choose a color in the
17061  
17062 \family sans
17063 Text
17064 \begin_inset space ~
17065 \end_inset
17066
17067 Style
17068 \family default
17069  dialog (toolbar button 
17070 \begin_inset Info
17071 type  "icon"
17072 arg   "dialog-show character"
17073 \end_inset
17074
17075 ).
17076  This was used to create Table
17077 \begin_inset space ~
17078 \end_inset
17079
17080
17081 \begin_inset CommandInset ref
17082 LatexCommand ref
17083 reference "tab:Table-colored-without"
17084
17085 \end_inset
17086
17087 .
17088  In any other case you have to use the \SpecialChar LaTeX
17089 -package 
17090 \series bold
17091 colortbl
17092 \series default
17093 .
17094 \begin_inset Index idx
17095 status collapsed
17096
17097 \begin_layout Plain Layout
17098 \SpecialChar LaTeX
17099 -packages ! colortbl
17100 \end_layout
17101
17102 \end_inset
17103
17104
17105 \end_layout
17106
17107 \begin_layout Standard
17108 \begin_inset ERT
17109 status collapsed
17110
17111 \begin_layout Plain Layout
17112
17113
17114 \backslash
17115 ifcolortbl
17116 \end_layout
17117
17118 \end_inset
17119
17120
17121 \begin_inset Note Note
17122 status open
17123
17124 \begin_layout Plain Layout
17125 The following section part will only be displayed when the \SpecialChar LaTeX
17126 -package 
17127 \series bold
17128 colortbl
17129 \series default
17130  is installed.
17131 \end_layout
17132
17133 \end_inset
17134
17135
17136 \end_layout
17137
17138 \begin_layout Standard
17139 To create colored tables, 
17140 \series bold
17141 colortbl
17142 \series default
17143  must be loaded in the preamble with the line
17144 \end_layout
17145
17146 \begin_layout Standard
17147
17148 \series bold
17149
17150 \backslash
17151 usepackage{colortbl}
17152 \end_layout
17153
17154 \begin_layout Standard
17155 The color of a column is adjusted with the command
17156 \end_layout
17157
17158 \begin_layout Standard
17159
17160 \series bold
17161
17162 \backslash
17163 columncolor{name of color}
17164 \end_layout
17165
17166 \begin_layout Standard
17167 inside the command 
17168 \series bold
17169 >{ }
17170 \series default
17171 .
17172  More about the command 
17173 \series bold
17174 >{}
17175 \series default
17176  is contained in section
17177 \begin_inset space ~
17178 \end_inset
17179
17180
17181 \begin_inset CommandInset ref
17182 LatexCommand ref
17183 reference "subsec:Multicolumn-Calculations"
17184
17185 \end_inset
17186
17187 .
17188 \end_layout
17189
17190 \begin_layout Standard
17191 The following color names are predefined:
17192 \end_layout
17193
17194 \begin_layout Standard
17195
17196 \family sans
17197 red
17198 \family default
17199
17200 \family sans
17201 green
17202 \family default
17203
17204 \family sans
17205 yellow
17206 \family default
17207
17208 \family sans
17209 blue
17210 \family default
17211
17212 \family sans
17213 cyan
17214 \family default
17215
17216 \family sans
17217 magenta
17218 \family default
17219
17220 \family sans
17221 black
17222 \family default
17223  and 
17224 \family sans
17225 white
17226 \end_layout
17227
17228 \begin_layout Standard
17229 \begin_inset VSpace medskip
17230 \end_inset
17231
17232
17233 \end_layout
17234
17235 \begin_layout Standard
17236 If you add the option
17237 \end_layout
17238
17239 \begin_layout Standard
17240
17241 \series bold
17242 dvipsnames
17243 \end_layout
17244
17245 \begin_layout Standard
17246 to the document class options in the document settings, you can additionally
17247  use further 61
17248 \begin_inset space ~
17249 \end_inset
17250
17251 colors.
17252  These colors are listed in appendix
17253 \begin_inset space ~
17254 \end_inset
17255
17256
17257 \begin_inset CommandInset ref
17258 LatexCommand ref
17259 reference "chap:List-of-dvips-colornames"
17260
17261 \end_inset
17262
17263 .
17264  One of these colors, 
17265 \family sans
17266 Maroon
17267 \family default
17268 , is used as example in Table
17269 \begin_inset space ~
17270 \end_inset
17271
17272
17273 \begin_inset CommandInset ref
17274 LatexCommand ref
17275 reference "tab:Table-colored-using"
17276
17277 \end_inset
17278
17279 .
17280 \end_layout
17281
17282 \begin_layout Standard
17283 \begin_inset VSpace medskip
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \begin_layout Standard
17290 You can also define your own color with the command
17291 \end_layout
17292
17293 \begin_layout Standard
17294
17295 \series bold
17296
17297 \backslash
17298 definecolor{color name}{color model}{color values}
17299 \end_layout
17300
17301 \begin_layout Standard
17302 The color model can be
17303 \end_layout
17304
17305 \begin_layout Labeling
17306 \labelwidthstring 00.00.0000
17307 cmyk: cyan, magenta, yellow, black
17308 \end_layout
17309
17310 \begin_layout Labeling
17311 \labelwidthstring 00.00.0000
17312 rgb: red, green blue
17313 \end_layout
17314
17315 \begin_layout Labeling
17316 \labelwidthstring 00.00.0000
17317 gray gray
17318 \end_layout
17319
17320 \begin_layout Standard
17321 and the color values are comma separated numbers between 0 and 1 describing
17322  the factor for the corresponding color of the color model.
17323 \end_layout
17324
17325 \begin_layout Standard
17326 You can e.
17327 \begin_inset space \thinspace{}
17328 \end_inset
17329
17330 g.
17331 \begin_inset space \space{}
17332 \end_inset
17333
17334 define the color "
17335 \emph on
17336 darkgreen
17337 \emph default
17338 " in the preamble with
17339 \end_layout
17340
17341 \begin_layout Standard
17342
17343 \series bold
17344
17345 \backslash
17346 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17347 \end_layout
17348
17349 \begin_layout Standard
17350 and the color "
17351 \emph on
17352 lightgray
17353 \emph default
17354 " with
17355 \end_layout
17356
17357 \begin_layout Standard
17358
17359 \series bold
17360
17361 \backslash
17362 definecolor{lightgray}{gray}{0.8}
17363 \end_layout
17364
17365 \begin_layout Standard
17366 \begin_inset VSpace medskip
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \begin_layout Standard
17373 Lines are colored with the command
17374 \end_layout
17375
17376 \begin_layout Standard
17377
17378 \series bold
17379
17380 \backslash
17381 rowcolor{name of color}
17382 \end_layout
17383
17384 \begin_layout Standard
17385 and cells are colored with the command
17386 \end_layout
17387
17388 \begin_layout Standard
17389
17390 \series bold
17391
17392 \backslash
17393 cellcolor{name of color}
17394 \end_layout
17395
17396 \begin_layout Standard
17397 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17398  Code.
17399 \end_layout
17400
17401 \begin_layout Standard
17402 To color characters in the table, mark the cells and use the 
17403 \family sans
17404 Text
17405 \begin_inset space ~
17406 \end_inset
17407
17408 Style
17409 \family default
17410  dialog.
17411  If a cell contains \SpecialChar TeX
17412  Code mark only the characters, otherwise the colored
17413  \SpecialChar TeX
17414  Code will cause \SpecialChar LaTeX
17415  errors.
17416 \end_layout
17417
17418 \begin_layout Standard
17419 \begin_inset Note Greyedout
17420 status open
17421
17422 \begin_layout Plain Layout
17423
17424 \series bold
17425 Note:
17426 \series default
17427  Not all DVI-viewers are able to display self-defined colors.
17428 \end_layout
17429
17430 \end_inset
17431
17432
17433 \end_layout
17434
17435 \begin_layout Standard
17436 \begin_inset VSpace bigskip
17437 \end_inset
17438
17439
17440 \end_layout
17441
17442 \begin_layout Standard
17443 To create Table
17444 \begin_inset space ~
17445 \end_inset
17446
17447
17448 \begin_inset CommandInset ref
17449 LatexCommand ref
17450 reference "tab:Table-colored-using"
17451
17452 \end_inset
17453
17454  do the following: The color of the first column should be 
17455 \emph on
17456 darkgreen
17457 \emph default
17458 .
17459  So insert
17460 \end_layout
17461
17462 \begin_layout Standard
17463
17464 \series bold
17465 >{
17466 \backslash
17467 columncolor{darkgreen}
17468 \backslash
17469 centering}c
17470 \end_layout
17471
17472 \begin_layout Standard
17473 as \SpecialChar LaTeX
17474 -argument for this column.
17475  The first row should be light blue, therefore the \SpecialChar TeX
17476  Code command
17477 \end_layout
17478
17479 \begin_layout Standard
17480
17481 \series bold
17482
17483 \backslash
17484 rowcolor{cyan}
17485 \end_layout
17486
17487 \begin_layout Standard
17488 is inserted to the first cell of this row.
17489  Note that this overwrites the column color for the first cell.
17490  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17491  Code
17492  command
17493 \end_layout
17494
17495 \begin_layout Standard
17496
17497 \series bold
17498
17499 \backslash
17500 cellcolor{Maroon}
17501 \end_layout
17502
17503 \begin_layout Standard
17504 The characters could now be colored using the menu 
17505 \family sans
17506 Edit\SpecialChar menuseparator
17507 Text
17508 \begin_inset space ~
17509 \end_inset
17510
17511 Style
17512 \family default
17513 .
17514 \end_layout
17515
17516 \begin_layout Standard
17517 \begin_inset Float table
17518 placement h
17519 wide false
17520 sideways false
17521 status open
17522
17523 \begin_layout Plain Layout
17524 \begin_inset Caption Standard
17525
17526 \begin_layout Plain Layout
17527 \begin_inset CommandInset label
17528 LatexCommand label
17529 name "tab:Table-colored-using"
17530
17531 \end_inset
17532
17533 Table colored using the package 
17534 \series bold
17535 colortbl
17536 \series default
17537
17538 \begin_inset Argument 1
17539 status collapsed
17540
17541 \begin_layout Plain Layout
17542 Table with colortbl
17543 \end_layout
17544
17545 \end_inset
17546
17547
17548 \end_layout
17549
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \begin_layout Plain Layout
17556 \align center
17557 \begin_inset Tabular
17558 <lyxtabular version="3" rows="3" columns="3">
17559 <features tabularvalignment="middle">
17560 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17561 <column alignment="center" valignment="top">
17562 <column alignment="center" valignment="top">
17563 <row>
17564 <cell alignment="center" valignment="top" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 \begin_inset ERT
17569 status collapsed
17570
17571 \begin_layout Plain Layout
17572
17573
17574 \backslash
17575 rowcolor{cyan}
17576 \end_layout
17577
17578 \end_inset
17579
17580
17581 \color magenta
17582 a
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell alignment="center" valignment="top" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591
17592 \color red
17593 b
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 <cell alignment="center" valignment="top" usebox="none">
17599 \begin_inset Text
17600
17601 \begin_layout Plain Layout
17602
17603 \color red
17604 c
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 </row>
17610 <row>
17611 <cell alignment="center" valignment="top" usebox="none">
17612 \begin_inset Text
17613
17614 \begin_layout Plain Layout
17615
17616 \color yellow
17617 d
17618 \end_layout
17619
17620 \end_inset
17621 </cell>
17622 <cell alignment="center" valignment="top" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626
17627 \color blue
17628 e
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 <cell alignment="center" valignment="top" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637
17638 \color blue
17639 f
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 </row>
17645 <row>
17646 <cell alignment="center" valignment="top" usebox="none">
17647 \begin_inset Text
17648
17649 \begin_layout Plain Layout
17650
17651 \color yellow
17652 g
17653 \end_layout
17654
17655 \end_inset
17656 </cell>
17657 <cell alignment="center" valignment="top" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661
17662 \color blue
17663 h
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 <cell alignment="center" valignment="top" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672 \begin_inset ERT
17673 status collapsed
17674
17675 \begin_layout Plain Layout
17676
17677
17678 \backslash
17679 cellcolor{Maroon}
17680 \end_layout
17681
17682 \end_inset
17683
17684
17685 \color green
17686 i
17687 \end_layout
17688
17689 \end_inset
17690 </cell>
17691 </row>
17692 </lyxtabular>
17693
17694 \end_inset
17695
17696
17697 \end_layout
17698
17699 \end_inset
17700
17701
17702 \end_layout
17703
17704 \begin_layout Standard
17705 \begin_inset ERT
17706 status collapsed
17707
17708 \begin_layout Plain Layout
17709
17710
17711 \backslash
17712 else
17713 \end_layout
17714
17715 \end_inset
17716
17717
17718 \begin_inset Note Note
17719 status open
17720
17721 \begin_layout Plain Layout
17722 The following will be displayed when the \SpecialChar LaTeX
17723 -package 
17724 \series bold
17725 colortbl
17726 \series default
17727  is not installed:
17728 \end_layout
17729
17730 \end_inset
17731
17732
17733 \end_layout
17734
17735 \begin_layout Standard
17736 You need to install the package 
17737 \series bold
17738 colortbl
17739 \series default
17740  to see the content of this section in the output.
17741 \end_layout
17742
17743 \begin_layout Standard
17744 \begin_inset ERT
17745 status collapsed
17746
17747 \begin_layout Plain Layout
17748
17749
17750 \backslash
17751 fi
17752 \end_layout
17753
17754 \end_inset
17755
17756
17757 \end_layout
17758
17759 \begin_layout Subsection
17760 Colored Rows
17761 \begin_inset Index idx
17762 status collapsed
17763
17764 \begin_layout Plain Layout
17765 Table Color ! for Rows
17766 \end_layout
17767
17768 \end_inset
17769
17770
17771 \begin_inset Index idx
17772 status collapsed
17773
17774 \begin_layout Plain Layout
17775 Color ! for Table Rows
17776 \end_layout
17777
17778 \end_inset
17779
17780
17781 \end_layout
17782
17783 \begin_layout Standard
17784 In case every second table row needs to be colored there is an alternative
17785  to the method described in the previous section: One loads the package
17786  
17787 \series bold
17788 xcolor
17789 \series default
17790
17791 \begin_inset Index idx
17792 status collapsed
17793
17794 \begin_layout Plain Layout
17795 \SpecialChar LaTeX
17796 -packages ! xcolor
17797 \begin_inset ERT
17798 status collapsed
17799
17800 \begin_layout Plain Layout
17801
17802
17803 \backslash
17804 vspace{4mm}
17805 \end_layout
17806
17807 \end_inset
17808
17809
17810 \end_layout
17811
17812 \end_inset
17813
17814  in the document preamble with the command
17815 \end_layout
17816
17817 \begin_layout Standard
17818
17819 \series bold
17820
17821 \backslash
17822 usepackage[table]{xcolor}
17823 \end_layout
17824
17825 \begin_layout Standard
17826
17827 \series bold
17828 xcolor
17829 \series default
17830  automatically loads also the package 
17831 \series bold
17832 colortbl
17833 \series default
17834
17835 \begin_inset Index idx
17836 status collapsed
17837
17838 \begin_layout Plain Layout
17839 \SpecialChar LaTeX
17840 -packages ! colortbl
17841 \end_layout
17842
17843 \end_inset
17844
17845 , so 
17846 \series bold
17847 colortbl
17848 \series default
17849  must be installed in your \SpecialChar LaTeX
17850 -distribution, otherwise you get \SpecialChar LaTeX
17851 -errors.
17852 \end_layout
17853
17854 \begin_layout Standard
17855 \begin_inset ERT
17856 status collapsed
17857
17858 \begin_layout Plain Layout
17859
17860
17861 \backslash
17862 ifcolortbl
17863 \end_layout
17864
17865 \end_inset
17866
17867
17868 \begin_inset Note Note
17869 status open
17870
17871 \begin_layout Plain Layout
17872 The following section part will only be displayed when the \SpecialChar LaTeX
17873 -package 
17874 \series bold
17875 colortbl
17876 \series default
17877  is installed.
17878 \end_layout
17879
17880 \end_inset
17881
17882
17883 \end_layout
17884
17885 \begin_layout Standard
17886 The table rows are colored with the command
17887 \end_layout
17888
17889 \begin_layout Standard
17890
17891 \series bold
17892
17893 \backslash
17894 rowcolors[commands]{row number}{odd row color}{even row color}
17895 \end_layout
17896
17897 \begin_layout Standard
17898 that is either inserted in the document preamble or as \SpecialChar TeX
17899  Code before the
17900  first table to be colored.
17901  row
17902 \begin_inset space ~
17903 \end_inset
17904
17905 number is the number of the first row which should be colored according
17906  to the odd row color.
17907  commands can be additional commands that are executed before every table
17908  row.
17909  So for example the command
17910 \end_layout
17911
17912 \begin_layout Standard
17913
17914 \series bold
17915
17916 \backslash
17917 rowcolors{1}{white}{lightgray}
17918 \end_layout
17919
17920 \begin_layout Standard
17921 leads to the coloring scheme of Table
17922 \begin_inset space ~
17923 \end_inset
17924
17925
17926 \begin_inset CommandInset ref
17927 LatexCommand ref
17928 reference "tab:Table-rowcolors"
17929
17930 \end_inset
17931
17932 .
17933  The command
17934 \end_layout
17935
17936 \begin_layout Standard
17937
17938 \series bold
17939
17940 \backslash
17941 rowcolors[
17942 \backslash
17943 hline]{1}{lightgray}{cyan}
17944 \end_layout
17945
17946 \begin_layout Standard
17947 leads to the coloring scheme of Table
17948 \begin_inset space ~
17949 \end_inset
17950
17951
17952 \begin_inset CommandInset ref
17953 LatexCommand ref
17954 reference "tab:Table-rowcolors-2"
17955
17956 \end_inset
17957
17958 .
17959  If odd
17960 \begin_inset space ~
17961 \end_inset
17962
17963 row
17964 \begin_inset space ~
17965 \end_inset
17966
17967 color and/or even
17968 \begin_inset space ~
17969 \end_inset
17970
17971 row
17972 \begin_inset space ~
17973 \end_inset
17974
17975 color are left empty, no color will be used so that the command
17976 \end_layout
17977
17978 \begin_layout Standard
17979
17980 \series bold
17981
17982 \backslash
17983 rowcolors{1}{}{}
17984 \end_layout
17985
17986 \begin_layout Standard
17987 deletes all colors.
17988  
17989 \series bold
17990
17991 \backslash
17992 rowcolors
17993 \series default
17994  affects all tables following that command.
17995 \end_layout
17996
17997 \begin_layout Standard
17998 \begin_inset ERT
17999 status open
18000
18001 \begin_layout Plain Layout
18002
18003
18004 \backslash
18005 rowcolors{1}{white}{lightgray}
18006 \end_layout
18007
18008 \end_inset
18009
18010
18011 \end_layout
18012
18013 \begin_layout Standard
18014 \begin_inset Float table
18015 placement h
18016 wide false
18017 sideways false
18018 status open
18019
18020 \begin_layout Plain Layout
18021 \begin_inset Caption Standard
18022
18023 \begin_layout Plain Layout
18024 \begin_inset CommandInset label
18025 LatexCommand label
18026 name "tab:Table-rowcolors"
18027
18028 \end_inset
18029
18030 Table where every second row is colored light gray.
18031 \end_layout
18032
18033 \end_inset
18034
18035
18036 \end_layout
18037
18038 \begin_layout Plain Layout
18039 \align center
18040 \begin_inset Tabular
18041 <lyxtabular version="3" rows="4" columns="3">
18042 <features tabularvalignment="middle">
18043 <column alignment="center" valignment="top">
18044 <column alignment="center" valignment="top" width="0pt">
18045 <column alignment="center" valignment="top" width="0pt">
18046 <row>
18047 <cell alignment="center" valignment="top" usebox="none">
18048 \begin_inset Text
18049
18050 \begin_layout Plain Layout
18051 X
18052 \end_layout
18053
18054 \end_inset
18055 </cell>
18056 <cell alignment="center" valignment="top" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060 Y
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 <cell alignment="center" valignment="top" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069 Z
18070 \end_layout
18071
18072 \end_inset
18073 </cell>
18074 </row>
18075 <row>
18076 <cell alignment="center" valignment="top" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080 1
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 <cell alignment="center" valignment="top" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089 2
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 <cell alignment="center" valignment="top" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098 3
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 </row>
18104 <row>
18105 <cell alignment="center" valignment="top" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109 4
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 <cell alignment="center" valignment="top" usebox="none">
18115 \begin_inset Text
18116
18117 \begin_layout Plain Layout
18118 5
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 <cell alignment="center" valignment="top" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127 6
18128 \end_layout
18129
18130 \end_inset
18131 </cell>
18132 </row>
18133 <row>
18134 <cell alignment="center" valignment="top" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138 7
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 <cell alignment="center" valignment="top" usebox="none">
18144 \begin_inset Text
18145
18146 \begin_layout Plain Layout
18147 8
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 <cell alignment="center" valignment="top" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156 9
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 </row>
18162 </lyxtabular>
18163
18164 \end_inset
18165
18166
18167 \end_layout
18168
18169 \end_inset
18170
18171
18172 \end_layout
18173
18174 \begin_layout Standard
18175 \begin_inset ERT
18176 status open
18177
18178 \begin_layout Plain Layout
18179
18180
18181 \backslash
18182 rowcolors[
18183 \backslash
18184 hline]{1}{lightgray}{cyan}
18185 \end_layout
18186
18187 \end_inset
18188
18189
18190 \end_layout
18191
18192 \begin_layout Standard
18193 \begin_inset Float table
18194 placement h
18195 wide false
18196 sideways false
18197 status open
18198
18199 \begin_layout Plain Layout
18200 \begin_inset Caption Standard
18201
18202 \begin_layout Plain Layout
18203 \begin_inset CommandInset label
18204 LatexCommand label
18205 name "tab:Table-rowcolors-2"
18206
18207 \end_inset
18208
18209 Table where every second row is colored cyan and at which there is a line
18210  between each row.
18211 \end_layout
18212
18213 \end_inset
18214
18215
18216 \end_layout
18217
18218 \begin_layout Plain Layout
18219 \align center
18220 \begin_inset Tabular
18221 <lyxtabular version="3" rows="4" columns="3">
18222 <features tabularvalignment="middle">
18223 <column alignment="center" valignment="top">
18224 <column alignment="center" valignment="top">
18225 <column alignment="center" valignment="top" width="0pt">
18226 <row>
18227 <cell alignment="center" valignment="top" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 X
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 <cell alignment="center" valignment="top" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240 Y
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 <cell alignment="center" valignment="top" usebox="none">
18246 \begin_inset Text
18247
18248 \begin_layout Plain Layout
18249 Z
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 </row>
18255 <row>
18256 <cell alignment="center" valignment="top" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 1
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 <cell alignment="center" valignment="top" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 2
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 <cell alignment="center" valignment="top" usebox="none">
18275 \begin_inset Text
18276
18277 \begin_layout Plain Layout
18278 3
18279 \end_layout
18280
18281 \end_inset
18282 </cell>
18283 </row>
18284 <row>
18285 <cell alignment="center" valignment="top" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 4
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298 5
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 <cell alignment="center" valignment="top" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307 6
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 </row>
18313 <row>
18314 <cell alignment="center" valignment="top" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318 7
18319 \end_layout
18320
18321 \end_inset
18322 </cell>
18323 <cell alignment="center" valignment="top" usebox="none">
18324 \begin_inset Text
18325
18326 \begin_layout Plain Layout
18327 8
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 <cell alignment="center" valignment="top" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336 9
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 </row>
18342 </lyxtabular>
18343
18344 \end_inset
18345
18346
18347 \end_layout
18348
18349 \end_inset
18350
18351
18352 \end_layout
18353
18354 \begin_layout Standard
18355 \begin_inset ERT
18356 status collapsed
18357
18358 \begin_layout Plain Layout
18359
18360
18361 \backslash
18362 rowcolors{1}{}{}
18363 \end_layout
18364
18365 \end_inset
18366
18367
18368 \begin_inset Note Note
18369 status collapsed
18370
18371 \begin_layout Plain Layout
18372 turns off the row coloring
18373 \end_layout
18374
18375 \end_inset
18376
18377
18378 \end_layout
18379
18380 \begin_layout Standard
18381 \begin_inset ERT
18382 status collapsed
18383
18384 \begin_layout Plain Layout
18385
18386
18387 \backslash
18388 else
18389 \end_layout
18390
18391 \end_inset
18392
18393
18394 \begin_inset Note Note
18395 status open
18396
18397 \begin_layout Plain Layout
18398 The following will be displayed when the \SpecialChar LaTeX
18399 -package 
18400 \series bold
18401 colortbl
18402 \series default
18403  is not installed:
18404 \end_layout
18405
18406 \end_inset
18407
18408
18409 \end_layout
18410
18411 \begin_layout Standard
18412 You need to install the package 
18413 \series bold
18414 colortbl
18415 \series default
18416  to see the content of this section in the output.
18417 \end_layout
18418
18419 \begin_layout Standard
18420 \begin_inset ERT
18421 status collapsed
18422
18423 \begin_layout Plain Layout
18424
18425
18426 \backslash
18427 fi
18428 \end_layout
18429
18430 \end_inset
18431
18432
18433 \end_layout
18434
18435 \begin_layout Subsection
18436 Colored Lines
18437 \begin_inset Index idx
18438 status collapsed
18439
18440 \begin_layout Plain Layout
18441 Table Color ! for Lines
18442 \end_layout
18443
18444 \end_inset
18445
18446
18447 \begin_inset Index idx
18448 status collapsed
18449
18450 \begin_layout Plain Layout
18451 Color ! for Table Lines
18452 \end_layout
18453
18454 \end_inset
18455
18456
18457 \end_layout
18458
18459 \begin_layout Standard
18460 As described in section
18461 \begin_inset space ~
18462 \end_inset
18463
18464
18465 \begin_inset CommandInset ref
18466 LatexCommand ref
18467 reference "subsec:Line-Thickness"
18468
18469 \end_inset
18470
18471 , the line thickness for all lines in a table can be adjusted with the length
18472  
18473 \series bold
18474
18475 \backslash
18476 arrayrulewidth
18477 \series default
18478 .
18479  It is set to 1.5
18480 \begin_inset space \thinspace{}
18481 \end_inset
18482
18483 pt for all tables of this section.
18484 \begin_inset ERT
18485 status collapsed
18486
18487 \begin_layout Plain Layout
18488
18489
18490 \backslash
18491 setlength{
18492 \backslash
18493 arrayrulewidth}{1.5pt}
18494 \end_layout
18495
18496 \end_inset
18497
18498
18499 \end_layout
18500
18501 \begin_layout Standard
18502 To color vertical lines for example with green, create the following column
18503  format in the document preamble, according to the description in section
18504 \begin_inset space ~
18505 \end_inset
18506
18507
18508 \begin_inset CommandInset ref
18509 LatexCommand ref
18510 reference "subsec:Customized-Format"
18511
18512 \end_inset
18513
18514 :
18515 \end_layout
18516
18517 \begin_layout Standard
18518
18519 \series bold
18520
18521 \backslash
18522 newcolumntype{W}{!{
18523 \backslash
18524 color{green}
18525 \backslash
18526 vline}}
18527 \end_layout
18528
18529 \begin_layout Standard
18530 For Table
18531 \begin_inset space ~
18532 \end_inset
18533
18534
18535 \begin_inset CommandInset ref
18536 LatexCommand ref
18537 reference "tab:Table-with-vertical-colored"
18538
18539 \end_inset
18540
18541  the \SpecialChar LaTeX
18542 -argument
18543 \series bold
18544  WcW
18545 \series default
18546  was used for the last column and
18547 \series bold
18548  Wc
18549 \series default
18550  for the other columns.
18551 \end_layout
18552
18553 \begin_layout Standard
18554 If you want to have several colors, define more column formats.
18555 \end_layout
18556
18557 \begin_layout Standard
18558 \begin_inset Float table
18559 placement h
18560 wide false
18561 sideways false
18562 status open
18563
18564 \begin_layout Plain Layout
18565 \begin_inset Caption Standard
18566
18567 \begin_layout Plain Layout
18568 \begin_inset CommandInset label
18569 LatexCommand label
18570 name "tab:Table-with-vertical-colored"
18571
18572 \end_inset
18573
18574 Table with colored vertical lines
18575 \end_layout
18576
18577 \end_inset
18578
18579
18580 \end_layout
18581
18582 \begin_layout Plain Layout
18583 \align center
18584 \begin_inset Tabular
18585 <lyxtabular version="3" rows="3" columns="3">
18586 <features tabularvalignment="middle">
18587 <column alignment="center" valignment="top" special="Wc">
18588 <column alignment="center" valignment="top" special="Wc">
18589 <column alignment="center" valignment="top" special="WcW">
18590 <row>
18591 <cell alignment="center" valignment="top" topline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595 sd
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 <cell alignment="center" valignment="top" topline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" topline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 </row>
18619 <row>
18620 <cell alignment="center" valignment="top" topline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 <cell alignment="center" valignment="top" topline="true" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633 sd
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 <cell alignment="center" valignment="top" topline="true" usebox="none">
18639 \begin_inset Text
18640
18641 \begin_layout Plain Layout
18642
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 </row>
18648 <row>
18649 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18668 \begin_inset Text
18669
18670 \begin_layout Plain Layout
18671 sd
18672 \end_layout
18673
18674 \end_inset
18675 </cell>
18676 </row>
18677 </lyxtabular>
18678
18679 \end_inset
18680
18681
18682 \end_layout
18683
18684 \end_inset
18685
18686
18687 \end_layout
18688
18689 \begin_layout Standard
18690 \begin_inset VSpace bigskip
18691 \end_inset
18692
18693 To color horizontal lines for example with red, as in Table
18694 \begin_inset space ~
18695 \end_inset
18696
18697
18698 \begin_inset CommandInset ref
18699 LatexCommand ref
18700 reference "tab:Table-with-horizontal-colored"
18701
18702 \end_inset
18703
18704 , insert these commands in \SpecialChar TeX
18705  Code before the table or table float:
18706 \end_layout
18707
18708 \begin_layout Standard
18709
18710 \series bold
18711
18712 \backslash
18713 let
18714 \backslash
18715 myHlineC
18716 \backslash
18717 hline
18718 \begin_inset Newline newline
18719 \end_inset
18720
18721
18722 \backslash
18723 renewcommand{
18724 \backslash
18725 hline}
18726 \begin_inset Newline newline
18727 \end_inset
18728
18729
18730 \begin_inset Phantom HPhantom
18731 status open
18732
18733 \begin_layout Plain Layout
18734
18735 \series bold
18736 \begin_inset space ~
18737 \end_inset
18738
18739
18740 \end_layout
18741
18742 \end_inset
18743
18744 {
18745 \backslash
18746 arrayrulecolor{red}
18747 \backslash
18748 myHlineC
18749 \backslash
18750 arrayrulecolor{black}}
18751 \end_layout
18752
18753 \begin_layout Standard
18754 \begin_inset ERT
18755 status collapsed
18756
18757 \begin_layout Plain Layout
18758
18759
18760 \backslash
18761 let
18762 \backslash
18763 myHlineC
18764 \backslash
18765 hline
18766 \end_layout
18767
18768 \begin_layout Plain Layout
18769
18770
18771 \backslash
18772 renewcommand{
18773 \backslash
18774 hline}
18775 \end_layout
18776
18777 \begin_layout Plain Layout
18778
18779  {
18780 \backslash
18781 arrayrulecolor{red}
18782 \backslash
18783 myHlineC
18784 \backslash
18785 arrayrulecolor{black}}
18786 \end_layout
18787
18788 \end_inset
18789
18790
18791 \begin_inset Float table
18792 placement h
18793 wide false
18794 sideways false
18795 status open
18796
18797 \begin_layout Plain Layout
18798 \begin_inset Caption Standard
18799
18800 \begin_layout Plain Layout
18801 \begin_inset CommandInset label
18802 LatexCommand label
18803 name "tab:Table-with-horizontal-colored"
18804
18805 \end_inset
18806
18807 Table with colored horizontal lines
18808 \end_layout
18809
18810 \end_inset
18811
18812
18813 \end_layout
18814
18815 \begin_layout Plain Layout
18816 \align center
18817 \begin_inset Tabular
18818 <lyxtabular version="3" rows="3" columns="3">
18819 <features tabularvalignment="middle">
18820 <column alignment="center" valignment="top">
18821 <column alignment="center" valignment="top">
18822 <column alignment="center" valignment="top">
18823 <row>
18824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828 sd
18829 \end_layout
18830
18831 \end_inset
18832 </cell>
18833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18834 \begin_inset Text
18835
18836 \begin_layout Plain Layout
18837
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 </row>
18852 <row>
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857
18858 \end_layout
18859
18860 \end_inset
18861 </cell>
18862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18863 \begin_inset Text
18864
18865 \begin_layout Plain Layout
18866 sd
18867 \end_layout
18868
18869 \end_inset
18870 </cell>
18871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 </row>
18881 <row>
18882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18883 \begin_inset Text
18884
18885 \begin_layout Plain Layout
18886
18887 \end_layout
18888
18889 \end_inset
18890 </cell>
18891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18892 \begin_inset Text
18893
18894 \begin_layout Plain Layout
18895
18896 \end_layout
18897
18898 \end_inset
18899 </cell>
18900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904 sd
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 </row>
18910 </lyxtabular>
18911
18912 \end_inset
18913
18914
18915 \end_layout
18916
18917 \end_inset
18918
18919
18920 \end_layout
18921
18922 \begin_layout Standard
18923 To return to the default line color black, insert this command in \SpecialChar TeX
18924  Code
18925  after the table or table float:
18926 \end_layout
18927
18928 \begin_layout Standard
18929
18930 \series bold
18931
18932 \backslash
18933 renewcommand{
18934 \backslash
18935 hline}{
18936 \backslash
18937 myHlineC}
18938 \end_layout
18939
18940 \begin_layout Standard
18941 Table
18942 \begin_inset space ~
18943 \end_inset
18944
18945
18946 \begin_inset CommandInset ref
18947 LatexCommand ref
18948 reference "tab:Table-with-colored"
18949
18950 \end_inset
18951
18952  is an example with colored vertical and horizontal lines.
18953 \end_layout
18954
18955 \begin_layout Standard
18956 \begin_inset Float table
18957 placement h
18958 wide false
18959 sideways false
18960 status open
18961
18962 \begin_layout Plain Layout
18963 \begin_inset Caption Standard
18964
18965 \begin_layout Plain Layout
18966 \begin_inset CommandInset label
18967 LatexCommand label
18968 name "tab:Table-with-colored"
18969
18970 \end_inset
18971
18972 Table with colored lines
18973 \end_layout
18974
18975 \end_inset
18976
18977
18978 \end_layout
18979
18980 \begin_layout Plain Layout
18981 \align center
18982 \begin_inset Tabular
18983 <lyxtabular version="3" rows="3" columns="3">
18984 <features tabularvalignment="middle">
18985 <column alignment="center" valignment="top" special="Wc">
18986 <column alignment="center" valignment="top" special="Wc">
18987 <column alignment="center" valignment="top" special="WcW">
18988 <row>
18989 <cell alignment="center" valignment="top" topline="true" usebox="none">
18990 \begin_inset Text
18991
18992 \begin_layout Plain Layout
18993 sd
18994 \end_layout
18995
18996 \end_inset
18997 </cell>
18998 <cell alignment="center" valignment="top" topline="true" usebox="none">
18999 \begin_inset Text
19000
19001 \begin_layout Plain Layout
19002
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 <cell alignment="center" valignment="top" topline="true" usebox="none">
19008 \begin_inset Text
19009
19010 \begin_layout Plain Layout
19011
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 </row>
19017 <row>
19018 <cell alignment="center" valignment="top" topline="true" usebox="none">
19019 \begin_inset Text
19020
19021 \begin_layout Plain Layout
19022
19023 \end_layout
19024
19025 \end_inset
19026 </cell>
19027 <cell alignment="center" valignment="top" topline="true" usebox="none">
19028 \begin_inset Text
19029
19030 \begin_layout Plain Layout
19031 sd
19032 \end_layout
19033
19034 \end_inset
19035 </cell>
19036 <cell alignment="center" valignment="top" topline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 </row>
19046 <row topspace="default">
19047 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051
19052 \end_layout
19053
19054 \end_inset
19055 </cell>
19056 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19057 \begin_inset Text
19058
19059 \begin_layout Plain Layout
19060
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19066 \begin_inset Text
19067
19068 \begin_layout Plain Layout
19069 sd
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 </row>
19075 </lyxtabular>
19076
19077 \end_inset
19078
19079
19080 \end_layout
19081
19082 \end_inset
19083
19084
19085 \end_layout
19086
19087 \begin_layout Standard
19088 \begin_inset ERT
19089 status collapsed
19090
19091 \begin_layout Plain Layout
19092
19093
19094 \backslash
19095 renewcommand{
19096 \backslash
19097 hline}{
19098 \backslash
19099 myHlineC}
19100 \end_layout
19101
19102 \end_inset
19103
19104
19105 \end_layout
19106
19107 \begin_layout Standard
19108 \begin_inset ERT
19109 status collapsed
19110
19111 \begin_layout Plain Layout
19112
19113
19114 \backslash
19115 setlength{
19116 \backslash
19117 arrayrulewidth}{0.4pt}
19118 \end_layout
19119
19120 \end_inset
19121
19122
19123 \end_layout
19124
19125 \begin_layout Section
19126 Rotated Table Cells
19127 \begin_inset CommandInset label
19128 LatexCommand label
19129 name "sec:Rotated-Table-Cells"
19130
19131 \end_inset
19132
19133
19134 \begin_inset Index idx
19135 status collapsed
19136
19137 \begin_layout Plain Layout
19138 Table ! Rotated Cells
19139 \end_layout
19140
19141 \end_inset
19142
19143
19144 \begin_inset Index idx
19145 status collapsed
19146
19147 \begin_layout Plain Layout
19148 Rotated Material
19149 \end_layout
19150
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \begin_layout Standard
19157 \begin_inset Note Greyedout
19158 status open
19159
19160 \begin_layout Plain Layout
19161
19162 \series bold
19163 Note:
19164 \series default
19165  Not all DVI-viewers are able to display rotations.
19166 \end_layout
19167
19168 \end_inset
19169
19170
19171 \end_layout
19172
19173 \begin_layout Standard
19174 Table
19175 \begin_inset space ~
19176 \end_inset
19177
19178
19179 \begin_inset CommandInset ref
19180 LatexCommand ref
19181 reference "tab:Table-with-rotated-multi"
19182
19183 \end_inset
19184
19185  is an example where 3
19186 \begin_inset space ~
19187 \end_inset
19188
19189 cells were rotated by 45
19190 \begin_inset space \thinspace{}
19191 \end_inset
19192
19193 °.
19194 \end_layout
19195
19196 \begin_layout Standard
19197 \begin_inset Float table
19198 placement h
19199 wide false
19200 sideways false
19201 status open
19202
19203 \begin_layout Plain Layout
19204 \begin_inset Caption Standard
19205
19206 \begin_layout Plain Layout
19207 \begin_inset CommandInset label
19208 LatexCommand label
19209 name "tab:Table-with-rotated"
19210
19211 \end_inset
19212
19213 Table with rotated cells in the first row.
19214 \end_layout
19215
19216 \end_inset
19217
19218
19219 \end_layout
19220
19221 \begin_layout Plain Layout
19222 \noindent
19223 \align center
19224 \begin_inset Tabular
19225 <lyxtabular version="3" rows="2" columns="3">
19226 <features tabularvalignment="middle">
19227 <column alignment="center" valignment="top" width="0pt">
19228 <column alignment="center" valignment="top" width="0pt">
19229 <column alignment="center" valignment="top" width="0pt">
19230 <row>
19231 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235 cups
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244 plates
19245 \end_layout
19246
19247 \end_inset
19248 </cell>
19249 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253 saucers
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 </row>
19259 <row>
19260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264 45
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273 33
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282 21
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 </row>
19288 </lyxtabular>
19289
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \begin_layout Standard
19301 \begin_inset Note Greyedout
19302 status open
19303
19304 \begin_layout Plain Layout
19305
19306 \series bold
19307 Note:
19308 \series default
19309  Line breaks (shortcut 
19310 \begin_inset Info
19311 type  "shortcut"
19312 arg   "newline-insert newline"
19313 \end_inset
19314
19315 ) are not allowed in rotated cells.
19316 \end_layout
19317
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \begin_layout Standard
19324 If you want to rotate table cells containing line breaks, you have to put
19325  the cell content into a minipage or a parbox.
19326 \begin_inset Foot
19327 status collapsed
19328
19329 \begin_layout Plain Layout
19330 For more about these boxes see sec.
19331 \begin_inset space \thinspace{}
19332 \end_inset
19333
19334
19335 \begin_inset CommandInset ref
19336 LatexCommand ref
19337 reference "sec:Minipages"
19338
19339 \end_inset
19340
19341  and 
19342 \begin_inset CommandInset ref
19343 LatexCommand ref
19344 reference "sec:Parboxes"
19345
19346 \end_inset
19347
19348 .
19349 \end_layout
19350
19351 \end_inset
19352
19353  If you rotate this cell by 90
19354 \begin_inset space \thinspace{}
19355 \end_inset
19356
19357 ° the width of the box is the height of the cell.
19358  Table
19359 \begin_inset space ~
19360 \end_inset
19361
19362
19363 \begin_inset CommandInset ref
19364 LatexCommand ref
19365 reference "tab:Table-with-rotated-multi"
19366
19367 \end_inset
19368
19369  is an example for a rotated multiline cell where the box width was set
19370  to 3
19371 \begin_inset space \thinspace{}
19372 \end_inset
19373
19374 cm.
19375 \end_layout
19376
19377 \begin_layout Standard
19378 \begin_inset Float table
19379 wide false
19380 sideways false
19381 status open
19382
19383 \begin_layout Plain Layout
19384 \begin_inset Caption Standard
19385
19386 \begin_layout Plain Layout
19387 \begin_inset CommandInset label
19388 LatexCommand label
19389 name "tab:Table-with-rotated-multi"
19390
19391 \end_inset
19392
19393 Table with rotated multiline cell.
19394 \end_layout
19395
19396 \end_inset
19397
19398
19399 \end_layout
19400
19401 \begin_layout Plain Layout
19402 \noindent
19403 \align center
19404 \begin_inset Tabular
19405 <lyxtabular version="3" rows="2" columns="3">
19406 <features tabularvalignment="middle">
19407 <column alignment="center" valignment="top">
19408 <column alignment="center" valignment="top" width="0pt">
19409 <column alignment="center" valignment="top">
19410 <row>
19411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415 a
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424 \begin_inset Box Frameless
19425 position "t"
19426 hor_pos "c"
19427 has_inner_box 1
19428 inner_pos "t"
19429 use_parbox 0
19430 use_makebox 0
19431 width "3cm"
19432 special "none"
19433 height "1in"
19434 height_special "totalheight"
19435 thickness "0.4pt"
19436 separation "3pt"
19437 shadowsize "4pt"
19438 framecolor "black"
19439 backgroundcolor "none"
19440 status open
19441
19442 \begin_layout Plain Layout
19443 rotated cell
19444 \begin_inset Newline newline
19445 \end_inset
19446
19447 with line break
19448 \end_layout
19449
19450 \end_inset
19451
19452
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461 e
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 </row>
19467 <row>
19468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472 b
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481 c
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490 d
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 </row>
19496 </lyxtabular>
19497
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \end_inset
19504
19505
19506 \end_layout
19507
19508 \begin_layout Section
19509 Table Width Calculation
19510 \begin_inset CommandInset label
19511 LatexCommand label
19512 name "sec:Table-Width-Calculation"
19513
19514 \end_inset
19515
19516
19517 \end_layout
19518
19519 \begin_layout Standard
19520 For wide tables it is sometimes difficult to assure that the table does
19521  not protrude over the page margin.
19522  Setting a fixed width for every column of the table is the solution, but
19523  what amount of space is needed for each column?
19524 \end_layout
19525
19526 \begin_layout Standard
19527 The table width 
19528 \begin_inset Formula $W_{\mathrm{table}}$
19529 \end_inset
19530
19531  can be calculated: Every column has the width of the specified column width
19532  
19533 \begin_inset Formula $W_{\mathrm{column}}$
19534 \end_inset
19535
19536  (that the content of the column can consume) plus two times the separation
19537  between the column content and the column border (\SpecialChar LaTeX
19538  length
19539 \series bold
19540  
19541 \backslash
19542 tabcolsep
19543 \series default
19544 , default 6
19545 \begin_inset space \thinspace{}
19546 \end_inset
19547
19548 pt) plus the width of a border line (\SpecialChar LaTeX
19549  length 
19550 \series bold
19551
19552 \backslash
19553 arrayrulewidth
19554 \series default
19555 , default 0.4
19556 \begin_inset space \thinspace{}
19557 \end_inset
19558
19559 pt): So if all 
19560 \begin_inset Formula $n$
19561 \end_inset
19562
19563
19564 \begin_inset space ~
19565 \end_inset
19566
19567 columns have the same width, the table width is
19568 \begin_inset Formula 
19569 \begin{equation}
19570 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19571 \end{equation}
19572
19573 \end_inset
19574
19575
19576 \end_layout
19577
19578 \begin_layout Standard
19579 The available width for a table is the space between the page margins or
19580  the width of a text column (for a two-column document) (\SpecialChar LaTeX
19581  length 
19582 \series bold
19583
19584 \backslash
19585 columnwidth
19586 \series default
19587 ).
19588  If all table columns should have the same width and 
19589 \begin_inset Formula $W_{\mathrm{table}}$
19590 \end_inset
19591
19592  should be 1
19593 \begin_inset space \thinspace{}
19594 \end_inset
19595
19596
19597 \backslash
19598 columnwidth, 
19599 \begin_inset Formula $W_{\mathrm{column}}$
19600 \end_inset
19601
19602  can easily be calculated.
19603 \end_layout
19604
19605 \begin_layout Standard
19606 To be able to perform calculations you need to load the \SpecialChar LaTeX
19607 -package 
19608 \series bold
19609 calc
19610 \series default
19611
19612 \begin_inset Index idx
19613 status collapsed
19614
19615 \begin_layout Plain Layout
19616 \SpecialChar LaTeX
19617 -packages ! calc
19618 \end_layout
19619
19620 \end_inset
19621
19622  in the document preamble.
19623  To set the width in the table dialog you have to use the field 
19624 \family sans
19625 \SpecialChar LaTeX
19626  argument
19627 \family default
19628 .
19629  The command scheme for this field is the same that is explained in section
19630 \begin_inset space ~
19631 \end_inset
19632
19633
19634 \begin_inset CommandInset ref
19635 LatexCommand ref
19636 reference "subsec:Multicolumn-Calculations"
19637
19638 \end_inset
19639
19640 .
19641  For a table with 5
19642 \begin_inset space \thinspace{}
19643 \end_inset
19644
19645 columns with an uniform width and centered text, enter there for each column
19646  the command
19647 \end_layout
19648
19649 \begin_layout Standard
19650
19651 \series bold
19652 >{
19653 \backslash
19654 centering}p{(1
19655 \backslash
19656 columnwidth-62.4pt)/5}
19657 \end_layout
19658
19659 \begin_layout Standard
19660 For a table with 5
19661 \begin_inset space \thinspace{}
19662 \end_inset
19663
19664 columns where 2 should have 0.75
19665 \begin_inset space ~
19666 \end_inset
19667
19668 times the width than the 3 others, the calculation is
19669 \begin_inset Formula 
19670 \begin{align}
19671 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19672  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19673  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19674 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19675 \end{align}
19676
19677 \end_inset
19678
19679
19680 \end_layout
19681
19682 \begin_layout Standard
19683 In the table therefore the command
19684 \end_layout
19685
19686 \begin_layout Standard
19687
19688 \series bold
19689 >{
19690 \backslash
19691 centering}p{(1
19692 \backslash
19693 columnwidth-62.4pt)/
19694 \backslash
19695 real{4.5}}
19696 \end_layout
19697
19698 \begin_layout Standard
19699 is used for the wider columns and
19700 \end_layout
19701
19702 \begin_layout Standard
19703
19704 \series bold
19705 >{
19706 \backslash
19707 centering}p{(1
19708 \backslash
19709 columnwidth-62.4pt)/
19710 \backslash
19711 real{4.5}*
19712 \backslash
19713 real{0.75}}
19714 \end_layout
19715
19716 \begin_layout Standard
19717 for the smaller ones:
19718 \end_layout
19719
19720 \begin_layout Standard
19721 \begin_inset Tabular
19722 <lyxtabular version="3" rows="2" columns="5">
19723 <features tabularvalignment="middle">
19724 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19725 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19726 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19727 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19728 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19729 <row>
19730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19731 \begin_inset Text
19732
19733 \begin_layout Plain Layout
19734 1
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743 2
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 3
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761 4
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770 5
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 </row>
19776 <row>
19777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781 111111 1111111 111111 111111111 11111 11111 1111
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19787 \begin_inset Text
19788
19789 \begin_layout Plain Layout
19790
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799 2222 22222 222222 222222222 2222222 22 22222
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Plain Layout
19808
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817 333333 333333 333333 33333 3333333 333
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 </row>
19823 </lyxtabular>
19824
19825 \end_inset
19826
19827
19828 \end_layout
19829
19830 \begin_layout Section
19831 Table Customization
19832 \begin_inset Index idx
19833 status collapsed
19834
19835 \begin_layout Plain Layout
19836 Table Customization
19837 \end_layout
19838
19839 \end_inset
19840
19841
19842 \begin_inset Index idx
19843 status collapsed
19844
19845 \begin_layout Plain Layout
19846 Table ! Customization
19847 \end_layout
19848
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \begin_layout Subsection
19855 Row Spacing
19856 \begin_inset CommandInset label
19857 LatexCommand label
19858 name "subsec:Row-Spacing"
19859
19860 \end_inset
19861
19862
19863 \begin_inset Index idx
19864 status collapsed
19865
19866 \begin_layout Plain Layout
19867 Table Customization ! Row Spacing
19868 \end_layout
19869
19870 \end_inset
19871
19872
19873 \end_layout
19874
19875 \begin_layout Standard
19876 You can add vertical space to table rows in the 
19877 \family sans
19878 Borders
19879 \family default
19880  tab of the table dialog.
19881  You find there three possibilities:
19882 \end_layout
19883
19884 \begin_layout Description
19885 Top
19886 \begin_inset space ~
19887 \end_inset
19888
19889 of
19890 \begin_inset space ~
19891 \end_inset
19892
19893 row will add space above the characters of the table row.
19894  If the table is a formal table
19895 \begin_inset Foot
19896 status collapsed
19897
19898 \begin_layout Plain Layout
19899 Formal tables are explained in section
19900 \begin_inset space ~
19901 \end_inset
19902
19903
19904 \begin_inset CommandInset ref
19905 LatexCommand ref
19906 reference "sec:Formal-Tables"
19907
19908 \end_inset
19909
19910 .
19911 \end_layout
19912
19913 \end_inset
19914
19915  \SpecialChar LyX
19916  will insert as default 0.5
19917 \begin_inset space \thinspace{}
19918 \end_inset
19919
19920 em space.
19921  For normal tables the inserted space will unfortunately destroy the vertical
19922  table lines as in the following table:
19923 \begin_inset VSpace medskip
19924 \end_inset
19925
19926
19927 \begin_inset Newline newline
19928 \end_inset
19929
19930
19931 \begin_inset space \hspace*{}
19932 \length 0pt
19933 \end_inset
19934
19935
19936 \begin_inset space \hfill{}
19937 \end_inset
19938
19939
19940 \begin_inset Tabular
19941 <lyxtabular version="3" rows="3" columns="1">
19942 <features tabularvalignment="middle">
19943 <column alignment="center" valignment="top">
19944 <row>
19945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949 A
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 </row>
19955 <row topspace="3mm">
19956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960 3
19961 \begin_inset space \thinspace{}
19962 \end_inset
19963
19964 mm space top of row
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 </row>
19970 <row>
19971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975 C
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 </row>
19981 </lyxtabular>
19982
19983 \end_inset
19984
19985
19986 \begin_inset space \hfill{}
19987 \end_inset
19988
19989
19990 \begin_inset space \hspace*{}
19991 \length 0pt
19992 \end_inset
19993
19994
19995 \begin_inset VSpace medskip
19996 \end_inset
19997
19998
19999 \begin_inset Newline newline
20000 \end_inset
20001
20002 So inserting space in the top of row for normal tables is only useful when
20003  you don't have vertical lines.
20004 \end_layout
20005
20006 \begin_layout Description
20007 Bottom
20008 \begin_inset space ~
20009 \end_inset
20010
20011 of
20012 \begin_inset space ~
20013 \end_inset
20014
20015 row will add space below the characters of the table row.
20016  If the table is a formal table \SpecialChar LyX
20017  will insert as default 0.5
20018 \begin_inset space \thinspace{}
20019 \end_inset
20020
20021 em space, for normal tables the default size is 2
20022 \begin_inset space \thinspace{}
20023 \end_inset
20024
20025 pt.
20026 \end_layout
20027
20028 \begin_layout Description
20029 Between
20030 \begin_inset space ~
20031 \end_inset
20032
20033 rows adds space between the current and the following row.
20034  If the table is a formal table \SpecialChar LyX
20035  will insert as default 0.5
20036 \begin_inset space \thinspace{}
20037 \end_inset
20038
20039 em space.
20040  For normal tables the inserted space will unfortunately destroy the vertical
20041  table lines as in the following table:
20042 \begin_inset VSpace medskip
20043 \end_inset
20044
20045
20046 \begin_inset Newline newline
20047 \end_inset
20048
20049
20050 \begin_inset space \hspace*{}
20051 \length 0pt
20052 \end_inset
20053
20054
20055 \begin_inset space \hfill{}
20056 \end_inset
20057
20058
20059 \begin_inset Tabular
20060 <lyxtabular version="3" rows="3" columns="1">
20061 <features tabularvalignment="middle">
20062 <column alignment="center" valignment="top">
20063 <row>
20064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068 A
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 </row>
20074 <row interlinespace="3mm">
20075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079 \begin_inset Formula $\downarrow$
20080 \end_inset
20081
20082  3
20083 \begin_inset space \thinspace{}
20084 \end_inset
20085
20086 mm space between row 
20087 \begin_inset Formula $\downarrow$
20088 \end_inset
20089
20090
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 </row>
20096 <row>
20097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20098 \begin_inset Text
20099
20100 \begin_layout Plain Layout
20101 \begin_inset Formula $\uparrow$
20102 \end_inset
20103
20104  3
20105 \begin_inset space \thinspace{}
20106 \end_inset
20107
20108 mm space between row 
20109 \begin_inset Formula $\uparrow$
20110 \end_inset
20111
20112
20113 \end_layout
20114
20115 \end_inset
20116 </cell>
20117 </row>
20118 </lyxtabular>
20119
20120 \end_inset
20121
20122
20123 \begin_inset space \hfill{}
20124 \end_inset
20125
20126
20127 \begin_inset space \hspace*{}
20128 \length 0pt
20129 \end_inset
20130
20131
20132 \begin_inset VSpace medskip
20133 \end_inset
20134
20135
20136 \begin_inset Newline newline
20137 \end_inset
20138
20139 So inserting space between rows for normal tables is only useful when you
20140  don't have vertical lines.
20141 \end_layout
20142
20143 \begin_layout Standard
20144 \begin_inset VSpace bigskip
20145 \end_inset
20146
20147 When you want to add extra height to all cells of all tables, you can do
20148  this with the following preamble lines:
20149 \end_layout
20150
20151 \begin_layout Standard
20152
20153 \series bold
20154
20155 \backslash
20156 @ifundefined{extrarowheight}
20157 \begin_inset Newline newline
20158 \end_inset
20159
20160
20161 \begin_inset Phantom HPhantom
20162 status open
20163
20164 \begin_layout Plain Layout
20165
20166 \series bold
20167 \begin_inset space ~
20168 \end_inset
20169
20170
20171 \end_layout
20172
20173 \end_inset
20174
20175 {
20176 \backslash
20177 usepackage{array}}{}
20178 \begin_inset Newline newline
20179 \end_inset
20180
20181
20182 \backslash
20183 setlength{
20184 \backslash
20185 extrarowheight}{height}
20186 \series default
20187
20188 \begin_inset Note Note
20189 status collapsed
20190
20191 \begin_layout Plain Layout
20192 The package 
20193 \series bold
20194 array
20195 \series default
20196  will be loaded automatically by \SpecialChar LyX
20197  when you use self defined table formats.
20198  To avoid that it being loaded twice the command 
20199 \series bold
20200
20201 \backslash
20202 @ifundefined
20203 \series default
20204  is used in the above command.
20205 \end_layout
20206
20207 \end_inset
20208
20209
20210 \end_layout
20211
20212 \begin_layout Standard
20213 where the 
20214 \family sans
20215 height
20216 \family default
20217  can have one of the units listed in appendix
20218 \begin_inset space ~
20219 \end_inset
20220
20221
20222 \begin_inset CommandInset ref
20223 LatexCommand ref
20224 reference "cha:Units-available-in"
20225
20226 \end_inset
20227
20228 .
20229  But this has the disadvantage that the cell texts are no longer exactly
20230  vertically centered.
20231 \end_layout
20232
20233 \begin_layout Standard
20234 If you are using font sizes larger than the normal size, the table borders
20235  are often too close to the letters.
20236  This can be corrected by inserting the command 
20237 \series bold
20238
20239 \backslash
20240 strut
20241 \series default
20242  in \SpecialChar TeX
20243  Code at the beginning of a table row.
20244  Table
20245 \begin_inset space ~
20246 \end_inset
20247
20248
20249 \begin_inset CommandInset ref
20250 LatexCommand ref
20251 reference "tab:Vertical-alignment-of"
20252
20253 \end_inset
20254
20255  illustrates the effect.
20256 \end_layout
20257
20258 \begin_layout Standard
20259 \noindent
20260 \begin_inset Float table
20261 placement h
20262 wide false
20263 sideways false
20264 status open
20265
20266 \begin_layout Plain Layout
20267 \begin_inset Caption Standard
20268
20269 \begin_layout Plain Layout
20270 \begin_inset CommandInset label
20271 LatexCommand label
20272 name "tab:Vertical-alignment-of"
20273
20274 \end_inset
20275
20276 Vertical alignment of text with large font sizes.
20277 \end_layout
20278
20279 \end_inset
20280
20281
20282 \end_layout
20283
20284 \begin_layout Plain Layout
20285 \begin_inset space \hfill{}
20286 \end_inset
20287
20288
20289 \begin_inset Float table
20290 wide false
20291 sideways false
20292 status collapsed
20293
20294 \begin_layout Plain Layout
20295 \begin_inset Caption Standard
20296
20297 \begin_layout Plain Layout
20298 Normal table.
20299 \end_layout
20300
20301 \end_inset
20302
20303
20304 \end_layout
20305
20306 \begin_layout Plain Layout
20307 \noindent
20308 \align center
20309 \begin_inset Tabular
20310 <lyxtabular version="3" rows="6" columns="1">
20311 <features tabularvalignment="middle">
20312 <column alignment="left" valignment="top">
20313 <row>
20314 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20315 \begin_inset Text
20316
20317 \begin_layout Plain Layout
20318 Normal, g
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 </row>
20324 <row>
20325 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329
20330 \size large
20331 Large
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 </row>
20337 <row>
20338 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342
20343 \size larger
20344 Larger
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 </row>
20350 <row>
20351 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355
20356 \size largest
20357 Largest
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 </row>
20363 <row>
20364 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20365 \begin_inset Text
20366
20367 \begin_layout Plain Layout
20368
20369 \size huge
20370 Huge
20371 \end_layout
20372
20373 \end_inset
20374 </cell>
20375 </row>
20376 <row>
20377 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20378 \begin_inset Text
20379
20380 \begin_layout Plain Layout
20381
20382 \size huge
20383 Huger
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 </row>
20389 </lyxtabular>
20390
20391 \end_inset
20392
20393
20394 \end_layout
20395
20396 \end_inset
20397
20398
20399 \begin_inset space \hfill{}
20400 \end_inset
20401
20402
20403 \begin_inset Float table
20404 wide false
20405 sideways false
20406 status collapsed
20407
20408 \begin_layout Plain Layout
20409 \begin_inset Caption Standard
20410
20411 \begin_layout Plain Layout
20412 Table using the command 
20413 \series bold
20414
20415 \backslash
20416 strut
20417 \series default
20418 .
20419 \end_layout
20420
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \begin_layout Plain Layout
20427 \noindent
20428 \align center
20429 \begin_inset Tabular
20430 <lyxtabular version="3" rows="6" columns="1">
20431 <features tabularvalignment="middle">
20432 <column alignment="left" valignment="top">
20433 <row>
20434 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438 Normal, g
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 </row>
20444 <row>
20445 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449
20450 \size large
20451 \begin_inset ERT
20452 status collapsed
20453
20454 \begin_layout Plain Layout
20455
20456
20457 \backslash
20458 strut 
20459 \end_layout
20460
20461 \end_inset
20462
20463 Large
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 </row>
20469 <row>
20470 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474
20475 \size larger
20476 \begin_inset ERT
20477 status collapsed
20478
20479 \begin_layout Plain Layout
20480
20481
20482 \backslash
20483 strut 
20484 \end_layout
20485
20486 \end_inset
20487
20488 Larger
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 </row>
20494 <row>
20495 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499
20500 \size largest
20501 \begin_inset ERT
20502 status collapsed
20503
20504 \begin_layout Plain Layout
20505
20506
20507 \backslash
20508 strut 
20509 \end_layout
20510
20511 \end_inset
20512
20513 Largest
20514 \end_layout
20515
20516 \end_inset
20517 </cell>
20518 </row>
20519 <row>
20520 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524
20525 \size huge
20526 \begin_inset ERT
20527 status collapsed
20528
20529 \begin_layout Plain Layout
20530
20531
20532 \backslash
20533 strut 
20534 \end_layout
20535
20536 \end_inset
20537
20538 Huge
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 </row>
20544 <row>
20545 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549
20550 \size giant
20551 \begin_inset ERT
20552 status collapsed
20553
20554 \begin_layout Plain Layout
20555
20556
20557 \backslash
20558 strut 
20559 \end_layout
20560
20561 \end_inset
20562
20563
20564 \size huge
20565 Huger
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 </row>
20571 </lyxtabular>
20572
20573 \end_inset
20574
20575
20576 \end_layout
20577
20578 \end_inset
20579
20580
20581 \begin_inset space \hfill{}
20582 \end_inset
20583
20584
20585 \end_layout
20586
20587 \end_inset
20588
20589
20590 \end_layout
20591
20592 \begin_layout Subsection
20593 Special Cell Alignment
20594 \begin_inset CommandInset label
20595 LatexCommand label
20596 name "subsec:Special-Cell-Alignment"
20597
20598 \end_inset
20599
20600
20601 \begin_inset Index idx
20602 status collapsed
20603
20604 \begin_layout Plain Layout
20605 Table Customization ! Special Cell Alignment
20606 \end_layout
20607
20608 \end_inset
20609
20610
20611 \end_layout
20612
20613 \begin_layout Standard
20614 Sometimes it looks better when the cell entries of a column are aligned
20615  with a special character, e.
20616 \begin_inset space \thinspace{}
20617 \end_inset
20618
20619 g.
20620 \begin_inset space \space{}
20621 \end_inset
20622
20623 with the decimal separator as in Table
20624 \begin_inset space ~
20625 \end_inset
20626
20627
20628 \begin_inset CommandInset ref
20629 LatexCommand ref
20630 reference "tab:Table-cells-align"
20631
20632 \end_inset
20633
20634 .
20635  This alignment is achieved by setting the cursor into the column and then
20636  either pressing the toolbar button 
20637 \begin_inset Info
20638 type  "icon"
20639 arg   "tabular-feature align-decimal"
20640 \end_inset
20641
20642  or setting the alignment in the table settings to 
20643 \family sans
20644 At
20645 \begin_inset space ~
20646 \end_inset
20647
20648 Decimal
20649 \begin_inset space ~
20650 \end_inset
20651
20652 Separator
20653 \family default
20654 .
20655  The alignment character can be a character of your choice and is specified
20656  in the table settings.
20657 \end_layout
20658
20659 \begin_layout Standard
20660 \begin_inset Float table
20661 placement h
20662 wide false
20663 sideways false
20664 status open
20665
20666 \begin_layout Plain Layout
20667 \begin_inset Caption Standard
20668
20669 \begin_layout Plain Layout
20670 \begin_inset CommandInset label
20671 LatexCommand label
20672 name "tab:Table-cells-align"
20673
20674 \end_inset
20675
20676 Table cells of a column aligned with the decimal separator.
20677 \end_layout
20678
20679 \end_inset
20680
20681
20682 \end_layout
20683
20684 \begin_layout Plain Layout
20685 \align center
20686 \begin_inset Tabular
20687 <lyxtabular version="3" rows="4" columns="1">
20688 <features booktabs="true" tabularvalignment="middle">
20689 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20690 <row>
20691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695 heading
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 </row>
20701 <row>
20702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20703 \begin_inset Text
20704
20705 \begin_layout Plain Layout
20706 12.6
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 </row>
20712 <row>
20713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Plain Layout
20717 0.68
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 </row>
20723 <row>
20724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728 -123.0
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 </row>
20734 </lyxtabular>
20735
20736 \end_inset
20737
20738
20739 \end_layout
20740
20741 \end_inset
20742
20743
20744 \end_layout
20745
20746 \begin_layout Standard
20747 \begin_inset Float table
20748 placement h
20749 wide false
20750 sideways false
20751 status open
20752
20753 \begin_layout Plain Layout
20754 \begin_inset Caption Standard
20755
20756 \begin_layout Plain Layout
20757 \begin_inset CommandInset label
20758 LatexCommand label
20759 name "tab:Table-align-operator"
20760
20761 \end_inset
20762
20763 Table cells of a column aligned with the operators.
20764 \end_layout
20765
20766 \end_inset
20767
20768
20769 \end_layout
20770
20771 \begin_layout Plain Layout
20772 \align center
20773 \begin_inset Tabular
20774 <lyxtabular version="3" rows="4" columns="2">
20775 <features booktabs="true" tabularvalignment="middle">
20776 <column alignment="right" valignment="top" width="0pt">
20777 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20778 <row>
20779 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20780 \begin_inset Text
20781
20782 \begin_layout Plain Layout
20783 heading
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 </row>
20798 <row>
20799 <cell alignment="center" valignment="top" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803 \begin_inset Formula $12\,+$
20804 \end_inset
20805
20806
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 <cell alignment="center" valignment="top" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 \begin_inset Formula $\,6$
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 </row>
20824 <row>
20825 <cell alignment="center" valignment="top" usebox="none">
20826 \begin_inset Text
20827
20828 \begin_layout Plain Layout
20829 \begin_inset Formula $0\,-$
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 <cell alignment="center" valignment="top" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 \begin_inset Formula $\,68$
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 </row>
20850 <row>
20851 <cell alignment="center" valignment="top" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Plain Layout
20855 \begin_inset Formula $-123\,/$
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 <cell alignment="center" valignment="top" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867 \begin_inset Formula $\,0$
20868 \end_inset
20869
20870
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 </row>
20876 </lyxtabular>
20877
20878 \end_inset
20879
20880
20881 \end_layout
20882
20883 \end_inset
20884
20885
20886 \end_layout
20887
20888 \begin_layout Standard
20889 For alignments at characters in formulas this method does not work because
20890  the field to specify the alignment character does not allow formulas.
20891  In this case one need to use the method from Table
20892 \begin_inset space ~
20893 \end_inset
20894
20895
20896 \begin_inset CommandInset ref
20897 LatexCommand ref
20898 reference "tab:Table-align-operator"
20899
20900 \end_inset
20901
20902 .
20903  This table was created with a 4×2 table.
20904  The heading is a centered multicolumn.
20905  The first column is right-aligned and contains the first part including
20906  the operator.
20907  The second column is left aligned and contains the rest.
20908  A small space was added at the beginning of each cell of the second column
20909  to get the space that is usually around operators.
20910  To omit the space that is normally between two table columns, the following
20911  \SpecialChar LaTeX
20912 -argument was used for the second column:
20913 \end_layout
20914
20915 \begin_layout Standard
20916
20917 \series bold
20918 @{}l
20919 \end_layout
20920
20921 \begin_layout Standard
20922 Table
20923 \begin_inset space ~
20924 \end_inset
20925
20926
20927 \begin_inset CommandInset ref
20928 LatexCommand ref
20929 reference "tab:Several-table-cell"
20930
20931 \end_inset
20932
20933  shows some example alignments.
20934  For the alignment with the relation sign, a small space was added like
20935  for the second column of Table
20936 \begin_inset space ~
20937 \end_inset
20938
20939
20940 \begin_inset CommandInset ref
20941 LatexCommand ref
20942 reference "tab:Table-align-operator"
20943
20944 \end_inset
20945
20946 .
20947 \end_layout
20948
20949 \begin_layout Standard
20950 \begin_inset Float table
20951 placement h
20952 wide false
20953 sideways false
20954 status open
20955
20956 \begin_layout Plain Layout
20957 \begin_inset Caption Standard
20958
20959 \begin_layout Plain Layout
20960 \begin_inset CommandInset label
20961 LatexCommand label
20962 name "tab:Several-table-cell"
20963
20964 \end_inset
20965
20966 Several table cell alignments.
20967 \end_layout
20968
20969 \end_inset
20970
20971
20972 \end_layout
20973
20974 \begin_layout Plain Layout
20975 \align center
20976 \begin_inset Tabular
20977 <lyxtabular version="3" rows="4" columns="6">
20978 <features tabularvalignment="middle">
20979 <column alignment="right" valignment="top">
20980 <column alignment="left" valignment="top" special="@{}l">
20981 <column alignment="right" valignment="top">
20982 <column alignment="left" valignment="top" special="@{}l">
20983 <column alignment="right" valignment="top">
20984 <column alignment="left" valignment="top" special="@{}l">
20985 <row>
20986 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990 units
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20996 \begin_inset Text
20997
20998 \begin_layout Plain Layout
20999
21000 \end_layout
21001
21002 \end_inset
21003 </cell>
21004 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21005 \begin_inset Text
21006
21007 \begin_layout Plain Layout
21008 exponents
21009 \end_layout
21010
21011 \end_inset
21012 </cell>
21013 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21014 \begin_inset Text
21015
21016 \begin_layout Plain Layout
21017
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026 relations
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 </row>
21041 <row>
21042 <cell alignment="center" valignment="top" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046 12×
21047 \end_layout
21048
21049 \end_inset
21050 </cell>
21051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21052 \begin_inset Text
21053
21054 \begin_layout Plain Layout
21055 24
21056 \begin_inset space \thinspace{}
21057 \end_inset
21058
21059 bottles
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 <cell alignment="center" valignment="top" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068 \begin_inset Formula $10\cdot$
21069 \end_inset
21070
21071
21072 \end_layout
21073
21074 \end_inset
21075 </cell>
21076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21077 \begin_inset Text
21078
21079 \begin_layout Plain Layout
21080 \begin_inset Formula $10^{\mbox{-}17}$
21081 \end_inset
21082
21083
21084 \end_layout
21085
21086 \end_inset
21087 </cell>
21088 <cell alignment="center" valignment="top" usebox="none">
21089 \begin_inset Text
21090
21091 \begin_layout Plain Layout
21092 \begin_inset Formula $\Gamma(t)\propto$
21093 \end_inset
21094
21095
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 <cell alignment="center" valignment="top" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104 \begin_inset Formula $\:\Upsilon(t)$
21105 \end_inset
21106
21107
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 </row>
21113 <row>
21114 <cell alignment="center" valignment="top" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118 1024×
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127 768
21128 \begin_inset space \thinspace{}
21129 \end_inset
21130
21131 Pixels
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 <cell alignment="center" valignment="top" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140 \begin_inset Formula $5.78\cdot$
21141 \end_inset
21142
21143
21144 \end_layout
21145
21146 \end_inset
21147 </cell>
21148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152 \begin_inset Formula $10^{7}$
21153 \end_inset
21154
21155
21156 \end_layout
21157
21158 \end_inset
21159 </cell>
21160 <cell alignment="center" valignment="top" usebox="none">
21161 \begin_inset Text
21162
21163 \begin_layout Plain Layout
21164 \begin_inset Formula $A\ne$
21165 \end_inset
21166
21167
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 <cell alignment="center" valignment="top" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176 \begin_inset Formula $\:B_{\mathrm{red}}$
21177 \end_inset
21178
21179
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 </row>
21185 <row>
21186 <cell alignment="center" valignment="top" usebox="none">
21187 \begin_inset Text
21188
21189 \begin_layout Plain Layout
21190 32×
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21196 \begin_inset Text
21197
21198 \begin_layout Plain Layout
21199 6
21200 \begin_inset space \thinspace{}
21201 \end_inset
21202
21203 cm
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 <cell alignment="center" valignment="top" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212 -
21213 \begin_inset Formula $33.5\cdot$
21214 \end_inset
21215
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21222 \begin_inset Text
21223
21224 \begin_layout Plain Layout
21225 \begin_inset Formula $10^{4}$
21226 \end_inset
21227
21228
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 <cell alignment="center" valignment="top" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237 \begin_inset Formula $\sin(\alpha)\ge$
21238 \end_inset
21239
21240
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 <cell alignment="center" valignment="top" usebox="none">
21246 \begin_inset Text
21247
21248 \begin_layout Plain Layout
21249 \begin_inset Formula $\:\sin(\beta)$
21250 \end_inset
21251
21252
21253 \end_layout
21254
21255 \end_inset
21256 </cell>
21257 </row>
21258 </lyxtabular>
21259
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \end_inset
21266
21267
21268 \end_layout
21269
21270 \begin_layout Subsection
21271 Customized Cell/Column Format
21272 \begin_inset CommandInset label
21273 LatexCommand label
21274 name "subsec:Customized-Format"
21275
21276 \end_inset
21277
21278
21279 \begin_inset Index idx
21280 status collapsed
21281
21282 \begin_layout Plain Layout
21283 Table Customization ! Cell/Column Format
21284 \end_layout
21285
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \begin_layout Standard
21292 Calculating the required width for normal columns as described in section
21293 \begin_inset space ~
21294 \end_inset
21295
21296
21297 \begin_inset CommandInset ref
21298 LatexCommand ref
21299 reference "sec:Table-Width-Calculation"
21300
21301 \end_inset
21302
21303  or for spanned columns as described in section
21304 \begin_inset space ~
21305 \end_inset
21306
21307
21308 \begin_inset CommandInset ref
21309 LatexCommand ref
21310 reference "subsec:Multicolumn-Calculations"
21311
21312 \end_inset
21313
21314  is very annoying if you have several tables where a calculation is necessary.
21315  To make life easier, you can define a cell/column format in the preamble,
21316  that can be used in all tables of the document.
21317  The format is defined with the command
21318 \end_layout
21319
21320 \begin_layout Standard
21321
21322 \series bold
21323
21324 \backslash
21325 newcolumntype{name of format}[number of arguments]{commands}
21326 \end_layout
21327
21328 \begin_layout Standard
21329 The format name may only consist of one letter.
21330  The letters 
21331 \emph on
21332 b
21333 \emph default
21334
21335 \emph on
21336 c
21337 \emph default
21338
21339 \emph on
21340 l
21341 \emph default
21342
21343 \emph on
21344 m
21345 \emph default
21346
21347 \emph on
21348 p
21349 \emph default
21350  and 
21351 \emph on
21352 r
21353 \emph default
21354  are predefined and cannot be used.
21355  But all letters are allowed as capitals.
21356 \end_layout
21357
21358 \begin_layout Standard
21359 \begin_inset VSpace medskip
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \begin_layout Standard
21366 For vertically and horizontally centered multicolumn cells with a fixed
21367  width you can define the cell format
21368 \end_layout
21369
21370 \begin_layout Standard
21371
21372 \series bold
21373
21374 \backslash
21375 newcolumntype{M}[1]{>{
21376 \backslash
21377 centering
21378 \backslash
21379 hspace{0pt}}m{#1}}
21380 \end_layout
21381
21382 \begin_layout Standard
21383 where 
21384 \series bold
21385
21386 \backslash
21387 hspace{0pt}
21388 \series default
21389  avoids the problem of hyphenating the first word, as described in section
21390 \begin_inset space ~
21391 \end_inset
21392
21393
21394 \begin_inset CommandInset ref
21395 LatexCommand ref
21396 reference "subsec:Multiple-Lines-in"
21397
21398 \end_inset
21399
21400 .
21401  Now you can simply enter
21402 \end_layout
21403
21404 \begin_layout Standard
21405
21406 \series bold
21407 M{width}
21408 \end_layout
21409
21410 \begin_layout Standard
21411 as 
21412 \family sans
21413 \SpecialChar LaTeX
21414 -argument
21415 \family default
21416  in the table dialog to create a multicolumn.
21417 \end_layout
21418
21419 \begin_layout Standard
21420 \begin_inset VSpace bigskip
21421 \end_inset
21422
21423
21424 \end_layout
21425
21426 \begin_layout Standard
21427 For cells spanned by a multicolumn cell, you can define the format
21428 \end_layout
21429
21430 \begin_layout Standard
21431
21432 \series bold
21433
21434 \backslash
21435 newcolumntype{S}[2]{>{
21436 \backslash
21437 centering
21438 \backslash
21439 hspace{0pt}}
21440 \begin_inset Newline newline
21441 \end_inset
21442
21443
21444 \begin_inset Phantom HPhantom
21445 status open
21446
21447 \begin_layout Plain Layout
21448
21449 \series bold
21450
21451 \backslash
21452 newcolumntype
21453 \end_layout
21454
21455 \end_inset
21456
21457 m{(#1+(2
21458 \backslash
21459 tabcolsep+
21460 \backslash
21461 arrayrulewidth)*(1-#2))/#2}}
21462 \end_layout
21463
21464 \begin_layout Standard
21465 This format uses equation 
21466 \begin_inset CommandInset ref
21467 LatexCommand eqref
21468 reference "eq:Wgn"
21469
21470 \end_inset
21471
21472  to calculate the required width so that each spanned cell has the same
21473  width.
21474 \end_layout
21475
21476 \begin_layout Standard
21477 You can now enter
21478 \end_layout
21479
21480 \begin_layout Standard
21481
21482 \series bold
21483 S{width of multicolumn cell}{number of spanned columns}
21484 \end_layout
21485
21486 \begin_layout Standard
21487 as \SpecialChar LaTeX
21488 -argument of the column.
21489 \end_layout
21490
21491 \begin_layout Standard
21492 \begin_inset VSpace bigskip
21493 \end_inset
21494
21495
21496 \end_layout
21497
21498 \begin_layout Standard
21499 For colored columns, you can define
21500 \end_layout
21501
21502 \begin_layout Standard
21503
21504 \series bold
21505
21506 \backslash
21507 newcolumntype{K}[1]{>{
21508 \backslash
21509 columncolor{#1}
21510 \backslash
21511 hspace{0pt}}c}
21512 \end_layout
21513
21514 \begin_layout Standard
21515 The 
21516 \begin_inset Quotes eld
21517 \end_inset
21518
21519 c
21520 \begin_inset Quotes erd
21521 \end_inset
21522
21523  at the end creates a column with a flexible width whose text is horizontally
21524  centered.
21525  You can now enter
21526 \end_layout
21527
21528 \begin_layout Standard
21529
21530 \series bold
21531 K{color name}
21532 \end_layout
21533
21534 \begin_layout Standard
21535 as \SpecialChar LaTeX
21536 -argument.
21537 \end_layout
21538
21539 \begin_layout Standard
21540 \begin_inset VSpace bigskip
21541 \end_inset
21542
21543
21544 \end_layout
21545
21546 \begin_layout Standard
21547 To create Table
21548 \begin_inset space ~
21549 \end_inset
21550
21551
21552 \begin_inset CommandInset ref
21553 LatexCommand ref
21554 reference "tab:Table-using-user-defined"
21555
21556 \end_inset
21557
21558  use the \SpecialChar LaTeX
21559 -arguments
21560 \end_layout
21561
21562 \begin_layout Standard
21563
21564 \series bold
21565 M{2.5cm}
21566 \end_layout
21567
21568 \begin_layout Standard
21569 for the first column and the multicolumn,
21570 \end_layout
21571
21572 \begin_layout Standard
21573
21574 \series bold
21575 K{red}
21576 \end_layout
21577
21578 \begin_layout Standard
21579 for the last column, and
21580 \end_layout
21581
21582 \begin_layout Standard
21583
21584 \series bold
21585 S{2.5cm}{2}
21586 \end_layout
21587
21588 \begin_layout Standard
21589 for the cells in the second column.
21590 \end_layout
21591
21592 \begin_layout Standard
21593 \begin_inset Float table
21594 placement h
21595 wide false
21596 sideways false
21597 status open
21598
21599 \begin_layout Plain Layout
21600 \begin_inset Caption Standard
21601
21602 \begin_layout Plain Layout
21603 \begin_inset CommandInset label
21604 LatexCommand label
21605 name "tab:Table-using-user-defined"
21606
21607 \end_inset
21608
21609 Table using user-defined table formats
21610 \end_layout
21611
21612 \end_inset
21613
21614
21615 \end_layout
21616
21617 \begin_layout Plain Layout
21618 \align center
21619 \begin_inset Tabular
21620 <lyxtabular version="3" rows="3" columns="4">
21621 <features tabularvalignment="middle">
21622 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21623 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21624 <column alignment="center" valignment="middle">
21625 <column alignment="center" valignment="middle" special="K{red}">
21626 <row>
21627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631 verylongtablecellword
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640 multiple lines multicolumn
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658 c
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 </row>
21664 <row>
21665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669 d
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678 e
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 f
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696 g
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 </row>
21702 <row>
21703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707 h
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716 i
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725 j
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734 k
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 </row>
21740 </lyxtabular>
21741
21742 \end_inset
21743
21744
21745 \end_layout
21746
21747 \end_inset
21748
21749
21750 \end_layout
21751
21752 \begin_layout Subsection
21753 Line Thickness
21754 \begin_inset CommandInset label
21755 LatexCommand label
21756 name "subsec:Line-Thickness"
21757
21758 \end_inset
21759
21760
21761 \begin_inset Index idx
21762 status collapsed
21763
21764 \begin_layout Plain Layout
21765 Table Customization ! Line Thickness
21766 \end_layout
21767
21768 \end_inset
21769
21770
21771 \end_layout
21772
21773 \begin_layout Standard
21774 The line thickness for all lines in a table can be adjusted with the length
21775  
21776 \series bold
21777
21778 \backslash
21779 arrayrulewidth
21780 \series default
21781 .
21782  To set for example a line thickness of 1.5
21783 \begin_inset space \thinspace{}
21784 \end_inset
21785
21786 pt, as in Table
21787 \begin_inset space ~
21788 \end_inset
21789
21790
21791 \begin_inset CommandInset ref
21792 LatexCommand ref
21793 reference "tab:Table-with-1.5"
21794
21795 \end_inset
21796
21797 , insert the command
21798 \end_layout
21799
21800 \begin_layout Standard
21801
21802 \series bold
21803
21804 \backslash
21805 setlength{
21806 \backslash
21807 arrayrulewidth}{1.5pt}
21808 \end_layout
21809
21810 \begin_layout Standard
21811 in \SpecialChar TeX
21812  Code before the table or table float.
21813  The changed thickness is valid for all subsequent tables.
21814  To use the default value again, set 
21815 \series bold
21816
21817 \backslash
21818 arrayrulewidth
21819 \series default
21820  to 0.4
21821 \begin_inset space \thinspace{}
21822 \end_inset
21823
21824 pt in \SpecialChar TeX
21825  Code after the table or table float.
21826 \end_layout
21827
21828 \begin_layout Standard
21829 \begin_inset ERT
21830 status collapsed
21831
21832 \begin_layout Plain Layout
21833
21834
21835 \backslash
21836 setlength{
21837 \backslash
21838 arrayrulewidth}{1.5pt}
21839 \end_layout
21840
21841 \end_inset
21842
21843
21844 \begin_inset Float table
21845 wide false
21846 sideways false
21847 status open
21848
21849 \begin_layout Plain Layout
21850 \begin_inset Caption Standard
21851
21852 \begin_layout Plain Layout
21853 \begin_inset CommandInset label
21854 LatexCommand label
21855 name "tab:Table-with-1.5"
21856
21857 \end_inset
21858
21859 Table with 1.5
21860 \begin_inset space \thinspace{}
21861 \end_inset
21862
21863 pt thick lines
21864 \end_layout
21865
21866 \end_inset
21867
21868
21869 \end_layout
21870
21871 \begin_layout Plain Layout
21872 \align center
21873 \begin_inset Tabular
21874 <lyxtabular version="3" rows="3" columns="3">
21875 <features tabularvalignment="middle">
21876 <column alignment="center" valignment="top">
21877 <column alignment="center" valignment="top">
21878 <column alignment="center" valignment="top">
21879 <row>
21880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884 sd
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 </row>
21908 <row>
21909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913
21914 \end_layout
21915
21916 \end_inset
21917 </cell>
21918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21919 \begin_inset Text
21920
21921 \begin_layout Plain Layout
21922 sd
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931
21932 \end_layout
21933
21934 \end_inset
21935 </cell>
21936 </row>
21937 <row>
21938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21939 \begin_inset Text
21940
21941 \begin_layout Plain Layout
21942
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951
21952 \end_layout
21953
21954 \end_inset
21955 </cell>
21956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960 sd
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 </row>
21966 </lyxtabular>
21967
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \end_inset
21974
21975
21976 \begin_inset ERT
21977 status collapsed
21978
21979 \begin_layout Plain Layout
21980
21981
21982 \backslash
21983 setlength{
21984 \backslash
21985 arrayrulewidth}{0.4pt}
21986 \end_layout
21987
21988 \end_inset
21989
21990
21991 \end_layout
21992
21993 \begin_layout Standard
21994 \begin_inset VSpace bigskip
21995 \end_inset
21996
21997 To set the line thickness to 1.5
21998 \begin_inset space \thinspace{}
21999 \end_inset
22000
22001 pt only for horizontal lines, as in Table
22002 \begin_inset space ~
22003 \end_inset
22004
22005
22006 \begin_inset CommandInset ref
22007 LatexCommand ref
22008 reference "tab:Table-with-horizontal"
22009
22010 \end_inset
22011
22012 , insert these commands in \SpecialChar TeX
22013  Code before the table or table float:
22014 \end_layout
22015
22016 \begin_layout Standard
22017
22018 \series bold
22019
22020 \backslash
22021 let
22022 \backslash
22023 myHline
22024 \backslash
22025 hline
22026 \begin_inset Newline newline
22027 \end_inset
22028
22029
22030 \backslash
22031 renewcommand{
22032 \backslash
22033 hline}
22034 \begin_inset Newline newline
22035 \end_inset
22036
22037  {
22038 \backslash
22039 noalign{
22040 \backslash
22041 global
22042 \backslash
22043 arrayrulewidth 1.5pt}
22044 \begin_inset Newline newline
22045 \end_inset
22046
22047  
22048 \backslash
22049 myHline
22050 \backslash
22051 noalign{
22052 \backslash
22053 global
22054 \backslash
22055 arrayrulewidth 0.4pt}}
22056 \end_layout
22057
22058 \begin_layout Standard
22059 To return to the default line thickness, insert this command in \SpecialChar TeX
22060  Code after
22061  the table or table float:
22062 \end_layout
22063
22064 \begin_layout Standard
22065
22066 \series bold
22067
22068 \backslash
22069 renewcommand{
22070 \backslash
22071 hline}{
22072 \backslash
22073 myHline}
22074 \end_layout
22075
22076 \begin_layout Standard
22077 \begin_inset ERT
22078 status collapsed
22079
22080 \begin_layout Plain Layout
22081
22082
22083 \backslash
22084 let
22085 \backslash
22086 myHline
22087 \backslash
22088 hline
22089 \end_layout
22090
22091 \begin_layout Plain Layout
22092
22093
22094 \backslash
22095 renewcommand{
22096 \backslash
22097 hline}
22098 \end_layout
22099
22100 \begin_layout Plain Layout
22101
22102  {
22103 \backslash
22104 noalign{
22105 \backslash
22106 global
22107 \backslash
22108 arrayrulewidth 1.5pt}
22109 \end_layout
22110
22111 \begin_layout Plain Layout
22112
22113   
22114 \backslash
22115 myHline
22116 \backslash
22117 noalign{
22118 \backslash
22119 global
22120 \backslash
22121 arrayrulewidth 0.4pt}}
22122 \end_layout
22123
22124 \end_inset
22125
22126
22127 \begin_inset Float table
22128 wide false
22129 sideways false
22130 status open
22131
22132 \begin_layout Plain Layout
22133 \begin_inset Caption Standard
22134
22135 \begin_layout Plain Layout
22136 \begin_inset CommandInset label
22137 LatexCommand label
22138 name "tab:Table-with-horizontal"
22139
22140 \end_inset
22141
22142 Table with 1.5
22143 \begin_inset space \thinspace{}
22144 \end_inset
22145
22146 pt thick horizontal lines
22147 \end_layout
22148
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \begin_layout Plain Layout
22155 \align center
22156 \begin_inset Tabular
22157 <lyxtabular version="3" rows="3" columns="3">
22158 <features tabularvalignment="middle">
22159 <column alignment="center" valignment="top">
22160 <column alignment="center" valignment="top">
22161 <column alignment="center" valignment="top">
22162 <row>
22163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167 sd
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 </row>
22191 <row>
22192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 sd
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 </row>
22220 <row>
22221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22222 \begin_inset Text
22223
22224 \begin_layout Plain Layout
22225
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22231 \begin_inset Text
22232
22233 \begin_layout Plain Layout
22234
22235 \end_layout
22236
22237 \end_inset
22238 </cell>
22239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243 sd
22244 \end_layout
22245
22246 \end_inset
22247 </cell>
22248 </row>
22249 </lyxtabular>
22250
22251 \end_inset
22252
22253
22254 \end_layout
22255
22256 \end_inset
22257
22258
22259 \begin_inset ERT
22260 status collapsed
22261
22262 \begin_layout Plain Layout
22263
22264
22265 \backslash
22266 renewcommand{
22267 \backslash
22268 hline}{
22269 \backslash
22270 myHline}
22271 \end_layout
22272
22273 \end_inset
22274
22275
22276 \end_layout
22277
22278 \begin_layout Standard
22279 \begin_inset VSpace bigskip
22280 \end_inset
22281
22282 To set the line thickness to 1.5
22283 \begin_inset space \thinspace{}
22284 \end_inset
22285
22286 pt only for vertical lines, create the following column format in the document
22287  preamble, according to the description in section
22288 \begin_inset space ~
22289 \end_inset
22290
22291
22292 \begin_inset CommandInset ref
22293 LatexCommand ref
22294 reference "subsec:Customized-Format"
22295
22296 \end_inset
22297
22298 :
22299 \end_layout
22300
22301 \begin_layout Standard
22302
22303 \series bold
22304
22305 \backslash
22306 newcolumntype{V}{!{
22307 \backslash
22308 vrule width 1.5pt}}
22309 \end_layout
22310
22311 \begin_layout Standard
22312 For Table
22313 \begin_inset space ~
22314 \end_inset
22315
22316
22317 \begin_inset CommandInset ref
22318 LatexCommand ref
22319 reference "tab:Table-with-vertical"
22320
22321 \end_inset
22322
22323  the \SpecialChar LaTeX
22324 -argument
22325 \end_layout
22326
22327 \begin_layout Standard
22328
22329 \series bold
22330 VcV
22331 \end_layout
22332
22333 \begin_layout Standard
22334 was used for the last column and
22335 \end_layout
22336
22337 \begin_layout Standard
22338
22339 \series bold
22340 Vc
22341 \end_layout
22342
22343 \begin_layout Standard
22344 for the other columns.
22345 \end_layout
22346
22347 \begin_layout Standard
22348 \begin_inset Float table
22349 wide false
22350 sideways false
22351 status open
22352
22353 \begin_layout Plain Layout
22354 \begin_inset Caption Standard
22355
22356 \begin_layout Plain Layout
22357 \begin_inset CommandInset label
22358 LatexCommand label
22359 name "tab:Table-with-vertical"
22360
22361 \end_inset
22362
22363 Table with 1.5
22364 \begin_inset space \thinspace{}
22365 \end_inset
22366
22367 pt thick vertical lines
22368 \end_layout
22369
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \begin_layout Plain Layout
22376 \align center
22377 \begin_inset Tabular
22378 <lyxtabular version="3" rows="3" columns="3">
22379 <features tabularvalignment="middle">
22380 <column alignment="center" valignment="top" special="Vc">
22381 <column alignment="center" valignment="top" special="Vc">
22382 <column alignment="center" valignment="top" special="VcV">
22383 <row>
22384 <cell alignment="center" valignment="top" topline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388 sd
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" topline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 <cell alignment="center" valignment="top" topline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406
22407 \end_layout
22408
22409 \end_inset
22410 </cell>
22411 </row>
22412 <row>
22413 <cell alignment="center" valignment="top" topline="true" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 <cell alignment="center" valignment="top" topline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426 sd
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 <cell alignment="center" valignment="top" topline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 </row>
22441 <row>
22442 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464 sd
22465 \end_layout
22466
22467 \end_inset
22468 </cell>
22469 </row>
22470 </lyxtabular>
22471
22472 \end_inset
22473
22474
22475 \end_layout
22476
22477 \end_inset
22478
22479
22480 \end_layout
22481
22482 \begin_layout Subsection
22483 Dashed Lines
22484 \begin_inset Index idx
22485 status collapsed
22486
22487 \begin_layout Plain Layout
22488 Table Customization ! Dashed Lines
22489 \end_layout
22490
22491 \end_inset
22492
22493
22494 \end_layout
22495
22496 \begin_layout Standard
22497 \begin_inset ERT
22498 status collapsed
22499
22500 \begin_layout Plain Layout
22501
22502
22503 \backslash
22504 ifarydshln
22505 \end_layout
22506
22507 \end_inset
22508
22509
22510 \begin_inset Note Note
22511 status open
22512
22513 \begin_layout Plain Layout
22514 The following section will only be displayed when the \SpecialChar LaTeX
22515 -package 
22516 \series bold
22517 arydshln
22518 \series default
22519  is installed.
22520 \end_layout
22521
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \begin_layout Standard
22528 \begin_inset Float table
22529 placement H
22530 wide false
22531 sideways false
22532 status open
22533
22534 \begin_layout Plain Layout
22535 \begin_inset Caption Standard
22536
22537 \begin_layout Plain Layout
22538 \begin_inset CommandInset label
22539 LatexCommand label
22540 name "tab:Table-with-dashed"
22541
22542 \end_inset
22543
22544 Table with dashed lines
22545 \end_layout
22546
22547 \end_inset
22548
22549
22550 \end_layout
22551
22552 \begin_layout Plain Layout
22553 \align center
22554 \begin_inset Tabular
22555 <lyxtabular version="3" rows="5" columns="5">
22556 <features tabularvalignment="middle">
22557 <column alignment="center" valignment="top">
22558 <column alignment="center" valignment="top">
22559 <column alignment="center" valignment="top" special=":c">
22560 <column alignment="center" valignment="top">
22561 <column alignment="center" valignment="top">
22562 <row>
22563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 a
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576 b
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585 c
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 d
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 e
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 </row>
22609 <row>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 f
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 g
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 <cell alignment="center" valignment="top" topline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 h
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 i
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650 j
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 </row>
22656 <row>
22657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 \begin_inset ERT
22662 status collapsed
22663
22664 \begin_layout Plain Layout
22665
22666
22667 \backslash
22668 hdashline 
22669 \end_layout
22670
22671 \end_inset
22672
22673 k
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682 l
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 m
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 n
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 o
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 </row>
22715 <row>
22716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 \begin_inset ERT
22721 status collapsed
22722
22723 \begin_layout Plain Layout
22724
22725
22726 \backslash
22727 cdashline{4-5}
22728 \end_layout
22729
22730 \end_inset
22731
22732 p
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 q
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750 r
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 s
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 </row>
22774 <row>
22775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779 t
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22785 \begin_inset Text
22786
22787 \begin_layout Plain Layout
22788 u
22789 \end_layout
22790
22791 \end_inset
22792 </cell>
22793 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797 v
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806 w
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815 x
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 </row>
22821 </lyxtabular>
22822
22823 \end_inset
22824
22825
22826 \end_layout
22827
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \begin_layout Standard
22834 \SpecialChar LyX
22835  does not natively support dashed lines, so you have to use \SpecialChar TeX
22836  Code.
22837  As a prerequisite the \SpecialChar LaTeX
22838  package 
22839 \series bold
22840 arydshln
22841 \series default
22842
22843 \begin_inset Index idx
22844 status collapsed
22845
22846 \begin_layout Plain Layout
22847 \SpecialChar LaTeX
22848 -packages ! arydshln
22849 \end_layout
22850
22851 \end_inset
22852
22853  must be loaded in the document preamble with the command
22854 \end_layout
22855
22856 \begin_layout Standard
22857
22858 \series bold
22859
22860 \backslash
22861 usepackage{arydshln}
22862 \end_layout
22863
22864 \begin_layout Standard
22865 To make a vertical line dashed, enter the colon 
22866 \begin_inset Quotes eld
22867 \end_inset
22868
22869 :
22870 \begin_inset Quotes erd
22871 \end_inset
22872
22873  together with the character for the horizontal alignment as \SpecialChar LaTeX
22874  argument in
22875  the table cell dialog.
22876 \end_layout
22877
22878 \begin_layout Standard
22879 For a horizontal dashed line add the command
22880 \end_layout
22881
22882 \begin_layout Standard
22883
22884 \series bold
22885
22886 \backslash
22887 hdashline
22888 \end_layout
22889
22890 \begin_layout Standard
22891 in \SpecialChar TeX
22892  Code as first element of the first cell in the table row.
22893 \end_layout
22894
22895 \begin_layout Standard
22896 For dashed multicolumn lines use the command
22897 \end_layout
22898
22899 \begin_layout Standard
22900
22901 \series bold
22902
22903 \backslash
22904 cdashline{line number
22905 \series default
22906 }
22907 \end_layout
22908
22909 \begin_layout Standard
22910 in \SpecialChar TeX
22911  Code as the first element of the first cell in the table row.
22912  If you have for example a multicolumn spanning columns 2 to 4 and you want
22913  to have a dashed line above, add the command
22914 \end_layout
22915
22916 \begin_layout Standard
22917
22918 \series bold
22919
22920 \backslash
22921 cdashline{2-4}
22922 \end_layout
22923
22924 \begin_layout Standard
22925 as the first element of the first cell in the row of the multicolumn.
22926 \end_layout
22927
22928 \begin_layout Standard
22929 \begin_inset VSpace bigskip
22930 \end_inset
22931
22932
22933 \end_layout
22934
22935 \begin_layout Standard
22936 Table
22937 \begin_inset space ~
22938 \end_inset
22939
22940
22941 \begin_inset CommandInset ref
22942 LatexCommand ref
22943 reference "tab:Table-with-dashed"
22944
22945 \end_inset
22946
22947  was created using 
22948 \begin_inset Quotes eld
22949 \end_inset
22950
22951
22952 \series bold
22953 :c
22954 \series default
22955
22956 \begin_inset Quotes erd
22957 \end_inset
22958
22959  as \SpecialChar LaTeX
22960  argument of the third column.
22961  The \SpecialChar TeX
22962  Code command 
22963 \series bold
22964
22965 \backslash
22966 hdashline
22967 \series default
22968  was inserted in the first cell of the third row and the \SpecialChar TeX
22969  Code command
22970 \begin_inset Newline newline
22971 \end_inset
22972
22973  
22974 \series bold
22975
22976 \backslash
22977 cdashline{4-5}
22978 \series default
22979  was inserted in the first cell of the fourth row.
22980 \end_layout
22981
22982 \begin_layout Standard
22983 \begin_inset VSpace bigskip
22984 \end_inset
22985
22986
22987 \end_layout
22988
22989 \begin_layout Standard
22990 Tables with dashed lines can also be colored as shown by Table
22991 \begin_inset space ~
22992 \end_inset
22993
22994
22995 \begin_inset CommandInset ref
22996 LatexCommand ref
22997 reference "tab:Colored-table-with"
22998
22999 \end_inset
23000
23001 .
23002 \end_layout
23003
23004 \begin_layout Standard
23005 \begin_inset ERT
23006 status collapsed
23007
23008 \begin_layout Plain Layout
23009
23010
23011 \backslash
23012 setlength{
23013 \backslash
23014 arrayrulewidth}{1pt}
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \begin_inset Note Note
23021 status collapsed
23022
23023 \begin_layout Plain Layout
23024 thicker lines for better visualization of the line color
23025 \end_layout
23026
23027 \end_inset
23028
23029
23030 \end_layout
23031
23032 \begin_layout Standard
23033 \begin_inset ERT
23034 status collapsed
23035
23036 \begin_layout Plain Layout
23037
23038
23039 \backslash
23040 dashgapcolor{green}
23041 \end_layout
23042
23043 \end_inset
23044
23045
23046 \begin_inset Note Note
23047 status collapsed
23048
23049 \begin_layout Plain Layout
23050 color gaps between dashes green
23051 \end_layout
23052
23053 \end_inset
23054
23055
23056 \end_layout
23057
23058 \begin_layout Standard
23059 \begin_inset ERT
23060 status collapsed
23061
23062 \begin_layout Plain Layout
23063
23064
23065 \backslash
23066 let
23067 \backslash
23068 myHdashline
23069 \backslash
23070 hdashline
23071 \end_layout
23072
23073 \begin_layout Plain Layout
23074
23075
23076 \backslash
23077 renewcommand{
23078 \backslash
23079 hdashline}
23080 \end_layout
23081
23082 \begin_layout Plain Layout
23083
23084  {
23085 \backslash
23086 arrayrulecolor{red}
23087 \backslash
23088 myHdashline
23089 \backslash
23090 arrayrulecolor{black}}
23091 \end_layout
23092
23093 \end_inset
23094
23095
23096 \begin_inset Note Note
23097 status collapsed
23098
23099 \begin_layout Plain Layout
23100 color horizontal, dashed lines red
23101 \end_layout
23102
23103 \end_inset
23104
23105
23106 \end_layout
23107
23108 \begin_layout Standard
23109 \begin_inset ERT
23110 status collapsed
23111
23112 \begin_layout Plain Layout
23113
23114
23115 \backslash
23116 let
23117 \backslash
23118 myCdashline
23119 \backslash
23120 cdashline
23121 \end_layout
23122
23123 \begin_layout Plain Layout
23124
23125
23126 \backslash
23127 renewcommand{
23128 \backslash
23129 cdashline}[1]
23130 \end_layout
23131
23132 \begin_layout Plain Layout
23133
23134  {
23135 \backslash
23136 arrayrulecolor{yellow}
23137 \backslash
23138 myCdashline{#1}
23139 \backslash
23140 arrayrulecolor{black}}
23141 \end_layout
23142
23143 \end_inset
23144
23145
23146 \begin_inset Note Note
23147 status collapsed
23148
23149 \begin_layout Plain Layout
23150 color partial horizontal, dashed lines yellow
23151 \end_layout
23152
23153 \end_inset
23154
23155
23156 \end_layout
23157
23158 \begin_layout Standard
23159 \begin_inset Float table
23160 placement h
23161 wide false
23162 sideways false
23163 status open
23164
23165 \begin_layout Plain Layout
23166 \begin_inset Caption Standard
23167
23168 \begin_layout Plain Layout
23169 \begin_inset CommandInset label
23170 LatexCommand label
23171 name "tab:Colored-table-with"
23172
23173 \end_inset
23174
23175 Colored table with dashed lines
23176 \end_layout
23177
23178 \end_inset
23179
23180
23181 \end_layout
23182
23183 \begin_layout Plain Layout
23184 \align center
23185 \begin_inset Tabular
23186 <lyxtabular version="3" rows="5" columns="5">
23187 <features tabularvalignment="middle">
23188 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23189 <column alignment="center" valignment="top" width="0pt">
23190 <column alignment="center" valignment="top" width="0pt" special=":c">
23191 <column alignment="center" valignment="top">
23192 <column alignment="center" valignment="top">
23193 <row>
23194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198 a
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 <cell alignment="center" valignment="top" topline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 b
23208 \end_layout
23209
23210 \end_inset
23211 </cell>
23212 <cell alignment="center" valignment="top" topline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216 c
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225 d
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23231 \begin_inset Text
23232
23233 \begin_layout Plain Layout
23234 e
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 </row>
23240 <row>
23241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23242 \begin_inset Text
23243
23244 \begin_layout Plain Layout
23245 f
23246 \end_layout
23247
23248 \end_inset
23249 </cell>
23250 <cell alignment="center" valignment="top" topline="true" usebox="none">
23251 \begin_inset Text
23252
23253 \begin_layout Plain Layout
23254 g
23255 \end_layout
23256
23257 \end_inset
23258 </cell>
23259 <cell alignment="center" valignment="top" topline="true" usebox="none">
23260 \begin_inset Text
23261
23262 \begin_layout Plain Layout
23263 h
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272 i
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281 j
23282 \end_layout
23283
23284 \end_inset
23285 </cell>
23286 </row>
23287 <row>
23288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23289 \begin_inset Text
23290
23291 \begin_layout Plain Layout
23292 \begin_inset ERT
23293 status collapsed
23294
23295 \begin_layout Plain Layout
23296
23297
23298 \backslash
23299 hdashline 
23300 \end_layout
23301
23302 \end_inset
23303
23304
23305 \begin_inset ERT
23306 status collapsed
23307
23308 \begin_layout Plain Layout
23309
23310
23311 \backslash
23312 rowcolor{Gray}
23313 \end_layout
23314
23315 \end_inset
23316
23317 k
23318 \end_layout
23319
23320 \end_inset
23321 </cell>
23322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326 l
23327 \end_layout
23328
23329 \end_inset
23330 </cell>
23331 <cell alignment="center" valignment="top" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335 m
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 n
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353 o
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 </row>
23359 <row>
23360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364 \begin_inset ERT
23365 status collapsed
23366
23367 \begin_layout Plain Layout
23368
23369
23370 \backslash
23371 cdashline{4-5}
23372 \end_layout
23373
23374 \end_inset
23375
23376 p
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385 q
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394 r
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 s
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 </row>
23418 <row>
23419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423 t
23424 \end_layout
23425
23426 \end_inset
23427 </cell>
23428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23429 \begin_inset Text
23430
23431 \begin_layout Plain Layout
23432 u
23433 \end_layout
23434
23435 \end_inset
23436 </cell>
23437 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441 v
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23447 \begin_inset Text
23448
23449 \begin_layout Plain Layout
23450 w
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459 \begin_inset ERT
23460 status collapsed
23461
23462 \begin_layout Plain Layout
23463
23464
23465 \backslash
23466 cellcolor{Maroon}
23467 \end_layout
23468
23469 \end_inset
23470
23471 i
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 </row>
23477 </lyxtabular>
23478
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \end_inset
23485
23486
23487 \end_layout
23488
23489 \begin_layout Standard
23490 \begin_inset ERT
23491 status collapsed
23492
23493 \begin_layout Plain Layout
23494
23495
23496 \backslash
23497 renewcommand{
23498 \backslash
23499 hdashline}{
23500 \backslash
23501 myHdashline}
23502 \end_layout
23503
23504 \end_inset
23505
23506
23507 \begin_inset Note Note
23508 status collapsed
23509
23510 \begin_layout Plain Layout
23511 reset to default
23512 \end_layout
23513
23514 \end_inset
23515
23516
23517 \end_layout
23518
23519 \begin_layout Standard
23520 \begin_inset ERT
23521 status collapsed
23522
23523 \begin_layout Plain Layout
23524
23525
23526 \backslash
23527 renewcommand{
23528 \backslash
23529 cdashline}{
23530 \backslash
23531 myCdashline}
23532 \end_layout
23533
23534 \end_inset
23535
23536
23537 \begin_inset Note Note
23538 status collapsed
23539
23540 \begin_layout Plain Layout
23541 reset to default
23542 \end_layout
23543
23544 \end_inset
23545
23546
23547 \end_layout
23548
23549 \begin_layout Standard
23550 \begin_inset ERT
23551 status collapsed
23552
23553 \begin_layout Plain Layout
23554
23555
23556 \backslash
23557 nodashgapcolor
23558 \end_layout
23559
23560 \end_inset
23561
23562
23563 \begin_inset Note Note
23564 status collapsed
23565
23566 \begin_layout Plain Layout
23567 reset to default
23568 \end_layout
23569
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \begin_layout Standard
23576 \begin_inset ERT
23577 status collapsed
23578
23579 \begin_layout Plain Layout
23580
23581
23582 \backslash
23583 setlength{
23584 \backslash
23585 arrayrulewidth}{0.4pt}
23586 \end_layout
23587
23588 \end_inset
23589
23590
23591 \begin_inset Note Note
23592 status collapsed
23593
23594 \begin_layout Plain Layout
23595 reset to default
23596 \end_layout
23597
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \begin_layout Standard
23604 The coloring of lines, columns and lines works as decribed in section
23605 \begin_inset space ~
23606 \end_inset
23607
23608
23609 \begin_inset CommandInset ref
23610 LatexCommand ref
23611 reference "sec:Colored-Tables"
23612
23613 \end_inset
23614
23615 .
23616  Coloring horizontal lines works analogically as described there as well,
23617  one only needs to replace in the commands 
23618 \series bold
23619
23620 \backslash
23621 myHlineC
23622 \series default
23623  by 
23624 \series bold
23625
23626 \backslash
23627 myHdashline
23628 \series default
23629  and 
23630 \backslash
23631
23632 \series bold
23633 hline
23634 \series default
23635  by 
23636 \series bold
23637
23638 \backslash
23639 hdashline
23640 \series default
23641 ; so one uses the command
23642 \end_layout
23643
23644 \begin_layout Standard
23645
23646 \series bold
23647
23648 \backslash
23649 let
23650 \backslash
23651 myHdashline
23652 \backslash
23653 hdashline
23654 \begin_inset Newline newline
23655 \end_inset
23656
23657
23658 \backslash
23659 renewcommand{
23660 \backslash
23661 hdashline}
23662 \begin_inset Newline newline
23663 \end_inset
23664
23665
23666 \begin_inset Phantom HPhantom
23667 status open
23668
23669 \begin_layout Plain Layout
23670 \begin_inset space ~
23671 \end_inset
23672
23673
23674 \end_layout
23675
23676 \end_inset
23677
23678 {
23679 \backslash
23680 arrayrulecolor{red}
23681 \backslash
23682 myHdashline
23683 \backslash
23684 arrayrulecolor{black}}
23685 \end_layout
23686
23687 \begin_layout Standard
23688 To color 
23689 \series bold
23690
23691 \backslash
23692 cdashline
23693 \series default
23694 , the command is
23695 \end_layout
23696
23697 \begin_layout Standard
23698
23699 \series bold
23700
23701 \backslash
23702 let
23703 \backslash
23704 myCdashline
23705 \backslash
23706 cdashline
23707 \begin_inset Newline newline
23708 \end_inset
23709
23710
23711 \backslash
23712 renewcommand{
23713 \backslash
23714 cdashline}[1]
23715 \begin_inset Newline newline
23716 \end_inset
23717
23718
23719 \begin_inset Phantom HPhantom
23720 status open
23721
23722 \begin_layout Plain Layout
23723 \begin_inset space ~
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \end_inset
23730
23731 {
23732 \backslash
23733 arrayrulecolor{red}
23734 \backslash
23735 myCdashline{#1}
23736 \backslash
23737 arrayrulecolor{black}}
23738 \end_layout
23739
23740 \begin_layout Standard
23741 To get back the black line color, one needs to insert the following commands
23742  as \SpecialChar TeX
23743  Code behind the table:
23744 \end_layout
23745
23746 \begin_layout Standard
23747 For 
23748 \series bold
23749
23750 \backslash
23751 hdashline
23752 \end_layout
23753
23754 \begin_layout Standard
23755
23756 \series bold
23757
23758 \backslash
23759 renewcommand{
23760 \backslash
23761 hdashline}{
23762 \backslash
23763 myHdashline}
23764 \end_layout
23765
23766 \begin_layout Standard
23767 and for 
23768 \series bold
23769
23770 \backslash
23771 cdashline
23772 \end_layout
23773
23774 \begin_layout Standard
23775
23776 \series bold
23777
23778 \backslash
23779 renewcommand{
23780 \backslash
23781 cdashline}{
23782 \backslash
23783 myCdashline}
23784 \end_layout
23785
23786 \begin_layout Standard
23787 To color the gaps between the dashes the command
23788 \end_layout
23789
23790 \begin_layout Standard
23791
23792 \series bold
23793
23794 \backslash
23795 dashgapcolor{color}
23796 \end_layout
23797
23798 \begin_layout Standard
23799 can be used in front of a table as \SpecialChar TeX
23800  Code.
23801  color is hereby the name of a defined color.
23802  The command
23803 \end_layout
23804
23805 \begin_layout Standard
23806
23807 \series bold
23808
23809 \backslash
23810 nodashgapcolor
23811 \end_layout
23812
23813 \begin_layout Standard
23814 unsets the changes made by 
23815 \series bold
23816
23817 \backslash
23818 dashgapcolor
23819 \series default
23820 .
23821 \end_layout
23822
23823 \begin_layout Standard
23824 \begin_inset Note Greyedout
23825 status open
23826
23827 \begin_layout Plain Layout
23828
23829 \series bold
23830 \color none
23831 Note
23832 \series default
23833 : If there are multiple commands in a cell, the command of 
23834 \series bold
23835 arydshln
23836 \series default
23837  needs to be the first one in the cell.
23838  Therefore in cell 
23839 \emph on
23840 k
23841 \emph default
23842  of Table
23843 \begin_inset space ~
23844 \end_inset
23845
23846
23847 \begin_inset CommandInset ref
23848 LatexCommand ref
23849 reference "tab:Colored-table-with"
23850
23851 \end_inset
23852
23853  the command 
23854 \series bold
23855
23856 \backslash
23857 hdashline
23858 \series default
23859  is before 
23860 \series bold
23861
23862 \backslash
23863 rowcolor
23864 \series default
23865 .
23866 \end_layout
23867
23868 \end_inset
23869
23870
23871 \end_layout
23872
23873 \begin_layout Standard
23874 \begin_inset Note Greyedout
23875 status open
23876
23877 \begin_layout Plain Layout
23878
23879 \series bold
23880 \color none
23881 Note:
23882 \series default
23883  The \SpecialChar LaTeX
23884 -package 
23885 \series bold
23886 arydshln
23887 \series default
23888  must be loaded in the document preamble before the \SpecialChar LaTeX
23889 -package 
23890 \series bold
23891 colortbl
23892 \series default
23893
23894 \begin_inset Index idx
23895 status collapsed
23896
23897 \begin_layout Plain Layout
23898 \SpecialChar LaTeX
23899 -packages ! colortbl
23900 \end_layout
23901
23902 \end_inset
23903
23904 .
23905 \end_layout
23906
23907 \end_inset
23908
23909
23910 \end_layout
23911
23912 \begin_layout Standard
23913 \begin_inset ERT
23914 status collapsed
23915
23916 \begin_layout Plain Layout
23917
23918
23919 \backslash
23920 else
23921 \end_layout
23922
23923 \end_inset
23924
23925
23926 \begin_inset Note Note
23927 status open
23928
23929 \begin_layout Plain Layout
23930 The following will be displayed when the \SpecialChar LaTeX
23931 -package 
23932 \series bold
23933 arydshln
23934 \series default
23935  is not installed:
23936 \end_layout
23937
23938 \end_inset
23939
23940
23941 \end_layout
23942
23943 \begin_layout Standard
23944 You need to install the package 
23945 \series bold
23946 arydshln
23947 \series default
23948  to see the content of this section in the output.
23949 \end_layout
23950
23951 \begin_layout Standard
23952 \begin_inset ERT
23953 status collapsed
23954
23955 \begin_layout Plain Layout
23956
23957
23958 \backslash
23959 fi
23960 \end_layout
23961
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \begin_layout Standard
23968 For more information about dashed lines see the documentation of 
23969 \series bold
23970 arydshln
23971 \series default
23972
23973 \begin_inset CommandInset citation
23974 LatexCommand cite
23975 key "arydshln"
23976
23977 \end_inset
23978
23979 .
23980 \end_layout
23981
23982 \begin_layout Chapter
23983 Floats
23984 \begin_inset CommandInset label
23985 LatexCommand label
23986 name "chap:Floats"
23987
23988 \end_inset
23989
23990
23991 \begin_inset Index idx
23992 status collapsed
23993
23994 \begin_layout Plain Layout
23995 Floats
23996 \end_layout
23997
23998 \end_inset
23999
24000
24001 \end_layout
24002
24003 \begin_layout Section
24004 Introduction
24005 \begin_inset CommandInset label
24006 LatexCommand label
24007 name "sec:FloatIntroduction"
24008
24009 \end_inset
24010
24011
24012 \begin_inset Index idx
24013 status collapsed
24014
24015 \begin_layout Plain Layout
24016 Floats ! Introduction
24017 \end_layout
24018
24019 \end_inset
24020
24021
24022 \end_layout
24023
24024 \begin_layout Standard
24025 A float is a block of text associated with some sort of label, which doesn't
24026  have a fixed location.
24027  It can 
24028 \begin_inset Quotes eld
24029 \end_inset
24030
24031 float
24032 \begin_inset Quotes erd
24033 \end_inset
24034
24035  forward or backward a page or two, to wherever it fits best.
24036  
24037 \family sans
24038 Footnotes
24039 \family default
24040  and 
24041 \family sans
24042 Margin
24043 \begin_inset space ~
24044 \end_inset
24045
24046 Notes
24047 \family default
24048  are also floats because they can float to the next page when there are
24049  too many notes on the page.
24050 \end_layout
24051
24052 \begin_layout Standard
24053 Floats allow a high quality layout.
24054  Images and tables can be spread evenly among the pages to avoid white space
24055  and pages without text.
24056  As the floating often destroys the context between the text and the image/table
24057 , every float can be referenced in the text.
24058  Floats are therefore numbered.
24059  Referencing is described in section
24060 \begin_inset space ~
24061 \end_inset
24062
24063
24064 \begin_inset CommandInset ref
24065 LatexCommand ref
24066 reference "sec:Referencing-Floats"
24067
24068 \end_inset
24069
24070 .
24071 \end_layout
24072
24073 \begin_layout Standard
24074 To insert a float, use the menu 
24075 \family sans
24076 Insert\SpecialChar menuseparator
24077 Float
24078 \family default
24079  (toolbar button 
24080 \begin_inset Info
24081 type  "icon"
24082 arg   "float-insert figure"
24083 \end_inset
24084
24085  or 
24086 \begin_inset Info
24087 type  "icon"
24088 arg   "float-insert table"
24089 \end_inset
24090
24091 ).
24092  This inserts the 
24093 \family sans
24094 Caption
24095 \family default
24096  inset, a box with a label.
24097  The label will automatically be translated to the document language in
24098  the output.
24099  After the label you can insert the caption text.
24100  The image or table is inserted above or below the caption in a separate
24101  paragraph within the float.
24102  More about the caption placement is contained in section
24103 \begin_inset space ~
24104 \end_inset
24105
24106
24107 \begin_inset CommandInset ref
24108 LatexCommand ref
24109 reference "sec:Caption-Placement"
24110
24111 \end_inset
24112
24113 .
24114  To keep your \SpecialChar LyX
24115  document readable, you can open and close the float box by
24116  left-clicking on the box label.
24117  A closed float box looks like this: 
24118 \begin_inset Graphics
24119         filename clipart/float.png
24120         scale 70
24121         scaleBeforeRotation
24122
24123 \end_inset
24124
24125  – a gray button with a red label.
24126 \end_layout
24127
24128 \begin_layout Standard
24129 It is recommended that you insert floats as separate standard paragraphs
24130  to avoid possible \SpecialChar LaTeX
24131 -errors that can occur when the surrounding text is specially
24132  formatted.
24133 \end_layout
24134
24135 \begin_layout Standard
24136 Existing figures or tables can be put into a float by highlighting them
24137  and then pressing the corresponding toolbar button for a new float.
24138 \end_layout
24139
24140 \begin_layout Section
24141 Float Types
24142 \end_layout
24143
24144 \begin_layout Standard
24145 Besides figure and table floats that are described in sections
24146 \begin_inset space ~
24147 \end_inset
24148
24149
24150 \begin_inset CommandInset ref
24151 LatexCommand ref
24152 reference "sec:Figure-Floats"
24153
24154 \end_inset
24155
24156  and 
24157 \begin_inset CommandInset ref
24158 LatexCommand ref
24159 reference "sec:Table-Floats"
24160
24161 \end_inset
24162
24163  respectively, \SpecialChar LyX
24164  offers the float types 
24165 \family sans
24166 Algorithm
24167 \family default
24168  and 
24169 \family sans
24170 Wrap
24171 \family default
24172 .
24173  The latter are explained in sec.
24174 \begin_inset space \thinspace{}
24175 \end_inset
24176
24177
24178 \begin_inset CommandInset ref
24179 LatexCommand ref
24180 reference "sec:Wrap-Floats"
24181
24182 \end_inset
24183
24184 .
24185 \end_layout
24186
24187 \begin_layout Subsection
24188 Algorithm Floats
24189 \begin_inset Index idx
24190 status collapsed
24191
24192 \begin_layout Plain Layout
24193 Floats ! Algorithms
24194 \end_layout
24195
24196 \end_inset
24197
24198
24199 \end_layout
24200
24201 \begin_layout Standard
24202 \begin_inset Float algorithm
24203 placement h
24204 wide false
24205 sideways false
24206 status open
24207
24208 \begin_layout Plain Layout
24209 \begin_inset Caption Standard
24210
24211 \begin_layout Plain Layout
24212 \begin_inset CommandInset label
24213 LatexCommand label
24214 name "alg:Example-Algorithm-float"
24215
24216 \end_inset
24217
24218 Example Algorithm float
24219 \end_layout
24220
24221 \end_inset
24222
24223
24224 \end_layout
24225
24226 \begin_layout LyX-Code
24227 for I in 1..N loop
24228 \begin_inset Newline newline
24229 \end_inset
24230
24231  Sum:= Sum + A(I); /*comment*/
24232 \begin_inset Newline newline
24233 \end_inset
24234
24235 end loop
24236 \begin_inset VSpace -4mm
24237 \end_inset
24238
24239
24240 \end_layout
24241
24242 \end_inset
24243
24244
24245 \end_layout
24246
24247 \begin_layout Standard
24248 This float type is inserted with the menu 
24249 \family sans
24250 Insert\SpecialChar menuseparator
24251 Float\SpecialChar menuseparator
24252 Algorithm
24253 \family default
24254 .
24255  It is used for program codes and descriptions of algorithms and can be
24256  seen as an alternative to program code listings that are explained in chapter
24257 \begin_inset space ~
24258 \end_inset
24259
24260
24261 \begin_inset CommandInset ref
24262 LatexCommand ref
24263 reference "cha:Program-Code-Listings"
24264
24265 \end_inset
24266
24267 .
24268  A possible environment for algorithms is the 
24269 \family sans
24270 \SpecialChar LyX
24271  Code
24272 \family default
24273 , described in \SpecialChar LyX
24274 's 
24275 \emph on
24276 Userguide
24277 \emph default
24278 .
24279  Algorithm
24280 \begin_inset space ~
24281 \end_inset
24282
24283
24284 \begin_inset CommandInset ref
24285 LatexCommand ref
24286 reference "alg:Example-Algorithm-float"
24287
24288 \end_inset
24289
24290  is an example of an algorithm float where -4
24291 \begin_inset space \thinspace{}
24292 \end_inset
24293
24294 mm vertical space was added at the end of the float to have the bottom rule
24295  exactly below the last text line.
24296 \end_layout
24297
24298 \begin_layout Standard
24299 The float label is not automatically translated into the document language.
24300  If your document is not in English, you have to do this manually by adding
24301  the following line to the document preamble
24302 \series bold
24303 :
24304 \end_layout
24305
24306 \begin_layout Standard
24307
24308 \series bold
24309
24310 \backslash
24311 floatname{algorithm}{your
24312 \begin_inset space ~
24313 \end_inset
24314
24315 name}
24316 \end_layout
24317
24318 \begin_layout Standard
24319 where 
24320 \family sans
24321 your
24322 \begin_inset space ~
24323 \end_inset
24324
24325 name
24326 \family default
24327  is the word 
24328 \begin_inset Quotes eld
24329 \end_inset
24330
24331
24332 \emph on
24333 algorithm
24334 \emph default
24335
24336 \begin_inset Quotes erd
24337 \end_inset
24338
24339  in your language.
24340 \end_layout
24341
24342 \begin_layout Standard
24343 To insert the list of algorithms you can use the menu 
24344 \family sans
24345 Insert\SpecialChar menuseparator
24346 List
24347 \begin_inset space \thinspace{}
24348 \end_inset
24349
24350 /
24351 \begin_inset space \thinspace{}
24352 \end_inset
24353
24354 TOC\SpecialChar menuseparator
24355 List of Algorithms
24356 \family default
24357  when your document has the same language as \SpecialChar LyX
24358 's menu names.
24359  In other cases use this command in \SpecialChar TeX
24360  Code instead:
24361 \end_layout
24362
24363 \begin_layout Standard
24364
24365 \series bold
24366
24367 \backslash
24368 listof{algorithm}{your
24369 \begin_inset space ~
24370 \end_inset
24371
24372 name}
24373 \end_layout
24374
24375 \begin_layout Standard
24376 where 
24377 \family sans
24378 your
24379 \begin_inset space ~
24380 \end_inset
24381
24382 name
24383 \family default
24384  is the word 
24385 \begin_inset Quotes eld
24386 \end_inset
24387
24388
24389 \emph on
24390 List of Algorithm
24391 \emph default
24392 s
24393 \begin_inset Quotes erd
24394 \end_inset
24395
24396  in your language.
24397 \end_layout
24398
24399 \begin_layout Standard
24400 Algorithm floats are not by default numbered in the scheme 
24401 \begin_inset Quotes eld
24402 \end_inset
24403
24404 chapter.algorithm
24405 \begin_inset Quotes erd
24406 \end_inset
24407
24408  as is the case for table and figure floats in many document-classes.
24409  To number algorithm floats in the same scheme, add this command to your
24410  document preamble:
24411 \end_layout
24412
24413 \begin_layout Standard
24414
24415 \series bold
24416
24417 \backslash
24418 numberwithin{algorithm}{chapter}
24419 \end_layout
24420
24421 \begin_layout Standard
24422 To be able to use the command 
24423 \series bold
24424
24425 \backslash
24426 numberwithin
24427 \series default
24428 , set in the tab 
24429 \family sans
24430 Math
24431 \begin_inset space ~
24432 \end_inset
24433
24434 Options
24435 \family default
24436  in the document settings the option 
24437 \family sans
24438 Use
24439 \begin_inset space ~
24440 \end_inset
24441
24442 AMS
24443 \begin_inset space ~
24444 \end_inset
24445
24446 math
24447 \begin_inset space ~
24448 \end_inset
24449
24450 package
24451 \family default
24452 .
24453 \end_layout
24454
24455 \begin_layout Section
24456 Float Numbering
24457 \begin_inset Index idx
24458 status collapsed
24459
24460 \begin_layout Plain Layout
24461 Floats ! Numbering
24462 \end_layout
24463
24464 \end_inset
24465
24466
24467 \end_layout
24468
24469 \begin_layout Standard
24470 Floats are usually numbered either independently from the sections the floats
24471  are in, or in the scheme 
24472 \begin_inset Quotes eld
24473 \end_inset
24474
24475 chapter.number
24476 \begin_inset Quotes erd
24477 \end_inset
24478
24479  or 
24480 \begin_inset Quotes eld
24481 \end_inset
24482
24483 section.number
24484 \begin_inset Quotes erd
24485 \end_inset
24486
24487 .
24488  This depends on the document class used.
24489 \end_layout
24490
24491 \begin_layout Standard
24492 To change section-independent numbering, you can use this command in the
24493  document preamble:
24494 \end_layout
24495
24496 \begin_layout Standard
24497
24498 \series bold
24499
24500 \backslash
24501 renewcommand{
24502 \backslash
24503 thetable}{
24504 \backslash
24505 roman{table}}
24506 \end_layout
24507
24508 \begin_layout Standard
24509
24510 \series bold
24511
24512 \backslash
24513 thetable
24514 \series default
24515  is the command that prints the table number.
24516  For figure floats, the command would be 
24517 \series bold
24518
24519 \backslash
24520 thefigure
24521 \series default
24522 .
24523  
24524 \series bold
24525
24526 \backslash
24527 roman
24528 \series default
24529  in the command above prints the table number as a small roman number.
24530 \end_layout
24531
24532 \begin_layout Standard
24533 To change the numbering scheme for example to 
24534 \begin_inset Quotes eld
24535 \end_inset
24536
24537 subsection.number
24538 \begin_inset Quotes erd
24539 \end_inset
24540
24541 , use this command in the preamble:
24542 \end_layout
24543
24544 \begin_layout Standard
24545
24546 \series bold
24547
24548 \backslash
24549 numberwithin{table}{subsection}
24550 \end_layout
24551
24552 \begin_layout Standard
24553 To be able to use the command 
24554 \series bold
24555
24556 \backslash
24557 numberwithin
24558 \series default
24559 , set in the tab 
24560 \family sans
24561 Math
24562 \begin_inset space ~
24563 \end_inset
24564
24565 Options
24566 \family default
24567  in the document settings the option 
24568 \family sans
24569 Use
24570 \begin_inset space ~
24571 \end_inset
24572
24573 AMS
24574 \begin_inset space ~
24575 \end_inset
24576
24577 math
24578 \begin_inset space ~
24579 \end_inset
24580
24581 package
24582 \family default
24583 .
24584 \end_layout
24585
24586 \begin_layout Standard
24587 Please also have a look at section
24588 \begin_inset space ~
24589 \end_inset
24590
24591
24592 \begin_inset CommandInset ref
24593 LatexCommand ref
24594 reference "subsec:Footnote-Numbering"
24595
24596 \end_inset
24597
24598  for the details and important notes about the numbering commands.
24599 \end_layout
24600
24601 \begin_layout Section
24602 Referencing Floats
24603 \begin_inset CommandInset label
24604 LatexCommand label
24605 name "sec:Referencing-Floats"
24606
24607 \end_inset
24608
24609
24610 \begin_inset Index idx
24611 status collapsed
24612
24613 \begin_layout Plain Layout
24614 Floats ! References
24615 \end_layout
24616
24617 \end_inset
24618
24619
24620 \begin_inset Index idx
24621 status collapsed
24622
24623 \begin_layout Plain Layout
24624 References ! to Floats
24625 \end_layout
24626
24627 \end_inset
24628
24629
24630 \end_layout
24631
24632 \begin_layout Standard
24633 To reference a float, insert a label into its caption using the menu 
24634 \family sans
24635 Insert\SpecialChar menuseparator
24636 Label
24637 \family default
24638  or the toolbar button 
24639 \begin_inset Info
24640 type  "icon"
24641 arg   "label-insert"
24642 \end_inset
24643
24644 .
24645  A grey label box like this one: 
24646 \begin_inset Graphics
24647         filename clipart/label.png
24648         scaleBeforeRotation
24649
24650 \end_inset
24651
24652  will be inserted and the label window pops up asking for the label text.
24653  \SpecialChar LyX
24654  offers as text the first words of the caption with a prefix.
24655  The prefix depends on the float type, e.
24656 \begin_inset space \thinspace{}
24657 \end_inset
24658
24659 g.
24660 \begin_inset space \space{}
24661 \end_inset
24662
24663 for figure floats the prefix will be "
24664 \family sans
24665 fig:
24666 \family default
24667 ".
24668 \end_layout
24669
24670 \begin_layout Standard
24671 The label is used as anchor and name for the reference.
24672  You can refer to the label using the menu 
24673 \family sans
24674 Insert\SpecialChar menuseparator
24675 Cross-reference
24676 \family default
24677  or the toolbar button 
24678 \begin_inset Info
24679 type  "icon"
24680 arg   "dialog-show-new-inset ref"
24681 \end_inset
24682
24683 .
24684  The cross-reference window appears showing all labels of the document.
24685  If you have multiple \SpecialChar LyX
24686  documents opened, choose the one you are working
24687  on from the drop-list at the top of the dialog.
24688  You can now sort the labels alphabetically and then choose one.
24689  A grey cross-reference box like this one: 
24690 \begin_inset Graphics
24691         filename clipart/reference.png
24692         scaleBeforeRotation
24693
24694 \end_inset
24695
24696  will be inserted.
24697  At the position of the cross-reference box the float number will appear
24698  in the output.
24699 \end_layout
24700
24701 \begin_layout Standard
24702 It is recommended that you use a protected space between the cross-reference
24703  name and its number to avoid line breaks between them.
24704  If a cross-reference refers to a non-existing label, you will see two question
24705  marks in the output instead of the reference.
24706 \end_layout
24707
24708 \begin_layout Standard
24709 You can change labels at any time by clicking on the label box.
24710  References to the changed label will automatically update their links to
24711  the new label text.
24712 \end_layout
24713
24714 \begin_layout Standard
24715 The button 
24716 \family sans
24717 Go
24718 \begin_inset space ~
24719 \end_inset
24720
24721 to
24722 \begin_inset space ~
24723 \end_inset
24724
24725 Label
24726 \family default
24727  in the cross-reference window sets the cursor before the referred label.
24728  The button text changes then to Go
24729 \begin_inset space ~
24730 \end_inset
24731
24732 Back and you can use it to set the cursor back to the cross-reference.
24733 \end_layout
24734
24735 \begin_layout Subsection
24736 Cross-Reference Formats
24737 \begin_inset CommandInset label
24738 LatexCommand label
24739 name "subsec:Cross-Reference-Formats"
24740
24741 \end_inset
24742
24743
24744 \begin_inset Index idx
24745 status collapsed
24746
24747 \begin_layout Plain Layout
24748 References ! Formats
24749 \end_layout
24750
24751 \end_inset
24752
24753
24754 \end_layout
24755
24756 \begin_layout Standard
24757 There are six varieties of cross-references:
24758 \end_layout
24759
24760 \begin_layout Description
24761 <reference>: prints the float number, this is the default: 
24762 \begin_inset CommandInset ref
24763 LatexCommand ref
24764 reference "fig:Two-distorted-images"
24765
24766 \end_inset
24767
24768
24769 \end_layout
24770
24771 \begin_layout Description
24772 (<reference>): prints the float number within two parentheses, this is the
24773  style normally used to reference formulas, especially when the reference
24774  name 
24775 \begin_inset Quotes eld
24776 \end_inset
24777
24778 Equation
24779 \begin_inset Quotes erd
24780 \end_inset
24781
24782  is omitted: 
24783 \begin_inset CommandInset ref
24784 LatexCommand eqref
24785 reference "eq:Wgn"
24786
24787 \end_inset
24788
24789
24790 \end_layout
24791
24792 \begin_layout Description
24793 <page>: prints the page number: Page
24794 \begin_inset space ~
24795 \end_inset
24796
24797
24798 \begin_inset CommandInset ref
24799 LatexCommand pageref
24800 reference "fig:Two-distorted-images"
24801
24802 \end_inset
24803
24804
24805 \end_layout
24806
24807 \begin_layout Description
24808 on
24809 \begin_inset space ~
24810 \end_inset
24811
24812 page
24813 \begin_inset space ~
24814 \end_inset
24815
24816 <page>: prints the text "on page" and the page number: 
24817 \begin_inset CommandInset ref
24818 LatexCommand vpageref
24819 reference "fig:Two-distorted-images"
24820
24821 \end_inset
24822
24823
24824 \end_layout
24825
24826 \begin_layout Description
24827 <reference>
24828 \begin_inset space ~
24829 \end_inset
24830
24831 on
24832 \begin_inset space ~
24833 \end_inset
24834
24835 page
24836 \begin_inset space ~
24837 \end_inset
24838
24839 <page>: prints the float number, the text "on page", and the page number:
24840  
24841 \begin_inset CommandInset ref
24842 LatexCommand vref
24843 reference "fig:Two-distorted-images"
24844
24845 \end_inset
24846
24847
24848 \end_layout
24849
24850 \begin_layout Description
24851 Formatted
24852 \begin_inset space ~
24853 \end_inset
24854
24855 reference: prints a self-defined cross-reference format.
24856 \begin_inset Newline newline
24857 \end_inset
24858
24859
24860 \begin_inset Note Greyedout
24861 status open
24862
24863 \begin_layout Plain Layout
24864
24865 \series bold
24866 Note:
24867 \series default
24868  This feature is only available when you have the \SpecialChar LaTeX
24869 -package 
24870 \series bold
24871 prettyref
24872 \series default
24873  or 
24874 \series bold
24875 refstyle
24876 \series default
24877
24878 \begin_inset Index idx
24879 status collapsed
24880
24881 \begin_layout Plain Layout
24882 \SpecialChar LaTeX
24883 -packages ! prettyref
24884 \end_layout
24885
24886 \end_inset
24887
24888
24889 \begin_inset Index idx
24890 status collapsed
24891
24892 \begin_layout Plain Layout
24893 \SpecialChar LaTeX
24894 -packages ! refstyle
24895 \end_layout
24896
24897 \end_inset
24898
24899  installed.
24900 \end_layout
24901
24902 \end_inset
24903
24904
24905 \begin_inset Newline newline
24906 \end_inset
24907
24908 You can select which \SpecialChar LaTeX
24909 -package should be used for this feature by setting
24910  the option 
24911 \family sans
24912 Use refstyle (not prettyref) for cross-references
24913 \family default
24914  in the menu 
24915 \family sans
24916 Document\SpecialChar menuseparator
24917 Settings\SpecialChar menuseparator
24918 Document Class
24919 \family default
24920 .
24921  The format is specified by adding the command 
24922 \series bold
24923
24924 \backslash
24925 newrefformat
24926 \series default
24927  (prettyref) or 
24928 \series bold
24929
24930 \backslash
24931 newref
24932 \series default
24933  (refstyle) to the preamble of the document.
24934  For example redefining all references to figures (which have the label
24935  shortcut 
24936 \begin_inset Quotes eld
24937 \end_inset
24938
24939
24940 \family sans
24941 fig
24942 \family default
24943
24944 \begin_inset Quotes erd
24945 \end_inset
24946
24947 ) can be done with this command
24948 \begin_inset Newline newline
24949 \end_inset
24950
24951
24952 \series bold
24953
24954 \backslash
24955 newref{fig}{refcmd={Image on page 
24956 \backslash
24957 pageref{#1}}}
24958 \series default
24959
24960 \begin_inset Newline newline
24961 \end_inset
24962
24963 For more information about the format, have a look at the package documentations
24964
24965 \begin_inset CommandInset citation
24966 LatexCommand cite
24967 key "prettyref,refstyle"
24968
24969 \end_inset
24970
24971 .
24972 \end_layout
24973
24974 \begin_layout Description
24975 Textual
24976 \begin_inset space ~
24977 \end_inset
24978
24979 reference: prints the caption of the reference: 
24980 \begin_inset CommandInset ref
24981 LatexCommand nameref
24982 reference "fig:Two-distorted-images"
24983
24984 \end_inset
24985
24986
24987 \end_layout
24988
24989 \begin_layout Standard
24990
24991 \family sans
24992 <page>
24993 \family default
24994  will not print the page number if the label is on the previous, the same,
24995  or the next page.
24996  You will e.
24997 \begin_inset space \thinspace{}
24998 \end_inset
24999
25000 g.
25001 \begin_inset space \space{}
25002 \end_inset
25003
25004 see the text 
25005 \begin_inset Quotes eld
25006 \end_inset
25007
25008
25009 \family sans
25010 on this page
25011 \family default
25012
25013 \begin_inset Quotes erd
25014 \end_inset
25015
25016  instead.
25017  The style 
25018 \family sans
25019 <reference> on page <page>
25020 \family default
25021  will not print anything about the page if the label is on the same page.
25022 \end_layout
25023
25024 \begin_layout Standard
25025 The number and current page of the part of the document referred to in the
25026  output is automatically calculated by \SpecialChar LaTeX
25027 .
25028  The varieties are adjusted in the field 
25029 \family sans
25030 Format
25031 \family default
25032  of the cross-reference window that appears when you click on the cross-referenc
25033 e box.
25034 \end_layout
25035
25036 \begin_layout Standard
25037 \begin_inset Note Greyedout
25038 status open
25039
25040 \begin_layout Plain Layout
25041
25042 \series bold
25043 Note:
25044 \series default
25045  It is recommended to use the \SpecialChar LaTeX
25046 -package 
25047 \series bold
25048 refstyle
25049 \series default
25050
25051 \begin_inset Index idx
25052 status collapsed
25053
25054 \begin_layout Plain Layout
25055 \SpecialChar LaTeX
25056 -packages ! refstyle
25057 \end_layout
25058
25059 \end_inset
25060
25061  because 
25062 \series bold
25063 prettyref
25064 \series default
25065
25066 \begin_inset Index idx
25067 status collapsed
25068
25069 \begin_layout Plain Layout
25070 \SpecialChar LaTeX
25071 -packages ! prettyref
25072 \end_layout
25073
25074 \end_inset
25075
25076  does not know all of \SpecialChar LyX
25077 's possible label shortcuts
25078 \begin_inset Foot
25079 status collapsed
25080
25081 \begin_layout Plain Layout
25082 \begin_inset Quotes eld
25083 \end_inset
25084
25085 fig:
25086 \begin_inset Quotes erd
25087 \end_inset
25088
25089  is for example \SpecialChar LyX
25090 's shortcut for labels in figure captions.
25091 \end_layout
25092
25093 \end_inset
25094
25095  and is not internationalized.
25096 \end_layout
25097
25098 \end_inset
25099
25100
25101 \end_layout
25102
25103 \begin_layout Subsection
25104 Automatic Reference Naming
25105 \begin_inset Index idx
25106 status collapsed
25107
25108 \begin_layout Plain Layout
25109 References ! Automatic Reference Naming
25110 \end_layout
25111
25112 \end_inset
25113
25114
25115 \end_layout
25116
25117 \begin_layout Standard
25118 The \SpecialChar LaTeX
25119 -package 
25120 \series bold
25121 hyperref
25122 \series default
25123
25124 \begin_inset Index idx
25125 status collapsed
25126
25127 \begin_layout Plain Layout
25128 \SpecialChar LaTeX
25129 -packages ! hyperref
25130 \end_layout
25131
25132 \end_inset
25133
25134 , that is enabled in the 
25135 \family sans
25136 PDF Properties
25137 \family default
25138  of the 
25139 \family sans
25140 Document Settings
25141 \family default
25142  dialog, provides a very useful feature that cross-references automatically
25143  include the name of the referenced floats (or text parts like 
25144 \emph on
25145 section
25146 \emph default
25147 ).
25148  So you will save having to write e.
25149 \begin_inset space \thinspace{}
25150 \end_inset
25151
25152 g.
25153 \begin_inset space \space{}
25154 \end_inset
25155
25156 the name 
25157 \begin_inset Quotes eld
25158 \end_inset
25159
25160 Figure
25161 \begin_inset Quotes erd
25162 \end_inset
25163
25164  before every reference to a figure.
25165  To use this feature, enable 
25166 \series bold
25167 hyperref
25168 \series default
25169  and insert this line to the \SpecialChar LaTeX
25170  preamble:
25171 \end_layout
25172
25173 \begin_layout Standard
25174
25175 \series bold
25176
25177 \backslash
25178 AtBeginDocument{
25179 \backslash
25180 renewcommand{
25181 \backslash
25182 ref}[1]{
25183 \backslash
25184 mbox{
25185 \backslash
25186 autoref{#1}}}}
25187 \end_layout
25188
25189 \begin_layout Standard
25190 When you prefer other reference names than the default ones, for example
25191  you want instead of 
25192 \begin_inset Quotes eld
25193 \end_inset
25194
25195 section
25196 \begin_inset Quotes erd
25197 \end_inset
25198
25199  the name 
25200 \begin_inset Quotes eld
25201 \end_inset
25202
25203 sec.
25204 \begin_inset space \thinspace{}
25205 \end_inset
25206
25207
25208 \begin_inset Quotes eld
25209 \end_inset
25210
25211 , you can redefine the name by inserting this in the preamble:
25212 \end_layout
25213
25214 \begin_layout Standard
25215
25216 \series bold
25217
25218 \backslash
25219 addto
25220 \backslash
25221 extrasenglish{
25222 \backslash
25223 renewcommand{
25224 \backslash
25225 sectionautorefname}
25226 \begin_inset Newline newline
25227 \end_inset
25228
25229
25230 \begin_inset Phantom HPhantom
25231 status open
25232
25233 \begin_layout Plain Layout
25234
25235 \series bold
25236 \begin_inset space ~
25237 \end_inset
25238
25239
25240 \end_layout
25241
25242 \end_inset
25243
25244 {sec.
25245 \backslash
25246 negthinspace}}
25247 \end_layout
25248
25249 \begin_layout Standard
25250 When you are using another document language than English, replace
25251 \begin_inset Newline newline
25252 \end_inset
25253
25254
25255 \series bold
25256
25257 \backslash
25258 extrasenglish
25259 \series default
25260  by 
25261 \series bold
25262
25263 \backslash
25264 extras***
25265 \series default
25266 , where *** is the name of the language used.
25267 \end_layout
25268
25269 \begin_layout Standard
25270 To get automatic names, but not for certain reference types, for example
25271  not for equations, use this preamble code:
25272 \end_layout
25273
25274 \begin_layout Standard
25275
25276 \series bold
25277
25278 \backslash
25279 addto
25280 \backslash
25281 extrasenglish{
25282 \backslash
25283 renewcommand*{
25284 \backslash
25285 equationautorefname}[1]{}}
25286 \end_layout
25287
25288 \begin_layout Standard
25289 More about this topic can be found in 
25290 \series bold
25291 hyperref
25292 \series default
25293 's documentation 
25294 \begin_inset CommandInset citation
25295 LatexCommand cite
25296 key "hyperref"
25297
25298 \end_inset
25299
25300 .
25301 \end_layout
25302
25303 \begin_layout Standard
25304 \begin_inset Note Greyedout
25305 status open
25306
25307 \begin_layout Plain Layout
25308
25309 \series bold
25310 Note:
25311 \series default
25312  Automatic reference naming cannot be used when you use cross-references
25313  in the 
25314 \family sans
25315 Formatted
25316 \begin_inset space ~
25317 \end_inset
25318
25319 reference
25320 \family default
25321  style, as described in section
25322 \begin_inset space ~
25323 \end_inset
25324
25325
25326 \begin_inset CommandInset ref
25327 LatexCommand ref
25328 reference "subsec:Cross-Reference-Formats"
25329
25330 \end_inset
25331
25332 .
25333 \end_layout
25334
25335 \end_inset
25336
25337
25338 \end_layout
25339
25340 \begin_layout Standard
25341 The 
25342 \emph on
25343 Math
25344 \emph default
25345  manual is an example where automatic reference naming is used.
25346 \end_layout
25347
25348 \begin_layout Subsection
25349 Reference Position
25350 \begin_inset CommandInset label
25351 LatexCommand label
25352 name "subsec:Reference-Position"
25353
25354 \end_inset
25355
25356
25357 \begin_inset Index idx
25358 status collapsed
25359
25360 \begin_layout Plain Layout
25361 References ! Reference Position
25362 \end_layout
25363
25364 \end_inset
25365
25366
25367 \end_layout
25368
25369 \begin_layout Standard
25370 If you use 
25371 \series bold
25372 hyperref
25373 \series default
25374
25375 \begin_inset Index idx
25376 status collapsed
25377
25378 \begin_layout Plain Layout
25379 \SpecialChar LaTeX
25380 -packages ! hyperref
25381 \end_layout
25382
25383 \end_inset
25384
25385  in the 
25386 \family sans
25387 PDF Properties
25388 \family default
25389  of the 
25390 \family sans
25391 Document Settings
25392 \family default
25393  dialog to link cross-references in the output, you will see that clicking
25394  on an image float reference jumps to the image label.
25395  The caption will be the first text part on the screen, so that you cannot
25396  see the image without scrolling.
25397  This is because the reference link anchor is placed at the position of
25398  the label.
25399  With the use of the package 
25400 \series bold
25401 hypcap
25402 \series default
25403
25404 \begin_inset Index idx
25405 status collapsed
25406
25407 \begin_layout Plain Layout
25408 \SpecialChar LaTeX
25409 -packages ! hypcap
25410 \end_layout
25411
25412 \end_inset
25413
25414 , which is part of the \SpecialChar LaTeX
25415 -package 
25416 \series bold
25417 oberdiek
25418 \series default
25419
25420 \begin_inset Index idx
25421 status collapsed
25422
25423 \begin_layout Plain Layout
25424 \SpecialChar LaTeX
25425 -packages ! oberdiek
25426 \end_layout
25427
25428 \end_inset
25429
25430 , the link anchor is placed at the beginning of a float.
25431  To use this feature for figure floats, load 
25432 \series bold
25433 hypcap
25434 \series default
25435  in the document preamble with the line
25436 \end_layout
25437
25438 \begin_layout Standard
25439
25440 \series bold
25441
25442 \backslash
25443 usepackage[figure]{hypcap}
25444 \end_layout
25445
25446 \begin_layout Standard
25447 You can also use 
25448 \series bold
25449 hypcap
25450 \series default
25451  for all float types but this is not recommended for stability reasons.
25452  For more information, have a look at 
25453 \series bold
25454 hypcap
25455 \series default
25456 's manual 
25457 \begin_inset CommandInset citation
25458 LatexCommand cite
25459 key "hypcap"
25460
25461 \end_inset
25462
25463 .
25464 \end_layout
25465
25466 \begin_layout Standard
25467 \begin_inset Note Greyedout
25468 status open
25469
25470 \begin_layout Plain Layout
25471
25472 \series bold
25473 Note:
25474 \series default
25475  
25476 \series bold
25477 hypcap
25478 \series default
25479  has no effect on references to subfigures.
25480 \end_layout
25481
25482 \end_inset
25483
25484
25485 \end_layout
25486
25487 \begin_layout Section
25488 Float Placement
25489 \begin_inset CommandInset label
25490 LatexCommand label
25491 name "sec:Float-Placement"
25492
25493 \end_inset
25494
25495
25496 \begin_inset Index idx
25497 status collapsed
25498
25499 \begin_layout Plain Layout
25500 Floats ! Placement
25501 \end_layout
25502
25503 \end_inset
25504
25505
25506 \end_layout
25507
25508 \begin_layout Standard
25509 Right-clicking on a float-box and clicking on 
25510 \family sans
25511 Settings
25512 \family default
25513  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
25514  uses for
25515  positioning the float.
25516 \begin_inset Newline newline
25517 \end_inset
25518
25519 The option 
25520 \family sans
25521 Span
25522 \begin_inset space ~
25523 \end_inset
25524
25525 columns
25526 \family default
25527  is only useful for two-column documents: If you select it, the float will
25528  span both columns on the page instead of being confined to just one.
25529 \begin_inset Newline newline
25530 \end_inset
25531
25532 The option 
25533 \family sans
25534 Rotate
25535 \begin_inset space ~
25536 \end_inset
25537
25538 sideways
25539 \family default
25540  is used to rotate floats, see section 
25541 \begin_inset CommandInset ref
25542 LatexCommand ref
25543 reference "sec:Rotated-Floats"
25544
25545 \end_inset
25546
25547 .
25548 \end_layout
25549
25550 \begin_layout Standard
25551 You can use one or more of the following options in the float dialog to
25552  set the placement for a particular float when you uncheck the option 
25553 \family sans
25554 Use
25555 \begin_inset space ~
25556 \end_inset
25557
25558 default
25559 \begin_inset space ~
25560 \end_inset
25561
25562 placement
25563 \family default
25564 :
25565 \end_layout
25566
25567 \begin_layout Description
25568 Here
25569 \begin_inset space ~
25570 \end_inset
25571
25572 if
25573 \begin_inset space ~
25574 \end_inset
25575
25576 possible try to place the float on the position where it has been inserted
25577 \end_layout
25578
25579 \begin_layout Description
25580 Top
25581 \begin_inset space ~
25582 \end_inset
25583
25584 of
25585 \begin_inset space ~
25586 \end_inset
25587
25588 page try to place the float at the top of the current page
25589 \end_layout
25590
25591 \begin_layout Description
25592 Bottom
25593 \begin_inset space ~
25594 \end_inset
25595
25596 of
25597 \begin_inset space ~
25598 \end_inset
25599
25600 page try to place the float at the bottom of the current page
25601 \end_layout
25602
25603 \begin_layout Description
25604 Page
25605 \begin_inset space ~
25606 \end_inset
25607
25608 of
25609 \begin_inset space ~
25610 \end_inset
25611
25612 floats try to place the float on its own page
25613 \end_layout
25614
25615 \begin_layout Standard
25616 The order of the above option is 
25617 \emph on
25618 always
25619 \emph default
25620  used by \SpecialChar LaTeX
25621 .
25622  That means, if you use the default placement, \SpecialChar LaTeX
25623  will first try out 
25624 \family sans
25625 Here
25626 \begin_inset space ~
25627 \end_inset
25628
25629 if
25630 \begin_inset space ~
25631 \end_inset
25632
25633 possible
25634 \family default
25635 , then 
25636 \family sans
25637 Top
25638 \begin_inset space ~
25639 \end_inset
25640
25641 of
25642 \begin_inset space ~
25643 \end_inset
25644
25645 page
25646 \family default
25647 , and then the others.
25648  If you do not use the default, \SpecialChar LaTeX
25649  will try only the checked options but in
25650  the same order.
25651  If none of the 4
25652 \begin_inset space ~
25653 \end_inset
25654
25655 placements is possible the procedure is internally repeated trying to put
25656  the float on the following page.
25657 \end_layout
25658
25659 \begin_layout Standard
25660 By default, each option has its own rules:
25661 \end_layout
25662
25663 \begin_layout Labeling
25664 \labelwidthstring 00.00.0000
25665
25666 \family sans
25667 Top
25668 \begin_inset space ~
25669 \end_inset
25670
25671 of
25672 \begin_inset space ~
25673 \end_inset
25674
25675 page
25676 \family default
25677  only floats occupying less than 70
25678 \begin_inset space \thinspace{}
25679 \end_inset
25680
25681 % of the page can be placed at the top of a page (
25682 \series bold
25683
25684 \backslash
25685 topfraction
25686 \series default
25687 )
25688 \end_layout
25689
25690 \begin_layout Labeling
25691 \labelwidthstring 00.00.0000
25692
25693 \family sans
25694 Bottom
25695 \begin_inset space ~
25696 \end_inset
25697
25698 of
25699 \begin_inset space ~
25700 \end_inset
25701
25702 page
25703 \family default
25704 : only floats occupying less than 30
25705 \begin_inset space \thinspace{}
25706 \end_inset
25707
25708 % of the page can be placed at the bottom of a page.
25709  (
25710 \series bold
25711
25712 \backslash
25713 bottomfraction
25714 \series default
25715 )
25716 \end_layout
25717
25718 \begin_layout Labeling
25719 \labelwidthstring 00.00.0000
25720
25721 \family sans
25722 Page
25723 \begin_inset space ~
25724 \end_inset
25725
25726 of
25727 \begin_inset space ~
25728 \end_inset
25729
25730 floats
25731 \family default
25732 : only if more than 50
25733 \begin_inset space \thinspace{}
25734 \end_inset
25735
25736 % of the page is occupied by floats, several floats can be set together
25737  on a page.
25738  (
25739 \series bold
25740
25741 \backslash
25742 floatpagefraction
25743 \series default
25744 )
25745 \end_layout
25746
25747 \begin_layout Standard
25748 If you don't like these rules, you can ignore them by using the additional
25749  option 
25750 \family sans
25751 Ignore
25752 \begin_inset space ~
25753 \end_inset
25754
25755 \SpecialChar LaTeX
25756
25757 \begin_inset space ~
25758 \end_inset
25759
25760 rules
25761 \family default
25762 .
25763 \begin_inset Newline newline
25764 \end_inset
25765
25766 You can also redefine the rules with \SpecialChar LaTeX
25767 -commands that are given in parentheses
25768  after the rules description above.
25769  To increase for example the often too small default of the bottom-rule
25770  to 50
25771 \begin_inset space \thinspace{}
25772 \end_inset
25773
25774 % of the page, add this line to your document preamble:
25775 \end_layout
25776
25777 \begin_layout Standard
25778
25779 \series bold
25780
25781 \backslash
25782 renewcommand{
25783 \backslash
25784 bottomfraction}{0.5}
25785 \end_layout
25786
25787 \begin_layout Standard
25788 Sometimes you might need, under all circumstances, a float to be placed
25789  exactly at the position where it is inserted.
25790  For this case you can use the option 
25791 \family sans
25792 Here
25793 \begin_inset space ~
25794 \end_inset
25795
25796 definitely
25797 \family default
25798 .
25799  Use this option very rarely and only if the document is almost ready to
25800  be printed, because the float is then no longer able to 
25801 \begin_inset Quotes eld
25802 \end_inset
25803
25804 float
25805 \begin_inset Quotes erd
25806 \end_inset
25807
25808  when you change your document and this will often destroy the page layout.
25809 \end_layout
25810
25811 \begin_layout Standard
25812 There are no placement options for text wrap floats, because they are always
25813  surrounded by the text of a certain paragraph.
25814 \begin_inset VSpace bigskip
25815 \end_inset
25816
25817
25818 \end_layout
25819
25820 \begin_layout Standard
25821 Sometimes you have the problem that a float is placed at the top of a page
25822  while its corresponding section starts at the middle of the page, so that
25823  the reader could think the float is part of the previous section.
25824  To avoid this the \SpecialChar LaTeX
25825 -command 
25826 \series bold
25827
25828 \backslash
25829 suppressfloats
25830 \series default
25831  can be used.
25832  It suppresses a given float placement for the page where it is inserted
25833  and can therefore be used to avoid floats being set before a section starts.
25834  To get this, add these commands to your document preamble:
25835 \end_layout
25836
25837 \begin_layout Standard
25838
25839 \series bold
25840
25841 \backslash
25842 let
25843 \backslash
25844 mySection
25845 \backslash
25846 section
25847 \begin_inset Newline newline
25848 \end_inset
25849
25850
25851 \backslash
25852 renewcommand{
25853 \backslash
25854 section}{
25855 \backslash
25856 suppressfloats[t]
25857 \backslash
25858 mySection}
25859 \end_layout
25860
25861 \begin_layout Standard
25862 You can define the same for all section headings, like chapters and subsections.
25863  This definition is not recommended to be used for small text parts like
25864  subsubsections because \SpecialChar LaTeX
25865  may then have problems finding a suitable placement.
25866 \end_layout
25867
25868 \begin_layout Standard
25869 \begin_inset VSpace bigskip
25870 \end_inset
25871
25872 In some cases it is required to have all figures/tables at the end of the
25873  document.
25874  For this purpose the \SpecialChar LaTeX
25875 -package 
25876 \series bold
25877 endfloat
25878 \series default
25879
25880 \begin_inset Index idx
25881 status collapsed
25882
25883 \begin_layout Plain Layout
25884 \SpecialChar LaTeX
25885 -packages ! endfloat
25886 \end_layout
25887
25888 \end_inset
25889
25890  was developed.
25891  It puts all figure and table floats at the end of the document into their
25892  own sections.
25893  At the original float position a text hint like 
25894 \begin_inset Quotes eld
25895 \end_inset
25896
25897
25898 \family sans
25899 [Figure
25900 \begin_inset space ~
25901 \end_inset
25902
25903 3.2 about here.]
25904 \family default
25905
25906 \begin_inset Quotes erd
25907 \end_inset
25908
25909  is inserted.
25910  The endfloat-package is loaded in the preamble with the line
25911 \end_layout
25912
25913 \begin_layout Standard
25914
25915 \series bold
25916
25917 \backslash
25918 usepackage[options]{endfloat}
25919 \end_layout
25920
25921 \begin_layout Standard
25922 There are various package options to format the created figure/table sections.
25923  For more information we refer you to the 
25924 \series bold
25925 endfloat
25926 \series default
25927  documentation 
25928 \begin_inset CommandInset citation
25929 LatexCommand cite
25930 key "endfloat"
25931
25932 \end_inset
25933
25934 .
25935 \begin_inset Newline newline
25936 \end_inset
25937
25938
25939 \begin_inset Note Greyedout
25940 status open
25941
25942 \begin_layout Plain Layout
25943
25944 \series bold
25945 Note: endfloat
25946 \series default
25947  doesn't provide an automatic translation for the text hint, you have to
25948  do this manually, see section
25949 \begin_inset space ~
25950 \end_inset
25951
25952 4 in 
25953 \begin_inset CommandInset citation
25954 LatexCommand cite
25955 key "endfloat"
25956
25957 \end_inset
25958
25959 .
25960 \end_layout
25961
25962 \end_inset
25963
25964
25965 \begin_inset Newline newline
25966 \end_inset
25967
25968
25969 \begin_inset Note Greyedout
25970 status open
25971
25972 \begin_layout Plain Layout
25973
25974 \series bold
25975 Note:
25976 \series default
25977  There is currently a bug in 
25978 \series bold
25979 endfloat
25980 \series default
25981  when the caption contains a German 
25982 \begin_inset Quotes eld
25983 \end_inset
25984
25985 ß
25986 \begin_inset Quotes erd
25987 \end_inset
25988
25989 .
25990  Use in this case the command 
25991 \begin_inset Quotes eld
25992 \end_inset
25993
25994
25995 \series bold
25996
25997 \backslash
25998 ss
25999 \series default
26000
26001 \begin_inset Quotes erd
26002 \end_inset
26003
26004  in \SpecialChar TeX
26005  Code instead of 
26006 \begin_inset Quotes eld
26007 \end_inset
26008
26009 ß
26010 \begin_inset Quotes erd
26011 \end_inset
26012
26013 .
26014 \end_layout
26015
26016 \end_inset
26017
26018
26019 \end_layout
26020
26021 \begin_layout Standard
26022 \begin_inset VSpace bigskip
26023 \end_inset
26024
26025 For more details about float placements, have a look at \SpecialChar LaTeX
26026  books, 
26027 \begin_inset CommandInset citation
26028 LatexCommand cite
26029 key "latexcompanion,latexguide,latexbook"
26030
26031 \end_inset
26032
26033 .
26034 \end_layout
26035
26036 \begin_layout Section
26037 Rotated Floats
26038 \begin_inset CommandInset label
26039 LatexCommand label
26040 name "sec:Rotated-Floats"
26041
26042 \end_inset
26043
26044
26045 \begin_inset Index idx
26046 status collapsed
26047
26048 \begin_layout Plain Layout
26049 Floats ! Rotating
26050 \end_layout
26051
26052 \end_inset
26053
26054
26055 \end_layout
26056
26057 \begin_layout Standard
26058 Especially for wide tables you might have floats rotated.
26059  To rotate a whole float including the caption, right-click on the float-box
26060  and use the option 
26061 \family sans
26062 Rotate
26063 \begin_inset space ~
26064 \end_inset
26065
26066 sideways
26067 \family default
26068 .
26069 \end_layout
26070
26071 \begin_layout Standard
26072 Rotated floats are always placed on a page of their own (or column of their
26073  own; in case you have a multi-column document).
26074  You can let them span several columns using the float settings option 
26075 \family sans
26076 Span
26077 \begin_inset space ~
26078 \end_inset
26079
26080 columns
26081 \family default
26082 .
26083  Floats are rotated so that you can read them from the outside margin.
26084  To force a certain rotation direction for all pages, you can add either
26085  the option 
26086 \series bold
26087 figuresleft
26088 \series default
26089  or 
26090 \series bold
26091 figuresright
26092 \series default
26093  to the document class options.
26094 \end_layout
26095
26096 \begin_layout Standard
26097 Referencing rotated floats is the same as for normal floats, the caption
26098  format is also the same: Table
26099 \begin_inset space ~
26100 \end_inset
26101
26102
26103 \begin_inset CommandInset ref
26104 LatexCommand ref
26105 reference "tab:Rotated-table"
26106
26107 \end_inset
26108
26109  is an example of a rotated table float.
26110 \end_layout
26111
26112 \begin_layout Standard
26113 \begin_inset Note Greyedout
26114 status open
26115
26116 \begin_layout Plain Layout
26117
26118 \series bold
26119 Note:
26120 \series default
26121  Not all DVI-viewers are able to display rotated floats.
26122 \end_layout
26123
26124 \end_inset
26125
26126
26127 \end_layout
26128
26129 \begin_layout Standard
26130 \begin_inset Float table
26131 wide false
26132 sideways true
26133 status open
26134
26135 \begin_layout Plain Layout
26136 \begin_inset Caption Standard
26137
26138 \begin_layout Plain Layout
26139 \begin_inset CommandInset label
26140 LatexCommand label
26141 name "tab:Rotated-table"
26142
26143 \end_inset
26144
26145  Rotated table
26146 \end_layout
26147
26148 \end_inset
26149
26150
26151 \end_layout
26152
26153 \begin_layout Plain Layout
26154 \align center
26155 \begin_inset Tabular
26156 <lyxtabular version="3" rows="1" columns="5">
26157 <features tabularvalignment="middle">
26158 <column alignment="center" valignment="top">
26159 <column alignment="center" valignment="top">
26160 <column alignment="center" valignment="top">
26161 <column alignment="center" valignment="top">
26162 <column alignment="center" valignment="top">
26163 <row>
26164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168 test
26169 \end_layout
26170
26171 \end_inset
26172 </cell>
26173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177 b
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186 c
26187 \end_layout
26188
26189 \end_inset
26190 </cell>
26191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26192 \begin_inset Text
26193
26194 \begin_layout Plain Layout
26195 d
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26201 \begin_inset Text
26202
26203 \begin_layout Plain Layout
26204 e
26205 \end_layout
26206
26207 \end_inset
26208 </cell>
26209 </row>
26210 </lyxtabular>
26211
26212 \end_inset
26213
26214
26215 \end_layout
26216
26217 \end_inset
26218
26219
26220 \end_layout
26221
26222 \begin_layout Section
26223 Subfloats
26224 \begin_inset Index idx
26225 status collapsed
26226
26227 \begin_layout Plain Layout
26228 Floats ! Subfloats
26229 \end_layout
26230
26231 \end_inset
26232
26233
26234 \end_layout
26235
26236 \begin_layout Standard
26237 Subfloats are for example used when a figure consists of several images.
26238  They are created by inserting a float into an existing float.
26239  The placement of the subfloats can be controlled in the same way as for
26240  paragraphs as shown in table
26241 \begin_inset space ~
26242 \end_inset
26243
26244
26245 \begin_inset CommandInset ref
26246 LatexCommand ref
26247 reference "tab:Two-subtables-side"
26248
26249 \end_inset
26250
26251  and 
26252 \begin_inset CommandInset ref
26253 LatexCommand ref
26254 reference "tab:Two-subtables-upon"
26255
26256 \end_inset
26257
26258 .
26259 \end_layout
26260
26261 \begin_layout Standard
26262 Referencing subfloats works as for normal floats: Table
26263 \begin_inset space ~
26264 \end_inset
26265
26266
26267 \begin_inset CommandInset ref
26268 LatexCommand ref
26269 reference "tab:This-is-subtable-a"
26270
26271 \end_inset
26272
26273  and 
26274 \begin_inset CommandInset ref
26275 LatexCommand ref
26276 reference "tab:This-is-subtable-b"
26277
26278 \end_inset
26279
26280  are subtables of table
26281 \begin_inset space ~
26282 \end_inset
26283
26284
26285 \begin_inset CommandInset ref
26286 LatexCommand ref
26287 reference "tab:Two-subtables-side"
26288
26289 \end_inset
26290
26291 .
26292 \end_layout
26293
26294 \begin_layout Standard
26295 \begin_inset Float table
26296 wide false
26297 sideways false
26298 status open
26299
26300 \begin_layout Plain Layout
26301 \begin_inset Caption Standard
26302
26303 \begin_layout Plain Layout
26304 \begin_inset CommandInset label
26305 LatexCommand label
26306 name "tab:Two-subtables-side"
26307
26308 \end_inset
26309
26310 Two subtables placed side by side.
26311 \end_layout
26312
26313 \end_inset
26314
26315
26316 \end_layout
26317
26318 \begin_layout Plain Layout
26319 \align center
26320 \begin_inset space \hfill{}
26321 \end_inset
26322
26323
26324 \begin_inset Float table
26325 wide false
26326 sideways false
26327 status collapsed
26328
26329 \begin_layout Plain Layout
26330 \begin_inset Caption Standard
26331
26332 \begin_layout Plain Layout
26333 \begin_inset CommandInset label
26334 LatexCommand label
26335 name "tab:This-is-subtable-a"
26336
26337 \end_inset
26338
26339 This is subtable a.
26340 \end_layout
26341
26342 \end_inset
26343
26344
26345 \end_layout
26346
26347 \begin_layout Plain Layout
26348 \align center
26349 \begin_inset Tabular
26350 <lyxtabular version="3" rows="1" columns="5">
26351 <features tabularvalignment="middle">
26352 <column alignment="center" valignment="top">
26353 <column alignment="center" valignment="top">
26354 <column alignment="center" valignment="top">
26355 <column alignment="center" valignment="top">
26356 <column alignment="center" valignment="top">
26357 <row>
26358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362 test
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371 b
26372 \end_layout
26373
26374 \end_inset
26375 </cell>
26376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26377 \begin_inset Text
26378
26379 \begin_layout Plain Layout
26380 c
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389 d
26390 \end_layout
26391
26392 \end_inset
26393 </cell>
26394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26395 \begin_inset Text
26396
26397 \begin_layout Plain Layout
26398 e
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 </row>
26404 </lyxtabular>
26405
26406 \end_inset
26407
26408
26409 \end_layout
26410
26411 \end_inset
26412
26413
26414 \begin_inset space \hfill{}
26415 \end_inset
26416
26417
26418 \begin_inset Float table
26419 wide false
26420 sideways false
26421 status collapsed
26422
26423 \begin_layout Plain Layout
26424 \begin_inset Caption Standard
26425
26426 \begin_layout Plain Layout
26427 \begin_inset CommandInset label
26428 LatexCommand label
26429 name "tab:This-is-subtable-b"
26430
26431 \end_inset
26432
26433 This is subtable b.
26434 \end_layout
26435
26436 \end_inset
26437
26438
26439 \end_layout
26440
26441 \begin_layout Plain Layout
26442 \align center
26443 \begin_inset Tabular
26444 <lyxtabular version="3" rows="1" columns="5">
26445 <features tabularvalignment="middle">
26446 <column alignment="center" valignment="top">
26447 <column alignment="center" valignment="top">
26448 <column alignment="center" valignment="top">
26449 <column alignment="center" valignment="top">
26450 <column alignment="center" valignment="top">
26451 <row>
26452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26453 \begin_inset Text
26454
26455 \begin_layout Plain Layout
26456 e
26457 \end_layout
26458
26459 \end_inset
26460 </cell>
26461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26462 \begin_inset Text
26463
26464 \begin_layout Plain Layout
26465 d
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474 c
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26480 \begin_inset Text
26481
26482 \begin_layout Plain Layout
26483 b
26484 \end_layout
26485
26486 \end_inset
26487 </cell>
26488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492 test
26493 \end_layout
26494
26495 \end_inset
26496 </cell>
26497 </row>
26498 </lyxtabular>
26499
26500 \end_inset
26501
26502
26503 \end_layout
26504
26505 \end_inset
26506
26507
26508 \begin_inset space \hfill{}
26509 \end_inset
26510
26511
26512 \end_layout
26513
26514 \end_inset
26515
26516
26517 \end_layout
26518
26519 \begin_layout Standard
26520 \begin_inset Float table
26521 wide false
26522 sideways false
26523 status open
26524
26525 \begin_layout Plain Layout
26526 \begin_inset Caption Standard
26527
26528 \begin_layout Plain Layout
26529 \begin_inset CommandInset label
26530 LatexCommand label
26531 name "tab:Two-subtables-upon"
26532
26533 \end_inset
26534
26535 Two subtables placed one above the other.
26536  (a) table with 4 cells, (b) table with 5 cells.
26537 \end_layout
26538
26539 \end_inset
26540
26541
26542 \end_layout
26543
26544 \begin_layout Plain Layout
26545 \align center
26546 \begin_inset Float table
26547 wide false
26548 sideways false
26549 status collapsed
26550
26551 \begin_layout Plain Layout
26552 \begin_inset Caption Standard
26553
26554 \begin_layout Plain Layout
26555
26556 \end_layout
26557
26558 \end_inset
26559
26560
26561 \end_layout
26562
26563 \begin_layout Plain Layout
26564 \align center
26565 \begin_inset Tabular
26566 <lyxtabular version="3" rows="1" columns="4">
26567 <features tabularvalignment="middle">
26568 <column alignment="center" valignment="top">
26569 <column alignment="center" valignment="top">
26570 <column alignment="center" valignment="top">
26571 <column alignment="center" valignment="top">
26572 <row>
26573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26574 \begin_inset Text
26575
26576 \begin_layout Plain Layout
26577 test
26578 \end_layout
26579
26580 \end_inset
26581 </cell>
26582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Plain Layout
26586 test
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Plain Layout
26595 test
26596 \end_layout
26597
26598 \end_inset
26599 </cell>
26600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26601 \begin_inset Text
26602
26603 \begin_layout Plain Layout
26604 test
26605 \end_layout
26606
26607 \end_inset
26608 </cell>
26609 </row>
26610 </lyxtabular>
26611
26612 \end_inset
26613
26614
26615 \end_layout
26616
26617 \end_inset
26618
26619
26620 \end_layout
26621
26622 \begin_layout Plain Layout
26623 \align center
26624 \begin_inset Float table
26625 wide false
26626 sideways false
26627 status collapsed
26628
26629 \begin_layout Plain Layout
26630 \begin_inset Caption Standard
26631
26632 \begin_layout Plain Layout
26633
26634 \end_layout
26635
26636 \end_inset
26637
26638
26639 \end_layout
26640
26641 \begin_layout Plain Layout
26642 \align center
26643 \begin_inset Tabular
26644 <lyxtabular version="3" rows="1" columns="5">
26645 <features tabularvalignment="middle">
26646 <column alignment="center" valignment="top">
26647 <column alignment="center" valignment="top">
26648 <column alignment="center" valignment="top">
26649 <column alignment="center" valignment="top">
26650 <column alignment="center" valignment="top">
26651 <row>
26652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656 a
26657 \end_layout
26658
26659 \end_inset
26660 </cell>
26661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26662 \begin_inset Text
26663
26664 \begin_layout Plain Layout
26665 b
26666 \end_layout
26667
26668 \end_inset
26669 </cell>
26670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26671 \begin_inset Text
26672
26673 \begin_layout Plain Layout
26674 c
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26680 \begin_inset Text
26681
26682 \begin_layout Plain Layout
26683 d
26684 \end_layout
26685
26686 \end_inset
26687 </cell>
26688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26689 \begin_inset Text
26690
26691 \begin_layout Plain Layout
26692 e
26693 \end_layout
26694
26695 \end_inset
26696 </cell>
26697 </row>
26698 </lyxtabular>
26699
26700 \end_inset
26701
26702
26703 \end_layout
26704
26705 \end_inset
26706
26707
26708 \end_layout
26709
26710 \end_inset
26711
26712
26713 \end_layout
26714
26715 \begin_layout Section
26716 Floats Side by Side
26717 \begin_inset Index idx
26718 status collapsed
26719
26720 \begin_layout Plain Layout
26721 Floats ! Side by side
26722 \end_layout
26723
26724 \end_inset
26725
26726
26727 \end_layout
26728
26729 \begin_layout Standard
26730 To place floats side by side, as in Figures
26731 \begin_inset space ~
26732 \end_inset
26733
26734
26735 \begin_inset CommandInset ref
26736 LatexCommand ref
26737 reference "fig:Float-left"
26738
26739 \end_inset
26740
26741  and 
26742 \begin_inset CommandInset ref
26743 LatexCommand ref
26744 reference "fig:Float-right"
26745
26746 \end_inset
26747
26748 , only 
26749 \emph on
26750 one
26751 \emph default
26752  float is used.
26753  In it two minipage boxes are inserted.
26754 \begin_inset Foot
26755 status collapsed
26756
26757 \begin_layout Plain Layout
26758 Minipages are explained in section
26759 \begin_inset space ~
26760 \end_inset
26761
26762
26763 \begin_inset CommandInset ref
26764 LatexCommand ref
26765 reference "sec:Minipages"
26766
26767 \end_inset
26768
26769 .
26770 \end_layout
26771
26772 \end_inset
26773
26774  The width is set to 45
26775 \begin_inset space \thinspace{}
26776 \end_inset
26777
26778 -50
26779 \begin_inset space \thinspace{}
26780 \end_inset
26781
26782 column% and the box alignment to 
26783 \family sans
26784 Bottom
26785 \family default
26786  for each minipage.
26787  The minipage boxes contain the image and the caption in the same way as
26788  they are in a float.
26789  The only difference is that the image unit 
26790 \family sans
26791 Column
26792 \begin_inset space ~
26793 \end_inset
26794
26795 Width
26796 \begin_inset space ~
26797 \end_inset
26798
26799 %
26800 \family default
26801  is now calculated according to the width of the minipage boxes.
26802 \end_layout
26803
26804 \begin_layout Standard
26805 \begin_inset Float figure
26806 wide false
26807 sideways false
26808 status open
26809
26810 \begin_layout Plain Layout
26811 \begin_inset Box Frameless
26812 position "b"
26813 hor_pos "c"
26814 has_inner_box 1
26815 inner_pos "t"
26816 use_parbox 0
26817 use_makebox 0
26818 width "45col%"
26819 special "none"
26820 height "1in"
26821 height_special "totalheight"
26822 thickness "0.4pt"
26823 separation "3pt"
26824 shadowsize "4pt"
26825 framecolor "black"
26826 backgroundcolor "none"
26827 status open
26828
26829 \begin_layout Plain Layout
26830 \align center
26831 \begin_inset Graphics
26832         filename clipart/mobius.eps
26833         lyxscale 50
26834         width 100col%
26835         scaleBeforeRotation
26836
26837 \end_inset
26838
26839
26840 \end_layout
26841
26842 \begin_layout Plain Layout
26843 \begin_inset Caption Standard
26844
26845 \begin_layout Plain Layout
26846 \begin_inset CommandInset label
26847 LatexCommand label
26848 name "fig:Float-left"
26849
26850 \end_inset
26851
26852 Float on the left side.
26853 \end_layout
26854
26855 \end_inset
26856
26857
26858 \end_layout
26859
26860 \end_inset
26861
26862
26863 \begin_inset space \hfill{}
26864 \end_inset
26865
26866
26867 \begin_inset Box Frameless
26868 position "b"
26869 hor_pos "c"
26870 has_inner_box 1
26871 inner_pos "t"
26872 use_parbox 0
26873 use_makebox 0
26874 width "45col%"
26875 special "none"
26876 height "1in"
26877 height_special "totalheight"
26878 thickness "0.4pt"
26879 separation "3pt"
26880 shadowsize "4pt"
26881 framecolor "black"
26882 backgroundcolor "none"
26883 status open
26884
26885 \begin_layout Plain Layout
26886 \align center
26887 \begin_inset Graphics
26888         filename clipart/platypus.eps
26889         lyxscale 50
26890         width 100col%
26891         scaleBeforeRotation
26892
26893 \end_inset
26894
26895
26896 \end_layout
26897
26898 \begin_layout Plain Layout
26899 \begin_inset Caption Standard
26900
26901 \begin_layout Plain Layout
26902 \begin_inset CommandInset label
26903 LatexCommand label
26904 name "fig:Float-right"
26905
26906 \end_inset
26907
26908 Float on the right side.
26909 \end_layout
26910
26911 \end_inset
26912
26913
26914 \end_layout
26915
26916 \end_inset
26917
26918
26919 \end_layout
26920
26921 \end_inset
26922
26923
26924 \end_layout
26925
26926 \begin_layout Standard
26927 An alternative and simpler solution is to use the module 
26928 \family sans
26929 Variable-width Minipages
26930 \family default
26931 , see sec.
26932 \begin_inset space \thinspace{}
26933 \end_inset
26934
26935
26936 \begin_inset CommandInset ref
26937 LatexCommand ref
26938 reference "sec:Minipages"
26939
26940 \end_inset
26941
26942 .
26943  Variable-width minipages adapt automatically to the width of the figures
26944  and tables.
26945  They do not require an explicit width to be given, and they improve the
26946  horizontal alignment of the figures.
26947  The LyX example file 
26948 \emph on
26949 varwidth-floats-side-by-side
26950 \emph default
26951  gives examples of how to do this.
26952 \end_layout
26953
26954 \begin_layout Section
26955 Caption Formatting
26956 \begin_inset Index idx
26957 status collapsed
26958
26959 \begin_layout Plain Layout
26960 Caption ! Formatting
26961 \end_layout
26962
26963 \end_inset
26964
26965
26966 \begin_inset Index idx
26967 status collapsed
26968
26969 \begin_layout Plain Layout
26970 Floats ! Caption Formatting
26971 \end_layout
26972
26973 \end_inset
26974
26975
26976 \begin_inset CommandInset label
26977 LatexCommand label
26978 name "sec:Caption-Formatting"
26979
26980 \end_inset
26981
26982
26983 \end_layout
26984
26985 \begin_layout Standard
26986 The 
26987 \family sans
26988 Caption
26989 \family default
26990  environment is the default paragraph environment for 
26991 \family sans
26992 Floats
26993 \family default
26994 .
26995  On the \SpecialChar LyX
26996  screen captions appear as a label, e.
26997 \begin_inset space \thinspace{}
26998 \end_inset
26999
27000 g.
27001 \begin_inset space \space{}
27002 \end_inset
27003
27004
27005 \begin_inset Quotes eld
27006 \end_inset
27007
27008
27009 \family sans
27010 Figure #:
27011 \family default
27012
27013 \begin_inset Quotes erd
27014 \end_inset
27015
27016  followed by the caption text.
27017  
27018 \begin_inset Quotes eld
27019 \end_inset
27020
27021 #
27022 \begin_inset Quotes erd
27023 \end_inset
27024
27025  is the actual reference number.
27026  By default the label and the number are in the same font as the caption
27027  text and a colon follows the number to divide the label from the text.
27028  This caption format is suitable for many but not all documents.
27029  
27030 \end_layout
27031
27032 \begin_layout Standard
27033 To change the default caption format, load the \SpecialChar LaTeX
27034 -package 
27035 \series bold
27036 caption
27037 \series default
27038
27039 \begin_inset Index idx
27040 status collapsed
27041
27042 \begin_layout Plain Layout
27043 \SpecialChar LaTeX
27044 -packages ! caption
27045 \end_layout
27046
27047 \end_inset
27048
27049  in the document preamble with this line:
27050 \end_layout
27051
27052 \begin_layout Standard
27053
27054 \series bold
27055
27056 \backslash
27057 usepackage[format definition]{caption}
27058 \end_layout
27059
27060 \begin_layout Standard
27061 To have for example the label and the number in sans-serif, bold font and
27062  the table captions always above the table as in this document, use the
27063  following command:
27064 \end_layout
27065
27066 \begin_layout Standard
27067
27068 \series bold
27069
27070 \backslash
27071 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27072 \end_layout
27073
27074 \begin_layout Standard
27075 You can also define different caption formats for the different float types.
27076  In this case load the 
27077 \series bold
27078 caption
27079 \series default
27080  package without format specific options and define the different formats
27081  with the help of the command
27082 \end_layout
27083
27084 \begin_layout Standard
27085
27086 \series bold
27087
27088 \backslash
27089 captionsetup[float type]{format definition}
27090 \end_layout
27091
27092 \begin_layout Standard
27093 in the document preamble.
27094  For example the caption formats of Figure
27095 \begin_inset space ~
27096 \end_inset
27097
27098
27099 \begin_inset CommandInset ref
27100 LatexCommand ref
27101 reference "fig:This-is-an-fig"
27102
27103 \end_inset
27104
27105  and Table
27106 \begin_inset space ~
27107 \end_inset
27108
27109
27110 \begin_inset CommandInset ref
27111 LatexCommand ref
27112 reference "tab:This-is-an-tab"
27113
27114 \end_inset
27115
27116  can be created using these commands in the document preamble:
27117 \end_layout
27118
27119 \begin_layout Standard
27120
27121 \series bold
27122
27123 \backslash
27124 usepackage[tableposition=top]{caption}
27125 \series default
27126
27127 \begin_inset Newline newline
27128 \end_inset
27129
27130
27131 \series bold
27132
27133 \backslash
27134 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27135 \begin_inset Newline newline
27136 \end_inset
27137
27138
27139 \begin_inset Phantom HPhantom
27140 status open
27141
27142 \begin_layout Plain Layout
27143
27144 \series bold
27145
27146 \backslash
27147 captionsetup[figure]{
27148 \end_layout
27149
27150 \end_inset
27151
27152 labelsep=period}
27153 \begin_inset Newline newline
27154 \end_inset
27155
27156
27157 \backslash
27158 captionsetup[table]{labelfont={bf,sf}}
27159 \end_layout
27160
27161 \begin_layout Standard
27162 \begin_inset Note Greyedout
27163 status open
27164
27165 \begin_layout Plain Layout
27166
27167 \series bold
27168 Note:
27169 \series default
27170  The option 
27171 \series bold
27172 tableposition=top
27173 \series default
27174  has no effect when a 
27175 \series bold
27176 KOMA-Script
27177 \series default
27178
27179 \begin_inset Index idx
27180 status collapsed
27181
27182 \begin_layout Plain Layout
27183 \SpecialChar LaTeX
27184 -packages ! KOMA-Script
27185 \end_layout
27186
27187 \end_inset
27188
27189  document class is used.
27190  In this case the document class option 
27191 \series bold
27192 captions=tableheading
27193 \series default
27194  must be used.
27195 \end_layout
27196
27197 \end_inset
27198
27199
27200 \end_layout
27201
27202 \begin_layout Standard
27203 For more information about the package 
27204 \series bold
27205 caption
27206 \series default
27207  we refer to its documentation 
27208 \begin_inset CommandInset citation
27209 LatexCommand cite
27210 key "caption"
27211
27212 \end_inset
27213
27214 .
27215 \end_layout
27216
27217 \begin_layout Standard
27218 To change the label name from e.
27219 \begin_inset space \thinspace{}
27220 \end_inset
27221
27222 g.
27223 \begin_inset space \space{}
27224 \end_inset
27225
27226
27227 \begin_inset Quotes eld
27228 \end_inset
27229
27230 Figure
27231 \begin_inset Quotes erd
27232 \end_inset
27233
27234  to 
27235 \begin_inset Quotes eld
27236 \end_inset
27237
27238 Image
27239 \begin_inset Quotes erd
27240 \end_inset
27241
27242  use this preamble command:
27243 \end_layout
27244
27245 \begin_layout Standard
27246
27247 \series bold
27248
27249 \backslash
27250 renewcommand{
27251 \backslash
27252 fnum@figure}{Image~
27253 \backslash
27254 thefigure}
27255 \end_layout
27256
27257 \begin_layout Standard
27258 where 
27259 \series bold
27260
27261 \backslash
27262 thefigure
27263 \series default
27264  inserts the figure number and
27265 \series bold
27266  
27267 \begin_inset Quotes eld
27268 \end_inset
27269
27270 ~
27271 \series default
27272
27273 \begin_inset Quotes erd
27274 \end_inset
27275
27276  creates a protected space.
27277 \end_layout
27278
27279 \begin_layout Standard
27280 \begin_inset VSpace bigskip
27281 \end_inset
27282
27283 If you are using a 
27284 \series bold
27285 KOMA-Script
27286 \series default
27287
27288 \begin_inset Index idx
27289 status collapsed
27290
27291 \begin_layout Plain Layout
27292 \SpecialChar LaTeX
27293 -packages ! KOMA-Script
27294 \end_layout
27295
27296 \end_inset
27297
27298  document class (
27299 \family sans
27300 article (KOMA-Script)
27301 \family default
27302
27303 \family sans
27304 book (KOMA-Script)
27305 \family default
27306
27307 \family sans
27308 letter (KOMA-Script)
27309 \family default
27310 , or 
27311 \family sans
27312 report (KOMA-Script)
27313 \family default
27314
27315 \begin_inset space \thinspace{}
27316 \end_inset
27317
27318 ), you can alternatively to the 
27319 \series bold
27320 caption
27321 \series default
27322  package use 
27323 \series bold
27324 KOMA-Script
27325 \series default
27326 's built-in command 
27327 \series bold
27328
27329 \backslash
27330 setkomafont
27331 \series default
27332 .
27333  For example, to have the caption label in bold, add this command to your
27334  document preamble:
27335 \end_layout
27336
27337 \begin_layout Standard
27338
27339 \series bold
27340
27341 \backslash
27342 setkomafont{captionlabel}{
27343 \backslash
27344 bfseries}
27345 \end_layout
27346
27347 \begin_layout Standard
27348 For more information about 
27349 \series bold
27350
27351 \backslash
27352 setkomafont
27353 \series default
27354  we refer to the 
27355 \series bold
27356 KOMA-Script
27357 \series default
27358  documentation 
27359 \begin_inset CommandInset citation
27360 LatexCommand cite
27361 key "KOMA-Script"
27362
27363 \end_inset
27364
27365 .
27366 \end_layout
27367
27368 \begin_layout Standard
27369 \begin_inset ERT
27370 status collapsed
27371
27372 \begin_layout Plain Layout
27373
27374
27375 \backslash
27376 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27377 }
27378 \end_layout
27379
27380 \end_inset
27381
27382
27383 \begin_inset Note Note
27384 status open
27385
27386 \begin_layout Plain Layout
27387 The caption format is changed only for this example.
27388 \end_layout
27389
27390 \end_inset
27391
27392
27393 \end_layout
27394
27395 \begin_layout Standard
27396 \begin_inset Float figure
27397 placement !p
27398 wide false
27399 sideways false
27400 status open
27401
27402 \begin_layout Plain Layout
27403 \align center
27404 \begin_inset Graphics
27405         filename clipart/mobius.eps
27406         lyxscale 50
27407         scale 50
27408         scaleBeforeRotation
27409
27410 \end_inset
27411
27412
27413 \end_layout
27414
27415 \begin_layout Plain Layout
27416 \begin_inset Caption Standard
27417
27418 \begin_layout Plain Layout
27419 \begin_inset CommandInset label
27420 LatexCommand label
27421 name "fig:This-is-an-fig"
27422
27423 \end_inset
27424
27425 This is an example figure caption that is longer than one line to show the
27426  different caption format.
27427  Here a self-defined caption format is used.
27428 \end_layout
27429
27430 \end_inset
27431
27432
27433 \end_layout
27434
27435 \end_inset
27436
27437
27438 \end_layout
27439
27440 \begin_layout Standard
27441 \begin_inset ERT
27442 status collapsed
27443
27444 \begin_layout Plain Layout
27445
27446
27447 \backslash
27448 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27449 on}
27450 \end_layout
27451
27452 \end_inset
27453
27454
27455 \end_layout
27456
27457 \begin_layout Standard
27458 \begin_inset Float table
27459 placement !p
27460 wide false
27461 sideways false
27462 status open
27463
27464 \begin_layout Plain Layout
27465 \begin_inset Caption Standard
27466
27467 \begin_layout Plain Layout
27468 \begin_inset CommandInset label
27469 LatexCommand label
27470 name "tab:This-is-an-tab"
27471
27472 \end_inset
27473
27474 This is an example table caption that is longer than one line to show the
27475  different caption format.
27476  Here the standard caption format for tables in this document is used.
27477 \end_layout
27478
27479 \end_inset
27480
27481
27482 \end_layout
27483
27484 \begin_layout Plain Layout
27485 \align center
27486 \begin_inset Tabular
27487 <lyxtabular version="3" rows="1" columns="5">
27488 <features tabularvalignment="middle">
27489 <column alignment="center" valignment="top">
27490 <column alignment="center" valignment="top">
27491 <column alignment="center" valignment="top">
27492 <column alignment="center" valignment="top">
27493 <column alignment="center" valignment="top">
27494 <row>
27495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27496 \begin_inset Text
27497
27498 \begin_layout Plain Layout
27499 a
27500 \end_layout
27501
27502 \end_inset
27503 </cell>
27504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27505 \begin_inset Text
27506
27507 \begin_layout Plain Layout
27508 b
27509 \end_layout
27510
27511 \end_inset
27512 </cell>
27513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27514 \begin_inset Text
27515
27516 \begin_layout Plain Layout
27517 c
27518 \end_layout
27519
27520 \end_inset
27521 </cell>
27522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27523 \begin_inset Text
27524
27525 \begin_layout Plain Layout
27526 d
27527 \end_layout
27528
27529 \end_inset
27530 </cell>
27531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27532 \begin_inset Text
27533
27534 \begin_layout Plain Layout
27535 e
27536 \end_layout
27537
27538 \end_inset
27539 </cell>
27540 </row>
27541 </lyxtabular>
27542
27543 \end_inset
27544
27545
27546 \end_layout
27547
27548 \end_inset
27549
27550
27551 \end_layout
27552
27553 \begin_layout Section
27554 Caption Placement
27555 \begin_inset Index idx
27556 status collapsed
27557
27558 \begin_layout Plain Layout
27559 Caption ! Placement
27560 \end_layout
27561
27562 \end_inset
27563
27564
27565 \begin_inset Index idx
27566 status collapsed
27567
27568 \begin_layout Plain Layout
27569 Floats ! Caption Placement
27570 \end_layout
27571
27572 \end_inset
27573
27574
27575 \begin_inset CommandInset label
27576 LatexCommand label
27577 name "sec:Caption-Placement"
27578
27579 \end_inset
27580
27581
27582 \end_layout
27583
27584 \begin_layout Standard
27585 The common caption placement rule is:
27586 \end_layout
27587
27588 \begin_layout Description
27589 Figure: Caption is set below the figure
27590 \end_layout
27591
27592 \begin_layout Description
27593 Table: Caption is set above the table
27594 \end_layout
27595
27596 \begin_layout Standard
27597 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
27598 's
27599  standard classes.
27600  That means if you are using the document classes 
27601 \family sans
27602 article
27603 \family default
27604
27605 \family sans
27606 book
27607 \family default
27608
27609 \family sans
27610 letter
27611 \family default
27612 , or 
27613 \family sans
27614 report
27615 \family default
27616  there will be no space between the caption and the table.
27617  To insert the necessary space, load the \SpecialChar LaTeX
27618 -package 
27619 \series bold
27620 caption
27621 \series default
27622
27623 \begin_inset Index idx
27624 status collapsed
27625
27626 \begin_layout Plain Layout
27627 \SpecialChar LaTeX
27628 -packages ! caption
27629 \end_layout
27630
27631 \end_inset
27632
27633  in your document preamble with the option
27634 \begin_inset Foot
27635 status collapsed
27636
27637 \begin_layout Plain Layout
27638 See section
27639 \begin_inset space ~
27640 \end_inset
27641
27642
27643 \begin_inset CommandInset ref
27644 LatexCommand ref
27645 reference "sec:Caption-Formatting"
27646
27647 \end_inset
27648
27649  for more information of the package 
27650 \series bold
27651 caption
27652 \series default
27653 .
27654 \end_layout
27655
27656 \end_inset
27657
27658
27659 \end_layout
27660
27661 \begin_layout Standard
27662
27663 \series bold
27664 tableposition=top
27665 \end_layout
27666
27667 \begin_layout Standard
27668 If you are using a 
27669 \series bold
27670 KOMA-Script
27671 \series default
27672
27673 \begin_inset Index idx
27674 status collapsed
27675
27676 \begin_layout Plain Layout
27677 \SpecialChar LaTeX
27678 -packages ! KOMA-Script
27679 \end_layout
27680
27681 \end_inset
27682
27683  document class (
27684 \family sans
27685 article (KOMA-Script)
27686 \family default
27687
27688 \family sans
27689 book (KOMA-Script)
27690 \family default
27691
27692 \family sans
27693 letter (KOMA-Script)
27694 \family default
27695 , or 
27696 \family sans
27697 report (KOMA-Script)
27698 \family default
27699
27700 \begin_inset space \thinspace{}
27701 \end_inset
27702
27703 ), you can alternatively to the 
27704 \series bold
27705 caption
27706 \series default
27707  package set the document class option
27708 \begin_inset Foot
27709 status collapsed
27710
27711 \begin_layout Plain Layout
27712 That option is used in this document.
27713 \end_layout
27714
27715 \end_inset
27716
27717
27718 \end_layout
27719
27720 \begin_layout Standard
27721
27722 \series bold
27723 captions=tableheading
27724 \end_layout
27725
27726 \begin_layout Standard
27727 In documents with a KOMA-Script document class you can also right-click
27728  on a caption and mark in the context menu if this should be a caption above
27729  or below the table/figure.
27730  This way you can override the document-wide caption placement for certain
27731  captions.
27732  Table
27733 \begin_inset space ~
27734 \end_inset
27735
27736
27737 \begin_inset CommandInset ref
27738 LatexCommand ref
27739 reference "tab:A-caption-marked"
27740
27741 \end_inset
27742
27743  is an example where the caption is marked a being below the table while
27744  it is above.
27745  For comparison the caption in Table
27746 \begin_inset space ~
27747 \end_inset
27748
27749
27750 \begin_inset CommandInset ref
27751 LatexCommand ref
27752 reference "tab:A-standard-table"
27753
27754 \end_inset
27755
27756  is not marked.
27757 \end_layout
27758
27759 \begin_layout Standard
27760 \begin_inset Float table
27761 wide false
27762 sideways false
27763 status open
27764
27765 \begin_layout Plain Layout
27766 \begin_inset Caption Below
27767
27768 \begin_layout Plain Layout
27769 \begin_inset CommandInset label
27770 LatexCommand label
27771 name "tab:A-caption-marked"
27772
27773 \end_inset
27774
27775 A caption marked as being below the table.
27776 \end_layout
27777
27778 \end_inset
27779
27780
27781 \end_layout
27782
27783 \begin_layout Plain Layout
27784 \align center
27785 \begin_inset Tabular
27786 <lyxtabular version="3" rows="3" columns="3">
27787 <features tabularvalignment="middle">
27788 <column alignment="center" valignment="top" width="0pt">
27789 <column alignment="center" valignment="top" width="0pt">
27790 <column alignment="center" valignment="top" width="0pt">
27791 <row>
27792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27793 \begin_inset Text
27794
27795 \begin_layout Plain Layout
27796 1
27797 \end_layout
27798
27799 \end_inset
27800 </cell>
27801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27802 \begin_inset Text
27803
27804 \begin_layout Plain Layout
27805 2
27806 \end_layout
27807
27808 \end_inset
27809 </cell>
27810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27811 \begin_inset Text
27812
27813 \begin_layout Plain Layout
27814 3
27815 \end_layout
27816
27817 \end_inset
27818 </cell>
27819 </row>
27820 <row>
27821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27822 \begin_inset Text
27823
27824 \begin_layout Plain Layout
27825 Joe
27826 \end_layout
27827
27828 \end_inset
27829 </cell>
27830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27831 \begin_inset Text
27832
27833 \begin_layout Plain Layout
27834 Mary
27835 \end_layout
27836
27837 \end_inset
27838 </cell>
27839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27840 \begin_inset Text
27841
27842 \begin_layout Plain Layout
27843 Ted
27844 \end_layout
27845
27846 \end_inset
27847 </cell>
27848 </row>
27849 <row>
27850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27851 \begin_inset Text
27852
27853 \begin_layout Plain Layout
27854 \begin_inset Formula $\int x^{2}dx$
27855 \end_inset
27856
27857
27858 \end_layout
27859
27860 \end_inset
27861 </cell>
27862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27863 \begin_inset Text
27864
27865 \begin_layout Plain Layout
27866 \begin_inset Formula $\left[\begin{array}{cc}
27867 a & b\\
27868 c & d
27869 \end{array}\right]$
27870 \end_inset
27871
27872
27873 \end_layout
27874
27875 \end_inset
27876 </cell>
27877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27878 \begin_inset Text
27879
27880 \begin_layout Plain Layout
27881 \begin_inset Formula $1+1=2$
27882 \end_inset
27883
27884
27885 \end_layout
27886
27887 \end_inset
27888 </cell>
27889 </row>
27890 </lyxtabular>
27891
27892 \end_inset
27893
27894
27895 \end_layout
27896
27897 \end_inset
27898
27899
27900 \end_layout
27901
27902 \begin_layout Standard
27903 \begin_inset Float table
27904 wide false
27905 sideways false
27906 status open
27907
27908 \begin_layout Plain Layout
27909 \begin_inset Caption Standard
27910
27911 \begin_layout Plain Layout
27912 \begin_inset CommandInset label
27913 LatexCommand label
27914 name "tab:A-standard-table"
27915
27916 \end_inset
27917
27918 A standard table caption.
27919 \end_layout
27920
27921 \end_inset
27922
27923
27924 \end_layout
27925
27926 \begin_layout Plain Layout
27927 \align center
27928 \begin_inset Tabular
27929 <lyxtabular version="3" rows="3" columns="3">
27930 <features tabularvalignment="middle">
27931 <column alignment="center" valignment="top" width="0pt">
27932 <column alignment="center" valignment="top" width="0pt">
27933 <column alignment="center" valignment="top" width="0pt">
27934 <row>
27935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27936 \begin_inset Text
27937
27938 \begin_layout Plain Layout
27939 1
27940 \end_layout
27941
27942 \end_inset
27943 </cell>
27944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27945 \begin_inset Text
27946
27947 \begin_layout Plain Layout
27948 2
27949 \end_layout
27950
27951 \end_inset
27952 </cell>
27953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27954 \begin_inset Text
27955
27956 \begin_layout Plain Layout
27957 3
27958 \end_layout
27959
27960 \end_inset
27961 </cell>
27962 </row>
27963 <row>
27964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27965 \begin_inset Text
27966
27967 \begin_layout Plain Layout
27968 Joe
27969 \end_layout
27970
27971 \end_inset
27972 </cell>
27973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27974 \begin_inset Text
27975
27976 \begin_layout Plain Layout
27977 Mary
27978 \end_layout
27979
27980 \end_inset
27981 </cell>
27982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27983 \begin_inset Text
27984
27985 \begin_layout Plain Layout
27986 Ted
27987 \end_layout
27988
27989 \end_inset
27990 </cell>
27991 </row>
27992 <row>
27993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27994 \begin_inset Text
27995
27996 \begin_layout Plain Layout
27997 \begin_inset Formula $\int x^{2}dx$
27998 \end_inset
27999
28000
28001 \end_layout
28002
28003 \end_inset
28004 </cell>
28005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28006 \begin_inset Text
28007
28008 \begin_layout Plain Layout
28009 \begin_inset Formula $\left[\begin{array}{cc}
28010 a & b\\
28011 c & d
28012 \end{array}\right]$
28013 \end_inset
28014
28015
28016 \end_layout
28017
28018 \end_inset
28019 </cell>
28020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28021 \begin_inset Text
28022
28023 \begin_layout Plain Layout
28024 \begin_inset Formula $1+1=2$
28025 \end_inset
28026
28027
28028 \end_layout
28029
28030 \end_inset
28031 </cell>
28032 </row>
28033 </lyxtabular>
28034
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \end_inset
28041
28042
28043 \end_layout
28044
28045 \begin_layout Standard
28046 \begin_inset VSpace bigskip
28047 \end_inset
28048
28049 It is also possible to set the caption beside a figure or table.
28050  To get this the \SpecialChar LaTeX
28051 -package 
28052 \series bold
28053 sidecap
28054 \series default
28055
28056 \begin_inset Index idx
28057 status collapsed
28058
28059 \begin_layout Plain Layout
28060 \SpecialChar LaTeX
28061 -packages ! sidecap
28062 \end_layout
28063
28064 \end_inset
28065
28066  has to be loaded in the document preamble with the line
28067 \end_layout
28068
28069 \begin_layout Standard
28070
28071 \series bold
28072
28073 \backslash
28074 usepackage[option]{sidecap}
28075 \end_layout
28076
28077 \begin_layout Standard
28078 If you set no option, the caption is placed on the side of the outer page
28079  margin – to the right on odd pages, to the left on even pages.
28080  You can change the placement to inner margin with the option 
28081 \series bold
28082 innercaption
28083 \series default
28084 .
28085  To force the placement always to the right or left, use the option 
28086 \series bold
28087 rightcaption
28088 \series default
28089  or 
28090 \series bold
28091 leftcaption
28092 \series default
28093 , respectively.
28094 \end_layout
28095
28096 \begin_layout Standard
28097 \begin_inset ERT
28098 status collapsed
28099
28100 \begin_layout Plain Layout
28101
28102
28103 \backslash
28104 ifsidecap
28105 \end_layout
28106
28107 \end_inset
28108
28109
28110 \begin_inset Note Note
28111 status open
28112
28113 \begin_layout Plain Layout
28114 The following section will only be displayed when the \SpecialChar LaTeX
28115 -package 
28116 \series bold
28117 sidecap
28118 \series default
28119  is installed.
28120 \end_layout
28121
28122 \end_inset
28123
28124
28125 \end_layout
28126
28127 \begin_layout Standard
28128 To place in \SpecialChar LyX
28129  the caption of a float on the side, it is necessary to add
28130  these commands to the document preamble:
28131 \end_layout
28132
28133 \begin_layout Standard
28134 \noindent
28135 \begin_inset CommandInset line
28136 LatexCommand rule
28137 offset "0.5ex"
28138 width "100line%"
28139 height "1pt"
28140
28141 \end_inset
28142
28143
28144 \end_layout
28145
28146 \begin_layout Standard
28147
28148 \series bold
28149
28150 \backslash
28151 newcommand{
28152 \backslash
28153 TabBesBeg}[1][1.0]{%
28154 \begin_inset Newline newline
28155 \end_inset
28156
28157
28158 \begin_inset Phantom HPhantom
28159 status open
28160
28161 \begin_layout Plain Layout
28162 \begin_inset space ~
28163 \end_inset
28164
28165
28166 \end_layout
28167
28168 \end_inset
28169
28170
28171 \backslash
28172 let
28173 \backslash
28174 MyTable
28175 \backslash
28176 table
28177 \begin_inset Newline newline
28178 \end_inset
28179
28180
28181 \begin_inset Phantom HPhantom
28182 status open
28183
28184 \begin_layout Plain Layout
28185
28186 \series medium
28187 \begin_inset space ~
28188 \end_inset
28189
28190
28191 \end_layout
28192
28193 \end_inset
28194
28195
28196 \backslash
28197 let
28198 \backslash
28199 MyEndtable
28200 \backslash
28201 endtable
28202 \begin_inset Newline newline
28203 \end_inset
28204
28205
28206 \begin_inset Phantom HPhantom
28207 status open
28208
28209 \begin_layout Plain Layout
28210
28211 \series medium
28212 \begin_inset space ~
28213 \end_inset
28214
28215
28216 \end_layout
28217
28218 \end_inset
28219
28220
28221 \backslash
28222 renewenvironment{table}[1]{
28223 \backslash
28224 begin{SCtable}[#1]##1}{
28225 \backslash
28226 end{SCtable}}}
28227 \end_layout
28228
28229 \begin_layout Standard
28230
28231 \series bold
28232
28233 \backslash
28234 newcommand{
28235 \backslash
28236 TabBesEnd}{%
28237 \begin_inset Newline newline
28238 \end_inset
28239
28240
28241 \begin_inset Phantom HPhantom
28242 status open
28243
28244 \begin_layout Plain Layout
28245 \begin_inset space ~
28246 \end_inset
28247
28248
28249 \end_layout
28250
28251 \end_inset
28252
28253
28254 \backslash
28255 let
28256 \backslash
28257 table
28258 \backslash
28259 MyTable
28260 \begin_inset Newline newline
28261 \end_inset
28262
28263
28264 \begin_inset Phantom HPhantom
28265 status open
28266
28267 \begin_layout Plain Layout
28268 \begin_inset space ~
28269 \end_inset
28270
28271
28272 \end_layout
28273
28274 \end_inset
28275
28276
28277 \backslash
28278 let
28279 \backslash
28280 endtable
28281 \backslash
28282 MyEndtable
28283 \end_layout
28284
28285 \begin_layout Standard
28286
28287 \series bold
28288
28289 \backslash
28290 newcommand{
28291 \backslash
28292 FigBesBeg}[1][1.0]{%
28293 \begin_inset Newline newline
28294 \end_inset
28295
28296
28297 \begin_inset Phantom HPhantom
28298 status open
28299
28300 \begin_layout Plain Layout
28301 \begin_inset space ~
28302 \end_inset
28303
28304
28305 \end_layout
28306
28307 \end_inset
28308
28309
28310 \backslash
28311 let
28312 \backslash
28313 MyFigure
28314 \backslash
28315 figure
28316 \begin_inset Newline newline
28317 \end_inset
28318
28319
28320 \begin_inset Phantom HPhantom
28321 status open
28322
28323 \begin_layout Plain Layout
28324 \begin_inset space ~
28325 \end_inset
28326
28327
28328 \end_layout
28329
28330 \end_inset
28331
28332
28333 \backslash
28334 let
28335 \backslash
28336 MyEndfigure
28337 \backslash
28338 endfigure
28339 \begin_inset Newline newline
28340 \end_inset
28341
28342
28343 \begin_inset Phantom HPhantom
28344 status open
28345
28346 \begin_layout Plain Layout
28347 \begin_inset space ~
28348 \end_inset
28349
28350
28351 \end_layout
28352
28353 \end_inset
28354
28355
28356 \backslash
28357 renewenvironment{figure}[1]{
28358 \backslash
28359 begin{SCfigure}[#1]##1}{
28360 \backslash
28361 end{SCfigure}}}
28362 \end_layout
28363
28364 \begin_layout Standard
28365
28366 \series bold
28367
28368 \backslash
28369 newcommand{
28370 \backslash
28371 FigBesEnd}{%
28372 \begin_inset Newline newline
28373 \end_inset
28374
28375
28376 \begin_inset Phantom HPhantom
28377 status open
28378
28379 \begin_layout Plain Layout
28380 \begin_inset space ~
28381 \end_inset
28382
28383
28384 \end_layout
28385
28386 \end_inset
28387
28388
28389 \backslash
28390 let
28391 \backslash
28392 figure
28393 \backslash
28394 MyFigure
28395 \begin_inset Newline newline
28396 \end_inset
28397
28398
28399 \begin_inset Phantom HPhantom
28400 status open
28401
28402 \begin_layout Plain Layout
28403 \begin_inset space ~
28404 \end_inset
28405
28406
28407 \end_layout
28408
28409 \end_inset
28410
28411
28412 \backslash
28413 let
28414 \backslash
28415 endfigure
28416 \backslash
28417 MyEndfigure}
28418 \end_layout
28419
28420 \begin_layout Standard
28421 \noindent
28422 \begin_inset CommandInset line
28423 LatexCommand rule
28424 offset "0.5ex"
28425 width "100line%"
28426 height "1pt"
28427
28428 \end_inset
28429
28430
28431 \end_layout
28432
28433 \begin_layout Standard
28434 The commands allow you to redefine the floats so that the caption is set
28435  on the side.
28436  For figure floats use the command
28437 \end_layout
28438
28439 \begin_layout Standard
28440
28441 \series bold
28442
28443 \backslash
28444 FigBesBeg
28445 \end_layout
28446
28447 \begin_layout Standard
28448 in \SpecialChar TeX
28449  Code before the float.
28450  And insert the command
28451 \end_layout
28452
28453 \begin_layout Standard
28454
28455 \series bold
28456
28457 \backslash
28458 FigBesEnd
28459 \end_layout
28460
28461 \begin_layout Standard
28462 in \SpecialChar TeX
28463  Code at the point where you want to get back to the original float definitio
28464 n.
28465 \end_layout
28466
28467 \begin_layout Standard
28468 For table floats use the corresponding commands
28469 \end_layout
28470
28471 \begin_layout Standard
28472
28473 \series bold
28474
28475 \backslash
28476 TabBesBeg
28477 \series default
28478  and 
28479 \series bold
28480
28481 \backslash
28482 TabBesEnd
28483 \end_layout
28484
28485 \begin_layout Standard
28486 Figure
28487 \begin_inset space ~
28488 \end_inset
28489
28490
28491 \begin_inset CommandInset ref
28492 LatexCommand ref
28493 reference "fig:cap-beside-fig"
28494
28495 \end_inset
28496
28497  and Table
28498 \begin_inset space ~
28499 \end_inset
28500
28501
28502 \begin_inset CommandInset ref
28503 LatexCommand ref
28504 reference "tab:cap-beside-tab"
28505
28506 \end_inset
28507
28508  are examples where the caption is set beside.
28509 \end_layout
28510
28511 \begin_layout Standard
28512 You can see in the examples that the caption text appears at the top of
28513  the floats for table floats and at the bottom for figure floats.
28514  To change this, you can use the command
28515 \end_layout
28516
28517 \begin_layout Standard
28518
28519 \series bold
28520
28521 \backslash
28522 sidecaptionvpos{float type}{placement}
28523 \end_layout
28524
28525 \begin_layout Standard
28526 in the document preamble or in \SpecialChar TeX
28527  Code before the float.
28528  The float type is either 
28529 \family sans
28530 figure
28531 \family default
28532  or 
28533 \family sans
28534 table
28535 \family default
28536 , the placement can be 
28537 \begin_inset Quotes eld
28538 \end_inset
28539
28540
28541 \family sans
28542 t
28543 \family default
28544
28545 \begin_inset Quotes erd
28546 \end_inset
28547
28548  for top, 
28549 \begin_inset Quotes eld
28550 \end_inset
28551
28552
28553 \family sans
28554 c
28555 \family default
28556
28557 \begin_inset Quotes erd
28558 \end_inset
28559
28560  for center, or 
28561 \begin_inset Quotes eld
28562 \end_inset
28563
28564
28565 \family sans
28566 b
28567 \family default
28568
28569 \begin_inset Quotes erd
28570 \end_inset
28571
28572  for bottom.
28573  To have for example the caption of figure floats vertically centered, use
28574  the command
28575 \end_layout
28576
28577 \begin_layout Standard
28578
28579 \series bold
28580
28581 \backslash
28582 sidecaptionvpos{figure}{c}
28583 \end_layout
28584
28585 \begin_layout Standard
28586 This was used for Figure
28587 \begin_inset space ~
28588 \end_inset
28589
28590
28591 \begin_inset CommandInset ref
28592 LatexCommand ref
28593 reference "fig:cap-beside-fig-2"
28594
28595 \end_inset
28596
28597 .
28598 \end_layout
28599
28600 \begin_layout Standard
28601 \begin_inset VSpace medskip
28602 \end_inset
28603
28604
28605 \end_layout
28606
28607 \begin_layout Standard
28608 The default caption width is the width of the image/table.
28609  For thin image/tables, like in Table
28610 \begin_inset space ~
28611 \end_inset
28612
28613
28614 \begin_inset CommandInset ref
28615 LatexCommand ref
28616 reference "tab:cap-beside-tab"
28617
28618 \end_inset
28619
28620 , this leads to captions that are too thin.
28621  You can increase the width by specifying a factor that will be multiplied
28622  with the image/table width to get the caption width.
28623  The caption width will automatically be recalculated in case it would protrude
28624  over the page or column margin due to the specified width.
28625  The 
28626 \emph on
28627 factor
28628 \emph default
28629  can either be given as optional argument for 
28630 \series bold
28631
28632 \backslash
28633 FigBesBeg
28634 \series default
28635 :
28636 \end_layout
28637
28638 \begin_layout Standard
28639
28640 \series bold
28641
28642 \backslash
28643 FigBesBeg[factor]
28644 \end_layout
28645
28646 \begin_layout Standard
28647 or in the definition of 
28648 \series bold
28649
28650 \backslash
28651 FigBesBeg
28652 \series default
28653  by replacing the 
28654 \series bold
28655 1.0
28656 \series default
28657  with another value.
28658  If you do the latter, your factor will be the default if 
28659 \series bold
28660
28661 \backslash
28662 FigBesBeg
28663 \series default
28664  is used without an argument.
28665  For Table
28666 \begin_inset space ~
28667 \end_inset
28668
28669
28670 \begin_inset CommandInset ref
28671 LatexCommand ref
28672 reference "tab:cap-beside-tab-wider"
28673
28674 \end_inset
28675
28676  the factor 5 was used.
28677 \end_layout
28678
28679 \begin_layout Standard
28680 \begin_inset Note Greyedout
28681 status open
28682
28683 \begin_layout Plain Layout
28684
28685 \series bold
28686 Note:
28687 \series default
28688  For floats with captions set beside, you cannot use the float placement
28689  option 
28690 \family sans
28691 Here
28692 \begin_inset space ~
28693 \end_inset
28694
28695 definitely
28696 \family default
28697  because it is not supported by 
28698 \series bold
28699 sidecap
28700 \series default
28701 .
28702 \end_layout
28703
28704 \end_inset
28705
28706
28707 \end_layout
28708
28709 \begin_layout Standard
28710 \begin_inset VSpace medskip
28711 \end_inset
28712
28713 For more information about the package 
28714 \series bold
28715 sidecap
28716 \series default
28717  we refer to its documentation 
28718 \begin_inset CommandInset citation
28719 LatexCommand cite
28720 key "sidecap"
28721
28722 \end_inset
28723
28724 .
28725 \end_layout
28726
28727 \begin_layout Standard
28728 \begin_inset Note Greyedout
28729 status open
28730
28731 \begin_layout Plain Layout
28732
28733 \series bold
28734 Note:
28735 \series default
28736  The \SpecialChar LaTeX
28737 -package 
28738 \series bold
28739 hypcap
28740 \series default
28741
28742 \begin_inset Index idx
28743 status collapsed
28744
28745 \begin_layout Plain Layout
28746 \SpecialChar LaTeX
28747 -packages ! hypcap
28748 \end_layout
28749
28750 \end_inset
28751
28752 , described in section
28753 \begin_inset space ~
28754 \end_inset
28755
28756
28757 \begin_inset CommandInset ref
28758 LatexCommand ref
28759 reference "subsec:Reference-Position"
28760
28761 \end_inset
28762
28763 , has no effect on floats with the caption set beside.
28764 \end_layout
28765
28766 \end_inset
28767
28768
28769 \end_layout
28770
28771 \begin_layout Standard
28772 \begin_inset ERT
28773 status collapsed
28774
28775 \begin_layout Plain Layout
28776
28777
28778 \backslash
28779 FigBesBeg
28780 \end_layout
28781
28782 \end_inset
28783
28784
28785 \end_layout
28786
28787 \begin_layout Standard
28788 \begin_inset Float figure
28789 wide false
28790 sideways false
28791 status open
28792
28793 \begin_layout Plain Layout
28794 \begin_inset Graphics
28795         filename clipart/escher-lsd.eps
28796         scale 75
28797         scaleBeforeRotation
28798
28799 \end_inset
28800
28801
28802 \end_layout
28803
28804 \begin_layout Plain Layout
28805 \begin_inset Caption Standard
28806
28807 \begin_layout Plain Layout
28808 \begin_inset CommandInset label
28809 LatexCommand label
28810 name "fig:cap-beside-fig"
28811
28812 \end_inset
28813
28814 This is a caption beside a figure.
28815 \end_layout
28816
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \end_inset
28823
28824
28825 \end_layout
28826
28827 \begin_layout Standard
28828 \begin_inset ERT
28829 status collapsed
28830
28831 \begin_layout Plain Layout
28832
28833
28834 \backslash
28835 FigBesEnd
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \end_layout
28842
28843 \begin_layout Standard
28844 \begin_inset ERT
28845 status collapsed
28846
28847 \begin_layout Plain Layout
28848
28849
28850 \backslash
28851 TabBesBeg
28852 \end_layout
28853
28854 \end_inset
28855
28856
28857 \end_layout
28858
28859 \begin_layout Standard
28860 \begin_inset Float table
28861 wide false
28862 sideways false
28863 status open
28864
28865 \begin_layout Plain Layout
28866 \begin_inset Caption Standard
28867
28868 \begin_layout Plain Layout
28869 \begin_inset CommandInset label
28870 LatexCommand label
28871 name "tab:cap-beside-tab"
28872
28873 \end_inset
28874
28875 This is a caption beside a table.
28876 \end_layout
28877
28878 \end_inset
28879
28880
28881 \end_layout
28882
28883 \begin_layout Plain Layout
28884 \begin_inset Tabular
28885 <lyxtabular version="3" rows="4" columns="5">
28886 <features tabularvalignment="middle">
28887 <column alignment="center" valignment="top">
28888 <column alignment="center" valignment="top">
28889 <column alignment="center" valignment="top">
28890 <column alignment="center" valignment="top">
28891 <column alignment="center" valignment="top">
28892 <row>
28893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28894 \begin_inset Text
28895
28896 \begin_layout Plain Layout
28897 a
28898 \end_layout
28899
28900 \end_inset
28901 </cell>
28902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28903 \begin_inset Text
28904
28905 \begin_layout Plain Layout
28906
28907 \end_layout
28908
28909 \end_inset
28910 </cell>
28911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28912 \begin_inset Text
28913
28914 \begin_layout Plain Layout
28915 b
28916 \end_layout
28917
28918 \end_inset
28919 </cell>
28920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28921 \begin_inset Text
28922
28923 \begin_layout Plain Layout
28924
28925 \end_layout
28926
28927 \end_inset
28928 </cell>
28929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28930 \begin_inset Text
28931
28932 \begin_layout Plain Layout
28933 c
28934 \end_layout
28935
28936 \end_inset
28937 </cell>
28938 </row>
28939 <row>
28940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28941 \begin_inset Text
28942
28943 \begin_layout Plain Layout
28944
28945 \end_layout
28946
28947 \end_inset
28948 </cell>
28949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28950 \begin_inset Text
28951
28952 \begin_layout Plain Layout
28953 d
28954 \end_layout
28955
28956 \end_inset
28957 </cell>
28958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28959 \begin_inset Text
28960
28961 \begin_layout Plain Layout
28962
28963 \end_layout
28964
28965 \end_inset
28966 </cell>
28967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28968 \begin_inset Text
28969
28970 \begin_layout Plain Layout
28971 e
28972 \end_layout
28973
28974 \end_inset
28975 </cell>
28976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28977 \begin_inset Text
28978
28979 \begin_layout Plain Layout
28980
28981 \end_layout
28982
28983 \end_inset
28984 </cell>
28985 </row>
28986 <row>
28987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28988 \begin_inset Text
28989
28990 \begin_layout Plain Layout
28991 f
28992 \end_layout
28993
28994 \end_inset
28995 </cell>
28996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28997 \begin_inset Text
28998
28999 \begin_layout Plain Layout
29000
29001 \end_layout
29002
29003 \end_inset
29004 </cell>
29005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29006 \begin_inset Text
29007
29008 \begin_layout Plain Layout
29009 g
29010 \end_layout
29011
29012 \end_inset
29013 </cell>
29014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29015 \begin_inset Text
29016
29017 \begin_layout Plain Layout
29018
29019 \end_layout
29020
29021 \end_inset
29022 </cell>
29023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29024 \begin_inset Text
29025
29026 \begin_layout Plain Layout
29027 h
29028 \end_layout
29029
29030 \end_inset
29031 </cell>
29032 </row>
29033 <row>
29034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29035 \begin_inset Text
29036
29037 \begin_layout Plain Layout
29038
29039 \end_layout
29040
29041 \end_inset
29042 </cell>
29043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29044 \begin_inset Text
29045
29046 \begin_layout Plain Layout
29047 i
29048 \end_layout
29049
29050 \end_inset
29051 </cell>
29052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29053 \begin_inset Text
29054
29055 \begin_layout Plain Layout
29056
29057 \end_layout
29058
29059 \end_inset
29060 </cell>
29061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29062 \begin_inset Text
29063
29064 \begin_layout Plain Layout
29065 j
29066 \end_layout
29067
29068 \end_inset
29069 </cell>
29070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29071 \begin_inset Text
29072
29073 \begin_layout Plain Layout
29074
29075 \end_layout
29076
29077 \end_inset
29078 </cell>
29079 </row>
29080 </lyxtabular>
29081
29082 \end_inset
29083
29084
29085 \end_layout
29086
29087 \end_inset
29088
29089
29090 \end_layout
29091
29092 \begin_layout Standard
29093 \begin_inset ERT
29094 status collapsed
29095
29096 \begin_layout Plain Layout
29097
29098
29099 \backslash
29100 TabBesEnd
29101 \end_layout
29102
29103 \end_inset
29104
29105
29106 \end_layout
29107
29108 \begin_layout Standard
29109 \begin_inset ERT
29110 status collapsed
29111
29112 \begin_layout Plain Layout
29113
29114
29115 \backslash
29116 FigBesBeg
29117 \end_layout
29118
29119 \end_inset
29120
29121
29122 \begin_inset ERT
29123 status collapsed
29124
29125 \begin_layout Plain Layout
29126
29127
29128 \backslash
29129 sidecaptionvpos{figure}{c}
29130 \end_layout
29131
29132 \end_inset
29133
29134
29135 \begin_inset Float figure
29136 wide false
29137 sideways false
29138 status open
29139
29140 \begin_layout Plain Layout
29141 \begin_inset Graphics
29142         filename clipart/escher-lsd.eps
29143         scale 75
29144         scaleBeforeRotation
29145
29146 \end_inset
29147
29148
29149 \end_layout
29150
29151 \begin_layout Plain Layout
29152 \begin_inset Caption Standard
29153
29154 \begin_layout Plain Layout
29155 \begin_inset CommandInset label
29156 LatexCommand label
29157 name "fig:cap-beside-fig-2"
29158
29159 \end_inset
29160
29161 This is a vertically centered caption beside a figure.
29162 \end_layout
29163
29164 \end_inset
29165
29166
29167 \end_layout
29168
29169 \end_inset
29170
29171
29172 \end_layout
29173
29174 \begin_layout Standard
29175 \begin_inset ERT
29176 status collapsed
29177
29178 \begin_layout Plain Layout
29179
29180
29181 \backslash
29182 FigBesEnd
29183 \end_layout
29184
29185 \end_inset
29186
29187
29188 \end_layout
29189
29190 \begin_layout Standard
29191 \begin_inset ERT
29192 status collapsed
29193
29194 \begin_layout Plain Layout
29195
29196
29197 \backslash
29198 TabBesBeg[5]
29199 \end_layout
29200
29201 \end_inset
29202
29203
29204 \end_layout
29205
29206 \begin_layout Standard
29207 \begin_inset Float table
29208 wide false
29209 sideways false
29210 status open
29211
29212 \begin_layout Plain Layout
29213 \begin_inset Caption Standard
29214
29215 \begin_layout Plain Layout
29216 \begin_inset CommandInset label
29217 LatexCommand label
29218 name "tab:cap-beside-tab-wider"
29219
29220 \end_inset
29221
29222 This caption is wider than the one in Table
29223 \begin_inset space ~
29224 \end_inset
29225
29226
29227 \begin_inset CommandInset ref
29228 LatexCommand ref
29229 reference "tab:cap-beside-tab"
29230
29231 \end_inset
29232
29233 .
29234 \end_layout
29235
29236 \end_inset
29237
29238
29239 \end_layout
29240
29241 \begin_layout Plain Layout
29242 \begin_inset Tabular
29243 <lyxtabular version="3" rows="4" columns="5">
29244 <features tabularvalignment="middle">
29245 <column alignment="center" valignment="top">
29246 <column alignment="center" valignment="top">
29247 <column alignment="center" valignment="top">
29248 <column alignment="center" valignment="top">
29249 <column alignment="center" valignment="top">
29250 <row>
29251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29252 \begin_inset Text
29253
29254 \begin_layout Plain Layout
29255 a
29256 \end_layout
29257
29258 \end_inset
29259 </cell>
29260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29261 \begin_inset Text
29262
29263 \begin_layout Plain Layout
29264
29265 \end_layout
29266
29267 \end_inset
29268 </cell>
29269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29270 \begin_inset Text
29271
29272 \begin_layout Plain Layout
29273 b
29274 \end_layout
29275
29276 \end_inset
29277 </cell>
29278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29279 \begin_inset Text
29280
29281 \begin_layout Plain Layout
29282
29283 \end_layout
29284
29285 \end_inset
29286 </cell>
29287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29288 \begin_inset Text
29289
29290 \begin_layout Plain Layout
29291 c
29292 \end_layout
29293
29294 \end_inset
29295 </cell>
29296 </row>
29297 <row>
29298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29299 \begin_inset Text
29300
29301 \begin_layout Plain Layout
29302
29303 \end_layout
29304
29305 \end_inset
29306 </cell>
29307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29308 \begin_inset Text
29309
29310 \begin_layout Plain Layout
29311 d
29312 \end_layout
29313
29314 \end_inset
29315 </cell>
29316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29317 \begin_inset Text
29318
29319 \begin_layout Plain Layout
29320
29321 \end_layout
29322
29323 \end_inset
29324 </cell>
29325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29326 \begin_inset Text
29327
29328 \begin_layout Plain Layout
29329 e
29330 \end_layout
29331
29332 \end_inset
29333 </cell>
29334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29335 \begin_inset Text
29336
29337 \begin_layout Plain Layout
29338
29339 \end_layout
29340
29341 \end_inset
29342 </cell>
29343 </row>
29344 <row>
29345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29346 \begin_inset Text
29347
29348 \begin_layout Plain Layout
29349 f
29350 \end_layout
29351
29352 \end_inset
29353 </cell>
29354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29355 \begin_inset Text
29356
29357 \begin_layout Plain Layout
29358
29359 \end_layout
29360
29361 \end_inset
29362 </cell>
29363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29364 \begin_inset Text
29365
29366 \begin_layout Plain Layout
29367 g
29368 \end_layout
29369
29370 \end_inset
29371 </cell>
29372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29373 \begin_inset Text
29374
29375 \begin_layout Plain Layout
29376
29377 \end_layout
29378
29379 \end_inset
29380 </cell>
29381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29382 \begin_inset Text
29383
29384 \begin_layout Plain Layout
29385 h
29386 \end_layout
29387
29388 \end_inset
29389 </cell>
29390 </row>
29391 <row>
29392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29393 \begin_inset Text
29394
29395 \begin_layout Plain Layout
29396
29397 \end_layout
29398
29399 \end_inset
29400 </cell>
29401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29402 \begin_inset Text
29403
29404 \begin_layout Plain Layout
29405 i
29406 \end_layout
29407
29408 \end_inset
29409 </cell>
29410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29411 \begin_inset Text
29412
29413 \begin_layout Plain Layout
29414
29415 \end_layout
29416
29417 \end_inset
29418 </cell>
29419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29420 \begin_inset Text
29421
29422 \begin_layout Plain Layout
29423 j
29424 \end_layout
29425
29426 \end_inset
29427 </cell>
29428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29429 \begin_inset Text
29430
29431 \begin_layout Plain Layout
29432
29433 \end_layout
29434
29435 \end_inset
29436 </cell>
29437 </row>
29438 </lyxtabular>
29439
29440 \end_inset
29441
29442
29443 \end_layout
29444
29445 \end_inset
29446
29447
29448 \end_layout
29449
29450 \begin_layout Standard
29451 \begin_inset ERT
29452 status collapsed
29453
29454 \begin_layout Plain Layout
29455
29456
29457 \backslash
29458 TabBesEnd
29459 \end_layout
29460
29461 \end_inset
29462
29463
29464 \end_layout
29465
29466 \begin_layout Standard
29467 \begin_inset ERT
29468 status collapsed
29469
29470 \begin_layout Plain Layout
29471
29472
29473 \backslash
29474 else
29475 \end_layout
29476
29477 \end_inset
29478
29479
29480 \begin_inset Note Note
29481 status open
29482
29483 \begin_layout Plain Layout
29484 The following will be displayed when the \SpecialChar LaTeX
29485 -package 
29486 \series bold
29487 sidecap
29488 \series default
29489  is not installed:
29490 \end_layout
29491
29492 \end_inset
29493
29494
29495 \end_layout
29496
29497 \begin_layout Standard
29498 You need to install the \SpecialChar LaTeX
29499 -package 
29500 \series bold
29501 sidecap
29502 \series default
29503  to see the following part of this section in the output.
29504 \end_layout
29505
29506 \begin_layout Standard
29507 \begin_inset ERT
29508 status collapsed
29509
29510 \begin_layout Plain Layout
29511
29512
29513 \backslash
29514 fi
29515 \end_layout
29516
29517 \end_inset
29518
29519
29520 \end_layout
29521
29522 \begin_layout Section
29523 Listings of Floats
29524 \begin_inset Index idx
29525 status collapsed
29526
29527 \begin_layout Plain Layout
29528 Floats ! Float Lists
29529 \end_layout
29530
29531 \end_inset
29532
29533
29534 \end_layout
29535
29536 \begin_layout Standard
29537 Similar to the table of contents where the sections of the document are
29538  listed, there are listings for all float types, like the figures of the
29539  documents.
29540  You can insert them via the 
29541 \family sans
29542 Insert\SpecialChar menuseparator
29543 List
29544 \begin_inset space ~
29545 \end_inset
29546
29547 /
29548 \begin_inset space ~
29549 \end_inset
29550
29551 TOC
29552 \family default
29553  sub menus.
29554 \end_layout
29555
29556 \begin_layout Standard
29557 The list entries are the float captions or its short title, the float number,
29558  and the page number where they appear in the document.
29559 \end_layout
29560
29561 \begin_layout Standard
29562 You can find the list of figures and tables at the end of this document.
29563 \end_layout
29564
29565 \begin_layout Chapter
29566 Notes
29567 \end_layout
29568
29569 \begin_layout Section
29570 \SpecialChar LyX
29571  Notes
29572 \begin_inset Index idx
29573 status collapsed
29574
29575 \begin_layout Plain Layout
29576 Notes ! \SpecialChar LyX
29577  Notes
29578 \end_layout
29579
29580 \end_inset
29581
29582
29583 \end_layout
29584
29585 \begin_layout Standard
29586 Notes are inserted with the toolbar button 
29587 \begin_inset Info
29588 type  "icon"
29589 arg   "note-insert"
29590 \end_inset
29591
29592  or the menu 
29593 \family sans
29594 Insert\SpecialChar menuseparator
29595 Note
29596 \family default
29597 .
29598  There are three types of notes:
29599 \end_layout
29600
29601 \begin_layout Description
29602 \SpecialChar LyX
29603
29604 \begin_inset space ~
29605 \end_inset
29606
29607 Note This note type is for internal notes that won't appear in the output.
29608  Its note-box looks like this:
29609 \begin_inset Newline newline
29610 \end_inset
29611
29612
29613 \begin_inset Newline newline
29614 \end_inset
29615
29616
29617 \begin_inset Graphics
29618         filename clipart/LyXNoteImage.png
29619         display false
29620         scaleBeforeRotation
29621
29622 \end_inset
29623
29624  
29625 \begin_inset Note Note
29626 status open
29627
29628 \begin_layout Plain Layout
29629 This is text in a note box that doesn't appear in the output.
29630 \end_layout
29631
29632 \end_inset
29633
29634
29635 \end_layout
29636
29637 \begin_layout Description
29638 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
29639 -comment,
29640  when you export the document to \SpecialChar LaTeX
29641  via the menu 
29642 \family sans
29643 File\SpecialChar menuseparator
29644 Export\SpecialChar menuseparator
29645 LaTeX
29646 \begin_inset space ~
29647 \end_inset
29648
29649 (pdflatex) / (plain)
29650 \family default
29651 .
29652  Its note-box looks like this:
29653 \begin_inset Newline newline
29654 \end_inset
29655
29656
29657 \begin_inset Newline newline
29658 \end_inset
29659
29660
29661 \begin_inset Graphics
29662         filename clipart/CommentNoteImage.png
29663         display false
29664         scaleBeforeRotation
29665
29666 \end_inset
29667
29668  
29669 \begin_inset Note Comment
29670 status open
29671
29672 \begin_layout Plain Layout
29673 This is text in a note box that only appears as comment in \SpecialChar LaTeX
29674 -files.
29675 \end_layout
29676
29677 \end_inset
29678
29679
29680 \end_layout
29681
29682 \begin_layout Description
29683 Greyed
29684 \begin_inset space ~
29685 \end_inset
29686
29687 Out This note will appear in the output as grey text.
29688  Its note-box looks like this:
29689 \begin_inset Newline newline
29690 \end_inset
29691
29692
29693 \begin_inset Newline newline
29694 \end_inset
29695
29696
29697 \begin_inset Graphics
29698         filename clipart/GreyedOutNoteImage.png
29699         display false
29700         scaleBeforeRotation
29701
29702 \end_inset
29703
29704
29705 \begin_inset Newline newline
29706 \end_inset
29707
29708
29709 \begin_inset ERT
29710 status collapsed
29711
29712 \begin_layout Plain Layout
29713
29714
29715 \backslash
29716 renewenvironment{lyxgreyedout}
29717 \end_layout
29718
29719 \begin_layout Plain Layout
29720
29721 {
29722 \backslash
29723 textcolor[gray]{0.8}
29724 \backslash
29725 bgroup}{
29726 \backslash
29727 egroup}
29728 \end_layout
29729
29730 \end_inset
29731
29732
29733 \begin_inset Note Greyedout
29734 status open
29735
29736 \begin_layout Plain Layout
29737 This is text of a comment that appears grey in the output.
29738 \end_layout
29739
29740 \end_inset
29741
29742
29743 \begin_inset ERT
29744 status collapsed
29745
29746 \begin_layout Plain Layout
29747
29748
29749 \backslash
29750 renewenvironment{lyxgreyedout}
29751 \end_layout
29752
29753 \begin_layout Plain Layout
29754
29755 {
29756 \backslash
29757 textcolor{blue}
29758 \backslash
29759 bgroup}{
29760 \backslash
29761 egroup}
29762 \end_layout
29763
29764 \end_inset
29765
29766
29767 \begin_inset Note Note
29768 status collapsed
29769
29770 \begin_layout Plain Layout
29771 The greyed out note is here redefined to show it with the original \SpecialChar LyX
29772  definition
29773  because greyed out notes are redefined in the preamble of this document,
29774  as described below, to have blue text.
29775 \end_layout
29776
29777 \end_inset
29778
29779
29780 \begin_inset Newline newline
29781 \end_inset
29782
29783
29784 \begin_inset Newline newline
29785 \end_inset
29786
29787 As you can see in the example, the first line of greyed out notes is a bit
29788  indented and greyed out notes can have footnotes.
29789 \end_layout
29790
29791 \begin_layout Standard
29792 \begin_inset VSpace bigskip
29793 \end_inset
29794
29795 When you use the toolbar button 
29796 \begin_inset Info
29797 type  "icon"
29798 arg   "note-insert"
29799 \end_inset
29800
29801  to insert notes, a 
29802 \family sans
29803 \SpecialChar LyX
29804
29805 \begin_inset space ~
29806 \end_inset
29807
29808 Note
29809 \family default
29810  is inserted.
29811  You can switch between the three note types by right-clicking on the note-box.
29812  
29813 \family roman
29814 \series medium
29815 \bar no
29816 If you want to turn existing text into a note, mark it and click on the
29817  note
29818 \family default
29819 \series default
29820 \bar default
29821  toolbar 
29822 \family roman
29823 \series medium
29824 \bar no
29825 button
29826 \family default
29827 \series default
29828 \bar default
29829 .
29830  To change a note to text, press the backspace key when the cursor is in
29831  the first position of a note, or press the delete key when the cursor is
29832  in the very last position of the note, respectively.
29833 \end_layout
29834
29835 \begin_layout Standard
29836 \begin_inset VSpace bigskip
29837 \end_inset
29838
29839 You can change the text color of the greyed out notes in the menu 
29840 \family sans
29841 Document\SpecialChar menuseparator
29842 Settings\SpecialChar menuseparator
29843 Colors
29844 \family default
29845 .
29846 \end_layout
29847
29848 \begin_layout Section
29849 Footnotes
29850 \begin_inset CommandInset label
29851 LatexCommand label
29852 name "sec:Footnotes"
29853
29854 \end_inset
29855
29856
29857 \begin_inset Index idx
29858 status collapsed
29859
29860 \begin_layout Plain Layout
29861 Notes ! Footnotes
29862 \end_layout
29863
29864 \end_inset
29865
29866
29867 \begin_inset Index idx
29868 status collapsed
29869
29870 \begin_layout Plain Layout
29871 Footnotes
29872 \end_layout
29873
29874 \end_inset
29875
29876
29877 \end_layout
29878
29879 \begin_layout Standard
29880 Footnotes can be inserted using the toolbar button 
29881 \begin_inset Info
29882 type  "icon"
29883 arg   "footnote-insert"
29884 \end_inset
29885
29886  or the menu 
29887 \family sans
29888 Insert\SpecialChar menuseparator
29889 Footnote
29890 \family default
29891 .
29892  You will then see the following footnote-box: 
29893 \begin_inset Graphics
29894         filename clipart/footnote.png
29895         scale 80
29896         scaleBeforeRotation
29897
29898 \end_inset
29899
29900  
29901 \family roman
29902 \series medium
29903 \bar no
29904 where you can enter the footnote text.
29905  If you want to turn existing text into a footnote, mark it and click on
29906  the footnote
29907 \family default
29908 \series default
29909 \bar default
29910  toolbar 
29911 \family roman
29912 \series medium
29913 \bar no
29914 button
29915 \family default
29916 \series default
29917 \bar default
29918 .
29919  To change a 
29920 \family roman
29921 \series medium
29922 \bar no
29923 footnote
29924 \family default
29925 \series default
29926 \bar default
29927  to text, press the 
29928 \family sans
29929 Backspace
29930 \family default
29931  key when the cursor is in the first position of a 
29932 \family roman
29933 \series medium
29934 \bar no
29935 footnote
29936 \family default
29937 \series default
29938 \bar default
29939 , or press the 
29940 \family sans
29941 Delete
29942 \family default
29943  key when the cursor is in the very last position of the 
29944 \family roman
29945 \series medium
29946 \bar no
29947 footnote
29948 \family default
29949 \series default
29950 \bar default
29951 , respectively.
29952 \end_layout
29953
29954 \begin_layout Standard
29955 Here is an example footnote:
29956 \family roman
29957 \series medium
29958 \bar no
29959
29960 \begin_inset Foot
29961 status open
29962
29963 \begin_layout Plain Layout
29964 \begin_inset CommandInset label
29965 LatexCommand label
29966 name "foot:This-is-an"
29967
29968 \end_inset
29969
29970 This is an example footnote.
29971 \end_layout
29972
29973 \end_inset
29974
29975
29976 \family default
29977 \series default
29978 \bar default
29979
29980 \begin_inset ERT
29981 status collapsed
29982
29983 \begin_layout Plain Layout
29984
29985
29986 \backslash
29987 newcounter{MyRepeatFoot}
29988 \end_layout
29989
29990 \begin_layout Plain Layout
29991
29992
29993 \backslash
29994 setcounter{MyRepeatFoot}{
29995 \backslash
29996 thefootnote}
29997 \end_layout
29998
29999 \end_inset
30000
30001
30002 \end_layout
30003
30004 \begin_layout Standard
30005 The footnote will appear in the output as a superscript number at the text
30006  position where the footnote box is placed.
30007  The footnote text is placed at the bottom of the current page.
30008  The footnote number is calculated by \SpecialChar LaTeX
30009 ; the numbers are consecutive.
30010  Whether the footnote number is reset for every chapter depends on your
30011  document class.
30012 \end_layout
30013
30014 \begin_layout Standard
30015 Footnotes can be referenced like floats: Insert a label into the footnote
30016  and cross-reference this label in the text as described in section
30017 \begin_inset space ~
30018 \end_inset
30019
30020
30021 \begin_inset CommandInset ref
30022 LatexCommand ref
30023 reference "sec:Referencing-Floats"
30024
30025 \end_inset
30026
30027 .
30028 \begin_inset Newline newline
30029 \end_inset
30030
30031 This is a cross-reference of Footnote
30032 \begin_inset space ~
30033 \end_inset
30034
30035
30036 \begin_inset CommandInset ref
30037 LatexCommand ref
30038 reference "foot:This-is-an"
30039
30040 \end_inset
30041
30042 .
30043 \end_layout
30044
30045 \begin_layout Standard
30046 \begin_inset VSpace defskip
30047 \end_inset
30048
30049 Footnotes in title environments are usually not numbered with symbols and
30050  they cannot contain several paragraphs.
30051  See for example the footnote in the titling of this document.
30052 \end_layout
30053
30054 \begin_layout Standard
30055 \begin_inset VSpace defskip
30056 \end_inset
30057
30058 Footnotes in tables are not printed by \SpecialChar LaTeX
30059  due to technical reasons.
30060  However there exists another method to print them: Instead of the footnote
30061  the command 
30062 \series bold
30063
30064 \backslash
30065 footnotemark{}
30066 \series default
30067  is inserted as \SpecialChar TeX
30068  code.
30069  The text of the footnote is entered as an argument of the \SpecialChar TeX
30070  code command
30071  
30072 \series bold
30073
30074 \backslash
30075 footnotetext
30076 \series default
30077  after the table.
30078 \begin_inset Newline newline
30079 \end_inset
30080
30081 This was done for the following table with the command
30082 \end_layout
30083
30084 \begin_layout Standard
30085
30086 \series bold
30087
30088 \backslash
30089 footnotetext{
30090 \series default
30091 Printed table footnote.
30092 \series bold
30093 }
30094 \end_layout
30095
30096 \begin_layout Standard
30097 \begin_inset Tabular
30098 <lyxtabular version="3" rows="2" columns="1">
30099 <features tabularvalignment="middle">
30100 <column alignment="center" valignment="top">
30101 <row>
30102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30103 \begin_inset Text
30104
30105 \begin_layout Plain Layout
30106 This an example text.
30107 \begin_inset Foot
30108 status open
30109
30110 \begin_layout Plain Layout
30111 This footnote will not be printed!
30112 \end_layout
30113
30114 \end_inset
30115
30116
30117 \end_layout
30118
30119 \end_inset
30120 </cell>
30121 </row>
30122 <row>
30123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30124 \begin_inset Text
30125
30126 \begin_layout Plain Layout
30127 This an example text.
30128 \begin_inset ERT
30129 status collapsed
30130
30131 \begin_layout Plain Layout
30132
30133
30134 \backslash
30135 footnotemark{}
30136 \end_layout
30137
30138 \end_inset
30139
30140
30141 \end_layout
30142
30143 \end_inset
30144 </cell>
30145 </row>
30146 </lyxtabular>
30147
30148 \end_inset
30149
30150
30151 \begin_inset ERT
30152 status collapsed
30153
30154 \begin_layout Plain Layout
30155
30156
30157 \backslash
30158 footnotetext{
30159 \end_layout
30160
30161 \end_inset
30162
30163 Printed table footnote.
30164 \begin_inset ERT
30165 status collapsed
30166
30167 \begin_layout Plain Layout
30168
30169 }
30170 \end_layout
30171
30172 \end_inset
30173
30174
30175 \end_layout
30176
30177 \begin_layout Standard
30178 Footnotes in multi-page tables are described in section
30179 \begin_inset space ~
30180 \end_inset
30181
30182
30183 \begin_inset CommandInset ref
30184 LatexCommand ref
30185 reference "subsec:Footnotes-in-Multi-page"
30186
30187 \end_inset
30188
30189 .
30190 \end_layout
30191
30192 \begin_layout Standard
30193 Footnotes in minipage boxes are printed, but inside the box and with a different
30194  numbering because a minipage box is like a page inside a page.
30195  (For more about minipages, see section
30196 \begin_inset space ~
30197 \end_inset
30198
30199
30200 \begin_inset CommandInset ref
30201 LatexCommand ref
30202 reference "sec:Minipages"
30203
30204 \end_inset
30205
30206 .) To get a footnote in the minipage that is output at the bottom of the
30207  page like normal footnotes, also use the method of 
30208 \series bold
30209
30210 \backslash
30211 footnotemark{}
30212 \series default
30213  and 
30214 \series bold
30215
30216 \backslash
30217 footnotetext
30218 \series default
30219 .
30220 \end_layout
30221
30222 \begin_layout Standard
30223 \begin_inset Box Frameless
30224 position "t"
30225 hor_pos "c"
30226 has_inner_box 1
30227 inner_pos "t"
30228 use_parbox 0
30229 use_makebox 0
30230 width "100col%"
30231 special "none"
30232 height "1in"
30233 height_special "totalheight"
30234 thickness "0.4pt"
30235 separation "3pt"
30236 shadowsize "4pt"
30237 framecolor "black"
30238 backgroundcolor "none"
30239 status open
30240
30241 \begin_layout Plain Layout
30242 This an example text in a minipage.
30243 \begin_inset Foot
30244 status open
30245
30246 \begin_layout Plain Layout
30247 Footnote in the minipage.
30248 \end_layout
30249
30250 \end_inset
30251
30252
30253 \end_layout
30254
30255 \begin_layout Plain Layout
30256 This an example text in a minipage.
30257 \begin_inset ERT
30258 status collapsed
30259
30260 \begin_layout Plain Layout
30261
30262
30263 \backslash
30264 footnotemark{}
30265 \end_layout
30266
30267 \end_inset
30268
30269
30270 \end_layout
30271
30272 \end_inset
30273
30274
30275 \end_layout
30276
30277 \begin_layout Standard
30278 \begin_inset ERT
30279 status collapsed
30280
30281 \begin_layout Plain Layout
30282
30283
30284 \backslash
30285 footnotetext{
30286 \end_layout
30287
30288 \end_inset
30289
30290 Footnote outside the minipage.
30291 \begin_inset ERT
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295
30296 }
30297 \end_layout
30298
30299 \end_inset
30300
30301
30302 \end_layout
30303
30304 \begin_layout Standard
30305 \begin_inset VSpace defskip
30306 \end_inset
30307
30308
30309 \end_layout
30310
30311 \begin_layout Standard
30312 To refer to the same footnote several times without printing the footnote
30313  text every time, use the command 
30314 \series bold
30315
30316 \backslash
30317 footnotemark[number]
30318 \series default
30319  in \SpecialChar TeX
30320  code.
30321 \begin_inset Newline newline
30322 \end_inset
30323
30324 As you do not know the number of the repeating footnote while you are writing
30325  the text, you have to store its number.
30326  For the following footnote mark example, these commands were inserted in
30327  \SpecialChar TeX
30328  code after Footnote
30329 \begin_inset space ~
30330 \end_inset
30331
30332
30333 \begin_inset CommandInset ref
30334 LatexCommand ref
30335 reference "foot:This-is-an"
30336
30337 \end_inset
30338
30339  to store the footnote number:
30340 \end_layout
30341
30342 \begin_layout Standard
30343
30344 \series bold
30345
30346 \backslash
30347 newcounter{MyRepeatFoot}
30348 \begin_inset Newline newline
30349 \end_inset
30350
30351
30352 \backslash
30353 setcounter{MyRepeatFoot}{
30354 \backslash
30355 thefootnote}
30356 \end_layout
30357
30358 \begin_layout Standard
30359 The footnote mark was then created with this command:
30360 \end_layout
30361
30362 \begin_layout Standard
30363
30364 \series bold
30365
30366 \backslash
30367 footnotemark[
30368 \backslash
30369 theMyRepeatFoot]
30370 \end_layout
30371
30372 \begin_layout Standard
30373 Here is a repeated footnote:
30374 \family roman
30375 \series medium
30376 \bar no
30377
30378 \begin_inset ERT
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382
30383
30384 \backslash
30385 footnotemark[
30386 \backslash
30387 theMyRepeatFoot]
30388 \end_layout
30389
30390 \end_inset
30391
30392
30393 \end_layout
30394
30395 \begin_layout Standard
30396 If you want to repeat the previous footnote, you can omit the storage of
30397  the footnote number and just use this command instead:
30398 \end_layout
30399
30400 \begin_layout Standard
30401
30402 \series bold
30403
30404 \backslash
30405 footnotemark[
30406 \backslash
30407 thefootnote]
30408 \end_layout
30409
30410 \begin_layout Standard
30411 Here is another repeated footnote:
30412 \family roman
30413 \series medium
30414 \bar no
30415
30416 \begin_inset ERT
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420
30421
30422 \backslash
30423 footnotemark[
30424 \backslash
30425 thefootnote]
30426 \end_layout
30427
30428 \end_inset
30429
30430
30431 \end_layout
30432
30433 \begin_layout Subsection
30434 Footnote Numbering
30435 \begin_inset CommandInset label
30436 LatexCommand label
30437 name "subsec:Footnote-Numbering"
30438
30439 \end_inset
30440
30441
30442 \begin_inset Index idx
30443 status collapsed
30444
30445 \begin_layout Plain Layout
30446 Footnotes ! Numbering
30447 \end_layout
30448
30449 \end_inset
30450
30451
30452 \end_layout
30453
30454 \begin_layout Standard
30455 To reset the footnote number back to 1 after each section
30456 \family roman
30457 , add this command to your document preamble:
30458 \end_layout
30459
30460 \begin_layout Standard
30461
30462 \series bold
30463
30464 \backslash
30465 @addtoreset{footnote}{section}
30466 \end_layout
30467
30468 \begin_layout Standard
30469 \begin_inset VSpace bigskip
30470 \end_inset
30471
30472 The following preamble command changes the footnote numbering style to small
30473  roman numerals:
30474 \end_layout
30475
30476 \begin_layout Standard
30477
30478 \series bold
30479
30480 \backslash
30481 renewcommand{
30482 \backslash
30483 thefootnote}{
30484 \backslash
30485 roman{footnote}}
30486 \end_layout
30487
30488 \begin_layout Standard
30489 \begin_inset ERT
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493
30494
30495 \backslash
30496 renewcommand{
30497 \backslash
30498 thefootnote}{
30499 \backslash
30500 roman{footnote}}
30501 \end_layout
30502
30503 \end_inset
30504
30505  This is a footnote with roman numbering:
30506 \begin_inset Foot
30507 status open
30508
30509 \begin_layout Plain Layout
30510 This is an example footnote with roman numbering.
30511 \end_layout
30512
30513 \end_inset
30514
30515
30516 \end_layout
30517
30518 \begin_layout Standard
30519 To change the numbering style to capital roman numerals replace in the command
30520  above 
30521 \series bold
30522
30523 \backslash
30524 roman
30525 \series default
30526  by 
30527 \series bold
30528
30529 \backslash
30530 Roman
30531 \series default
30532 .
30533  To 
30534 \begin_inset Quotes eld
30535 \end_inset
30536
30537 number
30538 \begin_inset Quotes erd
30539 \end_inset
30540
30541  footnotes with capital or small Latin letters use 
30542 \series bold
30543
30544 \backslash
30545 Alph
30546 \series default
30547  or 
30548 \series bold
30549
30550 \backslash
30551 alph
30552 \series default
30553 , respectively.
30554  To 
30555 \begin_inset Quotes eld
30556 \end_inset
30557
30558 number
30559 \begin_inset Quotes erd
30560 \end_inset
30561
30562  footnotes with symbols use 
30563 \series bold
30564
30565 \backslash
30566 fnsymbol
30567 \series default
30568 .
30569 \end_layout
30570
30571 \begin_layout Standard
30572 \begin_inset Note Greyedout
30573 status open
30574
30575 \begin_layout Plain Layout
30576
30577 \series bold
30578 Note:
30579 \series default
30580  You can only number 26 footnotes with Latin letters, because this numbering
30581  is limited to single letters.
30582 \end_layout
30583
30584 \end_inset
30585
30586
30587 \begin_inset Newline newline
30588 \end_inset
30589
30590
30591 \begin_inset Note Greyedout
30592 status open
30593
30594 \begin_layout Plain Layout
30595
30596 \series bold
30597 Note:
30598 \series default
30599  You can only number 9 footnotes with symbols.
30600 \end_layout
30601
30602 \end_inset
30603
30604
30605 \end_layout
30606
30607 \begin_layout Standard
30608 To return to the default numbering style after you have changed to another
30609  one, use 
30610 \series bold
30611
30612 \backslash
30613 arabic
30614 \series default
30615  instead of 
30616 \series bold
30617
30618 \backslash
30619 roman
30620 \series default
30621  in the command above.
30622 \begin_inset ERT
30623 status collapsed
30624
30625 \begin_layout Plain Layout
30626
30627
30628 \backslash
30629 renewcommand{
30630 \backslash
30631 thefootnote}{
30632 \backslash
30633 arabic{footnote}}
30634 \end_layout
30635
30636 \end_inset
30637
30638
30639 \end_layout
30640
30641 \begin_layout Standard
30642 \begin_inset VSpace bigskip
30643 \end_inset
30644
30645
30646 \end_layout
30647
30648 \begin_layout Standard
30649 If you want to have footnotes numbered in the scheme 
30650 \begin_inset Quotes eld
30651 \end_inset
30652
30653 chapter.footnote
30654 \begin_inset Quotes erd
30655 \end_inset
30656
30657 , add the following command to your document preamble:
30658 \end_layout
30659
30660 \begin_layout Standard
30661
30662 \series bold
30663
30664 \backslash
30665 numberwithin{footnote}{chapter}
30666 \end_layout
30667
30668 \begin_layout Standard
30669 To be able to use the command 
30670 \series bold
30671
30672 \backslash
30673 numberwithin
30674 \series default
30675 , set in the tab 
30676 \family sans
30677 Math
30678 \begin_inset space ~
30679 \end_inset
30680
30681 Options
30682 \family default
30683  in the document settings the option 
30684 \family sans
30685 Use
30686 \begin_inset space ~
30687 \end_inset
30688
30689 AMS
30690 \begin_inset space ~
30691 \end_inset
30692
30693 math
30694 \begin_inset space ~
30695 \end_inset
30696
30697 package
30698 \family default
30699 .
30700 \end_layout
30701
30702 \begin_layout Standard
30703 \begin_inset ERT
30704 status collapsed
30705
30706 \begin_layout Plain Layout
30707
30708
30709 \backslash
30710 numberwithin{footnote}{chapter}
30711 \end_layout
30712
30713 \end_inset
30714
30715 This is another example footnote:
30716 \series bold
30717
30718 \begin_inset Foot
30719 status open
30720
30721 \begin_layout Plain Layout
30722 This is a footnote numbered in the scheme 
30723 \begin_inset Quotes eld
30724 \end_inset
30725
30726 chapter.footnote
30727 \begin_inset Quotes erd
30728 \end_inset
30729
30730 .
30731 \end_layout
30732
30733 \end_inset
30734
30735
30736 \series default
30737
30738 \begin_inset ERT
30739 status collapsed
30740
30741 \begin_layout Plain Layout
30742
30743
30744 \backslash
30745 renewcommand{
30746 \backslash
30747 thefootnote}{
30748 \backslash
30749 arabic{footnote}}
30750 \end_layout
30751
30752 \end_inset
30753
30754
30755 \end_layout
30756
30757 \begin_layout Standard
30758 \begin_inset Note Greyedout
30759 status open
30760
30761 \begin_layout Plain Layout
30762
30763 \series bold
30764 Note:
30765 \series default
30766  
30767 \series bold
30768
30769 \backslash
30770 numberwithin
30771 \series default
30772  always prints out the footnote number as arabic number; previous redefinitions
30773  to get non-arabic numbers are overwritten.
30774 \end_layout
30775
30776 \end_inset
30777
30778
30779 \end_layout
30780
30781 \begin_layout Standard
30782 So to get for example the scheme 
30783 \begin_inset Quotes eld
30784 \end_inset
30785
30786 chapter.
30787 \backslash
30788 Roman{footnote}
30789 \begin_inset Quotes erd
30790 \end_inset
30791
30792 , use this command instead of 
30793 \series bold
30794
30795 \backslash
30796 numberwithin
30797 \series default
30798 :
30799 \end_layout
30800
30801 \begin_layout Standard
30802
30803 \series bold
30804
30805 \backslash
30806 renewcommand{
30807 \backslash
30808 thefootnote}{
30809 \backslash
30810 thechapter.
30811 \backslash
30812 Roman{footnote}}
30813 \end_layout
30814
30815 \begin_layout Subsection
30816 Footnote Placement
30817 \begin_inset Index idx
30818 status collapsed
30819
30820 \begin_layout Plain Layout
30821 Footnotes ! Placement
30822 \end_layout
30823
30824 \end_inset
30825
30826
30827 \end_layout
30828
30829 \begin_layout Standard
30830 If you have several footnotes in one page, they appear without vertical
30831  space between them at the bottom of the page.
30832  To make them more readable you can e.
30833 \begin_inset space \thinspace{}
30834 \end_inset
30835
30836 g.
30837 \begin_inset space \space{}
30838 \end_inset
30839
30840 add 1.5
30841 \begin_inset space \thinspace{}
30842 \end_inset
30843
30844 mm space with the following preamble command:
30845 \end_layout
30846
30847 \begin_layout Standard
30848
30849 \series bold
30850
30851 \backslash
30852 let
30853 \backslash
30854 myFoot
30855 \backslash
30856 footnote
30857 \begin_inset Newline newline
30858 \end_inset
30859
30860
30861 \backslash
30862 renewcommand{
30863 \backslash
30864 footnote}[1]{
30865 \backslash
30866 myFoot{#1
30867 \backslash
30868 vspace{1.5mm}}}
30869 \end_layout
30870
30871 \begin_layout Standard
30872 \begin_inset VSpace bigskip
30873 \end_inset
30874
30875 In a two-column document the footnotes appear at the bottom of every column,
30876  see Figure
30877 \begin_inset space ~
30878 \end_inset
30879
30880
30881 \begin_inset CommandInset ref
30882 LatexCommand ref
30883 reference "fig:Standard-footnote-placement"
30884
30885 \end_inset
30886
30887 .
30888  If the footnotes should only appear at the bottom of the right column,
30889  as in Figure
30890 \begin_inset space ~
30891 \end_inset
30892
30893
30894 \begin_inset CommandInset ref
30895 LatexCommand ref
30896 reference "fig:Footnote-placement-in"
30897
30898 \end_inset
30899
30900 , use the \SpecialChar LaTeX
30901 -package 
30902 \series bold
30903 ftnright
30904 \series default
30905
30906 \begin_inset Index idx
30907 status collapsed
30908
30909 \begin_layout Plain Layout
30910 \SpecialChar LaTeX
30911 -packages ! ftnright
30912 \end_layout
30913
30914 \end_inset
30915
30916  with this command in the document preamble:
30917 \end_layout
30918
30919 \begin_layout Standard
30920
30921 \series bold
30922
30923 \backslash
30924 usepackage{ftnright}
30925 \end_layout
30926
30927 \begin_layout Standard
30928 \begin_inset Float figure
30929 placement !h
30930 wide false
30931 sideways false
30932 status open
30933
30934 \begin_layout Plain Layout
30935 \noindent
30936 \align center
30937 \begin_inset Box Boxed
30938 position "t"
30939 hor_pos "c"
30940 has_inner_box 0
30941 inner_pos "t"
30942 use_parbox 0
30943 use_makebox 0
30944 width ""
30945 special "none"
30946 height "1in"
30947 height_special "totalheight"
30948 thickness "0.4pt"
30949 separation "3pt"
30950 shadowsize "4pt"
30951 framecolor "black"
30952 backgroundcolor "none"
30953 status open
30954
30955 \begin_layout Plain Layout
30956 \begin_inset Graphics
30957         filename clipart/without_fntright.pdf
30958         width 100col%
30959         scaleBeforeRotation
30960
30961 \end_inset
30962
30963
30964 \end_layout
30965
30966 \end_inset
30967
30968
30969 \end_layout
30970
30971 \begin_layout Plain Layout
30972 \begin_inset Caption Standard
30973
30974 \begin_layout Plain Layout
30975 \begin_inset CommandInset label
30976 LatexCommand label
30977 name "fig:Standard-footnote-placement"
30978
30979 \end_inset
30980
30981 Standard footnote placement in two-column documents.
30982 \end_layout
30983
30984 \end_inset
30985
30986
30987 \end_layout
30988
30989 \end_inset
30990
30991
30992 \end_layout
30993
30994 \begin_layout Standard
30995 \begin_inset Float figure
30996 placement !h
30997 wide false
30998 sideways false
30999 status open
31000
31001 \begin_layout Plain Layout
31002 \noindent
31003 \align center
31004 \begin_inset Box Boxed
31005 position "t"
31006 hor_pos "c"
31007 has_inner_box 0
31008 inner_pos "t"
31009 use_parbox 0
31010 use_makebox 0
31011 width ""
31012 special "none"
31013 height "1in"
31014 height_special "totalheight"
31015 thickness "0.4pt"
31016 separation "3pt"
31017 shadowsize "4pt"
31018 framecolor "black"
31019 backgroundcolor "none"
31020 status open
31021
31022 \begin_layout Plain Layout
31023 \begin_inset Graphics
31024         filename clipart/with_fntright.pdf
31025         width 100col%
31026         scaleBeforeRotation
31027
31028 \end_inset
31029
31030
31031 \end_layout
31032
31033 \end_inset
31034
31035
31036 \end_layout
31037
31038 \begin_layout Plain Layout
31039 \begin_inset Caption Standard
31040
31041 \begin_layout Plain Layout
31042 \begin_inset CommandInset label
31043 LatexCommand label
31044 name "fig:Footnote-placement-in"
31045
31046 \end_inset
31047
31048 Footnote placement in two-column documents when the \SpecialChar LaTeX
31049 -package 
31050 \series bold
31051 ftnright
31052 \series default
31053  is used.
31054 \end_layout
31055
31056 \end_inset
31057
31058
31059 \end_layout
31060
31061 \end_inset
31062
31063
31064 \end_layout
31065
31066 \begin_layout Standard
31067 \begin_inset VSpace bigskip
31068 \end_inset
31069
31070 In some scientific literature it is usual to collect the footnotes and print
31071  them in a separate paragraph at the end of a section, as in Figure
31072 \begin_inset space ~
31073 \end_inset
31074
31075
31076 \begin_inset CommandInset ref
31077 LatexCommand ref
31078 reference "fig:Endnotes"
31079
31080 \end_inset
31081
31082 .
31083  They are then called 
31084 \begin_inset Quotes eld
31085 \end_inset
31086
31087 endnotes
31088 \begin_inset Quotes erd
31089 \end_inset
31090
31091 .
31092 \begin_inset Index idx
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096 Endnotes
31097 \end_layout
31098
31099 \end_inset
31100
31101  To use endnotes instead of footnotes in your document, load in the menu
31102  
31103 \family sans
31104 Document\SpecialChar menuseparator
31105 Settings\SpecialChar menuseparator
31106 Modules 
31107 \family default
31108 the module 
31109 \family sans
31110 Foot
31111 \begin_inset space ~
31112 \end_inset
31113
31114 to
31115 \begin_inset space ~
31116 \end_inset
31117
31118 End
31119 \family default
31120 .
31121  To insert the collected footnotes, insert the command
31122 \end_layout
31123
31124 \begin_layout Standard
31125
31126 \series bold
31127
31128 \backslash
31129 theendnotes
31130 \end_layout
31131
31132 \begin_layout Standard
31133 in \SpecialChar TeX
31134  Code at the end of a section or chapter.
31135 \end_layout
31136
31137 \begin_layout Standard
31138 \begin_inset Float figure
31139 wide false
31140 sideways false
31141 status open
31142
31143 \begin_layout Plain Layout
31144 \noindent
31145 \align center
31146 \begin_inset Box Boxed
31147 position "t"
31148 hor_pos "c"
31149 has_inner_box 0
31150 inner_pos "t"
31151 use_parbox 0
31152 use_makebox 0
31153 width ""
31154 special "none"
31155 height "1in"
31156 height_special "totalheight"
31157 thickness "0.4pt"
31158 separation "3pt"
31159 shadowsize "4pt"
31160 framecolor "black"
31161 backgroundcolor "none"
31162 status open
31163
31164 \begin_layout Plain Layout
31165 \begin_inset Graphics
31166         filename clipart/endnotes.pdf
31167         width 100col%
31168         scaleBeforeRotation
31169
31170 \end_inset
31171
31172
31173 \end_layout
31174
31175 \end_inset
31176
31177
31178 \end_layout
31179
31180 \begin_layout Plain Layout
31181 \begin_inset Caption Standard
31182
31183 \begin_layout Plain Layout
31184 \begin_inset CommandInset label
31185 LatexCommand label
31186 name "fig:Endnotes"
31187
31188 \end_inset
31189
31190 Endnotes – footnotes are printed in a separate paragraph at the end of sections
31191  or chapters.
31192 \end_layout
31193
31194 \end_inset
31195
31196
31197 \end_layout
31198
31199 \end_inset
31200
31201
31202 \end_layout
31203
31204 \begin_layout Standard
31205 \begin_inset VSpace medskip
31206 \end_inset
31207
31208 The paragraph heading for the endnotes isn't automatically translated into
31209  the document language, this must be done manually.
31210  The following preamble command translates the default English 
31211 \begin_inset Quotes eld
31212 \end_inset
31213
31214 Notes
31215 \begin_inset Quotes erd
31216 \end_inset
31217
31218  into the German 
31219 \begin_inset Quotes eld
31220 \end_inset
31221
31222 Anmerkungen
31223 \begin_inset Quotes erd
31224 \end_inset
31225
31226 :
31227 \end_layout
31228
31229 \begin_layout Standard
31230
31231 \series bold
31232
31233 \backslash
31234 renewcommand{
31235 \backslash
31236 notesname}{Anmerkungen}
31237 \end_layout
31238
31239 \begin_layout Standard
31240 \begin_inset VSpace medskip
31241 \end_inset
31242
31243 The numbering of endnotes can be changed like the footnote numbering as
31244  described in section
31245 \begin_inset space ~
31246 \end_inset
31247
31248
31249 \begin_inset CommandInset ref
31250 LatexCommand ref
31251 reference "subsec:Footnote-Numbering"
31252
31253 \end_inset
31254
31255 ; just replace the command 
31256 \series bold
31257
31258 \backslash
31259 thefootnote
31260 \series default
31261  by 
31262 \series bold
31263
31264 \backslash
31265 theendnote
31266 \series default
31267 .
31268  To reset the endnote number use the command 
31269 \series bold
31270
31271 \backslash
31272 @addtoreset
31273 \series default
31274  as described in section
31275 \begin_inset space ~
31276 \end_inset
31277
31278
31279 \begin_inset CommandInset ref
31280 LatexCommand ref
31281 reference "subsec:Footnote-Numbering"
31282
31283 \end_inset
31284
31285  and replace the command parameter 
31286 \series bold
31287 footnote
31288 \series default
31289  by 
31290 \series bold
31291 endnote
31292 \series default
31293 .
31294 \end_layout
31295
31296 \begin_layout Standard
31297 For endnotes there is the command 
31298 \series bold
31299
31300 \backslash
31301 endnotemark[number]
31302 \series default
31303  similar to the command 
31304 \series bold
31305
31306 \backslash
31307 footnotemark
31308 \series default
31309 , that is described in section
31310 \begin_inset space ~
31311 \end_inset
31312
31313
31314 \begin_inset CommandInset ref
31315 LatexCommand ref
31316 reference "sec:Footnotes"
31317
31318 \end_inset
31319
31320 .
31321 \end_layout
31322
31323 \begin_layout Standard
31324 \begin_inset VSpace bigskip
31325 \end_inset
31326
31327 Footnotes can also be placed in the page margin and the footnote text alignment
31328  can be changed, see the \SpecialChar LaTeX
31329 -package 
31330 \series bold
31331 footmisc
31332 \series default
31333
31334 \begin_inset Index idx
31335 status collapsed
31336
31337 \begin_layout Plain Layout
31338 \SpecialChar LaTeX
31339 -packages ! footmisc
31340 \end_layout
31341
31342 \end_inset
31343
31344
31345 \begin_inset CommandInset citation
31346 LatexCommand cite
31347 key "footmisc"
31348
31349 \end_inset
31350
31351  for more information about this.
31352 \end_layout
31353
31354 \begin_layout Standard
31355 For various further footnote formatting issues have a look at \SpecialChar LaTeX
31356 -books, 
31357 \begin_inset CommandInset citation
31358 LatexCommand cite
31359 key "latexcompanion,latexguide,latexbook"
31360
31361 \end_inset
31362
31363 .
31364  If you are using a 
31365 \series bold
31366 KOMA-Script
31367 \series default
31368
31369 \begin_inset Index idx
31370 status collapsed
31371
31372 \begin_layout Plain Layout
31373 \SpecialChar LaTeX
31374 -packages ! KOMA-Script
31375 \end_layout
31376
31377 \end_inset
31378
31379  document class, you can adjust all footnote settings using class-specific
31380  commands, see 
31381 \begin_inset CommandInset citation
31382 LatexCommand cite
31383 key "KOMA-Script"
31384
31385 \end_inset
31386
31387 .
31388 \end_layout
31389
31390 \begin_layout Section
31391 Margin Notes
31392 \begin_inset Index idx
31393 status collapsed
31394
31395 \begin_layout Plain Layout
31396 Notes ! Margin Notes
31397 \end_layout
31398
31399 \end_inset
31400
31401
31402 \end_layout
31403
31404 \begin_layout Standard
31405 Margin notes look and behave in \SpecialChar LyX
31406  like footnotes.
31407  They are inserted via the menu 
31408 \family sans
31409 Insert\SpecialChar menuseparator
31410 Marginal
31411 \begin_inset space ~
31412 \end_inset
31413
31414 Note
31415 \family default
31416  or the toolbar button 
31417 \begin_inset Info
31418 type  "icon"
31419 arg   "marginalnote-insert"
31420 \end_inset
31421
31422 .
31423  A grey 
31424 \family roman
31425 \series medium
31426 box with the
31427 \family default
31428 \series default
31429  red 
31430 \family roman
31431 \series medium
31432 label 
31433 \begin_inset Quotes eld
31434 \end_inset
31435
31436 margin
31437 \begin_inset Quotes erd
31438 \end_inset
31439
31440  appears where you can enter the text of the margin note.
31441 \end_layout
31442
31443 \begin_layout Standard
31444 At the side is an example margin note.
31445
31446 \family roman
31447 \series medium
31448  
31449 \begin_inset Marginal
31450 status open
31451
31452 \begin_layout Plain Layout
31453 This is a margin note.
31454 \end_layout
31455
31456 \end_inset
31457
31458
31459 \end_layout
31460
31461 \begin_layout Standard
31462 Margin notes appear at the right side in single-sided documents.
31463  In double-sided documents they appear in the outer margin – left on even
31464  pages, right on odd pages.
31465  The text of margin notes is aligned opposite to the outer margin – right-aligne
31466 d when the note appears in the left margin.
31467  The first line of the margin note is placed at the position of the text
31468  line where it is inserted in the document.
31469 \end_layout
31470
31471 \begin_layout Standard
31472 \begin_inset VSpace bigskip
31473 \end_inset
31474
31475 To place the margin note in the inner margin, add the command
31476 \end_layout
31477
31478 \begin_layout Standard
31479
31480 \series bold
31481
31482 \backslash
31483 reversemarginpar
31484 \end_layout
31485
31486 \begin_layout Standard
31487 in \SpecialChar TeX
31488  Code before a margin note.
31489  The new placement is valid for all subsequent margin notes.
31490  
31491 \begin_inset ERT
31492 status collapsed
31493
31494 \begin_layout Plain Layout
31495
31496
31497 \backslash
31498 reversemarginpar 
31499 \end_layout
31500
31501 \end_inset
31502
31503
31504 \begin_inset Marginal
31505 status open
31506
31507 \begin_layout Plain Layout
31508 This is a margin note in the inner margin.
31509 \end_layout
31510
31511 \end_inset
31512
31513
31514 \series bold
31515
31516 \begin_inset Newline newline
31517 \end_inset
31518
31519
31520 \series default
31521
31522 \begin_inset Note Greyedout
31523 status open
31524
31525 \begin_layout Plain Layout
31526
31527 \series bold
31528 Note:
31529 \series default
31530  There is often not enough space in the inner margin so that the notes are
31531  not correctly displayed in the output.
31532 \end_layout
31533
31534 \end_inset
31535
31536
31537 \end_layout
31538
31539 \begin_layout Standard
31540 To return to the default placement insert the command
31541 \end_layout
31542
31543 \begin_layout Standard
31544
31545 \series bold
31546
31547 \backslash
31548 normalmarginpar
31549 \end_layout
31550
31551 \begin_layout Standard
31552 in \SpecialChar TeX
31553  Code.
31554 \begin_inset ERT
31555 status collapsed
31556
31557 \begin_layout Plain Layout
31558
31559
31560 \backslash
31561 normalmarginpar 
31562 \end_layout
31563
31564 \end_inset
31565
31566  
31567 \begin_inset Note Greyedout
31568 status open
31569
31570 \begin_layout Plain Layout
31571
31572 \series bold
31573 Note:
31574 \series default
31575  The command is ignored when it is within a paragraph where also the command
31576  
31577 \series bold
31578
31579 \backslash
31580 reversemarginpar
31581 \series default
31582  is inserted.
31583 \end_layout
31584
31585 \end_inset
31586
31587
31588 \end_layout
31589
31590 \begin_layout Standard
31591 \begin_inset VSpace bigskip
31592 \end_inset
31593
31594
31595 \family roman
31596 \series medium
31597
31598 \begin_inset Marginal
31599 status open
31600
31601 \begin_layout Plain Layout
31602 AVeryLongMarginParWord that isn't hyphenated.
31603 \end_layout
31604
31605 \end_inset
31606
31607
31608 \family default
31609 \series default
31610  Similar to the case described in section
31611 \begin_inset space ~
31612 \end_inset
31613
31614
31615 \begin_inset CommandInset ref
31616 LatexCommand ref
31617 reference "subsec:Multiple-Lines-in"
31618
31619 \end_inset
31620
31621 , long words cannot be hyphenated when they are the first word in a margin
31622  note.
31623  To avoid this, insert 0
31624 \begin_inset space \thinspace{}
31625 \end_inset
31626
31627 pt horizontal space before the word
31628 \family roman
31629 \series medium
31630 .
31631  
31632 \begin_inset Marginal
31633 status open
31634
31635 \begin_layout Plain Layout
31636 \begin_inset space \hspace*{}
31637 \length 0pt
31638 \end_inset
31639
31640 AVeryLongMarginParWord that is hyphenated.
31641 \end_layout
31642
31643 \end_inset
31644
31645
31646 \end_layout
31647
31648 \begin_layout Standard
31649 \begin_inset VSpace bigskip
31650 \end_inset
31651
31652
31653 \end_layout
31654
31655 \begin_layout Standard
31656 \begin_inset Note Greyedout
31657 status open
31658
31659 \begin_layout Plain Layout
31660
31661 \series bold
31662 Note:
31663 \series default
31664  Margin notes can normally not be used inside tables, floats, and footnotes.
31665 \end_layout
31666
31667 \end_inset
31668
31669
31670 \end_layout
31671
31672 \begin_layout Standard
31673 \begin_inset VSpace bigskip
31674 \end_inset
31675
31676
31677 \end_layout
31678
31679 \begin_layout Standard
31680 \begin_inset ERT
31681 status collapsed
31682
31683 \begin_layout Plain Layout
31684
31685
31686 \backslash
31687 ifmarginnote
31688 \end_layout
31689
31690 \end_inset
31691
31692
31693 \begin_inset Note Note
31694 status open
31695
31696 \begin_layout Plain Layout
31697 The following section will only be displayed when the \SpecialChar LaTeX
31698 -package 
31699 \series bold
31700 marginnote
31701 \series default
31702  is installed.
31703 \end_layout
31704
31705 \end_inset
31706
31707
31708 \end_layout
31709
31710 \begin_layout Standard
31711 This restriction can be evaded by using the \SpecialChar LaTeX
31712 -package 
31713 \series bold
31714 marginnote
31715 \series default
31716
31717 \begin_inset Index idx
31718 status collapsed
31719
31720 \begin_layout Plain Layout
31721 \SpecialChar LaTeX
31722 -packages ! marginnote
31723 \end_layout
31724
31725 \end_inset
31726
31727 .
31728  By adding these two lines to your document preamble, the command used by
31729  \SpecialChar LyX
31730  for margin notes is redefined to use the command provided by the 
31731 \series bold
31732 marginnote
31733 \series default
31734 -package:
31735 \end_layout
31736
31737 \begin_layout Standard
31738
31739 \series bold
31740
31741 \backslash
31742 usepackage{marginnote}
31743 \begin_inset Newline newline
31744 \end_inset
31745
31746
31747 \backslash
31748 let
31749 \backslash
31750 marginpar
31751 \backslash
31752 marginnote
31753 \end_layout
31754
31755 \begin_layout Standard
31756 This is also used in this document because 
31757 \series bold
31758 marginnote
31759 \series default
31760  has another useful feature: You can set a vertical offset for the note.
31761  This is often needed when too many margin notes are too close together
31762  or for a better page layout.
31763  The offset is set in \SpecialChar LyX
31764  as \SpecialChar TeX
31765  Code directly after the margin note in the scheme
31766 \end_layout
31767
31768 \begin_layout Standard
31769
31770 \series bold
31771 [offset]
31772 \end_layout
31773
31774 \begin_layout Standard
31775 where the offset is a length with one of the units listed in Table
31776 \begin_inset space ~
31777 \end_inset
31778
31779
31780 \begin_inset CommandInset ref
31781 LatexCommand ref
31782 reference "tab:Units"
31783
31784 \end_inset
31785
31786 .
31787  A negative value shifts the note up, a positive value shifts it down.
31788  
31789 \family roman
31790 \series medium
31791 For example the margin note beside this text line is shifted up 1.5
31792 \begin_inset space \thinspace{}
31793 \end_inset
31794
31795 cm with the \SpecialChar TeX
31796  Code command 
31797 \begin_inset Quotes eld
31798 \end_inset
31799
31800
31801 \family default
31802 \series bold
31803 [-1.5cm]
31804 \family roman
31805 \series medium
31806
31807 \begin_inset Quotes erd
31808 \end_inset
31809
31810
31811 \begin_inset Marginal
31812 status open
31813
31814 \begin_layout Plain Layout
31815 This margin note is shifted up 1.5
31816 \begin_inset space \thinspace{}
31817 \end_inset
31818
31819 cm from its original position.
31820 \end_layout
31821
31822 \end_inset
31823
31824
31825 \family default
31826 \series default
31827
31828 \begin_inset ERT
31829 status collapsed
31830
31831 \begin_layout Plain Layout
31832
31833 [-1.5cm]
31834 \end_layout
31835
31836 \end_inset
31837
31838
31839 \end_layout
31840
31841 \begin_layout Standard
31842 \begin_inset VSpace medskip
31843 \end_inset
31844
31845 With 
31846 \series bold
31847 marginnote
31848 \series default
31849  you can also change the alignment of the text in the margin note.
31850  For example the commands
31851 \end_layout
31852
31853 \begin_layout Standard
31854
31855 \series bold
31856
31857 \backslash
31858 renewcommand*{
31859 \backslash
31860 raggedleftmarginnote}{
31861 \backslash
31862 centering}
31863 \begin_inset Newline newline
31864 \end_inset
31865
31866
31867 \backslash
31868 renewcommand*{
31869 \backslash
31870 raggedrightmarginnote}{
31871 \backslash
31872 centering}
31873 \end_layout
31874
31875 \begin_layout Standard
31876 set the alignment to centered.
31877  
31878 \series bold
31879
31880 \backslash
31881 raggedleftmarginnote
31882 \series default
31883  denotes margin notes that appear at the left side.
31884 \family roman
31885 \series medium
31886
31887 \begin_inset ERT
31888 status collapsed
31889
31890 \begin_layout Plain Layout
31891
31892
31893 \backslash
31894 renewcommand*{
31895 \backslash
31896 raggedleftmarginnote}{
31897 \backslash
31898 centering}
31899 \end_layout
31900
31901 \begin_layout Plain Layout
31902
31903
31904 \backslash
31905 renewcommand*{
31906 \backslash
31907 raggedrightmarginnote}{
31908 \backslash
31909 centering}
31910 \end_layout
31911
31912 \end_inset
31913
31914
31915 \begin_inset Marginal
31916 status open
31917
31918 \begin_layout Plain Layout
31919 The text of this margin note is centered.
31920 \end_layout
31921
31922 \end_inset
31923
31924
31925 \family default
31926 \series default
31927  The default is
31928 \end_layout
31929
31930 \begin_layout Standard
31931
31932 \series bold
31933
31934 \backslash
31935 renewcommand*{
31936 \backslash
31937 raggedleftmarginnote}{
31938 \backslash
31939 raggedleft}
31940 \begin_inset Newline newline
31941 \end_inset
31942
31943
31944 \backslash
31945 renewcommand*{
31946 \backslash
31947 raggedrightmarginnote}{
31948 \backslash
31949 raggedright}
31950 \family roman
31951 \series medium
31952
31953 \begin_inset ERT
31954 status collapsed
31955
31956 \begin_layout Plain Layout
31957
31958
31959 \backslash
31960 renewcommand*{
31961 \backslash
31962 raggedleftmarginnote}{
31963 \backslash
31964 raggedleft}
31965 \end_layout
31966
31967 \begin_layout Plain Layout
31968
31969
31970 \backslash
31971 renewcommand*{
31972 \backslash
31973 raggedrightmarginnote}{
31974 \backslash
31975 raggedright}
31976 \end_layout
31977
31978 \end_inset
31979
31980
31981 \end_layout
31982
31983 \begin_layout Standard
31984 \begin_inset VSpace medskip
31985 \end_inset
31986
31987 For the other features of 
31988 \series bold
31989 marginnote
31990 \series default
31991  refer to its documentation 
31992 \begin_inset CommandInset citation
31993 LatexCommand cite
31994 key "marginnote"
31995
31996 \end_inset
31997
31998 .
31999 \end_layout
32000
32001 \begin_layout Standard
32002 \begin_inset VSpace bigskip
32003 \end_inset
32004
32005 You can adjust the layout of margin notes by changing its definition.
32006  To create for example a header for all margin notes with the underlined,
32007  sans-serif, and bold header text 
32008 \begin_inset Quotes eld
32009 \end_inset
32010
32011
32012 \family sans
32013 \series bold
32014 \bar under
32015 Attention!
32016 \family default
32017 \series default
32018 \bar default
32019
32020 \begin_inset Quotes erd
32021 \end_inset
32022
32023 , add this to your document preamble:
32024 \end_layout
32025
32026 \begin_layout Standard
32027
32028 \series bold
32029
32030 \backslash
32031 let
32032 \backslash
32033 myMarginpar
32034 \backslash
32035 marginpar
32036 \begin_inset Newline newline
32037 \end_inset
32038
32039
32040 \backslash
32041 renewcommand{
32042 \backslash
32043 marginpar}[1]{
32044 \backslash
32045 myMarginpar{%
32046 \begin_inset Newline newline
32047 \end_inset
32048
32049
32050 \begin_inset Phantom HPhantom
32051 status open
32052
32053 \begin_layout Plain Layout
32054
32055 \series bold
32056 \begin_inset space ~
32057 \end_inset
32058
32059
32060 \end_layout
32061
32062 \end_inset
32063
32064
32065 \backslash
32066 hspace{0pt}
32067 \backslash
32068 textsf{
32069 \backslash
32070 textbf{
32071 \backslash
32072 underbar{Attention!}}}%
32073 \begin_inset Newline newline
32074 \end_inset
32075
32076
32077 \begin_inset Phantom HPhantom
32078 status open
32079
32080 \begin_layout Plain Layout
32081
32082 \series bold
32083 \begin_inset space ~
32084 \end_inset
32085
32086
32087 \end_layout
32088
32089 \end_inset
32090
32091
32092 \backslash
32093 vspace{1.5mm}
32094 \backslash
32095
32096 \backslash
32097 #1}}
32098 \end_layout
32099
32100 \begin_layout Standard
32101
32102 \family roman
32103 \series medium
32104 \begin_inset ERT
32105 status collapsed
32106
32107 \begin_layout Plain Layout
32108
32109
32110 \backslash
32111 let
32112 \backslash
32113 myMarginpar
32114 \backslash
32115 marginpar
32116 \end_layout
32117
32118 \begin_layout Plain Layout
32119
32120
32121 \backslash
32122 renewcommand{
32123 \backslash
32124 marginpar}[1]{
32125 \backslash
32126 myMarginpar{%
32127 \end_layout
32128
32129 \begin_layout Plain Layout
32130
32131    
32132 \backslash
32133 textsf{
32134 \backslash
32135 textbf{
32136 \backslash
32137 underbar{Attention!}}}%
32138 \end_layout
32139
32140 \begin_layout Plain Layout
32141
32142    
32143 \backslash
32144 vspace{1.5mm}
32145 \backslash
32146
32147 \backslash
32148 #1}}
32149 \end_layout
32150
32151 \end_inset
32152
32153
32154 \begin_inset Marginal
32155 status open
32156
32157 \begin_layout Plain Layout
32158 This is a margin note with a defined heading.
32159 \end_layout
32160
32161 \end_inset
32162
32163
32164 \family default
32165 \series default
32166
32167 \begin_inset ERT
32168 status collapsed
32169
32170 \begin_layout Plain Layout
32171
32172 [-1.5cm]
32173 \end_layout
32174
32175 \end_inset
32176
32177
32178 \family roman
32179 \series medium
32180
32181 \begin_inset ERT
32182 status collapsed
32183
32184 \begin_layout Plain Layout
32185
32186
32187 \backslash
32188 renewcommand{
32189 \backslash
32190 marginpar}[1]{
32191 \backslash
32192 myMarginpar{#1}}
32193 \end_layout
32194
32195 \end_inset
32196
32197
32198 \family default
32199 \series default
32200
32201 \begin_inset Note Note
32202 status collapsed
32203
32204 \begin_layout Plain Layout
32205 The margin note format is changed only for this example.
32206 \end_layout
32207
32208 \end_inset
32209
32210
32211 \end_layout
32212
32213 \begin_layout Standard
32214 \begin_inset ERT
32215 status collapsed
32216
32217 \begin_layout Plain Layout
32218
32219
32220 \backslash
32221 else
32222 \end_layout
32223
32224 \end_inset
32225
32226
32227 \begin_inset Note Note
32228 status open
32229
32230 \begin_layout Plain Layout
32231 The following will be displayed when the \SpecialChar LaTeX
32232 -package 
32233 \series bold
32234 marginnote
32235 \series default
32236  is not installed:
32237 \end_layout
32238
32239 \end_inset
32240
32241
32242 \end_layout
32243
32244 \begin_layout Standard
32245 You need to install the \SpecialChar LaTeX
32246 -package 
32247 \series bold
32248 marginnote
32249 \series default
32250  to see the following part of this section in the output.
32251 \end_layout
32252
32253 \begin_layout Standard
32254 \begin_inset ERT
32255 status collapsed
32256
32257 \begin_layout Plain Layout
32258
32259
32260 \backslash
32261 fi
32262 \end_layout
32263
32264 \end_inset
32265
32266
32267 \end_layout
32268
32269 \begin_layout Chapter
32270 Boxes
32271 \end_layout
32272
32273 \begin_layout Section
32274 Introduction
32275 \begin_inset Index idx
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279 Boxes ! Introduction
32280 \end_layout
32281
32282 \end_inset
32283
32284
32285 \end_layout
32286
32287 \begin_layout Standard
32288 Boxes are used to format a block of text.
32289  Boxes can be used to write documents with multiple languages, see section
32290 \begin_inset space ~
32291 \end_inset
32292
32293
32294 \begin_inset CommandInset ref
32295 LatexCommand ref
32296 reference "sec:Minipages"
32297
32298 \end_inset
32299
32300 , to frame texts, see section
32301 \begin_inset space ~
32302 \end_inset
32303
32304
32305 \begin_inset CommandInset ref
32306 LatexCommand ref
32307 reference "sec:Decoration"
32308
32309 \end_inset
32310
32311 , to prevent words from being hyphenated, see section
32312 \begin_inset space ~
32313 \end_inset
32314
32315
32316 \begin_inset CommandInset ref
32317 LatexCommand ref
32318 reference "sec:Prevent-Hyphenation"
32319
32320 \end_inset
32321
32322 , to align text, see section
32323 \begin_inset space ~
32324 \end_inset
32325
32326
32327 \begin_inset CommandInset ref
32328 LatexCommand ref
32329 reference "subsec:Vertical-Alignment"
32330
32331 \end_inset
32332
32333 , or to set the background color of texts, see section
32334 \begin_inset space ~
32335 \end_inset
32336
32337
32338 \begin_inset CommandInset ref
32339 LatexCommand ref
32340 reference "sec:Colored-Boxes"
32341
32342 \end_inset
32343
32344 .
32345 \end_layout
32346
32347 \begin_layout Standard
32348 Boxes can be inserted with the menu 
32349 \family sans
32350 Insert\SpecialChar menuseparator
32351 Box
32352 \family default
32353  or the toolbar button 
32354 \begin_inset Info
32355 type  "icon"
32356 arg   "box-insert Frameless"
32357 \end_inset
32358
32359 .
32360  A grey box with the label 
32361 \family sans
32362 Box (Minipage)
32363 \family default
32364
32365 \begin_inset Graphics
32366         filename clipart/BoxInsetDefault.png
32367         scale 85
32368         scaleBeforeRotation
32369
32370 \end_inset
32371
32372  will be inserted.
32373  The box type can be specified by right-clicking on the box and selecting
32374  
32375 \family sans
32376 Settings
32377 \family default
32378 .
32379  The box dialog offers the 
32380 \family sans
32381 Inner
32382 \begin_inset space ~
32383 \end_inset
32384
32385 Box
32386 \family default
32387  types 
32388 \family sans
32389 Makebox
32390 \family default
32391
32392 \family sans
32393 Parbox
32394 \family default
32395  and 
32396 \family sans
32397 Minipage
32398 \family default
32399 .
32400  The type 
32401 \family sans
32402 Minipage
32403 \family default
32404  is the default for new boxes and is explained in section
32405 \begin_inset space ~
32406 \end_inset
32407
32408
32409 \begin_inset CommandInset ref
32410 LatexCommand ref
32411 reference "sec:Minipages"
32412
32413 \end_inset
32414
32415 ; the type 
32416 \family sans
32417 Parbox
32418 \family default
32419  is described in section
32420 \begin_inset space ~
32421 \end_inset
32422
32423
32424 \begin_inset CommandInset ref
32425 LatexCommand ref
32426 reference "sec:Parboxes"
32427
32428 \end_inset
32429
32430  and the type 
32431 \family sans
32432 Makebox
32433 \family default
32434  in 
32435 \begin_inset CommandInset ref
32436 LatexCommand ref
32437 reference "sec:Prevent-Hyphenation"
32438
32439 \end_inset
32440
32441 .
32442 \end_layout
32443
32444 \begin_layout Standard
32445 Boxes are not numbered and can therefore not be referenced like floats or
32446  footnotes.
32447 \end_layout
32448
32449 \begin_layout Standard
32450 \begin_inset Note Greyedout
32451 status open
32452
32453 \begin_layout Plain Layout
32454
32455 \series bold
32456 Note:
32457 \series default
32458  Boxes must not be the item in an 
32459 \family sans
32460 Itemize
32461 \family default
32462  or 
32463 \family sans
32464 Description
32465 \family default
32466  environment.
32467 \end_layout
32468
32469 \end_inset
32470
32471
32472 \end_layout
32473
32474 \begin_layout Standard
32475 \begin_inset Note Greyedout
32476 status open
32477
32478 \begin_layout Plain Layout
32479
32480 \series bold
32481 Note:
32482 \series default
32483  For an unknown reason you can only set the 
32484 \family sans
32485 Inner
32486 \begin_inset space ~
32487 \end_inset
32488
32489 Box
32490 \family default
32491  type to 
32492 \family sans
32493 None
32494 \family default
32495  when you use a framed box.
32496  Boxes without an 
32497 \family sans
32498 Inner
32499 \begin_inset space ~
32500 \end_inset
32501
32502 Box
32503 \family default
32504  type and without frames are explained in section
32505 \begin_inset space ~
32506 \end_inset
32507
32508
32509 \begin_inset CommandInset ref
32510 LatexCommand ref
32511 reference "sec:Prevent-Hyphenation"
32512
32513 \end_inset
32514
32515 .
32516 \end_layout
32517
32518 \end_inset
32519
32520
32521 \end_layout
32522
32523 \begin_layout Section
32524 Box Dialog
32525 \begin_inset CommandInset label
32526 LatexCommand label
32527 name "sec:Box-Dialog"
32528
32529 \end_inset
32530
32531
32532 \begin_inset Index idx
32533 status collapsed
32534
32535 \begin_layout Plain Layout
32536 Boxes ! Box Dialog
32537 \end_layout
32538
32539 \end_inset
32540
32541
32542 \end_layout
32543
32544 \begin_layout Subsection
32545 Size
32546 \begin_inset Index idx
32547 status collapsed
32548
32549 \begin_layout Plain Layout
32550 Boxes ! Size
32551 \end_layout
32552
32553 \end_inset
32554
32555
32556 \end_layout
32557
32558 \begin_layout Standard
32559 In the box dialog you can adjust the box geometry in the fields 
32560 \family sans
32561 Width
32562 \family default
32563  and 
32564 \family sans
32565 Height
32566 \family default
32567 .
32568  The available units for the geometry are explained in Table
32569 \begin_inset space ~
32570 \end_inset
32571
32572
32573 \begin_inset CommandInset ref
32574 LatexCommand ref
32575 reference "tab:Units"
32576
32577 \end_inset
32578
32579 .
32580  The field 
32581 \family sans
32582 Height
32583 \family default
32584  offers the following additional sizes:
32585 \end_layout
32586
32587 \begin_layout Description
32588 Depth This is the plain text 
32589 \begin_inset Quotes eld
32590 \end_inset
32591
32592 height
32593 \begin_inset Quotes erd
32594 \end_inset
32595
32596 .
32597  It ignores the total depth when there are multiple text lines in the box:
32598 \begin_inset Newline newline
32599 \end_inset
32600
32601
32602 \begin_inset Newline newline
32603 \end_inset
32604
32605
32606 \begin_inset Newline newline
32607 \end_inset
32608
32609
32610 \begin_inset Box Boxed
32611 position "c"
32612 hor_pos "c"
32613 has_inner_box 1
32614 inner_pos "c"
32615 use_parbox 0
32616 use_makebox 0
32617 width "12col%"
32618 special "none"
32619 height "1in"
32620 height_special "depth"
32621 thickness "0.4pt"
32622 separation "3pt"
32623 shadowsize "4pt"
32624 framecolor "black"
32625 backgroundcolor "none"
32626 status collapsed
32627
32628 \begin_layout Plain Layout
32629 \align center
32630 Box height set to 1
32631 \begin_inset space \thinspace{}
32632 \end_inset
32633
32634 Depth
32635 \end_layout
32636
32637 \end_inset
32638
32639
32640 \begin_inset Newline newline
32641 \end_inset
32642
32643
32644 \begin_inset Newline newline
32645 \end_inset
32646
32647
32648 \end_layout
32649
32650 \begin_layout Description
32651 Height This is the height of the text that is inside the box.
32652  A value of e.
32653 \begin_inset space \thinspace{}
32654 \end_inset
32655
32656 g.
32657 \begin_inset space \space{}
32658 \end_inset
32659
32660 2 for this size will set the box height to 2
32661 \begin_inset space ~
32662 \end_inset
32663
32664 times the text height: 
32665 \begin_inset Box Boxed
32666 position "c"
32667 hor_pos "c"
32668 has_inner_box 1
32669 inner_pos "c"
32670 use_parbox 0
32671 use_makebox 0
32672 width "20col%"
32673 special "none"
32674 height "2in"
32675 height_special "height"
32676 thickness "0.4pt"
32677 separation "3pt"
32678 shadowsize "4pt"
32679 framecolor "black"
32680 backgroundcolor "none"
32681 status collapsed
32682
32683 \begin_layout Plain Layout
32684 \align center
32685 Box height set to 2
32686 \begin_inset space \thinspace{}
32687 \end_inset
32688
32689 Height
32690 \end_layout
32691
32692 \end_inset
32693
32694
32695 \end_layout
32696
32697 \begin_layout Description
32698 Total
32699 \begin_inset space ~
32700 \end_inset
32701
32702 Height This is the Height
32703 \begin_inset space \thinspace{}
32704 \end_inset
32705
32706 +
32707 \begin_inset space \thinspace{}
32708 \end_inset
32709
32710 Depth: 
32711 \begin_inset Box Boxed
32712 position "c"
32713 hor_pos "c"
32714 has_inner_box 1
32715 inner_pos "c"
32716 use_parbox 0
32717 use_makebox 0
32718 width "20col%"
32719 special "none"
32720 height "1in"
32721 height_special "totalheight"
32722 thickness "0.4pt"
32723 separation "3pt"
32724 shadowsize "4pt"
32725 framecolor "black"
32726 backgroundcolor "none"
32727 status collapsed
32728
32729 \begin_layout Plain Layout
32730 \align center
32731 Box height set to 1
32732 \begin_inset space \thinspace{}
32733 \end_inset
32734
32735 Total
32736 \begin_inset space ~
32737 \end_inset
32738
32739 Height
32740 \end_layout
32741
32742 \end_inset
32743
32744
32745 \end_layout
32746
32747 \begin_layout Description
32748 Width This sets the width of the box as height: 
32749 \begin_inset Box Boxed
32750 position "c"
32751 hor_pos "c"
32752 has_inner_box 1
32753 inner_pos "c"
32754 use_parbox 0
32755 use_makebox 0
32756 width "12col%"
32757 special "none"
32758 height "1in"
32759 height_special "width"
32760 thickness "0.4pt"
32761 separation "3pt"
32762 shadowsize "4pt"
32763 framecolor "black"
32764 backgroundcolor "none"
32765 status collapsed
32766
32767 \begin_layout Plain Layout
32768 \align center
32769 Box height set to 1
32770 \begin_inset space \thinspace{}
32771 \end_inset
32772
32773 Width
32774 \end_layout
32775
32776 \end_inset
32777
32778
32779 \end_layout
32780
32781 \begin_layout Subsection
32782 Alignment
32783 \begin_inset Index idx
32784 status collapsed
32785
32786 \begin_layout Plain Layout
32787 Boxes ! Alignment
32788 \end_layout
32789
32790 \end_inset
32791
32792
32793 \end_layout
32794
32795 \begin_layout Standard
32796 When you have chosen an 
32797 \family sans
32798 Inner
32799 \begin_inset space ~
32800 \end_inset
32801
32802 Box
32803 \family default
32804 , the vertical box alignment can be:
32805 \end_layout
32806
32807 \begin_layout Description
32808 Top This is an example text line.
32809  
32810 \begin_inset Box Boxed
32811 position "t"
32812 hor_pos "c"
32813 has_inner_box 1
32814 inner_pos "c"
32815 use_parbox 0
32816 use_makebox 0
32817 width "12col%"
32818 special "none"
32819 height "1in"
32820 height_special "totalheight"
32821 thickness "0.4pt"
32822 separation "3pt"
32823 shadowsize "4pt"
32824 framecolor "black"
32825 backgroundcolor "none"
32826 status collapsed
32827
32828 \begin_layout Plain Layout
32829 \align center
32830 This box is top-aligned.
32831 \end_layout
32832
32833 \end_inset
32834
32835  This is an example text line.
32836 \end_layout
32837
32838 \begin_layout Description
32839 Middle This is an example text line.
32840  
32841 \begin_inset Box Boxed
32842 position "c"
32843 hor_pos "c"
32844 has_inner_box 1
32845 inner_pos "c"
32846 use_parbox 0
32847 use_makebox 0
32848 width "12col%"
32849 special "none"
32850 height "1in"
32851 height_special "totalheight"
32852 thickness "0.4pt"
32853 separation "3pt"
32854 shadowsize "4pt"
32855 framecolor "black"
32856 backgroundcolor "none"
32857 status collapsed
32858
32859 \begin_layout Plain Layout
32860 \align center
32861 This box is middle-aligned.
32862 \end_layout
32863
32864 \end_inset
32865
32866  This is an example text line.
32867 \end_layout
32868
32869 \begin_layout Description
32870 Bottom This is an example text line.
32871  
32872 \begin_inset Box Boxed
32873 position "b"
32874 hor_pos "c"
32875 has_inner_box 1
32876 inner_pos "c"
32877 use_parbox 0
32878 use_makebox 0
32879 width "12col%"
32880 special "none"
32881 height "1in"
32882 height_special "totalheight"
32883 thickness "0.4pt"
32884 separation "3pt"
32885 shadowsize "4pt"
32886 framecolor "black"
32887 backgroundcolor "none"
32888 status collapsed
32889
32890 \begin_layout Plain Layout
32891 \align center
32892 This box is bottom-aligned.
32893 \end_layout
32894
32895 \end_inset
32896
32897  This is an example text line.
32898 \end_layout
32899
32900 \begin_layout Standard
32901 \begin_inset Note Greyedout
32902 status open
32903
32904 \begin_layout Plain Layout
32905
32906 \series bold
32907 Note:
32908 \series default
32909  The vertical box alignment can be lost in the output when you have two
32910  boxes in a line and one has e.
32911 \begin_inset space \thinspace{}
32912 \end_inset
32913
32914 g.
32915 \begin_inset space \space{}
32916 \end_inset
32917
32918 a shadow and the other one not.
32919 \end_layout
32920
32921 \end_inset
32922
32923
32924 \end_layout
32925
32926 \begin_layout Standard
32927 The horizontal box alignment can be set via \SpecialChar LyX
32928 's paragraph dialog when you
32929  set the box into its own paragraph.
32930 \end_layout
32931
32932 \begin_layout Standard
32933 \begin_inset VSpace bigskip
32934 \end_inset
32935
32936 When you have chosen an 
32937 \family sans
32938 Inner
32939 \begin_inset space ~
32940 \end_inset
32941
32942 Box
32943 \family default
32944 , the box content can be aligned vertically to:
32945 \end_layout
32946
32947 \begin_layout Description
32948 top This is an example text line.
32949  
32950 \begin_inset Box Boxed
32951 position "c"
32952 hor_pos "c"
32953 has_inner_box 1
32954 inner_pos "t"
32955 use_parbox 0
32956 use_makebox 0
32957 width "12col%"
32958 special "none"
32959 height "1.5in"
32960 height_special "totalheight"
32961 thickness "0.4pt"
32962 separation "3pt"
32963 shadowsize "4pt"
32964 framecolor "black"
32965 backgroundcolor "none"
32966 status collapsed
32967
32968 \begin_layout Plain Layout
32969 \align center
32970 This box text is top-aligned.
32971 \end_layout
32972
32973 \end_inset
32974
32975  This is an example text line.
32976 \end_layout
32977
32978 \begin_layout Description
32979 middle This is an example text line.
32980  
32981 \begin_inset Box Boxed
32982 position "c"
32983 hor_pos "c"
32984 has_inner_box 1
32985 inner_pos "c"
32986 use_parbox 0
32987 use_makebox 0
32988 width "12col%"
32989 special "none"
32990 height "1.5in"
32991 height_special "totalheight"
32992 thickness "0.4pt"
32993 separation "3pt"
32994 shadowsize "4pt"
32995 framecolor "black"
32996 backgroundcolor "none"
32997 status collapsed
32998
32999 \begin_layout Plain Layout
33000 \align center
33001 This box text is middle-aligned.
33002 \end_layout
33003
33004 \end_inset
33005
33006  This is an example text line.
33007 \end_layout
33008
33009 \begin_layout Description
33010 bottom This is an example text line.
33011  
33012 \begin_inset Box Boxed
33013 position "c"
33014 hor_pos "c"
33015 has_inner_box 1
33016 inner_pos "b"
33017 use_parbox 0
33018 use_makebox 0
33019 width "12col%"
33020 special "none"
33021 height "1.5in"
33022 height_special "totalheight"
33023 thickness "0.4pt"
33024 separation "3pt"
33025 shadowsize "4pt"
33026 framecolor "black"
33027 backgroundcolor "none"
33028 status collapsed
33029
33030 \begin_layout Plain Layout
33031 \align center
33032 This box text is bottom-aligned.
33033 \end_layout
33034
33035 \end_inset
33036
33037  This is an example text line.
33038 \end_layout
33039
33040 \begin_layout Description
33041 stretch This is an example text line.
33042  
33043 \begin_inset Box Boxed
33044 position "c"
33045 hor_pos "c"
33046 has_inner_box 1
33047 inner_pos "s"
33048 use_parbox 0
33049 use_makebox 0
33050 width "12col%"
33051 special "none"
33052 height "1.5in"
33053 height_special "totalheight"
33054 thickness "0.4pt"
33055 separation "3pt"
33056 shadowsize "4pt"
33057 framecolor "black"
33058 backgroundcolor "none"
33059 status collapsed
33060
33061 \begin_layout Plain Layout
33062 \align center
33063 This box
33064 \end_layout
33065
33066 \begin_layout Plain Layout
33067 \align center
33068 text is
33069 \end_layout
33070
33071 \begin_layout Plain Layout
33072 \align center
33073 stretched.
33074 \end_layout
33075
33076 \end_inset
33077
33078  This is an example text line.
33079 \end_layout
33080
33081 \begin_layout Standard
33082 To stretch the box content, it must consist of more than one paragraph.
33083  In the example above every text line is in an own paragraph.
33084 \end_layout
33085
33086 \begin_layout Standard
33087 \begin_inset VSpace bigskip
33088 \end_inset
33089
33090 To align the box content horizontally you can use \SpecialChar LyX
33091 's paragraph dialog when
33092  you have chosen an 
33093 \family sans
33094 Inner
33095 \begin_inset space ~
33096 \end_inset
33097
33098 Box
33099 \family default
33100 .
33101 \end_layout
33102
33103 \begin_layout Standard
33104 \align center
33105 \begin_inset Box Boxed
33106 position "c"
33107 hor_pos "c"
33108 has_inner_box 1
33109 inner_pos "s"
33110 use_parbox 0
33111 use_makebox 0
33112 width "15col%"
33113 special "none"
33114 height "1.25in"
33115 height_special "totalheight"
33116 thickness "0.4pt"
33117 separation "3pt"
33118 shadowsize "4pt"
33119 framecolor "black"
33120 backgroundcolor "none"
33121 status collapsed
33122
33123 \begin_layout Plain Layout
33124 \align left
33125 This box
33126 \end_layout
33127
33128 \begin_layout Plain Layout
33129 \align center
33130 text is
33131 \end_layout
33132
33133 \begin_layout Plain Layout
33134 \align right
33135 stretched.
33136 \end_layout
33137
33138 \end_inset
33139
33140
33141 \end_layout
33142
33143 \begin_layout Standard
33144 If you have not set an 
33145 \family sans
33146 Inner
33147 \begin_inset space ~
33148 \end_inset
33149
33150 Box
33151 \family default
33152 , you can align the box content horizontally in the box dialog.
33153 \begin_inset Separator latexpar
33154 \end_inset
33155
33156
33157 \end_layout
33158
33159 \begin_layout Standard
33160 \align center
33161 \begin_inset Box Boxed
33162 position "c"
33163 hor_pos "s"
33164 has_inner_box 0
33165 inner_pos "s"
33166 use_parbox 0
33167 use_makebox 0
33168 width "90col%"
33169 special "none"
33170 height "1.25in"
33171 height_special "totalheight"
33172 thickness "0.4pt"
33173 separation "3pt"
33174 shadowsize "4pt"
33175 framecolor "black"
33176 backgroundcolor "none"
33177 status collapsed
33178
33179 \begin_layout Plain Layout
33180 This box text is horizontally stretched.
33181 \end_layout
33182
33183 \end_inset
33184
33185
33186 \end_layout
33187
33188 \begin_layout Subsection
33189 Decoration
33190 \begin_inset CommandInset label
33191 LatexCommand label
33192 name "sec:Decoration"
33193
33194 \end_inset
33195
33196
33197 \begin_inset Index idx
33198 status collapsed
33199
33200 \begin_layout Plain Layout
33201 Boxes ! Decoration
33202 \end_layout
33203
33204 \end_inset
33205
33206
33207 \end_layout
33208
33209 \begin_layout Standard
33210 The type of the box can be specified in the box dialog in the drop-down
33211  list 
33212 \family sans
33213 Decoration
33214 \family default
33215 .
33216  The following types are possible:
33217 \end_layout
33218
33219 \begin_layout Description
33220 No
33221 \begin_inset space ~
33222 \end_inset
33223
33224 frame Nothing is drawn.
33225 \end_layout
33226
33227 \begin_layout Description
33228 Simple
33229 \begin_inset space ~
33230 \end_inset
33231
33232 rectangular
33233 \begin_inset space ~
33234 \end_inset
33235
33236 frame This draws a rectangular frame around the box.
33237  The frame line thickness can be specified.
33238  
33239 \begin_inset Box Boxed
33240 position "c"
33241 hor_pos "c"
33242 has_inner_box 1
33243 inner_pos "c"
33244 use_parbox 0
33245 use_makebox 0
33246 width "20col%"
33247 special "none"
33248 height "1in"
33249 height_special "totalheight"
33250 thickness "0.4pt"
33251 separation "3pt"
33252 shadowsize "4pt"
33253 framecolor "black"
33254 backgroundcolor "none"
33255 status collapsed
33256
33257 \begin_layout Plain Layout
33258 \align center
33259 Rectangular box
33260 \end_layout
33261
33262 \end_inset
33263
33264
33265 \end_layout
33266
33267 \begin_layout Description
33268 Oval
33269 \begin_inset space ~
33270 \end_inset
33271
33272 box,
33273 \begin_inset space ~
33274 \end_inset
33275
33276 thin This draws an oval frame around the box.
33277  The frame line thickness has the size 0.4
33278 \begin_inset space \thinspace{}
33279 \end_inset
33280
33281 pt.
33282  
33283 \begin_inset Box ovalbox
33284 position "c"
33285 hor_pos "c"
33286 has_inner_box 1
33287 inner_pos "c"
33288 use_parbox 0
33289 use_makebox 0
33290 width "20col%"
33291 special "none"
33292 height "1in"
33293 height_special "totalheight"
33294 thickness "0.4pt"
33295 separation "3pt"
33296 shadowsize "4pt"
33297 framecolor "black"
33298 backgroundcolor "none"
33299 status collapsed
33300
33301 \begin_layout Plain Layout
33302 \align center
33303 Oval box, thin
33304 \end_layout
33305
33306 \end_inset
33307
33308
33309 \end_layout
33310
33311 \begin_layout Description
33312 Oval
33313 \begin_inset space ~
33314 \end_inset
33315
33316 box,
33317 \begin_inset space ~
33318 \end_inset
33319
33320 thick This draws an oval frame around the box.
33321  The frame line thickness has the size 0.8
33322 \begin_inset space \thinspace{}
33323 \end_inset
33324
33325 pt.
33326  
33327 \begin_inset Box Ovalbox
33328 position "c"
33329 hor_pos "c"
33330 has_inner_box 1
33331 inner_pos "c"
33332 use_parbox 0
33333 use_makebox 0
33334 width "20col%"
33335 special "none"
33336 height "1in"
33337 height_special "totalheight"
33338 thickness "0.4pt"
33339 separation "3pt"
33340 shadowsize "4pt"
33341 framecolor "black"
33342 backgroundcolor "none"
33343 status collapsed
33344
33345 \begin_layout Plain Layout
33346 \align center
33347 Oval box, thick
33348 \end_layout
33349
33350 \end_inset
33351
33352
33353 \end_layout
33354
33355 \begin_layout Description
33356 Drop
33357 \begin_inset space ~
33358 \end_inset
33359
33360 shadow This draws a rectangular frame with a shadow around the box.
33361  The frame line thickness and the shadow can be specified.
33362  
33363 \begin_inset Box Shadowbox
33364 position "c"
33365 hor_pos "c"
33366 has_inner_box 1
33367 inner_pos "c"
33368 use_parbox 0
33369 use_makebox 0
33370 width "20col%"
33371 special "none"
33372 height "1in"
33373 height_special "totalheight"
33374 thickness "0.4pt"
33375 separation "3pt"
33376 shadowsize "4pt"
33377 framecolor "black"
33378 backgroundcolor "none"
33379 status collapsed
33380
33381 \begin_layout Plain Layout
33382 \align center
33383 Shadow box
33384 \end_layout
33385
33386 \end_inset
33387
33388
33389 \end_layout
33390
33391 \begin_layout Description
33392 Shaded
33393 \begin_inset space ~
33394 \end_inset
33395
33396 background This draws a box with a red background.
33397  Unlike colored boxes
33398 \begin_inset Foot
33399 status collapsed
33400
33401 \begin_layout Plain Layout
33402 see sec.
33403 \begin_inset space \thinspace{}
33404 \end_inset
33405
33406
33407 \begin_inset CommandInset ref
33408 LatexCommand ref
33409 reference "sec:Colored-Boxes"
33410
33411 \end_inset
33412
33413
33414 \end_layout
33415
33416 \end_inset
33417
33418 , it always uses the whole column width and the box is set as its own paragraph.
33419  
33420 \begin_inset Box Shaded
33421 position "t"
33422 hor_pos "c"
33423 has_inner_box 0
33424 inner_pos "t"
33425 use_parbox 0
33426 use_makebox 0
33427 width "50col%"
33428 special "none"
33429 height "1in"
33430 height_special "totalheight"
33431 thickness "0.4pt"
33432 separation "3pt"
33433 shadowsize "4pt"
33434 framecolor "black"
33435 backgroundcolor "none"
33436 status collapsed
33437
33438 \begin_layout Plain Layout
33439 Shaded background box
33440 \end_layout
33441
33442 \end_inset
33443
33444
33445 \end_layout
33446
33447 \begin_layout Description
33448 Double
33449 \begin_inset space ~
33450 \end_inset
33451
33452 rectangular
33453 \begin_inset space ~
33454 \end_inset
33455
33456 frame This draws a double-line rectangular frame around the box.
33457  The line thickness of the inner frame is 0.75
33458 \begin_inset space \thinspace{}
33459 \end_inset
33460
33461 line
33462 \begin_inset space ~
33463 \end_inset
33464
33465 thickness, the thickness of the outer frame is 1.5
33466 \begin_inset space \thinspace{}
33467 \end_inset
33468
33469 line
33470 \begin_inset space ~
33471 \end_inset
33472
33473 thickness.
33474  The distance between the lines is 1.5
33475 \begin_inset space \thinspace{}
33476 \end_inset
33477
33478 line
33479 \begin_inset space ~
33480 \end_inset
33481
33482 thickness
33483 \begin_inset space \thinspace{}
33484 \end_inset
33485
33486 +
33487 \begin_inset space \thinspace{}
33488 \end_inset
33489
33490 0.5
33491 \begin_inset space \thinspace{}
33492 \end_inset
33493
33494 pt.
33495  
33496 \begin_inset Box Doublebox
33497 position "c"
33498 hor_pos "c"
33499 has_inner_box 1
33500 inner_pos "c"
33501 use_parbox 0
33502 use_makebox 0
33503 width "20col%"
33504 special "none"
33505 height "1in"
33506 height_special "totalheight"
33507 thickness "0.4pt"
33508 separation "3pt"
33509 shadowsize "4pt"
33510 framecolor "black"
33511 backgroundcolor "none"
33512 status collapsed
33513
33514 \begin_layout Plain Layout
33515 \align center
33516 Double rectangular box
33517 \end_layout
33518
33519 \end_inset
33520
33521
33522 \end_layout
33523
33524 \begin_layout Standard
33525 \begin_inset VSpace bigskip
33526 \end_inset
33527
33528 \SpecialChar LyX
33529 's box label will reflect the different frame types.
33530  To be able to use all types, the \SpecialChar LaTeX
33531 -package 
33532 \series bold
33533 fancybox
33534 \series default
33535
33536 \begin_inset Index idx
33537 status collapsed
33538
33539 \begin_layout Plain Layout
33540 \SpecialChar LaTeX
33541 -packages ! fancybox
33542 \end_layout
33543
33544 \end_inset
33545
33546  must be installed.
33547 \end_layout
33548
33549 \begin_layout Standard
33550 \begin_inset VSpace bigskip
33551 \end_inset
33552
33553 When you use the decoration 
33554 \family sans
33555 simple rectangular frame
33556 \family default
33557  and no inner box, you can allow page breaks within a box.
33558  Note that then, unlike other framed boxes, the frame always uses the whole
33559  column width and the box is set as its own paragraph: 
33560 \begin_inset Box Framed
33561 position "t"
33562 hor_pos "c"
33563 has_inner_box 0
33564 inner_pos "t"
33565 use_parbox 0
33566 use_makebox 0
33567 width "100col%"
33568 special "none"
33569 height "1in"
33570 height_special "totalheight"
33571 thickness "0.4pt"
33572 separation "3pt"
33573 shadowsize "4pt"
33574 framecolor "black"
33575 backgroundcolor "none"
33576 status collapsed
33577
33578 \begin_layout Plain Layout
33579 Allow page break box
33580 \end_layout
33581
33582 \end_inset
33583
33584
33585 \end_layout
33586
33587 \begin_layout Section
33588 Box Customization
33589 \begin_inset Index idx
33590 status collapsed
33591
33592 \begin_layout Plain Layout
33593 Boxes ! Customization
33594 \end_layout
33595
33596 \end_inset
33597
33598
33599 \end_layout
33600
33601 \begin_layout Standard
33602 The diameter of the round corners of the oval boxes can be set with the
33603  command 
33604 \series bold
33605
33606 \backslash
33607 cornersize
33608 \series default
33609 .
33610  The command
33611 \end_layout
33612
33613 \begin_layout Standard
33614
33615 \series bold
33616
33617 \backslash
33618 cornersize*{1cm}
33619 \end_layout
33620
33621 \begin_layout Standard
33622 sets the diameter to 1
33623 \begin_inset space \thinspace{}
33624 \end_inset
33625
33626 cm.
33627  The command
33628 \end_layout
33629
33630 \begin_layout Standard
33631
33632 \series bold
33633
33634 \backslash
33635 cornersize{num}
33636 \end_layout
33637
33638 \begin_layout Standard
33639 sets the diameter to 
33640 \family sans
33641 num
33642 \begin_inset space \thinspace{}
33643 \end_inset
33644
33645 ×
33646 \begin_inset space \thinspace{}
33647 \end_inset
33648
33649 minimum(width and height of box)
33650 \family default
33651 .
33652  The default is 
33653 \series bold
33654
33655 \backslash
33656 cornersize{0.5}
33657 \series default
33658 .
33659 \end_layout
33660
33661 \begin_layout Standard
33662 \begin_inset ERT
33663 status collapsed
33664
33665 \begin_layout Plain Layout
33666
33667
33668 \backslash
33669 cornersize*{1.5cm}
33670 \end_layout
33671
33672 \end_inset
33673
33674
33675 \begin_inset Box Ovalbox
33676 position "c"
33677 hor_pos "c"
33678 has_inner_box 1
33679 inner_pos "c"
33680 use_parbox 0
33681 use_makebox 0
33682 width "25col%"
33683 special "none"
33684 height "1in"
33685 height_special "totalheight"
33686 thickness "0.4pt"
33687 separation "3pt"
33688 shadowsize "4pt"
33689 framecolor "black"
33690 backgroundcolor "none"
33691 status open
33692
33693 \begin_layout Plain Layout
33694 \align center
33695 Oval box with 
33696 \series bold
33697
33698 \backslash
33699 cornersize
33700 \series default
33701
33702 \begin_inset space \thinspace{}
33703 \end_inset
33704
33705 =
33706 \begin_inset space \thinspace{}
33707 \end_inset
33708
33709 1.5
33710 \begin_inset space \thinspace{}
33711 \end_inset
33712
33713 cm
33714 \end_layout
33715
33716 \end_inset
33717
33718
33719 \begin_inset ERT
33720 status collapsed
33721
33722 \begin_layout Plain Layout
33723
33724
33725 \backslash
33726 cornersize{0.5}
33727 \end_layout
33728
33729 \end_inset
33730
33731
33732 \end_layout
33733
33734 \begin_layout Standard
33735 \begin_inset VSpace bigskip
33736 \end_inset
33737
33738
33739 \end_layout
33740
33741 \begin_layout Standard
33742 The default background color red of 
33743 \family sans
33744 shaded background
33745 \family default
33746  boxes can either be changed locally with the command 
33747 \series bold
33748
33749 \backslash
33750 definecolor{shadecolor}
33751 \series default
33752  or globally with the menu 
33753 \family sans
33754 Tools\SpecialChar menuseparator
33755 Preferences\SpecialChar menuseparator
33756 Colors\SpecialChar menuseparator
33757 shaded
33758 \begin_inset space ~
33759 \end_inset
33760
33761 box
33762 \family default
33763 .
33764  The scheme of the 
33765 \series bold
33766
33767 \backslash
33768 definecolor
33769 \series default
33770  command is explained in section
33771 \begin_inset space ~
33772 \end_inset
33773
33774
33775 \begin_inset CommandInset ref
33776 LatexCommand ref
33777 reference "sec:Colored-Tables"
33778
33779 \end_inset
33780
33781 .
33782 \begin_inset Foot
33783 status collapsed
33784
33785 \begin_layout Plain Layout
33786 Note that 
33787 \series bold
33788
33789 \backslash
33790 definecolor
33791 \series default
33792  requires the \SpecialChar LaTeX
33793 -package 
33794 \series bold
33795 color
33796 \series default
33797  in the preamble, see section
33798 \begin_inset space ~
33799 \end_inset
33800
33801
33802 \begin_inset CommandInset ref
33803 LatexCommand ref
33804 reference "sec:Colored-Boxes"
33805
33806 \end_inset
33807
33808 .
33809 \end_layout
33810
33811 \end_inset
33812
33813  For example the appearance of the following shaded background box is set
33814  with the \SpecialChar TeX
33815  Code command
33816 \end_layout
33817
33818 \begin_layout Standard
33819
33820 \series bold
33821
33822 \backslash
33823 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33824 \end_layout
33825
33826 \begin_layout Standard
33827 \begin_inset ERT
33828 status collapsed
33829
33830 \begin_layout Plain Layout
33831
33832
33833 \backslash
33834 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33835 \end_layout
33836
33837 \end_inset
33838
33839
33840 \begin_inset Box Shaded
33841 position "t"
33842 hor_pos "c"
33843 has_inner_box 0
33844 inner_pos "t"
33845 use_parbox 0
33846 use_makebox 0
33847 width "100col%"
33848 special "none"
33849 height "1in"
33850 height_special "totalheight"
33851 thickness "0.4pt"
33852 separation "3pt"
33853 shadowsize "4pt"
33854 framecolor "black"
33855 backgroundcolor "none"
33856 status open
33857
33858 \begin_layout Plain Layout
33859
33860 \color yellow
33861 This is yellow text in a
33862 \color none
33863  
33864 \family sans
33865 \color yellow
33866 shaded background
33867 \family default
33868 \color none
33869  
33870 \color yellow
33871 box with dark green background.
33872 \end_layout
33873
33874 \end_inset
33875
33876
33877 \begin_inset ERT
33878 status collapsed
33879
33880 \begin_layout Plain Layout
33881
33882
33883 \backslash
33884 definecolor{shadecolor}{rgb}{1,0,0}
33885 \end_layout
33886
33887 \end_inset
33888
33889
33890 \end_layout
33891
33892 \begin_layout Standard
33893 \begin_inset VSpace bigskip
33894 \end_inset
33895
33896 Manually changed sizes and colors are valid for all boxes following the
33897  commands that change them.
33898 \end_layout
33899
33900 \begin_layout Section
33901 Minipages
33902 \begin_inset CommandInset label
33903 LatexCommand label
33904 name "sec:Minipages"
33905
33906 \end_inset
33907
33908
33909 \begin_inset Index idx
33910 status collapsed
33911
33912 \begin_layout Plain Layout
33913 Boxes ! Minipages
33914 \end_layout
33915
33916 \end_inset
33917
33918
33919 \end_layout
33920
33921 \begin_layout Standard
33922 Minipages are treated by \SpecialChar LaTeX
33923  as pages within pages and can therefore for example
33924  have their own footnotes.
33925 \end_layout
33926
33927 \begin_layout Standard
33928 Minipages are useful when you write documents with different languages.
33929 \end_layout
33930
33931 \begin_layout Standard
33932 Below are two example minipages side by side.
33933  Their width is set to 45
33934 \begin_inset space \thinspace{}
33935 \end_inset
33936
33937 col% and they are separated by a horizontal fill, that was inserted via
33938  the menu 
33939 \family sans
33940 Insert\SpecialChar menuseparator
33941 Special
33942 \begin_inset space ~
33943 \end_inset
33944
33945 Formatting\SpecialChar menuseparator
33946 Horizontal
33947 \begin_inset space ~
33948 \end_inset
33949
33950 Fill
33951 \family default
33952 .
33953 \begin_inset Newpage newpage
33954 \end_inset
33955
33956
33957 \end_layout
33958
33959 \begin_layout Standard
33960 \begin_inset Box Frameless
33961 position "t"
33962 hor_pos "c"
33963 has_inner_box 1
33964 inner_pos "c"
33965 use_parbox 0
33966 use_makebox 0
33967 width "45col%"
33968 special "none"
33969 height "1in"
33970 height_special "totalheight"
33971 thickness "0.4pt"
33972 separation "3pt"
33973 shadowsize "4pt"
33974 framecolor "black"
33975 backgroundcolor "none"
33976 status open
33977
33978 \begin_layout Plain Layout
33979
33980 \lang ngerman
33981 Dies ist ein deutscher Text.
33982  Dies ist ein deutscher Text.
33983  Dies ist ein deutscher Text.
33984  Dies ist ein deutscher Text.
33985  Dies ist ein deutscher Text.
33986  Dies ist ein deutscher Text.
33987  Dies ist ein deutscher Text.
33988  Dies ist ein deutscher Text.
33989  Dies ist ein deutscher Text.
33990  Dies ist ein deutscher Text.
33991  Dies ist ein deutscher Text.
33992  Dies ist ein deutscher Text.
33993  Dies ist ein deutscher Text
33994 \begin_inset Foot
33995 status collapsed
33996
33997 \begin_layout Plain Layout
33998
33999 \lang ngerman
34000 Dies ist eine deutsche Fußnote.
34001 \end_layout
34002
34003 \end_inset
34004
34005 .
34006  Dies ist ein deutscher Text.
34007  Dies ist ein deutscher Text.
34008 \end_layout
34009
34010 \end_inset
34011
34012
34013 \begin_inset space \hfill{}
34014 \end_inset
34015
34016
34017 \begin_inset Box Frameless
34018 position "t"
34019 hor_pos "c"
34020 has_inner_box 1
34021 inner_pos "c"
34022 use_parbox 0
34023 use_makebox 0
34024 width "45col%"
34025 special "none"
34026 height "1in"
34027 height_special "totalheight"
34028 thickness "0.4pt"
34029 separation "3pt"
34030 shadowsize "4pt"
34031 framecolor "black"
34032 backgroundcolor "none"
34033 status open
34034
34035 \begin_layout Plain Layout
34036 This is an English Text.
34037  This is an English Text.
34038  This is an English Text.
34039  This is an English Text.
34040  This is an English Text.
34041  This is an English Text.
34042  This is an English Text.
34043  This is an English Text.
34044  This is an English Text.
34045  This is an English Text.
34046  This is an English Text.
34047  This is an English Text.
34048  This is an English Text.
34049  This is an English Text.
34050  This is an English Text.
34051  This is an English Text.
34052 \begin_inset Foot
34053 status collapsed
34054
34055 \begin_layout Plain Layout
34056 This is an English footnote.
34057 \end_layout
34058
34059 \end_inset
34060
34061  This is an English Text.
34062 \end_layout
34063
34064 \end_inset
34065
34066
34067 \end_layout
34068
34069 \begin_layout Standard
34070 \begin_inset VSpace bigskip
34071 \end_inset
34072
34073 The document-wide paragraph settings are ignored within minipages.
34074  That means that there will be no space between paragraphs in minipages
34075  although you set it to e.
34076 \begin_inset space \thinspace{}
34077 \end_inset
34078
34079 g.
34080 \begin_inset space \space{}
34081 \end_inset
34082
34083
34084 \family sans
34085 MedSkip
34086 \family default
34087  in the document settings.
34088 \end_layout
34089
34090 \begin_layout Standard
34091 Minipages can also be used to set a background color for text parts, see
34092  section
34093 \begin_inset space ~
34094 \end_inset
34095
34096
34097 \begin_inset CommandInset ref
34098 LatexCommand ref
34099 reference "sec:Colored-Boxes"
34100
34101 \end_inset
34102
34103 .
34104 \end_layout
34105
34106 \begin_layout Standard
34107 \begin_inset Note Greyedout
34108 status open
34109
34110 \begin_layout Plain Layout
34111
34112 \series bold
34113 Note:
34114 \series default
34115  You cannot have floats or margin notes inside minipages but minipages can
34116  be used inside tables, floats, and other boxes.
34117 \end_layout
34118
34119 \end_inset
34120
34121
34122 \end_layout
34123
34124 \begin_layout Standard
34125 \begin_inset VSpace bigskip
34126 \end_inset
34127
34128
34129 \end_layout
34130
34131 \begin_layout Standard
34132 \SpecialChar LyX
34133  has also basic support for minipages whose size is automatically determined
34134  by the width of their contents, via the module 
34135 \family sans
34136 Variable-width Minipages
34137 \family default
34138 .
34139  The \SpecialChar LyX
34140  example file 
34141 \emph on
34142 varwidth-floats-side-by-side
34143 \emph default
34144  gives examples of variable-width minipages used for placing two floats
34145  side-by-side.
34146 \end_layout
34147
34148 \begin_layout Section
34149 Parboxes
34150 \begin_inset CommandInset label
34151 LatexCommand label
34152 name "sec:Parboxes"
34153
34154 \end_inset
34155
34156
34157 \begin_inset Index idx
34158 status collapsed
34159
34160 \begin_layout Plain Layout
34161 Boxes ! Parboxes
34162 \end_layout
34163
34164 \end_inset
34165
34166
34167 \end_layout
34168
34169 \begin_layout Standard
34170 Parboxes are very similar to minipages with the difference that they cannot
34171  have footnotes.
34172 \begin_inset Separator latexpar
34173 \end_inset
34174
34175
34176 \end_layout
34177
34178 \begin_layout Standard
34179 \align center
34180 \begin_inset Box Frameless
34181 position "t"
34182 hor_pos "c"
34183 has_inner_box 1
34184 inner_pos "t"
34185 use_parbox 1
34186 use_makebox 0
34187 width "33col%"
34188 special "none"
34189 height "1in"
34190 height_special "totalheight"
34191 thickness "0.4pt"
34192 separation "3pt"
34193 shadowsize "4pt"
34194 framecolor "black"
34195 backgroundcolor "none"
34196 status open
34197
34198 \begin_layout Plain Layout
34199 This a text within a parbox.
34200  This a text within a parbox.
34201 \end_layout
34202
34203 \begin_layout Plain Layout
34204 This footnote won't appear:
34205 \begin_inset Foot
34206 status collapsed
34207
34208 \begin_layout Plain Layout
34209 This footnote is inside a parbox and will therefore not appear.
34210 \end_layout
34211
34212 \end_inset
34213
34214
34215 \end_layout
34216
34217 \end_inset
34218
34219
34220 \end_layout
34221
34222 \begin_layout Section
34223 Boxes for Words and Characters
34224 \begin_inset Index idx
34225 status collapsed
34226
34227 \begin_layout Plain Layout
34228 Boxes ! for Characters
34229 \end_layout
34230
34231 \end_inset
34232
34233
34234 \end_layout
34235
34236 \begin_layout Subsection
34237 Prevent Hyphenation
34238 \begin_inset CommandInset label
34239 LatexCommand label
34240 name "sec:Prevent-Hyphenation"
34241
34242 \end_inset
34243
34244
34245 \begin_inset Index idx
34246 status collapsed
34247
34248 \begin_layout Plain Layout
34249 Boxes ! to Prevent Hyphenation
34250 \end_layout
34251
34252 \end_inset
34253
34254
34255 \end_layout
34256
34257 \begin_layout Standard
34258 You can use the box type 
34259 \family sans
34260 Makebox
34261 \family default
34262  to prevent words or text from being hyphenated.
34263 \begin_inset Newline newline
34264 \end_inset
34265
34266 Here is an example text:
34267 \end_layout
34268
34269 \begin_layout Standard
34270 This line is an example to show how you can prevent the hyphenation of 
34271 \begin_inset Quotes eld
34272 \end_inset
34273
34274 veryverylongword
34275 \begin_inset Quotes erd
34276 \end_inset
34277
34278 .
34279 \end_layout
34280
34281 \begin_layout Standard
34282 To prevent the hyphenation of the word 
34283 \begin_inset Quotes eld
34284 \end_inset
34285
34286 veryverylongword
34287 \begin_inset Quotes erd
34288 \end_inset
34289
34290 , put the word into a box, set the 
34291 \family sans
34292 Inner
34293 \begin_inset space ~
34294 \end_inset
34295
34296 box
34297 \family default
34298  to 
34299 \family sans
34300 Makebox
34301 \family default
34302  and use no explicit width.
34303 \end_layout
34304
34305 \begin_layout Standard
34306 This is the result:
34307 \end_layout
34308
34309 \begin_layout Standard
34310 This line is an example to show how you can prevent the hyphenation of 
34311 \begin_inset Box Frameless
34312 position "t"
34313 hor_pos "c"
34314 has_inner_box 1
34315 inner_pos "t"
34316 use_parbox 0
34317 use_makebox 1
34318 width ""
34319 special "none"
34320 height "1in"
34321 height_special "totalheight"
34322 thickness "0.4pt"
34323 separation "3pt"
34324 shadowsize "4pt"
34325 framecolor "black"
34326 backgroundcolor "none"
34327 status open
34328
34329 \begin_layout Plain Layout
34330 \begin_inset Quotes eld
34331 \end_inset
34332
34333 veryverylongword
34334 \begin_inset Quotes erd
34335 \end_inset
34336
34337
34338 \end_layout
34339
34340 \end_inset
34341
34342 .
34343 \end_layout
34344
34345 \begin_layout Standard
34346 You can alternatively set the command 
34347 \begin_inset Quotes eld
34348 \end_inset
34349
34350
34351 \series bold
34352
34353 \backslash
34354 -
34355 \series default
34356
34357 \begin_inset Quotes grd
34358 \end_inset
34359
34360  as \SpecialChar TeX
34361  Code directly before the word:
34362 \end_layout
34363
34364 \begin_layout Standard
34365 This line is an example to show how you can prevent the hyphenation of 
34366 \begin_inset Quotes eld
34367 \end_inset
34368
34369
34370 \begin_inset ERT
34371 status collapsed
34372
34373 \begin_layout Plain Layout
34374
34375
34376 \backslash
34377 -
34378 \end_layout
34379
34380 \end_inset
34381
34382 veryverylongword
34383 \begin_inset Quotes erd
34384 \end_inset
34385
34386 .
34387 \end_layout
34388
34389 \begin_layout Standard
34390 Of course the word now protrudes over the side margin.
34391  To avoid this, add via the menu 
34392 \family sans
34393 Insert\SpecialChar menuseparator
34394 Formatting\SpecialChar menuseparator
34395 Ragged
34396 \begin_inset space ~
34397 \end_inset
34398
34399 Line
34400 \begin_inset space ~
34401 \end_inset
34402
34403 Break
34404 \family default
34405  (shortcut 
34406 \begin_inset Info
34407 type  "shortcut"
34408 arg   "newline-insert newline"
34409 \end_inset
34410
34411 ) a line break before the word:
34412 \end_layout
34413
34414 \begin_layout Standard
34415 This line is an example to show how you can prevent the hyphenation of 
34416 \begin_inset Newline newline
34417 \end_inset
34418
34419
34420 \begin_inset Box Frameless
34421 position "t"
34422 hor_pos "c"
34423 has_inner_box 1
34424 inner_pos "t"
34425 use_parbox 0
34426 use_makebox 1
34427 width ""
34428 special "none"
34429 height "1in"
34430 height_special "totalheight"
34431 thickness "0.4pt"
34432 separation "3pt"
34433 shadowsize "4pt"
34434 framecolor "black"
34435 backgroundcolor "none"
34436 status open
34437
34438 \begin_layout Plain Layout
34439 \begin_inset Quotes eld
34440 \end_inset
34441
34442 veryverylongword
34443 \begin_inset Quotes erd
34444 \end_inset
34445
34446
34447 \end_layout
34448
34449 \end_inset
34450
34451 .
34452 \end_layout
34453
34454 \begin_layout Subsection
34455 Vertical Alignment
34456 \begin_inset CommandInset label
34457 LatexCommand label
34458 name "subsec:Vertical-Alignment"
34459
34460 \end_inset
34461
34462
34463 \begin_inset Index idx
34464 status collapsed
34465
34466 \begin_layout Plain Layout
34467 Boxes ! for Vertical Alignment
34468 \end_layout
34469
34470 \end_inset
34471
34472
34473 \begin_inset Index idx
34474 status collapsed
34475
34476 \begin_layout Plain Layout
34477 Boxes ! Raiseboxes
34478 \end_layout
34479
34480 \end_inset
34481
34482
34483 \end_layout
34484
34485 \begin_layout Standard
34486 With the help of the command 
34487 \series bold
34488
34489 \backslash
34490 raisebox
34491 \series default
34492  you can align words, characters or other boxes vertically relative to the
34493  surrounding text.
34494  
34495 \series bold
34496
34497 \backslash
34498 raisebox
34499 \series default
34500  is used with the following scheme:
34501 \end_layout
34502
34503 \begin_layout Standard
34504
34505 \series bold
34506
34507 \backslash
34508 raisebox{lift}[height][depth]{box content}
34509 \end_layout
34510
34511 \begin_layout Standard
34512 The lift can be a positive value to raise the box or a negative value to
34513  lower the box.
34514 \end_layout
34515
34516 \begin_layout Standard
34517 To align for example the word 
34518 \begin_inset Quotes eld
34519 \end_inset
34520
34521 preventing
34522 \begin_inset Quotes erd
34523 \end_inset
34524
34525  so that the bottom of the 
34526 \begin_inset Quotes eld
34527 \end_inset
34528
34529 deepest
34530 \begin_inset Quotes erd
34531 \end_inset
34532
34533  character 
34534 \begin_inset Quotes eld
34535 \end_inset
34536
34537 p
34538 \begin_inset Quotes erd
34539 \end_inset
34540
34541  is at the baseline, insert the command
34542 \end_layout
34543
34544 \begin_layout Standard
34545
34546 \series bold
34547
34548 \backslash
34549 raisebox{
34550 \backslash
34551 depth}{
34552 \end_layout
34553
34554 \begin_layout Standard
34555 in \SpecialChar TeX
34556  Code before the word.
34557  After the word insert a closing brace 
34558 \begin_inset Quotes eld
34559 \end_inset
34560
34561
34562 \series bold
34563 }
34564 \series default
34565
34566 \begin_inset Quotes erd
34567 \end_inset
34568
34569  in \SpecialChar TeX
34570  Code.
34571 \begin_inset Newline newline
34572 \end_inset
34573
34574 This is the result:
34575 \end_layout
34576
34577 \begin_layout Standard
34578 This is a text line with the word 
34579 \begin_inset ERT
34580 status collapsed
34581
34582 \begin_layout Plain Layout
34583
34584
34585 \backslash
34586 raisebox{
34587 \backslash
34588 depth}{
34589 \end_layout
34590
34591 \end_inset
34592
34593
34594 \begin_inset Quotes eld
34595 \end_inset
34596
34597 preventing
34598 \begin_inset Quotes erd
34599 \end_inset
34600
34601
34602 \begin_inset ERT
34603 status collapsed
34604
34605 \begin_layout Plain Layout
34606
34607 }
34608 \end_layout
34609
34610 \end_inset
34611
34612  as a raised word.
34613 \end_layout
34614
34615 \begin_layout Standard
34616 \begin_inset VSpace bigskip
34617 \end_inset
34618
34619 When you raise or lower characters in a line, the line distance will be
34620  spread:
34621 \end_layout
34622
34623 \begin_layout Standard
34624 This is a text line with the word 
34625 \begin_inset ERT
34626 status collapsed
34627
34628 \begin_layout Plain Layout
34629
34630
34631 \backslash
34632 raisebox{-
34633 \backslash
34634 depth}{
34635 \end_layout
34636
34637 \end_inset
34638
34639
34640 \begin_inset Quotes eld
34641 \end_inset
34642
34643 preventing
34644 \begin_inset Quotes erd
34645 \end_inset
34646
34647
34648 \begin_inset ERT
34649 status collapsed
34650
34651 \begin_layout Plain Layout
34652
34653 }
34654 \end_layout
34655
34656 \end_inset
34657
34658  as a lowered word.
34659 \begin_inset Newline newline
34660 \end_inset
34661
34662 This is a text line with the word 
34663 \begin_inset ERT
34664 status collapsed
34665
34666 \begin_layout Plain Layout
34667
34668
34669 \backslash
34670 raisebox{0.5cm}{
34671 \end_layout
34672
34673 \end_inset
34674
34675
34676 \begin_inset Quotes eld
34677 \end_inset
34678
34679 testing
34680 \begin_inset Quotes erd
34681 \end_inset
34682
34683
34684 \begin_inset ERT
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688
34689 }
34690 \end_layout
34691
34692 \end_inset
34693
34694  as a raised word.
34695 \end_layout
34696
34697 \begin_layout Standard
34698 If you want to prevent this for a certain reason, set the box height to
34699  a zero value.
34700  For example use
34701 \end_layout
34702
34703 \begin_layout Standard
34704
34705 \series bold
34706
34707 \backslash
34708 raisebox{-
34709 \backslash
34710 depth}[0pt]{
34711 \end_layout
34712
34713 \begin_layout Standard
34714 This is a text line with the word 
34715 \begin_inset ERT
34716 status collapsed
34717
34718 \begin_layout Plain Layout
34719
34720
34721 \backslash
34722 raisebox{-
34723 \backslash
34724 depth}[0pt]{
34725 \end_layout
34726
34727 \end_inset
34728
34729
34730 \begin_inset Quotes eld
34731 \end_inset
34732
34733 preventing
34734 \begin_inset Quotes erd
34735 \end_inset
34736
34737
34738 \begin_inset ERT
34739 status collapsed
34740
34741 \begin_layout Plain Layout
34742
34743 }
34744 \end_layout
34745
34746 \end_inset
34747
34748  as a lowered word.
34749 \begin_inset Newline newline
34750 \end_inset
34751
34752
34753 \begin_inset Newline newline
34754 \end_inset
34755
34756 This is a text line with the word 
34757 \begin_inset ERT
34758 status collapsed
34759
34760 \begin_layout Plain Layout
34761
34762
34763 \backslash
34764 raisebox{0.5cm}[0pt]{
34765 \end_layout
34766
34767 \end_inset
34768
34769
34770 \begin_inset Quotes eld
34771 \end_inset
34772
34773 testing
34774 \begin_inset Quotes erd
34775 \end_inset
34776
34777
34778 \begin_inset ERT
34779 status collapsed
34780
34781 \begin_layout Plain Layout
34782
34783 }
34784 \end_layout
34785
34786 \end_inset
34787
34788  as a raised word.
34789 \end_layout
34790
34791 \begin_layout Section
34792 Colored Boxes
34793 \begin_inset CommandInset label
34794 LatexCommand label
34795 name "sec:Colored-Boxes"
34796
34797 \end_inset
34798
34799
34800 \begin_inset Index idx
34801 status collapsed
34802
34803 \begin_layout Plain Layout
34804 Boxes ! Color
34805 \end_layout
34806
34807 \end_inset
34808
34809
34810 \end_layout
34811
34812 \begin_layout Standard
34813 To color the background of a box just select the color you like in the box
34814  dialog.
34815  This is for example a box with orange background: 
34816 \begin_inset Box Frameless
34817 position "t"
34818 hor_pos "c"
34819 has_inner_box 1
34820 inner_pos "t"
34821 use_parbox 0
34822 use_makebox 1
34823 width ""
34824 special "none"
34825 height "1in"
34826 height_special "totalheight"
34827 thickness "0.4pt"
34828 separation "3pt"
34829 shadowsize "4pt"
34830 framecolor "black"
34831 backgroundcolor "orange"
34832 status open
34833
34834 \begin_layout Plain Layout
34835 Box with orange background
34836 \end_layout
34837
34838 \end_inset
34839
34840
34841 \end_layout
34842
34843 \begin_layout Standard
34844 If you use the decoration 
34845 \family sans
34846 Simple
34847 \begin_inset space ~
34848 \end_inset
34849
34850 rectangular
34851 \begin_inset space ~
34852 \end_inset
34853
34854 frame
34855 \family default
34856  you can set a frame color.
34857  In this case you must also specify a background color (LyX sets white as
34858  default).
34859  Here is an example: 
34860 \begin_inset Box Boxed
34861 position "t"
34862 hor_pos "c"
34863 has_inner_box 0
34864 inner_pos "t"
34865 use_parbox 0
34866 use_makebox 0
34867 width ""
34868 special "none"
34869 height "1in"
34870 height_special "totalheight"
34871 thickness "0.4pt"
34872 separation "3pt"
34873 shadowsize "4pt"
34874 framecolor "teal"
34875 backgroundcolor "yellow"
34876 status open
34877
34878 \begin_layout Plain Layout
34879 Box with teal frame color and yellow background color
34880 \end_layout
34881
34882 \end_inset
34883
34884
34885 \end_layout
34886
34887 \begin_layout Standard
34888 \begin_inset VSpace bigskip
34889 \end_inset
34890
34891 Of course you can also have colored text inside a colored box:
34892 \begin_inset Newline newline
34893 \end_inset
34894
34895
34896 \begin_inset Box Boxed
34897 position "t"
34898 hor_pos "c"
34899 has_inner_box 0
34900 inner_pos "t"
34901 use_parbox 0
34902 use_makebox 0
34903 width ""
34904 special "none"
34905 height "1in"
34906 height_special "totalheight"
34907 thickness "0.4pt"
34908 separation "3pt"
34909 shadowsize "4pt"
34910 framecolor "cyan"
34911 backgroundcolor "magenta"
34912 status open
34913
34914 \begin_layout Plain Layout
34915
34916 \color yellow
34917 This is colored text within a colored, framed box
34918 \end_layout
34919
34920 \end_inset
34921
34922
34923 \end_layout
34924
34925 \begin_layout Standard
34926 \begin_inset VSpace bigskip
34927 \end_inset
34928
34929
34930 \end_layout
34931
34932 \begin_layout Standard
34933 If you need another color than the predefined ones, you can define your
34934  own color as described in section
34935 \begin_inset space ~
34936 \end_inset
34937
34938
34939 \begin_inset CommandInset ref
34940 LatexCommand ref
34941 reference "sec:Colored-Tables"
34942
34943 \end_inset
34944
34945 .
34946  To use your own color you must typeset the box by using TeX code:
34947 \end_layout
34948
34949 \begin_layout Standard
34950 Colored boxes without frame are created with the command 
34951 \series bold
34952
34953 \backslash
34954 colorbox
34955 \series default
34956 .
34957  It has the following scheme:
34958 \end_layout
34959
34960 \begin_layout Standard
34961
34962 \series bold
34963
34964 \backslash
34965 colorbox{color}{box content}
34966 \end_layout
34967
34968 \begin_layout Standard
34969 The box content can also be a box and colored boxes can also be within other
34970  boxes.
34971  To have e.
34972 \begin_inset space \thinspace{}
34973 \end_inset
34974
34975 g.
34976 \begin_inset space \space{}
34977 \end_inset
34978
34979 a darkgreen background for a word, insert the command
34980 \end_layout
34981
34982 \begin_layout Standard
34983
34984 \series bold
34985
34986 \backslash
34987 colorbox{darkgreen}{
34988 \end_layout
34989
34990 \begin_layout Standard
34991 before the word in \SpecialChar TeX
34992  Code.
34993  After the word insert a closing brace 
34994 \begin_inset Quotes eld
34995 \end_inset
34996
34997
34998 \series bold
34999 }
35000 \series default
35001
35002 \begin_inset Quotes erd
35003 \end_inset
35004
35005  in \SpecialChar TeX
35006  Code.
35007 \begin_inset Newline newline
35008 \end_inset
35009
35010 This is the result:
35011 \end_layout
35012
35013 \begin_layout Standard
35014 This is a line where the word 
35015 \begin_inset ERT
35016 status collapsed
35017
35018 \begin_layout Plain Layout
35019
35020
35021 \backslash
35022 colorbox{darkgreen}{
35023 \end_layout
35024
35025 \end_inset
35026
35027
35028 \begin_inset Quotes eld
35029 \end_inset
35030
35031 Attention!
35032 \begin_inset Quotes erd
35033 \end_inset
35034
35035
35036 \begin_inset ERT
35037 status collapsed
35038
35039 \begin_layout Plain Layout
35040
35041 }
35042 \end_layout
35043
35044 \end_inset
35045
35046  has a darkgreen background.
35047 \end_layout
35048
35049 \begin_layout Standard
35050 Framed, colored boxes are created with the command 
35051 \series bold
35052
35053 \backslash
35054 fcolorbox
35055 \series default
35056 .
35057  It has the following scheme:
35058 \end_layout
35059
35060 \begin_layout Standard
35061
35062 \series bold
35063
35064 \backslash
35065 fcolorbox{frame color}{box color}{box content}
35066 \end_layout
35067
35068 \begin_layout Section
35069 Rotated and Scaled Boxes
35070 \end_layout
35071
35072 \begin_layout Standard
35073 To use the boxes described in this section, the module 
35074 \family sans
35075 GraphicBoxes
35076 \family default
35077  must be loaded in the document settings.
35078 \end_layout
35079
35080 \begin_layout Standard
35081 \begin_inset Note Greyedout
35082 status open
35083
35084 \begin_layout Plain Layout
35085
35086 \series bold
35087 Note:
35088 \series default
35089  Not all DVI viewers are able to display rotated or scaled material.
35090 \end_layout
35091
35092 \end_inset
35093
35094
35095 \end_layout
35096
35097 \begin_layout Standard
35098 \begin_inset Note Greyedout
35099 status open
35100
35101 \begin_layout Plain Layout
35102
35103 \series bold
35104 Note:
35105 \series default
35106  Floats are not allowed inside a rotated or scaled box.
35107 \end_layout
35108
35109 \end_inset
35110
35111
35112 \end_layout
35113
35114 \begin_layout Subsection
35115 Rotated Boxes
35116 \begin_inset Index idx
35117 status collapsed
35118
35119 \begin_layout Plain Layout
35120 Boxes ! rotated
35121 \end_layout
35122
35123 \end_inset
35124
35125
35126 \begin_inset Index idx
35127 status collapsed
35128
35129 \begin_layout Plain Layout
35130 Rotated Material
35131 \end_layout
35132
35133 \end_inset
35134
35135
35136 \end_layout
35137
35138 \begin_layout Standard
35139 To rotate material, you can put it into a 
35140 \family sans
35141 Rotatebox
35142 \family default
35143 .
35144  Such a box is inserted via the menu 
35145 \family sans
35146 Insert\SpecialChar menuseparator
35147 Custom Insets\SpecialChar menuseparator
35148 Rotatebox
35149 \family default
35150 .
35151 \end_layout
35152
35153 \begin_layout Standard
35154 The rotation origin can be specified via the inset 
35155 \family sans
35156 Origin
35157 \family default
35158  (menu 
35159 \family sans
35160 Insert\SpecialChar menuseparator
35161 Origin
35162 \family default
35163 ) in the form 
35164 \series bold
35165 origin=position
35166 \series default
35167 .
35168  The following positions are possible: 
35169 \emph on
35170 c
35171 \emph default
35172  (center), 
35173 \emph on
35174 l
35175 \emph default
35176  (left), 
35177 \emph on
35178 r
35179 \emph default
35180  (right), 
35181 \emph on
35182 b
35183 \emph default
35184  (bottom), 
35185 \emph on
35186 t
35187 \emph default
35188  (top), along with meaningful combinations of the four base positions.
35189  For example 
35190 \emph on
35191 lt
35192 \emph default
35193  means that the rotation origin is at the top left corner of the box.
35194  When no rotation origin is specified, the position 
35195 \emph on
35196 l
35197 \emph default
35198  will be used.
35199  The rotation angle is a number that can be negative that specifies the
35200  angle in degrees.
35201  The rotation direction is counterclockwise.
35202 \end_layout
35203
35204 \begin_layout Standard
35205 In the following example 
35206 \series bold
35207 origin=c
35208 \series default
35209  was inserted to the 
35210 \family sans
35211 Origin
35212 \family default
35213  inset and 
35214 \series bold
35215 60
35216 \series default
35217  was inserted to the 
35218 \family sans
35219 Angle
35220 \family default
35221  inset.
35222 \end_layout
35223
35224 \begin_layout Standard
35225 This is a line 
35226 \begin_inset Flex Rotatebox
35227 status open
35228
35229 \begin_layout Plain Layout
35230 \begin_inset Argument 1
35231 status open
35232
35233 \begin_layout Plain Layout
35234 origin=c
35235 \end_layout
35236
35237 \end_inset
35238
35239
35240 \begin_inset Argument 2
35241 status open
35242
35243 \begin_layout Plain Layout
35244 60
35245 \end_layout
35246
35247 \end_inset
35248
35249 with rotated
35250 \end_layout
35251
35252 \end_inset
35253
35254  text.
35255 \end_layout
35256
35257 \begin_layout Standard
35258 The box content can also be another box or an inline formula:
35259 \end_layout
35260
35261 \begin_layout Standard
35262 This is a line 
35263 \begin_inset Flex Rotatebox
35264 status open
35265
35266 \begin_layout Plain Layout
35267 \begin_inset Argument 1
35268 status open
35269
35270 \begin_layout Plain Layout
35271 origin=r
35272 \end_layout
35273
35274 \end_inset
35275
35276
35277 \begin_inset Argument 2
35278 status open
35279
35280 \begin_layout Plain Layout
35281 -60
35282 \end_layout
35283
35284 \end_inset
35285
35286
35287 \begin_inset Box Doublebox
35288 position "c"
35289 hor_pos "c"
35290 has_inner_box 0
35291 inner_pos "c"
35292 use_parbox 0
35293 use_makebox 0
35294 width "1in"
35295 special "width"
35296 height "1in"
35297 height_special "totalheight"
35298 thickness "0.4pt"
35299 separation "3pt"
35300 shadowsize "4pt"
35301 framecolor "black"
35302 backgroundcolor "none"
35303 status collapsed
35304
35305 \begin_layout Plain Layout
35306 with rotated
35307 \end_layout
35308
35309 \end_inset
35310
35311
35312 \end_layout
35313
35314 \end_inset
35315
35316  framed text 
35317 \begin_inset Flex Rotatebox
35318 status open
35319
35320 \begin_layout Plain Layout
35321 \begin_inset Argument 1
35322 status open
35323
35324 \begin_layout Plain Layout
35325 origin=lb
35326 \end_layout
35327
35328 \end_inset
35329
35330
35331 \begin_inset Argument 2
35332 status open
35333
35334 \begin_layout Plain Layout
35335 60
35336 \end_layout
35337
35338 \end_inset
35339
35340
35341 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35342 \end_inset
35343
35344
35345 \end_layout
35346
35347 \end_inset
35348
35349  and a formula.
35350 \end_layout
35351
35352 \begin_layout Standard
35353 or an image or table:
35354 \end_layout
35355
35356 \begin_layout Standard
35357 This is a line 
35358 \begin_inset Flex Rotatebox
35359 status open
35360
35361 \begin_layout Plain Layout
35362 \begin_inset Argument 1
35363 status open
35364
35365 \begin_layout Plain Layout
35366 origin=lb
35367 \end_layout
35368
35369 \end_inset
35370
35371
35372 \begin_inset Argument 2
35373 status open
35374
35375 \begin_layout Plain Layout
35376 90
35377 \end_layout
35378
35379 \end_inset
35380
35381
35382 \begin_inset Graphics
35383         filename clipart/platypus.eps
35384         lyxscale 50
35385         width 25col%
35386
35387 \end_inset
35388
35389
35390 \end_layout
35391
35392 \end_inset
35393
35394  with a rotated image 
35395 \begin_inset Flex Rotatebox
35396 status open
35397
35398 \begin_layout Plain Layout
35399 \begin_inset Argument 2
35400 status open
35401
35402 \begin_layout Plain Layout
35403 -90
35404 \end_layout
35405
35406 \end_inset
35407
35408
35409 \begin_inset Tabular
35410 <lyxtabular version="3" rows="2" columns="2">
35411 <features tabularvalignment="middle">
35412 <column alignment="center" valignment="top">
35413 <column alignment="center" valignment="top">
35414 <row>
35415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35416 \begin_inset Text
35417
35418 \begin_layout Plain Layout
35419 q
35420 \end_layout
35421
35422 \end_inset
35423 </cell>
35424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35425 \begin_inset Text
35426
35427 \begin_layout Plain Layout
35428 w
35429 \end_layout
35430
35431 \end_inset
35432 </cell>
35433 </row>
35434 <row>
35435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35436 \begin_inset Text
35437
35438 \begin_layout Plain Layout
35439 e
35440 \end_layout
35441
35442 \end_inset
35443 </cell>
35444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35445 \begin_inset Text
35446
35447 \begin_layout Plain Layout
35448 r
35449 \end_layout
35450
35451 \end_inset
35452 </cell>
35453 </row>
35454 </lyxtabular>
35455
35456 \end_inset
35457
35458
35459 \end_layout
35460
35461 \end_inset
35462
35463  and table.
35464 \begin_inset Index idx
35465 status collapsed
35466
35467 \begin_layout Plain Layout
35468 Figures ! rotated
35469 \end_layout
35470
35471 \end_inset
35472
35473
35474 \begin_inset Index idx
35475 status collapsed
35476
35477 \begin_layout Plain Layout
35478 Table Customization ! Rotating
35479 \end_layout
35480
35481 \end_inset
35482
35483
35484 \end_layout
35485
35486 \begin_layout Standard
35487 \begin_inset Note Greyedout
35488 status open
35489
35490 \begin_layout Plain Layout
35491
35492 \series bold
35493 Note:
35494 \series default
35495  If the 
35496 \family sans
35497 Angle
35498 \family default
35499  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
35500
35501  errors when viewing/exporting the document.
35502 \end_layout
35503
35504 \end_inset
35505
35506
35507 \end_layout
35508
35509 \begin_layout Subsection
35510 Scaled Boxes
35511 \begin_inset Index idx
35512 status collapsed
35513
35514 \begin_layout Plain Layout
35515 Boxes ! scaled
35516 \end_layout
35517
35518 \end_inset
35519
35520
35521 \begin_inset Index idx
35522 status collapsed
35523
35524 \begin_layout Plain Layout
35525 Scaled Material
35526 \end_layout
35527
35528 \end_inset
35529
35530
35531 \end_layout
35532
35533 \begin_layout Standard
35534 To scale material put it into a 
35535 \family sans
35536 Scalebox
35537 \family default
35538 .
35539  Such a box is inserted via the menu 
35540 \family sans
35541 Insert\SpecialChar menuseparator
35542 Custom Insets\SpecialChar menuseparator
35543 Scalebox
35544 \family default
35545 .
35546 \end_layout
35547
35548 \begin_layout Standard
35549 The 
35550 \family sans
35551 Scalebox
35552 \family default
35553  inset has the mandatory inset 
35554 \family sans
35555 H-Factor
35556 \family default
35557  and the optional inset 
35558 \family sans
35559 V-Factor
35560 \family default
35561  (inserted via the menu 
35562 \family sans
35563 Insert\SpecialChar menuseparator
35564 V-Factor)
35565 \family default
35566 .
35567  Input there the horizontal and vertical scale factor, respectively.
35568  If no 
35569 \family sans
35570 V-Factor
35571 \family default
35572  inset is used, the horizontal factor will also be used as the vertical
35573  one.
35574 \end_layout
35575
35576 \begin_layout Standard
35577 To get for example the double text size, compared to the document text size,
35578  insert 
35579 \series bold
35580 2
35581 \series default
35582  into the 
35583 \family sans
35584 H-Factor
35585 \family default
35586  inset.
35587  An example: 
35588 \begin_inset Flex Scalebox
35589 status open
35590
35591 \begin_layout Plain Layout
35592 \begin_inset Argument 1
35593 status open
35594
35595 \begin_layout Plain Layout
35596 2
35597 \end_layout
35598
35599 \end_inset
35600
35601 Hello
35602 \end_layout
35603
35604 \end_inset
35605
35606
35607 \end_layout
35608
35609 \begin_layout Standard
35610
35611 \series bold
35612 2
35613 \series default
35614  as 
35615 \family sans
35616 H-Factor
35617 \family default
35618  and 
35619 \series bold
35620 1
35621 \series default
35622  as 
35623 \family sans
35624 V-Factor
35625 \family default
35626  distorts the 
35627 \begin_inset Flex Scalebox
35628 status open
35629
35630 \begin_layout Plain Layout
35631 \begin_inset Argument 1
35632 status open
35633
35634 \begin_layout Plain Layout
35635 2
35636 \end_layout
35637
35638 \end_inset
35639
35640
35641 \begin_inset Argument 2
35642 status open
35643
35644 \begin_layout Plain Layout
35645 1
35646 \end_layout
35647
35648 \end_inset
35649
35650 Hello
35651 \end_layout
35652
35653 \end_inset
35654
35655 .
35656 \end_layout
35657
35658 \begin_layout Standard
35659 If the scaling factor is negative, the box content will be mirrored.
35660  Therefore 
35661 \series bold
35662 -1
35663 \series default
35664  as 
35665 \family sans
35666 H-Factor
35667 \family default
35668  and 
35669 \series bold
35670 1
35671 \series default
35672  as 
35673 \family sans
35674 V-Factor
35675 \family default
35676  can be used to create mirror writing: 
35677 \begin_inset Flex Scalebox
35678 status open
35679
35680 \begin_layout Plain Layout
35681 \begin_inset Argument 1
35682 status open
35683
35684 \begin_layout Plain Layout
35685 -1
35686 \end_layout
35687
35688 \end_inset
35689
35690
35691 \begin_inset Argument 2
35692 status open
35693
35694 \begin_layout Plain Layout
35695 1
35696 \end_layout
35697
35698 \end_inset
35699
35700 Hello
35701 \end_layout
35702
35703 \end_inset
35704
35705
35706 \end_layout
35707
35708 \begin_layout Standard
35709
35710 \series bold
35711 1
35712 \series default
35713  as 
35714 \family sans
35715 H-Factor
35716 \family default
35717  and 
35718 \series bold
35719 -1
35720 \series default
35721  as 
35722 \family sans
35723 V-Factor
35724 \family default
35725  reflects the 
35726 \begin_inset Flex Scalebox
35727 status open
35728
35729 \begin_layout Plain Layout
35730 \begin_inset Argument 1
35731 status open
35732
35733 \begin_layout Plain Layout
35734 1
35735 \end_layout
35736
35737 \end_inset
35738
35739
35740 \begin_inset Argument 2
35741 status open
35742
35743 \begin_layout Plain Layout
35744 -1
35745 \end_layout
35746
35747 \end_inset
35748
35749 Hello
35750 \end_layout
35751
35752 \end_inset
35753
35754  at the base line.
35755 \end_layout
35756
35757 \begin_layout Standard
35758 The 
35759 \family sans
35760 Reflectbox
35761 \family default
35762  (menu 
35763 \family sans
35764 Insert\SpecialChar menuseparator
35765 Custom Insets\SpecialChar menuseparator
35766 Reflectbox
35767 \family default
35768 ) is equivalent to 
35769 \series bold
35770 -1
35771 \series default
35772  as 
35773 \family sans
35774 H-Factor
35775 \family default
35776  and 
35777 \series bold
35778 1
35779 \series default
35780  as 
35781 \family sans
35782 V-Factor 
35783 \family default
35784 for a 
35785 \family sans
35786 Scalebox
35787 \family default
35788 .
35789 \end_layout
35790
35791 \begin_layout Standard
35792 \begin_inset Note Greyedout
35793 status open
35794
35795 \begin_layout Plain Layout
35796
35797 \series bold
35798 Note:
35799 \series default
35800  If the 
35801 \family sans
35802 H-Factor
35803 \family default
35804  inset is empty or contains other characters than numbers you will get LaTeX
35805  errors when viewing/exporting the document.
35806 \end_layout
35807
35808 \end_inset
35809
35810
35811 \end_layout
35812
35813 \begin_layout Standard
35814 \begin_inset VSpace bigskip
35815 \end_inset
35816
35817 The 
35818 \family sans
35819 Resizebox
35820 \family default
35821  (menu 
35822 \family sans
35823 Insert\SpecialChar menuseparator
35824 Custom Insets\SpecialChar menuseparator
35825 Resizebox
35826 \family default
35827 ) is used to scale the content to a defined width and height.
35828  The 
35829 \family sans
35830 Resizebox
35831 \family default
35832  inset has the mandatory inset 
35833 \family sans
35834 Width
35835 \family default
35836  and the optional inset 
35837 \family sans
35838 Height
35839 \family default
35840  (inserted via the menu 
35841 \family sans
35842 Insert\SpecialChar menuseparator
35843 Height)
35844 \family default
35845 .
35846  Input there the width and height, respectively, as value with a unit.
35847  
35848 \begin_inset CommandInset ref
35849 LatexCommand ref
35850 reference "tab:Units"
35851
35852 \end_inset
35853
35854  lists the possible units.
35855  If there is an exclamation mark 
35856 \series bold
35857 !
35858 \series default
35859  in of of the two insets, the size is set so that the aspect ratio of the
35860  box content is kept.
35861  If no 
35862 \family sans
35863 Height
35864 \family default
35865  inset is used an exclamation mark will internally be used for the height.
35866 \end_layout
35867
35868 \begin_layout Standard
35869
35870 \series bold
35871 2cm
35872 \series default
35873  as 
35874 \family sans
35875 Width
35876 \family default
35877  and 
35878 \series bold
35879 1cm
35880 \series default
35881  as 
35882 \family sans
35883 Height
35884 \family default
35885  produces: 
35886 \begin_inset Flex Resizebox
35887 status open
35888
35889 \begin_layout Plain Layout
35890 \begin_inset Argument 1
35891 status open
35892
35893 \begin_layout Plain Layout
35894 2cm
35895 \end_layout
35896
35897 \end_inset
35898
35899
35900 \begin_inset Argument 2
35901 status open
35902
35903 \begin_layout Plain Layout
35904 1cm
35905 \end_layout
35906
35907 \end_inset
35908
35909 Hello
35910 \end_layout
35911
35912 \end_inset
35913
35914
35915 \begin_inset Newline newline
35916 \end_inset
35917
35918
35919 \series bold
35920 2cm
35921 \series default
35922  as 
35923 \family sans
35924 Width
35925 \family default
35926  and 
35927 \series bold
35928 !
35929 \series default
35930  as 
35931 \family sans
35932 Height
35933 \family default
35934  (or no 
35935 \family sans
35936 Height
35937 \family default
35938 ) produces: 
35939 \begin_inset Flex Resizebox
35940 status open
35941
35942 \begin_layout Plain Layout
35943 \begin_inset Argument 1
35944 status open
35945
35946 \begin_layout Plain Layout
35947 2cm
35948 \end_layout
35949
35950 \end_inset
35951
35952
35953 \begin_inset Argument 2
35954 status open
35955
35956 \begin_layout Plain Layout
35957 !
35958 \end_layout
35959
35960 \end_inset
35961
35962 Hello
35963 \end_layout
35964
35965 \end_inset
35966
35967
35968 \end_layout
35969
35970 \begin_layout Standard
35971 \begin_inset Note Greyedout
35972 status open
35973
35974 \begin_layout Plain Layout
35975
35976 \series bold
35977 Note:
35978 \series default
35979  If the 
35980 \family sans
35981 Width
35982 \family default
35983  inset is empty or contains an invalid unit you will get LaTeX errors when
35984  viewing/exporting the document.
35985 \end_layout
35986
35987 \end_inset
35988
35989
35990 \end_layout
35991
35992 \begin_layout Standard
35993 \begin_inset VSpace bigskip
35994 \end_inset
35995
35996
35997 \end_layout
35998
35999 \begin_layout Standard
36000 The boxes can be combined in any order.
36001  As example a 
36002 \family sans
36003 Reflectbox
36004 \family default
36005  inside a 
36006 \family sans
36007 Resizebox
36008 \family default
36009  which is in turn inside a 
36010 \family sans
36011 Rotatebox
36012 \family default
36013 :
36014 \end_layout
36015
36016 \begin_layout Standard
36017 \noindent
36018 \align center
36019 \begin_inset Flex Rotatebox
36020 status open
36021
36022 \begin_layout Plain Layout
36023 \begin_inset Argument 1
36024 status open
36025
36026 \begin_layout Plain Layout
36027 origin=c
36028 \end_layout
36029
36030 \end_inset
36031
36032
36033 \begin_inset Argument 2
36034 status open
36035
36036 \begin_layout Plain Layout
36037 -45
36038 \end_layout
36039
36040 \end_inset
36041
36042
36043 \begin_inset Flex Resizebox
36044 status open
36045
36046 \begin_layout Plain Layout
36047 \begin_inset Argument 1
36048 status open
36049
36050 \begin_layout Plain Layout
36051 2cm
36052 \end_layout
36053
36054 \end_inset
36055
36056
36057 \begin_inset Flex Reflectbox
36058 status open
36059
36060 \begin_layout Plain Layout
36061 Hello
36062 \end_layout
36063
36064 \end_inset
36065
36066
36067 \end_layout
36068
36069 \end_inset
36070
36071
36072 \end_layout
36073
36074 \end_inset
36075
36076
36077 \end_layout
36078
36079 \begin_layout Standard
36080 \noindent
36081 Images, tables, and inline formulas are allowed as box content:
36082 \end_layout
36083
36084 \begin_layout Standard
36085 \noindent
36086 \align center
36087 \begin_inset Flex Resizebox
36088 status open
36089
36090 \begin_layout Plain Layout
36091 \begin_inset Argument 1
36092 status open
36093
36094 \begin_layout Plain Layout
36095 2cm
36096 \end_layout
36097
36098 \end_inset
36099
36100
36101 \begin_inset Flex Reflectbox
36102 status open
36103
36104 \begin_layout Plain Layout
36105 \begin_inset Graphics
36106         filename clipart/platypus.eps
36107         lyxscale 50
36108         width 25col%
36109
36110 \end_inset
36111
36112
36113 \end_layout
36114
36115 \end_inset
36116
36117
36118 \end_layout
36119
36120 \end_inset
36121
36122  
36123 \begin_inset Flex Resizebox
36124 status open
36125
36126 \begin_layout Plain Layout
36127 \begin_inset Argument 1
36128 status open
36129
36130 \begin_layout Plain Layout
36131 2cm
36132 \end_layout
36133
36134 \end_inset
36135
36136
36137 \begin_inset Flex Reflectbox
36138 status open
36139
36140 \begin_layout Plain Layout
36141 \begin_inset Tabular
36142 <lyxtabular version="3" rows="2" columns="2">
36143 <features tabularvalignment="middle">
36144 <column alignment="center" valignment="top">
36145 <column alignment="center" valignment="top">
36146 <row>
36147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36148 \begin_inset Text
36149
36150 \begin_layout Plain Layout
36151 q
36152 \end_layout
36153
36154 \end_inset
36155 </cell>
36156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36157 \begin_inset Text
36158
36159 \begin_layout Plain Layout
36160 w
36161 \end_layout
36162
36163 \end_inset
36164 </cell>
36165 </row>
36166 <row>
36167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36168 \begin_inset Text
36169
36170 \begin_layout Plain Layout
36171 e
36172 \end_layout
36173
36174 \end_inset
36175 </cell>
36176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36177 \begin_inset Text
36178
36179 \begin_layout Plain Layout
36180 r
36181 \end_layout
36182
36183 \end_inset
36184 </cell>
36185 </row>
36186 </lyxtabular>
36187
36188 \end_inset
36189
36190
36191 \end_layout
36192
36193 \end_inset
36194
36195
36196 \end_layout
36197
36198 \end_inset
36199
36200  
36201 \begin_inset Flex Resizebox
36202 status open
36203
36204 \begin_layout Plain Layout
36205 \begin_inset Argument 1
36206 status open
36207
36208 \begin_layout Plain Layout
36209 3cm
36210 \end_layout
36211
36212 \end_inset
36213
36214
36215 \begin_inset Flex Reflectbox
36216 status open
36217
36218 \begin_layout Plain Layout
36219 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36220 \end_inset
36221
36222
36223 \end_layout
36224
36225 \end_inset
36226
36227
36228 \end_layout
36229
36230 \end_inset
36231
36232
36233 \begin_inset Index idx
36234 status collapsed
36235
36236 \begin_layout Plain Layout
36237 Figures ! scaled
36238 \end_layout
36239
36240 \end_inset
36241
36242
36243 \begin_inset Index idx
36244 status collapsed
36245
36246 \begin_layout Plain Layout
36247 Table Customization ! Scaling
36248 \end_layout
36249
36250 \end_inset
36251
36252
36253 \end_layout
36254
36255 \begin_layout Standard
36256 When the global formula style 
36257 \series bold
36258 fleqn
36259 \series default
36260  is used in the document
36261 \begin_inset Foot
36262 status collapsed
36263
36264 \begin_layout Plain Layout
36265 When 
36266 \begin_inset Quotes eld
36267 \end_inset
36268
36269 fleqn
36270 \begin_inset Quotes erd
36271 \end_inset
36272
36273  is added to the document class options.
36274 \end_layout
36275
36276 \end_inset
36277
36278 , display style formulas can also be scaled.
36279 \end_layout
36280
36281 \begin_layout Chapter
36282 Objects Surrounded by Text
36283 \begin_inset Index idx
36284 status collapsed
36285
36286 \begin_layout Plain Layout
36287 Surrounded by text
36288 \end_layout
36289
36290 \end_inset
36291
36292
36293 \end_layout
36294
36295 \begin_layout Section
36296 Wrap Floats
36297 \begin_inset CommandInset label
36298 LatexCommand label
36299 name "sec:Wrap-Floats"
36300
36301 \end_inset
36302
36303
36304 \begin_inset Index idx
36305 status collapsed
36306
36307 \begin_layout Plain Layout
36308 Floats ! Wrap Floats
36309 \end_layout
36310
36311 \end_inset
36312
36313
36314 \begin_inset Index idx
36315 status collapsed
36316
36317 \begin_layout Plain Layout
36318 Surrounded by text ! Wrap Floats
36319 \end_layout
36320
36321 \end_inset
36322
36323
36324 \end_layout
36325
36326 \begin_layout Standard
36327 \begin_inset Wrap figure
36328 lines 0
36329 placement l
36330 overhang 1cm
36331 width "40col%"
36332 status open
36333
36334 \begin_layout Plain Layout
36335 \begin_inset Graphics
36336         filename clipart/mobius.eps
36337         width 40col%
36338         scaleBeforeRotation
36339         rotateOrigin center
36340
36341 \end_inset
36342
36343
36344 \end_layout
36345
36346 \begin_layout Plain Layout
36347 \begin_inset Caption Standard
36348
36349 \begin_layout Plain Layout
36350 \begin_inset CommandInset label
36351 LatexCommand label
36352 name "fig:This-is-a"
36353
36354 \end_inset
36355
36356 This is a figure wrap float.
36357 \end_layout
36358
36359 \end_inset
36360
36361
36362 \end_layout
36363
36364 \end_inset
36365
36366  This float type is used if you want to wrap text around a figure or table
36367  so that it only occupies some fraction of the column width.
36368  It can be inserted using the menu 
36369 \family sans
36370 Insert\SpecialChar menuseparator
36371 Floats\SpecialChar menuseparator
36372 Figure
36373 \begin_inset space ~
36374 \end_inset
36375
36376 Wrap
36377 \begin_inset space ~
36378 \end_inset
36379
36380 Float
36381 \family default
36382  or 
36383 \family sans
36384 Table
36385 \begin_inset space ~
36386 \end_inset
36387
36388 Wrap
36389 \begin_inset space ~
36390 \end_inset
36391
36392 Float
36393 \family default
36394  if the \SpecialChar LaTeX
36395 -package 
36396 \series bold
36397 wrapfig
36398 \series default
36399
36400 \begin_inset Index idx
36401 status collapsed
36402
36403 \begin_layout Plain Layout
36404 \SpecialChar LaTeX
36405 -packages ! wrapfig
36406 \end_layout
36407
36408 \end_inset
36409
36410  is installed.
36411 \begin_inset Foot
36412 status collapsed
36413
36414 \begin_layout Plain Layout
36415 Installing a \SpecialChar LaTeX
36416 -package is explained it in the 
36417 \emph on
36418 \SpecialChar LaTeX
36419
36420 \begin_inset space ~
36421 \end_inset
36422
36423 Configuration
36424 \emph default
36425  manual.
36426 \end_layout
36427
36428 \end_inset
36429
36430  The settings of the float can be modified by right-clicking on the float
36431  box.
36432  The mandatory settings are the float 
36433 \family sans
36434 Placement
36435 \family default
36436  and its 
36437 \family sans
36438 Width
36439 \family default
36440 .
36441  Optional are the 
36442 \family sans
36443 Overhang
36444 \family default
36445  that specifies how much the float is set into the paragraph
36446 \begin_inset space \thinspace{}
36447 \end_inset
36448
36449 /
36450 \begin_inset space \thinspace{}
36451 \end_inset
36452
36453 page margin, and the 
36454 \family sans
36455 Line
36456 \begin_inset space ~
36457 \end_inset
36458
36459 span
36460 \family default
36461  that specifies how many text lines the float will approximately need.
36462  The line span is often hard to approximate; so it is better only to use
36463  it when you encounter float placement problems.
36464  You can furthermore decide if \SpecialChar LaTeX
36465  is allowed to let the float float within
36466  the paragraph or to surrounding paragraphs.
36467  Figure
36468 \begin_inset space ~
36469 \end_inset
36470
36471
36472 \begin_inset CommandInset ref
36473 LatexCommand ref
36474 reference "fig:This-is-a"
36475
36476 \end_inset
36477
36478  is an example text wrap float with a width of 40
36479 \begin_inset space \thinspace{}
36480 \end_inset
36481
36482 col%, 1
36483 \begin_inset space \thinspace{}
36484 \end_inset
36485
36486 cm overhang, set to the left.
36487 \end_layout
36488
36489 \begin_layout Standard
36490 \begin_inset Note Greyedout
36491 status open
36492
36493 \begin_layout Plain Layout
36494
36495 \series bold
36496 Note:
36497 \series default
36498  Text
36499 \begin_inset space ~
36500 \end_inset
36501
36502 wrap float floats are fragile! E.
36503 \begin_inset space \thinspace{}
36504 \end_inset
36505
36506 g.
36507 \begin_inset space \space{}
36508 \end_inset
36509
36510 having a figure too close to the bottom of the page can mess things up in
36511  such a way that the float does not appear in the output or that it is placed
36512  over some other text.
36513 \end_layout
36514
36515 \end_inset
36516
36517
36518 \end_layout
36519
36520 \begin_layout Standard
36521 In general, the following applies for wrap floats:
36522 \end_layout
36523
36524 \begin_layout Itemize
36525 They should not be placed in paragraphs that run over a page break.
36526  That means that wrap floats are better inserted in their exact place when
36527  the document is almost finished and you are able to estimate where page
36528  breaks will appear.
36529 \end_layout
36530
36531 \begin_layout Itemize
36532 They should either be placed in their own paragraph before the paragraph
36533  where they should wrap into or within a paragraph.
36534 \end_layout
36535
36536 \begin_layout Itemize
36537 In consecutive paragraphs they may cause troubles, so ensure that there
36538  is a text paragraph between them as separator.
36539 \end_layout
36540
36541 \begin_layout Itemize
36542 They are not allowed in section headings or tables.
36543 \end_layout
36544
36545 \begin_layout Itemize
36546 Their numbering and referencing works as described in chap.
36547 \begin_inset space \thinspace{}
36548 \end_inset
36549
36550
36551 \begin_inset CommandInset ref
36552 LatexCommand ref
36553 reference "chap:Floats"
36554
36555 \end_inset
36556
36557 .
36558 \end_layout
36559
36560 \begin_layout Section
36561 Surrounded Fixed Objects
36562 \begin_inset Index idx
36563 status collapsed
36564
36565 \begin_layout Plain Layout
36566 Surrounded by text ! Fixed objects
36567 \end_layout
36568
36569 \end_inset
36570
36571
36572 \end_layout
36573
36574 \begin_layout Standard
36575 The wrap floats described in sec.
36576 \begin_inset space \thinspace{}
36577 \end_inset
36578
36579
36580 \begin_inset CommandInset ref
36581 LatexCommand ref
36582 reference "sec:Wrap-Floats"
36583
36584 \end_inset
36585
36586  have these positions in the paragraph:
36587 \begin_inset Separator latexpar
36588 \end_inset
36589
36590
36591 \end_layout
36592
36593 \begin_layout Standard
36594 \noindent
36595 \align center
36596 \begin_inset Tabular
36597 <lyxtabular version="3" rows="2" columns="2">
36598 <features tabularvalignment="middle">
36599 <column alignment="center" valignment="top">
36600 <column alignment="center" valignment="top">
36601 <row>
36602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36603 \begin_inset Text
36604
36605 \begin_layout Plain Layout
36606 \begin_inset Info
36607 type  "icon"
36608 arg   "dialog-show-new-inset graphics"
36609 \end_inset
36610
36611
36612 \end_layout
36613
36614 \end_inset
36615 </cell>
36616 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36617 \begin_inset Text
36618
36619 \begin_layout Plain Layout
36620 text
36621 \end_layout
36622
36623 \end_inset
36624 </cell>
36625 </row>
36626 <row>
36627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36628 \begin_inset Text
36629
36630 \begin_layout Plain Layout
36631 text
36632 \end_layout
36633
36634 \end_inset
36635 </cell>
36636 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36637 \begin_inset Text
36638
36639 \begin_layout Plain Layout
36640 text
36641 \end_layout
36642
36643 \end_inset
36644 </cell>
36645 </row>
36646 </lyxtabular>
36647
36648 \end_inset
36649
36650  or 
36651 \begin_inset Tabular
36652 <lyxtabular version="3" rows="2" columns="2">
36653 <features tabularvalignment="middle">
36654 <column alignment="center" valignment="top">
36655 <column alignment="center" valignment="top">
36656 <row>
36657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36658 \begin_inset Text
36659
36660 \begin_layout Plain Layout
36661 text
36662 \end_layout
36663
36664 \end_inset
36665 </cell>
36666 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36667 \begin_inset Text
36668
36669 \begin_layout Plain Layout
36670 \begin_inset Info
36671 type  "icon"
36672 arg   "dialog-show-new-inset graphics"
36673 \end_inset
36674
36675
36676 \end_layout
36677
36678 \end_inset
36679 </cell>
36680 </row>
36681 <row>
36682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36683 \begin_inset Text
36684
36685 \begin_layout Plain Layout
36686 text
36687 \end_layout
36688
36689 \end_inset
36690 </cell>
36691 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36692 \begin_inset Text
36693
36694 \begin_layout Plain Layout
36695 text
36696 \end_layout
36697
36698 \end_inset
36699 </cell>
36700 </row>
36701 </lyxtabular>
36702
36703 \end_inset
36704
36705
36706 \end_layout
36707
36708 \begin_layout Standard
36709 To get an object exactly at the position where it is inserted, for example
36710  to get one of these positions:
36711 \begin_inset VSpace defskip
36712 \end_inset
36713
36714
36715 \end_layout
36716
36717 \begin_layout Standard
36718 \noindent
36719 \align center
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 text
36731 \end_layout
36732
36733 \end_inset
36734 </cell>
36735 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36736 \begin_inset Text
36737
36738 \begin_layout Plain Layout
36739 text
36740 \end_layout
36741
36742 \end_inset
36743 </cell>
36744 </row>
36745 <row>
36746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36747 \begin_inset Text
36748
36749 \begin_layout Plain Layout
36750 \begin_inset Info
36751 type  "icon"
36752 arg   "dialog-show-new-inset graphics"
36753 \end_inset
36754
36755
36756 \end_layout
36757
36758 \end_inset
36759 </cell>
36760 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36761 \begin_inset Text
36762
36763 \begin_layout Plain Layout
36764 text
36765 \end_layout
36766
36767 \end_inset
36768 </cell>
36769 </row>
36770 </lyxtabular>
36771
36772 \end_inset
36773
36774  
36775 \begin_inset Tabular
36776 <lyxtabular version="3" rows="2" columns="2">
36777 <features tabularvalignment="middle">
36778 <column alignment="center" valignment="top">
36779 <column alignment="center" valignment="top">
36780 <row>
36781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36782 \begin_inset Text
36783
36784 \begin_layout Plain Layout
36785 text
36786 \end_layout
36787
36788 \end_inset
36789 </cell>
36790 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36791 \begin_inset Text
36792
36793 \begin_layout Plain Layout
36794 text
36795 \end_layout
36796
36797 \end_inset
36798 </cell>
36799 </row>
36800 <row>
36801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36802 \begin_inset Text
36803
36804 \begin_layout Plain Layout
36805 text
36806 \end_layout
36807
36808 \end_inset
36809 </cell>
36810 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36811 \begin_inset Text
36812
36813 \begin_layout Plain Layout
36814 \begin_inset Info
36815 type  "icon"
36816 arg   "dialog-show-new-inset graphics"
36817 \end_inset
36818
36819
36820 \end_layout
36821
36822 \end_inset
36823 </cell>
36824 </row>
36825 </lyxtabular>
36826
36827 \end_inset
36828
36829  
36830 \begin_inset Tabular
36831 <lyxtabular version="3" rows="2" columns="3">
36832 <features tabularvalignment="middle">
36833 <column alignment="center" valignment="top">
36834 <column alignment="center" valignment="top">
36835 <column alignment="center" valignment="top">
36836 <row>
36837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36838 \begin_inset Text
36839
36840 \begin_layout Plain Layout
36841 text
36842 \end_layout
36843
36844 \end_inset
36845 </cell>
36846 <cell alignment="center" valignment="top" topline="true" usebox="none">
36847 \begin_inset Text
36848
36849 \begin_layout Plain Layout
36850 \begin_inset Info
36851 type  "icon"
36852 arg   "dialog-show-new-inset graphics"
36853 \end_inset
36854
36855
36856 \end_layout
36857
36858 \end_inset
36859 </cell>
36860 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36861 \begin_inset Text
36862
36863 \begin_layout Plain Layout
36864 text
36865 \end_layout
36866
36867 \end_inset
36868 </cell>
36869 </row>
36870 <row>
36871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36872 \begin_inset Text
36873
36874 \begin_layout Plain Layout
36875 text
36876 \end_layout
36877
36878 \end_inset
36879 </cell>
36880 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36881 \begin_inset Text
36882
36883 \begin_layout Plain Layout
36884 text
36885 \end_layout
36886
36887 \end_inset
36888 </cell>
36889 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36890 \begin_inset Text
36891
36892 \begin_layout Plain Layout
36893 text
36894 \end_layout
36895
36896 \end_inset
36897 </cell>
36898 </row>
36899 </lyxtabular>
36900
36901 \end_inset
36902
36903  
36904 \begin_inset Tabular
36905 <lyxtabular version="3" rows="2" columns="3">
36906 <features tabularvalignment="middle">
36907 <column alignment="center" valignment="top">
36908 <column alignment="center" valignment="top">
36909 <column alignment="center" valignment="top">
36910 <row>
36911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36912 \begin_inset Text
36913
36914 \begin_layout Plain Layout
36915 text
36916 \end_layout
36917
36918 \end_inset
36919 </cell>
36920 <cell alignment="center" valignment="top" topline="true" usebox="none">
36921 \begin_inset Text
36922
36923 \begin_layout Plain Layout
36924 text
36925 \end_layout
36926
36927 \end_inset
36928 </cell>
36929 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36930 \begin_inset Text
36931
36932 \begin_layout Plain Layout
36933 text
36934 \end_layout
36935
36936 \end_inset
36937 </cell>
36938 </row>
36939 <row>
36940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36941 \begin_inset Text
36942
36943 \begin_layout Plain Layout
36944 text
36945 \end_layout
36946
36947 \end_inset
36948 </cell>
36949 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36950 \begin_inset Text
36951
36952 \begin_layout Plain Layout
36953 \begin_inset Info
36954 type  "icon"
36955 arg   "dialog-show-new-inset graphics"
36956 \end_inset
36957
36958
36959 \end_layout
36960
36961 \end_inset
36962 </cell>
36963 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36964 \begin_inset Text
36965
36966 \begin_layout Plain Layout
36967 text
36968 \end_layout
36969
36970 \end_inset
36971 </cell>
36972 </row>
36973 </lyxtabular>
36974
36975 \end_inset
36976
36977
36978 \end_layout
36979
36980 \begin_layout Standard
36981 \noindent
36982 \align center
36983 \begin_inset Tabular
36984 <lyxtabular version="3" rows="3" columns="2">
36985 <features tabularvalignment="middle">
36986 <column alignment="center" valignment="top">
36987 <column alignment="center" valignment="top">
36988 <row>
36989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36990 \begin_inset Text
36991
36992 \begin_layout Plain Layout
36993 text
36994 \end_layout
36995
36996 \end_inset
36997 </cell>
36998 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36999 \begin_inset Text
37000
37001 \begin_layout Plain Layout
37002 text
37003 \end_layout
37004
37005 \end_inset
37006 </cell>
37007 </row>
37008 <row>
37009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37010 \begin_inset Text
37011
37012 \begin_layout Plain Layout
37013 \begin_inset Info
37014 type  "icon"
37015 arg   "dialog-show-new-inset graphics"
37016 \end_inset
37017
37018
37019 \end_layout
37020
37021 \end_inset
37022 </cell>
37023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37024 \begin_inset Text
37025
37026 \begin_layout Plain Layout
37027 text
37028 \end_layout
37029
37030 \end_inset
37031 </cell>
37032 </row>
37033 <row>
37034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37035 \begin_inset Text
37036
37037 \begin_layout Plain Layout
37038 text
37039 \end_layout
37040
37041 \end_inset
37042 </cell>
37043 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37044 \begin_inset Text
37045
37046 \begin_layout Plain Layout
37047 text
37048 \end_layout
37049
37050 \end_inset
37051 </cell>
37052 </row>
37053 </lyxtabular>
37054
37055 \end_inset
37056
37057  
37058 \begin_inset Tabular
37059 <lyxtabular version="3" rows="3" columns="3">
37060 <features tabularvalignment="middle">
37061 <column alignment="center" valignment="top">
37062 <column alignment="center" valignment="top">
37063 <column alignment="center" valignment="top">
37064 <row>
37065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37066 \begin_inset Text
37067
37068 \begin_layout Plain Layout
37069 text
37070 \end_layout
37071
37072 \end_inset
37073 </cell>
37074 <cell alignment="center" valignment="top" topline="true" usebox="none">
37075 \begin_inset Text
37076
37077 \begin_layout Plain Layout
37078 text
37079 \end_layout
37080
37081 \end_inset
37082 </cell>
37083 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37084 \begin_inset Text
37085
37086 \begin_layout Plain Layout
37087 text
37088 \end_layout
37089
37090 \end_inset
37091 </cell>
37092 </row>
37093 <row>
37094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37095 \begin_inset Text
37096
37097 \begin_layout Plain Layout
37098 text
37099 \end_layout
37100
37101 \end_inset
37102 </cell>
37103 <cell alignment="center" valignment="top" usebox="none">
37104 \begin_inset Text
37105
37106 \begin_layout Plain Layout
37107 \begin_inset Info
37108 type  "icon"
37109 arg   "dialog-show-new-inset graphics"
37110 \end_inset
37111
37112
37113 \end_layout
37114
37115 \end_inset
37116 </cell>
37117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37118 \begin_inset Text
37119
37120 \begin_layout Plain Layout
37121 text
37122 \end_layout
37123
37124 \end_inset
37125 </cell>
37126 </row>
37127 <row>
37128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37129 \begin_inset Text
37130
37131 \begin_layout Plain Layout
37132 text
37133 \end_layout
37134
37135 \end_inset
37136 </cell>
37137 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37138 \begin_inset Text
37139
37140 \begin_layout Plain Layout
37141 text
37142 \end_layout
37143
37144 \end_inset
37145 </cell>
37146 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37147 \begin_inset Text
37148
37149 \begin_layout Plain Layout
37150 text
37151 \end_layout
37152
37153 \end_inset
37154 </cell>
37155 </row>
37156 </lyxtabular>
37157
37158 \end_inset
37159
37160  
37161 \begin_inset Tabular
37162 <lyxtabular version="3" rows="3" columns="2">
37163 <features tabularvalignment="middle">
37164 <column alignment="center" valignment="top">
37165 <column alignment="center" valignment="top">
37166 <row>
37167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37168 \begin_inset Text
37169
37170 \begin_layout Plain Layout
37171 text
37172 \end_layout
37173
37174 \end_inset
37175 </cell>
37176 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37177 \begin_inset Text
37178
37179 \begin_layout Plain Layout
37180 text
37181 \end_layout
37182
37183 \end_inset
37184 </cell>
37185 </row>
37186 <row>
37187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37188 \begin_inset Text
37189
37190 \begin_layout Plain Layout
37191 text
37192 \end_layout
37193
37194 \end_inset
37195 </cell>
37196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37197 \begin_inset Text
37198
37199 \begin_layout Plain Layout
37200 \begin_inset Info
37201 type  "icon"
37202 arg   "dialog-show-new-inset graphics"
37203 \end_inset
37204
37205
37206 \end_layout
37207
37208 \end_inset
37209 </cell>
37210 </row>
37211 <row>
37212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37213 \begin_inset Text
37214
37215 \begin_layout Plain Layout
37216 text
37217 \end_layout
37218
37219 \end_inset
37220 </cell>
37221 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37222 \begin_inset Text
37223
37224 \begin_layout Plain Layout
37225 text
37226 \end_layout
37227
37228 \end_inset
37229 </cell>
37230 </row>
37231 </lyxtabular>
37232
37233 \end_inset
37234
37235
37236 \end_layout
37237
37238 \begin_layout Standard
37239 \noindent
37240 you can use the \SpecialChar LaTeX
37241 -package 
37242 \series bold
37243 picinpar
37244 \series default
37245
37246 \begin_inset Index idx
37247 status collapsed
37248
37249 \begin_layout Plain Layout
37250 \SpecialChar LaTeX
37251 -packages ! picinpar
37252 \end_layout
37253
37254 \end_inset
37255
37256 .
37257  Here is an example:
37258 \end_layout
37259
37260 \begin_layout Standard
37261 \begin_inset ERT
37262 status collapsed
37263
37264 \begin_layout Plain Layout
37265
37266
37267 \backslash
37268 ifpicinpar
37269 \end_layout
37270
37271 \end_inset
37272
37273
37274 \begin_inset Note Note
37275 status open
37276
37277 \begin_layout Plain Layout
37278 The following section will only be displayed when the \SpecialChar LaTeX
37279 -package 
37280 \series bold
37281 picinpar
37282 \series default
37283  is installed.
37284 \end_layout
37285
37286 \end_inset
37287
37288
37289 \end_layout
37290
37291 \begin_layout Standard
37292 \begin_inset ERT
37293 status collapsed
37294
37295 \begin_layout Plain Layout
37296
37297
37298 \backslash
37299 begin{window}[2,c,{
37300 \end_layout
37301
37302 \end_inset
37303
37304
37305 \begin_inset Graphics
37306         filename clipart/mobius.eps
37307         lyxscale 60
37308         width 40col%
37309         scaleBeforeRotation
37310         rotateOrigin center
37311
37312 \end_inset
37313
37314
37315 \begin_inset ERT
37316 status collapsed
37317
37318 \begin_layout Plain Layout
37319
37320 },]
37321 \end_layout
37322
37323 \begin_layout Plain Layout
37324
37325 {}
37326 \end_layout
37327
37328 \end_inset
37329
37330
37331 \size small
37332 It was in the spring of the year 1894 that all London was interested, and
37333  the fashionable world dismayed, by the murder of the Honourable Ronald
37334  Adair under most unusual and inexplicable circumstances.
37335  The public has already learned those particulars of the crime which
37336 \size default
37337
37338 \begin_inset ERT
37339 status collapsed
37340
37341 \begin_layout Plain Layout
37342
37343
37344 \backslash
37345 footnotemark{}
37346 \end_layout
37347
37348 \end_inset
37349
37350
37351 \size small
37352  came out in the police investigation, but a good deal was suppressed upon
37353  that occasion, since the case for the prosecution was so overwhelmingly
37354  strong that it was not necessary to bring forward all the facts.
37355  Only now, at the end of nearly ten years, am I allowed to supply those
37356  missing links which make up the whole of that remarkable chain.
37357 \size default
37358
37359 \begin_inset ERT
37360 status collapsed
37361
37362 \begin_layout Plain Layout
37363
37364
37365 \backslash
37366 end{window}
37367 \end_layout
37368
37369 \end_inset
37370
37371
37372 \end_layout
37373
37374 \begin_layout Standard
37375 \begin_inset ERT
37376 status collapsed
37377
37378 \begin_layout Plain Layout
37379
37380
37381 \backslash
37382 footnotetext{
37383 \end_layout
37384
37385 \end_inset
37386
37387 Footnote of the paragraph with the fixed object.
37388 \begin_inset ERT
37389 status collapsed
37390
37391 \begin_layout Plain Layout
37392
37393 }
37394 \end_layout
37395
37396 \end_inset
37397
37398
37399 \end_layout
37400
37401 \begin_layout Standard
37402 Surrounded fixed objects are used to let text float around them, at which
37403  the object's position in the paragraph can be determined by the number
37404  of lines above it.
37405  In contrary to floats is it not possible to have a numbered caption.
37406 \end_layout
37407
37408 \begin_layout Standard
37409 A fixed object is inserted by adding the command
37410 \end_layout
37411
37412 \begin_layout Standard
37413
37414 \series bold
37415
37416 \backslash
37417 begin{window}[2,c,{
37418 \end_layout
37419
37420 \begin_layout Standard
37421 as \SpecialChar TeX
37422  Code at the beginning of the paragraph.
37423  The first parameter in the bracket, here '2', defines the number of lines
37424  above the object, the second, here 'c', the position of the object.
37425  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37426  Behind the command you insert the object.
37427  In this example an image with a width of 40
37428 \begin_inset space \thinspace{}
37429 \end_inset
37430
37431 % of the text column width was inserted.
37432  The object can also be a table, a box or an equation.
37433  Behind the object the command
37434 \end_layout
37435
37436 \begin_layout Standard
37437
37438 \series bold
37439 },description text]
37440 \begin_inset Newline newline
37441 \end_inset
37442
37443 {}
37444 \end_layout
37445
37446 \begin_layout Standard
37447 is inserted.
37448  Note that the 
37449 \begin_inset Quotes eld
37450 \end_inset
37451
37452
37453 \series bold
37454 {}
37455 \series default
37456
37457 \begin_inset Quotes erd
37458 \end_inset
37459
37460  is in the second line.
37461  The description text is optional.
37462  The text surrounding the object must be in the same paragraph as the object,
37463  so it must begin directly after the 
37464 \series bold
37465 {}
37466 \series default
37467 .
37468  At the end of the paragraph insert the command:
37469 \end_layout
37470
37471 \begin_layout Standard
37472
37473 \series bold
37474
37475 \backslash
37476 end{window}
37477 \end_layout
37478
37479 \begin_layout Standard
37480 Within a paragraph with a fixed object, you cannot insert footnotes in the
37481  normal way.
37482  You have to use instead the command 
37483 \series bold
37484
37485 \backslash
37486 footnotemark
37487 \series default
37488  inside the paragraph and outside the command 
37489 \series bold
37490
37491 \backslash
37492 footnotetext
37493 \series default
37494  as described in sec.
37495 \begin_inset space \thinspace{}
37496 \end_inset
37497
37498
37499 \begin_inset CommandInset ref
37500 LatexCommand ref
37501 reference "sec:Footnotes"
37502
37503 \end_inset
37504
37505 .
37506 \end_layout
37507
37508 \begin_layout Standard
37509 \begin_inset ERT
37510 status collapsed
37511
37512 \begin_layout Plain Layout
37513
37514
37515 \backslash
37516 else
37517 \end_layout
37518
37519 \end_inset
37520
37521
37522 \begin_inset Note Note
37523 status open
37524
37525 \begin_layout Plain Layout
37526 The following will be displayed when the \SpecialChar LaTeX
37527 -package 
37528 \series bold
37529 picinpar
37530 \series default
37531  is not installed:
37532 \end_layout
37533
37534 \end_inset
37535
37536
37537 \end_layout
37538
37539 \begin_layout Standard
37540 You need to install the \SpecialChar LaTeX
37541 -package 
37542 \series bold
37543 picinpar
37544 \series default
37545  to see the following part of this section in the output.
37546 \end_layout
37547
37548 \begin_layout Standard
37549 \begin_inset ERT
37550 status collapsed
37551
37552 \begin_layout Plain Layout
37553
37554
37555 \backslash
37556 fi
37557 \end_layout
37558
37559 \end_inset
37560
37561
37562 \end_layout
37563
37564 \begin_layout Section
37565 Initials
37566 \begin_inset Index idx
37567 status collapsed
37568
37569 \begin_layout Plain Layout
37570 Initials
37571 \end_layout
37572
37573 \end_inset
37574
37575
37576 \begin_inset Index idx
37577 status collapsed
37578
37579 \begin_layout Plain Layout
37580 Surrounded by text ! Initials
37581 \end_layout
37582
37583 \end_inset
37584
37585
37586 \end_layout
37587
37588 \begin_layout Standard
37589 To use initials, you must have the \SpecialChar LaTeX
37590 -package 
37591 \series bold
37592 lettrine
37593 \series default
37594
37595 \begin_inset Index idx
37596 status collapsed
37597
37598 \begin_layout Plain Layout
37599 \SpecialChar LaTeX
37600 -packages ! lettrine
37601 \end_layout
37602
37603 \end_inset
37604
37605  installed and use the module 
37606 \family sans
37607 Initials
37608 \family default
37609  in your document (menu 
37610 \family sans
37611 Document\SpecialChar menuseparator
37612 Settings\SpecialChar menuseparator
37613 Modules
37614 \family default
37615 ).
37616  To insert an initial, use the style 
37617 \family sans
37618 Initial
37619 \family default
37620 .
37621  This style has a mandatory and two optional arguments.
37622  The arguments are inserted via the 
37623 \family sans
37624 Insert
37625 \family default
37626  menu.
37627  The mandatory argument 
37628 \family sans
37629 Initial
37630 \family default
37631  contains the letter(s) that is the initial, the argument 
37632 \family sans
37633 Rest
37634 \begin_inset space ~
37635 \end_inset
37636
37637 of
37638 \begin_inset space ~
37639 \end_inset
37640
37641 Initial
37642 \family default
37643  contains the rest of the word or text of the initial letter(s).
37644  The argument 
37645 \family sans
37646 Options
37647 \family default
37648  contains parameters to modify the initial.
37649  For more information about the possible parameters see the documentation
37650  of 
37651 \series bold
37652 lettrine
37653 \series default
37654
37655 \begin_inset CommandInset citation
37656 LatexCommand cite
37657 key "lettrine"
37658
37659 \end_inset
37660
37661 .
37662  The style itself contains the text that is surrounding the initial.
37663  The usual style is hereby that the word whose first letter is the initial,
37664  is printed with 
37665 \shape smallcaps
37666 small caps
37667 \shape default
37668 .
37669 \end_layout
37670
37671 \begin_layout Standard
37672 Here are some examples:
37673 \end_layout
37674
37675 \begin_layout Standard
37676 \begin_inset ERT
37677 status collapsed
37678
37679 \begin_layout Plain Layout
37680
37681
37682 \backslash
37683 iflettrine
37684 \end_layout
37685
37686 \end_inset
37687
37688
37689 \begin_inset Note Note
37690 status open
37691
37692 \begin_layout Plain Layout
37693 The following section will only be displayed when the \SpecialChar LaTeX
37694 -package 
37695 \series bold
37696 lettrine
37697 \series default
37698  is installed.
37699 \end_layout
37700
37701 \end_inset
37702
37703
37704 \end_layout
37705
37706 \begin_layout Enumerate
37707 No optional argument, the initial is the letter 'I' in the math font 
37708 \begin_inset Formula $\mathfrak{Fraktur}$
37709 \end_inset
37710
37711 :
37712 \begin_inset Separator latexpar
37713 \end_inset
37714
37715
37716 \end_layout
37717
37718 \begin_deeper
37719 \begin_layout Initial
37720 \begin_inset Argument 2
37721 status open
37722
37723 \begin_layout Plain Layout
37724 \begin_inset Formula $\mathfrak{I}$
37725 \end_inset
37726
37727
37728 \end_layout
37729
37730 \end_inset
37731
37732
37733 \begin_inset Argument 3
37734 status open
37735
37736 \begin_layout Plain Layout
37737 t
37738 \end_layout
37739
37740 \end_inset
37741
37742  was in the spring of the year 1894 that all London was interested, and
37743  the fashionable world dismayed, by the murder of the Honourable Ronald
37744  Adair under most unusual and inexplicable circumstances.
37745  The public has already learned those particulars of the crime which came
37746  out in the police investigation, but a good deal was suppressed upon that
37747  occasion, since the case for the prosecution was so overwhelmingly strong
37748  that it was not necessary to bring forward all the facts.
37749 \begin_inset Newpage newpage
37750 \end_inset
37751
37752
37753 \end_layout
37754
37755 \end_deeper
37756 \begin_layout Enumerate
37757 Only one line is surrounding the initial, which is formed by two letters
37758  in standard font and no text is printed in small caps:
37759 \begin_inset Separator latexpar
37760 \end_inset
37761
37762
37763 \end_layout
37764
37765 \begin_deeper
37766 \begin_layout Initial
37767 \begin_inset Argument 1
37768 status open
37769
37770 \begin_layout Plain Layout
37771 lines=1
37772 \end_layout
37773
37774 \end_inset
37775
37776
37777 \begin_inset Argument 2
37778 status open
37779
37780 \begin_layout Plain Layout
37781 It
37782 \end_layout
37783
37784 \end_inset
37785
37786  was in the spring of the year 1894 that all London was interested, and
37787  the fashionable world dismayed, by the murder of the Honourable Ronald
37788  Adair under most unusual and inexplicable circumstances.
37789  The public has already learned those particulars of the crime which came
37790  out in the police investigation, but a good deal was suppressed upon that
37791  occasion, since the case for the prosecution was so overwhelmingly strong
37792  that it was not necessary to bring forward all the facts.
37793 \end_layout
37794
37795 \end_deeper
37796 \begin_layout Enumerate
37797 Magenta, hanging initial over 3
37798 \begin_inset space ~
37799 \end_inset
37800
37801 lines in the math font 
37802 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37803 \end_inset
37804
37805 , the text 
37806 \begin_inset Quotes eld
37807 \end_inset
37808
37809 t was in the spring
37810 \begin_inset Quotes erd
37811 \end_inset
37812
37813  is in 
37814 \shape smallcaps
37815 small caps
37816 \shape default
37817 ; to color the initial, you must insert this command before the initial:
37818 \begin_inset Newline newline
37819 \end_inset
37820
37821
37822 \series bold
37823
37824 \backslash
37825 renewcommand{
37826 \backslash
37827 LettrineFontHook}{
37828 \backslash
37829 color{color}}
37830 \series default
37831
37832 \begin_inset Newline newline
37833 \end_inset
37834
37835 where the second 
37836 \emph on
37837 color
37838 \emph default
37839  can be 
37840 \begin_inset Quotes eld
37841 \end_inset
37842
37843 red
37844 \begin_inset Quotes erd
37845 \end_inset
37846
37847
37848 \begin_inset Quotes eld
37849 \end_inset
37850
37851 blue
37852 \begin_inset Quotes erd
37853 \end_inset
37854
37855
37856 \begin_inset Quotes eld
37857 \end_inset
37858
37859 green
37860 \begin_inset Quotes erd
37861 \end_inset
37862
37863
37864 \begin_inset Quotes eld
37865 \end_inset
37866
37867 yellow
37868 \begin_inset Quotes erd
37869 \end_inset
37870
37871
37872 \begin_inset Quotes eld
37873 \end_inset
37874
37875 cyan
37876 \begin_inset Quotes erd
37877 \end_inset
37878
37879
37880 \begin_inset Quotes eld
37881 \end_inset
37882
37883 magenta
37884 \begin_inset Quotes erd
37885 \end_inset
37886
37887
37888 \begin_inset Quotes eld
37889 \end_inset
37890
37891 black
37892 \begin_inset Quotes erd
37893 \end_inset
37894
37895  or 
37896 \begin_inset Quotes eld
37897 \end_inset
37898
37899 white
37900 \begin_inset Quotes erd
37901 \end_inset
37902
37903 , and add this command to the document preamble:
37904 \begin_inset Newline newline
37905 \end_inset
37906
37907
37908 \series bold
37909
37910 \backslash
37911 @ifundefined{textcolor}
37912 \begin_inset Newline newline
37913 \end_inset
37914
37915
37916 \begin_inset space ~
37917 \end_inset
37918
37919 {
37920 \backslash
37921 usepackage{color}}{}
37922 \series default
37923
37924 \begin_inset Separator latexpar
37925 \end_inset
37926
37927
37928 \end_layout
37929
37930 \begin_deeper
37931 \begin_layout Standard
37932 \begin_inset ERT
37933 status collapsed
37934
37935 \begin_layout Plain Layout
37936
37937
37938 \backslash
37939 renewcommand{
37940 \backslash
37941 LettrineFontHook}{
37942 \backslash
37943 color{magenta}}
37944 \end_layout
37945
37946 \end_inset
37947
37948
37949 \begin_inset Note Note
37950 status collapsed
37951
37952 \begin_layout Plain Layout
37953 makes the initial magenta
37954 \end_layout
37955
37956 \end_inset
37957
37958
37959 \end_layout
37960
37961 \begin_layout Initial
37962 \begin_inset Argument 1
37963 status open
37964
37965 \begin_layout Plain Layout
37966 lines=3, lhang=0.33, loversize=0.25
37967 \end_layout
37968
37969 \end_inset
37970
37971
37972 \begin_inset Argument 2
37973 status open
37974
37975 \begin_layout Plain Layout
37976 \begin_inset Formula $\mathcal{I}$
37977 \end_inset
37978
37979
37980 \end_layout
37981
37982 \end_inset
37983
37984
37985 \begin_inset Argument 3
37986 status open
37987
37988 \begin_layout Plain Layout
37989 t was in the spring
37990 \end_layout
37991
37992 \end_inset
37993
37994  of the year 1894 that all London was interested, and the fashionable world
37995  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37996  and inexplicable circumstances.
37997  The public has already learned those particulars of the crime which came
37998  out in the police investigation, but a good deal was suppressed upon that
37999  occasion, since the case for the prosecution was so overwhelmingly strong
38000  that it was not necessary to bring forward all the facts.
38001 \end_layout
38002
38003 \end_deeper
38004 \begin_layout Standard
38005 \begin_inset ERT
38006 status collapsed
38007
38008 \begin_layout Plain Layout
38009
38010
38011 \backslash
38012 else
38013 \end_layout
38014
38015 \end_inset
38016
38017
38018 \begin_inset Note Note
38019 status open
38020
38021 \begin_layout Plain Layout
38022 The following will be displayed when the \SpecialChar LaTeX
38023 -package 
38024 \series bold
38025 lettrine
38026 \series default
38027  is not installed:
38028 \end_layout
38029
38030 \end_inset
38031
38032
38033 \end_layout
38034
38035 \begin_layout Standard
38036 You need to install the \SpecialChar LaTeX
38037 -package 
38038 \series bold
38039 lettrine
38040 \series default
38041  to see the following part of this section in the output.
38042 \end_layout
38043
38044 \begin_layout Standard
38045 \begin_inset ERT
38046 status collapsed
38047
38048 \begin_layout Plain Layout
38049
38050
38051 \backslash
38052 fi
38053 \end_layout
38054
38055 \end_inset
38056
38057
38058 \end_layout
38059
38060 \begin_layout Chapter
38061 External Document Parts
38062 \begin_inset Index idx
38063 status collapsed
38064
38065 \begin_layout Plain Layout
38066 External Document Parts
38067 \end_layout
38068
38069 \end_inset
38070
38071
38072 \end_layout
38073
38074 \begin_layout Standard
38075 With the menu 
38076 \family sans
38077 Insert\SpecialChar menuseparator
38078 File
38079 \family default
38080  you can insert external material into your document.
38081  This can be:
38082 \end_layout
38083
38084 \begin_layout Description
38085 LyX
38086 \begin_inset space ~
38087 \end_inset
38088
38089 Document Another \SpecialChar LyX
38090  document; its content is directly inserted to your document.
38091 \end_layout
38092
38093 \begin_layout Description
38094 Plain
38095 \begin_inset space ~
38096 \end_inset
38097
38098 Text A text document; each line is inserted in your document as a separate
38099  paragraph.
38100 \end_layout
38101
38102 \begin_layout Description
38103 Plain
38104 \begin_inset space ~
38105 \end_inset
38106
38107 Text,
38108 \begin_inset space ~
38109 \end_inset
38110
38111 Join
38112 \begin_inset space ~
38113 \end_inset
38114
38115 Lines A text document; text lines are inserted in your document continuously
38116  but an empty text line creates a new paragraph.
38117 \end_layout
38118
38119 \begin_layout Description
38120 External
38121 \begin_inset space ~
38122 \end_inset
38123
38124 Material Files in various formats.
38125 \end_layout
38126
38127 \begin_layout Description
38128 Child
38129 \begin_inset space ~
38130 \end_inset
38131
38132 Document \SpecialChar LyX
38133  or \SpecialChar LaTeX
38134  documents.
38135 \end_layout
38136
38137 \begin_layout Section
38138 External Material
38139 \begin_inset Index idx
38140 status collapsed
38141
38142 \begin_layout Plain Layout
38143 External Document Parts ! External Material
38144 \end_layout
38145
38146 \end_inset
38147
38148
38149 \end_layout
38150
38151 \begin_layout Standard
38152 The external material feature allows you to insert files into your document
38153  without converting them to a format that can be read by the document output
38154  format.
38155  \SpecialChar LyX
38156  takes care of the necessary conversions.
38157  This is similar to images that can be inserted in various image formats
38158  in \SpecialChar LyX
38159  documents.
38160  When you have enabled Instant Preview in \SpecialChar LyX
38161 's preferences under 
38162 \family sans
38163 Look
38164 \begin_inset space ~
38165 \end_inset
38166
38167 and
38168 \begin_inset space ~
38169 \end_inset
38170
38171 feel\SpecialChar menuseparator
38172 Graphics
38173 \family default
38174 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
38175 .
38176 \end_layout
38177
38178 \begin_layout Standard
38179 External material can be inserted via the 
38180 \family sans
38181 External Material
38182 \family default
38183  dialog that is accessible with the menu 
38184 \family sans
38185 Insert\SpecialChar menuseparator
38186 File\SpecialChar menuseparator
38187 External
38188 \begin_inset space ~
38189 \end_inset
38190
38191 Material
38192 \family default
38193 .
38194  Currently the following file types (
38195 \family sans
38196 Templates
38197 \family default
38198 ) are allowed:
38199 \end_layout
38200
38201 \begin_layout Description
38202 Chess
38203 \begin_inset space ~
38204 \end_inset
38205
38206 diagram This template supports chess position diagrams made with the program
38207  
38208 \series bold
38209
38210 \begin_inset CommandInset href
38211 LatexCommand href
38212 name "XBoard"
38213 target "http://en.wikipedia.org/wiki/XBoard"
38214
38215 \end_inset
38216
38217
38218 \series default
38219 .
38220 \end_layout
38221
38222 \begin_layout Description
38223 Date This inserts the date in the form 
38224 \emph on
38225 Day-Month-Year
38226 \emph default
38227 .
38228  This is a date inserted as external material: 
38229 \begin_inset External
38230         template Date
38231         filename .
38232
38233 \end_inset
38234
38235
38236 \begin_inset space ~
38237 \end_inset
38238
38239
38240 \begin_inset Note Note
38241 status collapsed
38242
38243 \begin_layout Plain Layout
38244 Remove the protected space when bug 4398 is fixed!
38245 \end_layout
38246
38247 \end_inset
38248
38249
38250 \begin_inset Newline newline
38251 \end_inset
38252
38253 The date is not shown within \SpecialChar LyX
38254 , only in the output.
38255  There are two other methods of inserting a date: Via menu 
38256 \family sans
38257 Insert\SpecialChar menuseparator
38258 Date
38259 \family default
38260  and with the \SpecialChar LaTeX
38261  command 
38262 \series bold
38263
38264 \backslash
38265 today
38266 \series default
38267  as \SpecialChar TeX
38268  Code.
38269  The different methods are compared in Table
38270 \begin_inset space ~
38271 \end_inset
38272
38273
38274 \begin_inset CommandInset ref
38275 LatexCommand ref
38276 reference "tab:Comparison-of-the"
38277
38278 \end_inset
38279
38280 .
38281 \end_layout
38282
38283 \begin_layout Description
38284 Dia
38285 \begin_inset space ~
38286 \end_inset
38287
38288 diagram This template supports diagrams created with the program 
38289 \series bold
38290
38291 \begin_inset CommandInset href
38292 LatexCommand href
38293 name "Dia"
38294 target "http://en.wikipedia.org/wiki/Dia_(software)"
38295
38296 \end_inset
38297
38298
38299 \series default
38300 .
38301 \end_layout
38302
38303 \begin_layout Description
38304 Spreadsheet With this template you can insert spreadsheets
38305 \begin_inset space \thinspace{}
38306 \end_inset
38307
38308 /
38309 \begin_inset space \thinspace{}
38310 \end_inset
38311
38312 tables in the format of 
38313 \series bold
38314
38315 \begin_inset CommandInset href
38316 LatexCommand href
38317 name "Gnumeric"
38318 target "http://en.wikipedia.org/wiki/Gnumeric"
38319
38320 \end_inset
38321
38322
38323 \series default
38324
38325 \begin_inset CommandInset href
38326 LatexCommand href
38327 name "OpenDocument"
38328 target "http://en.wikipedia.org/wiki/OpenDocument"
38329
38330 \end_inset
38331
38332
38333 \begin_inset CommandInset href
38334 LatexCommand href
38335 name "Microsoft Office XML"
38336 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38337
38338 \end_inset
38339
38340  and 
38341 \begin_inset CommandInset href
38342 LatexCommand href
38343 name "Office Open XML"
38344 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38345
38346 \end_inset
38347
38348 .
38349  For this feature \SpecialChar LyX
38350  must have found the program 
38351 \family typewriter
38352 ssconvert
38353 \family default
38354  during its configuration.
38355  This program is part of Gnumeric, so that you must have Gnumeric installed,
38356  also if you don't have tables in the Gnumeric format.
38357  For examples and possible limitations have a look at \SpecialChar LyX
38358 's example file 
38359 \emph on
38360 spreadsheet.lyx
38361 \emph default
38362 .
38363 \end_layout
38364
38365 \begin_layout Description
38366 Lilypond
38367 \begin_inset space ~
38368 \end_inset
38369
38370 typeset
38371 \begin_inset space ~
38372 \end_inset
38373
38374 music This template is used for music notation typeset with the program
38375 \begin_inset Newline linebreak
38376 \end_inset
38377
38378
38379 \series bold
38380
38381 \begin_inset CommandInset href
38382 LatexCommand href
38383 name "LilyPond"
38384 target "http://en.wikipedia.org/wiki/LilyPond"
38385
38386 \end_inset
38387
38388
38389 \series default
38390 .
38391  For \SpecialChar LyX
38392 's extended support for LilyPond have a look at \SpecialChar LyX
38393 's example file 
38394 \emph on
38395 lilypond.lyx
38396 \emph default
38397 .
38398 \end_layout
38399
38400 \begin_layout Description
38401 PDF
38402 \begin_inset space ~
38403 \end_inset
38404
38405 pages With this template you can insert PDF documents to your document.
38406  To specify the range of pages that should be included, use the option 
38407 \series bold
38408 pages
38409 \series default
38410  in the 
38411 \family sans
38412 Option
38413 \family default
38414  field in the 
38415 \family sans
38416 LaTeX and LyX options
38417 \family default
38418  tab.
38419  The argument of this option is a comma separated list, containing page
38420  numbers (insert as option 
38421 \series bold
38422 pages={3,5,6,8}
38423 \series default
38424 ), ranges of page numbers (
38425 \series bold
38426 pages={4-9}
38427 \series default
38428 ) or any combination.
38429  To insert empty pages use {}.
38430  E.
38431 \begin_inset space \thinspace{}
38432 \end_inset
38433
38434 g.
38435 \begin_inset space ~
38436 \end_inset
38437
38438
38439 \series bold
38440 pages={3,{},8-11,15}
38441 \series default
38442  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38443  Page ranges are specified in the syntax 
38444 \emph on
38445 start
38446 \emph default
38447 -
38448 \emph on
38449 stop
38450 \emph default
38451 .
38452  This selects all pages from 
38453 \emph on
38454 start
38455 \emph default
38456  to 
38457 \emph on
38458 stop
38459 \emph default
38460 .
38461  Omitting 
38462 \emph on
38463 start
38464 \emph default
38465  defaults to the first page; omitting 
38466 \emph on
38467 stop
38468 \emph default
38469  defaults to the last page of the document.
38470  The last page can also be selected with the keyword 
38471 \series bold
38472 last
38473 \series default
38474 .
38475  (This is only permitted in a page range.) So 
38476 \series bold
38477 pages=-
38478 \series default
38479  will insert all pages of the document and 
38480 \series bold
38481 pages=last-1
38482 \series default
38483  will insert all pages in reverse order.
38484  If the pages option is not specified, only the first page of the PDF is
38485  inserted.
38486 \begin_inset Newline newline
38487 \end_inset
38488
38489 The option 
38490 \series bold
38491 noautoscale
38492 \series default
38493  inserts the pages with their original size, if this option is not given,
38494  the pages will be resized to fith the width of the page of your document.
38495  In the tab 
38496 \family sans
38497 Size and Rotation
38498 \family default
38499  you can specify the width and height of the input pages and their rotation.
38500  If another width than 100
38501 \begin_inset space \thinspace{}
38502 \end_inset
38503
38504 Scale% is used, the option 
38505 \series bold
38506 noautoscale
38507 \series default
38508  will be overwritten.
38509  For more info and possible options, have a look into the documentation
38510  of the \SpecialChar LaTeX
38511 -package 
38512 \series bold
38513 pdfpages
38514 \series default
38515  
38516 \begin_inset CommandInset citation
38517 LatexCommand cite
38518 key "pdfpages"
38519
38520 \end_inset
38521
38522 .
38523 \begin_inset Index idx
38524 status collapsed
38525
38526 \begin_layout Plain Layout
38527 \SpecialChar LaTeX
38528 -packages ! pdfpages
38529 \end_layout
38530
38531 \end_inset
38532
38533
38534 \begin_inset Newline newline
38535 \end_inset
38536
38537 To use this template in a 
38538 \family sans
38539 Beamer
38540 \family default
38541  presentation you need to first insert an 
38542 \family sans
38543 EndFrame
38544 \family default
38545  environment and in a subsequent paragraph a \SpecialChar TeX
38546  Code box containing the command
38547  
38548 \series bold
38549
38550 \backslash
38551 setbeamertemplate{background canvas}{}
38552 \series default
38553 .
38554  Then you can insert as many paragraphs containing the PDFPages template
38555  as you wish.
38556  Behind the included PDF pages you can resume the Beamer presentation by
38557  beginning a new frame or by starting a new section.
38558  To avoid stray blank pages prior to the PDF pages, make sure to use the
38559  
38560 \family sans
38561 Default
38562 \family default
38563  alignment for the paragraph containing the template.
38564 \begin_inset Newline newline
38565 \end_inset
38566
38567 Here is an included PDF which is rotated by -5°: 
38568 \begin_inset External
38569         template PDFPages
38570         filename clipart/Abstract.pdf
38571         extra LaTeX "noautoscale, pages=-"
38572         rotateAngle -5
38573         rotateOrigin bottomleft
38574
38575 \end_inset
38576
38577
38578 \end_layout
38579
38580 \begin_layout Description
38581 Raster
38582 \begin_inset space ~
38583 \end_inset
38584
38585 image This can be used for bitmap images.
38586  The image can be treated in the 
38587 \family sans
38588 External material
38589 \family default
38590  dialog like the images that are usually included via the 
38591 \family sans
38592 Graphics
38593 \family default
38594  dialog as described in section
38595 \begin_inset space ~
38596 \end_inset
38597
38598
38599 \begin_inset CommandInset ref
38600 LatexCommand ref
38601 reference "sec:Graphics-Dialog"
38602
38603 \end_inset
38604
38605 .
38606  Here is an inserted raster image: 
38607 \begin_inset External
38608         template RasterImage
38609         filename clipart/ToolbarEnvBox.png
38610
38611 \end_inset
38612
38613
38614 \end_layout
38615
38616 \begin_layout Description
38617 Vector
38618 \begin_inset space ~
38619 \end_inset
38620
38621 graphics This can be used for vector graphics.
38622  The image can be treated in the 
38623 \family sans
38624 External material
38625 \family default
38626  dialog like the images that are usually included via the 
38627 \family sans
38628 Graphics
38629 \family default
38630  dialog as described in section
38631 \begin_inset space ~
38632 \end_inset
38633
38634
38635 \begin_inset CommandInset ref
38636 LatexCommand ref
38637 reference "sec:Graphics-Dialog"
38638
38639 \end_inset
38640
38641 .
38642  Here is an inserted vector graphics: 
38643 \begin_inset External
38644         template VectorGraphics
38645         filename clipart/SVG-Drawing.svg
38646         scale 33
38647
38648 \end_inset
38649
38650
38651 \end_layout
38652
38653 \begin_layout Description
38654 Xfig
38655 \begin_inset space ~
38656 \end_inset
38657
38658 figure This template supports images created with the program 
38659 \series bold
38660
38661 \begin_inset CommandInset href
38662 LatexCommand href
38663 name "Xfig"
38664 target "http://en.wikipedia.org/wiki/Xfig"
38665
38666 \end_inset
38667
38668
38669 \series default
38670 .
38671 \end_layout
38672
38673 \begin_layout Standard
38674 \begin_inset Float table
38675 placement !h
38676 wide false
38677 sideways false
38678 status open
38679
38680 \begin_layout Plain Layout
38681 \begin_inset Caption Standard
38682
38683 \begin_layout Plain Layout
38684 \begin_inset CommandInset label
38685 LatexCommand label
38686 name "tab:Comparison-of-the"
38687
38688 \end_inset
38689
38690 Comparison of the date input methods.
38691 \end_layout
38692
38693 \end_inset
38694
38695
38696 \end_layout
38697
38698 \begin_layout Plain Layout
38699 \align center
38700 \begin_inset Tabular
38701 <lyxtabular version="3" rows="4" columns="4">
38702 <features tabularvalignment="middle">
38703 <column alignment="center" valignment="top">
38704 <column alignment="center" valignment="top">
38705 <column alignment="center" valignment="top">
38706 <column alignment="center" valignment="top">
38707 <row>
38708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38709 \begin_inset Text
38710
38711 \begin_layout Plain Layout
38712 Document format
38713 \end_layout
38714
38715 \end_inset
38716 </cell>
38717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38718 \begin_inset Text
38719
38720 \begin_layout Plain Layout
38721
38722 \family sans
38723 External Material\SpecialChar menuseparator
38724 Date
38725 \end_layout
38726
38727 \end_inset
38728 </cell>
38729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38730 \begin_inset Text
38731
38732 \begin_layout Plain Layout
38733
38734 \family sans
38735 Insert\SpecialChar menuseparator
38736 Date
38737 \end_layout
38738
38739 \end_inset
38740 </cell>
38741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38742 \begin_inset Text
38743
38744 \begin_layout Plain Layout
38745 command 
38746 \series bold
38747
38748 \backslash
38749 today
38750 \end_layout
38751
38752 \end_inset
38753 </cell>
38754 </row>
38755 <row>
38756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38757 \begin_inset Text
38758
38759 \begin_layout Plain Layout
38760 \SpecialChar LyX
38761
38762 \end_layout
38763
38764 \end_inset
38765 </cell>
38766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38767 \begin_inset Text
38768
38769 \begin_layout Plain Layout
38770 as inset box
38771 \end_layout
38772
38773 \end_inset
38774 </cell>
38775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38776 \begin_inset Text
38777
38778 \begin_layout Plain Layout
38779 as date
38780 \end_layout
38781
38782 \end_inset
38783 </cell>
38784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38785 \begin_inset Text
38786
38787 \begin_layout Plain Layout
38788 as \SpecialChar TeX
38789  Code inset box
38790 \end_layout
38791
38792 \end_inset
38793 </cell>
38794 </row>
38795 <row>
38796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38797 \begin_inset Text
38798
38799 \begin_layout Plain Layout
38800 \SpecialChar LaTeX
38801
38802 \end_layout
38803
38804 \end_inset
38805 </cell>
38806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38807 \begin_inset Text
38808
38809 \begin_layout Plain Layout
38810 as date
38811 \end_layout
38812
38813 \end_inset
38814 </cell>
38815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38816 \begin_inset Text
38817
38818 \begin_layout Plain Layout
38819 as date
38820 \end_layout
38821
38822 \end_inset
38823 </cell>
38824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38825 \begin_inset Text
38826
38827 \begin_layout Plain Layout
38828 as command
38829 \end_layout
38830
38831 \end_inset
38832 </cell>
38833 </row>
38834 <row>
38835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38836 \begin_inset Text
38837
38838 \begin_layout Plain Layout
38839 DVI, PDF, PS
38840 \end_layout
38841
38842 \end_inset
38843 </cell>
38844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38845 \begin_inset Text
38846
38847 \begin_layout Plain Layout
38848 as date
38849 \end_layout
38850
38851 \end_inset
38852 </cell>
38853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38854 \begin_inset Text
38855
38856 \begin_layout Plain Layout
38857 as date
38858 \end_layout
38859
38860 \end_inset
38861 </cell>
38862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38863 \begin_inset Text
38864
38865 \begin_layout Plain Layout
38866 as date
38867 \end_layout
38868
38869 \end_inset
38870 </cell>
38871 </row>
38872 </lyxtabular>
38873
38874 \end_inset
38875
38876
38877 \end_layout
38878
38879 \end_inset
38880
38881
38882 \end_layout
38883
38884 \begin_layout Standard
38885 When you use the option 
38886 \family sans
38887 Draft
38888 \family default
38889  in the 
38890 \family sans
38891 File
38892 \family default
38893  tab of the 
38894 \family sans
38895 External Material
38896 \family default
38897  dialog, only the path to the inserted file is shown in the output.
38898 \begin_inset Newline newline
38899 \end_inset
38900
38901 External material is displayed in \SpecialChar LyX
38902  either as a box like this: 
38903 \begin_inset Graphics
38904         filename clipart/ExternalMaterial.png
38905         scale 75
38906         scaleBeforeRotation
38907
38908 \end_inset
38909
38910  or as image, depending on the option 
38911 \family sans
38912 Show in LyX
38913 \family default
38914  in the 
38915 \family sans
38916 LaTeX and LyX options
38917 \family default
38918  tab of the dialog.
38919 \end_layout
38920
38921 \begin_layout Standard
38922 The 
38923 \family sans
38924 \emph on
38925 Customization
38926 \family default
38927 \emph default
38928  manual explains how you can define your own templates.
38929 \end_layout
38930
38931 \begin_layout Section
38932 Child Documents
38933 \begin_inset CommandInset label
38934 LatexCommand label
38935 name "sec:Child-Documents"
38936
38937 \end_inset
38938
38939
38940 \begin_inset Index idx
38941 status collapsed
38942
38943 \begin_layout Plain Layout
38944 External Document Parts ! Child Documents
38945 \end_layout
38946
38947 \end_inset
38948
38949
38950 \begin_inset Index idx
38951 status collapsed
38952
38953 \begin_layout Plain Layout
38954 Files ! Include
38955 \end_layout
38956
38957 \end_inset
38958
38959
38960 \end_layout
38961
38962 \begin_layout Standard
38963 Child documents are used if you have a long document consisting of several
38964  larger parts or sections.
38965  For maintenance it is often useful and sometimes even required to split
38966  the document into several files that can be revised separately.
38967  The different documents are then the so called 
38968 \begin_inset Quotes eld
38969 \end_inset
38970
38971 child documents
38972 \begin_inset Quotes erd
38973 \end_inset
38974
38975 , and a master document connects them to print the full document or parts
38976  of it.
38977  A child document inherits elements from its master, for example the \SpecialChar LaTeX
38978  preamble,
38979  the bibliography, and labels for cross-references.
38980 \end_layout
38981
38982 \begin_layout Standard
38983 To be able to work on child documents without the need to open their master,
38984  specify in the child document the master in the menu
38985 \family sans
38986  Document\SpecialChar menuseparator
38987 Settings\SpecialChar menuseparator
38988 Document
38989 \begin_inset space ~
38990 \end_inset
38991
38992 Class
38993 \family default
38994 .
38995  This master document will then be used in the background by \SpecialChar LyX
38996  when you edit
38997  the child document.
38998 \end_layout
38999
39000 \begin_layout Standard
39001 Included documents are displayed in \SpecialChar LyX
39002  as a box like this: 
39003 \begin_inset Graphics
39004         filename clipart/ChildDocument.png
39005         scaleBeforeRotation
39006
39007 \end_inset
39008
39009  To include child documents in a master document use the menu 
39010 \family sans
39011 Insert\SpecialChar menuseparator
39012 File\SpecialChar menuseparator
39013 Child
39014 \begin_inset space ~
39015 \end_inset
39016
39017 Documents
39018 \family default
39019 .
39020  A dialog pops up where you can choose between four include methods:
39021 \end_layout
39022
39023 \begin_layout Description
39024 Include You can include \SpecialChar LyX
39025  and \SpecialChar LaTeX
39026  documents.
39027  When you press the 
39028 \family sans
39029 Edit
39030 \family default
39031  button in the 
39032 \family sans
39033 Child Document
39034 \family default
39035  dialog, the included document will be opened in \SpecialChar LyX
39036  in a new file tab so that
39037  you can modify it.
39038 \begin_inset Newline newline
39039 \end_inset
39040
39041
39042 \end_layout
39043
39044 \begin_layout Standard
39045 Here is a child document inserted using 
39046 \family sans
39047 Include
39048 \family default
39049
39050 \begin_inset CommandInset include
39051 LatexCommand include
39052 filename "DummyDocument1.lyx"
39053
39054 \end_inset
39055
39056
39057 \end_layout
39058
39059 \begin_layout Standard
39060 The section numbering includes the sections of the included files in the
39061  order they are inserted in the master document.
39062  The included example document has for example a subsection that is numbered
39063  as a subsection of this section.
39064  Labels of included documents can be referenced: Subsection
39065 \begin_inset space ~
39066 \end_inset
39067
39068
39069 \begin_inset CommandInset ref
39070 LatexCommand ref
39071 reference "subsec:External-Subsection-1"
39072
39073 \end_inset
39074
39075 .
39076 \end_layout
39077
39078 \begin_layout Standard
39079 The preamble of the child document is ignored; only the preamble of the
39080  master document is used.
39081  Branches in child documents will be ignored by the master document when
39082  the master document does not have a branch with the same name.
39083  Included documents are inserted starting on a new page and ending with
39084  a page break.
39085 \end_layout
39086
39087 \begin_layout Standard
39088 \begin_inset Note Greyedout
39089 status open
39090
39091 \begin_layout Plain Layout
39092
39093 \series bold
39094 Note:
39095 \series default
39096  If you have included a \SpecialChar LyX
39097  or \SpecialChar LaTeX
39098  file, you are warned when you export/view the
39099  document in case the child document uses another document class than the
39100  master document as this will lead to unexpected outputs.
39101 \end_layout
39102
39103 \end_inset
39104
39105
39106 \end_layout
39107
39108 \begin_layout Description
39109 Input This method is very similar to the Include method.
39110  The differences are:
39111 \begin_inset Separator latexpar
39112 \end_inset
39113
39114
39115 \end_layout
39116
39117 \begin_deeper
39118 \begin_layout Itemize
39119 Input files don't start with a new page and don't end with a page break.
39120 \end_layout
39121
39122 \begin_layout Itemize
39123 Input files can be previewed in \SpecialChar LyX
39124  when 
39125 \family sans
39126 Instant
39127 \begin_inset space ~
39128 \end_inset
39129
39130 Preview
39131 \family default
39132  is enabled in \SpecialChar LyX
39133 's preferences under 
39134 \family sans
39135 Look
39136 \begin_inset space ~
39137 \end_inset
39138
39139 and
39140 \begin_inset space ~
39141 \end_inset
39142
39143 feel\SpecialChar menuseparator
39144 Graphics
39145 \family default
39146 .
39147 \end_layout
39148
39149 \begin_layout Itemize
39150 You cannot exclude Input files via the menu 
39151 \family sans
39152 Document\SpecialChar menuseparator
39153 Settings\SpecialChar menuseparator
39154 Child Documents
39155 \family default
39156 .
39157 \end_layout
39158
39159 \end_deeper
39160 \begin_layout Standard
39161 Here is a child document inserted using 
39162 \family sans
39163 Input
39164 \family default
39165
39166 \begin_inset CommandInset include
39167 LatexCommand input
39168 filename "DummyDocument2.lyx"
39169
39170 \end_inset
39171
39172
39173 \end_layout
39174
39175 \begin_layout Description
39176 Verbatim With this method any text file can be included.
39177  The file is shown in the output with its source code; no command used in
39178  the text is invoked.
39179  You can use the option 
39180 \family sans
39181 Mark spaces in output
39182 \family default
39183  that displays the character 
39184 \begin_inset Quotes eld
39185 \end_inset
39186
39187
39188 \begin_inset ERT
39189 status collapsed
39190
39191 \begin_layout Plain Layout
39192
39193
39194 \backslash
39195 textvisiblespace 
39196 \end_layout
39197
39198 \end_inset
39199
39200
39201 \begin_inset Quotes erd
39202 \end_inset
39203
39204  for every space character in the source code.
39205  The difference from the method via the menu 
39206 \family sans
39207 Insert\SpecialChar menuseparator
39208 File\SpecialChar menuseparator
39209 Plain
39210 \begin_inset space ~
39211 \end_inset
39212
39213 Text
39214 \family default
39215  is that the document content is not shown in \SpecialChar LyX
39216 .
39217 \end_layout
39218
39219 \begin_layout Standard
39220 Here is a child document inserted as Verbatim: 
39221 \begin_inset CommandInset include
39222 LatexCommand verbatiminput
39223 filename "DummyTextDocument.txt"
39224
39225 \end_inset
39226
39227
39228 \begin_inset VSpace bigskip
39229 \end_inset
39230
39231  Here is a child document inserted as Verbatim using the 
39232 \family sans
39233 Mark spaces in output
39234 \family default
39235  option: 
39236 \begin_inset CommandInset include
39237 LatexCommand verbatiminput*
39238 filename "DummyTextDocument.txt"
39239
39240 \end_inset
39241
39242
39243 \end_layout
39244
39245 \begin_layout Standard
39246 \begin_inset VSpace bigskip
39247 \end_inset
39248
39249
39250 \end_layout
39251
39252 \begin_layout Standard
39253 \begin_inset Note Greyedout
39254 status open
39255
39256 \begin_layout Plain Layout
39257
39258 \series bold
39259 Note:
39260 \series default
39261  As you can see in the examples above, the text of the documents included
39262  as 
39263 \family sans
39264 verbatim
39265 \family default
39266  is not broken at the end of the document lines.
39267 \end_layout
39268
39269 \end_inset
39270
39271
39272 \end_layout
39273
39274 \begin_layout Description
39275 Listings This type is described in chapter
39276 \begin_inset space ~
39277 \end_inset
39278
39279
39280 \begin_inset CommandInset ref
39281 LatexCommand ref
39282 reference "cha:Program-Code-Listings"
39283
39284 \end_inset
39285
39286 .
39287 \end_layout
39288
39289 \begin_layout Standard
39290 \begin_inset Note Greyedout
39291 status open
39292
39293 \begin_layout Plain Layout
39294
39295 \series bold
39296 Note:
39297 \series default
39298  Including the same document twice in a document using different methods
39299  could cause \SpecialChar LaTeX
39300 -problems.
39301 \end_layout
39302
39303 \end_inset
39304
39305
39306 \end_layout
39307
39308 \begin_layout Standard
39309 If you want to view/export only selected children of your master document,
39310  either because you want to save compiling time or because you want to distribut
39311 e single chapters of the book you are just writing, you can exclude children
39312  from the output.
39313  This is done via the menu 
39314 \family sans
39315 Document\SpecialChar menuseparator
39316 Settings\SpecialChar menuseparator
39317 Child Documents
39318 \family default
39319 .
39320  You can exclude\SpecialChar breakableslash
39321 include children by double-clicking on the 
39322 \family sans
39323 include to output
39324 \family default
39325  column of the respective child document in the list (note that this only
39326  works for documents embedded via 
39327 \begin_inset Quotes eld
39328 \end_inset
39329
39330 Include
39331 \begin_inset Quotes erd
39332 \end_inset
39333
39334 , not with 
39335 \begin_inset Quotes eld
39336 \end_inset
39337
39338 Input
39339 \begin_inset Quotes erd
39340 \end_inset
39341
39342 ).
39343  If the option 
39344 \family sans
39345 Maintain counters and references
39346 \family default
39347  is enabled, \SpecialChar LyX
39348  will assure that all page numbers, references etc.
39349 \begin_inset space ~
39350 \end_inset
39351
39352 are correct as if the whole document was processed.
39353  This is useful if you want the selected sub-documents to look exactly as
39354  in the context of the whole document.
39355  However, \SpecialChar LyX
39356  needs to process the whole document in the background for this
39357  feature.
39358  So if you want to save compile time and if counters and references do not
39359  need to be correct, disable this checkbox.
39360 \end_layout
39361
39362 \begin_layout Standard
39363 Alternatively, you can put each included file into a branch.
39364 \begin_inset Foot
39365 status collapsed
39366
39367 \begin_layout Plain Layout
39368 Branches are described in section 
39369 \emph on
39370 Branches
39371 \emph default
39372  of the \SpecialChar LyX
39373  
39374 \emph on
39375 Userguide
39376 \emph default
39377 .
39378 \end_layout
39379
39380 \end_inset
39381
39382  By enabling\SpecialChar breakableslash
39383 disabling branches you can decide which included files will
39384  appear in the output.
39385  This has the advantage that it also works with Input'ed sub-documents.
39386  However, counters and references will not be maintained with this approach.
39387 \end_layout
39388
39389 \begin_layout Chapter
39390 Program Code Listings
39391 \begin_inset CommandInset label
39392 LatexCommand label
39393 name "cha:Program-Code-Listings"
39394
39395 \end_inset
39396
39397
39398 \begin_inset Index idx
39399 status collapsed
39400
39401 \begin_layout Plain Layout
39402 Listings
39403 \end_layout
39404
39405 \end_inset
39406
39407
39408 \begin_inset Index idx
39409 status collapsed
39410
39411 \begin_layout Plain Layout
39412 Program Code
39413 \end_layout
39414
39415 \end_inset
39416
39417
39418 \begin_inset Index idx
39419 status collapsed
39420
39421 \begin_layout Plain Layout
39422 Floats ! Listings
39423 \end_layout
39424
39425 \end_inset
39426
39427
39428 \end_layout
39429
39430 \begin_layout Standard
39431 To include and typeset program code you can use the 
39432 \family sans
39433 Listings
39434 \family default
39435  inset that can be inserted via the menu 
39436 \family sans
39437 Insert\SpecialChar menuseparator
39438 Program Listing
39439 \family default
39440 .
39441  The \SpecialChar LaTeX
39442 -package 
39443 \series bold
39444 listings
39445 \series default
39446
39447 \begin_inset Index idx
39448 status collapsed
39449
39450 \begin_layout Plain Layout
39451 \SpecialChar LaTeX
39452 -packages ! listings
39453 \end_layout
39454
39455 \end_inset
39456
39457  provides a powerful and flexible way to insert program source code into
39458  your document.
39459 \end_layout
39460
39461 \begin_layout Standard
39462 Right-clicking on a listings inset opens the context menu containing where
39463  you can set the listings format.
39464 \end_layout
39465
39466 \begin_layout Standard
39467 By default, a listing starts a new paragraph in the output.
39468  The placement option 
39469 \family sans
39470 Inline
39471 \begin_inset space ~
39472 \end_inset
39473
39474 listing
39475 \family default
39476  prints the listing inline like this: 
39477 \begin_inset listings
39478 lstparams "language={C++}"
39479 inline true
39480 status open
39481
39482 \begin_layout Plain Layout
39483
39484 int a=5;
39485 \end_layout
39486
39487 \end_inset
39488
39489
39490 \begin_inset Newline newline
39491 \end_inset
39492
39493 The option 
39494 \family sans
39495 Float
39496 \family default
39497  creates a listings float where you can specify the placement options 
39498 \begin_inset Quotes eld
39499 \end_inset
39500
39501
39502 \family sans
39503 h
39504 \family default
39505
39506 \begin_inset Quotes erd
39507 \end_inset
39508
39509
39510 \begin_inset Quotes eld
39511 \end_inset
39512
39513
39514 \family sans
39515 t
39516 \family default
39517
39518 \begin_inset Quotes erd
39519 \end_inset
39520
39521
39522 \begin_inset Quotes eld
39523 \end_inset
39524
39525
39526 \family sans
39527 b
39528 \family default
39529
39530 \begin_inset Quotes erd
39531 \end_inset
39532
39533 , and 
39534 \begin_inset Quotes eld
39535 \end_inset
39536
39537
39538 \family sans
39539 p
39540 \family default
39541
39542 \begin_inset Quotes erd
39543 \end_inset
39544
39545  corresponding to the float placement options described in section
39546 \begin_inset space ~
39547 \end_inset
39548
39549
39550 \begin_inset CommandInset ref
39551 LatexCommand ref
39552 reference "sec:Float-Placement"
39553
39554 \end_inset
39555
39556 .
39557  The placement options can be mixed and are inserted without any separation,
39558  e.
39559 \begin_inset space \thinspace{}
39560 \end_inset
39561
39562 g.
39563 \begin_inset space \space{}
39564 \end_inset
39565
39566
39567 \begin_inset Quotes eld
39568 \end_inset
39569
39570
39571 \family sans
39572 htbp
39573 \family default
39574
39575 \begin_inset Quotes erd
39576 \end_inset
39577
39578 .
39579  The option 
39580 \begin_inset Quotes eld
39581 \end_inset
39582
39583 h
39584 \begin_inset Quotes erd
39585 \end_inset
39586
39587  has sometimes no effect, but you don't need to use the 
39588 \family sans
39589 Float
39590 \family default
39591  option in this case as also non-float listings can have captions and be
39592  referenced.
39593 \end_layout
39594
39595 \begin_layout Standard
39596 You can add captions to listings with the menu 
39597 \family sans
39598 Insert\SpecialChar menuseparator
39599 Caption
39600 \family default
39601 .
39602  Listings can be referenced like floats: Listing
39603 \begin_inset space ~
39604 \end_inset
39605
39606
39607 \begin_inset CommandInset ref
39608 LatexCommand ref
39609 reference "lst:Example-Listing"
39610
39611 \end_inset
39612
39613 .
39614  A list of listings which contains all listings with captions can be created
39615  via the menu 
39616 \family sans
39617 Insert\SpecialChar menuseparator
39618 List
39619 \begin_inset space ~
39620 \end_inset
39621
39622 /
39623 \begin_inset space ~
39624 \end_inset
39625
39626 TOC\SpecialChar menuseparator
39627 List of Listings
39628 \family default
39629 .
39630  The list entries are the listing caption and the listing number.
39631 \end_layout
39632
39633 \begin_layout Standard
39634 \begin_inset listings
39635 lstparams "language=Python"
39636 inline false
39637 status open
39638
39639 \begin_layout Plain Layout
39640
39641 \begin_inset Caption Standard
39642
39643 \begin_layout Plain Layout
39644 \begin_inset CommandInset label
39645 LatexCommand label
39646 name "lst:Example-Listing"
39647
39648 \end_inset
39649
39650 Example Listing float
39651 \end_layout
39652
39653 \end_inset
39654
39655 # Example listing float
39656 \end_layout
39657
39658 \begin_layout Plain Layout
39659
39660 def func(param):
39661 \end_layout
39662
39663 \begin_layout Plain Layout
39664
39665     'this is a python function'
39666 \end_layout
39667
39668 \begin_layout Plain Layout
39669
39670     pass
39671 \end_layout
39672
39673 \end_inset
39674
39675
39676 \end_layout
39677
39678 \begin_layout Standard
39679 When you have set a programming language in the listings dialog, the keywords
39680  of this language will be recognized and specially typeset in the output.
39681  In the example listings the Python keyword 
39682 \begin_inset Quotes eld
39683 \end_inset
39684
39685 def
39686 \begin_inset Quotes erd
39687 \end_inset
39688
39689  is recognized and printed bold in the output.
39690 \end_layout
39691
39692 \begin_layout Standard
39693 \begin_inset Note Greyedout
39694 status open
39695
39696 \begin_layout Plain Layout
39697
39698 \series bold
39699 Note:
39700 \series default
39701  If you don't get bold keywords when using typewriter fonts, your 
39702 \family typewriter
39703 typewriter
39704 \family default
39705  font probably doesn't provide a bold shape.
39706  In this case select a different one in the menu 
39707 \family sans
39708 Document\SpecialChar menuseparator
39709 Settings\SpecialChar menuseparator
39710 Fonts
39711 \family default
39712 .
39713  (The fonts 
39714 \emph on
39715 LuxiMono, BeraMono
39716 \emph default
39717  and 
39718 \emph on
39719 Courier
39720 \emph default
39721  provide bold shapes.)
39722 \end_layout
39723
39724 \end_inset
39725
39726
39727 \end_layout
39728
39729 \begin_layout Standard
39730 In section 
39731 \family sans
39732 Line
39733 \begin_inset space ~
39734 \end_inset
39735
39736 numbering
39737 \family default
39738  of the listings dialog you can specify the line numbering style.
39739  You can insert a number to specify which lines are numbered in the field
39740  
39741 \family sans
39742 Step
39743 \family default
39744 .
39745  When you insert e.
39746 \begin_inset space \thinspace{}
39747 \end_inset
39748
39749 g.
39750 \begin_inset space \space{}
39751 \end_inset
39752
39753
39754 \begin_inset Quotes eld
39755 \end_inset
39756
39757 3
39758 \begin_inset Quotes erd
39759 \end_inset
39760
39761 , only every 3rd line will be numbered.
39762 \end_layout
39763
39764 \begin_layout Standard
39765 You can furthermore specify a range of lines; only these will then appear
39766  in the output.
39767  The option 
39768 \family sans
39769 Extended character table
39770 \family default
39771  should be used when you use national characters like the German umlauts
39772  in the listing.
39773 \begin_inset Newline newline
39774 \end_inset
39775
39776 Here is an example listing with left line numbering, step 
39777 \begin_inset Quotes eld
39778 \end_inset
39779
39780 3
39781 \begin_inset Quotes erd
39782 \end_inset
39783
39784 , language 
39785 \begin_inset Quotes eld
39786 \end_inset
39787
39788 Python
39789 \begin_inset Quotes erd
39790 \end_inset
39791
39792 , options 
39793 \begin_inset Quotes eld
39794 \end_inset
39795
39796 Extended character table
39797 \begin_inset Quotes erd
39798 \end_inset
39799
39800  and 
39801 \begin_inset Quotes eld
39802 \end_inset
39803
39804 Space
39805 \begin_inset space ~
39806 \end_inset
39807
39808 as
39809 \begin_inset space ~
39810 \end_inset
39811
39812 symbol
39813 \begin_inset Quotes erd
39814 \end_inset
39815
39816 , range lines 3
39817 \begin_inset space \thinspace{}
39818 \end_inset
39819
39820 -
39821 \begin_inset space \thinspace{}
39822 \end_inset
39823
39824 8:
39825 \end_layout
39826
39827 \begin_layout Standard
39828 \begin_inset listings
39829 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39830 inline false
39831 status open
39832
39833 \begin_layout Plain Layout
39834
39835 def func(param):
39836 \end_layout
39837
39838 \begin_layout Plain Layout
39839
39840     'this is a python function'
39841 \end_layout
39842
39843 \begin_layout Plain Layout
39844
39845     pass
39846 \end_layout
39847
39848 \begin_layout Plain Layout
39849
39850 def func(param):
39851 \end_layout
39852
39853 \begin_layout Plain Layout
39854
39855 'This is a German word: Tschüß'
39856 \end_layout
39857
39858 \begin_layout Plain Layout
39859
39860 pass
39861 \end_layout
39862
39863 \begin_layout Plain Layout
39864
39865 def func(param):
39866 \end_layout
39867
39868 \begin_layout Plain Layout
39869
39870 'this is a python function'
39871 \end_layout
39872
39873 \begin_layout Plain Layout
39874
39875 pass
39876 \end_layout
39877
39878 \end_inset
39879
39880
39881 \end_layout
39882
39883 \begin_layout Standard
39884 When you have tabulators in your listing, you can specify the number of
39885  characters that are spanned by a tabulator in the field 
39886 \family sans
39887 Tabulator
39888 \begin_inset space ~
39889 \end_inset
39890
39891 size
39892 \family default
39893 .
39894 \end_layout
39895
39896 \begin_layout Standard
39897 \begin_inset Note Greyedout
39898 status open
39899
39900 \begin_layout Plain Layout
39901
39902 \series bold
39903 Note:
39904 \series default
39905  Due to a bug in the 
39906 \series bold
39907 listings
39908 \series default
39909  package the line numbering is shifted by a line by every previous listing.
39910  That's the reason why the lines 2 and 5 are numbered in the above listing
39911  and not the lines 3 and 6.
39912 \end_layout
39913
39914 \end_inset
39915
39916
39917 \end_layout
39918
39919 \begin_layout Standard
39920 \begin_inset VSpace bigskip
39921 \end_inset
39922
39923
39924 \end_layout
39925
39926 \begin_layout Standard
39927 It is also possible to print lines from a file as listing.
39928  To do this, use the menu 
39929 \family sans
39930 Insert\SpecialChar menuseparator
39931 File\SpecialChar menuseparator
39932 Child Document
39933 \family default
39934  and choose the type 
39935 \family sans
39936 Listings
39937 \family default
39938 .
39939 \begin_inset Foot
39940 status collapsed
39941
39942 \begin_layout Plain Layout
39943 The other child document types are described in section
39944 \begin_inset space ~
39945 \end_inset
39946
39947
39948 \begin_inset CommandInset ref
39949 LatexCommand ref
39950 reference "sec:Child-Documents"
39951
39952 \end_inset
39953
39954 .
39955 \end_layout
39956
39957 \end_inset
39958
39959  In the child document dialog you can specify the listing parameters in
39960  a text box.
39961  To show a list of all available parameters, type in a question mark 
39962 \begin_inset Quotes eld
39963 \end_inset
39964
39965 ?
39966 \begin_inset Quotes erd
39967 \end_inset
39968
39969  in the text box.
39970 \end_layout
39971
39972 \begin_layout Standard
39973 To reference child document listings, write a label text into the corresponding
39974  field of the child document dialog.
39975  The label can then be referenced using the menu 
39976 \family sans
39977 Insert\SpecialChar menuseparator
39978 Cross-Reference
39979 \family default
39980 .
39981 \end_layout
39982
39983 \begin_layout Standard
39984 Listing
39985 \begin_inset space ~
39986 \end_inset
39987
39988
39989 \begin_inset CommandInset ref
39990 LatexCommand ref
39991 reference "lst:file-listing"
39992
39993 \end_inset
39994
39995  is an example for a listing of a file; there the lines 10
39996 \begin_inset space \thinspace{}
39997 \end_inset
39998
39999 -
40000 \begin_inset space \thinspace{}
40001 \end_inset
40002
40003 15 of this \SpecialChar LyX
40004  file are listed.
40005 \end_layout
40006
40007 \begin_layout Standard
40008 \begin_inset CommandInset include
40009 LatexCommand lstinputlisting
40010 filename "EmbeddedObjects.lyx"
40011 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
40012
40013 \end_inset
40014
40015
40016 \end_layout
40017
40018 \begin_layout Standard
40019 \begin_inset VSpace bigskip
40020 \end_inset
40021
40022
40023 \end_layout
40024
40025 \begin_layout Standard
40026 Inserting a formula into a listing can be done the following way:
40027 \end_layout
40028
40029 \begin_layout Enumerate
40030 Open the listings dialog and add
40031 \begin_inset Newline newline
40032 \end_inset
40033
40034
40035 \family sans
40036 mathescape=true
40037 \family default
40038
40039 \begin_inset Newline newline
40040 \end_inset
40041
40042 to the field of the 
40043 \family sans
40044 Advanced
40045 \family default
40046  tab.
40047 \end_layout
40048
40049 \begin_layout Enumerate
40050 Create a formula outside the listing
40051 \end_layout
40052
40053 \begin_layout Enumerate
40054 Copy the content of the formula (not the formula inset) to the clipboard
40055  (shortcut 
40056 \begin_inset Info
40057 type  "shortcut"
40058 arg   "copy"
40059 \end_inset
40060
40061 )
40062 \end_layout
40063
40064 \begin_layout Enumerate
40065 In the listing write 
40066 \begin_inset Quotes eld
40067 \end_inset
40068
40069
40070 \family sans
40071 $$
40072 \family default
40073
40074 \begin_inset Quotes erd
40075 \end_inset
40076
40077  and copy from the clipboard between the dollar-signs (shortcut 
40078 \begin_inset Info
40079 type  "shortcut"
40080 arg   "paste"
40081 \end_inset
40082
40083 )
40084 \end_layout
40085
40086 \begin_layout Standard
40087 \begin_inset listings
40088 lstparams "language=Python,mathescape=true"
40089 inline false
40090 status open
40091
40092 \begin_layout Plain Layout
40093
40094 \begin_inset Caption Standard
40095
40096 \begin_layout Plain Layout
40097 Example Listing float containing a formula
40098 \end_layout
40099
40100 \end_inset
40101
40102 # Example listing float
40103 \end_layout
40104
40105 \begin_layout Plain Layout
40106
40107 def func(param):
40108 \end_layout
40109
40110 \begin_layout Plain Layout
40111
40112     # $
40113 \backslash
40114 prod_{n=1}^{
40115 \backslash
40116 infty}
40117 \backslash
40118 ,
40119 \backslash
40120 frac{1}{x^{2}}$
40121 \end_layout
40122
40123 \begin_layout Plain Layout
40124
40125     pass
40126 \end_layout
40127
40128 \end_inset
40129
40130
40131 \end_layout
40132
40133 \begin_layout Standard
40134 \begin_inset VSpace bigskip
40135 \end_inset
40136
40137
40138 \end_layout
40139
40140 \begin_layout Standard
40141 Global listings settings can be set in the 
40142 \family sans
40143 Document\SpecialChar menuseparator
40144 Settings\SpecialChar menuseparator
40145 Listings
40146 \family default
40147  dialog.
40148  To get there a list of available options, type in a question mark 
40149 \begin_inset Quotes eld
40150 \end_inset
40151
40152 ?
40153 \begin_inset Quotes erd
40154 \end_inset
40155
40156 .
40157 \end_layout
40158
40159 \begin_layout Standard
40160 For more information about the 
40161 \series bold
40162 listings
40163 \series default
40164  package, we refer to its documentation 
40165 \begin_inset CommandInset citation
40166 LatexCommand cite
40167 key "listings"
40168
40169 \end_inset
40170
40171 .
40172 \end_layout
40173
40174 \begin_layout Standard
40175 \begin_inset Newpage newpage
40176 \end_inset
40177
40178
40179 \end_layout
40180
40181 \begin_layout Chapter
40182 \start_of_appendix
40183 Units available in \SpecialChar LyX
40184
40185 \begin_inset Index idx
40186 status collapsed
40187
40188 \begin_layout Plain Layout
40189 Units
40190 \end_layout
40191
40192 \end_inset
40193
40194
40195 \begin_inset CommandInset label
40196 LatexCommand label
40197 name "cha:Units-available-in"
40198
40199 \end_inset
40200
40201
40202 \end_layout
40203
40204 \begin_layout Standard
40205 To understand the units described in this documentation, Table
40206 \begin_inset space ~
40207 \end_inset
40208
40209
40210 \begin_inset CommandInset ref
40211 LatexCommand ref
40212 reference "tab:Units"
40213
40214 \end_inset
40215
40216  explains all units available in \SpecialChar LyX
40217 .
40218 \end_layout
40219
40220 \begin_layout Standard
40221 \begin_inset Float table
40222 placement h
40223 wide false
40224 sideways false
40225 status open
40226
40227 \begin_layout Plain Layout
40228 \begin_inset Caption Standard
40229
40230 \begin_layout Plain Layout
40231 \begin_inset CommandInset label
40232 LatexCommand label
40233 name "tab:Units"
40234
40235 \end_inset
40236
40237 Units
40238 \end_layout
40239
40240 \end_inset
40241
40242
40243 \end_layout
40244
40245 \begin_layout Plain Layout
40246 \begin_inset VSpace medskip
40247 \end_inset
40248
40249
40250 \end_layout
40251
40252 \begin_layout Plain Layout
40253 \align center
40254 \begin_inset Tabular
40255 <lyxtabular version="3" rows="20" columns="3">
40256 <features tabularvalignment="middle">
40257 <column alignment="center" valignment="top">
40258 <column alignment="center" valignment="top">
40259 <column alignment="center" valignment="top">
40260 <row>
40261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40262 \begin_inset Text
40263
40264 \begin_layout Plain Layout
40265 unit
40266 \end_layout
40267
40268 \end_inset
40269 </cell>
40270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40271 \begin_inset Text
40272
40273 \begin_layout Plain Layout
40274 name/description
40275 \end_layout
40276
40277 \end_inset
40278 </cell>
40279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40280 \begin_inset Text
40281
40282 \begin_layout Plain Layout
40283 \SpecialChar LaTeX
40284  command
40285 \end_layout
40286
40287 \end_inset
40288 </cell>
40289 </row>
40290 <row>
40291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40292 \begin_inset Text
40293
40294 \begin_layout Plain Layout
40295 mm
40296 \end_layout
40297
40298 \end_inset
40299 </cell>
40300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40301 \begin_inset Text
40302
40303 \begin_layout Plain Layout
40304 millimeter
40305 \end_layout
40306
40307 \end_inset
40308 </cell>
40309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40310 \begin_inset Text
40311
40312 \begin_layout Plain Layout
40313 -
40314 \end_layout
40315
40316 \end_inset
40317 </cell>
40318 </row>
40319 <row>
40320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40321 \begin_inset Text
40322
40323 \begin_layout Plain Layout
40324 cm
40325 \end_layout
40326
40327 \end_inset
40328 </cell>
40329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40330 \begin_inset Text
40331
40332 \begin_layout Plain Layout
40333 centimeter
40334 \end_layout
40335
40336 \end_inset
40337 </cell>
40338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40339 \begin_inset Text
40340
40341 \begin_layout Plain Layout
40342 -
40343 \end_layout
40344
40345 \end_inset
40346 </cell>
40347 </row>
40348 <row>
40349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40350 \begin_inset Text
40351
40352 \begin_layout Plain Layout
40353 in
40354 \end_layout
40355
40356 \end_inset
40357 </cell>
40358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40359 \begin_inset Text
40360
40361 \begin_layout Plain Layout
40362 inch
40363 \end_layout
40364
40365 \end_inset
40366 </cell>
40367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40368 \begin_inset Text
40369
40370 \begin_layout Plain Layout
40371 -
40372 \end_layout
40373
40374 \end_inset
40375 </cell>
40376 </row>
40377 <row>
40378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40379 \begin_inset Text
40380
40381 \begin_layout Plain Layout
40382 pt
40383 \end_layout
40384
40385 \end_inset
40386 </cell>
40387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40388 \begin_inset Text
40389
40390 \begin_layout Plain Layout
40391 point (72.27
40392 \begin_inset space \thinspace{}
40393 \end_inset
40394
40395 pt = 1
40396 \begin_inset space \thinspace{}
40397 \end_inset
40398
40399 in)
40400 \end_layout
40401
40402 \end_inset
40403 </cell>
40404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40405 \begin_inset Text
40406
40407 \begin_layout Plain Layout
40408 -
40409 \end_layout
40410
40411 \end_inset
40412 </cell>
40413 </row>
40414 <row>
40415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40416 \begin_inset Text
40417
40418 \begin_layout Plain Layout
40419 pc
40420 \end_layout
40421
40422 \end_inset
40423 </cell>
40424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40425 \begin_inset Text
40426
40427 \begin_layout Plain Layout
40428 pica (1
40429 \begin_inset space \thinspace{}
40430 \end_inset
40431
40432 pc = 12
40433 \begin_inset space \thinspace{}
40434 \end_inset
40435
40436 pt)
40437 \end_layout
40438
40439 \end_inset
40440 </cell>
40441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40442 \begin_inset Text
40443
40444 \begin_layout Plain Layout
40445 -
40446 \end_layout
40447
40448 \end_inset
40449 </cell>
40450 </row>
40451 <row>
40452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40453 \begin_inset Text
40454
40455 \begin_layout Plain Layout
40456 sp
40457 \end_layout
40458
40459 \end_inset
40460 </cell>
40461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40462 \begin_inset Text
40463
40464 \begin_layout Plain Layout
40465 scaled point (65536
40466 \begin_inset space \thinspace{}
40467 \end_inset
40468
40469 sp = 1
40470 \begin_inset space \thinspace{}
40471 \end_inset
40472
40473 pt)
40474 \end_layout
40475
40476 \end_inset
40477 </cell>
40478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40479 \begin_inset Text
40480
40481 \begin_layout Plain Layout
40482 -
40483 \end_layout
40484
40485 \end_inset
40486 </cell>
40487 </row>
40488 <row>
40489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40490 \begin_inset Text
40491
40492 \begin_layout Plain Layout
40493 bp
40494 \end_layout
40495
40496 \end_inset
40497 </cell>
40498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40499 \begin_inset Text
40500
40501 \begin_layout Plain Layout
40502 big point (72
40503 \begin_inset space \thinspace{}
40504 \end_inset
40505
40506 bp = 1
40507 \begin_inset space \thinspace{}
40508 \end_inset
40509
40510 in)
40511 \end_layout
40512
40513 \end_inset
40514 </cell>
40515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40516 \begin_inset Text
40517
40518 \begin_layout Plain Layout
40519 -
40520 \end_layout
40521
40522 \end_inset
40523 </cell>
40524 </row>
40525 <row>
40526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40527 \begin_inset Text
40528
40529 \begin_layout Plain Layout
40530 dd
40531 \end_layout
40532
40533 \end_inset
40534 </cell>
40535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40536 \begin_inset Text
40537
40538 \begin_layout Plain Layout
40539 didot (1
40540 \begin_inset space \thinspace{}
40541 \end_inset
40542
40543 dd 
40544 \begin_inset Formula $\approx$
40545 \end_inset
40546
40547  0.376
40548 \begin_inset space \thinspace{}
40549 \end_inset
40550
40551 mm)
40552 \end_layout
40553
40554 \end_inset
40555 </cell>
40556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40557 \begin_inset Text
40558
40559 \begin_layout Plain Layout
40560 -
40561 \end_layout
40562
40563 \end_inset
40564 </cell>
40565 </row>
40566 <row>
40567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40568 \begin_inset Text
40569
40570 \begin_layout Plain Layout
40571 cc
40572 \end_layout
40573
40574 \end_inset
40575 </cell>
40576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40577 \begin_inset Text
40578
40579 \begin_layout Plain Layout
40580 cicero (1
40581 \begin_inset space \thinspace{}
40582 \end_inset
40583
40584 cc = 12
40585 \begin_inset space \thinspace{}
40586 \end_inset
40587
40588 dd)
40589 \end_layout
40590
40591 \end_inset
40592 </cell>
40593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40594 \begin_inset Text
40595
40596 \begin_layout Plain Layout
40597 -
40598 \end_layout
40599
40600 \end_inset
40601 </cell>
40602 </row>
40603 <row>
40604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40605 \begin_inset Text
40606
40607 \begin_layout Plain Layout
40608 Scale Graphics %
40609 \end_layout
40610
40611 \end_inset
40612 </cell>
40613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40614 \begin_inset Text
40615
40616 \begin_layout Plain Layout
40617 % of original image width
40618 \end_layout
40619
40620 \end_inset
40621 </cell>
40622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40623 \begin_inset Text
40624
40625 \begin_layout Plain Layout
40626
40627 \end_layout
40628
40629 \end_inset
40630 </cell>
40631 </row>
40632 <row>
40633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40634 \begin_inset Text
40635
40636 \begin_layout Plain Layout
40637 Text Width %
40638 \end_layout
40639
40640 \end_inset
40641 </cell>
40642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40643 \begin_inset Text
40644
40645 \begin_layout Plain Layout
40646 % of text width
40647 \end_layout
40648
40649 \end_inset
40650 </cell>
40651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40652 \begin_inset Text
40653
40654 \begin_layout Plain Layout
40655
40656 \backslash
40657 textwidth
40658 \end_layout
40659
40660 \end_inset
40661 </cell>
40662 </row>
40663 <row>
40664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40665 \begin_inset Text
40666
40667 \begin_layout Plain Layout
40668 Column Width %
40669 \end_layout
40670
40671 \end_inset
40672 </cell>
40673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40674 \begin_inset Text
40675
40676 \begin_layout Plain Layout
40677 % of column width
40678 \end_layout
40679
40680 \end_inset
40681 </cell>
40682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40683 \begin_inset Text
40684
40685 \begin_layout Plain Layout
40686
40687 \backslash
40688 columnwidth
40689 \end_layout
40690
40691 \end_inset
40692 </cell>
40693 </row>
40694 <row>
40695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40696 \begin_inset Text
40697
40698 \begin_layout Plain Layout
40699 Page Width %
40700 \end_layout
40701
40702 \end_inset
40703 </cell>
40704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40705 \begin_inset Text
40706
40707 \begin_layout Plain Layout
40708 % of paper width
40709 \end_layout
40710
40711 \end_inset
40712 </cell>
40713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40714 \begin_inset Text
40715
40716 \begin_layout Plain Layout
40717
40718 \backslash
40719 paperwidth
40720 \end_layout
40721
40722 \end_inset
40723 </cell>
40724 </row>
40725 <row>
40726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40727 \begin_inset Text
40728
40729 \begin_layout Plain Layout
40730 Line Width %
40731 \end_layout
40732
40733 \end_inset
40734 </cell>
40735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40736 \begin_inset Text
40737
40738 \begin_layout Plain Layout
40739 % of line width
40740 \end_layout
40741
40742 \end_inset
40743 </cell>
40744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40745 \begin_inset Text
40746
40747 \begin_layout Plain Layout
40748
40749 \backslash
40750 linewidth
40751 \end_layout
40752
40753 \end_inset
40754 </cell>
40755 </row>
40756 <row>
40757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40758 \begin_inset Text
40759
40760 \begin_layout Plain Layout
40761 Text Height %
40762 \end_layout
40763
40764 \end_inset
40765 </cell>
40766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40767 \begin_inset Text
40768
40769 \begin_layout Plain Layout
40770 % of text height
40771 \end_layout
40772
40773 \end_inset
40774 </cell>
40775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40776 \begin_inset Text
40777
40778 \begin_layout Plain Layout
40779
40780 \backslash
40781 textheight
40782 \end_layout
40783
40784 \end_inset
40785 </cell>
40786 </row>
40787 <row>
40788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40789 \begin_inset Text
40790
40791 \begin_layout Plain Layout
40792 Page Height %
40793 \end_layout
40794
40795 \end_inset
40796 </cell>
40797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40798 \begin_inset Text
40799
40800 \begin_layout Plain Layout
40801 % of paper height
40802 \end_layout
40803
40804 \end_inset
40805 </cell>
40806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40807 \begin_inset Text
40808
40809 \begin_layout Plain Layout
40810
40811 \backslash
40812 paperheight
40813 \end_layout
40814
40815 \end_inset
40816 </cell>
40817 </row>
40818 <row>
40819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40820 \begin_inset Text
40821
40822 \begin_layout Plain Layout
40823 ex
40824 \end_layout
40825
40826 \end_inset
40827 </cell>
40828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40829 \begin_inset Text
40830
40831 \begin_layout Plain Layout
40832 height of letter 
40833 \emph on
40834 x
40835 \emph default
40836  in current font
40837 \end_layout
40838
40839 \end_inset
40840 </cell>
40841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40842 \begin_inset Text
40843
40844 \begin_layout Plain Layout
40845 -
40846 \end_layout
40847
40848 \end_inset
40849 </cell>
40850 </row>
40851 <row>
40852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40853 \begin_inset Text
40854
40855 \begin_layout Plain Layout
40856 em
40857 \end_layout
40858
40859 \end_inset
40860 </cell>
40861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40862 \begin_inset Text
40863
40864 \begin_layout Plain Layout
40865 width of letter 
40866 \emph on
40867 M
40868 \emph default
40869  in current font
40870 \end_layout
40871
40872 \end_inset
40873 </cell>
40874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40875 \begin_inset Text
40876
40877 \begin_layout Plain Layout
40878 -
40879 \end_layout
40880
40881 \end_inset
40882 </cell>
40883 </row>
40884 <row>
40885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40886 \begin_inset Text
40887
40888 \begin_layout Plain Layout
40889 mu
40890 \end_layout
40891
40892 \end_inset
40893 </cell>
40894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40895 \begin_inset Text
40896
40897 \begin_layout Plain Layout
40898 math unit (1
40899 \begin_inset space \thinspace{}
40900 \end_inset
40901
40902 mu = 1/18
40903 \begin_inset space \thinspace{}
40904 \end_inset
40905
40906 em)
40907 \end_layout
40908
40909 \end_inset
40910 </cell>
40911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40912 \begin_inset Text
40913
40914 \begin_layout Plain Layout
40915 -
40916 \end_layout
40917
40918 \end_inset
40919 </cell>
40920 </row>
40921 </lyxtabular>
40922
40923 \end_inset
40924
40925
40926 \end_layout
40927
40928 \end_inset
40929
40930
40931 \end_layout
40932
40933 \begin_layout Chapter
40934 Output File Formats with Graphics
40935 \begin_inset CommandInset label
40936 LatexCommand label
40937 name "cha:Output-File-Formats"
40938
40939 \end_inset
40940
40941
40942 \end_layout
40943
40944 \begin_layout Section
40945 DVI
40946 \begin_inset Index idx
40947 status collapsed
40948
40949 \begin_layout Plain Layout
40950 File Formats ! DVI
40951 \end_layout
40952
40953 \end_inset
40954
40955
40956 \begin_inset Index idx
40957 status collapsed
40958
40959 \begin_layout Plain Layout
40960 DVI|see
40961 \begin_inset ERT
40962 status collapsed
40963
40964 \begin_layout Plain Layout
40965
40966 {
40967 \end_layout
40968
40969 \end_inset
40970
40971 File Formats
40972 \begin_inset ERT
40973 status collapsed
40974
40975 \begin_layout Plain Layout
40976
40977 }
40978 \end_layout
40979
40980 \end_inset
40981
40982
40983 \end_layout
40984
40985 \end_inset
40986
40987
40988 \end_layout
40989
40990 \begin_layout Standard
40991 This file type has the extension 
40992 \begin_inset Quotes eld
40993 \end_inset
40994
40995
40996 \family typewriter
40997 .dvi
40998 \family default
40999
41000 \begin_inset Quotes erd
41001 \end_inset
41002
41003 .
41004  It is called 
41005 \begin_inset Quotes eld
41006 \end_inset
41007
41008 device-independent
41009 \begin_inset Quotes erd
41010 \end_inset
41011
41012  (DVI), because it is completely portable; you can move them from one machine
41013  to another without needing to do any sort of conversion.
41014  At the time when this file-format was developed, this was no matter of
41015  course.
41016  DVIs are used for quick previews and as pre-stage for other output formats,
41017  like PostScript.
41018 \end_layout
41019
41020 \begin_layout Standard
41021 \begin_inset Note Greyedout
41022 status open
41023
41024 \begin_layout Plain Layout
41025
41026 \series bold
41027 Note:
41028 \series default
41029  DVI-files do not contain images; they will only be a linked.
41030 \end_layout
41031
41032 \end_inset
41033
41034  So don't forget this, if you move your 
41035 \family typewriter
41036 .dvi
41037 \family default
41038  file to another computer.
41039  This property can also slow down your computer when you view the DVI, because
41040  the DVI-viewer has to convert the image in the background to make it visible
41041  when you scroll in the DVI.
41042  So it is recommended that you use PDF for files with many images.
41043 \end_layout
41044
41045 \begin_layout Standard
41046 You can export your document to DVI by using the menu 
41047 \family sans
41048 File\SpecialChar menuseparator
41049 Export\SpecialChar menuseparator
41050 DVI
41051 \family default
41052 .
41053  You can view your document as DVI via the 
41054 \family sans
41055 View
41056 \family default
41057  menu.
41058 \end_layout
41059
41060 \begin_layout Section
41061 PostScript
41062 \begin_inset Index idx
41063 status collapsed
41064
41065 \begin_layout Plain Layout
41066 File Formats ! PostScript
41067 \end_layout
41068
41069 \end_inset
41070
41071
41072 \begin_inset Index idx
41073 status collapsed
41074
41075 \begin_layout Plain Layout
41076 PostScript|see
41077 \begin_inset ERT
41078 status collapsed
41079
41080 \begin_layout Plain Layout
41081
41082 {
41083 \end_layout
41084
41085 \end_inset
41086
41087 File Formats
41088 \begin_inset ERT
41089 status collapsed
41090
41091 \begin_layout Plain Layout
41092
41093 }
41094 \end_layout
41095
41096 \end_inset
41097
41098
41099 \end_layout
41100
41101 \end_inset
41102
41103
41104 \end_layout
41105
41106 \begin_layout Standard
41107 This file type has the extension 
41108 \begin_inset Quotes eld
41109 \end_inset
41110
41111
41112 \family typewriter
41113 .ps
41114 \family default
41115
41116 \begin_inset Quotes erd
41117 \end_inset
41118
41119 .
41120  PostScript was developed by the company 
41121 \family typewriter
41122 Adobe
41123 \family default
41124  as a printer language.
41125  The file therefore contains commands that the printer uses to print the
41126  file.
41127  PostScript can be seen as a 
41128 \begin_inset Quotes eld
41129 \end_inset
41130
41131 programming language
41132 \begin_inset Quotes erd
41133 \end_inset
41134
41135 ; you can calculate with it and draw diagrams and images.
41136 \begin_inset Foot
41137 status collapsed
41138
41139 \begin_layout Plain Layout
41140 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
41141 -package
41142  
41143 \series bold
41144 PSTricks
41145 \series default
41146  
41147 \begin_inset CommandInset citation
41148 LatexCommand cite
41149 key "pstricks"
41150
41151 \end_inset
41152
41153 .
41154 \end_layout
41155
41156 \end_inset
41157
41158  Due to this ability, the files are often bigger than PDFs.
41159 \end_layout
41160
41161 \begin_layout Standard
41162 PostScript can only contain images in the format 
41163 \begin_inset Quotes eld
41164 \end_inset
41165
41166 Encapsulated PostScript
41167 \begin_inset Quotes erd
41168 \end_inset
41169
41170  (EPS, file extension 
41171 \begin_inset Quotes eld
41172 \end_inset
41173
41174
41175 \family typewriter
41176 .eps
41177 \family default
41178
41179 \begin_inset Quotes erd
41180 \end_inset
41181
41182 ).
41183  As \SpecialChar LyX
41184  allows you to use any known image format in your document, it has to
41185  convert images in the background to EPS.
41186  If you have e.g.
41187 \begin_inset space ~
41188 \end_inset
41189
41190 50
41191 \begin_inset space ~
41192 \end_inset
41193
41194 images in your document, \SpecialChar LyX
41195  has to do 50
41196 \begin_inset space ~
41197 \end_inset
41198
41199 conversions whenever you view or export your document.
41200  This will slow down your work flow with \SpecialChar LyX
41201  drastically.
41202  So if you plan to use PostScript, you can insert your images directly as
41203  EPS to avoid this problem.
41204 \end_layout
41205
41206 \begin_layout Standard
41207 You can export your document to PostScript using the menu 
41208 \family sans
41209 File\SpecialChar menuseparator
41210 Export\SpecialChar menuseparator
41211 Postscript
41212 \family default
41213 .
41214  You can view your document as PostScript via the 
41215 \family sans
41216 View
41217 \family default
41218  menu.
41219 \end_layout
41220
41221 \begin_layout Section
41222 PDF
41223 \begin_inset Index idx
41224 status collapsed
41225
41226 \begin_layout Plain Layout
41227 File Formats ! PDF
41228 \end_layout
41229
41230 \end_inset
41231
41232
41233 \begin_inset Index idx
41234 status collapsed
41235
41236 \begin_layout Plain Layout
41237 PDF
41238 \end_layout
41239
41240 \end_inset
41241
41242
41243 \end_layout
41244
41245 \begin_layout Standard
41246 This file type has the extension 
41247 \begin_inset Quotes eld
41248 \end_inset
41249
41250
41251 \family typewriter
41252 .pdf
41253 \family default
41254
41255 \begin_inset Quotes erd
41256 \end_inset
41257
41258 .
41259  The 
41260 \begin_inset Quotes eld
41261 \end_inset
41262
41263 Portable Document Format
41264 \begin_inset Quotes erd
41265 \end_inset
41266
41267  (PDF) was developed by 
41268 \family typewriter
41269 Adobe
41270 \family default
41271  as a derivative of PostScript.
41272  It is more compressed and it uses fewer commands than PostScript.
41273  As the name 
41274 \begin_inset Quotes eld
41275 \end_inset
41276
41277 portable
41278 \begin_inset Quotes erd
41279 \end_inset
41280
41281  implies, it can be processed at any computer system and the printed output
41282  looks exactly the same.
41283 \end_layout
41284
41285 \begin_layout Standard
41286 PDF can contain images in its own PDF format, in the format 
41287 \begin_inset Quotes eld
41288 \end_inset
41289
41290 Joint Photographic Experts Group
41291 \begin_inset Quotes erd
41292 \end_inset
41293
41294  (JPG, file extension 
41295 \begin_inset Quotes eld
41296 \end_inset
41297
41298
41299 \family typewriter
41300 .jpg
41301 \family default
41302
41303 \begin_inset Quotes erd
41304 \end_inset
41305
41306  or 
41307 \begin_inset Quotes eld
41308 \end_inset
41309
41310
41311 \family typewriter
41312 .jpeg
41313 \family default
41314
41315 \begin_inset Quotes erd
41316 \end_inset
41317
41318 ), and in the format 
41319 \begin_inset Quotes eld
41320 \end_inset
41321
41322 Portable Network Graphics
41323 \begin_inset Quotes erd
41324 \end_inset
41325
41326  (PNG, file extension 
41327 \begin_inset Quotes eld
41328 \end_inset
41329
41330
41331 \family typewriter
41332 .png
41333 \family default
41334
41335 \begin_inset Quotes erd
41336 \end_inset
41337
41338 ).
41339  Nevertheless you can use any other image format, because \SpecialChar LyX
41340  converts them
41341  in the background to one of these formats.
41342  But as described in the section about PostScript, the image conversion
41343  will slow down your work flow.
41344  So it is recommended that you use images in one of the three mentioned
41345  formats.
41346 \end_layout
41347
41348 \begin_layout Standard
41349 You can export your document to PDF via the menu 
41350 \family sans
41351 File\SpecialChar menuseparator
41352 Export
41353 \family default
41354  in three different ways:
41355 \end_layout
41356
41357 \begin_layout Description
41358 PDF
41359 \begin_inset space ~
41360 \end_inset
41361
41362 (ps2pdf) This uses the program 
41363 \family typewriter
41364 ps2pdf
41365 \family default
41366  that creates a PDF from a PostScript-version of your file.
41367  The PostScript-version is produced by the program 
41368 \family typewriter
41369 dvips
41370 \family default
41371  which uses a DVI-version as intermediate step.
41372  So this export variant consists of three conversions.
41373 \end_layout
41374
41375 \begin_layout Description
41376 PDF
41377 \begin_inset space ~
41378 \end_inset
41379
41380 (dvipdfm) This uses the program 
41381 \family typewriter
41382 dvipdfm
41383 \family default
41384  that converts your file in the background to DVI and in a second step to
41385  PDF.
41386 \end_layout
41387
41388 \begin_layout Description
41389 PDF
41390 \begin_inset space ~
41391 \end_inset
41392
41393 (pdflatex) This uses the program 
41394 \family typewriter
41395 pdftex
41396 \family default
41397  that converts your file directly to PDF.
41398 \end_layout
41399
41400 \begin_layout Standard
41401 It is recommended that you use 
41402 \family sans
41403 PDF
41404 \begin_inset space ~
41405 \end_inset
41406
41407 (pdflatex)
41408 \family default
41409  because 
41410 \family typewriter
41411 pdftex
41412 \family default
41413  supports all features of actual PDF-versions, is quick and works stable.
41414  The program 
41415 \family typewriter
41416 dvipdfm
41417 \family default
41418  is not under development and therefore a bit outdated.
41419 \end_layout
41420
41421 \begin_layout Standard
41422 You can view your document as PDF via the 
41423 \family sans
41424 View
41425 \family default
41426  menu or by using a toolbar button.
41427 \end_layout
41428
41429 \begin_layout Chapter
41430 List of dvips color names
41431 \begin_inset CommandInset label
41432 LatexCommand label
41433 name "chap:List-of-dvips-colornames"
41434
41435 \end_inset
41436
41437
41438 \end_layout
41439
41440 \begin_layout Standard
41441 \begin_inset Tabular
41442 <lyxtabular version="3" rows="17" columns="4">
41443 <features tabularvalignment="middle">
41444 <column alignment="left" valignment="top" width="0pt">
41445 <column alignment="left" valignment="top" width="0pt">
41446 <column alignment="left" valignment="top" width="0pt">
41447 <column alignment="left" valignment="top" width="0pt">
41448 <row>
41449 <cell alignment="left" valignment="top" usebox="none">
41450 \begin_inset Text
41451
41452 \begin_layout Plain Layout
41453 \begin_inset ERT
41454 status collapsed
41455
41456 \begin_layout Plain Layout
41457
41458
41459 \backslash
41460 fcolorbox{black}{
41461 \end_layout
41462
41463 \end_inset
41464
41465 white
41466 \begin_inset ERT
41467 status collapsed
41468
41469 \begin_layout Plain Layout
41470
41471 }{
41472 \end_layout
41473
41474 \end_inset
41475
41476 Color
41477 \begin_inset ERT
41478 status collapsed
41479
41480 \begin_layout Plain Layout
41481
41482 }
41483 \end_layout
41484
41485 \end_inset
41486
41487  Color name
41488 \end_layout
41489
41490 \end_inset
41491 </cell>
41492 <cell alignment="left" valignment="top" usebox="none">
41493 \begin_inset Text
41494
41495 \begin_layout Plain Layout
41496 \begin_inset ERT
41497 status collapsed
41498
41499 \begin_layout Plain Layout
41500
41501
41502 \backslash
41503 fcolorbox{black}{
41504 \end_layout
41505
41506 \end_inset
41507
41508 white
41509 \begin_inset ERT
41510 status collapsed
41511
41512 \begin_layout Plain Layout
41513
41514 }{
41515 \end_layout
41516
41517 \end_inset
41518
41519 Color
41520 \begin_inset ERT
41521 status collapsed
41522
41523 \begin_layout Plain Layout
41524
41525 }
41526 \end_layout
41527
41528 \end_inset
41529
41530  Color name
41531 \end_layout
41532
41533 \end_inset
41534 </cell>
41535 <cell alignment="left" valignment="top" usebox="none">
41536 \begin_inset Text
41537
41538 \begin_layout Plain Layout
41539 \begin_inset ERT
41540 status collapsed
41541
41542 \begin_layout Plain Layout
41543
41544
41545 \backslash
41546 fcolorbox{black}{
41547 \end_layout
41548
41549 \end_inset
41550
41551 white
41552 \begin_inset ERT
41553 status collapsed
41554
41555 \begin_layout Plain Layout
41556
41557 }{
41558 \end_layout
41559
41560 \end_inset
41561
41562 Color
41563 \begin_inset ERT
41564 status collapsed
41565
41566 \begin_layout Plain Layout
41567
41568 }
41569 \end_layout
41570
41571 \end_inset
41572
41573  Color name
41574 \end_layout
41575
41576 \end_inset
41577 </cell>
41578 <cell alignment="left" valignment="top" usebox="none">
41579 \begin_inset Text
41580
41581 \begin_layout Plain Layout
41582 \begin_inset ERT
41583 status collapsed
41584
41585 \begin_layout Plain Layout
41586
41587
41588 \backslash
41589 fcolorbox{black}{
41590 \end_layout
41591
41592 \end_inset
41593
41594 white
41595 \begin_inset ERT
41596 status collapsed
41597
41598 \begin_layout Plain Layout
41599
41600 }{
41601 \end_layout
41602
41603 \end_inset
41604
41605 Color
41606 \begin_inset ERT
41607 status collapsed
41608
41609 \begin_layout Plain Layout
41610
41611 }
41612 \end_layout
41613
41614 \end_inset
41615
41616  Color name
41617 \end_layout
41618
41619 \end_inset
41620 </cell>
41621 </row>
41622 <row>
41623 <cell alignment="center" valignment="top" usebox="none">
41624 \begin_inset Text
41625
41626 \begin_layout Plain Layout
41627 \begin_inset ERT
41628 status collapsed
41629
41630 \begin_layout Plain Layout
41631
41632
41633 \backslash
41634 fcolorbox{black}{
41635 \end_layout
41636
41637 \end_inset
41638
41639 Apricot
41640 \begin_inset ERT
41641 status collapsed
41642
41643 \begin_layout Plain Layout
41644
41645 }{
41646 \end_layout
41647
41648 \end_inset
41649
41650
41651 \begin_inset Phantom Phantom
41652 status open
41653
41654 \begin_layout Plain Layout
41655 W
41656 \end_layout
41657
41658 \end_inset
41659
41660
41661 \begin_inset ERT
41662 status collapsed
41663
41664 \begin_layout Plain Layout
41665
41666 }
41667 \end_layout
41668
41669 \end_inset
41670
41671  Apricot
41672 \end_layout
41673
41674 \end_inset
41675 </cell>
41676 <cell alignment="center" valignment="top" usebox="none">
41677 \begin_inset Text
41678
41679 \begin_layout Plain Layout
41680 \begin_inset ERT
41681 status collapsed
41682
41683 \begin_layout Plain Layout
41684
41685
41686 \backslash
41687 fcolorbox{black}{
41688 \end_layout
41689
41690 \end_inset
41691
41692 Aquamarine
41693 \begin_inset ERT
41694 status collapsed
41695
41696 \begin_layout Plain Layout
41697
41698 }{
41699 \end_layout
41700
41701 \end_inset
41702
41703
41704 \begin_inset Phantom Phantom
41705 status open
41706
41707 \begin_layout Plain Layout
41708 W
41709 \end_layout
41710
41711 \end_inset
41712
41713
41714 \begin_inset ERT
41715 status collapsed
41716
41717 \begin_layout Plain Layout
41718
41719 }
41720 \end_layout
41721
41722 \end_inset
41723
41724  Aquamarine
41725 \end_layout
41726
41727 \end_inset
41728 </cell>
41729 <cell alignment="center" valignment="top" usebox="none">
41730 \begin_inset Text
41731
41732 \begin_layout Plain Layout
41733 \begin_inset ERT
41734 status collapsed
41735
41736 \begin_layout Plain Layout
41737
41738
41739 \backslash
41740 fcolorbox{black}{
41741 \end_layout
41742
41743 \end_inset
41744
41745 Bittersweet
41746 \begin_inset ERT
41747 status collapsed
41748
41749 \begin_layout Plain Layout
41750
41751 }{
41752 \end_layout
41753
41754 \end_inset
41755
41756
41757 \begin_inset Phantom Phantom
41758 status open
41759
41760 \begin_layout Plain Layout
41761 W
41762 \end_layout
41763
41764 \end_inset
41765
41766
41767 \begin_inset ERT
41768 status collapsed
41769
41770 \begin_layout Plain Layout
41771
41772 }
41773 \end_layout
41774
41775 \end_inset
41776
41777  Bittersweet
41778 \end_layout
41779
41780 \end_inset
41781 </cell>
41782 <cell alignment="center" valignment="top" usebox="none">
41783 \begin_inset Text
41784
41785 \begin_layout Plain Layout
41786 \begin_inset ERT
41787 status collapsed
41788
41789 \begin_layout Plain Layout
41790
41791
41792 \backslash
41793 fcolorbox{black}{
41794 \end_layout
41795
41796 \end_inset
41797
41798 BlueGreen
41799 \begin_inset ERT
41800 status collapsed
41801
41802 \begin_layout Plain Layout
41803
41804 }{
41805 \end_layout
41806
41807 \end_inset
41808
41809
41810 \begin_inset Phantom Phantom
41811 status open
41812
41813 \begin_layout Plain Layout
41814 W
41815 \end_layout
41816
41817 \end_inset
41818
41819
41820 \begin_inset ERT
41821 status collapsed
41822
41823 \begin_layout Plain Layout
41824
41825 }
41826 \end_layout
41827
41828 \end_inset
41829
41830  BlueGreen
41831 \end_layout
41832
41833 \end_inset
41834 </cell>
41835 </row>
41836 <row>
41837 <cell alignment="left" valignment="top" usebox="none">
41838 \begin_inset Text
41839
41840 \begin_layout Plain Layout
41841 \begin_inset ERT
41842 status collapsed
41843
41844 \begin_layout Plain Layout
41845
41846
41847 \backslash
41848 fcolorbox{black}{
41849 \end_layout
41850
41851 \end_inset
41852
41853 BlueViolet
41854 \begin_inset ERT
41855 status collapsed
41856
41857 \begin_layout Plain Layout
41858
41859 }{
41860 \end_layout
41861
41862 \end_inset
41863
41864
41865 \begin_inset Phantom Phantom
41866 status open
41867
41868 \begin_layout Plain Layout
41869 W
41870 \end_layout
41871
41872 \end_inset
41873
41874
41875 \begin_inset ERT
41876 status collapsed
41877
41878 \begin_layout Plain Layout
41879
41880 }
41881 \end_layout
41882
41883 \end_inset
41884
41885  BlueViolet
41886 \end_layout
41887
41888 \end_inset
41889 </cell>
41890 <cell alignment="left" valignment="top" usebox="none">
41891 \begin_inset Text
41892
41893 \begin_layout Plain Layout
41894 \begin_inset ERT
41895 status collapsed
41896
41897 \begin_layout Plain Layout
41898
41899
41900 \backslash
41901 fcolorbox{black}{
41902 \end_layout
41903
41904 \end_inset
41905
41906 BrickRed
41907 \begin_inset ERT
41908 status collapsed
41909
41910 \begin_layout Plain Layout
41911
41912 }{
41913 \end_layout
41914
41915 \end_inset
41916
41917
41918 \begin_inset Phantom Phantom
41919 status open
41920
41921 \begin_layout Plain Layout
41922 W
41923 \end_layout
41924
41925 \end_inset
41926
41927
41928 \begin_inset ERT
41929 status collapsed
41930
41931 \begin_layout Plain Layout
41932
41933 }
41934 \end_layout
41935
41936 \end_inset
41937
41938  BrickRed
41939 \end_layout
41940
41941 \end_inset
41942 </cell>
41943 <cell alignment="left" valignment="top" usebox="none">
41944 \begin_inset Text
41945
41946 \begin_layout Plain Layout
41947 \begin_inset ERT
41948 status collapsed
41949
41950 \begin_layout Plain Layout
41951
41952
41953 \backslash
41954 fcolorbox{black}{
41955 \end_layout
41956
41957 \end_inset
41958
41959 Brown
41960 \begin_inset ERT
41961 status collapsed
41962
41963 \begin_layout Plain Layout
41964
41965 }{
41966 \end_layout
41967
41968 \end_inset
41969
41970
41971 \begin_inset Phantom Phantom
41972 status open
41973
41974 \begin_layout Plain Layout
41975 W
41976 \end_layout
41977
41978 \end_inset
41979
41980
41981 \begin_inset ERT
41982 status collapsed
41983
41984 \begin_layout Plain Layout
41985
41986 }
41987 \end_layout
41988
41989 \end_inset
41990
41991  Brown
41992 \end_layout
41993
41994 \end_inset
41995 </cell>
41996 <cell alignment="left" valignment="top" usebox="none">
41997 \begin_inset Text
41998
41999 \begin_layout Plain Layout
42000 \begin_inset ERT
42001 status collapsed
42002
42003 \begin_layout Plain Layout
42004
42005
42006 \backslash
42007 fcolorbox{black}{
42008 \end_layout
42009
42010 \end_inset
42011
42012 BurntOrange
42013 \begin_inset ERT
42014 status collapsed
42015
42016 \begin_layout Plain Layout
42017
42018 }{
42019 \end_layout
42020
42021 \end_inset
42022
42023
42024 \begin_inset Phantom Phantom
42025 status open
42026
42027 \begin_layout Plain Layout
42028 W
42029 \end_layout
42030
42031 \end_inset
42032
42033
42034 \begin_inset ERT
42035 status collapsed
42036
42037 \begin_layout Plain Layout
42038
42039 }
42040 \end_layout
42041
42042 \end_inset
42043
42044  BurntOrange
42045 \end_layout
42046
42047 \end_inset
42048 </cell>
42049 </row>
42050 <row>
42051 <cell alignment="left" valignment="top" usebox="none">
42052 \begin_inset Text
42053
42054 \begin_layout Plain Layout
42055 \begin_inset ERT
42056 status collapsed
42057
42058 \begin_layout Plain Layout
42059
42060
42061 \backslash
42062 fcolorbox{black}{
42063 \end_layout
42064
42065 \end_inset
42066
42067 CadetBlue
42068 \begin_inset ERT
42069 status collapsed
42070
42071 \begin_layout Plain Layout
42072
42073 }{
42074 \end_layout
42075
42076 \end_inset
42077
42078
42079 \begin_inset Phantom Phantom
42080 status open
42081
42082 \begin_layout Plain Layout
42083 W
42084 \end_layout
42085
42086 \end_inset
42087
42088
42089 \begin_inset ERT
42090 status collapsed
42091
42092 \begin_layout Plain Layout
42093
42094 }
42095 \end_layout
42096
42097 \end_inset
42098
42099  CadetBlue
42100 \end_layout
42101
42102 \end_inset
42103 </cell>
42104 <cell alignment="left" valignment="top" usebox="none">
42105 \begin_inset Text
42106
42107 \begin_layout Plain Layout
42108 \begin_inset ERT
42109 status collapsed
42110
42111 \begin_layout Plain Layout
42112
42113
42114 \backslash
42115 fcolorbox{black}{
42116 \end_layout
42117
42118 \end_inset
42119
42120 CarnationPink
42121 \begin_inset ERT
42122 status collapsed
42123
42124 \begin_layout Plain Layout
42125
42126 }{
42127 \end_layout
42128
42129 \end_inset
42130
42131
42132 \begin_inset Phantom Phantom
42133 status open
42134
42135 \begin_layout Plain Layout
42136 W
42137 \end_layout
42138
42139 \end_inset
42140
42141
42142 \begin_inset ERT
42143 status collapsed
42144
42145 \begin_layout Plain Layout
42146
42147 }
42148 \end_layout
42149
42150 \end_inset
42151
42152  CarnationPink
42153 \end_layout
42154
42155 \end_inset
42156 </cell>
42157 <cell alignment="left" valignment="top" usebox="none">
42158 \begin_inset Text
42159
42160 \begin_layout Plain Layout
42161 \begin_inset ERT
42162 status collapsed
42163
42164 \begin_layout Plain Layout
42165
42166
42167 \backslash
42168 fcolorbox{black}{
42169 \end_layout
42170
42171 \end_inset
42172
42173 Cerulean
42174 \begin_inset ERT
42175 status collapsed
42176
42177 \begin_layout Plain Layout
42178
42179 }{
42180 \end_layout
42181
42182 \end_inset
42183
42184
42185 \begin_inset Phantom Phantom
42186 status open
42187
42188 \begin_layout Plain Layout
42189 W
42190 \end_layout
42191
42192 \end_inset
42193
42194
42195 \begin_inset ERT
42196 status collapsed
42197
42198 \begin_layout Plain Layout
42199
42200 }
42201 \end_layout
42202
42203 \end_inset
42204
42205  Cerulean
42206 \end_layout
42207
42208 \end_inset
42209 </cell>
42210 <cell alignment="left" valignment="top" usebox="none">
42211 \begin_inset Text
42212
42213 \begin_layout Plain Layout
42214 \begin_inset ERT
42215 status collapsed
42216
42217 \begin_layout Plain Layout
42218
42219
42220 \backslash
42221 fcolorbox{black}{
42222 \end_layout
42223
42224 \end_inset
42225
42226 CornflowerBlue
42227 \begin_inset ERT
42228 status collapsed
42229
42230 \begin_layout Plain Layout
42231
42232 }{
42233 \end_layout
42234
42235 \end_inset
42236
42237
42238 \begin_inset Phantom Phantom
42239 status open
42240
42241 \begin_layout Plain Layout
42242 W
42243 \end_layout
42244
42245 \end_inset
42246
42247
42248 \begin_inset ERT
42249 status collapsed
42250
42251 \begin_layout Plain Layout
42252
42253 }
42254 \end_layout
42255
42256 \end_inset
42257
42258  CornflowerBlue
42259 \end_layout
42260
42261 \end_inset
42262 </cell>
42263 </row>
42264 <row>
42265 <cell alignment="left" valignment="top" usebox="none">
42266 \begin_inset Text
42267
42268 \begin_layout Plain Layout
42269 \begin_inset ERT
42270 status collapsed
42271
42272 \begin_layout Plain Layout
42273
42274
42275 \backslash
42276 fcolorbox{black}{
42277 \end_layout
42278
42279 \end_inset
42280
42281 Dandelion
42282 \begin_inset ERT
42283 status collapsed
42284
42285 \begin_layout Plain Layout
42286
42287 }{
42288 \end_layout
42289
42290 \end_inset
42291
42292
42293 \begin_inset Phantom Phantom
42294 status open
42295
42296 \begin_layout Plain Layout
42297 W
42298 \end_layout
42299
42300 \end_inset
42301
42302
42303 \begin_inset ERT
42304 status collapsed
42305
42306 \begin_layout Plain Layout
42307
42308 }
42309 \end_layout
42310
42311 \end_inset
42312
42313  Dandelion
42314 \end_layout
42315
42316 \end_inset
42317 </cell>
42318 <cell alignment="left" valignment="top" usebox="none">
42319 \begin_inset Text
42320
42321 \begin_layout Plain Layout
42322 \begin_inset ERT
42323 status collapsed
42324
42325 \begin_layout Plain Layout
42326
42327
42328 \backslash
42329 fcolorbox{black}{
42330 \end_layout
42331
42332 \end_inset
42333
42334 DarkOrchid
42335 \begin_inset ERT
42336 status collapsed
42337
42338 \begin_layout Plain Layout
42339
42340 }{
42341 \end_layout
42342
42343 \end_inset
42344
42345
42346 \begin_inset Phantom Phantom
42347 status open
42348
42349 \begin_layout Plain Layout
42350 W
42351 \end_layout
42352
42353 \end_inset
42354
42355
42356 \begin_inset ERT
42357 status collapsed
42358
42359 \begin_layout Plain Layout
42360
42361 }
42362 \end_layout
42363
42364 \end_inset
42365
42366  DarkOrchid
42367 \end_layout
42368
42369 \end_inset
42370 </cell>
42371 <cell alignment="left" valignment="top" usebox="none">
42372 \begin_inset Text
42373
42374 \begin_layout Plain Layout
42375 \begin_inset ERT
42376 status collapsed
42377
42378 \begin_layout Plain Layout
42379
42380
42381 \backslash
42382 fcolorbox{black}{
42383 \end_layout
42384
42385 \end_inset
42386
42387 Emerald
42388 \begin_inset ERT
42389 status collapsed
42390
42391 \begin_layout Plain Layout
42392
42393 }{
42394 \end_layout
42395
42396 \end_inset
42397
42398
42399 \begin_inset Phantom Phantom
42400 status open
42401
42402 \begin_layout Plain Layout
42403 W
42404 \end_layout
42405
42406 \end_inset
42407
42408
42409 \begin_inset ERT
42410 status collapsed
42411
42412 \begin_layout Plain Layout
42413
42414 }
42415 \end_layout
42416
42417 \end_inset
42418
42419  Emerald
42420 \end_layout
42421
42422 \end_inset
42423 </cell>
42424 <cell alignment="left" valignment="top" usebox="none">
42425 \begin_inset Text
42426
42427 \begin_layout Plain Layout
42428 \begin_inset ERT
42429 status collapsed
42430
42431 \begin_layout Plain Layout
42432
42433
42434 \backslash
42435 fcolorbox{black}{
42436 \end_layout
42437
42438 \end_inset
42439
42440 ForestGreen
42441 \begin_inset ERT
42442 status collapsed
42443
42444 \begin_layout Plain Layout
42445
42446 }{
42447 \end_layout
42448
42449 \end_inset
42450
42451
42452 \begin_inset Phantom Phantom
42453 status open
42454
42455 \begin_layout Plain Layout
42456 W
42457 \end_layout
42458
42459 \end_inset
42460
42461
42462 \begin_inset ERT
42463 status collapsed
42464
42465 \begin_layout Plain Layout
42466
42467 }
42468 \end_layout
42469
42470 \end_inset
42471
42472  ForestGreen
42473 \end_layout
42474
42475 \end_inset
42476 </cell>
42477 </row>
42478 <row>
42479 <cell alignment="left" valignment="top" usebox="none">
42480 \begin_inset Text
42481
42482 \begin_layout Plain Layout
42483 \begin_inset ERT
42484 status collapsed
42485
42486 \begin_layout Plain Layout
42487
42488
42489 \backslash
42490 fcolorbox{black}{
42491 \end_layout
42492
42493 \end_inset
42494
42495 Fuchsia
42496 \begin_inset ERT
42497 status collapsed
42498
42499 \begin_layout Plain Layout
42500
42501 }{
42502 \end_layout
42503
42504 \end_inset
42505
42506
42507 \begin_inset Phantom Phantom
42508 status open
42509
42510 \begin_layout Plain Layout
42511 W
42512 \end_layout
42513
42514 \end_inset
42515
42516
42517 \begin_inset ERT
42518 status collapsed
42519
42520 \begin_layout Plain Layout
42521
42522 }
42523 \end_layout
42524
42525 \end_inset
42526
42527  Fuchsia
42528 \end_layout
42529
42530 \end_inset
42531 </cell>
42532 <cell alignment="left" valignment="top" usebox="none">
42533 \begin_inset Text
42534
42535 \begin_layout Plain Layout
42536 \begin_inset ERT
42537 status collapsed
42538
42539 \begin_layout Plain Layout
42540
42541
42542 \backslash
42543 fcolorbox{black}{
42544 \end_layout
42545
42546 \end_inset
42547
42548 Goldenrod
42549 \begin_inset ERT
42550 status collapsed
42551
42552 \begin_layout Plain Layout
42553
42554 }{
42555 \end_layout
42556
42557 \end_inset
42558
42559
42560 \begin_inset Phantom Phantom
42561 status open
42562
42563 \begin_layout Plain Layout
42564 W
42565 \end_layout
42566
42567 \end_inset
42568
42569
42570 \begin_inset ERT
42571 status collapsed
42572
42573 \begin_layout Plain Layout
42574
42575 }
42576 \end_layout
42577
42578 \end_inset
42579
42580  Goldenrod
42581 \end_layout
42582
42583 \end_inset
42584 </cell>
42585 <cell alignment="left" valignment="top" usebox="none">
42586 \begin_inset Text
42587
42588 \begin_layout Plain Layout
42589 \begin_inset ERT
42590 status collapsed
42591
42592 \begin_layout Plain Layout
42593
42594
42595 \backslash
42596 fcolorbox{black}{
42597 \end_layout
42598
42599 \end_inset
42600
42601 Gray
42602 \begin_inset ERT
42603 status collapsed
42604
42605 \begin_layout Plain Layout
42606
42607 }{
42608 \end_layout
42609
42610 \end_inset
42611
42612
42613 \begin_inset Phantom Phantom
42614 status open
42615
42616 \begin_layout Plain Layout
42617 W
42618 \end_layout
42619
42620 \end_inset
42621
42622
42623 \begin_inset ERT
42624 status collapsed
42625
42626 \begin_layout Plain Layout
42627
42628 }
42629 \end_layout
42630
42631 \end_inset
42632
42633  Gray
42634 \end_layout
42635
42636 \end_inset
42637 </cell>
42638 <cell alignment="left" valignment="top" usebox="none">
42639 \begin_inset Text
42640
42641 \begin_layout Plain Layout
42642 \begin_inset ERT
42643 status collapsed
42644
42645 \begin_layout Plain Layout
42646
42647
42648 \backslash
42649 fcolorbox{black}{
42650 \end_layout
42651
42652 \end_inset
42653
42654 GreenYellow
42655 \begin_inset ERT
42656 status collapsed
42657
42658 \begin_layout Plain Layout
42659
42660 }{
42661 \end_layout
42662
42663 \end_inset
42664
42665
42666 \begin_inset Phantom Phantom
42667 status open
42668
42669 \begin_layout Plain Layout
42670 W
42671 \end_layout
42672
42673 \end_inset
42674
42675
42676 \begin_inset ERT
42677 status collapsed
42678
42679 \begin_layout Plain Layout
42680
42681 }
42682 \end_layout
42683
42684 \end_inset
42685
42686  GreenYellow
42687 \end_layout
42688
42689 \end_inset
42690 </cell>
42691 </row>
42692 <row>
42693 <cell alignment="center" valignment="top" usebox="none">
42694 \begin_inset Text
42695
42696 \begin_layout Plain Layout
42697 \begin_inset ERT
42698 status collapsed
42699
42700 \begin_layout Plain Layout
42701
42702
42703 \backslash
42704 fcolorbox{black}{
42705 \end_layout
42706
42707 \end_inset
42708
42709 JungleGreen
42710 \begin_inset ERT
42711 status collapsed
42712
42713 \begin_layout Plain Layout
42714
42715 }{
42716 \end_layout
42717
42718 \end_inset
42719
42720
42721 \begin_inset Phantom Phantom
42722 status open
42723
42724 \begin_layout Plain Layout
42725 W
42726 \end_layout
42727
42728 \end_inset
42729
42730
42731 \begin_inset ERT
42732 status collapsed
42733
42734 \begin_layout Plain Layout
42735
42736 }
42737 \end_layout
42738
42739 \end_inset
42740
42741  JungleGreen
42742 \end_layout
42743
42744 \end_inset
42745 </cell>
42746 <cell alignment="center" valignment="top" usebox="none">
42747 \begin_inset Text
42748
42749 \begin_layout Plain Layout
42750 \begin_inset ERT
42751 status collapsed
42752
42753 \begin_layout Plain Layout
42754
42755
42756 \backslash
42757 fcolorbox{black}{
42758 \end_layout
42759
42760 \end_inset
42761
42762 Lavender
42763 \begin_inset ERT
42764 status collapsed
42765
42766 \begin_layout Plain Layout
42767
42768 }{
42769 \end_layout
42770
42771 \end_inset
42772
42773
42774 \begin_inset Phantom Phantom
42775 status open
42776
42777 \begin_layout Plain Layout
42778 W
42779 \end_layout
42780
42781 \end_inset
42782
42783
42784 \begin_inset ERT
42785 status collapsed
42786
42787 \begin_layout Plain Layout
42788
42789 }
42790 \end_layout
42791
42792 \end_inset
42793
42794  Lavender
42795 \end_layout
42796
42797 \end_inset
42798 </cell>
42799 <cell alignment="center" valignment="top" usebox="none">
42800 \begin_inset Text
42801
42802 \begin_layout Plain Layout
42803 \begin_inset ERT
42804 status collapsed
42805
42806 \begin_layout Plain Layout
42807
42808
42809 \backslash
42810 fcolorbox{black}{
42811 \end_layout
42812
42813 \end_inset
42814
42815 LimeGreen
42816 \begin_inset ERT
42817 status collapsed
42818
42819 \begin_layout Plain Layout
42820
42821 }{
42822 \end_layout
42823
42824 \end_inset
42825
42826
42827 \begin_inset Phantom Phantom
42828 status open
42829
42830 \begin_layout Plain Layout
42831 W
42832 \end_layout
42833
42834 \end_inset
42835
42836
42837 \begin_inset ERT
42838 status collapsed
42839
42840 \begin_layout Plain Layout
42841
42842 }
42843 \end_layout
42844
42845 \end_inset
42846
42847  LimeGreen
42848 \end_layout
42849
42850 \end_inset
42851 </cell>
42852 <cell alignment="center" valignment="top" usebox="none">
42853 \begin_inset Text
42854
42855 \begin_layout Plain Layout
42856 \begin_inset ERT
42857 status collapsed
42858
42859 \begin_layout Plain Layout
42860
42861
42862 \backslash
42863 fcolorbox{black}{
42864 \end_layout
42865
42866 \end_inset
42867
42868 Mahogany
42869 \begin_inset ERT
42870 status collapsed
42871
42872 \begin_layout Plain Layout
42873
42874 }{
42875 \end_layout
42876
42877 \end_inset
42878
42879
42880 \begin_inset Phantom Phantom
42881 status open
42882
42883 \begin_layout Plain Layout
42884 W
42885 \end_layout
42886
42887 \end_inset
42888
42889
42890 \begin_inset ERT
42891 status collapsed
42892
42893 \begin_layout Plain Layout
42894
42895 }
42896 \end_layout
42897
42898 \end_inset
42899
42900  Mahogany
42901 \end_layout
42902
42903 \end_inset
42904 </cell>
42905 </row>
42906 <row>
42907 <cell alignment="left" valignment="top" usebox="none">
42908 \begin_inset Text
42909
42910 \begin_layout Plain Layout
42911 \begin_inset ERT
42912 status collapsed
42913
42914 \begin_layout Plain Layout
42915
42916
42917 \backslash
42918 fcolorbox{black}{
42919 \end_layout
42920
42921 \end_inset
42922
42923 Mahogany
42924 \begin_inset ERT
42925 status collapsed
42926
42927 \begin_layout Plain Layout
42928
42929 }{
42930 \end_layout
42931
42932 \end_inset
42933
42934
42935 \begin_inset Phantom Phantom
42936 status open
42937
42938 \begin_layout Plain Layout
42939 W
42940 \end_layout
42941
42942 \end_inset
42943
42944
42945 \begin_inset ERT
42946 status collapsed
42947
42948 \begin_layout Plain Layout
42949
42950 }
42951 \end_layout
42952
42953 \end_inset
42954
42955  Mahogany
42956 \end_layout
42957
42958 \end_inset
42959 </cell>
42960 <cell alignment="left" valignment="top" usebox="none">
42961 \begin_inset Text
42962
42963 \begin_layout Plain Layout
42964 \begin_inset ERT
42965 status collapsed
42966
42967 \begin_layout Plain Layout
42968
42969
42970 \backslash
42971 fcolorbox{black}{
42972 \end_layout
42973
42974 \end_inset
42975
42976 Maroon
42977 \begin_inset ERT
42978 status collapsed
42979
42980 \begin_layout Plain Layout
42981
42982 }{
42983 \end_layout
42984
42985 \end_inset
42986
42987
42988 \begin_inset Phantom Phantom
42989 status open
42990
42991 \begin_layout Plain Layout
42992 W
42993 \end_layout
42994
42995 \end_inset
42996
42997
42998 \begin_inset ERT
42999 status collapsed
43000
43001 \begin_layout Plain Layout
43002
43003 }
43004 \end_layout
43005
43006 \end_inset
43007
43008  Maroon
43009 \end_layout
43010
43011 \end_inset
43012 </cell>
43013 <cell alignment="left" valignment="top" usebox="none">
43014 \begin_inset Text
43015
43016 \begin_layout Plain Layout
43017 \begin_inset ERT
43018 status collapsed
43019
43020 \begin_layout Plain Layout
43021
43022
43023 \backslash
43024 fcolorbox{black}{
43025 \end_layout
43026
43027 \end_inset
43028
43029 Melon
43030 \begin_inset ERT
43031 status collapsed
43032
43033 \begin_layout Plain Layout
43034
43035 }{
43036 \end_layout
43037
43038 \end_inset
43039
43040
43041 \begin_inset Phantom Phantom
43042 status open
43043
43044 \begin_layout Plain Layout
43045 W
43046 \end_layout
43047
43048 \end_inset
43049
43050
43051 \begin_inset ERT
43052 status collapsed
43053
43054 \begin_layout Plain Layout
43055
43056 }
43057 \end_layout
43058
43059 \end_inset
43060
43061  Melon
43062 \end_layout
43063
43064 \end_inset
43065 </cell>
43066 <cell alignment="left" valignment="top" usebox="none">
43067 \begin_inset Text
43068
43069 \begin_layout Plain Layout
43070 \begin_inset ERT
43071 status collapsed
43072
43073 \begin_layout Plain Layout
43074
43075
43076 \backslash
43077 fcolorbox{black}{
43078 \end_layout
43079
43080 \end_inset
43081
43082 MidnightBlue
43083 \begin_inset ERT
43084 status collapsed
43085
43086 \begin_layout Plain Layout
43087
43088 }{
43089 \end_layout
43090
43091 \end_inset
43092
43093
43094 \begin_inset Phantom Phantom
43095 status open
43096
43097 \begin_layout Plain Layout
43098 W
43099 \end_layout
43100
43101 \end_inset
43102
43103
43104 \begin_inset ERT
43105 status collapsed
43106
43107 \begin_layout Plain Layout
43108
43109 }
43110 \end_layout
43111
43112 \end_inset
43113
43114  MidnightBlue
43115 \end_layout
43116
43117 \end_inset
43118 </cell>
43119 </row>
43120 <row>
43121 <cell alignment="left" valignment="top" usebox="none">
43122 \begin_inset Text
43123
43124 \begin_layout Plain Layout
43125 \begin_inset ERT
43126 status collapsed
43127
43128 \begin_layout Plain Layout
43129
43130
43131 \backslash
43132 fcolorbox{black}{
43133 \end_layout
43134
43135 \end_inset
43136
43137 Mulberry
43138 \begin_inset ERT
43139 status collapsed
43140
43141 \begin_layout Plain Layout
43142
43143 }{
43144 \end_layout
43145
43146 \end_inset
43147
43148
43149 \begin_inset Phantom Phantom
43150 status open
43151
43152 \begin_layout Plain Layout
43153 W
43154 \end_layout
43155
43156 \end_inset
43157
43158
43159 \begin_inset ERT
43160 status collapsed
43161
43162 \begin_layout Plain Layout
43163
43164 }
43165 \end_layout
43166
43167 \end_inset
43168
43169  Mulberry
43170 \end_layout
43171
43172 \end_inset
43173 </cell>
43174 <cell alignment="left" valignment="top" usebox="none">
43175 \begin_inset Text
43176
43177 \begin_layout Plain Layout
43178 \begin_inset ERT
43179 status collapsed
43180
43181 \begin_layout Plain Layout
43182
43183
43184 \backslash
43185 fcolorbox{black}{
43186 \end_layout
43187
43188 \end_inset
43189
43190 NavyBlue
43191 \begin_inset ERT
43192 status collapsed
43193
43194 \begin_layout Plain Layout
43195
43196 }{
43197 \end_layout
43198
43199 \end_inset
43200
43201
43202 \begin_inset Phantom Phantom
43203 status open
43204
43205 \begin_layout Plain Layout
43206 W
43207 \end_layout
43208
43209 \end_inset
43210
43211
43212 \begin_inset ERT
43213 status collapsed
43214
43215 \begin_layout Plain Layout
43216
43217 }
43218 \end_layout
43219
43220 \end_inset
43221
43222  NavyBlue
43223 \end_layout
43224
43225 \end_inset
43226 </cell>
43227 <cell alignment="left" valignment="top" usebox="none">
43228 \begin_inset Text
43229
43230 \begin_layout Plain Layout
43231 \begin_inset ERT
43232 status collapsed
43233
43234 \begin_layout Plain Layout
43235
43236
43237 \backslash
43238 fcolorbox{black}{
43239 \end_layout
43240
43241 \end_inset
43242
43243 OliveGreen
43244 \begin_inset ERT
43245 status collapsed
43246
43247 \begin_layout Plain Layout
43248
43249 }{
43250 \end_layout
43251
43252 \end_inset
43253
43254
43255 \begin_inset Phantom Phantom
43256 status open
43257
43258 \begin_layout Plain Layout
43259 W
43260 \end_layout
43261
43262 \end_inset
43263
43264
43265 \begin_inset ERT
43266 status collapsed
43267
43268 \begin_layout Plain Layout
43269
43270 }
43271 \end_layout
43272
43273 \end_inset
43274
43275  OliveGreen
43276 \end_layout
43277
43278 \end_inset
43279 </cell>
43280 <cell alignment="left" valignment="top" usebox="none">
43281 \begin_inset Text
43282
43283 \begin_layout Plain Layout
43284 \begin_inset ERT
43285 status collapsed
43286
43287 \begin_layout Plain Layout
43288
43289
43290 \backslash
43291 fcolorbox{black}{
43292 \end_layout
43293
43294 \end_inset
43295
43296 Orange
43297 \begin_inset ERT
43298 status collapsed
43299
43300 \begin_layout Plain Layout
43301
43302 }{
43303 \end_layout
43304
43305 \end_inset
43306
43307
43308 \begin_inset Phantom Phantom
43309 status open
43310
43311 \begin_layout Plain Layout
43312 W
43313 \end_layout
43314
43315 \end_inset
43316
43317
43318 \begin_inset ERT
43319 status collapsed
43320
43321 \begin_layout Plain Layout
43322
43323 }
43324 \end_layout
43325
43326 \end_inset
43327
43328  Orange
43329 \end_layout
43330
43331 \end_inset
43332 </cell>
43333 </row>
43334 <row>
43335 <cell alignment="left" valignment="top" usebox="none">
43336 \begin_inset Text
43337
43338 \begin_layout Plain Layout
43339 \begin_inset ERT
43340 status collapsed
43341
43342 \begin_layout Plain Layout
43343
43344
43345 \backslash
43346 fcolorbox{black}{
43347 \end_layout
43348
43349 \end_inset
43350
43351 OrangeRed
43352 \begin_inset ERT
43353 status collapsed
43354
43355 \begin_layout Plain Layout
43356
43357 }{
43358 \end_layout
43359
43360 \end_inset
43361
43362
43363 \begin_inset Phantom Phantom
43364 status open
43365
43366 \begin_layout Plain Layout
43367 W
43368 \end_layout
43369
43370 \end_inset
43371
43372
43373 \begin_inset ERT
43374 status collapsed
43375
43376 \begin_layout Plain Layout
43377
43378 }
43379 \end_layout
43380
43381 \end_inset
43382
43383  OrangeRed
43384 \end_layout
43385
43386 \end_inset
43387 </cell>
43388 <cell alignment="left" valignment="top" usebox="none">
43389 \begin_inset Text
43390
43391 \begin_layout Plain Layout
43392 \begin_inset ERT
43393 status collapsed
43394
43395 \begin_layout Plain Layout
43396
43397
43398 \backslash
43399 fcolorbox{black}{
43400 \end_layout
43401
43402 \end_inset
43403
43404 Orchid
43405 \begin_inset ERT
43406 status collapsed
43407
43408 \begin_layout Plain Layout
43409
43410 }{
43411 \end_layout
43412
43413 \end_inset
43414
43415
43416 \begin_inset Phantom Phantom
43417 status open
43418
43419 \begin_layout Plain Layout
43420 W
43421 \end_layout
43422
43423 \end_inset
43424
43425
43426 \begin_inset ERT
43427 status collapsed
43428
43429 \begin_layout Plain Layout
43430
43431 }
43432 \end_layout
43433
43434 \end_inset
43435
43436  Orchid
43437 \end_layout
43438
43439 \end_inset
43440 </cell>
43441 <cell alignment="left" valignment="top" usebox="none">
43442 \begin_inset Text
43443
43444 \begin_layout Plain Layout
43445 \begin_inset ERT
43446 status collapsed
43447
43448 \begin_layout Plain Layout
43449
43450
43451 \backslash
43452 fcolorbox{black}{
43453 \end_layout
43454
43455 \end_inset
43456
43457 Peach
43458 \begin_inset ERT
43459 status collapsed
43460
43461 \begin_layout Plain Layout
43462
43463 }{
43464 \end_layout
43465
43466 \end_inset
43467
43468
43469 \begin_inset Phantom Phantom
43470 status open
43471
43472 \begin_layout Plain Layout
43473 W
43474 \end_layout
43475
43476 \end_inset
43477
43478
43479 \begin_inset ERT
43480 status collapsed
43481
43482 \begin_layout Plain Layout
43483
43484 }
43485 \end_layout
43486
43487 \end_inset
43488
43489  Peach
43490 \end_layout
43491
43492 \end_inset
43493 </cell>
43494 <cell alignment="left" valignment="top" usebox="none">
43495 \begin_inset Text
43496
43497 \begin_layout Plain Layout
43498 \begin_inset ERT
43499 status collapsed
43500
43501 \begin_layout Plain Layout
43502
43503
43504 \backslash
43505 fcolorbox{black}{
43506 \end_layout
43507
43508 \end_inset
43509
43510 Periwinkle
43511 \begin_inset ERT
43512 status collapsed
43513
43514 \begin_layout Plain Layout
43515
43516 }{
43517 \end_layout
43518
43519 \end_inset
43520
43521
43522 \begin_inset Phantom Phantom
43523 status open
43524
43525 \begin_layout Plain Layout
43526 W
43527 \end_layout
43528
43529 \end_inset
43530
43531
43532 \begin_inset ERT
43533 status collapsed
43534
43535 \begin_layout Plain Layout
43536
43537 }
43538 \end_layout
43539
43540 \end_inset
43541
43542  Periwinkle
43543 \end_layout
43544
43545 \end_inset
43546 </cell>
43547 </row>
43548 <row>
43549 <cell alignment="left" valignment="top" usebox="none">
43550 \begin_inset Text
43551
43552 \begin_layout Plain Layout
43553 \begin_inset ERT
43554 status collapsed
43555
43556 \begin_layout Plain Layout
43557
43558
43559 \backslash
43560 fcolorbox{black}{
43561 \end_layout
43562
43563 \end_inset
43564
43565 PineGreen
43566 \begin_inset ERT
43567 status collapsed
43568
43569 \begin_layout Plain Layout
43570
43571 }{
43572 \end_layout
43573
43574 \end_inset
43575
43576
43577 \begin_inset Phantom Phantom
43578 status open
43579
43580 \begin_layout Plain Layout
43581 W
43582 \end_layout
43583
43584 \end_inset
43585
43586
43587 \begin_inset ERT
43588 status collapsed
43589
43590 \begin_layout Plain Layout
43591
43592 }
43593 \end_layout
43594
43595 \end_inset
43596
43597  PineGreen
43598 \end_layout
43599
43600 \end_inset
43601 </cell>
43602 <cell alignment="left" valignment="top" usebox="none">
43603 \begin_inset Text
43604
43605 \begin_layout Plain Layout
43606 \begin_inset ERT
43607 status collapsed
43608
43609 \begin_layout Plain Layout
43610
43611
43612 \backslash
43613 fcolorbox{black}{
43614 \end_layout
43615
43616 \end_inset
43617
43618 Plum
43619 \begin_inset ERT
43620 status collapsed
43621
43622 \begin_layout Plain Layout
43623
43624 }{
43625 \end_layout
43626
43627 \end_inset
43628
43629
43630 \begin_inset Phantom Phantom
43631 status open
43632
43633 \begin_layout Plain Layout
43634 W
43635 \end_layout
43636
43637 \end_inset
43638
43639
43640 \begin_inset ERT
43641 status collapsed
43642
43643 \begin_layout Plain Layout
43644
43645 }
43646 \end_layout
43647
43648 \end_inset
43649
43650  Plum
43651 \end_layout
43652
43653 \end_inset
43654 </cell>
43655 <cell alignment="left" valignment="top" usebox="none">
43656 \begin_inset Text
43657
43658 \begin_layout Plain Layout
43659 \begin_inset ERT
43660 status collapsed
43661
43662 \begin_layout Plain Layout
43663
43664
43665 \backslash
43666 fcolorbox{black}{
43667 \end_layout
43668
43669 \end_inset
43670
43671 ProcessBlue
43672 \begin_inset ERT
43673 status collapsed
43674
43675 \begin_layout Plain Layout
43676
43677 }{
43678 \end_layout
43679
43680 \end_inset
43681
43682
43683 \begin_inset Phantom Phantom
43684 status open
43685
43686 \begin_layout Plain Layout
43687 W
43688 \end_layout
43689
43690 \end_inset
43691
43692
43693 \begin_inset ERT
43694 status collapsed
43695
43696 \begin_layout Plain Layout
43697
43698 }
43699 \end_layout
43700
43701 \end_inset
43702
43703  ProcessBlue
43704 \end_layout
43705
43706 \end_inset
43707 </cell>
43708 <cell alignment="left" valignment="top" usebox="none">
43709 \begin_inset Text
43710
43711 \begin_layout Plain Layout
43712 \begin_inset ERT
43713 status collapsed
43714
43715 \begin_layout Plain Layout
43716
43717
43718 \backslash
43719 fcolorbox{black}{
43720 \end_layout
43721
43722 \end_inset
43723
43724 Purple
43725 \begin_inset ERT
43726 status collapsed
43727
43728 \begin_layout Plain Layout
43729
43730 }{
43731 \end_layout
43732
43733 \end_inset
43734
43735
43736 \begin_inset Phantom Phantom
43737 status open
43738
43739 \begin_layout Plain Layout
43740 W
43741 \end_layout
43742
43743 \end_inset
43744
43745
43746 \begin_inset ERT
43747 status collapsed
43748
43749 \begin_layout Plain Layout
43750
43751 }
43752 \end_layout
43753
43754 \end_inset
43755
43756  Purple
43757 \end_layout
43758
43759 \end_inset
43760 </cell>
43761 </row>
43762 <row>
43763 <cell alignment="left" valignment="top" usebox="none">
43764 \begin_inset Text
43765
43766 \begin_layout Plain Layout
43767 \begin_inset ERT
43768 status collapsed
43769
43770 \begin_layout Plain Layout
43771
43772
43773 \backslash
43774 fcolorbox{black}{
43775 \end_layout
43776
43777 \end_inset
43778
43779 RawSienna
43780 \begin_inset ERT
43781 status collapsed
43782
43783 \begin_layout Plain Layout
43784
43785 }{
43786 \end_layout
43787
43788 \end_inset
43789
43790
43791 \begin_inset Phantom Phantom
43792 status open
43793
43794 \begin_layout Plain Layout
43795 W
43796 \end_layout
43797
43798 \end_inset
43799
43800
43801 \begin_inset ERT
43802 status collapsed
43803
43804 \begin_layout Plain Layout
43805
43806 }
43807 \end_layout
43808
43809 \end_inset
43810
43811  RawSienna
43812 \end_layout
43813
43814 \end_inset
43815 </cell>
43816 <cell alignment="left" valignment="top" usebox="none">
43817 \begin_inset Text
43818
43819 \begin_layout Plain Layout
43820 \begin_inset ERT
43821 status collapsed
43822
43823 \begin_layout Plain Layout
43824
43825
43826 \backslash
43827 fcolorbox{black}{
43828 \end_layout
43829
43830 \end_inset
43831
43832 RedOrange
43833 \begin_inset ERT
43834 status collapsed
43835
43836 \begin_layout Plain Layout
43837
43838 }{
43839 \end_layout
43840
43841 \end_inset
43842
43843
43844 \begin_inset Phantom Phantom
43845 status open
43846
43847 \begin_layout Plain Layout
43848 W
43849 \end_layout
43850
43851 \end_inset
43852
43853
43854 \begin_inset ERT
43855 status collapsed
43856
43857 \begin_layout Plain Layout
43858
43859 }
43860 \end_layout
43861
43862 \end_inset
43863
43864  RedOrange
43865 \end_layout
43866
43867 \end_inset
43868 </cell>
43869 <cell alignment="left" valignment="top" usebox="none">
43870 \begin_inset Text
43871
43872 \begin_layout Plain Layout
43873 \begin_inset ERT
43874 status collapsed
43875
43876 \begin_layout Plain Layout
43877
43878
43879 \backslash
43880 fcolorbox{black}{
43881 \end_layout
43882
43883 \end_inset
43884
43885 RedViolet
43886 \begin_inset ERT
43887 status collapsed
43888
43889 \begin_layout Plain Layout
43890
43891 }{
43892 \end_layout
43893
43894 \end_inset
43895
43896
43897 \begin_inset Phantom Phantom
43898 status open
43899
43900 \begin_layout Plain Layout
43901 W
43902 \end_layout
43903
43904 \end_inset
43905
43906
43907 \begin_inset ERT
43908 status collapsed
43909
43910 \begin_layout Plain Layout
43911
43912 }
43913 \end_layout
43914
43915 \end_inset
43916
43917  RedViolet
43918 \end_layout
43919
43920 \end_inset
43921 </cell>
43922 <cell alignment="left" valignment="top" usebox="none">
43923 \begin_inset Text
43924
43925 \begin_layout Plain Layout
43926 \begin_inset ERT
43927 status collapsed
43928
43929 \begin_layout Plain Layout
43930
43931
43932 \backslash
43933 fcolorbox{black}{
43934 \end_layout
43935
43936 \end_inset
43937
43938 Rhodamine
43939 \begin_inset ERT
43940 status collapsed
43941
43942 \begin_layout Plain Layout
43943
43944 }{
43945 \end_layout
43946
43947 \end_inset
43948
43949
43950 \begin_inset Phantom Phantom
43951 status open
43952
43953 \begin_layout Plain Layout
43954 W
43955 \end_layout
43956
43957 \end_inset
43958
43959
43960 \begin_inset ERT
43961 status collapsed
43962
43963 \begin_layout Plain Layout
43964
43965 }
43966 \end_layout
43967
43968 \end_inset
43969
43970  Rhodamine
43971 \end_layout
43972
43973 \end_inset
43974 </cell>
43975 </row>
43976 <row>
43977 <cell alignment="left" valignment="top" usebox="none">
43978 \begin_inset Text
43979
43980 \begin_layout Plain Layout
43981 \begin_inset ERT
43982 status collapsed
43983
43984 \begin_layout Plain Layout
43985
43986
43987 \backslash
43988 fcolorbox{black}{
43989 \end_layout
43990
43991 \end_inset
43992
43993 RoyalBlue
43994 \begin_inset ERT
43995 status collapsed
43996
43997 \begin_layout Plain Layout
43998
43999 }{
44000 \end_layout
44001
44002 \end_inset
44003
44004
44005 \begin_inset Phantom Phantom
44006 status open
44007
44008 \begin_layout Plain Layout
44009 W
44010 \end_layout
44011
44012 \end_inset
44013
44014
44015 \begin_inset ERT
44016 status collapsed
44017
44018 \begin_layout Plain Layout
44019
44020 }
44021 \end_layout
44022
44023 \end_inset
44024
44025  RoyalBlue
44026 \end_layout
44027
44028 \end_inset
44029 </cell>
44030 <cell alignment="left" valignment="top" usebox="none">
44031 \begin_inset Text
44032
44033 \begin_layout Plain Layout
44034 \begin_inset ERT
44035 status collapsed
44036
44037 \begin_layout Plain Layout
44038
44039
44040 \backslash
44041 fcolorbox{black}{
44042 \end_layout
44043
44044 \end_inset
44045
44046 RoyalPurple
44047 \begin_inset ERT
44048 status collapsed
44049
44050 \begin_layout Plain Layout
44051
44052 }{
44053 \end_layout
44054
44055 \end_inset
44056
44057
44058 \begin_inset Phantom Phantom
44059 status open
44060
44061 \begin_layout Plain Layout
44062 W
44063 \end_layout
44064
44065 \end_inset
44066
44067
44068 \begin_inset ERT
44069 status collapsed
44070
44071 \begin_layout Plain Layout
44072
44073 }
44074 \end_layout
44075
44076 \end_inset
44077
44078  RoyalPurple
44079 \end_layout
44080
44081 \end_inset
44082 </cell>
44083 <cell alignment="left" valignment="top" usebox="none">
44084 \begin_inset Text
44085
44086 \begin_layout Plain Layout
44087 \begin_inset ERT
44088 status collapsed
44089
44090 \begin_layout Plain Layout
44091
44092
44093 \backslash
44094 fcolorbox{black}{
44095 \end_layout
44096
44097 \end_inset
44098
44099 RubineRed
44100 \begin_inset ERT
44101 status collapsed
44102
44103 \begin_layout Plain Layout
44104
44105 }{
44106 \end_layout
44107
44108 \end_inset
44109
44110
44111 \begin_inset Phantom Phantom
44112 status open
44113
44114 \begin_layout Plain Layout
44115 W
44116 \end_layout
44117
44118 \end_inset
44119
44120
44121 \begin_inset ERT
44122 status collapsed
44123
44124 \begin_layout Plain Layout
44125
44126 }
44127 \end_layout
44128
44129 \end_inset
44130
44131  RubineRed
44132 \end_layout
44133
44134 \end_inset
44135 </cell>
44136 <cell alignment="left" valignment="top" usebox="none">
44137 \begin_inset Text
44138
44139 \begin_layout Plain Layout
44140 \begin_inset ERT
44141 status collapsed
44142
44143 \begin_layout Plain Layout
44144
44145
44146 \backslash
44147 fcolorbox{black}{
44148 \end_layout
44149
44150 \end_inset
44151
44152 Salmon
44153 \begin_inset ERT
44154 status collapsed
44155
44156 \begin_layout Plain Layout
44157
44158 }{
44159 \end_layout
44160
44161 \end_inset
44162
44163
44164 \begin_inset Phantom Phantom
44165 status open
44166
44167 \begin_layout Plain Layout
44168 W
44169 \end_layout
44170
44171 \end_inset
44172
44173
44174 \begin_inset ERT
44175 status collapsed
44176
44177 \begin_layout Plain Layout
44178
44179 }
44180 \end_layout
44181
44182 \end_inset
44183
44184  Salmon
44185 \end_layout
44186
44187 \end_inset
44188 </cell>
44189 </row>
44190 <row>
44191 <cell alignment="left" valignment="top" usebox="none">
44192 \begin_inset Text
44193
44194 \begin_layout Plain Layout
44195 \begin_inset ERT
44196 status collapsed
44197
44198 \begin_layout Plain Layout
44199
44200
44201 \backslash
44202 fcolorbox{black}{
44203 \end_layout
44204
44205 \end_inset
44206
44207 SeaGreen
44208 \begin_inset ERT
44209 status collapsed
44210
44211 \begin_layout Plain Layout
44212
44213 }{
44214 \end_layout
44215
44216 \end_inset
44217
44218
44219 \begin_inset Phantom Phantom
44220 status open
44221
44222 \begin_layout Plain Layout
44223 W
44224 \end_layout
44225
44226 \end_inset
44227
44228
44229 \begin_inset ERT
44230 status collapsed
44231
44232 \begin_layout Plain Layout
44233
44234 }
44235 \end_layout
44236
44237 \end_inset
44238
44239  SeaGreen
44240 \end_layout
44241
44242 \end_inset
44243 </cell>
44244 <cell alignment="left" valignment="top" usebox="none">
44245 \begin_inset Text
44246
44247 \begin_layout Plain Layout
44248 \begin_inset ERT
44249 status collapsed
44250
44251 \begin_layout Plain Layout
44252
44253
44254 \backslash
44255 fcolorbox{black}{
44256 \end_layout
44257
44258 \end_inset
44259
44260 Sepia
44261 \begin_inset ERT
44262 status collapsed
44263
44264 \begin_layout Plain Layout
44265
44266 }{
44267 \end_layout
44268
44269 \end_inset
44270
44271
44272 \begin_inset Phantom Phantom
44273 status open
44274
44275 \begin_layout Plain Layout
44276 W
44277 \end_layout
44278
44279 \end_inset
44280
44281
44282 \begin_inset ERT
44283 status collapsed
44284
44285 \begin_layout Plain Layout
44286
44287 }
44288 \end_layout
44289
44290 \end_inset
44291
44292  Sepia
44293 \end_layout
44294
44295 \end_inset
44296 </cell>
44297 <cell alignment="left" valignment="top" usebox="none">
44298 \begin_inset Text
44299
44300 \begin_layout Plain Layout
44301 \begin_inset ERT
44302 status collapsed
44303
44304 \begin_layout Plain Layout
44305
44306
44307 \backslash
44308 fcolorbox{black}{
44309 \end_layout
44310
44311 \end_inset
44312
44313 SkyBlue
44314 \begin_inset ERT
44315 status collapsed
44316
44317 \begin_layout Plain Layout
44318
44319 }{
44320 \end_layout
44321
44322 \end_inset
44323
44324
44325 \begin_inset Phantom Phantom
44326 status open
44327
44328 \begin_layout Plain Layout
44329 W
44330 \end_layout
44331
44332 \end_inset
44333
44334
44335 \begin_inset ERT
44336 status collapsed
44337
44338 \begin_layout Plain Layout
44339
44340 }
44341 \end_layout
44342
44343 \end_inset
44344
44345  SkyBlue
44346 \end_layout
44347
44348 \end_inset
44349 </cell>
44350 <cell alignment="left" valignment="top" usebox="none">
44351 \begin_inset Text
44352
44353 \begin_layout Plain Layout
44354 \begin_inset ERT
44355 status collapsed
44356
44357 \begin_layout Plain Layout
44358
44359
44360 \backslash
44361 fcolorbox{black}{
44362 \end_layout
44363
44364 \end_inset
44365
44366 SpringGreen
44367 \begin_inset ERT
44368 status collapsed
44369
44370 \begin_layout Plain Layout
44371
44372 }{
44373 \end_layout
44374
44375 \end_inset
44376
44377
44378 \begin_inset Phantom Phantom
44379 status open
44380
44381 \begin_layout Plain Layout
44382 W
44383 \end_layout
44384
44385 \end_inset
44386
44387
44388 \begin_inset ERT
44389 status collapsed
44390
44391 \begin_layout Plain Layout
44392
44393 }
44394 \end_layout
44395
44396 \end_inset
44397
44398  SpringGreen
44399 \end_layout
44400
44401 \end_inset
44402 </cell>
44403 </row>
44404 <row>
44405 <cell alignment="left" valignment="top" usebox="none">
44406 \begin_inset Text
44407
44408 \begin_layout Plain Layout
44409 \begin_inset ERT
44410 status collapsed
44411
44412 \begin_layout Plain Layout
44413
44414
44415 \backslash
44416 fcolorbox{black}{
44417 \end_layout
44418
44419 \end_inset
44420
44421 Tan
44422 \begin_inset ERT
44423 status collapsed
44424
44425 \begin_layout Plain Layout
44426
44427 }{
44428 \end_layout
44429
44430 \end_inset
44431
44432
44433 \begin_inset Phantom Phantom
44434 status open
44435
44436 \begin_layout Plain Layout
44437 W
44438 \end_layout
44439
44440 \end_inset
44441
44442
44443 \begin_inset ERT
44444 status collapsed
44445
44446 \begin_layout Plain Layout
44447
44448 }
44449 \end_layout
44450
44451 \end_inset
44452
44453  Tan
44454 \end_layout
44455
44456 \end_inset
44457 </cell>
44458 <cell alignment="left" valignment="top" usebox="none">
44459 \begin_inset Text
44460
44461 \begin_layout Plain Layout
44462 \begin_inset ERT
44463 status collapsed
44464
44465 \begin_layout Plain Layout
44466
44467
44468 \backslash
44469 fcolorbox{black}{
44470 \end_layout
44471
44472 \end_inset
44473
44474 TealBlue
44475 \begin_inset ERT
44476 status collapsed
44477
44478 \begin_layout Plain Layout
44479
44480 }{
44481 \end_layout
44482
44483 \end_inset
44484
44485
44486 \begin_inset Phantom Phantom
44487 status open
44488
44489 \begin_layout Plain Layout
44490 W
44491 \end_layout
44492
44493 \end_inset
44494
44495
44496 \begin_inset ERT
44497 status collapsed
44498
44499 \begin_layout Plain Layout
44500
44501 }
44502 \end_layout
44503
44504 \end_inset
44505
44506  TealBlue
44507 \end_layout
44508
44509 \end_inset
44510 </cell>
44511 <cell alignment="left" valignment="top" usebox="none">
44512 \begin_inset Text
44513
44514 \begin_layout Plain Layout
44515 \begin_inset ERT
44516 status collapsed
44517
44518 \begin_layout Plain Layout
44519
44520
44521 \backslash
44522 fcolorbox{black}{
44523 \end_layout
44524
44525 \end_inset
44526
44527 Thistle
44528 \begin_inset ERT
44529 status collapsed
44530
44531 \begin_layout Plain Layout
44532
44533 }{
44534 \end_layout
44535
44536 \end_inset
44537
44538
44539 \begin_inset Phantom Phantom
44540 status open
44541
44542 \begin_layout Plain Layout
44543 W
44544 \end_layout
44545
44546 \end_inset
44547
44548
44549 \begin_inset ERT
44550 status collapsed
44551
44552 \begin_layout Plain Layout
44553
44554 }
44555 \end_layout
44556
44557 \end_inset
44558
44559  Thistle
44560 \end_layout
44561
44562 \end_inset
44563 </cell>
44564 <cell alignment="left" valignment="top" usebox="none">
44565 \begin_inset Text
44566
44567 \begin_layout Plain Layout
44568 \begin_inset ERT
44569 status collapsed
44570
44571 \begin_layout Plain Layout
44572
44573
44574 \backslash
44575 fcolorbox{black}{
44576 \end_layout
44577
44578 \end_inset
44579
44580 Turquoise
44581 \begin_inset ERT
44582 status collapsed
44583
44584 \begin_layout Plain Layout
44585
44586 }{
44587 \end_layout
44588
44589 \end_inset
44590
44591
44592 \begin_inset Phantom Phantom
44593 status open
44594
44595 \begin_layout Plain Layout
44596 W
44597 \end_layout
44598
44599 \end_inset
44600
44601
44602 \begin_inset ERT
44603 status collapsed
44604
44605 \begin_layout Plain Layout
44606
44607 }
44608 \end_layout
44609
44610 \end_inset
44611
44612  Turquoise
44613 \end_layout
44614
44615 \end_inset
44616 </cell>
44617 </row>
44618 <row>
44619 <cell alignment="left" valignment="top" usebox="none">
44620 \begin_inset Text
44621
44622 \begin_layout Plain Layout
44623 \begin_inset ERT
44624 status collapsed
44625
44626 \begin_layout Plain Layout
44627
44628
44629 \backslash
44630 fcolorbox{black}{
44631 \end_layout
44632
44633 \end_inset
44634
44635 Violet
44636 \begin_inset ERT
44637 status collapsed
44638
44639 \begin_layout Plain Layout
44640
44641 }{
44642 \end_layout
44643
44644 \end_inset
44645
44646
44647 \begin_inset Phantom Phantom
44648 status open
44649
44650 \begin_layout Plain Layout
44651 W
44652 \end_layout
44653
44654 \end_inset
44655
44656
44657 \begin_inset ERT
44658 status collapsed
44659
44660 \begin_layout Plain Layout
44661
44662 }
44663 \end_layout
44664
44665 \end_inset
44666
44667  Violet
44668 \end_layout
44669
44670 \end_inset
44671 </cell>
44672 <cell alignment="left" valignment="top" usebox="none">
44673 \begin_inset Text
44674
44675 \begin_layout Plain Layout
44676 \begin_inset ERT
44677 status collapsed
44678
44679 \begin_layout Plain Layout
44680
44681
44682 \backslash
44683 fcolorbox{black}{
44684 \end_layout
44685
44686 \end_inset
44687
44688 VioletRed
44689 \begin_inset ERT
44690 status collapsed
44691
44692 \begin_layout Plain Layout
44693
44694 }{
44695 \end_layout
44696
44697 \end_inset
44698
44699
44700 \begin_inset Phantom Phantom
44701 status open
44702
44703 \begin_layout Plain Layout
44704 W
44705 \end_layout
44706
44707 \end_inset
44708
44709
44710 \begin_inset ERT
44711 status collapsed
44712
44713 \begin_layout Plain Layout
44714
44715 }
44716 \end_layout
44717
44718 \end_inset
44719
44720  VioletRed
44721 \end_layout
44722
44723 \end_inset
44724 </cell>
44725 <cell alignment="left" valignment="top" usebox="none">
44726 \begin_inset Text
44727
44728 \begin_layout Plain Layout
44729 \begin_inset ERT
44730 status collapsed
44731
44732 \begin_layout Plain Layout
44733
44734
44735 \backslash
44736 fcolorbox{black}{
44737 \end_layout
44738
44739 \end_inset
44740
44741 WildStrawberry
44742 \begin_inset ERT
44743 status collapsed
44744
44745 \begin_layout Plain Layout
44746
44747 }{
44748 \end_layout
44749
44750 \end_inset
44751
44752
44753 \begin_inset Phantom Phantom
44754 status open
44755
44756 \begin_layout Plain Layout
44757 W
44758 \end_layout
44759
44760 \end_inset
44761
44762
44763 \begin_inset ERT
44764 status collapsed
44765
44766 \begin_layout Plain Layout
44767
44768 }
44769 \end_layout
44770
44771 \end_inset
44772
44773  WildStrawberry
44774 \end_layout
44775
44776 \end_inset
44777 </cell>
44778 <cell alignment="left" valignment="top" usebox="none">
44779 \begin_inset Text
44780
44781 \begin_layout Plain Layout
44782 \begin_inset ERT
44783 status collapsed
44784
44785 \begin_layout Plain Layout
44786
44787
44788 \backslash
44789 fcolorbox{black}{
44790 \end_layout
44791
44792 \end_inset
44793
44794 YellowGreen
44795 \begin_inset ERT
44796 status collapsed
44797
44798 \begin_layout Plain Layout
44799
44800 }{
44801 \end_layout
44802
44803 \end_inset
44804
44805
44806 \begin_inset Phantom Phantom
44807 status open
44808
44809 \begin_layout Plain Layout
44810 W
44811 \end_layout
44812
44813 \end_inset
44814
44815
44816 \begin_inset ERT
44817 status collapsed
44818
44819 \begin_layout Plain Layout
44820
44821 }
44822 \end_layout
44823
44824 \end_inset
44825
44826  YellowGreen
44827 \end_layout
44828
44829 \end_inset
44830 </cell>
44831 </row>
44832 <row>
44833 <cell alignment="left" valignment="top" usebox="none">
44834 \begin_inset Text
44835
44836 \begin_layout Plain Layout
44837 \begin_inset ERT
44838 status collapsed
44839
44840 \begin_layout Plain Layout
44841
44842
44843 \backslash
44844 fcolorbox{black}{
44845 \end_layout
44846
44847 \end_inset
44848
44849 YellowOrange
44850 \begin_inset ERT
44851 status collapsed
44852
44853 \begin_layout Plain Layout
44854
44855 }{
44856 \end_layout
44857
44858 \end_inset
44859
44860
44861 \begin_inset Phantom Phantom
44862 status open
44863
44864 \begin_layout Plain Layout
44865 W
44866 \end_layout
44867
44868 \end_inset
44869
44870
44871 \begin_inset ERT
44872 status collapsed
44873
44874 \begin_layout Plain Layout
44875
44876 }
44877 \end_layout
44878
44879 \end_inset
44880
44881  YellowOrange
44882 \end_layout
44883
44884 \end_inset
44885 </cell>
44886 <cell alignment="left" valignment="top" usebox="none">
44887 \begin_inset Text
44888
44889 \begin_layout Plain Layout
44890
44891 \end_layout
44892
44893 \end_inset
44894 </cell>
44895 <cell alignment="left" valignment="top" usebox="none">
44896 \begin_inset Text
44897
44898 \begin_layout Plain Layout
44899
44900 \end_layout
44901
44902 \end_inset
44903 </cell>
44904 <cell alignment="left" valignment="top" usebox="none">
44905 \begin_inset Text
44906
44907 \begin_layout Plain Layout
44908
44909 \end_layout
44910
44911 \end_inset
44912 </cell>
44913 </row>
44914 </lyxtabular>
44915
44916 \end_inset
44917
44918
44919 \end_layout
44920
44921 \begin_layout Chapter
44922 Explanation of Equation
44923 \begin_inset space ~
44924 \end_inset
44925
44926 (
44927 \begin_inset CommandInset ref
44928 LatexCommand ref
44929 reference "eq:Wgn"
44930
44931 \end_inset
44932
44933 )
44934 \begin_inset CommandInset label
44935 LatexCommand label
44936 name "cha:Explanation-of-Equation"
44937
44938 \end_inset
44939
44940
44941 \end_layout
44942
44943 \begin_layout Standard
44944 We can calculate the total width of 
44945 \emph on
44946 n
44947 \emph default
44948  table cells 
44949 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44950 \end_inset
44951
44952  as follows:
44953 \begin_inset Formula 
44954 \begin{equation}
44955 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44956 \end{equation}
44957
44958 \end_inset
44959
44960 where 
44961 \begin_inset Formula $W_{g\,n}$
44962 \end_inset
44963
44964  is the given width of all cells, 
44965 \series bold
44966
44967 \backslash
44968 tabcolsep
44969 \series default
44970  is the \SpecialChar LaTeX
44971 -length between the cell text and the cell border (its default value
44972  is 6
44973 \begin_inset space \thinspace{}
44974 \end_inset
44975
44976 pt).
44977  
44978 \series bold
44979
44980 \backslash
44981 arrayrulewidth
44982 \series default
44983  is the thickness of the cell border line, the default is 0.4
44984 \begin_inset space \thinspace{}
44985 \end_inset
44986
44987 pt.
44988 \end_layout
44989
44990 \begin_layout Standard
44991 Following equation
44992 \begin_inset space ~
44993 \end_inset
44994
44995
44996 \begin_inset CommandInset ref
44997 LatexCommand eqref
44998 reference "eq:Wtot_n"
44999
45000 \end_inset
45001
45002 , the total width of a multicolumn 
45003 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45004 \end_inset
45005
45006  is
45007 \begin_inset Formula 
45008 \begin{equation}
45009 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45010 \end{equation}
45011
45012 \end_inset
45013
45014
45015 \end_layout
45016
45017 \begin_layout Standard
45018 By setting equation
45019 \begin_inset space ~
45020 \end_inset
45021
45022
45023 \begin_inset CommandInset ref
45024 LatexCommand eqref
45025 reference "eq:Wtot_n"
45026
45027 \end_inset
45028
45029  and 
45030 \begin_inset CommandInset ref
45031 LatexCommand eqref
45032 reference "eq:Wtot_mult"
45033
45034 \end_inset
45035
45036  equal we can calculate the needed given width 
45037 \begin_inset Formula $W_{g\,n}$
45038 \end_inset
45039
45040  when 
45041 \emph on
45042 n
45043 \emph default
45044  columns are spanned, so that each column has a total width of 
45045 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45046 \end_inset
45047
45048 :
45049 \begin_inset Formula 
45050 \begin{equation}
45051 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45052 \end{equation}
45053
45054 \end_inset
45055
45056
45057 \end_layout
45058
45059 \begin_layout Bibliography
45060 \begin_inset CommandInset bibitem
45061 LatexCommand bibitem
45062 key "latexcompanion"
45063
45064 \end_inset
45065
45066 Frank Mittelbach and Michel Goossens: 
45067 \emph on
45068 The \SpecialChar LaTeX
45069  Companion Second Edition.
45070
45071 \emph default
45072  Addison-Wesley, 2004
45073 \end_layout
45074
45075 \begin_layout Bibliography
45076 \begin_inset CommandInset bibitem
45077 LatexCommand bibitem
45078 key "latexguide"
45079
45080 \end_inset
45081
45082 Helmut Kopka and Patrick W.
45083  Daly: 
45084 \emph on
45085 A Guide to \SpecialChar LaTeX
45086  Fourth Edition.
45087
45088 \emph default
45089  Addison-Wesley, 2003
45090 \end_layout
45091
45092 \begin_layout Bibliography
45093 \begin_inset CommandInset bibitem
45094 LatexCommand bibitem
45095 key "latexbook"
45096
45097 \end_inset
45098
45099 Leslie Lamport: 
45100 \emph on
45101 \SpecialChar LaTeX
45102 : A Document Preparation System.
45103
45104 \emph default
45105  Addison-Wesley, second edition, 1994
45106 \end_layout
45107
45108 \begin_layout Bibliography
45109 \begin_inset CommandInset bibitem
45110 LatexCommand bibitem
45111 key "arydshln"
45112
45113 \end_inset
45114
45115 Documentation of the \SpecialChar LaTeX
45116 -package 
45117 \series bold
45118
45119 \begin_inset CommandInset href
45120 LatexCommand href
45121 name "arydshln"
45122 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45123
45124 \end_inset
45125
45126
45127 \series default
45128
45129 \begin_inset Index idx
45130 status collapsed
45131
45132 \begin_layout Plain Layout
45133 \SpecialChar LaTeX
45134 -packages ! arydshln
45135 \end_layout
45136
45137 \end_inset
45138
45139
45140 \end_layout
45141
45142 \begin_layout Bibliography
45143 \begin_inset CommandInset bibitem
45144 LatexCommand bibitem
45145 key "booktabs"
45146
45147 \end_inset
45148
45149 Documentation of the \SpecialChar LaTeX
45150 -package 
45151 \series bold
45152
45153 \begin_inset CommandInset href
45154 LatexCommand href
45155 name "booktabs"
45156 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45157
45158 \end_inset
45159
45160
45161 \series default
45162
45163 \begin_inset Index idx
45164 status collapsed
45165
45166 \begin_layout Plain Layout
45167 \SpecialChar LaTeX
45168 -packages ! booktabs
45169 \end_layout
45170
45171 \end_inset
45172
45173
45174 \end_layout
45175
45176 \begin_layout Bibliography
45177 \begin_inset CommandInset bibitem
45178 LatexCommand bibitem
45179 key "caption"
45180
45181 \end_inset
45182
45183 Documentation of the \SpecialChar LaTeX
45184 -package 
45185 \series bold
45186
45187 \begin_inset CommandInset href
45188 LatexCommand href
45189 name "caption"
45190 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45191
45192 \end_inset
45193
45194
45195 \series default
45196
45197 \begin_inset Index idx
45198 status collapsed
45199
45200 \begin_layout Plain Layout
45201 \SpecialChar LaTeX
45202 -packages ! caption
45203 \end_layout
45204
45205 \end_inset
45206
45207
45208 \end_layout
45209
45210 \begin_layout Bibliography
45211 \begin_inset CommandInset bibitem
45212 LatexCommand bibitem
45213 key "diagbox"
45214
45215 \end_inset
45216
45217 Documentation of the \SpecialChar LaTeX
45218 -package 
45219 \series bold
45220
45221 \begin_inset CommandInset href
45222 LatexCommand href
45223 name "diagbox"
45224 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45225
45226 \end_inset
45227
45228
45229 \series default
45230
45231 \begin_inset Index idx
45232 status collapsed
45233
45234 \begin_layout Plain Layout
45235 \SpecialChar LaTeX
45236 -packages ! diagbox
45237 \end_layout
45238
45239 \end_inset
45240
45241
45242 \end_layout
45243
45244 \begin_layout Bibliography
45245 \begin_inset CommandInset bibitem
45246 LatexCommand bibitem
45247 key "endfloat"
45248
45249 \end_inset
45250
45251 Documentation of the \SpecialChar LaTeX
45252 -package 
45253 \series bold
45254
45255 \begin_inset CommandInset href
45256 LatexCommand href
45257 name "endfloat"
45258 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45259
45260 \end_inset
45261
45262
45263 \series default
45264
45265 \begin_inset Index idx
45266 status collapsed
45267
45268 \begin_layout Plain Layout
45269 \SpecialChar LaTeX
45270 -packages ! endfloat
45271 \end_layout
45272
45273 \end_inset
45274
45275
45276 \end_layout
45277
45278 \begin_layout Bibliography
45279 \begin_inset CommandInset bibitem
45280 LatexCommand bibitem
45281 key "footmisc"
45282
45283 \end_inset
45284
45285 Documentation of the \SpecialChar LaTeX
45286 -package 
45287 \series bold
45288
45289 \begin_inset CommandInset href
45290 LatexCommand href
45291 name "footmisc"
45292 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45293
45294 \end_inset
45295
45296
45297 \series default
45298
45299 \begin_inset Index idx
45300 status collapsed
45301
45302 \begin_layout Plain Layout
45303 \SpecialChar LaTeX
45304 -packages ! footmisc
45305 \end_layout
45306
45307 \end_inset
45308
45309
45310 \end_layout
45311
45312 \begin_layout Bibliography
45313 \begin_inset CommandInset bibitem
45314 LatexCommand bibitem
45315 key "hypcap"
45316
45317 \end_inset
45318
45319 Documentation of the \SpecialChar LaTeX
45320 -package 
45321 \series bold
45322
45323 \begin_inset CommandInset href
45324 LatexCommand href
45325 name "hypcap"
45326 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45327
45328 \end_inset
45329
45330
45331 \series default
45332
45333 \begin_inset Index idx
45334 status collapsed
45335
45336 \begin_layout Plain Layout
45337 \SpecialChar LaTeX
45338 -packages ! hyperref
45339 \end_layout
45340
45341 \end_inset
45342
45343
45344 \end_layout
45345
45346 \begin_layout Bibliography
45347 \begin_inset CommandInset bibitem
45348 LatexCommand bibitem
45349 key "hyperref"
45350
45351 \end_inset
45352
45353 Documentation of the \SpecialChar LaTeX
45354 -package 
45355 \series bold
45356
45357 \begin_inset CommandInset href
45358 LatexCommand href
45359 name "hyperref"
45360 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45361
45362 \end_inset
45363
45364
45365 \series default
45366
45367 \begin_inset Index idx
45368 status collapsed
45369
45370 \begin_layout Plain Layout
45371 \SpecialChar LaTeX
45372 -packages ! hyperref
45373 \end_layout
45374
45375 \end_inset
45376
45377
45378 \end_layout
45379
45380 \begin_layout Bibliography
45381 \begin_inset CommandInset bibitem
45382 LatexCommand bibitem
45383 key "KOMA-Script"
45384
45385 \end_inset
45386
45387 Documentation of the \SpecialChar LaTeX
45388 -package 
45389 \series bold
45390
45391 \begin_inset CommandInset href
45392 LatexCommand href
45393 name "KOMA-Script"
45394 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45395
45396 \end_inset
45397
45398
45399 \series default
45400
45401 \begin_inset Index idx
45402 status collapsed
45403
45404 \begin_layout Plain Layout
45405 \SpecialChar LaTeX
45406 -packages ! KOMA-Script
45407 \end_layout
45408
45409 \end_inset
45410
45411
45412 \end_layout
45413
45414 \begin_layout Bibliography
45415 \begin_inset CommandInset bibitem
45416 LatexCommand bibitem
45417 key "lettrine"
45418
45419 \end_inset
45420
45421 Documentation of the \SpecialChar LaTeX
45422 -package 
45423 \series bold
45424
45425 \begin_inset CommandInset href
45426 LatexCommand href
45427 name "lettrine"
45428 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45429
45430 \end_inset
45431
45432
45433 \series default
45434  and an 
45435 \begin_inset CommandInset href
45436 LatexCommand href
45437 name "example"
45438 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45439
45440 \end_inset
45441
45442
45443 \begin_inset Index idx
45444 status collapsed
45445
45446 \begin_layout Plain Layout
45447 \SpecialChar LaTeX
45448 -packages ! lettrine
45449 \end_layout
45450
45451 \end_inset
45452
45453
45454 \end_layout
45455
45456 \begin_layout Bibliography
45457 \begin_inset CommandInset bibitem
45458 LatexCommand bibitem
45459 key "listings"
45460
45461 \end_inset
45462
45463 Documentation of the \SpecialChar LaTeX
45464 -package 
45465 \series bold
45466
45467 \begin_inset CommandInset href
45468 LatexCommand href
45469 name "listings"
45470 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45471
45472 \end_inset
45473
45474
45475 \series default
45476
45477 \begin_inset Index idx
45478 status collapsed
45479
45480 \begin_layout Plain Layout
45481 \SpecialChar LaTeX
45482 -packages ! listings
45483 \end_layout
45484
45485 \end_inset
45486
45487
45488 \end_layout
45489
45490 \begin_layout Bibliography
45491 \begin_inset CommandInset bibitem
45492 LatexCommand bibitem
45493 key "marginnote"
45494
45495 \end_inset
45496
45497 Documentation of the \SpecialChar LaTeX
45498 -package 
45499 \series bold
45500
45501 \begin_inset CommandInset href
45502 LatexCommand href
45503 name "marginnote"
45504 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45505
45506 \end_inset
45507
45508
45509 \series default
45510
45511 \begin_inset Index idx
45512 status collapsed
45513
45514 \begin_layout Plain Layout
45515 \SpecialChar LaTeX
45516 -packages ! marginnote
45517 \end_layout
45518
45519 \end_inset
45520
45521
45522 \end_layout
45523
45524 \begin_layout Bibliography
45525 \begin_inset CommandInset bibitem
45526 LatexCommand bibitem
45527 key "pdfpages"
45528
45529 \end_inset
45530
45531 Documentation of the \SpecialChar LaTeX
45532 -package 
45533 \series bold
45534
45535 \begin_inset CommandInset href
45536 LatexCommand href
45537 name "pdfpages"
45538 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45539
45540 \end_inset
45541
45542
45543 \series default
45544
45545 \begin_inset Index idx
45546 status collapsed
45547
45548 \begin_layout Plain Layout
45549 \SpecialChar LaTeX
45550 -packages ! pdfpages
45551 \end_layout
45552
45553 \end_inset
45554
45555
45556 \end_layout
45557
45558 \begin_layout Bibliography
45559 \begin_inset CommandInset bibitem
45560 LatexCommand bibitem
45561 key "prettyref"
45562
45563 \end_inset
45564
45565 Documentation of the \SpecialChar LaTeX
45566 -package 
45567 \series bold
45568
45569 \begin_inset CommandInset href
45570 LatexCommand href
45571 name "prettyref"
45572 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45573
45574 \end_inset
45575
45576
45577 \series default
45578
45579 \begin_inset Index idx
45580 status collapsed
45581
45582 \begin_layout Plain Layout
45583 \SpecialChar LaTeX
45584 -packages ! prettyref
45585 \end_layout
45586
45587 \end_inset
45588
45589
45590 \end_layout
45591
45592 \begin_layout Bibliography
45593 \begin_inset CommandInset bibitem
45594 LatexCommand bibitem
45595 key "pstricks"
45596
45597 \end_inset
45598
45599 Web page of the \SpecialChar LaTeX
45600 -package 
45601 \series bold
45602
45603 \begin_inset CommandInset href
45604 LatexCommand href
45605 name "PSTricks"
45606 target "http://tug.org/PSTricks/"
45607
45608 \end_inset
45609
45610
45611 \series default
45612
45613 \begin_inset Index idx
45614 status collapsed
45615
45616 \begin_layout Plain Layout
45617 \SpecialChar LaTeX
45618 -packages ! PSTricks
45619 \end_layout
45620
45621 \end_inset
45622
45623
45624 \end_layout
45625
45626 \begin_layout Bibliography
45627 \begin_inset CommandInset bibitem
45628 LatexCommand bibitem
45629 key "refstyle"
45630
45631 \end_inset
45632
45633 Documentation of the \SpecialChar LaTeX
45634 -package 
45635 \series bold
45636
45637 \begin_inset CommandInset href
45638 LatexCommand href
45639 name "refstyle"
45640 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
45641
45642 \end_inset
45643
45644
45645 \series default
45646
45647 \begin_inset Index idx
45648 status collapsed
45649
45650 \begin_layout Plain Layout
45651 \SpecialChar LaTeX
45652 -packages ! refstyle
45653 \end_layout
45654
45655 \end_inset
45656
45657
45658 \end_layout
45659
45660 \begin_layout Bibliography
45661 \begin_inset CommandInset bibitem
45662 LatexCommand bibitem
45663 key "sidecap"
45664
45665 \end_inset
45666
45667 Documentation of the \SpecialChar LaTeX
45668 -package 
45669 \series bold
45670
45671 \begin_inset CommandInset href
45672 LatexCommand href
45673 name "sidecap"
45674 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45675
45676 \end_inset
45677
45678
45679 \series default
45680
45681 \begin_inset Index idx
45682 status collapsed
45683
45684 \begin_layout Plain Layout
45685 \SpecialChar LaTeX
45686 -packages ! sidecap
45687 \end_layout
45688
45689 \end_inset
45690
45691
45692 \end_layout
45693
45694 \begin_layout Bibliography
45695 \begin_inset CommandInset bibitem
45696 LatexCommand bibitem
45697 key "NewInLyX20"
45698
45699 \end_inset
45700
45701
45702 \begin_inset CommandInset href
45703 LatexCommand href
45704 name "Wiki page"
45705 target "http://wiki.lyx.org/LyX/NewInLyX20"
45706
45707 \end_inset
45708
45709  about new features in 
45710 \family sans
45711 \SpecialChar LyX
45712  2.0
45713 \family default
45714 .
45715 \end_layout
45716
45717 \begin_layout Standard
45718 \begin_inset CommandInset index_print
45719 LatexCommand printindex
45720 type "idx"
45721
45722 \end_inset
45723
45724
45725 \end_layout
45726
45727 \end_body
45728 \end_document