]> git.lyx.org Git - features.git/blob - lib/doc/EmbeddedObjects.lyx
4c166f8f0d0cbd295243ba435e712af7c39311d2
[features.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         scale 85
24649         scaleBeforeRotation
24650
24651 \end_inset
24652
24653  will be inserted and the label window pops up asking for the label text.
24654  \SpecialChar LyX
24655  offers as text the first words of the caption with a prefix.
24656  The prefix depends on the float type, e.
24657 \begin_inset space \thinspace{}
24658 \end_inset
24659
24660 g.
24661 \begin_inset space \space{}
24662 \end_inset
24663
24664 for figure floats the prefix will be "
24665 \family sans
24666 fig:
24667 \family default
24668 ".
24669 \end_layout
24670
24671 \begin_layout Standard
24672 The label is used as anchor and name for the reference.
24673  You can refer to the label using the menu 
24674 \family sans
24675 Insert\SpecialChar menuseparator
24676 Cross-reference
24677 \family default
24678  or the toolbar button 
24679 \begin_inset Info
24680 type  "icon"
24681 arg   "dialog-show-new-inset ref"
24682 \end_inset
24683
24684 .
24685  The cross-reference window appears showing all labels of the document.
24686  If you have multiple \SpecialChar LyX
24687  documents opened, choose the one you are working
24688  on from the drop-list at the top of the dialog.
24689  You can now sort the labels alphabetically and then choose one.
24690  A grey cross-reference box like this one: 
24691 \begin_inset Graphics
24692         filename clipart/reference.png
24693         scale 85
24694         scaleBeforeRotation
24695
24696 \end_inset
24697
24698  will be inserted.
24699  At the position of the cross-reference box the float number will appear
24700  in the output.
24701 \end_layout
24702
24703 \begin_layout Standard
24704 It is recommended that you use a protected space between the cross-reference
24705  name and its number to avoid line breaks between them.
24706  If a cross-reference refers to a non-existing label, you will see two question
24707  marks in the output instead of the reference.
24708 \end_layout
24709
24710 \begin_layout Standard
24711 You can change labels at any time by clicking on the label box.
24712  References to the changed label will automatically update their links to
24713  the new label text.
24714 \end_layout
24715
24716 \begin_layout Standard
24717 The button 
24718 \family sans
24719 Go
24720 \begin_inset space ~
24721 \end_inset
24722
24723 to
24724 \begin_inset space ~
24725 \end_inset
24726
24727 Label
24728 \family default
24729  in the cross-reference window sets the cursor before the referred label.
24730  The button text changes then to Go
24731 \begin_inset space ~
24732 \end_inset
24733
24734 Back and you can use it to set the cursor back to the cross-reference.
24735 \end_layout
24736
24737 \begin_layout Subsection
24738 Cross-Reference Formats
24739 \begin_inset CommandInset label
24740 LatexCommand label
24741 name "subsec:Cross-Reference-Formats"
24742
24743 \end_inset
24744
24745
24746 \begin_inset Index idx
24747 status collapsed
24748
24749 \begin_layout Plain Layout
24750 References ! Formats
24751 \end_layout
24752
24753 \end_inset
24754
24755
24756 \end_layout
24757
24758 \begin_layout Standard
24759 There are six varieties of cross-references:
24760 \end_layout
24761
24762 \begin_layout Description
24763 <reference>: prints the float number, this is the default: 
24764 \begin_inset CommandInset ref
24765 LatexCommand ref
24766 reference "fig:Two-distorted-images"
24767
24768 \end_inset
24769
24770
24771 \end_layout
24772
24773 \begin_layout Description
24774 (<reference>): prints the float number within two parentheses, this is the
24775  style normally used to reference formulas, especially when the reference
24776  name 
24777 \begin_inset Quotes eld
24778 \end_inset
24779
24780 Equation
24781 \begin_inset Quotes erd
24782 \end_inset
24783
24784  is omitted: 
24785 \begin_inset CommandInset ref
24786 LatexCommand eqref
24787 reference "eq:Wgn"
24788
24789 \end_inset
24790
24791
24792 \end_layout
24793
24794 \begin_layout Description
24795 <page>: prints the page number: Page
24796 \begin_inset space ~
24797 \end_inset
24798
24799
24800 \begin_inset CommandInset ref
24801 LatexCommand pageref
24802 reference "fig:Two-distorted-images"
24803
24804 \end_inset
24805
24806
24807 \end_layout
24808
24809 \begin_layout Description
24810 on
24811 \begin_inset space ~
24812 \end_inset
24813
24814 page
24815 \begin_inset space ~
24816 \end_inset
24817
24818 <page>: prints the text "on page" and the page number: 
24819 \begin_inset CommandInset ref
24820 LatexCommand vpageref
24821 reference "fig:Two-distorted-images"
24822
24823 \end_inset
24824
24825
24826 \end_layout
24827
24828 \begin_layout Description
24829 <reference>
24830 \begin_inset space ~
24831 \end_inset
24832
24833 on
24834 \begin_inset space ~
24835 \end_inset
24836
24837 page
24838 \begin_inset space ~
24839 \end_inset
24840
24841 <page>: prints the float number, the text "on page", and the page number:
24842  
24843 \begin_inset CommandInset ref
24844 LatexCommand vref
24845 reference "fig:Two-distorted-images"
24846
24847 \end_inset
24848
24849
24850 \end_layout
24851
24852 \begin_layout Description
24853 Formatted
24854 \begin_inset space ~
24855 \end_inset
24856
24857 reference: prints a self-defined cross-reference format.
24858 \begin_inset Newline newline
24859 \end_inset
24860
24861
24862 \begin_inset Note Greyedout
24863 status open
24864
24865 \begin_layout Plain Layout
24866
24867 \series bold
24868 Note:
24869 \series default
24870  This feature is only available when you have the \SpecialChar LaTeX
24871 -package 
24872 \series bold
24873 prettyref
24874 \series default
24875  or 
24876 \series bold
24877 refstyle
24878 \series default
24879
24880 \begin_inset Index idx
24881 status collapsed
24882
24883 \begin_layout Plain Layout
24884 \SpecialChar LaTeX
24885 -packages ! prettyref
24886 \end_layout
24887
24888 \end_inset
24889
24890
24891 \begin_inset Index idx
24892 status collapsed
24893
24894 \begin_layout Plain Layout
24895 \SpecialChar LaTeX
24896 -packages ! refstyle
24897 \end_layout
24898
24899 \end_inset
24900
24901  installed.
24902 \end_layout
24903
24904 \end_inset
24905
24906
24907 \begin_inset Newline newline
24908 \end_inset
24909
24910 You can select which \SpecialChar LaTeX
24911 -package should be used for this feature by setting
24912  the option 
24913 \family sans
24914 Use refstyle (not prettyref) for cross-references
24915 \family default
24916  in the menu 
24917 \family sans
24918 Document\SpecialChar menuseparator
24919 Settings\SpecialChar menuseparator
24920 Document Class
24921 \family default
24922 .
24923  The format is specified by adding the command 
24924 \series bold
24925
24926 \backslash
24927 newrefformat
24928 \series default
24929  (prettyref) or 
24930 \series bold
24931
24932 \backslash
24933 newref
24934 \series default
24935  (refstyle) to the preamble of the document.
24936  For example redefining all references to figures (which have the label
24937  shortcut 
24938 \begin_inset Quotes eld
24939 \end_inset
24940
24941
24942 \family sans
24943 fig
24944 \family default
24945
24946 \begin_inset Quotes erd
24947 \end_inset
24948
24949 ) can be done with this command
24950 \begin_inset Newline newline
24951 \end_inset
24952
24953
24954 \series bold
24955
24956 \backslash
24957 newref{fig}{refcmd={Image on page 
24958 \backslash
24959 pageref{#1}}}
24960 \series default
24961
24962 \begin_inset Newline newline
24963 \end_inset
24964
24965 For more information about the format, have a look at the package documentations
24966
24967 \begin_inset CommandInset citation
24968 LatexCommand cite
24969 key "prettyref,refstyle"
24970
24971 \end_inset
24972
24973 .
24974 \end_layout
24975
24976 \begin_layout Description
24977 Textual
24978 \begin_inset space ~
24979 \end_inset
24980
24981 reference: prints the caption of the reference: 
24982 \begin_inset CommandInset ref
24983 LatexCommand nameref
24984 reference "fig:Two-distorted-images"
24985
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \begin_layout Standard
24992
24993 \family sans
24994 <page>
24995 \family default
24996  will not print the page number if the label is on the previous, the same,
24997  or the next page.
24998  You will e.
24999 \begin_inset space \thinspace{}
25000 \end_inset
25001
25002 g.
25003 \begin_inset space \space{}
25004 \end_inset
25005
25006 see the text 
25007 \begin_inset Quotes eld
25008 \end_inset
25009
25010
25011 \family sans
25012 on this page
25013 \family default
25014
25015 \begin_inset Quotes erd
25016 \end_inset
25017
25018  instead.
25019  The style 
25020 \family sans
25021 <reference> on page <page>
25022 \family default
25023  will not print anything about the page if the label is on the same page.
25024 \end_layout
25025
25026 \begin_layout Standard
25027 The number and current page of the part of the document referred to in the
25028  output is automatically calculated by \SpecialChar LaTeX
25029 .
25030  The varieties are adjusted in the field 
25031 \family sans
25032 Format
25033 \family default
25034  of the cross-reference window that appears when you click on the cross-referenc
25035 e box.
25036 \end_layout
25037
25038 \begin_layout Standard
25039 \begin_inset Note Greyedout
25040 status open
25041
25042 \begin_layout Plain Layout
25043
25044 \series bold
25045 Note:
25046 \series default
25047  It is recommended to use the \SpecialChar LaTeX
25048 -package 
25049 \series bold
25050 refstyle
25051 \series default
25052
25053 \begin_inset Index idx
25054 status collapsed
25055
25056 \begin_layout Plain Layout
25057 \SpecialChar LaTeX
25058 -packages ! refstyle
25059 \end_layout
25060
25061 \end_inset
25062
25063  because 
25064 \series bold
25065 prettyref
25066 \series default
25067
25068 \begin_inset Index idx
25069 status collapsed
25070
25071 \begin_layout Plain Layout
25072 \SpecialChar LaTeX
25073 -packages ! prettyref
25074 \end_layout
25075
25076 \end_inset
25077
25078  does not know all of \SpecialChar LyX
25079 's possible label shortcuts
25080 \begin_inset Foot
25081 status collapsed
25082
25083 \begin_layout Plain Layout
25084 \begin_inset Quotes eld
25085 \end_inset
25086
25087 fig:
25088 \begin_inset Quotes erd
25089 \end_inset
25090
25091  is for example \SpecialChar LyX
25092 's shortcut for labels in figure captions.
25093 \end_layout
25094
25095 \end_inset
25096
25097  and is not internationalized.
25098 \end_layout
25099
25100 \end_inset
25101
25102
25103 \end_layout
25104
25105 \begin_layout Subsection
25106 Automatic Reference Naming
25107 \begin_inset Index idx
25108 status collapsed
25109
25110 \begin_layout Plain Layout
25111 References ! Automatic Reference Naming
25112 \end_layout
25113
25114 \end_inset
25115
25116
25117 \end_layout
25118
25119 \begin_layout Standard
25120 The \SpecialChar LaTeX
25121 -package 
25122 \series bold
25123 hyperref
25124 \series default
25125
25126 \begin_inset Index idx
25127 status collapsed
25128
25129 \begin_layout Plain Layout
25130 \SpecialChar LaTeX
25131 -packages ! hyperref
25132 \end_layout
25133
25134 \end_inset
25135
25136 , that is enabled in the 
25137 \family sans
25138 PDF Properties
25139 \family default
25140  of the 
25141 \family sans
25142 Document Settings
25143 \family default
25144  dialog, provides a very useful feature that cross-references automatically
25145  include the name of the referenced floats (or text parts like 
25146 \emph on
25147 section
25148 \emph default
25149 ).
25150  So you will save having to write e.
25151 \begin_inset space \thinspace{}
25152 \end_inset
25153
25154 g.
25155 \begin_inset space \space{}
25156 \end_inset
25157
25158 the name 
25159 \begin_inset Quotes eld
25160 \end_inset
25161
25162 Figure
25163 \begin_inset Quotes erd
25164 \end_inset
25165
25166  before every reference to a figure.
25167  To use this feature, enable 
25168 \series bold
25169 hyperref
25170 \series default
25171  and insert this line to the \SpecialChar LaTeX
25172  preamble:
25173 \end_layout
25174
25175 \begin_layout Standard
25176
25177 \series bold
25178
25179 \backslash
25180 AtBeginDocument{
25181 \backslash
25182 renewcommand{
25183 \backslash
25184 ref}[1]{
25185 \backslash
25186 mbox{
25187 \backslash
25188 autoref{#1}}}}
25189 \end_layout
25190
25191 \begin_layout Standard
25192 When you prefer other reference names than the default ones, for example
25193  you want instead of 
25194 \begin_inset Quotes eld
25195 \end_inset
25196
25197 section
25198 \begin_inset Quotes erd
25199 \end_inset
25200
25201  the name 
25202 \begin_inset Quotes eld
25203 \end_inset
25204
25205 sec.
25206 \begin_inset space \thinspace{}
25207 \end_inset
25208
25209
25210 \begin_inset Quotes eld
25211 \end_inset
25212
25213 , you can redefine the name by inserting this in the preamble:
25214 \end_layout
25215
25216 \begin_layout Standard
25217
25218 \series bold
25219
25220 \backslash
25221 addto
25222 \backslash
25223 extrasenglish{
25224 \backslash
25225 renewcommand{
25226 \backslash
25227 sectionautorefname}
25228 \begin_inset Newline newline
25229 \end_inset
25230
25231
25232 \begin_inset Phantom HPhantom
25233 status open
25234
25235 \begin_layout Plain Layout
25236
25237 \series bold
25238 \begin_inset space ~
25239 \end_inset
25240
25241
25242 \end_layout
25243
25244 \end_inset
25245
25246 {sec.
25247 \backslash
25248 negthinspace}}
25249 \end_layout
25250
25251 \begin_layout Standard
25252 When you are using another document language than English, replace
25253 \begin_inset Newline newline
25254 \end_inset
25255
25256
25257 \series bold
25258
25259 \backslash
25260 extrasenglish
25261 \series default
25262  by 
25263 \series bold
25264
25265 \backslash
25266 extras***
25267 \series default
25268 , where *** is the name of the language used.
25269 \end_layout
25270
25271 \begin_layout Standard
25272 To get automatic names, but not for certain reference types, for example
25273  not for equations, use this preamble code:
25274 \end_layout
25275
25276 \begin_layout Standard
25277
25278 \series bold
25279
25280 \backslash
25281 addto
25282 \backslash
25283 extrasenglish{
25284 \backslash
25285 renewcommand*{
25286 \backslash
25287 equationautorefname}[1]{}}
25288 \end_layout
25289
25290 \begin_layout Standard
25291 More about this topic can be found in 
25292 \series bold
25293 hyperref
25294 \series default
25295 's documentation 
25296 \begin_inset CommandInset citation
25297 LatexCommand cite
25298 key "hyperref"
25299
25300 \end_inset
25301
25302 .
25303 \end_layout
25304
25305 \begin_layout Standard
25306 \begin_inset Note Greyedout
25307 status open
25308
25309 \begin_layout Plain Layout
25310
25311 \series bold
25312 Note:
25313 \series default
25314  Automatic reference naming cannot be used when you use cross-references
25315  in the 
25316 \family sans
25317 Formatted
25318 \begin_inset space ~
25319 \end_inset
25320
25321 reference
25322 \family default
25323  style, as described in section
25324 \begin_inset space ~
25325 \end_inset
25326
25327
25328 \begin_inset CommandInset ref
25329 LatexCommand ref
25330 reference "subsec:Cross-Reference-Formats"
25331
25332 \end_inset
25333
25334 .
25335 \end_layout
25336
25337 \end_inset
25338
25339
25340 \end_layout
25341
25342 \begin_layout Standard
25343 The 
25344 \emph on
25345 Math
25346 \emph default
25347  manual is an example where automatic reference naming is used.
25348 \end_layout
25349
25350 \begin_layout Subsection
25351 Reference Position
25352 \begin_inset CommandInset label
25353 LatexCommand label
25354 name "subsec:Reference-Position"
25355
25356 \end_inset
25357
25358
25359 \begin_inset Index idx
25360 status collapsed
25361
25362 \begin_layout Plain Layout
25363 References ! Reference Position
25364 \end_layout
25365
25366 \end_inset
25367
25368
25369 \end_layout
25370
25371 \begin_layout Standard
25372 If you use 
25373 \series bold
25374 hyperref
25375 \series default
25376
25377 \begin_inset Index idx
25378 status collapsed
25379
25380 \begin_layout Plain Layout
25381 \SpecialChar LaTeX
25382 -packages ! hyperref
25383 \end_layout
25384
25385 \end_inset
25386
25387  in the 
25388 \family sans
25389 PDF Properties
25390 \family default
25391  of the 
25392 \family sans
25393 Document Settings
25394 \family default
25395  dialog to link cross-references in the output, you will see that clicking
25396  on an image float reference jumps to the image label.
25397  The caption will be the first text part on the screen, so that you cannot
25398  see the image without scrolling.
25399  This is because the reference link anchor is placed at the position of
25400  the label.
25401  With the use of the package 
25402 \series bold
25403 hypcap
25404 \series default
25405
25406 \begin_inset Index idx
25407 status collapsed
25408
25409 \begin_layout Plain Layout
25410 \SpecialChar LaTeX
25411 -packages ! hypcap
25412 \end_layout
25413
25414 \end_inset
25415
25416 , which is part of the \SpecialChar LaTeX
25417 -package 
25418 \series bold
25419 oberdiek
25420 \series default
25421
25422 \begin_inset Index idx
25423 status collapsed
25424
25425 \begin_layout Plain Layout
25426 \SpecialChar LaTeX
25427 -packages ! oberdiek
25428 \end_layout
25429
25430 \end_inset
25431
25432 , the link anchor is placed at the beginning of a float.
25433  To use this feature for figure floats, load 
25434 \series bold
25435 hypcap
25436 \series default
25437  in the document preamble with the line
25438 \end_layout
25439
25440 \begin_layout Standard
25441
25442 \series bold
25443
25444 \backslash
25445 usepackage[figure]{hypcap}
25446 \end_layout
25447
25448 \begin_layout Standard
25449 You can also use 
25450 \series bold
25451 hypcap
25452 \series default
25453  for all float types but this is not recommended for stability reasons.
25454  For more information, have a look at 
25455 \series bold
25456 hypcap
25457 \series default
25458 's manual 
25459 \begin_inset CommandInset citation
25460 LatexCommand cite
25461 key "hypcap"
25462
25463 \end_inset
25464
25465 .
25466 \end_layout
25467
25468 \begin_layout Standard
25469 \begin_inset Note Greyedout
25470 status open
25471
25472 \begin_layout Plain Layout
25473
25474 \series bold
25475 Note:
25476 \series default
25477  
25478 \series bold
25479 hypcap
25480 \series default
25481  has no effect on references to subfigures.
25482 \end_layout
25483
25484 \end_inset
25485
25486
25487 \end_layout
25488
25489 \begin_layout Section
25490 Float Placement
25491 \begin_inset CommandInset label
25492 LatexCommand label
25493 name "sec:Float-Placement"
25494
25495 \end_inset
25496
25497
25498 \begin_inset Index idx
25499 status collapsed
25500
25501 \begin_layout Plain Layout
25502 Floats ! Placement
25503 \end_layout
25504
25505 \end_inset
25506
25507
25508 \end_layout
25509
25510 \begin_layout Standard
25511 Right-clicking on a float-box and clicking on 
25512 \family sans
25513 Settings
25514 \family default
25515  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
25516  uses for
25517  positioning the float.
25518 \begin_inset Newline newline
25519 \end_inset
25520
25521 The option 
25522 \family sans
25523 Span
25524 \begin_inset space ~
25525 \end_inset
25526
25527 columns
25528 \family default
25529  is only useful for two-column documents: If you select it, the float will
25530  span both columns on the page instead of being confined to just one.
25531 \begin_inset Newline newline
25532 \end_inset
25533
25534 The option 
25535 \family sans
25536 Rotate
25537 \begin_inset space ~
25538 \end_inset
25539
25540 sideways
25541 \family default
25542  is used to rotate floats, see section 
25543 \begin_inset CommandInset ref
25544 LatexCommand ref
25545 reference "sec:Rotated-Floats"
25546
25547 \end_inset
25548
25549 .
25550 \end_layout
25551
25552 \begin_layout Standard
25553 You can use one or more of the following options in the float dialog to
25554  set the placement for a particular float when you uncheck the option 
25555 \family sans
25556 Use
25557 \begin_inset space ~
25558 \end_inset
25559
25560 default
25561 \begin_inset space ~
25562 \end_inset
25563
25564 placement
25565 \family default
25566 :
25567 \end_layout
25568
25569 \begin_layout Description
25570 Here
25571 \begin_inset space ~
25572 \end_inset
25573
25574 if
25575 \begin_inset space ~
25576 \end_inset
25577
25578 possible try to place the float on the position where it has been inserted
25579 \end_layout
25580
25581 \begin_layout Description
25582 Top
25583 \begin_inset space ~
25584 \end_inset
25585
25586 of
25587 \begin_inset space ~
25588 \end_inset
25589
25590 page try to place the float at the top of the current page
25591 \end_layout
25592
25593 \begin_layout Description
25594 Bottom
25595 \begin_inset space ~
25596 \end_inset
25597
25598 of
25599 \begin_inset space ~
25600 \end_inset
25601
25602 page try to place the float at the bottom of the current page
25603 \end_layout
25604
25605 \begin_layout Description
25606 Page
25607 \begin_inset space ~
25608 \end_inset
25609
25610 of
25611 \begin_inset space ~
25612 \end_inset
25613
25614 floats try to place the float on its own page
25615 \end_layout
25616
25617 \begin_layout Standard
25618 The order of the above option is 
25619 \emph on
25620 always
25621 \emph default
25622  used by \SpecialChar LaTeX
25623 .
25624  That means, if you use the default placement, \SpecialChar LaTeX
25625  will first try out 
25626 \family sans
25627 Here
25628 \begin_inset space ~
25629 \end_inset
25630
25631 if
25632 \begin_inset space ~
25633 \end_inset
25634
25635 possible
25636 \family default
25637 , then 
25638 \family sans
25639 Top
25640 \begin_inset space ~
25641 \end_inset
25642
25643 of
25644 \begin_inset space ~
25645 \end_inset
25646
25647 page
25648 \family default
25649 , and then the others.
25650  If you do not use the default, \SpecialChar LaTeX
25651  will try only the checked options but in
25652  the same order.
25653  If none of the 4
25654 \begin_inset space ~
25655 \end_inset
25656
25657 placements is possible the procedure is internally repeated trying to put
25658  the float on the following page.
25659 \end_layout
25660
25661 \begin_layout Standard
25662 By default, each option has its own rules:
25663 \end_layout
25664
25665 \begin_layout Labeling
25666 \labelwidthstring 00.00.0000
25667
25668 \family sans
25669 Top
25670 \begin_inset space ~
25671 \end_inset
25672
25673 of
25674 \begin_inset space ~
25675 \end_inset
25676
25677 page
25678 \family default
25679  only floats occupying less than 70
25680 \begin_inset space \thinspace{}
25681 \end_inset
25682
25683 % of the page can be placed at the top of a page (
25684 \series bold
25685
25686 \backslash
25687 topfraction
25688 \series default
25689 )
25690 \end_layout
25691
25692 \begin_layout Labeling
25693 \labelwidthstring 00.00.0000
25694
25695 \family sans
25696 Bottom
25697 \begin_inset space ~
25698 \end_inset
25699
25700 of
25701 \begin_inset space ~
25702 \end_inset
25703
25704 page
25705 \family default
25706 : only floats occupying less than 30
25707 \begin_inset space \thinspace{}
25708 \end_inset
25709
25710 % of the page can be placed at the bottom of a page.
25711  (
25712 \series bold
25713
25714 \backslash
25715 bottomfraction
25716 \series default
25717 )
25718 \end_layout
25719
25720 \begin_layout Labeling
25721 \labelwidthstring 00.00.0000
25722
25723 \family sans
25724 Page
25725 \begin_inset space ~
25726 \end_inset
25727
25728 of
25729 \begin_inset space ~
25730 \end_inset
25731
25732 floats
25733 \family default
25734 : only if more than 50
25735 \begin_inset space \thinspace{}
25736 \end_inset
25737
25738 % of the page is occupied by floats, several floats can be set together
25739  on a page.
25740  (
25741 \series bold
25742
25743 \backslash
25744 floatpagefraction
25745 \series default
25746 )
25747 \end_layout
25748
25749 \begin_layout Standard
25750 If you don't like these rules, you can ignore them by using the additional
25751  option 
25752 \family sans
25753 Ignore
25754 \begin_inset space ~
25755 \end_inset
25756
25757 \SpecialChar LaTeX
25758
25759 \begin_inset space ~
25760 \end_inset
25761
25762 rules
25763 \family default
25764 .
25765 \begin_inset Newline newline
25766 \end_inset
25767
25768 You can also redefine the rules with \SpecialChar LaTeX
25769 -commands that are given in parentheses
25770  after the rules description above.
25771  To increase for example the often too small default of the bottom-rule
25772  to 50
25773 \begin_inset space \thinspace{}
25774 \end_inset
25775
25776 % of the page, add this line to your document preamble:
25777 \end_layout
25778
25779 \begin_layout Standard
25780
25781 \series bold
25782
25783 \backslash
25784 renewcommand{
25785 \backslash
25786 bottomfraction}{0.5}
25787 \end_layout
25788
25789 \begin_layout Standard
25790 Sometimes you might need, under all circumstances, a float to be placed
25791  exactly at the position where it is inserted.
25792  For this case you can use the option 
25793 \family sans
25794 Here
25795 \begin_inset space ~
25796 \end_inset
25797
25798 definitely
25799 \family default
25800 .
25801  Use this option very rarely and only if the document is almost ready to
25802  be printed, because the float is then no longer able to 
25803 \begin_inset Quotes eld
25804 \end_inset
25805
25806 float
25807 \begin_inset Quotes erd
25808 \end_inset
25809
25810  when you change your document and this will often destroy the page layout.
25811 \end_layout
25812
25813 \begin_layout Standard
25814 There are no placement options for text wrap floats, because they are always
25815  surrounded by the text of a certain paragraph.
25816 \begin_inset VSpace bigskip
25817 \end_inset
25818
25819
25820 \end_layout
25821
25822 \begin_layout Standard
25823 Sometimes you have the problem that a float is placed at the top of a page
25824  while its corresponding section starts at the middle of the page, so that
25825  the reader could think the float is part of the previous section.
25826  To avoid this the \SpecialChar LaTeX
25827 -command 
25828 \series bold
25829
25830 \backslash
25831 suppressfloats
25832 \series default
25833  can be used.
25834  It suppresses a given float placement for the page where it is inserted
25835  and can therefore be used to avoid floats being set before a section starts.
25836  To get this, add these commands to your document preamble:
25837 \end_layout
25838
25839 \begin_layout Standard
25840
25841 \series bold
25842
25843 \backslash
25844 let
25845 \backslash
25846 mySection
25847 \backslash
25848 section
25849 \begin_inset Newline newline
25850 \end_inset
25851
25852
25853 \backslash
25854 renewcommand{
25855 \backslash
25856 section}{
25857 \backslash
25858 suppressfloats[t]
25859 \backslash
25860 mySection}
25861 \end_layout
25862
25863 \begin_layout Standard
25864 You can define the same for all section headings, like chapters and subsections.
25865  This definition is not recommended to be used for small text parts like
25866  subsubsections because \SpecialChar LaTeX
25867  may then have problems finding a suitable placement.
25868 \end_layout
25869
25870 \begin_layout Standard
25871 \begin_inset VSpace bigskip
25872 \end_inset
25873
25874 In some cases it is required to have all figures/tables at the end of the
25875  document.
25876  For this purpose the \SpecialChar LaTeX
25877 -package 
25878 \series bold
25879 endfloat
25880 \series default
25881
25882 \begin_inset Index idx
25883 status collapsed
25884
25885 \begin_layout Plain Layout
25886 \SpecialChar LaTeX
25887 -packages ! endfloat
25888 \end_layout
25889
25890 \end_inset
25891
25892  was developed.
25893  It puts all figure and table floats at the end of the document into their
25894  own sections.
25895  At the original float position a text hint like 
25896 \begin_inset Quotes eld
25897 \end_inset
25898
25899
25900 \family sans
25901 [Figure
25902 \begin_inset space ~
25903 \end_inset
25904
25905 3.2 about here.]
25906 \family default
25907
25908 \begin_inset Quotes erd
25909 \end_inset
25910
25911  is inserted.
25912  The endfloat-package is loaded in the preamble with the line
25913 \end_layout
25914
25915 \begin_layout Standard
25916
25917 \series bold
25918
25919 \backslash
25920 usepackage[options]{endfloat}
25921 \end_layout
25922
25923 \begin_layout Standard
25924 There are various package options to format the created figure/table sections.
25925  For more information we refer you to the 
25926 \series bold
25927 endfloat
25928 \series default
25929  documentation 
25930 \begin_inset CommandInset citation
25931 LatexCommand cite
25932 key "endfloat"
25933
25934 \end_inset
25935
25936 .
25937 \begin_inset Newline newline
25938 \end_inset
25939
25940
25941 \begin_inset Note Greyedout
25942 status open
25943
25944 \begin_layout Plain Layout
25945
25946 \series bold
25947 Note: endfloat
25948 \series default
25949  doesn't provide an automatic translation for the text hint, you have to
25950  do this manually, see section
25951 \begin_inset space ~
25952 \end_inset
25953
25954 4 in 
25955 \begin_inset CommandInset citation
25956 LatexCommand cite
25957 key "endfloat"
25958
25959 \end_inset
25960
25961 .
25962 \end_layout
25963
25964 \end_inset
25965
25966
25967 \begin_inset Newline newline
25968 \end_inset
25969
25970
25971 \begin_inset Note Greyedout
25972 status open
25973
25974 \begin_layout Plain Layout
25975
25976 \series bold
25977 Note:
25978 \series default
25979  There is currently a bug in 
25980 \series bold
25981 endfloat
25982 \series default
25983  when the caption contains a German 
25984 \begin_inset Quotes eld
25985 \end_inset
25986
25987 ß
25988 \begin_inset Quotes erd
25989 \end_inset
25990
25991 .
25992  Use in this case the command 
25993 \begin_inset Quotes eld
25994 \end_inset
25995
25996
25997 \series bold
25998
25999 \backslash
26000 ss
26001 \series default
26002
26003 \begin_inset Quotes erd
26004 \end_inset
26005
26006  in \SpecialChar TeX
26007  Code instead of 
26008 \begin_inset Quotes eld
26009 \end_inset
26010
26011 ß
26012 \begin_inset Quotes erd
26013 \end_inset
26014
26015 .
26016 \end_layout
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \begin_layout Standard
26024 \begin_inset VSpace bigskip
26025 \end_inset
26026
26027 For more details about float placements, have a look at \SpecialChar LaTeX
26028  books, 
26029 \begin_inset CommandInset citation
26030 LatexCommand cite
26031 key "latexcompanion,latexguide,latexbook"
26032
26033 \end_inset
26034
26035 .
26036 \end_layout
26037
26038 \begin_layout Section
26039 Rotated Floats
26040 \begin_inset CommandInset label
26041 LatexCommand label
26042 name "sec:Rotated-Floats"
26043
26044 \end_inset
26045
26046
26047 \begin_inset Index idx
26048 status collapsed
26049
26050 \begin_layout Plain Layout
26051 Floats ! Rotating
26052 \end_layout
26053
26054 \end_inset
26055
26056
26057 \end_layout
26058
26059 \begin_layout Standard
26060 Especially for wide tables you might have floats rotated.
26061  To rotate a whole float including the caption, right-click on the float-box
26062  and use the option 
26063 \family sans
26064 Rotate
26065 \begin_inset space ~
26066 \end_inset
26067
26068 sideways
26069 \family default
26070 .
26071 \end_layout
26072
26073 \begin_layout Standard
26074 Rotated floats are always placed on a page of their own (or column of their
26075  own; in case you have a multi-column document).
26076  You can let them span several columns using the float settings option 
26077 \family sans
26078 Span
26079 \begin_inset space ~
26080 \end_inset
26081
26082 columns
26083 \family default
26084 .
26085  Floats are rotated so that you can read them from the outside margin.
26086  To force a certain rotation direction for all pages, you can add either
26087  the option 
26088 \series bold
26089 figuresleft
26090 \series default
26091  or 
26092 \series bold
26093 figuresright
26094 \series default
26095  to the document class options.
26096 \end_layout
26097
26098 \begin_layout Standard
26099 Referencing rotated floats is the same as for normal floats, the caption
26100  format is also the same: Table
26101 \begin_inset space ~
26102 \end_inset
26103
26104
26105 \begin_inset CommandInset ref
26106 LatexCommand ref
26107 reference "tab:Rotated-table"
26108
26109 \end_inset
26110
26111  is an example of a rotated table float.
26112 \end_layout
26113
26114 \begin_layout Standard
26115 \begin_inset Note Greyedout
26116 status open
26117
26118 \begin_layout Plain Layout
26119
26120 \series bold
26121 Note:
26122 \series default
26123  Not all DVI-viewers are able to display rotated floats.
26124 \end_layout
26125
26126 \end_inset
26127
26128
26129 \end_layout
26130
26131 \begin_layout Standard
26132 \begin_inset Float table
26133 wide false
26134 sideways true
26135 status open
26136
26137 \begin_layout Plain Layout
26138 \begin_inset Caption Standard
26139
26140 \begin_layout Plain Layout
26141 \begin_inset CommandInset label
26142 LatexCommand label
26143 name "tab:Rotated-table"
26144
26145 \end_inset
26146
26147  Rotated table
26148 \end_layout
26149
26150 \end_inset
26151
26152
26153 \end_layout
26154
26155 \begin_layout Plain Layout
26156 \align center
26157 \begin_inset Tabular
26158 <lyxtabular version="3" rows="1" columns="5">
26159 <features tabularvalignment="middle">
26160 <column alignment="center" valignment="top">
26161 <column alignment="center" valignment="top">
26162 <column alignment="center" valignment="top">
26163 <column alignment="center" valignment="top">
26164 <column alignment="center" valignment="top">
26165 <row>
26166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Plain Layout
26170 test
26171 \end_layout
26172
26173 \end_inset
26174 </cell>
26175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26176 \begin_inset Text
26177
26178 \begin_layout Plain Layout
26179 b
26180 \end_layout
26181
26182 \end_inset
26183 </cell>
26184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188 c
26189 \end_layout
26190
26191 \end_inset
26192 </cell>
26193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26194 \begin_inset Text
26195
26196 \begin_layout Plain Layout
26197 d
26198 \end_layout
26199
26200 \end_inset
26201 </cell>
26202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26203 \begin_inset Text
26204
26205 \begin_layout Plain Layout
26206 e
26207 \end_layout
26208
26209 \end_inset
26210 </cell>
26211 </row>
26212 </lyxtabular>
26213
26214 \end_inset
26215
26216
26217 \end_layout
26218
26219 \end_inset
26220
26221
26222 \end_layout
26223
26224 \begin_layout Section
26225 Subfloats
26226 \begin_inset Index idx
26227 status collapsed
26228
26229 \begin_layout Plain Layout
26230 Floats ! Subfloats
26231 \end_layout
26232
26233 \end_inset
26234
26235
26236 \end_layout
26237
26238 \begin_layout Standard
26239 Subfloats are for example used when a figure consists of several images.
26240  They are created by inserting a float into an existing float.
26241  The placement of the subfloats can be controlled in the same way as for
26242  paragraphs as shown in table
26243 \begin_inset space ~
26244 \end_inset
26245
26246
26247 \begin_inset CommandInset ref
26248 LatexCommand ref
26249 reference "tab:Two-subtables-side"
26250
26251 \end_inset
26252
26253  and 
26254 \begin_inset CommandInset ref
26255 LatexCommand ref
26256 reference "tab:Two-subtables-upon"
26257
26258 \end_inset
26259
26260 .
26261 \end_layout
26262
26263 \begin_layout Standard
26264 Referencing subfloats works as for normal floats: Table
26265 \begin_inset space ~
26266 \end_inset
26267
26268
26269 \begin_inset CommandInset ref
26270 LatexCommand ref
26271 reference "tab:This-is-subtable-a"
26272
26273 \end_inset
26274
26275  and 
26276 \begin_inset CommandInset ref
26277 LatexCommand ref
26278 reference "tab:This-is-subtable-b"
26279
26280 \end_inset
26281
26282  are subtables of table
26283 \begin_inset space ~
26284 \end_inset
26285
26286
26287 \begin_inset CommandInset ref
26288 LatexCommand ref
26289 reference "tab:Two-subtables-side"
26290
26291 \end_inset
26292
26293 .
26294 \end_layout
26295
26296 \begin_layout Standard
26297 \begin_inset Float table
26298 wide false
26299 sideways false
26300 status open
26301
26302 \begin_layout Plain Layout
26303 \begin_inset Caption Standard
26304
26305 \begin_layout Plain Layout
26306 \begin_inset CommandInset label
26307 LatexCommand label
26308 name "tab:Two-subtables-side"
26309
26310 \end_inset
26311
26312 Two subtables placed side by side.
26313 \end_layout
26314
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \begin_layout Plain Layout
26321 \align center
26322 \begin_inset space \hfill{}
26323 \end_inset
26324
26325
26326 \begin_inset Float table
26327 wide false
26328 sideways false
26329 status collapsed
26330
26331 \begin_layout Plain Layout
26332 \begin_inset Caption Standard
26333
26334 \begin_layout Plain Layout
26335 \begin_inset CommandInset label
26336 LatexCommand label
26337 name "tab:This-is-subtable-a"
26338
26339 \end_inset
26340
26341 This is subtable a.
26342 \end_layout
26343
26344 \end_inset
26345
26346
26347 \end_layout
26348
26349 \begin_layout Plain Layout
26350 \align center
26351 \begin_inset Tabular
26352 <lyxtabular version="3" rows="1" columns="5">
26353 <features tabularvalignment="middle">
26354 <column alignment="center" valignment="top">
26355 <column alignment="center" valignment="top">
26356 <column alignment="center" valignment="top">
26357 <column alignment="center" valignment="top">
26358 <column alignment="center" valignment="top">
26359 <row>
26360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Plain Layout
26364 test
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26370 \begin_inset Text
26371
26372 \begin_layout Plain Layout
26373 b
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26379 \begin_inset Text
26380
26381 \begin_layout Plain Layout
26382 c
26383 \end_layout
26384
26385 \end_inset
26386 </cell>
26387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Plain Layout
26391 d
26392 \end_layout
26393
26394 \end_inset
26395 </cell>
26396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26397 \begin_inset Text
26398
26399 \begin_layout Plain Layout
26400 e
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 </row>
26406 </lyxtabular>
26407
26408 \end_inset
26409
26410
26411 \end_layout
26412
26413 \end_inset
26414
26415
26416 \begin_inset space \hfill{}
26417 \end_inset
26418
26419
26420 \begin_inset Float table
26421 wide false
26422 sideways false
26423 status collapsed
26424
26425 \begin_layout Plain Layout
26426 \begin_inset Caption Standard
26427
26428 \begin_layout Plain Layout
26429 \begin_inset CommandInset label
26430 LatexCommand label
26431 name "tab:This-is-subtable-b"
26432
26433 \end_inset
26434
26435 This is subtable b.
26436 \end_layout
26437
26438 \end_inset
26439
26440
26441 \end_layout
26442
26443 \begin_layout Plain Layout
26444 \align center
26445 \begin_inset Tabular
26446 <lyxtabular version="3" rows="1" columns="5">
26447 <features tabularvalignment="middle">
26448 <column alignment="center" valignment="top">
26449 <column alignment="center" valignment="top">
26450 <column alignment="center" valignment="top">
26451 <column alignment="center" valignment="top">
26452 <column alignment="center" valignment="top">
26453 <row>
26454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26455 \begin_inset Text
26456
26457 \begin_layout Plain Layout
26458 e
26459 \end_layout
26460
26461 \end_inset
26462 </cell>
26463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26464 \begin_inset Text
26465
26466 \begin_layout Plain Layout
26467 d
26468 \end_layout
26469
26470 \end_inset
26471 </cell>
26472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26473 \begin_inset Text
26474
26475 \begin_layout Plain Layout
26476 c
26477 \end_layout
26478
26479 \end_inset
26480 </cell>
26481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Plain Layout
26485 b
26486 \end_layout
26487
26488 \end_inset
26489 </cell>
26490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Plain Layout
26494 test
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 </row>
26500 </lyxtabular>
26501
26502 \end_inset
26503
26504
26505 \end_layout
26506
26507 \end_inset
26508
26509
26510 \begin_inset space \hfill{}
26511 \end_inset
26512
26513
26514 \end_layout
26515
26516 \end_inset
26517
26518
26519 \end_layout
26520
26521 \begin_layout Standard
26522 \begin_inset Float table
26523 wide false
26524 sideways false
26525 status open
26526
26527 \begin_layout Plain Layout
26528 \begin_inset Caption Standard
26529
26530 \begin_layout Plain Layout
26531 \begin_inset CommandInset label
26532 LatexCommand label
26533 name "tab:Two-subtables-upon"
26534
26535 \end_inset
26536
26537 Two subtables placed one above the other.
26538  (a) table with 4 cells, (b) table with 5 cells.
26539 \end_layout
26540
26541 \end_inset
26542
26543
26544 \end_layout
26545
26546 \begin_layout Plain Layout
26547 \align center
26548 \begin_inset Float table
26549 wide false
26550 sideways false
26551 status collapsed
26552
26553 \begin_layout Plain Layout
26554 \begin_inset Caption Standard
26555
26556 \begin_layout Plain Layout
26557
26558 \end_layout
26559
26560 \end_inset
26561
26562
26563 \end_layout
26564
26565 \begin_layout Plain Layout
26566 \align center
26567 \begin_inset Tabular
26568 <lyxtabular version="3" rows="1" columns="4">
26569 <features tabularvalignment="middle">
26570 <column alignment="center" valignment="top">
26571 <column alignment="center" valignment="top">
26572 <column alignment="center" valignment="top">
26573 <column alignment="center" valignment="top">
26574 <row>
26575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26576 \begin_inset Text
26577
26578 \begin_layout Plain Layout
26579 test
26580 \end_layout
26581
26582 \end_inset
26583 </cell>
26584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26585 \begin_inset Text
26586
26587 \begin_layout Plain Layout
26588 test
26589 \end_layout
26590
26591 \end_inset
26592 </cell>
26593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26594 \begin_inset Text
26595
26596 \begin_layout Plain Layout
26597 test
26598 \end_layout
26599
26600 \end_inset
26601 </cell>
26602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26603 \begin_inset Text
26604
26605 \begin_layout Plain Layout
26606 test
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 </row>
26612 </lyxtabular>
26613
26614 \end_inset
26615
26616
26617 \end_layout
26618
26619 \end_inset
26620
26621
26622 \end_layout
26623
26624 \begin_layout Plain Layout
26625 \align center
26626 \begin_inset Float table
26627 wide false
26628 sideways false
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632 \begin_inset Caption Standard
26633
26634 \begin_layout Plain Layout
26635
26636 \end_layout
26637
26638 \end_inset
26639
26640
26641 \end_layout
26642
26643 \begin_layout Plain Layout
26644 \align center
26645 \begin_inset Tabular
26646 <lyxtabular version="3" rows="1" columns="5">
26647 <features tabularvalignment="middle">
26648 <column alignment="center" valignment="top">
26649 <column alignment="center" valignment="top">
26650 <column alignment="center" valignment="top">
26651 <column alignment="center" valignment="top">
26652 <column alignment="center" valignment="top">
26653 <row>
26654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658 a
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667 b
26668 \end_layout
26669
26670 \end_inset
26671 </cell>
26672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26673 \begin_inset Text
26674
26675 \begin_layout Plain Layout
26676 c
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Plain Layout
26685 d
26686 \end_layout
26687
26688 \end_inset
26689 </cell>
26690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26691 \begin_inset Text
26692
26693 \begin_layout Plain Layout
26694 e
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 </row>
26700 </lyxtabular>
26701
26702 \end_inset
26703
26704
26705 \end_layout
26706
26707 \end_inset
26708
26709
26710 \end_layout
26711
26712 \end_inset
26713
26714
26715 \end_layout
26716
26717 \begin_layout Section
26718 Floats Side by Side
26719 \begin_inset Index idx
26720 status collapsed
26721
26722 \begin_layout Plain Layout
26723 Floats ! Side by side
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \end_layout
26730
26731 \begin_layout Standard
26732 To place floats side by side, as in Figures
26733 \begin_inset space ~
26734 \end_inset
26735
26736
26737 \begin_inset CommandInset ref
26738 LatexCommand ref
26739 reference "fig:Float-left"
26740
26741 \end_inset
26742
26743  and 
26744 \begin_inset CommandInset ref
26745 LatexCommand ref
26746 reference "fig:Float-right"
26747
26748 \end_inset
26749
26750 , only 
26751 \emph on
26752 one
26753 \emph default
26754  float is used.
26755  In it two minipage boxes are inserted.
26756 \begin_inset Foot
26757 status collapsed
26758
26759 \begin_layout Plain Layout
26760 Minipages are explained in section
26761 \begin_inset space ~
26762 \end_inset
26763
26764
26765 \begin_inset CommandInset ref
26766 LatexCommand ref
26767 reference "sec:Minipages"
26768
26769 \end_inset
26770
26771 .
26772 \end_layout
26773
26774 \end_inset
26775
26776  The width is set to 45
26777 \begin_inset space \thinspace{}
26778 \end_inset
26779
26780 -50
26781 \begin_inset space \thinspace{}
26782 \end_inset
26783
26784 column% and the box alignment to 
26785 \family sans
26786 Bottom
26787 \family default
26788  for each minipage.
26789  The minipage boxes contain the image and the caption in the same way as
26790  they are in a float.
26791  The only difference is that the image unit 
26792 \family sans
26793 Column
26794 \begin_inset space ~
26795 \end_inset
26796
26797 Width
26798 \begin_inset space ~
26799 \end_inset
26800
26801 %
26802 \family default
26803  is now calculated according to the width of the minipage boxes.
26804 \end_layout
26805
26806 \begin_layout Standard
26807 \begin_inset Float figure
26808 wide false
26809 sideways false
26810 status open
26811
26812 \begin_layout Plain Layout
26813 \begin_inset Box Frameless
26814 position "b"
26815 hor_pos "c"
26816 has_inner_box 1
26817 inner_pos "t"
26818 use_parbox 0
26819 use_makebox 0
26820 width "45col%"
26821 special "none"
26822 height "1in"
26823 height_special "totalheight"
26824 thickness "0.4pt"
26825 separation "3pt"
26826 shadowsize "4pt"
26827 framecolor "black"
26828 backgroundcolor "none"
26829 status open
26830
26831 \begin_layout Plain Layout
26832 \align center
26833 \begin_inset Graphics
26834         filename clipart/mobius.eps
26835         lyxscale 50
26836         width 100col%
26837         scaleBeforeRotation
26838
26839 \end_inset
26840
26841
26842 \end_layout
26843
26844 \begin_layout Plain Layout
26845 \begin_inset Caption Standard
26846
26847 \begin_layout Plain Layout
26848 \begin_inset CommandInset label
26849 LatexCommand label
26850 name "fig:Float-left"
26851
26852 \end_inset
26853
26854 Float on the left side.
26855 \end_layout
26856
26857 \end_inset
26858
26859
26860 \end_layout
26861
26862 \end_inset
26863
26864
26865 \begin_inset space \hfill{}
26866 \end_inset
26867
26868
26869 \begin_inset Box Frameless
26870 position "b"
26871 hor_pos "c"
26872 has_inner_box 1
26873 inner_pos "t"
26874 use_parbox 0
26875 use_makebox 0
26876 width "45col%"
26877 special "none"
26878 height "1in"
26879 height_special "totalheight"
26880 thickness "0.4pt"
26881 separation "3pt"
26882 shadowsize "4pt"
26883 framecolor "black"
26884 backgroundcolor "none"
26885 status open
26886
26887 \begin_layout Plain Layout
26888 \align center
26889 \begin_inset Graphics
26890         filename clipart/platypus.eps
26891         lyxscale 50
26892         width 100col%
26893         scaleBeforeRotation
26894
26895 \end_inset
26896
26897
26898 \end_layout
26899
26900 \begin_layout Plain Layout
26901 \begin_inset Caption Standard
26902
26903 \begin_layout Plain Layout
26904 \begin_inset CommandInset label
26905 LatexCommand label
26906 name "fig:Float-right"
26907
26908 \end_inset
26909
26910 Float on the right side.
26911 \end_layout
26912
26913 \end_inset
26914
26915
26916 \end_layout
26917
26918 \end_inset
26919
26920
26921 \end_layout
26922
26923 \end_inset
26924
26925
26926 \end_layout
26927
26928 \begin_layout Standard
26929 An alternative and simpler solution is to use the module 
26930 \family sans
26931 Variable-width Minipages
26932 \family default
26933 , see sec.
26934 \begin_inset space \thinspace{}
26935 \end_inset
26936
26937
26938 \begin_inset CommandInset ref
26939 LatexCommand ref
26940 reference "sec:Minipages"
26941
26942 \end_inset
26943
26944 .
26945  Variable-width minipages adapt automatically to the width of the figures
26946  and tables.
26947  They do not require an explicit width to be given, and they improve the
26948  horizontal alignment of the figures.
26949  The LyX example file 
26950 \emph on
26951 varwidth-floats-side-by-side
26952 \emph default
26953  gives examples of how to do this.
26954 \end_layout
26955
26956 \begin_layout Section
26957 Caption Formatting
26958 \begin_inset Index idx
26959 status collapsed
26960
26961 \begin_layout Plain Layout
26962 Caption ! Formatting
26963 \end_layout
26964
26965 \end_inset
26966
26967
26968 \begin_inset Index idx
26969 status collapsed
26970
26971 \begin_layout Plain Layout
26972 Floats ! Caption Formatting
26973 \end_layout
26974
26975 \end_inset
26976
26977
26978 \begin_inset CommandInset label
26979 LatexCommand label
26980 name "sec:Caption-Formatting"
26981
26982 \end_inset
26983
26984
26985 \end_layout
26986
26987 \begin_layout Standard
26988 The 
26989 \family sans
26990 Caption
26991 \family default
26992  environment is the default paragraph environment for 
26993 \family sans
26994 Floats
26995 \family default
26996 .
26997  On the \SpecialChar LyX
26998  screen captions appear as a label, e.
26999 \begin_inset space \thinspace{}
27000 \end_inset
27001
27002 g.
27003 \begin_inset space \space{}
27004 \end_inset
27005
27006
27007 \begin_inset Quotes eld
27008 \end_inset
27009
27010
27011 \family sans
27012 Figure #:
27013 \family default
27014
27015 \begin_inset Quotes erd
27016 \end_inset
27017
27018  followed by the caption text.
27019  
27020 \begin_inset Quotes eld
27021 \end_inset
27022
27023 #
27024 \begin_inset Quotes erd
27025 \end_inset
27026
27027  is the actual reference number.
27028  By default the label and the number are in the same font as the caption
27029  text and a colon follows the number to divide the label from the text.
27030  This caption format is suitable for many but not all documents.
27031  
27032 \end_layout
27033
27034 \begin_layout Standard
27035 To change the default caption format, load the \SpecialChar LaTeX
27036 -package 
27037 \series bold
27038 caption
27039 \series default
27040
27041 \begin_inset Index idx
27042 status collapsed
27043
27044 \begin_layout Plain Layout
27045 \SpecialChar LaTeX
27046 -packages ! caption
27047 \end_layout
27048
27049 \end_inset
27050
27051  in the document preamble with this line:
27052 \end_layout
27053
27054 \begin_layout Standard
27055
27056 \series bold
27057
27058 \backslash
27059 usepackage[format definition]{caption}
27060 \end_layout
27061
27062 \begin_layout Standard
27063 To have for example the label and the number in sans-serif, bold font and
27064  the table captions always above the table as in this document, use the
27065  following command:
27066 \end_layout
27067
27068 \begin_layout Standard
27069
27070 \series bold
27071
27072 \backslash
27073 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27074 \end_layout
27075
27076 \begin_layout Standard
27077 You can also define different caption formats for the different float types.
27078  In this case load the 
27079 \series bold
27080 caption
27081 \series default
27082  package without format specific options and define the different formats
27083  with the help of the command
27084 \end_layout
27085
27086 \begin_layout Standard
27087
27088 \series bold
27089
27090 \backslash
27091 captionsetup[float type]{format definition}
27092 \end_layout
27093
27094 \begin_layout Standard
27095 in the document preamble.
27096  For example the caption formats of Figure
27097 \begin_inset space ~
27098 \end_inset
27099
27100
27101 \begin_inset CommandInset ref
27102 LatexCommand ref
27103 reference "fig:This-is-an-fig"
27104
27105 \end_inset
27106
27107  and Table
27108 \begin_inset space ~
27109 \end_inset
27110
27111
27112 \begin_inset CommandInset ref
27113 LatexCommand ref
27114 reference "tab:This-is-an-tab"
27115
27116 \end_inset
27117
27118  can be created using these commands in the document preamble:
27119 \end_layout
27120
27121 \begin_layout Standard
27122
27123 \series bold
27124
27125 \backslash
27126 usepackage[tableposition=top]{caption}
27127 \series default
27128
27129 \begin_inset Newline newline
27130 \end_inset
27131
27132
27133 \series bold
27134
27135 \backslash
27136 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27137 \begin_inset Newline newline
27138 \end_inset
27139
27140
27141 \begin_inset Phantom HPhantom
27142 status open
27143
27144 \begin_layout Plain Layout
27145
27146 \series bold
27147
27148 \backslash
27149 captionsetup[figure]{
27150 \end_layout
27151
27152 \end_inset
27153
27154 labelsep=period}
27155 \begin_inset Newline newline
27156 \end_inset
27157
27158
27159 \backslash
27160 captionsetup[table]{labelfont={bf,sf}}
27161 \end_layout
27162
27163 \begin_layout Standard
27164 \begin_inset Note Greyedout
27165 status open
27166
27167 \begin_layout Plain Layout
27168
27169 \series bold
27170 Note:
27171 \series default
27172  The option 
27173 \series bold
27174 tableposition=top
27175 \series default
27176  has no effect when a 
27177 \series bold
27178 KOMA-Script
27179 \series default
27180
27181 \begin_inset Index idx
27182 status collapsed
27183
27184 \begin_layout Plain Layout
27185 \SpecialChar LaTeX
27186 -packages ! KOMA-Script
27187 \end_layout
27188
27189 \end_inset
27190
27191  document class is used.
27192  In this case the document class option 
27193 \series bold
27194 captions=tableheading
27195 \series default
27196  must be used.
27197 \end_layout
27198
27199 \end_inset
27200
27201
27202 \end_layout
27203
27204 \begin_layout Standard
27205 For more information about the package 
27206 \series bold
27207 caption
27208 \series default
27209  we refer to its documentation 
27210 \begin_inset CommandInset citation
27211 LatexCommand cite
27212 key "caption"
27213
27214 \end_inset
27215
27216 .
27217 \end_layout
27218
27219 \begin_layout Standard
27220 To change the label name from e.
27221 \begin_inset space \thinspace{}
27222 \end_inset
27223
27224 g.
27225 \begin_inset space \space{}
27226 \end_inset
27227
27228
27229 \begin_inset Quotes eld
27230 \end_inset
27231
27232 Figure
27233 \begin_inset Quotes erd
27234 \end_inset
27235
27236  to 
27237 \begin_inset Quotes eld
27238 \end_inset
27239
27240 Image
27241 \begin_inset Quotes erd
27242 \end_inset
27243
27244  use this preamble command:
27245 \end_layout
27246
27247 \begin_layout Standard
27248
27249 \series bold
27250
27251 \backslash
27252 renewcommand{
27253 \backslash
27254 fnum@figure}{Image~
27255 \backslash
27256 thefigure}
27257 \end_layout
27258
27259 \begin_layout Standard
27260 where 
27261 \series bold
27262
27263 \backslash
27264 thefigure
27265 \series default
27266  inserts the figure number and
27267 \series bold
27268  
27269 \begin_inset Quotes eld
27270 \end_inset
27271
27272 ~
27273 \series default
27274
27275 \begin_inset Quotes erd
27276 \end_inset
27277
27278  creates a protected space.
27279 \end_layout
27280
27281 \begin_layout Standard
27282 \begin_inset VSpace bigskip
27283 \end_inset
27284
27285 If you are using a 
27286 \series bold
27287 KOMA-Script
27288 \series default
27289
27290 \begin_inset Index idx
27291 status collapsed
27292
27293 \begin_layout Plain Layout
27294 \SpecialChar LaTeX
27295 -packages ! KOMA-Script
27296 \end_layout
27297
27298 \end_inset
27299
27300  document class (
27301 \family sans
27302 article (KOMA-Script)
27303 \family default
27304
27305 \family sans
27306 book (KOMA-Script)
27307 \family default
27308
27309 \family sans
27310 letter (KOMA-Script)
27311 \family default
27312 , or 
27313 \family sans
27314 report (KOMA-Script)
27315 \family default
27316
27317 \begin_inset space \thinspace{}
27318 \end_inset
27319
27320 ), you can alternatively to the 
27321 \series bold
27322 caption
27323 \series default
27324  package use 
27325 \series bold
27326 KOMA-Script
27327 \series default
27328 's built-in command 
27329 \series bold
27330
27331 \backslash
27332 setkomafont
27333 \series default
27334 .
27335  For example, to have the caption label in bold, add this command to your
27336  document preamble:
27337 \end_layout
27338
27339 \begin_layout Standard
27340
27341 \series bold
27342
27343 \backslash
27344 setkomafont{captionlabel}{
27345 \backslash
27346 bfseries}
27347 \end_layout
27348
27349 \begin_layout Standard
27350 For more information about 
27351 \series bold
27352
27353 \backslash
27354 setkomafont
27355 \series default
27356  we refer to the 
27357 \series bold
27358 KOMA-Script
27359 \series default
27360  documentation 
27361 \begin_inset CommandInset citation
27362 LatexCommand cite
27363 key "KOMA-Script"
27364
27365 \end_inset
27366
27367 .
27368 \end_layout
27369
27370 \begin_layout Standard
27371 \begin_inset ERT
27372 status collapsed
27373
27374 \begin_layout Plain Layout
27375
27376
27377 \backslash
27378 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27379 }
27380 \end_layout
27381
27382 \end_inset
27383
27384
27385 \begin_inset Note Note
27386 status open
27387
27388 \begin_layout Plain Layout
27389 The caption format is changed only for this example.
27390 \end_layout
27391
27392 \end_inset
27393
27394
27395 \end_layout
27396
27397 \begin_layout Standard
27398 \begin_inset Float figure
27399 placement !p
27400 wide false
27401 sideways false
27402 status open
27403
27404 \begin_layout Plain Layout
27405 \align center
27406 \begin_inset Graphics
27407         filename clipart/mobius.eps
27408         lyxscale 50
27409         scale 50
27410         scaleBeforeRotation
27411
27412 \end_inset
27413
27414
27415 \end_layout
27416
27417 \begin_layout Plain Layout
27418 \begin_inset Caption Standard
27419
27420 \begin_layout Plain Layout
27421 \begin_inset CommandInset label
27422 LatexCommand label
27423 name "fig:This-is-an-fig"
27424
27425 \end_inset
27426
27427 This is an example figure caption that is longer than one line to show the
27428  different caption format.
27429  Here a self-defined caption format is used.
27430 \end_layout
27431
27432 \end_inset
27433
27434
27435 \end_layout
27436
27437 \end_inset
27438
27439
27440 \end_layout
27441
27442 \begin_layout Standard
27443 \begin_inset ERT
27444 status collapsed
27445
27446 \begin_layout Plain Layout
27447
27448
27449 \backslash
27450 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27451 on}
27452 \end_layout
27453
27454 \end_inset
27455
27456
27457 \end_layout
27458
27459 \begin_layout Standard
27460 \begin_inset Float table
27461 placement !p
27462 wide false
27463 sideways false
27464 status open
27465
27466 \begin_layout Plain Layout
27467 \begin_inset Caption Standard
27468
27469 \begin_layout Plain Layout
27470 \begin_inset CommandInset label
27471 LatexCommand label
27472 name "tab:This-is-an-tab"
27473
27474 \end_inset
27475
27476 This is an example table caption that is longer than one line to show the
27477  different caption format.
27478  Here the standard caption format for tables in this document is used.
27479 \end_layout
27480
27481 \end_inset
27482
27483
27484 \end_layout
27485
27486 \begin_layout Plain Layout
27487 \align center
27488 \begin_inset Tabular
27489 <lyxtabular version="3" rows="1" columns="5">
27490 <features tabularvalignment="middle">
27491 <column alignment="center" valignment="top">
27492 <column alignment="center" valignment="top">
27493 <column alignment="center" valignment="top">
27494 <column alignment="center" valignment="top">
27495 <column alignment="center" valignment="top">
27496 <row>
27497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27498 \begin_inset Text
27499
27500 \begin_layout Plain Layout
27501 a
27502 \end_layout
27503
27504 \end_inset
27505 </cell>
27506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27507 \begin_inset Text
27508
27509 \begin_layout Plain Layout
27510 b
27511 \end_layout
27512
27513 \end_inset
27514 </cell>
27515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27516 \begin_inset Text
27517
27518 \begin_layout Plain Layout
27519 c
27520 \end_layout
27521
27522 \end_inset
27523 </cell>
27524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27525 \begin_inset Text
27526
27527 \begin_layout Plain Layout
27528 d
27529 \end_layout
27530
27531 \end_inset
27532 </cell>
27533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27534 \begin_inset Text
27535
27536 \begin_layout Plain Layout
27537 e
27538 \end_layout
27539
27540 \end_inset
27541 </cell>
27542 </row>
27543 </lyxtabular>
27544
27545 \end_inset
27546
27547
27548 \end_layout
27549
27550 \end_inset
27551
27552
27553 \end_layout
27554
27555 \begin_layout Section
27556 Caption Placement
27557 \begin_inset Index idx
27558 status collapsed
27559
27560 \begin_layout Plain Layout
27561 Caption ! Placement
27562 \end_layout
27563
27564 \end_inset
27565
27566
27567 \begin_inset Index idx
27568 status collapsed
27569
27570 \begin_layout Plain Layout
27571 Floats ! Caption Placement
27572 \end_layout
27573
27574 \end_inset
27575
27576
27577 \begin_inset CommandInset label
27578 LatexCommand label
27579 name "sec:Caption-Placement"
27580
27581 \end_inset
27582
27583
27584 \end_layout
27585
27586 \begin_layout Standard
27587 The common caption placement rule is:
27588 \end_layout
27589
27590 \begin_layout Description
27591 Figure: Caption is set below the figure
27592 \end_layout
27593
27594 \begin_layout Description
27595 Table: Caption is set above the table
27596 \end_layout
27597
27598 \begin_layout Standard
27599 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
27600 's
27601  standard classes.
27602  That means if you are using the document classes 
27603 \family sans
27604 article
27605 \family default
27606
27607 \family sans
27608 book
27609 \family default
27610
27611 \family sans
27612 letter
27613 \family default
27614 , or 
27615 \family sans
27616 report
27617 \family default
27618  there will be no space between the caption and the table.
27619  To insert the necessary space, load the \SpecialChar LaTeX
27620 -package 
27621 \series bold
27622 caption
27623 \series default
27624
27625 \begin_inset Index idx
27626 status collapsed
27627
27628 \begin_layout Plain Layout
27629 \SpecialChar LaTeX
27630 -packages ! caption
27631 \end_layout
27632
27633 \end_inset
27634
27635  in your document preamble with the option
27636 \begin_inset Foot
27637 status collapsed
27638
27639 \begin_layout Plain Layout
27640 See section
27641 \begin_inset space ~
27642 \end_inset
27643
27644
27645 \begin_inset CommandInset ref
27646 LatexCommand ref
27647 reference "sec:Caption-Formatting"
27648
27649 \end_inset
27650
27651  for more information of the package 
27652 \series bold
27653 caption
27654 \series default
27655 .
27656 \end_layout
27657
27658 \end_inset
27659
27660
27661 \end_layout
27662
27663 \begin_layout Standard
27664
27665 \series bold
27666 tableposition=top
27667 \end_layout
27668
27669 \begin_layout Standard
27670 If you are using a 
27671 \series bold
27672 KOMA-Script
27673 \series default
27674
27675 \begin_inset Index idx
27676 status collapsed
27677
27678 \begin_layout Plain Layout
27679 \SpecialChar LaTeX
27680 -packages ! KOMA-Script
27681 \end_layout
27682
27683 \end_inset
27684
27685  document class (
27686 \family sans
27687 article (KOMA-Script)
27688 \family default
27689
27690 \family sans
27691 book (KOMA-Script)
27692 \family default
27693
27694 \family sans
27695 letter (KOMA-Script)
27696 \family default
27697 , or 
27698 \family sans
27699 report (KOMA-Script)
27700 \family default
27701
27702 \begin_inset space \thinspace{}
27703 \end_inset
27704
27705 ), you can alternatively to the 
27706 \series bold
27707 caption
27708 \series default
27709  package set the document class option
27710 \begin_inset Foot
27711 status collapsed
27712
27713 \begin_layout Plain Layout
27714 That option is used in this document.
27715 \end_layout
27716
27717 \end_inset
27718
27719
27720 \end_layout
27721
27722 \begin_layout Standard
27723
27724 \series bold
27725 captions=tableheading
27726 \end_layout
27727
27728 \begin_layout Standard
27729 In documents with a KOMA-Script document class you can also right-click
27730  on a caption and mark in the context menu if this should be a caption above
27731  or below the table/figure.
27732  This way you can override the document-wide caption placement for certain
27733  captions.
27734  Table
27735 \begin_inset space ~
27736 \end_inset
27737
27738
27739 \begin_inset CommandInset ref
27740 LatexCommand ref
27741 reference "tab:A-caption-marked"
27742
27743 \end_inset
27744
27745  is an example where the caption is marked a being below the table while
27746  it is above.
27747  For comparison the caption in Table
27748 \begin_inset space ~
27749 \end_inset
27750
27751
27752 \begin_inset CommandInset ref
27753 LatexCommand ref
27754 reference "tab:A-standard-table"
27755
27756 \end_inset
27757
27758  is not marked.
27759 \end_layout
27760
27761 \begin_layout Standard
27762 \begin_inset Float table
27763 wide false
27764 sideways false
27765 status open
27766
27767 \begin_layout Plain Layout
27768 \begin_inset Caption Below
27769
27770 \begin_layout Plain Layout
27771 \begin_inset CommandInset label
27772 LatexCommand label
27773 name "tab:A-caption-marked"
27774
27775 \end_inset
27776
27777 A caption marked as being below the table.
27778 \end_layout
27779
27780 \end_inset
27781
27782
27783 \end_layout
27784
27785 \begin_layout Plain Layout
27786 \align center
27787 \begin_inset Tabular
27788 <lyxtabular version="3" rows="3" columns="3">
27789 <features tabularvalignment="middle">
27790 <column alignment="center" valignment="top" width="0pt">
27791 <column alignment="center" valignment="top" width="0pt">
27792 <column alignment="center" valignment="top" width="0pt">
27793 <row>
27794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27795 \begin_inset Text
27796
27797 \begin_layout Plain Layout
27798 1
27799 \end_layout
27800
27801 \end_inset
27802 </cell>
27803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27804 \begin_inset Text
27805
27806 \begin_layout Plain Layout
27807 2
27808 \end_layout
27809
27810 \end_inset
27811 </cell>
27812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27813 \begin_inset Text
27814
27815 \begin_layout Plain Layout
27816 3
27817 \end_layout
27818
27819 \end_inset
27820 </cell>
27821 </row>
27822 <row>
27823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27824 \begin_inset Text
27825
27826 \begin_layout Plain Layout
27827 Joe
27828 \end_layout
27829
27830 \end_inset
27831 </cell>
27832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27833 \begin_inset Text
27834
27835 \begin_layout Plain Layout
27836 Mary
27837 \end_layout
27838
27839 \end_inset
27840 </cell>
27841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27842 \begin_inset Text
27843
27844 \begin_layout Plain Layout
27845 Ted
27846 \end_layout
27847
27848 \end_inset
27849 </cell>
27850 </row>
27851 <row>
27852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27853 \begin_inset Text
27854
27855 \begin_layout Plain Layout
27856 \begin_inset Formula $\int x^{2}dx$
27857 \end_inset
27858
27859
27860 \end_layout
27861
27862 \end_inset
27863 </cell>
27864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27865 \begin_inset Text
27866
27867 \begin_layout Plain Layout
27868 \begin_inset Formula $\left[\begin{array}{cc}
27869 a & b\\
27870 c & d
27871 \end{array}\right]$
27872 \end_inset
27873
27874
27875 \end_layout
27876
27877 \end_inset
27878 </cell>
27879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27880 \begin_inset Text
27881
27882 \begin_layout Plain Layout
27883 \begin_inset Formula $1+1=2$
27884 \end_inset
27885
27886
27887 \end_layout
27888
27889 \end_inset
27890 </cell>
27891 </row>
27892 </lyxtabular>
27893
27894 \end_inset
27895
27896
27897 \end_layout
27898
27899 \end_inset
27900
27901
27902 \end_layout
27903
27904 \begin_layout Standard
27905 \begin_inset Float table
27906 wide false
27907 sideways false
27908 status open
27909
27910 \begin_layout Plain Layout
27911 \begin_inset Caption Standard
27912
27913 \begin_layout Plain Layout
27914 \begin_inset CommandInset label
27915 LatexCommand label
27916 name "tab:A-standard-table"
27917
27918 \end_inset
27919
27920 A standard table caption.
27921 \end_layout
27922
27923 \end_inset
27924
27925
27926 \end_layout
27927
27928 \begin_layout Plain Layout
27929 \align center
27930 \begin_inset Tabular
27931 <lyxtabular version="3" rows="3" columns="3">
27932 <features tabularvalignment="middle">
27933 <column alignment="center" valignment="top" width="0pt">
27934 <column alignment="center" valignment="top" width="0pt">
27935 <column alignment="center" valignment="top" width="0pt">
27936 <row>
27937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27938 \begin_inset Text
27939
27940 \begin_layout Plain Layout
27941 1
27942 \end_layout
27943
27944 \end_inset
27945 </cell>
27946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27947 \begin_inset Text
27948
27949 \begin_layout Plain Layout
27950 2
27951 \end_layout
27952
27953 \end_inset
27954 </cell>
27955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27956 \begin_inset Text
27957
27958 \begin_layout Plain Layout
27959 3
27960 \end_layout
27961
27962 \end_inset
27963 </cell>
27964 </row>
27965 <row>
27966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27967 \begin_inset Text
27968
27969 \begin_layout Plain Layout
27970 Joe
27971 \end_layout
27972
27973 \end_inset
27974 </cell>
27975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27976 \begin_inset Text
27977
27978 \begin_layout Plain Layout
27979 Mary
27980 \end_layout
27981
27982 \end_inset
27983 </cell>
27984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27985 \begin_inset Text
27986
27987 \begin_layout Plain Layout
27988 Ted
27989 \end_layout
27990
27991 \end_inset
27992 </cell>
27993 </row>
27994 <row>
27995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27996 \begin_inset Text
27997
27998 \begin_layout Plain Layout
27999 \begin_inset Formula $\int x^{2}dx$
28000 \end_inset
28001
28002
28003 \end_layout
28004
28005 \end_inset
28006 </cell>
28007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28008 \begin_inset Text
28009
28010 \begin_layout Plain Layout
28011 \begin_inset Formula $\left[\begin{array}{cc}
28012 a & b\\
28013 c & d
28014 \end{array}\right]$
28015 \end_inset
28016
28017
28018 \end_layout
28019
28020 \end_inset
28021 </cell>
28022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28023 \begin_inset Text
28024
28025 \begin_layout Plain Layout
28026 \begin_inset Formula $1+1=2$
28027 \end_inset
28028
28029
28030 \end_layout
28031
28032 \end_inset
28033 </cell>
28034 </row>
28035 </lyxtabular>
28036
28037 \end_inset
28038
28039
28040 \end_layout
28041
28042 \end_inset
28043
28044
28045 \end_layout
28046
28047 \begin_layout Standard
28048 \begin_inset VSpace bigskip
28049 \end_inset
28050
28051 It is also possible to set the caption beside a figure or table.
28052  To get this the \SpecialChar LaTeX
28053 -package 
28054 \series bold
28055 sidecap
28056 \series default
28057
28058 \begin_inset Index idx
28059 status collapsed
28060
28061 \begin_layout Plain Layout
28062 \SpecialChar LaTeX
28063 -packages ! sidecap
28064 \end_layout
28065
28066 \end_inset
28067
28068  has to be loaded in the document preamble with the line
28069 \end_layout
28070
28071 \begin_layout Standard
28072
28073 \series bold
28074
28075 \backslash
28076 usepackage[option]{sidecap}
28077 \end_layout
28078
28079 \begin_layout Standard
28080 If you set no option, the caption is placed on the side of the outer page
28081  margin – to the right on odd pages, to the left on even pages.
28082  You can change the placement to inner margin with the option 
28083 \series bold
28084 innercaption
28085 \series default
28086 .
28087  To force the placement always to the right or left, use the option 
28088 \series bold
28089 rightcaption
28090 \series default
28091  or 
28092 \series bold
28093 leftcaption
28094 \series default
28095 , respectively.
28096 \end_layout
28097
28098 \begin_layout Standard
28099 \begin_inset ERT
28100 status collapsed
28101
28102 \begin_layout Plain Layout
28103
28104
28105 \backslash
28106 ifsidecap
28107 \end_layout
28108
28109 \end_inset
28110
28111
28112 \begin_inset Note Note
28113 status open
28114
28115 \begin_layout Plain Layout
28116 The following section will only be displayed when the \SpecialChar LaTeX
28117 -package 
28118 \series bold
28119 sidecap
28120 \series default
28121  is installed.
28122 \end_layout
28123
28124 \end_inset
28125
28126
28127 \end_layout
28128
28129 \begin_layout Standard
28130 To place in \SpecialChar LyX
28131  the caption of a float on the side, it is necessary to add
28132  these commands to the document preamble:
28133 \end_layout
28134
28135 \begin_layout Standard
28136 \noindent
28137 \begin_inset CommandInset line
28138 LatexCommand rule
28139 offset "0.5ex"
28140 width "100line%"
28141 height "1pt"
28142
28143 \end_inset
28144
28145
28146 \end_layout
28147
28148 \begin_layout Standard
28149
28150 \series bold
28151
28152 \backslash
28153 newcommand{
28154 \backslash
28155 TabBesBeg}[1][1.0]{%
28156 \begin_inset Newline newline
28157 \end_inset
28158
28159
28160 \begin_inset Phantom HPhantom
28161 status open
28162
28163 \begin_layout Plain Layout
28164 \begin_inset space ~
28165 \end_inset
28166
28167
28168 \end_layout
28169
28170 \end_inset
28171
28172
28173 \backslash
28174 let
28175 \backslash
28176 MyTable
28177 \backslash
28178 table
28179 \begin_inset Newline newline
28180 \end_inset
28181
28182
28183 \begin_inset Phantom HPhantom
28184 status open
28185
28186 \begin_layout Plain Layout
28187
28188 \series medium
28189 \begin_inset space ~
28190 \end_inset
28191
28192
28193 \end_layout
28194
28195 \end_inset
28196
28197
28198 \backslash
28199 let
28200 \backslash
28201 MyEndtable
28202 \backslash
28203 endtable
28204 \begin_inset Newline newline
28205 \end_inset
28206
28207
28208 \begin_inset Phantom HPhantom
28209 status open
28210
28211 \begin_layout Plain Layout
28212
28213 \series medium
28214 \begin_inset space ~
28215 \end_inset
28216
28217
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \backslash
28224 renewenvironment{table}[1]{
28225 \backslash
28226 begin{SCtable}[#1]##1}{
28227 \backslash
28228 end{SCtable}}}
28229 \end_layout
28230
28231 \begin_layout Standard
28232
28233 \series bold
28234
28235 \backslash
28236 newcommand{
28237 \backslash
28238 TabBesEnd}{%
28239 \begin_inset Newline newline
28240 \end_inset
28241
28242
28243 \begin_inset Phantom HPhantom
28244 status open
28245
28246 \begin_layout Plain Layout
28247 \begin_inset space ~
28248 \end_inset
28249
28250
28251 \end_layout
28252
28253 \end_inset
28254
28255
28256 \backslash
28257 let
28258 \backslash
28259 table
28260 \backslash
28261 MyTable
28262 \begin_inset Newline newline
28263 \end_inset
28264
28265
28266 \begin_inset Phantom HPhantom
28267 status open
28268
28269 \begin_layout Plain Layout
28270 \begin_inset space ~
28271 \end_inset
28272
28273
28274 \end_layout
28275
28276 \end_inset
28277
28278
28279 \backslash
28280 let
28281 \backslash
28282 endtable
28283 \backslash
28284 MyEndtable
28285 \end_layout
28286
28287 \begin_layout Standard
28288
28289 \series bold
28290
28291 \backslash
28292 newcommand{
28293 \backslash
28294 FigBesBeg}[1][1.0]{%
28295 \begin_inset Newline newline
28296 \end_inset
28297
28298
28299 \begin_inset Phantom HPhantom
28300 status open
28301
28302 \begin_layout Plain Layout
28303 \begin_inset space ~
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \backslash
28313 let
28314 \backslash
28315 MyFigure
28316 \backslash
28317 figure
28318 \begin_inset Newline newline
28319 \end_inset
28320
28321
28322 \begin_inset Phantom HPhantom
28323 status open
28324
28325 \begin_layout Plain Layout
28326 \begin_inset space ~
28327 \end_inset
28328
28329
28330 \end_layout
28331
28332 \end_inset
28333
28334
28335 \backslash
28336 let
28337 \backslash
28338 MyEndfigure
28339 \backslash
28340 endfigure
28341 \begin_inset Newline newline
28342 \end_inset
28343
28344
28345 \begin_inset Phantom HPhantom
28346 status open
28347
28348 \begin_layout Plain Layout
28349 \begin_inset space ~
28350 \end_inset
28351
28352
28353 \end_layout
28354
28355 \end_inset
28356
28357
28358 \backslash
28359 renewenvironment{figure}[1]{
28360 \backslash
28361 begin{SCfigure}[#1]##1}{
28362 \backslash
28363 end{SCfigure}}}
28364 \end_layout
28365
28366 \begin_layout Standard
28367
28368 \series bold
28369
28370 \backslash
28371 newcommand{
28372 \backslash
28373 FigBesEnd}{%
28374 \begin_inset Newline newline
28375 \end_inset
28376
28377
28378 \begin_inset Phantom HPhantom
28379 status open
28380
28381 \begin_layout Plain Layout
28382 \begin_inset space ~
28383 \end_inset
28384
28385
28386 \end_layout
28387
28388 \end_inset
28389
28390
28391 \backslash
28392 let
28393 \backslash
28394 figure
28395 \backslash
28396 MyFigure
28397 \begin_inset Newline newline
28398 \end_inset
28399
28400
28401 \begin_inset Phantom HPhantom
28402 status open
28403
28404 \begin_layout Plain Layout
28405 \begin_inset space ~
28406 \end_inset
28407
28408
28409 \end_layout
28410
28411 \end_inset
28412
28413
28414 \backslash
28415 let
28416 \backslash
28417 endfigure
28418 \backslash
28419 MyEndfigure}
28420 \end_layout
28421
28422 \begin_layout Standard
28423 \noindent
28424 \begin_inset CommandInset line
28425 LatexCommand rule
28426 offset "0.5ex"
28427 width "100line%"
28428 height "1pt"
28429
28430 \end_inset
28431
28432
28433 \end_layout
28434
28435 \begin_layout Standard
28436 The commands allow you to redefine the floats so that the caption is set
28437  on the side.
28438  For figure floats use the command
28439 \end_layout
28440
28441 \begin_layout Standard
28442
28443 \series bold
28444
28445 \backslash
28446 FigBesBeg
28447 \end_layout
28448
28449 \begin_layout Standard
28450 in \SpecialChar TeX
28451  Code before the float.
28452  And insert the command
28453 \end_layout
28454
28455 \begin_layout Standard
28456
28457 \series bold
28458
28459 \backslash
28460 FigBesEnd
28461 \end_layout
28462
28463 \begin_layout Standard
28464 in \SpecialChar TeX
28465  Code at the point where you want to get back to the original float definitio
28466 n.
28467 \end_layout
28468
28469 \begin_layout Standard
28470 For table floats use the corresponding commands
28471 \end_layout
28472
28473 \begin_layout Standard
28474
28475 \series bold
28476
28477 \backslash
28478 TabBesBeg
28479 \series default
28480  and 
28481 \series bold
28482
28483 \backslash
28484 TabBesEnd
28485 \end_layout
28486
28487 \begin_layout Standard
28488 Figure
28489 \begin_inset space ~
28490 \end_inset
28491
28492
28493 \begin_inset CommandInset ref
28494 LatexCommand ref
28495 reference "fig:cap-beside-fig"
28496
28497 \end_inset
28498
28499  and Table
28500 \begin_inset space ~
28501 \end_inset
28502
28503
28504 \begin_inset CommandInset ref
28505 LatexCommand ref
28506 reference "tab:cap-beside-tab"
28507
28508 \end_inset
28509
28510  are examples where the caption is set beside.
28511 \end_layout
28512
28513 \begin_layout Standard
28514 You can see in the examples that the caption text appears at the top of
28515  the floats for table floats and at the bottom for figure floats.
28516  To change this, you can use the command
28517 \end_layout
28518
28519 \begin_layout Standard
28520
28521 \series bold
28522
28523 \backslash
28524 sidecaptionvpos{float type}{placement}
28525 \end_layout
28526
28527 \begin_layout Standard
28528 in the document preamble or in \SpecialChar TeX
28529  Code before the float.
28530  The float type is either 
28531 \family sans
28532 figure
28533 \family default
28534  or 
28535 \family sans
28536 table
28537 \family default
28538 , the placement can be 
28539 \begin_inset Quotes eld
28540 \end_inset
28541
28542
28543 \family sans
28544 t
28545 \family default
28546
28547 \begin_inset Quotes erd
28548 \end_inset
28549
28550  for top, 
28551 \begin_inset Quotes eld
28552 \end_inset
28553
28554
28555 \family sans
28556 c
28557 \family default
28558
28559 \begin_inset Quotes erd
28560 \end_inset
28561
28562  for center, or 
28563 \begin_inset Quotes eld
28564 \end_inset
28565
28566
28567 \family sans
28568 b
28569 \family default
28570
28571 \begin_inset Quotes erd
28572 \end_inset
28573
28574  for bottom.
28575  To have for example the caption of figure floats vertically centered, use
28576  the command
28577 \end_layout
28578
28579 \begin_layout Standard
28580
28581 \series bold
28582
28583 \backslash
28584 sidecaptionvpos{figure}{c}
28585 \end_layout
28586
28587 \begin_layout Standard
28588 This was used for Figure
28589 \begin_inset space ~
28590 \end_inset
28591
28592
28593 \begin_inset CommandInset ref
28594 LatexCommand ref
28595 reference "fig:cap-beside-fig-2"
28596
28597 \end_inset
28598
28599 .
28600 \end_layout
28601
28602 \begin_layout Standard
28603 \begin_inset VSpace medskip
28604 \end_inset
28605
28606
28607 \end_layout
28608
28609 \begin_layout Standard
28610 The default caption width is the width of the image/table.
28611  For thin image/tables, like in Table
28612 \begin_inset space ~
28613 \end_inset
28614
28615
28616 \begin_inset CommandInset ref
28617 LatexCommand ref
28618 reference "tab:cap-beside-tab"
28619
28620 \end_inset
28621
28622 , this leads to captions that are too thin.
28623  You can increase the width by specifying a factor that will be multiplied
28624  with the image/table width to get the caption width.
28625  The caption width will automatically be recalculated in case it would protrude
28626  over the page or column margin due to the specified width.
28627  The 
28628 \emph on
28629 factor
28630 \emph default
28631  can either be given as optional argument for 
28632 \series bold
28633
28634 \backslash
28635 FigBesBeg
28636 \series default
28637 :
28638 \end_layout
28639
28640 \begin_layout Standard
28641
28642 \series bold
28643
28644 \backslash
28645 FigBesBeg[factor]
28646 \end_layout
28647
28648 \begin_layout Standard
28649 or in the definition of 
28650 \series bold
28651
28652 \backslash
28653 FigBesBeg
28654 \series default
28655  by replacing the 
28656 \series bold
28657 1.0
28658 \series default
28659  with another value.
28660  If you do the latter, your factor will be the default if 
28661 \series bold
28662
28663 \backslash
28664 FigBesBeg
28665 \series default
28666  is used without an argument.
28667  For Table
28668 \begin_inset space ~
28669 \end_inset
28670
28671
28672 \begin_inset CommandInset ref
28673 LatexCommand ref
28674 reference "tab:cap-beside-tab-wider"
28675
28676 \end_inset
28677
28678  the factor 5 was used.
28679 \end_layout
28680
28681 \begin_layout Standard
28682 \begin_inset Note Greyedout
28683 status open
28684
28685 \begin_layout Plain Layout
28686
28687 \series bold
28688 Note:
28689 \series default
28690  For floats with captions set beside, you cannot use the float placement
28691  option 
28692 \family sans
28693 Here
28694 \begin_inset space ~
28695 \end_inset
28696
28697 definitely
28698 \family default
28699  because it is not supported by 
28700 \series bold
28701 sidecap
28702 \series default
28703 .
28704 \end_layout
28705
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \begin_layout Standard
28712 \begin_inset VSpace medskip
28713 \end_inset
28714
28715 For more information about the package 
28716 \series bold
28717 sidecap
28718 \series default
28719  we refer to its documentation 
28720 \begin_inset CommandInset citation
28721 LatexCommand cite
28722 key "sidecap"
28723
28724 \end_inset
28725
28726 .
28727 \end_layout
28728
28729 \begin_layout Standard
28730 \begin_inset Note Greyedout
28731 status open
28732
28733 \begin_layout Plain Layout
28734
28735 \series bold
28736 Note:
28737 \series default
28738  The \SpecialChar LaTeX
28739 -package 
28740 \series bold
28741 hypcap
28742 \series default
28743
28744 \begin_inset Index idx
28745 status collapsed
28746
28747 \begin_layout Plain Layout
28748 \SpecialChar LaTeX
28749 -packages ! hypcap
28750 \end_layout
28751
28752 \end_inset
28753
28754 , described in section
28755 \begin_inset space ~
28756 \end_inset
28757
28758
28759 \begin_inset CommandInset ref
28760 LatexCommand ref
28761 reference "subsec:Reference-Position"
28762
28763 \end_inset
28764
28765 , has no effect on floats with the caption set beside.
28766 \end_layout
28767
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \begin_layout Standard
28774 \begin_inset ERT
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778
28779
28780 \backslash
28781 FigBesBeg
28782 \end_layout
28783
28784 \end_inset
28785
28786
28787 \end_layout
28788
28789 \begin_layout Standard
28790 \begin_inset Float figure
28791 wide false
28792 sideways false
28793 status open
28794
28795 \begin_layout Plain Layout
28796 \begin_inset Graphics
28797         filename clipart/escher-lsd.eps
28798         scale 75
28799         scaleBeforeRotation
28800
28801 \end_inset
28802
28803
28804 \end_layout
28805
28806 \begin_layout Plain Layout
28807 \begin_inset Caption Standard
28808
28809 \begin_layout Plain Layout
28810 \begin_inset CommandInset label
28811 LatexCommand label
28812 name "fig:cap-beside-fig"
28813
28814 \end_inset
28815
28816 This is a caption beside a figure.
28817 \end_layout
28818
28819 \end_inset
28820
28821
28822 \end_layout
28823
28824 \end_inset
28825
28826
28827 \end_layout
28828
28829 \begin_layout Standard
28830 \begin_inset ERT
28831 status collapsed
28832
28833 \begin_layout Plain Layout
28834
28835
28836 \backslash
28837 FigBesEnd
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \begin_layout Standard
28846 \begin_inset ERT
28847 status collapsed
28848
28849 \begin_layout Plain Layout
28850
28851
28852 \backslash
28853 TabBesBeg
28854 \end_layout
28855
28856 \end_inset
28857
28858
28859 \end_layout
28860
28861 \begin_layout Standard
28862 \begin_inset Float table
28863 wide false
28864 sideways false
28865 status open
28866
28867 \begin_layout Plain Layout
28868 \begin_inset Caption Standard
28869
28870 \begin_layout Plain Layout
28871 \begin_inset CommandInset label
28872 LatexCommand label
28873 name "tab:cap-beside-tab"
28874
28875 \end_inset
28876
28877 This is a caption beside a table.
28878 \end_layout
28879
28880 \end_inset
28881
28882
28883 \end_layout
28884
28885 \begin_layout Plain Layout
28886 \begin_inset Tabular
28887 <lyxtabular version="3" rows="4" columns="5">
28888 <features tabularvalignment="middle">
28889 <column alignment="center" valignment="top">
28890 <column alignment="center" valignment="top">
28891 <column alignment="center" valignment="top">
28892 <column alignment="center" valignment="top">
28893 <column alignment="center" valignment="top">
28894 <row>
28895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28896 \begin_inset Text
28897
28898 \begin_layout Plain Layout
28899 a
28900 \end_layout
28901
28902 \end_inset
28903 </cell>
28904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28905 \begin_inset Text
28906
28907 \begin_layout Plain Layout
28908
28909 \end_layout
28910
28911 \end_inset
28912 </cell>
28913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28914 \begin_inset Text
28915
28916 \begin_layout Plain Layout
28917 b
28918 \end_layout
28919
28920 \end_inset
28921 </cell>
28922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28923 \begin_inset Text
28924
28925 \begin_layout Plain Layout
28926
28927 \end_layout
28928
28929 \end_inset
28930 </cell>
28931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28932 \begin_inset Text
28933
28934 \begin_layout Plain Layout
28935 c
28936 \end_layout
28937
28938 \end_inset
28939 </cell>
28940 </row>
28941 <row>
28942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28943 \begin_inset Text
28944
28945 \begin_layout Plain Layout
28946
28947 \end_layout
28948
28949 \end_inset
28950 </cell>
28951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28952 \begin_inset Text
28953
28954 \begin_layout Plain Layout
28955 d
28956 \end_layout
28957
28958 \end_inset
28959 </cell>
28960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28961 \begin_inset Text
28962
28963 \begin_layout Plain Layout
28964
28965 \end_layout
28966
28967 \end_inset
28968 </cell>
28969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28970 \begin_inset Text
28971
28972 \begin_layout Plain Layout
28973 e
28974 \end_layout
28975
28976 \end_inset
28977 </cell>
28978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28979 \begin_inset Text
28980
28981 \begin_layout Plain Layout
28982
28983 \end_layout
28984
28985 \end_inset
28986 </cell>
28987 </row>
28988 <row>
28989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28990 \begin_inset Text
28991
28992 \begin_layout Plain Layout
28993 f
28994 \end_layout
28995
28996 \end_inset
28997 </cell>
28998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28999 \begin_inset Text
29000
29001 \begin_layout Plain Layout
29002
29003 \end_layout
29004
29005 \end_inset
29006 </cell>
29007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29008 \begin_inset Text
29009
29010 \begin_layout Plain Layout
29011 g
29012 \end_layout
29013
29014 \end_inset
29015 </cell>
29016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29017 \begin_inset Text
29018
29019 \begin_layout Plain Layout
29020
29021 \end_layout
29022
29023 \end_inset
29024 </cell>
29025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29026 \begin_inset Text
29027
29028 \begin_layout Plain Layout
29029 h
29030 \end_layout
29031
29032 \end_inset
29033 </cell>
29034 </row>
29035 <row>
29036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29037 \begin_inset Text
29038
29039 \begin_layout Plain Layout
29040
29041 \end_layout
29042
29043 \end_inset
29044 </cell>
29045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29046 \begin_inset Text
29047
29048 \begin_layout Plain Layout
29049 i
29050 \end_layout
29051
29052 \end_inset
29053 </cell>
29054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29055 \begin_inset Text
29056
29057 \begin_layout Plain Layout
29058
29059 \end_layout
29060
29061 \end_inset
29062 </cell>
29063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29064 \begin_inset Text
29065
29066 \begin_layout Plain Layout
29067 j
29068 \end_layout
29069
29070 \end_inset
29071 </cell>
29072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29073 \begin_inset Text
29074
29075 \begin_layout Plain Layout
29076
29077 \end_layout
29078
29079 \end_inset
29080 </cell>
29081 </row>
29082 </lyxtabular>
29083
29084 \end_inset
29085
29086
29087 \end_layout
29088
29089 \end_inset
29090
29091
29092 \end_layout
29093
29094 \begin_layout Standard
29095 \begin_inset ERT
29096 status collapsed
29097
29098 \begin_layout Plain Layout
29099
29100
29101 \backslash
29102 TabBesEnd
29103 \end_layout
29104
29105 \end_inset
29106
29107
29108 \end_layout
29109
29110 \begin_layout Standard
29111 \begin_inset ERT
29112 status collapsed
29113
29114 \begin_layout Plain Layout
29115
29116
29117 \backslash
29118 FigBesBeg
29119 \end_layout
29120
29121 \end_inset
29122
29123
29124 \begin_inset ERT
29125 status collapsed
29126
29127 \begin_layout Plain Layout
29128
29129
29130 \backslash
29131 sidecaptionvpos{figure}{c}
29132 \end_layout
29133
29134 \end_inset
29135
29136
29137 \begin_inset Float figure
29138 wide false
29139 sideways false
29140 status open
29141
29142 \begin_layout Plain Layout
29143 \begin_inset Graphics
29144         filename clipart/escher-lsd.eps
29145         scale 75
29146         scaleBeforeRotation
29147
29148 \end_inset
29149
29150
29151 \end_layout
29152
29153 \begin_layout Plain Layout
29154 \begin_inset Caption Standard
29155
29156 \begin_layout Plain Layout
29157 \begin_inset CommandInset label
29158 LatexCommand label
29159 name "fig:cap-beside-fig-2"
29160
29161 \end_inset
29162
29163 This is a vertically centered caption beside a figure.
29164 \end_layout
29165
29166 \end_inset
29167
29168
29169 \end_layout
29170
29171 \end_inset
29172
29173
29174 \end_layout
29175
29176 \begin_layout Standard
29177 \begin_inset ERT
29178 status collapsed
29179
29180 \begin_layout Plain Layout
29181
29182
29183 \backslash
29184 FigBesEnd
29185 \end_layout
29186
29187 \end_inset
29188
29189
29190 \end_layout
29191
29192 \begin_layout Standard
29193 \begin_inset ERT
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197
29198
29199 \backslash
29200 TabBesBeg[5]
29201 \end_layout
29202
29203 \end_inset
29204
29205
29206 \end_layout
29207
29208 \begin_layout Standard
29209 \begin_inset Float table
29210 wide false
29211 sideways false
29212 status open
29213
29214 \begin_layout Plain Layout
29215 \begin_inset Caption Standard
29216
29217 \begin_layout Plain Layout
29218 \begin_inset CommandInset label
29219 LatexCommand label
29220 name "tab:cap-beside-tab-wider"
29221
29222 \end_inset
29223
29224 This caption is wider than the one in Table
29225 \begin_inset space ~
29226 \end_inset
29227
29228
29229 \begin_inset CommandInset ref
29230 LatexCommand ref
29231 reference "tab:cap-beside-tab"
29232
29233 \end_inset
29234
29235 .
29236 \end_layout
29237
29238 \end_inset
29239
29240
29241 \end_layout
29242
29243 \begin_layout Plain Layout
29244 \begin_inset Tabular
29245 <lyxtabular version="3" rows="4" columns="5">
29246 <features tabularvalignment="middle">
29247 <column alignment="center" valignment="top">
29248 <column alignment="center" valignment="top">
29249 <column alignment="center" valignment="top">
29250 <column alignment="center" valignment="top">
29251 <column alignment="center" valignment="top">
29252 <row>
29253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29254 \begin_inset Text
29255
29256 \begin_layout Plain Layout
29257 a
29258 \end_layout
29259
29260 \end_inset
29261 </cell>
29262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29263 \begin_inset Text
29264
29265 \begin_layout Plain Layout
29266
29267 \end_layout
29268
29269 \end_inset
29270 </cell>
29271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29272 \begin_inset Text
29273
29274 \begin_layout Plain Layout
29275 b
29276 \end_layout
29277
29278 \end_inset
29279 </cell>
29280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29281 \begin_inset Text
29282
29283 \begin_layout Plain Layout
29284
29285 \end_layout
29286
29287 \end_inset
29288 </cell>
29289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29290 \begin_inset Text
29291
29292 \begin_layout Plain Layout
29293 c
29294 \end_layout
29295
29296 \end_inset
29297 </cell>
29298 </row>
29299 <row>
29300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29301 \begin_inset Text
29302
29303 \begin_layout Plain Layout
29304
29305 \end_layout
29306
29307 \end_inset
29308 </cell>
29309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29310 \begin_inset Text
29311
29312 \begin_layout Plain Layout
29313 d
29314 \end_layout
29315
29316 \end_inset
29317 </cell>
29318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29319 \begin_inset Text
29320
29321 \begin_layout Plain Layout
29322
29323 \end_layout
29324
29325 \end_inset
29326 </cell>
29327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29328 \begin_inset Text
29329
29330 \begin_layout Plain Layout
29331 e
29332 \end_layout
29333
29334 \end_inset
29335 </cell>
29336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29337 \begin_inset Text
29338
29339 \begin_layout Plain Layout
29340
29341 \end_layout
29342
29343 \end_inset
29344 </cell>
29345 </row>
29346 <row>
29347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29348 \begin_inset Text
29349
29350 \begin_layout Plain Layout
29351 f
29352 \end_layout
29353
29354 \end_inset
29355 </cell>
29356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29357 \begin_inset Text
29358
29359 \begin_layout Plain Layout
29360
29361 \end_layout
29362
29363 \end_inset
29364 </cell>
29365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29366 \begin_inset Text
29367
29368 \begin_layout Plain Layout
29369 g
29370 \end_layout
29371
29372 \end_inset
29373 </cell>
29374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29375 \begin_inset Text
29376
29377 \begin_layout Plain Layout
29378
29379 \end_layout
29380
29381 \end_inset
29382 </cell>
29383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29384 \begin_inset Text
29385
29386 \begin_layout Plain Layout
29387 h
29388 \end_layout
29389
29390 \end_inset
29391 </cell>
29392 </row>
29393 <row>
29394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29395 \begin_inset Text
29396
29397 \begin_layout Plain Layout
29398
29399 \end_layout
29400
29401 \end_inset
29402 </cell>
29403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29404 \begin_inset Text
29405
29406 \begin_layout Plain Layout
29407 i
29408 \end_layout
29409
29410 \end_inset
29411 </cell>
29412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29413 \begin_inset Text
29414
29415 \begin_layout Plain Layout
29416
29417 \end_layout
29418
29419 \end_inset
29420 </cell>
29421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29422 \begin_inset Text
29423
29424 \begin_layout Plain Layout
29425 j
29426 \end_layout
29427
29428 \end_inset
29429 </cell>
29430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29431 \begin_inset Text
29432
29433 \begin_layout Plain Layout
29434
29435 \end_layout
29436
29437 \end_inset
29438 </cell>
29439 </row>
29440 </lyxtabular>
29441
29442 \end_inset
29443
29444
29445 \end_layout
29446
29447 \end_inset
29448
29449
29450 \end_layout
29451
29452 \begin_layout Standard
29453 \begin_inset ERT
29454 status collapsed
29455
29456 \begin_layout Plain Layout
29457
29458
29459 \backslash
29460 TabBesEnd
29461 \end_layout
29462
29463 \end_inset
29464
29465
29466 \end_layout
29467
29468 \begin_layout Standard
29469 \begin_inset ERT
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473
29474
29475 \backslash
29476 else
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \begin_inset Note Note
29483 status open
29484
29485 \begin_layout Plain Layout
29486 The following will be displayed when the \SpecialChar LaTeX
29487 -package 
29488 \series bold
29489 sidecap
29490 \series default
29491  is not installed:
29492 \end_layout
29493
29494 \end_inset
29495
29496
29497 \end_layout
29498
29499 \begin_layout Standard
29500 You need to install the \SpecialChar LaTeX
29501 -package 
29502 \series bold
29503 sidecap
29504 \series default
29505  to see the following part of this section in the output.
29506 \end_layout
29507
29508 \begin_layout Standard
29509 \begin_inset ERT
29510 status collapsed
29511
29512 \begin_layout Plain Layout
29513
29514
29515 \backslash
29516 fi
29517 \end_layout
29518
29519 \end_inset
29520
29521
29522 \end_layout
29523
29524 \begin_layout Section
29525 Listings of Floats
29526 \begin_inset Index idx
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530 Floats ! Float Lists
29531 \end_layout
29532
29533 \end_inset
29534
29535
29536 \end_layout
29537
29538 \begin_layout Standard
29539 Similar to the table of contents where the sections of the document are
29540  listed, there are listings for all float types, like the figures of the
29541  documents.
29542  You can insert them via the 
29543 \family sans
29544 Insert\SpecialChar menuseparator
29545 List
29546 \begin_inset space ~
29547 \end_inset
29548
29549 /
29550 \begin_inset space ~
29551 \end_inset
29552
29553 TOC
29554 \family default
29555  sub menus.
29556 \end_layout
29557
29558 \begin_layout Standard
29559 The list entries are the float captions or its short title, the float number,
29560  and the page number where they appear in the document.
29561 \end_layout
29562
29563 \begin_layout Standard
29564 You can find the list of figures and tables at the end of this document.
29565 \end_layout
29566
29567 \begin_layout Chapter
29568 Notes
29569 \end_layout
29570
29571 \begin_layout Section
29572 \SpecialChar LyX
29573  Notes
29574 \begin_inset Index idx
29575 status collapsed
29576
29577 \begin_layout Plain Layout
29578 Notes ! \SpecialChar LyX
29579  Notes
29580 \end_layout
29581
29582 \end_inset
29583
29584
29585 \end_layout
29586
29587 \begin_layout Standard
29588 Notes are inserted with the toolbar button 
29589 \begin_inset Info
29590 type  "icon"
29591 arg   "note-insert"
29592 \end_inset
29593
29594  or the menu 
29595 \family sans
29596 Insert\SpecialChar menuseparator
29597 Note
29598 \family default
29599 .
29600  There are three types of notes:
29601 \end_layout
29602
29603 \begin_layout Description
29604 \SpecialChar LyX
29605
29606 \begin_inset space ~
29607 \end_inset
29608
29609 Note This note type is for internal notes that won't appear in the output.
29610  Its note-box looks like this:
29611 \begin_inset Newline newline
29612 \end_inset
29613
29614
29615 \begin_inset Newline newline
29616 \end_inset
29617
29618
29619 \begin_inset Graphics
29620         filename clipart/LyXNoteImage.png
29621         display false
29622         scaleBeforeRotation
29623
29624 \end_inset
29625
29626  
29627 \begin_inset Note Note
29628 status open
29629
29630 \begin_layout Plain Layout
29631 This is text in a note box that doesn't appear in the output.
29632 \end_layout
29633
29634 \end_inset
29635
29636
29637 \end_layout
29638
29639 \begin_layout Description
29640 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
29641 -comment,
29642  when you export the document to \SpecialChar LaTeX
29643  via the menu 
29644 \family sans
29645 File\SpecialChar menuseparator
29646 Export\SpecialChar menuseparator
29647 LaTeX
29648 \begin_inset space ~
29649 \end_inset
29650
29651 (pdflatex) / (plain)
29652 \family default
29653 .
29654  Its note-box looks like this:
29655 \begin_inset Newline newline
29656 \end_inset
29657
29658
29659 \begin_inset Newline newline
29660 \end_inset
29661
29662
29663 \begin_inset Graphics
29664         filename clipart/CommentNoteImage.png
29665         display false
29666         scaleBeforeRotation
29667
29668 \end_inset
29669
29670  
29671 \begin_inset Note Comment
29672 status open
29673
29674 \begin_layout Plain Layout
29675 This is text in a note box that only appears as comment in \SpecialChar LaTeX
29676 -files.
29677 \end_layout
29678
29679 \end_inset
29680
29681
29682 \end_layout
29683
29684 \begin_layout Description
29685 Greyed
29686 \begin_inset space ~
29687 \end_inset
29688
29689 Out This note will appear in the output as grey text.
29690  Its note-box looks like this:
29691 \begin_inset Newline newline
29692 \end_inset
29693
29694
29695 \begin_inset Newline newline
29696 \end_inset
29697
29698
29699 \begin_inset Graphics
29700         filename clipart/GreyedOutNoteImage.png
29701         display false
29702         scaleBeforeRotation
29703
29704 \end_inset
29705
29706
29707 \begin_inset Newline newline
29708 \end_inset
29709
29710
29711 \begin_inset ERT
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715
29716
29717 \backslash
29718 renewenvironment{lyxgreyedout}
29719 \end_layout
29720
29721 \begin_layout Plain Layout
29722
29723 {
29724 \backslash
29725 textcolor[gray]{0.8}
29726 \backslash
29727 bgroup}{
29728 \backslash
29729 egroup}
29730 \end_layout
29731
29732 \end_inset
29733
29734
29735 \begin_inset Note Greyedout
29736 status open
29737
29738 \begin_layout Plain Layout
29739 This is text of a comment that appears grey in the output.
29740 \end_layout
29741
29742 \end_inset
29743
29744
29745 \begin_inset ERT
29746 status collapsed
29747
29748 \begin_layout Plain Layout
29749
29750
29751 \backslash
29752 renewenvironment{lyxgreyedout}
29753 \end_layout
29754
29755 \begin_layout Plain Layout
29756
29757 {
29758 \backslash
29759 textcolor{blue}
29760 \backslash
29761 bgroup}{
29762 \backslash
29763 egroup}
29764 \end_layout
29765
29766 \end_inset
29767
29768
29769 \begin_inset Note Note
29770 status collapsed
29771
29772 \begin_layout Plain Layout
29773 The greyed out note is here redefined to show it with the original \SpecialChar LyX
29774  definition
29775  because greyed out notes are redefined in the preamble of this document,
29776  as described below, to have blue text.
29777 \end_layout
29778
29779 \end_inset
29780
29781
29782 \begin_inset Newline newline
29783 \end_inset
29784
29785
29786 \begin_inset Newline newline
29787 \end_inset
29788
29789 As you can see in the example, the first line of greyed out notes is a bit
29790  indented and greyed out notes can have footnotes.
29791 \end_layout
29792
29793 \begin_layout Standard
29794 \begin_inset VSpace bigskip
29795 \end_inset
29796
29797 When you use the toolbar button 
29798 \begin_inset Info
29799 type  "icon"
29800 arg   "note-insert"
29801 \end_inset
29802
29803  to insert notes, a 
29804 \family sans
29805 \SpecialChar LyX
29806
29807 \begin_inset space ~
29808 \end_inset
29809
29810 Note
29811 \family default
29812  is inserted.
29813  You can switch between the three note types by right-clicking on the note-box.
29814  
29815 \family roman
29816 \series medium
29817 \bar no
29818 If you want to turn existing text into a note, mark it and click on the
29819  note
29820 \family default
29821 \series default
29822 \bar default
29823  toolbar 
29824 \family roman
29825 \series medium
29826 \bar no
29827 button
29828 \family default
29829 \series default
29830 \bar default
29831 .
29832  To change a note to text, press the backspace key when the cursor is in
29833  the first position of a note, or press the delete key when the cursor is
29834  in the very last position of the note, respectively.
29835 \end_layout
29836
29837 \begin_layout Standard
29838 \begin_inset VSpace bigskip
29839 \end_inset
29840
29841 You can change the text color of the greyed out notes in the menu 
29842 \family sans
29843 Document\SpecialChar menuseparator
29844 Settings\SpecialChar menuseparator
29845 Colors
29846 \family default
29847 .
29848 \end_layout
29849
29850 \begin_layout Section
29851 Footnotes
29852 \begin_inset CommandInset label
29853 LatexCommand label
29854 name "sec:Footnotes"
29855
29856 \end_inset
29857
29858
29859 \begin_inset Index idx
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863 Notes ! Footnotes
29864 \end_layout
29865
29866 \end_inset
29867
29868
29869 \begin_inset Index idx
29870 status collapsed
29871
29872 \begin_layout Plain Layout
29873 Footnotes
29874 \end_layout
29875
29876 \end_inset
29877
29878
29879 \end_layout
29880
29881 \begin_layout Standard
29882 Footnotes can be inserted using the toolbar button 
29883 \begin_inset Info
29884 type  "icon"
29885 arg   "footnote-insert"
29886 \end_inset
29887
29888  or the menu 
29889 \family sans
29890 Insert\SpecialChar menuseparator
29891 Footnote
29892 \family default
29893 .
29894  You will then see the following footnote-box: 
29895 \begin_inset Graphics
29896         filename clipart/footnote.png
29897         scale 80
29898         scaleBeforeRotation
29899
29900 \end_inset
29901
29902  
29903 \family roman
29904 \series medium
29905 \bar no
29906 where you can enter the footnote text.
29907  If you want to turn existing text into a footnote, mark it and click on
29908  the footnote
29909 \family default
29910 \series default
29911 \bar default
29912  toolbar 
29913 \family roman
29914 \series medium
29915 \bar no
29916 button
29917 \family default
29918 \series default
29919 \bar default
29920 .
29921  To change a 
29922 \family roman
29923 \series medium
29924 \bar no
29925 footnote
29926 \family default
29927 \series default
29928 \bar default
29929  to text, press the 
29930 \family sans
29931 Backspace
29932 \family default
29933  key when the cursor is in the first position of a 
29934 \family roman
29935 \series medium
29936 \bar no
29937 footnote
29938 \family default
29939 \series default
29940 \bar default
29941 , or press the 
29942 \family sans
29943 Delete
29944 \family default
29945  key when the cursor is in the very last position of the 
29946 \family roman
29947 \series medium
29948 \bar no
29949 footnote
29950 \family default
29951 \series default
29952 \bar default
29953 , respectively.
29954 \end_layout
29955
29956 \begin_layout Standard
29957 Here is an example footnote:
29958 \family roman
29959 \series medium
29960 \bar no
29961
29962 \begin_inset Foot
29963 status open
29964
29965 \begin_layout Plain Layout
29966 \begin_inset CommandInset label
29967 LatexCommand label
29968 name "foot:This-is-an"
29969
29970 \end_inset
29971
29972 This is an example footnote.
29973 \end_layout
29974
29975 \end_inset
29976
29977
29978 \family default
29979 \series default
29980 \bar default
29981
29982 \begin_inset ERT
29983 status collapsed
29984
29985 \begin_layout Plain Layout
29986
29987
29988 \backslash
29989 newcounter{MyRepeatFoot}
29990 \end_layout
29991
29992 \begin_layout Plain Layout
29993
29994
29995 \backslash
29996 setcounter{MyRepeatFoot}{
29997 \backslash
29998 thefootnote}
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \end_layout
30005
30006 \begin_layout Standard
30007 The footnote will appear in the output as a superscript number at the text
30008  position where the footnote box is placed.
30009  The footnote text is placed at the bottom of the current page.
30010  The footnote number is calculated by \SpecialChar LaTeX
30011 ; the numbers are consecutive.
30012  Whether the footnote number is reset for every chapter depends on your
30013  document class.
30014 \end_layout
30015
30016 \begin_layout Standard
30017 Footnotes can be referenced like floats: Insert a label into the footnote
30018  and cross-reference this label in the text as described in section
30019 \begin_inset space ~
30020 \end_inset
30021
30022
30023 \begin_inset CommandInset ref
30024 LatexCommand ref
30025 reference "sec:Referencing-Floats"
30026
30027 \end_inset
30028
30029 .
30030 \begin_inset Newline newline
30031 \end_inset
30032
30033 This is a cross-reference of Footnote
30034 \begin_inset space ~
30035 \end_inset
30036
30037
30038 \begin_inset CommandInset ref
30039 LatexCommand ref
30040 reference "foot:This-is-an"
30041
30042 \end_inset
30043
30044 .
30045 \end_layout
30046
30047 \begin_layout Standard
30048 \begin_inset VSpace defskip
30049 \end_inset
30050
30051 Footnotes in title environments are usually not numbered with symbols and
30052  they cannot contain several paragraphs.
30053  See for example the footnote in the titling of this document.
30054 \end_layout
30055
30056 \begin_layout Standard
30057 \begin_inset VSpace defskip
30058 \end_inset
30059
30060 Footnotes in tables are not printed by \SpecialChar LaTeX
30061  due to technical reasons.
30062  However there exists another method to print them: Instead of the footnote
30063  the command 
30064 \series bold
30065
30066 \backslash
30067 footnotemark{}
30068 \series default
30069  is inserted as \SpecialChar TeX
30070  code.
30071  The text of the footnote is entered as an argument of the \SpecialChar TeX
30072  code command
30073  
30074 \series bold
30075
30076 \backslash
30077 footnotetext
30078 \series default
30079  after the table.
30080 \begin_inset Newline newline
30081 \end_inset
30082
30083 This was done for the following table with the command
30084 \end_layout
30085
30086 \begin_layout Standard
30087
30088 \series bold
30089
30090 \backslash
30091 footnotetext{
30092 \series default
30093 Printed table footnote.
30094 \series bold
30095 }
30096 \end_layout
30097
30098 \begin_layout Standard
30099 \begin_inset Tabular
30100 <lyxtabular version="3" rows="2" columns="1">
30101 <features tabularvalignment="middle">
30102 <column alignment="center" valignment="top">
30103 <row>
30104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30105 \begin_inset Text
30106
30107 \begin_layout Plain Layout
30108 This an example text.
30109 \begin_inset Foot
30110 status open
30111
30112 \begin_layout Plain Layout
30113 This footnote will not be printed!
30114 \end_layout
30115
30116 \end_inset
30117
30118
30119 \end_layout
30120
30121 \end_inset
30122 </cell>
30123 </row>
30124 <row>
30125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30126 \begin_inset Text
30127
30128 \begin_layout Plain Layout
30129 This an example text.
30130 \begin_inset ERT
30131 status collapsed
30132
30133 \begin_layout Plain Layout
30134
30135
30136 \backslash
30137 footnotemark{}
30138 \end_layout
30139
30140 \end_inset
30141
30142
30143 \end_layout
30144
30145 \end_inset
30146 </cell>
30147 </row>
30148 </lyxtabular>
30149
30150 \end_inset
30151
30152
30153 \begin_inset ERT
30154 status collapsed
30155
30156 \begin_layout Plain Layout
30157
30158
30159 \backslash
30160 footnotetext{
30161 \end_layout
30162
30163 \end_inset
30164
30165 Printed table footnote.
30166 \begin_inset ERT
30167 status collapsed
30168
30169 \begin_layout Plain Layout
30170
30171 }
30172 \end_layout
30173
30174 \end_inset
30175
30176
30177 \end_layout
30178
30179 \begin_layout Standard
30180 Footnotes in multi-page tables are described in section
30181 \begin_inset space ~
30182 \end_inset
30183
30184
30185 \begin_inset CommandInset ref
30186 LatexCommand ref
30187 reference "subsec:Footnotes-in-Multi-page"
30188
30189 \end_inset
30190
30191 .
30192 \end_layout
30193
30194 \begin_layout Standard
30195 Footnotes in minipage boxes are printed, but inside the box and with a different
30196  numbering because a minipage box is like a page inside a page.
30197  (For more about minipages, see section
30198 \begin_inset space ~
30199 \end_inset
30200
30201
30202 \begin_inset CommandInset ref
30203 LatexCommand ref
30204 reference "sec:Minipages"
30205
30206 \end_inset
30207
30208 .) To get a footnote in the minipage that is output at the bottom of the
30209  page like normal footnotes, also use the method of 
30210 \series bold
30211
30212 \backslash
30213 footnotemark{}
30214 \series default
30215  and 
30216 \series bold
30217
30218 \backslash
30219 footnotetext
30220 \series default
30221 .
30222 \end_layout
30223
30224 \begin_layout Standard
30225 \begin_inset Box Frameless
30226 position "t"
30227 hor_pos "c"
30228 has_inner_box 1
30229 inner_pos "t"
30230 use_parbox 0
30231 use_makebox 0
30232 width "100col%"
30233 special "none"
30234 height "1in"
30235 height_special "totalheight"
30236 thickness "0.4pt"
30237 separation "3pt"
30238 shadowsize "4pt"
30239 framecolor "black"
30240 backgroundcolor "none"
30241 status open
30242
30243 \begin_layout Plain Layout
30244 This an example text in a minipage.
30245 \begin_inset Foot
30246 status open
30247
30248 \begin_layout Plain Layout
30249 Footnote in the minipage.
30250 \end_layout
30251
30252 \end_inset
30253
30254
30255 \end_layout
30256
30257 \begin_layout Plain Layout
30258 This an example text in a minipage.
30259 \begin_inset ERT
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263
30264
30265 \backslash
30266 footnotemark{}
30267 \end_layout
30268
30269 \end_inset
30270
30271
30272 \end_layout
30273
30274 \end_inset
30275
30276
30277 \end_layout
30278
30279 \begin_layout Standard
30280 \begin_inset ERT
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284
30285
30286 \backslash
30287 footnotetext{
30288 \end_layout
30289
30290 \end_inset
30291
30292 Footnote outside the minipage.
30293 \begin_inset ERT
30294 status collapsed
30295
30296 \begin_layout Plain Layout
30297
30298 }
30299 \end_layout
30300
30301 \end_inset
30302
30303
30304 \end_layout
30305
30306 \begin_layout Standard
30307 \begin_inset VSpace defskip
30308 \end_inset
30309
30310
30311 \end_layout
30312
30313 \begin_layout Standard
30314 To refer to the same footnote several times without printing the footnote
30315  text every time, use the command 
30316 \series bold
30317
30318 \backslash
30319 footnotemark[number]
30320 \series default
30321  in \SpecialChar TeX
30322  code.
30323 \begin_inset Newline newline
30324 \end_inset
30325
30326 As you do not know the number of the repeating footnote while you are writing
30327  the text, you have to store its number.
30328  For the following footnote mark example, these commands were inserted in
30329  \SpecialChar TeX
30330  code after Footnote
30331 \begin_inset space ~
30332 \end_inset
30333
30334
30335 \begin_inset CommandInset ref
30336 LatexCommand ref
30337 reference "foot:This-is-an"
30338
30339 \end_inset
30340
30341  to store the footnote number:
30342 \end_layout
30343
30344 \begin_layout Standard
30345
30346 \series bold
30347
30348 \backslash
30349 newcounter{MyRepeatFoot}
30350 \begin_inset Newline newline
30351 \end_inset
30352
30353
30354 \backslash
30355 setcounter{MyRepeatFoot}{
30356 \backslash
30357 thefootnote}
30358 \end_layout
30359
30360 \begin_layout Standard
30361 The footnote mark was then created with this command:
30362 \end_layout
30363
30364 \begin_layout Standard
30365
30366 \series bold
30367
30368 \backslash
30369 footnotemark[
30370 \backslash
30371 theMyRepeatFoot]
30372 \end_layout
30373
30374 \begin_layout Standard
30375 Here is a repeated footnote:
30376 \family roman
30377 \series medium
30378 \bar no
30379
30380 \begin_inset ERT
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384
30385
30386 \backslash
30387 footnotemark[
30388 \backslash
30389 theMyRepeatFoot]
30390 \end_layout
30391
30392 \end_inset
30393
30394
30395 \end_layout
30396
30397 \begin_layout Standard
30398 If you want to repeat the previous footnote, you can omit the storage of
30399  the footnote number and just use this command instead:
30400 \end_layout
30401
30402 \begin_layout Standard
30403
30404 \series bold
30405
30406 \backslash
30407 footnotemark[
30408 \backslash
30409 thefootnote]
30410 \end_layout
30411
30412 \begin_layout Standard
30413 Here is another repeated footnote:
30414 \family roman
30415 \series medium
30416 \bar no
30417
30418 \begin_inset ERT
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422
30423
30424 \backslash
30425 footnotemark[
30426 \backslash
30427 thefootnote]
30428 \end_layout
30429
30430 \end_inset
30431
30432
30433 \end_layout
30434
30435 \begin_layout Subsection
30436 Footnote Numbering
30437 \begin_inset CommandInset label
30438 LatexCommand label
30439 name "subsec:Footnote-Numbering"
30440
30441 \end_inset
30442
30443
30444 \begin_inset Index idx
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448 Footnotes ! Numbering
30449 \end_layout
30450
30451 \end_inset
30452
30453
30454 \end_layout
30455
30456 \begin_layout Standard
30457 To reset the footnote number back to 1 after each section
30458 \family roman
30459 , add this command to your document preamble:
30460 \end_layout
30461
30462 \begin_layout Standard
30463
30464 \series bold
30465
30466 \backslash
30467 @addtoreset{footnote}{section}
30468 \end_layout
30469
30470 \begin_layout Standard
30471 \begin_inset VSpace bigskip
30472 \end_inset
30473
30474 The following preamble command changes the footnote numbering style to small
30475  roman numerals:
30476 \end_layout
30477
30478 \begin_layout Standard
30479
30480 \series bold
30481
30482 \backslash
30483 renewcommand{
30484 \backslash
30485 thefootnote}{
30486 \backslash
30487 roman{footnote}}
30488 \end_layout
30489
30490 \begin_layout Standard
30491 \begin_inset ERT
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495
30496
30497 \backslash
30498 renewcommand{
30499 \backslash
30500 thefootnote}{
30501 \backslash
30502 roman{footnote}}
30503 \end_layout
30504
30505 \end_inset
30506
30507  This is a footnote with roman numbering:
30508 \begin_inset Foot
30509 status open
30510
30511 \begin_layout Plain Layout
30512 This is an example footnote with roman numbering.
30513 \end_layout
30514
30515 \end_inset
30516
30517
30518 \end_layout
30519
30520 \begin_layout Standard
30521 To change the numbering style to capital roman numerals replace in the command
30522  above 
30523 \series bold
30524
30525 \backslash
30526 roman
30527 \series default
30528  by 
30529 \series bold
30530
30531 \backslash
30532 Roman
30533 \series default
30534 .
30535  To 
30536 \begin_inset Quotes eld
30537 \end_inset
30538
30539 number
30540 \begin_inset Quotes erd
30541 \end_inset
30542
30543  footnotes with capital or small Latin letters use 
30544 \series bold
30545
30546 \backslash
30547 Alph
30548 \series default
30549  or 
30550 \series bold
30551
30552 \backslash
30553 alph
30554 \series default
30555 , respectively.
30556  To 
30557 \begin_inset Quotes eld
30558 \end_inset
30559
30560 number
30561 \begin_inset Quotes erd
30562 \end_inset
30563
30564  footnotes with symbols use 
30565 \series bold
30566
30567 \backslash
30568 fnsymbol
30569 \series default
30570 .
30571 \end_layout
30572
30573 \begin_layout Standard
30574 \begin_inset Note Greyedout
30575 status open
30576
30577 \begin_layout Plain Layout
30578
30579 \series bold
30580 Note:
30581 \series default
30582  You can only number 26 footnotes with Latin letters, because this numbering
30583  is limited to single letters.
30584 \end_layout
30585
30586 \end_inset
30587
30588
30589 \begin_inset Newline newline
30590 \end_inset
30591
30592
30593 \begin_inset Note Greyedout
30594 status open
30595
30596 \begin_layout Plain Layout
30597
30598 \series bold
30599 Note:
30600 \series default
30601  You can only number 9 footnotes with symbols.
30602 \end_layout
30603
30604 \end_inset
30605
30606
30607 \end_layout
30608
30609 \begin_layout Standard
30610 To return to the default numbering style after you have changed to another
30611  one, use 
30612 \series bold
30613
30614 \backslash
30615 arabic
30616 \series default
30617  instead of 
30618 \series bold
30619
30620 \backslash
30621 roman
30622 \series default
30623  in the command above.
30624 \begin_inset ERT
30625 status collapsed
30626
30627 \begin_layout Plain Layout
30628
30629
30630 \backslash
30631 renewcommand{
30632 \backslash
30633 thefootnote}{
30634 \backslash
30635 arabic{footnote}}
30636 \end_layout
30637
30638 \end_inset
30639
30640
30641 \end_layout
30642
30643 \begin_layout Standard
30644 \begin_inset VSpace bigskip
30645 \end_inset
30646
30647
30648 \end_layout
30649
30650 \begin_layout Standard
30651 If you want to have footnotes numbered in the scheme 
30652 \begin_inset Quotes eld
30653 \end_inset
30654
30655 chapter.footnote
30656 \begin_inset Quotes erd
30657 \end_inset
30658
30659 , add the following command to your document preamble:
30660 \end_layout
30661
30662 \begin_layout Standard
30663
30664 \series bold
30665
30666 \backslash
30667 numberwithin{footnote}{chapter}
30668 \end_layout
30669
30670 \begin_layout Standard
30671 To be able to use the command 
30672 \series bold
30673
30674 \backslash
30675 numberwithin
30676 \series default
30677 , set in the tab 
30678 \family sans
30679 Math
30680 \begin_inset space ~
30681 \end_inset
30682
30683 Options
30684 \family default
30685  in the document settings the option 
30686 \family sans
30687 Use
30688 \begin_inset space ~
30689 \end_inset
30690
30691 AMS
30692 \begin_inset space ~
30693 \end_inset
30694
30695 math
30696 \begin_inset space ~
30697 \end_inset
30698
30699 package
30700 \family default
30701 .
30702 \end_layout
30703
30704 \begin_layout Standard
30705 \begin_inset ERT
30706 status collapsed
30707
30708 \begin_layout Plain Layout
30709
30710
30711 \backslash
30712 numberwithin{footnote}{chapter}
30713 \end_layout
30714
30715 \end_inset
30716
30717 This is another example footnote:
30718 \series bold
30719
30720 \begin_inset Foot
30721 status open
30722
30723 \begin_layout Plain Layout
30724 This is a footnote numbered in the scheme 
30725 \begin_inset Quotes eld
30726 \end_inset
30727
30728 chapter.footnote
30729 \begin_inset Quotes erd
30730 \end_inset
30731
30732 .
30733 \end_layout
30734
30735 \end_inset
30736
30737
30738 \series default
30739
30740 \begin_inset ERT
30741 status collapsed
30742
30743 \begin_layout Plain Layout
30744
30745
30746 \backslash
30747 renewcommand{
30748 \backslash
30749 thefootnote}{
30750 \backslash
30751 arabic{footnote}}
30752 \end_layout
30753
30754 \end_inset
30755
30756
30757 \end_layout
30758
30759 \begin_layout Standard
30760 \begin_inset Note Greyedout
30761 status open
30762
30763 \begin_layout Plain Layout
30764
30765 \series bold
30766 Note:
30767 \series default
30768  
30769 \series bold
30770
30771 \backslash
30772 numberwithin
30773 \series default
30774  always prints out the footnote number as arabic number; previous redefinitions
30775  to get non-arabic numbers are overwritten.
30776 \end_layout
30777
30778 \end_inset
30779
30780
30781 \end_layout
30782
30783 \begin_layout Standard
30784 So to get for example the scheme 
30785 \begin_inset Quotes eld
30786 \end_inset
30787
30788 chapter.
30789 \backslash
30790 Roman{footnote}
30791 \begin_inset Quotes erd
30792 \end_inset
30793
30794 , use this command instead of 
30795 \series bold
30796
30797 \backslash
30798 numberwithin
30799 \series default
30800 :
30801 \end_layout
30802
30803 \begin_layout Standard
30804
30805 \series bold
30806
30807 \backslash
30808 renewcommand{
30809 \backslash
30810 thefootnote}{
30811 \backslash
30812 thechapter.
30813 \backslash
30814 Roman{footnote}}
30815 \end_layout
30816
30817 \begin_layout Subsection
30818 Footnote Placement
30819 \begin_inset Index idx
30820 status collapsed
30821
30822 \begin_layout Plain Layout
30823 Footnotes ! Placement
30824 \end_layout
30825
30826 \end_inset
30827
30828
30829 \end_layout
30830
30831 \begin_layout Standard
30832 If you have several footnotes in one page, they appear without vertical
30833  space between them at the bottom of the page.
30834  To make them more readable you can e.
30835 \begin_inset space \thinspace{}
30836 \end_inset
30837
30838 g.
30839 \begin_inset space \space{}
30840 \end_inset
30841
30842 add 1.5
30843 \begin_inset space \thinspace{}
30844 \end_inset
30845
30846 mm space with the following preamble command:
30847 \end_layout
30848
30849 \begin_layout Standard
30850
30851 \series bold
30852
30853 \backslash
30854 let
30855 \backslash
30856 myFoot
30857 \backslash
30858 footnote
30859 \begin_inset Newline newline
30860 \end_inset
30861
30862
30863 \backslash
30864 renewcommand{
30865 \backslash
30866 footnote}[1]{
30867 \backslash
30868 myFoot{#1
30869 \backslash
30870 vspace{1.5mm}}}
30871 \end_layout
30872
30873 \begin_layout Standard
30874 \begin_inset VSpace bigskip
30875 \end_inset
30876
30877 In a two-column document the footnotes appear at the bottom of every column,
30878  see Figure
30879 \begin_inset space ~
30880 \end_inset
30881
30882
30883 \begin_inset CommandInset ref
30884 LatexCommand ref
30885 reference "fig:Standard-footnote-placement"
30886
30887 \end_inset
30888
30889 .
30890  If the footnotes should only appear at the bottom of the right column,
30891  as in Figure
30892 \begin_inset space ~
30893 \end_inset
30894
30895
30896 \begin_inset CommandInset ref
30897 LatexCommand ref
30898 reference "fig:Footnote-placement-in"
30899
30900 \end_inset
30901
30902 , use the \SpecialChar LaTeX
30903 -package 
30904 \series bold
30905 ftnright
30906 \series default
30907
30908 \begin_inset Index idx
30909 status collapsed
30910
30911 \begin_layout Plain Layout
30912 \SpecialChar LaTeX
30913 -packages ! ftnright
30914 \end_layout
30915
30916 \end_inset
30917
30918  with this command in the document preamble:
30919 \end_layout
30920
30921 \begin_layout Standard
30922
30923 \series bold
30924
30925 \backslash
30926 usepackage{ftnright}
30927 \end_layout
30928
30929 \begin_layout Standard
30930 \begin_inset Float figure
30931 placement !h
30932 wide false
30933 sideways false
30934 status open
30935
30936 \begin_layout Plain Layout
30937 \noindent
30938 \align center
30939 \begin_inset Box Boxed
30940 position "t"
30941 hor_pos "c"
30942 has_inner_box 0
30943 inner_pos "t"
30944 use_parbox 0
30945 use_makebox 0
30946 width ""
30947 special "none"
30948 height "1in"
30949 height_special "totalheight"
30950 thickness "0.4pt"
30951 separation "3pt"
30952 shadowsize "4pt"
30953 framecolor "black"
30954 backgroundcolor "none"
30955 status open
30956
30957 \begin_layout Plain Layout
30958 \begin_inset Graphics
30959         filename clipart/without_fntright.pdf
30960         width 100col%
30961         scaleBeforeRotation
30962
30963 \end_inset
30964
30965
30966 \end_layout
30967
30968 \end_inset
30969
30970
30971 \end_layout
30972
30973 \begin_layout Plain Layout
30974 \begin_inset Caption Standard
30975
30976 \begin_layout Plain Layout
30977 \begin_inset CommandInset label
30978 LatexCommand label
30979 name "fig:Standard-footnote-placement"
30980
30981 \end_inset
30982
30983 Standard footnote placement in two-column documents.
30984 \end_layout
30985
30986 \end_inset
30987
30988
30989 \end_layout
30990
30991 \end_inset
30992
30993
30994 \end_layout
30995
30996 \begin_layout Standard
30997 \begin_inset Float figure
30998 placement !h
30999 wide false
31000 sideways false
31001 status open
31002
31003 \begin_layout Plain Layout
31004 \noindent
31005 \align center
31006 \begin_inset Box Boxed
31007 position "t"
31008 hor_pos "c"
31009 has_inner_box 0
31010 inner_pos "t"
31011 use_parbox 0
31012 use_makebox 0
31013 width ""
31014 special "none"
31015 height "1in"
31016 height_special "totalheight"
31017 thickness "0.4pt"
31018 separation "3pt"
31019 shadowsize "4pt"
31020 framecolor "black"
31021 backgroundcolor "none"
31022 status open
31023
31024 \begin_layout Plain Layout
31025 \begin_inset Graphics
31026         filename clipart/with_fntright.pdf
31027         width 100col%
31028         scaleBeforeRotation
31029
31030 \end_inset
31031
31032
31033 \end_layout
31034
31035 \end_inset
31036
31037
31038 \end_layout
31039
31040 \begin_layout Plain Layout
31041 \begin_inset Caption Standard
31042
31043 \begin_layout Plain Layout
31044 \begin_inset CommandInset label
31045 LatexCommand label
31046 name "fig:Footnote-placement-in"
31047
31048 \end_inset
31049
31050 Footnote placement in two-column documents when the \SpecialChar LaTeX
31051 -package 
31052 \series bold
31053 ftnright
31054 \series default
31055  is used.
31056 \end_layout
31057
31058 \end_inset
31059
31060
31061 \end_layout
31062
31063 \end_inset
31064
31065
31066 \end_layout
31067
31068 \begin_layout Standard
31069 \begin_inset VSpace bigskip
31070 \end_inset
31071
31072 In some scientific literature it is usual to collect the footnotes and print
31073  them in a separate paragraph at the end of a section, as in Figure
31074 \begin_inset space ~
31075 \end_inset
31076
31077
31078 \begin_inset CommandInset ref
31079 LatexCommand ref
31080 reference "fig:Endnotes"
31081
31082 \end_inset
31083
31084 .
31085  They are then called 
31086 \begin_inset Quotes eld
31087 \end_inset
31088
31089 endnotes
31090 \begin_inset Quotes erd
31091 \end_inset
31092
31093 .
31094 \begin_inset Index idx
31095 status collapsed
31096
31097 \begin_layout Plain Layout
31098 Endnotes
31099 \end_layout
31100
31101 \end_inset
31102
31103  To use endnotes instead of footnotes in your document, load in the menu
31104  
31105 \family sans
31106 Document\SpecialChar menuseparator
31107 Settings\SpecialChar menuseparator
31108 Modules 
31109 \family default
31110 the module 
31111 \family sans
31112 Foot
31113 \begin_inset space ~
31114 \end_inset
31115
31116 to
31117 \begin_inset space ~
31118 \end_inset
31119
31120 End
31121 \family default
31122 .
31123  To insert the collected footnotes, insert the command
31124 \end_layout
31125
31126 \begin_layout Standard
31127
31128 \series bold
31129
31130 \backslash
31131 theendnotes
31132 \end_layout
31133
31134 \begin_layout Standard
31135 in \SpecialChar TeX
31136  Code at the end of a section or chapter.
31137 \end_layout
31138
31139 \begin_layout Standard
31140 \begin_inset Float figure
31141 wide false
31142 sideways false
31143 status open
31144
31145 \begin_layout Plain Layout
31146 \noindent
31147 \align center
31148 \begin_inset Box Boxed
31149 position "t"
31150 hor_pos "c"
31151 has_inner_box 0
31152 inner_pos "t"
31153 use_parbox 0
31154 use_makebox 0
31155 width ""
31156 special "none"
31157 height "1in"
31158 height_special "totalheight"
31159 thickness "0.4pt"
31160 separation "3pt"
31161 shadowsize "4pt"
31162 framecolor "black"
31163 backgroundcolor "none"
31164 status open
31165
31166 \begin_layout Plain Layout
31167 \begin_inset Graphics
31168         filename clipart/endnotes.pdf
31169         width 100col%
31170         scaleBeforeRotation
31171
31172 \end_inset
31173
31174
31175 \end_layout
31176
31177 \end_inset
31178
31179
31180 \end_layout
31181
31182 \begin_layout Plain Layout
31183 \begin_inset Caption Standard
31184
31185 \begin_layout Plain Layout
31186 \begin_inset CommandInset label
31187 LatexCommand label
31188 name "fig:Endnotes"
31189
31190 \end_inset
31191
31192 Endnotes – footnotes are printed in a separate paragraph at the end of sections
31193  or chapters.
31194 \end_layout
31195
31196 \end_inset
31197
31198
31199 \end_layout
31200
31201 \end_inset
31202
31203
31204 \end_layout
31205
31206 \begin_layout Standard
31207 \begin_inset VSpace medskip
31208 \end_inset
31209
31210 The paragraph heading for the endnotes isn't automatically translated into
31211  the document language, this must be done manually.
31212  The following preamble command translates the default English 
31213 \begin_inset Quotes eld
31214 \end_inset
31215
31216 Notes
31217 \begin_inset Quotes erd
31218 \end_inset
31219
31220  into the German 
31221 \begin_inset Quotes eld
31222 \end_inset
31223
31224 Anmerkungen
31225 \begin_inset Quotes erd
31226 \end_inset
31227
31228 :
31229 \end_layout
31230
31231 \begin_layout Standard
31232
31233 \series bold
31234
31235 \backslash
31236 renewcommand{
31237 \backslash
31238 notesname}{Anmerkungen}
31239 \end_layout
31240
31241 \begin_layout Standard
31242 \begin_inset VSpace medskip
31243 \end_inset
31244
31245 The numbering of endnotes can be changed like the footnote numbering as
31246  described in section
31247 \begin_inset space ~
31248 \end_inset
31249
31250
31251 \begin_inset CommandInset ref
31252 LatexCommand ref
31253 reference "subsec:Footnote-Numbering"
31254
31255 \end_inset
31256
31257 ; just replace the command 
31258 \series bold
31259
31260 \backslash
31261 thefootnote
31262 \series default
31263  by 
31264 \series bold
31265
31266 \backslash
31267 theendnote
31268 \series default
31269 .
31270  To reset the endnote number use the command 
31271 \series bold
31272
31273 \backslash
31274 @addtoreset
31275 \series default
31276  as described in section
31277 \begin_inset space ~
31278 \end_inset
31279
31280
31281 \begin_inset CommandInset ref
31282 LatexCommand ref
31283 reference "subsec:Footnote-Numbering"
31284
31285 \end_inset
31286
31287  and replace the command parameter 
31288 \series bold
31289 footnote
31290 \series default
31291  by 
31292 \series bold
31293 endnote
31294 \series default
31295 .
31296 \end_layout
31297
31298 \begin_layout Standard
31299 For endnotes there is the command 
31300 \series bold
31301
31302 \backslash
31303 endnotemark[number]
31304 \series default
31305  similar to the command 
31306 \series bold
31307
31308 \backslash
31309 footnotemark
31310 \series default
31311 , that is described in section
31312 \begin_inset space ~
31313 \end_inset
31314
31315
31316 \begin_inset CommandInset ref
31317 LatexCommand ref
31318 reference "sec:Footnotes"
31319
31320 \end_inset
31321
31322 .
31323 \end_layout
31324
31325 \begin_layout Standard
31326 \begin_inset VSpace bigskip
31327 \end_inset
31328
31329 Footnotes can also be placed in the page margin and the footnote text alignment
31330  can be changed, see the \SpecialChar LaTeX
31331 -package 
31332 \series bold
31333 footmisc
31334 \series default
31335
31336 \begin_inset Index idx
31337 status collapsed
31338
31339 \begin_layout Plain Layout
31340 \SpecialChar LaTeX
31341 -packages ! footmisc
31342 \end_layout
31343
31344 \end_inset
31345
31346
31347 \begin_inset CommandInset citation
31348 LatexCommand cite
31349 key "footmisc"
31350
31351 \end_inset
31352
31353  for more information about this.
31354 \end_layout
31355
31356 \begin_layout Standard
31357 For various further footnote formatting issues have a look at \SpecialChar LaTeX
31358 -books, 
31359 \begin_inset CommandInset citation
31360 LatexCommand cite
31361 key "latexcompanion,latexguide,latexbook"
31362
31363 \end_inset
31364
31365 .
31366  If you are using a 
31367 \series bold
31368 KOMA-Script
31369 \series default
31370
31371 \begin_inset Index idx
31372 status collapsed
31373
31374 \begin_layout Plain Layout
31375 \SpecialChar LaTeX
31376 -packages ! KOMA-Script
31377 \end_layout
31378
31379 \end_inset
31380
31381  document class, you can adjust all footnote settings using class-specific
31382  commands, see 
31383 \begin_inset CommandInset citation
31384 LatexCommand cite
31385 key "KOMA-Script"
31386
31387 \end_inset
31388
31389 .
31390 \end_layout
31391
31392 \begin_layout Section
31393 Margin Notes
31394 \begin_inset Index idx
31395 status collapsed
31396
31397 \begin_layout Plain Layout
31398 Notes ! Margin Notes
31399 \end_layout
31400
31401 \end_inset
31402
31403
31404 \end_layout
31405
31406 \begin_layout Standard
31407 Margin notes look and behave in \SpecialChar LyX
31408  like footnotes.
31409  They are inserted via the menu 
31410 \family sans
31411 Insert\SpecialChar menuseparator
31412 Marginal
31413 \begin_inset space ~
31414 \end_inset
31415
31416 Note
31417 \family default
31418  or the toolbar button 
31419 \begin_inset Info
31420 type  "icon"
31421 arg   "marginalnote-insert"
31422 \end_inset
31423
31424 .
31425  A grey 
31426 \family roman
31427 \series medium
31428 box with the
31429 \family default
31430 \series default
31431  red 
31432 \family roman
31433 \series medium
31434 label 
31435 \begin_inset Quotes eld
31436 \end_inset
31437
31438 margin
31439 \begin_inset Quotes erd
31440 \end_inset
31441
31442  appears where you can enter the text of the margin note.
31443 \end_layout
31444
31445 \begin_layout Standard
31446 At the side is an example margin note.
31447
31448 \family roman
31449 \series medium
31450  
31451 \begin_inset Marginal
31452 status open
31453
31454 \begin_layout Plain Layout
31455 This is a margin note.
31456 \end_layout
31457
31458 \end_inset
31459
31460
31461 \end_layout
31462
31463 \begin_layout Standard
31464 Margin notes appear at the right side in single-sided documents.
31465  In double-sided documents they appear in the outer margin – left on even
31466  pages, right on odd pages.
31467  The text of margin notes is aligned opposite to the outer margin – right-aligne
31468 d when the note appears in the left margin.
31469  The first line of the margin note is placed at the position of the text
31470  line where it is inserted in the document.
31471 \end_layout
31472
31473 \begin_layout Standard
31474 \begin_inset VSpace bigskip
31475 \end_inset
31476
31477 To place the margin note in the inner margin, add the command
31478 \end_layout
31479
31480 \begin_layout Standard
31481
31482 \series bold
31483
31484 \backslash
31485 reversemarginpar
31486 \end_layout
31487
31488 \begin_layout Standard
31489 in \SpecialChar TeX
31490  Code before a margin note.
31491  The new placement is valid for all subsequent margin notes.
31492  
31493 \begin_inset ERT
31494 status collapsed
31495
31496 \begin_layout Plain Layout
31497
31498
31499 \backslash
31500 reversemarginpar 
31501 \end_layout
31502
31503 \end_inset
31504
31505
31506 \begin_inset Marginal
31507 status open
31508
31509 \begin_layout Plain Layout
31510 This is a margin note in the inner margin.
31511 \end_layout
31512
31513 \end_inset
31514
31515
31516 \series bold
31517
31518 \begin_inset Newline newline
31519 \end_inset
31520
31521
31522 \series default
31523
31524 \begin_inset Note Greyedout
31525 status open
31526
31527 \begin_layout Plain Layout
31528
31529 \series bold
31530 Note:
31531 \series default
31532  There is often not enough space in the inner margin so that the notes are
31533  not correctly displayed in the output.
31534 \end_layout
31535
31536 \end_inset
31537
31538
31539 \end_layout
31540
31541 \begin_layout Standard
31542 To return to the default placement insert the command
31543 \end_layout
31544
31545 \begin_layout Standard
31546
31547 \series bold
31548
31549 \backslash
31550 normalmarginpar
31551 \end_layout
31552
31553 \begin_layout Standard
31554 in \SpecialChar TeX
31555  Code.
31556 \begin_inset ERT
31557 status collapsed
31558
31559 \begin_layout Plain Layout
31560
31561
31562 \backslash
31563 normalmarginpar 
31564 \end_layout
31565
31566 \end_inset
31567
31568  
31569 \begin_inset Note Greyedout
31570 status open
31571
31572 \begin_layout Plain Layout
31573
31574 \series bold
31575 Note:
31576 \series default
31577  The command is ignored when it is within a paragraph where also the command
31578  
31579 \series bold
31580
31581 \backslash
31582 reversemarginpar
31583 \series default
31584  is inserted.
31585 \end_layout
31586
31587 \end_inset
31588
31589
31590 \end_layout
31591
31592 \begin_layout Standard
31593 \begin_inset VSpace bigskip
31594 \end_inset
31595
31596
31597 \family roman
31598 \series medium
31599
31600 \begin_inset Marginal
31601 status open
31602
31603 \begin_layout Plain Layout
31604 AVeryLongMarginParWord that isn't hyphenated.
31605 \end_layout
31606
31607 \end_inset
31608
31609
31610 \family default
31611 \series default
31612  Similar to the case described in section
31613 \begin_inset space ~
31614 \end_inset
31615
31616
31617 \begin_inset CommandInset ref
31618 LatexCommand ref
31619 reference "subsec:Multiple-Lines-in"
31620
31621 \end_inset
31622
31623 , long words cannot be hyphenated when they are the first word in a margin
31624  note.
31625  To avoid this, insert 0
31626 \begin_inset space \thinspace{}
31627 \end_inset
31628
31629 pt horizontal space before the word
31630 \family roman
31631 \series medium
31632 .
31633  
31634 \begin_inset Marginal
31635 status open
31636
31637 \begin_layout Plain Layout
31638 \begin_inset space \hspace*{}
31639 \length 0pt
31640 \end_inset
31641
31642 AVeryLongMarginParWord that is hyphenated.
31643 \end_layout
31644
31645 \end_inset
31646
31647
31648 \end_layout
31649
31650 \begin_layout Standard
31651 \begin_inset VSpace bigskip
31652 \end_inset
31653
31654
31655 \end_layout
31656
31657 \begin_layout Standard
31658 \begin_inset Note Greyedout
31659 status open
31660
31661 \begin_layout Plain Layout
31662
31663 \series bold
31664 Note:
31665 \series default
31666  Margin notes can normally not be used inside tables, floats, and footnotes.
31667 \end_layout
31668
31669 \end_inset
31670
31671
31672 \end_layout
31673
31674 \begin_layout Standard
31675 \begin_inset VSpace bigskip
31676 \end_inset
31677
31678
31679 \end_layout
31680
31681 \begin_layout Standard
31682 \begin_inset ERT
31683 status collapsed
31684
31685 \begin_layout Plain Layout
31686
31687
31688 \backslash
31689 ifmarginnote
31690 \end_layout
31691
31692 \end_inset
31693
31694
31695 \begin_inset Note Note
31696 status open
31697
31698 \begin_layout Plain Layout
31699 The following section will only be displayed when the \SpecialChar LaTeX
31700 -package 
31701 \series bold
31702 marginnote
31703 \series default
31704  is installed.
31705 \end_layout
31706
31707 \end_inset
31708
31709
31710 \end_layout
31711
31712 \begin_layout Standard
31713 This restriction can be evaded by using the \SpecialChar LaTeX
31714 -package 
31715 \series bold
31716 marginnote
31717 \series default
31718
31719 \begin_inset Index idx
31720 status collapsed
31721
31722 \begin_layout Plain Layout
31723 \SpecialChar LaTeX
31724 -packages ! marginnote
31725 \end_layout
31726
31727 \end_inset
31728
31729 .
31730  By adding these two lines to your document preamble, the command used by
31731  \SpecialChar LyX
31732  for margin notes is redefined to use the command provided by the 
31733 \series bold
31734 marginnote
31735 \series default
31736 -package:
31737 \end_layout
31738
31739 \begin_layout Standard
31740
31741 \series bold
31742
31743 \backslash
31744 usepackage{marginnote}
31745 \begin_inset Newline newline
31746 \end_inset
31747
31748
31749 \backslash
31750 let
31751 \backslash
31752 marginpar
31753 \backslash
31754 marginnote
31755 \end_layout
31756
31757 \begin_layout Standard
31758 This is also used in this document because 
31759 \series bold
31760 marginnote
31761 \series default
31762  has another useful feature: You can set a vertical offset for the note.
31763  This is often needed when too many margin notes are too close together
31764  or for a better page layout.
31765  The offset is set in \SpecialChar LyX
31766  as \SpecialChar TeX
31767  Code directly after the margin note in the scheme
31768 \end_layout
31769
31770 \begin_layout Standard
31771
31772 \series bold
31773 [offset]
31774 \end_layout
31775
31776 \begin_layout Standard
31777 where the offset is a length with one of the units listed in Table
31778 \begin_inset space ~
31779 \end_inset
31780
31781
31782 \begin_inset CommandInset ref
31783 LatexCommand ref
31784 reference "tab:Units"
31785
31786 \end_inset
31787
31788 .
31789  A negative value shifts the note up, a positive value shifts it down.
31790  
31791 \family roman
31792 \series medium
31793 For example the margin note beside this text line is shifted up 1.5
31794 \begin_inset space \thinspace{}
31795 \end_inset
31796
31797 cm with the \SpecialChar TeX
31798  Code command 
31799 \begin_inset Quotes eld
31800 \end_inset
31801
31802
31803 \family default
31804 \series bold
31805 [-1.5cm]
31806 \family roman
31807 \series medium
31808
31809 \begin_inset Quotes erd
31810 \end_inset
31811
31812
31813 \begin_inset Marginal
31814 status open
31815
31816 \begin_layout Plain Layout
31817 This margin note is shifted up 1.5
31818 \begin_inset space \thinspace{}
31819 \end_inset
31820
31821 cm from its original position.
31822 \end_layout
31823
31824 \end_inset
31825
31826
31827 \family default
31828 \series default
31829
31830 \begin_inset ERT
31831 status collapsed
31832
31833 \begin_layout Plain Layout
31834
31835 [-1.5cm]
31836 \end_layout
31837
31838 \end_inset
31839
31840
31841 \end_layout
31842
31843 \begin_layout Standard
31844 \begin_inset VSpace medskip
31845 \end_inset
31846
31847 With 
31848 \series bold
31849 marginnote
31850 \series default
31851  you can also change the alignment of the text in the margin note.
31852  For example the commands
31853 \end_layout
31854
31855 \begin_layout Standard
31856
31857 \series bold
31858
31859 \backslash
31860 renewcommand*{
31861 \backslash
31862 raggedleftmarginnote}{
31863 \backslash
31864 centering}
31865 \begin_inset Newline newline
31866 \end_inset
31867
31868
31869 \backslash
31870 renewcommand*{
31871 \backslash
31872 raggedrightmarginnote}{
31873 \backslash
31874 centering}
31875 \end_layout
31876
31877 \begin_layout Standard
31878 set the alignment to centered.
31879  
31880 \series bold
31881
31882 \backslash
31883 raggedleftmarginnote
31884 \series default
31885  denotes margin notes that appear at the left side.
31886 \family roman
31887 \series medium
31888
31889 \begin_inset ERT
31890 status collapsed
31891
31892 \begin_layout Plain Layout
31893
31894
31895 \backslash
31896 renewcommand*{
31897 \backslash
31898 raggedleftmarginnote}{
31899 \backslash
31900 centering}
31901 \end_layout
31902
31903 \begin_layout Plain Layout
31904
31905
31906 \backslash
31907 renewcommand*{
31908 \backslash
31909 raggedrightmarginnote}{
31910 \backslash
31911 centering}
31912 \end_layout
31913
31914 \end_inset
31915
31916
31917 \begin_inset Marginal
31918 status open
31919
31920 \begin_layout Plain Layout
31921 The text of this margin note is centered.
31922 \end_layout
31923
31924 \end_inset
31925
31926
31927 \family default
31928 \series default
31929  The default is
31930 \end_layout
31931
31932 \begin_layout Standard
31933
31934 \series bold
31935
31936 \backslash
31937 renewcommand*{
31938 \backslash
31939 raggedleftmarginnote}{
31940 \backslash
31941 raggedleft}
31942 \begin_inset Newline newline
31943 \end_inset
31944
31945
31946 \backslash
31947 renewcommand*{
31948 \backslash
31949 raggedrightmarginnote}{
31950 \backslash
31951 raggedright}
31952 \family roman
31953 \series medium
31954
31955 \begin_inset ERT
31956 status collapsed
31957
31958 \begin_layout Plain Layout
31959
31960
31961 \backslash
31962 renewcommand*{
31963 \backslash
31964 raggedleftmarginnote}{
31965 \backslash
31966 raggedleft}
31967 \end_layout
31968
31969 \begin_layout Plain Layout
31970
31971
31972 \backslash
31973 renewcommand*{
31974 \backslash
31975 raggedrightmarginnote}{
31976 \backslash
31977 raggedright}
31978 \end_layout
31979
31980 \end_inset
31981
31982
31983 \end_layout
31984
31985 \begin_layout Standard
31986 \begin_inset VSpace medskip
31987 \end_inset
31988
31989 For the other features of 
31990 \series bold
31991 marginnote
31992 \series default
31993  refer to its documentation 
31994 \begin_inset CommandInset citation
31995 LatexCommand cite
31996 key "marginnote"
31997
31998 \end_inset
31999
32000 .
32001 \end_layout
32002
32003 \begin_layout Standard
32004 \begin_inset VSpace bigskip
32005 \end_inset
32006
32007 You can adjust the layout of margin notes by changing its definition.
32008  To create for example a header for all margin notes with the underlined,
32009  sans-serif, and bold header text 
32010 \begin_inset Quotes eld
32011 \end_inset
32012
32013
32014 \family sans
32015 \series bold
32016 \bar under
32017 Attention!
32018 \family default
32019 \series default
32020 \bar default
32021
32022 \begin_inset Quotes erd
32023 \end_inset
32024
32025 , add this to your document preamble:
32026 \end_layout
32027
32028 \begin_layout Standard
32029
32030 \series bold
32031
32032 \backslash
32033 let
32034 \backslash
32035 myMarginpar
32036 \backslash
32037 marginpar
32038 \begin_inset Newline newline
32039 \end_inset
32040
32041
32042 \backslash
32043 renewcommand{
32044 \backslash
32045 marginpar}[1]{
32046 \backslash
32047 myMarginpar{%
32048 \begin_inset Newline newline
32049 \end_inset
32050
32051
32052 \begin_inset Phantom HPhantom
32053 status open
32054
32055 \begin_layout Plain Layout
32056
32057 \series bold
32058 \begin_inset space ~
32059 \end_inset
32060
32061
32062 \end_layout
32063
32064 \end_inset
32065
32066
32067 \backslash
32068 hspace{0pt}
32069 \backslash
32070 textsf{
32071 \backslash
32072 textbf{
32073 \backslash
32074 underbar{Attention!}}}%
32075 \begin_inset Newline newline
32076 \end_inset
32077
32078
32079 \begin_inset Phantom HPhantom
32080 status open
32081
32082 \begin_layout Plain Layout
32083
32084 \series bold
32085 \begin_inset space ~
32086 \end_inset
32087
32088
32089 \end_layout
32090
32091 \end_inset
32092
32093
32094 \backslash
32095 vspace{1.5mm}
32096 \backslash
32097
32098 \backslash
32099 #1}}
32100 \end_layout
32101
32102 \begin_layout Standard
32103
32104 \family roman
32105 \series medium
32106 \begin_inset ERT
32107 status collapsed
32108
32109 \begin_layout Plain Layout
32110
32111
32112 \backslash
32113 let
32114 \backslash
32115 myMarginpar
32116 \backslash
32117 marginpar
32118 \end_layout
32119
32120 \begin_layout Plain Layout
32121
32122
32123 \backslash
32124 renewcommand{
32125 \backslash
32126 marginpar}[1]{
32127 \backslash
32128 myMarginpar{%
32129 \end_layout
32130
32131 \begin_layout Plain Layout
32132
32133    
32134 \backslash
32135 textsf{
32136 \backslash
32137 textbf{
32138 \backslash
32139 underbar{Attention!}}}%
32140 \end_layout
32141
32142 \begin_layout Plain Layout
32143
32144    
32145 \backslash
32146 vspace{1.5mm}
32147 \backslash
32148
32149 \backslash
32150 #1}}
32151 \end_layout
32152
32153 \end_inset
32154
32155
32156 \begin_inset Marginal
32157 status open
32158
32159 \begin_layout Plain Layout
32160 This is a margin note with a defined heading.
32161 \end_layout
32162
32163 \end_inset
32164
32165
32166 \family default
32167 \series default
32168
32169 \begin_inset ERT
32170 status collapsed
32171
32172 \begin_layout Plain Layout
32173
32174 [-1.5cm]
32175 \end_layout
32176
32177 \end_inset
32178
32179
32180 \family roman
32181 \series medium
32182
32183 \begin_inset ERT
32184 status collapsed
32185
32186 \begin_layout Plain Layout
32187
32188
32189 \backslash
32190 renewcommand{
32191 \backslash
32192 marginpar}[1]{
32193 \backslash
32194 myMarginpar{#1}}
32195 \end_layout
32196
32197 \end_inset
32198
32199
32200 \family default
32201 \series default
32202
32203 \begin_inset Note Note
32204 status collapsed
32205
32206 \begin_layout Plain Layout
32207 The margin note format is changed only for this example.
32208 \end_layout
32209
32210 \end_inset
32211
32212
32213 \end_layout
32214
32215 \begin_layout Standard
32216 \begin_inset ERT
32217 status collapsed
32218
32219 \begin_layout Plain Layout
32220
32221
32222 \backslash
32223 else
32224 \end_layout
32225
32226 \end_inset
32227
32228
32229 \begin_inset Note Note
32230 status open
32231
32232 \begin_layout Plain Layout
32233 The following will be displayed when the \SpecialChar LaTeX
32234 -package 
32235 \series bold
32236 marginnote
32237 \series default
32238  is not installed:
32239 \end_layout
32240
32241 \end_inset
32242
32243
32244 \end_layout
32245
32246 \begin_layout Standard
32247 You need to install the \SpecialChar LaTeX
32248 -package 
32249 \series bold
32250 marginnote
32251 \series default
32252  to see the following part of this section in the output.
32253 \end_layout
32254
32255 \begin_layout Standard
32256 \begin_inset ERT
32257 status collapsed
32258
32259 \begin_layout Plain Layout
32260
32261
32262 \backslash
32263 fi
32264 \end_layout
32265
32266 \end_inset
32267
32268
32269 \end_layout
32270
32271 \begin_layout Chapter
32272 Boxes
32273 \end_layout
32274
32275 \begin_layout Section
32276 Introduction
32277 \begin_inset Index idx
32278 status collapsed
32279
32280 \begin_layout Plain Layout
32281 Boxes ! Introduction
32282 \end_layout
32283
32284 \end_inset
32285
32286
32287 \end_layout
32288
32289 \begin_layout Standard
32290 Boxes are used to format a block of text.
32291  Boxes can be used to write documents with multiple languages, see section
32292 \begin_inset space ~
32293 \end_inset
32294
32295
32296 \begin_inset CommandInset ref
32297 LatexCommand ref
32298 reference "sec:Minipages"
32299
32300 \end_inset
32301
32302 , to frame texts, see section
32303 \begin_inset space ~
32304 \end_inset
32305
32306
32307 \begin_inset CommandInset ref
32308 LatexCommand ref
32309 reference "sec:Decoration"
32310
32311 \end_inset
32312
32313 , to prevent words from being hyphenated, see section
32314 \begin_inset space ~
32315 \end_inset
32316
32317
32318 \begin_inset CommandInset ref
32319 LatexCommand ref
32320 reference "sec:Prevent-Hyphenation"
32321
32322 \end_inset
32323
32324 , to align text, see section
32325 \begin_inset space ~
32326 \end_inset
32327
32328
32329 \begin_inset CommandInset ref
32330 LatexCommand ref
32331 reference "subsec:Vertical-Alignment"
32332
32333 \end_inset
32334
32335 , or to set the background color of texts, see section
32336 \begin_inset space ~
32337 \end_inset
32338
32339
32340 \begin_inset CommandInset ref
32341 LatexCommand ref
32342 reference "sec:Colored-Boxes"
32343
32344 \end_inset
32345
32346 .
32347 \end_layout
32348
32349 \begin_layout Standard
32350 Boxes can be inserted with the menu 
32351 \family sans
32352 Insert\SpecialChar menuseparator
32353 Box
32354 \family default
32355  or the toolbar button 
32356 \begin_inset Info
32357 type  "icon"
32358 arg   "box-insert Frameless"
32359 \end_inset
32360
32361 .
32362  A grey box with the label 
32363 \family sans
32364 Box (Minipage)
32365 \family default
32366
32367 \begin_inset Graphics
32368         filename clipart/BoxInsetDefault.png
32369         scale 85
32370         scaleBeforeRotation
32371
32372 \end_inset
32373
32374  will be inserted.
32375  The box type can be specified by right-clicking on the box and selecting
32376  
32377 \family sans
32378 Settings
32379 \family default
32380 .
32381  The box dialog offers the 
32382 \family sans
32383 Inner
32384 \begin_inset space ~
32385 \end_inset
32386
32387 Box
32388 \family default
32389  types 
32390 \family sans
32391 Makebox
32392 \family default
32393
32394 \family sans
32395 Parbox
32396 \family default
32397  and 
32398 \family sans
32399 Minipage
32400 \family default
32401 .
32402  The type 
32403 \family sans
32404 Minipage
32405 \family default
32406  is the default for new boxes and is explained in section
32407 \begin_inset space ~
32408 \end_inset
32409
32410
32411 \begin_inset CommandInset ref
32412 LatexCommand ref
32413 reference "sec:Minipages"
32414
32415 \end_inset
32416
32417 ; the type 
32418 \family sans
32419 Parbox
32420 \family default
32421  is described in section
32422 \begin_inset space ~
32423 \end_inset
32424
32425
32426 \begin_inset CommandInset ref
32427 LatexCommand ref
32428 reference "sec:Parboxes"
32429
32430 \end_inset
32431
32432  and the type 
32433 \family sans
32434 Makebox
32435 \family default
32436  in 
32437 \begin_inset CommandInset ref
32438 LatexCommand ref
32439 reference "sec:Prevent-Hyphenation"
32440
32441 \end_inset
32442
32443 .
32444 \end_layout
32445
32446 \begin_layout Standard
32447 Boxes are not numbered and can therefore not be referenced like floats or
32448  footnotes.
32449 \end_layout
32450
32451 \begin_layout Standard
32452 \begin_inset Note Greyedout
32453 status open
32454
32455 \begin_layout Plain Layout
32456
32457 \series bold
32458 Note:
32459 \series default
32460  Boxes must not be the item in an 
32461 \family sans
32462 Itemize
32463 \family default
32464  or 
32465 \family sans
32466 Description
32467 \family default
32468  environment.
32469 \end_layout
32470
32471 \end_inset
32472
32473
32474 \end_layout
32475
32476 \begin_layout Standard
32477 \begin_inset Note Greyedout
32478 status open
32479
32480 \begin_layout Plain Layout
32481
32482 \series bold
32483 Note:
32484 \series default
32485  For an unknown reason you can only set the 
32486 \family sans
32487 Inner
32488 \begin_inset space ~
32489 \end_inset
32490
32491 Box
32492 \family default
32493  type to 
32494 \family sans
32495 None
32496 \family default
32497  when you use a framed box.
32498  Boxes without an 
32499 \family sans
32500 Inner
32501 \begin_inset space ~
32502 \end_inset
32503
32504 Box
32505 \family default
32506  type and without frames are explained in section
32507 \begin_inset space ~
32508 \end_inset
32509
32510
32511 \begin_inset CommandInset ref
32512 LatexCommand ref
32513 reference "sec:Prevent-Hyphenation"
32514
32515 \end_inset
32516
32517 .
32518 \end_layout
32519
32520 \end_inset
32521
32522
32523 \end_layout
32524
32525 \begin_layout Section
32526 Box Dialog
32527 \begin_inset CommandInset label
32528 LatexCommand label
32529 name "sec:Box-Dialog"
32530
32531 \end_inset
32532
32533
32534 \begin_inset Index idx
32535 status collapsed
32536
32537 \begin_layout Plain Layout
32538 Boxes ! Box Dialog
32539 \end_layout
32540
32541 \end_inset
32542
32543
32544 \end_layout
32545
32546 \begin_layout Subsection
32547 Size
32548 \begin_inset Index idx
32549 status collapsed
32550
32551 \begin_layout Plain Layout
32552 Boxes ! Size
32553 \end_layout
32554
32555 \end_inset
32556
32557
32558 \end_layout
32559
32560 \begin_layout Standard
32561 In the box dialog you can adjust the box geometry in the fields 
32562 \family sans
32563 Width
32564 \family default
32565  and 
32566 \family sans
32567 Height
32568 \family default
32569 .
32570  The available units for the geometry are explained in Table
32571 \begin_inset space ~
32572 \end_inset
32573
32574
32575 \begin_inset CommandInset ref
32576 LatexCommand ref
32577 reference "tab:Units"
32578
32579 \end_inset
32580
32581 .
32582  The field 
32583 \family sans
32584 Height
32585 \family default
32586  offers the following additional sizes:
32587 \end_layout
32588
32589 \begin_layout Description
32590 Depth This is the plain text 
32591 \begin_inset Quotes eld
32592 \end_inset
32593
32594 height
32595 \begin_inset Quotes erd
32596 \end_inset
32597
32598 .
32599  It ignores the total depth when there are multiple text lines in the box:
32600 \begin_inset Newline newline
32601 \end_inset
32602
32603
32604 \begin_inset Newline newline
32605 \end_inset
32606
32607
32608 \begin_inset Newline newline
32609 \end_inset
32610
32611
32612 \begin_inset Box Boxed
32613 position "c"
32614 hor_pos "c"
32615 has_inner_box 1
32616 inner_pos "c"
32617 use_parbox 0
32618 use_makebox 0
32619 width "12col%"
32620 special "none"
32621 height "1in"
32622 height_special "depth"
32623 thickness "0.4pt"
32624 separation "3pt"
32625 shadowsize "4pt"
32626 framecolor "black"
32627 backgroundcolor "none"
32628 status collapsed
32629
32630 \begin_layout Plain Layout
32631 \align center
32632 Box height set to 1
32633 \begin_inset space \thinspace{}
32634 \end_inset
32635
32636 Depth
32637 \end_layout
32638
32639 \end_inset
32640
32641
32642 \begin_inset Newline newline
32643 \end_inset
32644
32645
32646 \begin_inset Newline newline
32647 \end_inset
32648
32649
32650 \end_layout
32651
32652 \begin_layout Description
32653 Height This is the height of the text that is inside the box.
32654  A value of e.
32655 \begin_inset space \thinspace{}
32656 \end_inset
32657
32658 g.
32659 \begin_inset space \space{}
32660 \end_inset
32661
32662 2 for this size will set the box height to 2
32663 \begin_inset space ~
32664 \end_inset
32665
32666 times the text height: 
32667 \begin_inset Box Boxed
32668 position "c"
32669 hor_pos "c"
32670 has_inner_box 1
32671 inner_pos "c"
32672 use_parbox 0
32673 use_makebox 0
32674 width "20col%"
32675 special "none"
32676 height "2in"
32677 height_special "height"
32678 thickness "0.4pt"
32679 separation "3pt"
32680 shadowsize "4pt"
32681 framecolor "black"
32682 backgroundcolor "none"
32683 status collapsed
32684
32685 \begin_layout Plain Layout
32686 \align center
32687 Box height set to 2
32688 \begin_inset space \thinspace{}
32689 \end_inset
32690
32691 Height
32692 \end_layout
32693
32694 \end_inset
32695
32696
32697 \end_layout
32698
32699 \begin_layout Description
32700 Total
32701 \begin_inset space ~
32702 \end_inset
32703
32704 Height This is the Height
32705 \begin_inset space \thinspace{}
32706 \end_inset
32707
32708 +
32709 \begin_inset space \thinspace{}
32710 \end_inset
32711
32712 Depth: 
32713 \begin_inset Box Boxed
32714 position "c"
32715 hor_pos "c"
32716 has_inner_box 1
32717 inner_pos "c"
32718 use_parbox 0
32719 use_makebox 0
32720 width "20col%"
32721 special "none"
32722 height "1in"
32723 height_special "totalheight"
32724 thickness "0.4pt"
32725 separation "3pt"
32726 shadowsize "4pt"
32727 framecolor "black"
32728 backgroundcolor "none"
32729 status collapsed
32730
32731 \begin_layout Plain Layout
32732 \align center
32733 Box height set to 1
32734 \begin_inset space \thinspace{}
32735 \end_inset
32736
32737 Total
32738 \begin_inset space ~
32739 \end_inset
32740
32741 Height
32742 \end_layout
32743
32744 \end_inset
32745
32746
32747 \end_layout
32748
32749 \begin_layout Description
32750 Width This sets the width of the box as height: 
32751 \begin_inset Box Boxed
32752 position "c"
32753 hor_pos "c"
32754 has_inner_box 1
32755 inner_pos "c"
32756 use_parbox 0
32757 use_makebox 0
32758 width "12col%"
32759 special "none"
32760 height "1in"
32761 height_special "width"
32762 thickness "0.4pt"
32763 separation "3pt"
32764 shadowsize "4pt"
32765 framecolor "black"
32766 backgroundcolor "none"
32767 status collapsed
32768
32769 \begin_layout Plain Layout
32770 \align center
32771 Box height set to 1
32772 \begin_inset space \thinspace{}
32773 \end_inset
32774
32775 Width
32776 \end_layout
32777
32778 \end_inset
32779
32780
32781 \end_layout
32782
32783 \begin_layout Subsection
32784 Alignment
32785 \begin_inset Index idx
32786 status collapsed
32787
32788 \begin_layout Plain Layout
32789 Boxes ! Alignment
32790 \end_layout
32791
32792 \end_inset
32793
32794
32795 \end_layout
32796
32797 \begin_layout Standard
32798 When you have chosen an 
32799 \family sans
32800 Inner
32801 \begin_inset space ~
32802 \end_inset
32803
32804 Box
32805 \family default
32806 , the vertical box alignment can be:
32807 \end_layout
32808
32809 \begin_layout Description
32810 Top This is an example text line.
32811  
32812 \begin_inset Box Boxed
32813 position "t"
32814 hor_pos "c"
32815 has_inner_box 1
32816 inner_pos "c"
32817 use_parbox 0
32818 use_makebox 0
32819 width "12col%"
32820 special "none"
32821 height "1in"
32822 height_special "totalheight"
32823 thickness "0.4pt"
32824 separation "3pt"
32825 shadowsize "4pt"
32826 framecolor "black"
32827 backgroundcolor "none"
32828 status collapsed
32829
32830 \begin_layout Plain Layout
32831 \align center
32832 This box is top-aligned.
32833 \end_layout
32834
32835 \end_inset
32836
32837  This is an example text line.
32838 \end_layout
32839
32840 \begin_layout Description
32841 Middle This is an example text line.
32842  
32843 \begin_inset Box Boxed
32844 position "c"
32845 hor_pos "c"
32846 has_inner_box 1
32847 inner_pos "c"
32848 use_parbox 0
32849 use_makebox 0
32850 width "12col%"
32851 special "none"
32852 height "1in"
32853 height_special "totalheight"
32854 thickness "0.4pt"
32855 separation "3pt"
32856 shadowsize "4pt"
32857 framecolor "black"
32858 backgroundcolor "none"
32859 status collapsed
32860
32861 \begin_layout Plain Layout
32862 \align center
32863 This box is middle-aligned.
32864 \end_layout
32865
32866 \end_inset
32867
32868  This is an example text line.
32869 \end_layout
32870
32871 \begin_layout Description
32872 Bottom This is an example text line.
32873  
32874 \begin_inset Box Boxed
32875 position "b"
32876 hor_pos "c"
32877 has_inner_box 1
32878 inner_pos "c"
32879 use_parbox 0
32880 use_makebox 0
32881 width "12col%"
32882 special "none"
32883 height "1in"
32884 height_special "totalheight"
32885 thickness "0.4pt"
32886 separation "3pt"
32887 shadowsize "4pt"
32888 framecolor "black"
32889 backgroundcolor "none"
32890 status collapsed
32891
32892 \begin_layout Plain Layout
32893 \align center
32894 This box is bottom-aligned.
32895 \end_layout
32896
32897 \end_inset
32898
32899  This is an example text line.
32900 \end_layout
32901
32902 \begin_layout Standard
32903 \begin_inset Note Greyedout
32904 status open
32905
32906 \begin_layout Plain Layout
32907
32908 \series bold
32909 Note:
32910 \series default
32911  The vertical box alignment can be lost in the output when you have two
32912  boxes in a line and one has e.
32913 \begin_inset space \thinspace{}
32914 \end_inset
32915
32916 g.
32917 \begin_inset space \space{}
32918 \end_inset
32919
32920 a shadow and the other one not.
32921 \end_layout
32922
32923 \end_inset
32924
32925
32926 \end_layout
32927
32928 \begin_layout Standard
32929 The horizontal box alignment can be set via \SpecialChar LyX
32930 's paragraph dialog when you
32931  set the box into its own paragraph.
32932 \end_layout
32933
32934 \begin_layout Standard
32935 \begin_inset VSpace bigskip
32936 \end_inset
32937
32938 When you have chosen an 
32939 \family sans
32940 Inner
32941 \begin_inset space ~
32942 \end_inset
32943
32944 Box
32945 \family default
32946 , the box content can be aligned vertically to:
32947 \end_layout
32948
32949 \begin_layout Description
32950 top This is an example text line.
32951  
32952 \begin_inset Box Boxed
32953 position "c"
32954 hor_pos "c"
32955 has_inner_box 1
32956 inner_pos "t"
32957 use_parbox 0
32958 use_makebox 0
32959 width "12col%"
32960 special "none"
32961 height "1.5in"
32962 height_special "totalheight"
32963 thickness "0.4pt"
32964 separation "3pt"
32965 shadowsize "4pt"
32966 framecolor "black"
32967 backgroundcolor "none"
32968 status collapsed
32969
32970 \begin_layout Plain Layout
32971 \align center
32972 This box text is top-aligned.
32973 \end_layout
32974
32975 \end_inset
32976
32977  This is an example text line.
32978 \end_layout
32979
32980 \begin_layout Description
32981 middle This is an example text line.
32982  
32983 \begin_inset Box Boxed
32984 position "c"
32985 hor_pos "c"
32986 has_inner_box 1
32987 inner_pos "c"
32988 use_parbox 0
32989 use_makebox 0
32990 width "12col%"
32991 special "none"
32992 height "1.5in"
32993 height_special "totalheight"
32994 thickness "0.4pt"
32995 separation "3pt"
32996 shadowsize "4pt"
32997 framecolor "black"
32998 backgroundcolor "none"
32999 status collapsed
33000
33001 \begin_layout Plain Layout
33002 \align center
33003 This box text is middle-aligned.
33004 \end_layout
33005
33006 \end_inset
33007
33008  This is an example text line.
33009 \end_layout
33010
33011 \begin_layout Description
33012 bottom This is an example text line.
33013  
33014 \begin_inset Box Boxed
33015 position "c"
33016 hor_pos "c"
33017 has_inner_box 1
33018 inner_pos "b"
33019 use_parbox 0
33020 use_makebox 0
33021 width "12col%"
33022 special "none"
33023 height "1.5in"
33024 height_special "totalheight"
33025 thickness "0.4pt"
33026 separation "3pt"
33027 shadowsize "4pt"
33028 framecolor "black"
33029 backgroundcolor "none"
33030 status collapsed
33031
33032 \begin_layout Plain Layout
33033 \align center
33034 This box text is bottom-aligned.
33035 \end_layout
33036
33037 \end_inset
33038
33039  This is an example text line.
33040 \end_layout
33041
33042 \begin_layout Description
33043 stretch This is an example text line.
33044  
33045 \begin_inset Box Boxed
33046 position "c"
33047 hor_pos "c"
33048 has_inner_box 1
33049 inner_pos "s"
33050 use_parbox 0
33051 use_makebox 0
33052 width "12col%"
33053 special "none"
33054 height "1.5in"
33055 height_special "totalheight"
33056 thickness "0.4pt"
33057 separation "3pt"
33058 shadowsize "4pt"
33059 framecolor "black"
33060 backgroundcolor "none"
33061 status collapsed
33062
33063 \begin_layout Plain Layout
33064 \align center
33065 This box
33066 \end_layout
33067
33068 \begin_layout Plain Layout
33069 \align center
33070 text is
33071 \end_layout
33072
33073 \begin_layout Plain Layout
33074 \align center
33075 stretched.
33076 \end_layout
33077
33078 \end_inset
33079
33080  This is an example text line.
33081 \end_layout
33082
33083 \begin_layout Standard
33084 To stretch the box content, it must consist of more than one paragraph.
33085  In the example above every text line is in an own paragraph.
33086 \end_layout
33087
33088 \begin_layout Standard
33089 \begin_inset VSpace bigskip
33090 \end_inset
33091
33092 To align the box content horizontally you can use \SpecialChar LyX
33093 's paragraph dialog when
33094  you have chosen an 
33095 \family sans
33096 Inner
33097 \begin_inset space ~
33098 \end_inset
33099
33100 Box
33101 \family default
33102 .
33103 \end_layout
33104
33105 \begin_layout Standard
33106 \align center
33107 \begin_inset Box Boxed
33108 position "c"
33109 hor_pos "c"
33110 has_inner_box 1
33111 inner_pos "s"
33112 use_parbox 0
33113 use_makebox 0
33114 width "15col%"
33115 special "none"
33116 height "1.25in"
33117 height_special "totalheight"
33118 thickness "0.4pt"
33119 separation "3pt"
33120 shadowsize "4pt"
33121 framecolor "black"
33122 backgroundcolor "none"
33123 status collapsed
33124
33125 \begin_layout Plain Layout
33126 \align left
33127 This box
33128 \end_layout
33129
33130 \begin_layout Plain Layout
33131 \align center
33132 text is
33133 \end_layout
33134
33135 \begin_layout Plain Layout
33136 \align right
33137 stretched.
33138 \end_layout
33139
33140 \end_inset
33141
33142
33143 \end_layout
33144
33145 \begin_layout Standard
33146 If you have not set an 
33147 \family sans
33148 Inner
33149 \begin_inset space ~
33150 \end_inset
33151
33152 Box
33153 \family default
33154 , you can align the box content horizontally in the box dialog.
33155 \begin_inset Separator latexpar
33156 \end_inset
33157
33158
33159 \end_layout
33160
33161 \begin_layout Standard
33162 \align center
33163 \begin_inset Box Boxed
33164 position "c"
33165 hor_pos "s"
33166 has_inner_box 0
33167 inner_pos "s"
33168 use_parbox 0
33169 use_makebox 0
33170 width "90col%"
33171 special "none"
33172 height "1.25in"
33173 height_special "totalheight"
33174 thickness "0.4pt"
33175 separation "3pt"
33176 shadowsize "4pt"
33177 framecolor "black"
33178 backgroundcolor "none"
33179 status collapsed
33180
33181 \begin_layout Plain Layout
33182 This box text is horizontally stretched.
33183 \end_layout
33184
33185 \end_inset
33186
33187
33188 \end_layout
33189
33190 \begin_layout Subsection
33191 Decoration
33192 \begin_inset CommandInset label
33193 LatexCommand label
33194 name "sec:Decoration"
33195
33196 \end_inset
33197
33198
33199 \begin_inset Index idx
33200 status collapsed
33201
33202 \begin_layout Plain Layout
33203 Boxes ! Decoration
33204 \end_layout
33205
33206 \end_inset
33207
33208
33209 \end_layout
33210
33211 \begin_layout Standard
33212 The type of the box can be specified in the box dialog in the drop-down
33213  list 
33214 \family sans
33215 Decoration
33216 \family default
33217 .
33218  The following types are possible:
33219 \end_layout
33220
33221 \begin_layout Description
33222 No
33223 \begin_inset space ~
33224 \end_inset
33225
33226 frame Nothing is drawn.
33227 \end_layout
33228
33229 \begin_layout Description
33230 Simple
33231 \begin_inset space ~
33232 \end_inset
33233
33234 rectangular
33235 \begin_inset space ~
33236 \end_inset
33237
33238 frame This draws a rectangular frame around the box.
33239  The frame line thickness can be specified.
33240  
33241 \begin_inset Box Boxed
33242 position "c"
33243 hor_pos "c"
33244 has_inner_box 1
33245 inner_pos "c"
33246 use_parbox 0
33247 use_makebox 0
33248 width "20col%"
33249 special "none"
33250 height "1in"
33251 height_special "totalheight"
33252 thickness "0.4pt"
33253 separation "3pt"
33254 shadowsize "4pt"
33255 framecolor "black"
33256 backgroundcolor "none"
33257 status collapsed
33258
33259 \begin_layout Plain Layout
33260 \align center
33261 Rectangular box
33262 \end_layout
33263
33264 \end_inset
33265
33266
33267 \end_layout
33268
33269 \begin_layout Description
33270 Oval
33271 \begin_inset space ~
33272 \end_inset
33273
33274 box,
33275 \begin_inset space ~
33276 \end_inset
33277
33278 thin This draws an oval frame around the box.
33279  The frame line thickness has the size 0.4
33280 \begin_inset space \thinspace{}
33281 \end_inset
33282
33283 pt.
33284  
33285 \begin_inset Box ovalbox
33286 position "c"
33287 hor_pos "c"
33288 has_inner_box 1
33289 inner_pos "c"
33290 use_parbox 0
33291 use_makebox 0
33292 width "20col%"
33293 special "none"
33294 height "1in"
33295 height_special "totalheight"
33296 thickness "0.4pt"
33297 separation "3pt"
33298 shadowsize "4pt"
33299 framecolor "black"
33300 backgroundcolor "none"
33301 status collapsed
33302
33303 \begin_layout Plain Layout
33304 \align center
33305 Oval box, thin
33306 \end_layout
33307
33308 \end_inset
33309
33310
33311 \end_layout
33312
33313 \begin_layout Description
33314 Oval
33315 \begin_inset space ~
33316 \end_inset
33317
33318 box,
33319 \begin_inset space ~
33320 \end_inset
33321
33322 thick This draws an oval frame around the box.
33323  The frame line thickness has the size 0.8
33324 \begin_inset space \thinspace{}
33325 \end_inset
33326
33327 pt.
33328  
33329 \begin_inset Box Ovalbox
33330 position "c"
33331 hor_pos "c"
33332 has_inner_box 1
33333 inner_pos "c"
33334 use_parbox 0
33335 use_makebox 0
33336 width "20col%"
33337 special "none"
33338 height "1in"
33339 height_special "totalheight"
33340 thickness "0.4pt"
33341 separation "3pt"
33342 shadowsize "4pt"
33343 framecolor "black"
33344 backgroundcolor "none"
33345 status collapsed
33346
33347 \begin_layout Plain Layout
33348 \align center
33349 Oval box, thick
33350 \end_layout
33351
33352 \end_inset
33353
33354
33355 \end_layout
33356
33357 \begin_layout Description
33358 Drop
33359 \begin_inset space ~
33360 \end_inset
33361
33362 shadow This draws a rectangular frame with a shadow around the box.
33363  The frame line thickness and the shadow can be specified.
33364  
33365 \begin_inset Box Shadowbox
33366 position "c"
33367 hor_pos "c"
33368 has_inner_box 1
33369 inner_pos "c"
33370 use_parbox 0
33371 use_makebox 0
33372 width "20col%"
33373 special "none"
33374 height "1in"
33375 height_special "totalheight"
33376 thickness "0.4pt"
33377 separation "3pt"
33378 shadowsize "4pt"
33379 framecolor "black"
33380 backgroundcolor "none"
33381 status collapsed
33382
33383 \begin_layout Plain Layout
33384 \align center
33385 Shadow box
33386 \end_layout
33387
33388 \end_inset
33389
33390
33391 \end_layout
33392
33393 \begin_layout Description
33394 Shaded
33395 \begin_inset space ~
33396 \end_inset
33397
33398 background This draws a box with a red background.
33399  Unlike colored boxes
33400 \begin_inset Foot
33401 status collapsed
33402
33403 \begin_layout Plain Layout
33404 see sec.
33405 \begin_inset space \thinspace{}
33406 \end_inset
33407
33408
33409 \begin_inset CommandInset ref
33410 LatexCommand ref
33411 reference "sec:Colored-Boxes"
33412
33413 \end_inset
33414
33415
33416 \end_layout
33417
33418 \end_inset
33419
33420 , it always uses the whole column width and the box is set as its own paragraph.
33421  
33422 \begin_inset Box Shaded
33423 position "t"
33424 hor_pos "c"
33425 has_inner_box 0
33426 inner_pos "t"
33427 use_parbox 0
33428 use_makebox 0
33429 width "50col%"
33430 special "none"
33431 height "1in"
33432 height_special "totalheight"
33433 thickness "0.4pt"
33434 separation "3pt"
33435 shadowsize "4pt"
33436 framecolor "black"
33437 backgroundcolor "none"
33438 status collapsed
33439
33440 \begin_layout Plain Layout
33441 Shaded background box
33442 \end_layout
33443
33444 \end_inset
33445
33446
33447 \end_layout
33448
33449 \begin_layout Description
33450 Double
33451 \begin_inset space ~
33452 \end_inset
33453
33454 rectangular
33455 \begin_inset space ~
33456 \end_inset
33457
33458 frame This draws a double-line rectangular frame around the box.
33459  The line thickness of the inner frame is 0.75
33460 \begin_inset space \thinspace{}
33461 \end_inset
33462
33463 line
33464 \begin_inset space ~
33465 \end_inset
33466
33467 thickness, the thickness of the outer frame is 1.5
33468 \begin_inset space \thinspace{}
33469 \end_inset
33470
33471 line
33472 \begin_inset space ~
33473 \end_inset
33474
33475 thickness.
33476  The distance between the lines is 1.5
33477 \begin_inset space \thinspace{}
33478 \end_inset
33479
33480 line
33481 \begin_inset space ~
33482 \end_inset
33483
33484 thickness
33485 \begin_inset space \thinspace{}
33486 \end_inset
33487
33488 +
33489 \begin_inset space \thinspace{}
33490 \end_inset
33491
33492 0.5
33493 \begin_inset space \thinspace{}
33494 \end_inset
33495
33496 pt.
33497  
33498 \begin_inset Box Doublebox
33499 position "c"
33500 hor_pos "c"
33501 has_inner_box 1
33502 inner_pos "c"
33503 use_parbox 0
33504 use_makebox 0
33505 width "20col%"
33506 special "none"
33507 height "1in"
33508 height_special "totalheight"
33509 thickness "0.4pt"
33510 separation "3pt"
33511 shadowsize "4pt"
33512 framecolor "black"
33513 backgroundcolor "none"
33514 status collapsed
33515
33516 \begin_layout Plain Layout
33517 \align center
33518 Double rectangular box
33519 \end_layout
33520
33521 \end_inset
33522
33523
33524 \end_layout
33525
33526 \begin_layout Standard
33527 \begin_inset VSpace bigskip
33528 \end_inset
33529
33530 \SpecialChar LyX
33531 's box label will reflect the different frame types.
33532  To be able to use all types, the \SpecialChar LaTeX
33533 -package 
33534 \series bold
33535 fancybox
33536 \series default
33537
33538 \begin_inset Index idx
33539 status collapsed
33540
33541 \begin_layout Plain Layout
33542 \SpecialChar LaTeX
33543 -packages ! fancybox
33544 \end_layout
33545
33546 \end_inset
33547
33548  must be installed.
33549 \end_layout
33550
33551 \begin_layout Standard
33552 \begin_inset VSpace bigskip
33553 \end_inset
33554
33555 When you use the decoration 
33556 \family sans
33557 simple rectangular frame
33558 \family default
33559  and no inner box, you can allow page breaks within a box.
33560  Note that then, unlike other framed boxes, the frame always uses the whole
33561  column width and the box is set as its own paragraph: 
33562 \begin_inset Box Framed
33563 position "t"
33564 hor_pos "c"
33565 has_inner_box 0
33566 inner_pos "t"
33567 use_parbox 0
33568 use_makebox 0
33569 width "100col%"
33570 special "none"
33571 height "1in"
33572 height_special "totalheight"
33573 thickness "0.4pt"
33574 separation "3pt"
33575 shadowsize "4pt"
33576 framecolor "black"
33577 backgroundcolor "none"
33578 status collapsed
33579
33580 \begin_layout Plain Layout
33581 Allow page break box
33582 \end_layout
33583
33584 \end_inset
33585
33586
33587 \end_layout
33588
33589 \begin_layout Section
33590 Box Customization
33591 \begin_inset Index idx
33592 status collapsed
33593
33594 \begin_layout Plain Layout
33595 Boxes ! Customization
33596 \end_layout
33597
33598 \end_inset
33599
33600
33601 \end_layout
33602
33603 \begin_layout Standard
33604 The diameter of the round corners of the oval boxes can be set with the
33605  command 
33606 \series bold
33607
33608 \backslash
33609 cornersize
33610 \series default
33611 .
33612  The command
33613 \end_layout
33614
33615 \begin_layout Standard
33616
33617 \series bold
33618
33619 \backslash
33620 cornersize*{1cm}
33621 \end_layout
33622
33623 \begin_layout Standard
33624 sets the diameter to 1
33625 \begin_inset space \thinspace{}
33626 \end_inset
33627
33628 cm.
33629  The command
33630 \end_layout
33631
33632 \begin_layout Standard
33633
33634 \series bold
33635
33636 \backslash
33637 cornersize{num}
33638 \end_layout
33639
33640 \begin_layout Standard
33641 sets the diameter to 
33642 \family sans
33643 num
33644 \begin_inset space \thinspace{}
33645 \end_inset
33646
33647 ×
33648 \begin_inset space \thinspace{}
33649 \end_inset
33650
33651 minimum(width and height of box)
33652 \family default
33653 .
33654  The default is 
33655 \series bold
33656
33657 \backslash
33658 cornersize{0.5}
33659 \series default
33660 .
33661 \end_layout
33662
33663 \begin_layout Standard
33664 \begin_inset ERT
33665 status collapsed
33666
33667 \begin_layout Plain Layout
33668
33669
33670 \backslash
33671 cornersize*{1.5cm}
33672 \end_layout
33673
33674 \end_inset
33675
33676
33677 \begin_inset Box Ovalbox
33678 position "c"
33679 hor_pos "c"
33680 has_inner_box 1
33681 inner_pos "c"
33682 use_parbox 0
33683 use_makebox 0
33684 width "25col%"
33685 special "none"
33686 height "1in"
33687 height_special "totalheight"
33688 thickness "0.4pt"
33689 separation "3pt"
33690 shadowsize "4pt"
33691 framecolor "black"
33692 backgroundcolor "none"
33693 status open
33694
33695 \begin_layout Plain Layout
33696 \align center
33697 Oval box with 
33698 \series bold
33699
33700 \backslash
33701 cornersize
33702 \series default
33703
33704 \begin_inset space \thinspace{}
33705 \end_inset
33706
33707 =
33708 \begin_inset space \thinspace{}
33709 \end_inset
33710
33711 1.5
33712 \begin_inset space \thinspace{}
33713 \end_inset
33714
33715 cm
33716 \end_layout
33717
33718 \end_inset
33719
33720
33721 \begin_inset ERT
33722 status collapsed
33723
33724 \begin_layout Plain Layout
33725
33726
33727 \backslash
33728 cornersize{0.5}
33729 \end_layout
33730
33731 \end_inset
33732
33733
33734 \end_layout
33735
33736 \begin_layout Standard
33737 \begin_inset VSpace bigskip
33738 \end_inset
33739
33740
33741 \end_layout
33742
33743 \begin_layout Standard
33744 The default background color red of 
33745 \family sans
33746 shaded background
33747 \family default
33748  boxes can either be changed locally with the command 
33749 \series bold
33750
33751 \backslash
33752 definecolor{shadecolor}
33753 \series default
33754  or globally with the menu 
33755 \family sans
33756 Tools\SpecialChar menuseparator
33757 Preferences\SpecialChar menuseparator
33758 Colors\SpecialChar menuseparator
33759 shaded
33760 \begin_inset space ~
33761 \end_inset
33762
33763 box
33764 \family default
33765 .
33766  The scheme of the 
33767 \series bold
33768
33769 \backslash
33770 definecolor
33771 \series default
33772  command is explained in section
33773 \begin_inset space ~
33774 \end_inset
33775
33776
33777 \begin_inset CommandInset ref
33778 LatexCommand ref
33779 reference "sec:Colored-Tables"
33780
33781 \end_inset
33782
33783 .
33784 \begin_inset Foot
33785 status collapsed
33786
33787 \begin_layout Plain Layout
33788 Note that 
33789 \series bold
33790
33791 \backslash
33792 definecolor
33793 \series default
33794  requires the \SpecialChar LaTeX
33795 -package 
33796 \series bold
33797 color
33798 \series default
33799  in the preamble, see section
33800 \begin_inset space ~
33801 \end_inset
33802
33803
33804 \begin_inset CommandInset ref
33805 LatexCommand ref
33806 reference "sec:Colored-Boxes"
33807
33808 \end_inset
33809
33810 .
33811 \end_layout
33812
33813 \end_inset
33814
33815  For example the appearance of the following shaded background box is set
33816  with the \SpecialChar TeX
33817  Code command
33818 \end_layout
33819
33820 \begin_layout Standard
33821
33822 \series bold
33823
33824 \backslash
33825 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33826 \end_layout
33827
33828 \begin_layout Standard
33829 \begin_inset ERT
33830 status collapsed
33831
33832 \begin_layout Plain Layout
33833
33834
33835 \backslash
33836 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33837 \end_layout
33838
33839 \end_inset
33840
33841
33842 \begin_inset Box Shaded
33843 position "t"
33844 hor_pos "c"
33845 has_inner_box 0
33846 inner_pos "t"
33847 use_parbox 0
33848 use_makebox 0
33849 width "100col%"
33850 special "none"
33851 height "1in"
33852 height_special "totalheight"
33853 thickness "0.4pt"
33854 separation "3pt"
33855 shadowsize "4pt"
33856 framecolor "black"
33857 backgroundcolor "none"
33858 status open
33859
33860 \begin_layout Plain Layout
33861
33862 \color yellow
33863 This is yellow text in a
33864 \color none
33865  
33866 \family sans
33867 \color yellow
33868 shaded background
33869 \family default
33870 \color none
33871  
33872 \color yellow
33873 box with dark green background.
33874 \end_layout
33875
33876 \end_inset
33877
33878
33879 \begin_inset ERT
33880 status collapsed
33881
33882 \begin_layout Plain Layout
33883
33884
33885 \backslash
33886 definecolor{shadecolor}{rgb}{1,0,0}
33887 \end_layout
33888
33889 \end_inset
33890
33891
33892 \end_layout
33893
33894 \begin_layout Standard
33895 \begin_inset VSpace bigskip
33896 \end_inset
33897
33898 Manually changed sizes and colors are valid for all boxes following the
33899  commands that change them.
33900 \end_layout
33901
33902 \begin_layout Section
33903 Minipages
33904 \begin_inset CommandInset label
33905 LatexCommand label
33906 name "sec:Minipages"
33907
33908 \end_inset
33909
33910
33911 \begin_inset Index idx
33912 status collapsed
33913
33914 \begin_layout Plain Layout
33915 Boxes ! Minipages
33916 \end_layout
33917
33918 \end_inset
33919
33920
33921 \end_layout
33922
33923 \begin_layout Standard
33924 Minipages are treated by \SpecialChar LaTeX
33925  as pages within pages and can therefore for example
33926  have their own footnotes.
33927 \end_layout
33928
33929 \begin_layout Standard
33930 Minipages are useful when you write documents with different languages.
33931 \end_layout
33932
33933 \begin_layout Standard
33934 Below are two example minipages side by side.
33935  Their width is set to 45
33936 \begin_inset space \thinspace{}
33937 \end_inset
33938
33939 col% and they are separated by a horizontal fill, that was inserted via
33940  the menu 
33941 \family sans
33942 Insert\SpecialChar menuseparator
33943 Special
33944 \begin_inset space ~
33945 \end_inset
33946
33947 Formatting\SpecialChar menuseparator
33948 Horizontal
33949 \begin_inset space ~
33950 \end_inset
33951
33952 Fill
33953 \family default
33954 .
33955 \begin_inset Newpage newpage
33956 \end_inset
33957
33958
33959 \end_layout
33960
33961 \begin_layout Standard
33962 \begin_inset Box Frameless
33963 position "t"
33964 hor_pos "c"
33965 has_inner_box 1
33966 inner_pos "c"
33967 use_parbox 0
33968 use_makebox 0
33969 width "45col%"
33970 special "none"
33971 height "1in"
33972 height_special "totalheight"
33973 thickness "0.4pt"
33974 separation "3pt"
33975 shadowsize "4pt"
33976 framecolor "black"
33977 backgroundcolor "none"
33978 status open
33979
33980 \begin_layout Plain Layout
33981
33982 \lang ngerman
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  Dies ist ein deutscher Text.
33995  Dies ist ein deutscher Text
33996 \begin_inset Foot
33997 status collapsed
33998
33999 \begin_layout Plain Layout
34000
34001 \lang ngerman
34002 Dies ist eine deutsche Fußnote.
34003 \end_layout
34004
34005 \end_inset
34006
34007 .
34008  Dies ist ein deutscher Text.
34009  Dies ist ein deutscher Text.
34010 \end_layout
34011
34012 \end_inset
34013
34014
34015 \begin_inset space \hfill{}
34016 \end_inset
34017
34018
34019 \begin_inset Box Frameless
34020 position "t"
34021 hor_pos "c"
34022 has_inner_box 1
34023 inner_pos "c"
34024 use_parbox 0
34025 use_makebox 0
34026 width "45col%"
34027 special "none"
34028 height "1in"
34029 height_special "totalheight"
34030 thickness "0.4pt"
34031 separation "3pt"
34032 shadowsize "4pt"
34033 framecolor "black"
34034 backgroundcolor "none"
34035 status open
34036
34037 \begin_layout Plain Layout
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  This is an English Text.
34053  This is an English Text.
34054 \begin_inset Foot
34055 status collapsed
34056
34057 \begin_layout Plain Layout
34058 This is an English footnote.
34059 \end_layout
34060
34061 \end_inset
34062
34063  This is an English Text.
34064 \end_layout
34065
34066 \end_inset
34067
34068
34069 \end_layout
34070
34071 \begin_layout Standard
34072 \begin_inset VSpace bigskip
34073 \end_inset
34074
34075 The document-wide paragraph settings are ignored within minipages.
34076  That means that there will be no space between paragraphs in minipages
34077  although you set it to e.
34078 \begin_inset space \thinspace{}
34079 \end_inset
34080
34081 g.
34082 \begin_inset space \space{}
34083 \end_inset
34084
34085
34086 \family sans
34087 MedSkip
34088 \family default
34089  in the document settings.
34090 \end_layout
34091
34092 \begin_layout Standard
34093 Minipages can also be used to set a background color for text parts, see
34094  section
34095 \begin_inset space ~
34096 \end_inset
34097
34098
34099 \begin_inset CommandInset ref
34100 LatexCommand ref
34101 reference "sec:Colored-Boxes"
34102
34103 \end_inset
34104
34105 .
34106 \end_layout
34107
34108 \begin_layout Standard
34109 \begin_inset Note Greyedout
34110 status open
34111
34112 \begin_layout Plain Layout
34113
34114 \series bold
34115 Note:
34116 \series default
34117  You cannot have floats or margin notes inside minipages but minipages can
34118  be used inside tables, floats, and other boxes.
34119 \end_layout
34120
34121 \end_inset
34122
34123
34124 \end_layout
34125
34126 \begin_layout Standard
34127 \begin_inset VSpace bigskip
34128 \end_inset
34129
34130
34131 \end_layout
34132
34133 \begin_layout Standard
34134 \SpecialChar LyX
34135  has also basic support for minipages whose size is automatically determined
34136  by the width of their contents, via the module 
34137 \family sans
34138 Variable-width Minipages
34139 \family default
34140 .
34141  The \SpecialChar LyX
34142  example file 
34143 \emph on
34144 varwidth-floats-side-by-side
34145 \emph default
34146  gives examples of variable-width minipages used for placing two floats
34147  side-by-side.
34148 \end_layout
34149
34150 \begin_layout Section
34151 Parboxes
34152 \begin_inset CommandInset label
34153 LatexCommand label
34154 name "sec:Parboxes"
34155
34156 \end_inset
34157
34158
34159 \begin_inset Index idx
34160 status collapsed
34161
34162 \begin_layout Plain Layout
34163 Boxes ! Parboxes
34164 \end_layout
34165
34166 \end_inset
34167
34168
34169 \end_layout
34170
34171 \begin_layout Standard
34172 Parboxes are very similar to minipages with the difference that they cannot
34173  have footnotes.
34174 \begin_inset Separator latexpar
34175 \end_inset
34176
34177
34178 \end_layout
34179
34180 \begin_layout Standard
34181 \align center
34182 \begin_inset Box Frameless
34183 position "t"
34184 hor_pos "c"
34185 has_inner_box 1
34186 inner_pos "t"
34187 use_parbox 1
34188 use_makebox 0
34189 width "33col%"
34190 special "none"
34191 height "1in"
34192 height_special "totalheight"
34193 thickness "0.4pt"
34194 separation "3pt"
34195 shadowsize "4pt"
34196 framecolor "black"
34197 backgroundcolor "none"
34198 status open
34199
34200 \begin_layout Plain Layout
34201 This a text within a parbox.
34202  This a text within a parbox.
34203 \end_layout
34204
34205 \begin_layout Plain Layout
34206 This footnote won't appear:
34207 \begin_inset Foot
34208 status collapsed
34209
34210 \begin_layout Plain Layout
34211 This footnote is inside a parbox and will therefore not appear.
34212 \end_layout
34213
34214 \end_inset
34215
34216
34217 \end_layout
34218
34219 \end_inset
34220
34221
34222 \end_layout
34223
34224 \begin_layout Section
34225 Boxes for Words and Characters
34226 \begin_inset Index idx
34227 status collapsed
34228
34229 \begin_layout Plain Layout
34230 Boxes ! for Characters
34231 \end_layout
34232
34233 \end_inset
34234
34235
34236 \end_layout
34237
34238 \begin_layout Subsection
34239 Prevent Hyphenation
34240 \begin_inset CommandInset label
34241 LatexCommand label
34242 name "sec:Prevent-Hyphenation"
34243
34244 \end_inset
34245
34246
34247 \begin_inset Index idx
34248 status collapsed
34249
34250 \begin_layout Plain Layout
34251 Boxes ! to Prevent Hyphenation
34252 \end_layout
34253
34254 \end_inset
34255
34256
34257 \end_layout
34258
34259 \begin_layout Standard
34260 You can use the box type 
34261 \family sans
34262 Makebox
34263 \family default
34264  to prevent words or text from being hyphenated.
34265 \begin_inset Newline newline
34266 \end_inset
34267
34268 Here is an example text:
34269 \end_layout
34270
34271 \begin_layout Standard
34272 This line is an example to show how you can prevent the hyphenation of 
34273 \begin_inset Quotes eld
34274 \end_inset
34275
34276 veryverylongword
34277 \begin_inset Quotes erd
34278 \end_inset
34279
34280 .
34281 \end_layout
34282
34283 \begin_layout Standard
34284 To prevent the hyphenation of the word 
34285 \begin_inset Quotes eld
34286 \end_inset
34287
34288 veryverylongword
34289 \begin_inset Quotes erd
34290 \end_inset
34291
34292 , put the word into a box, set the 
34293 \family sans
34294 Inner
34295 \begin_inset space ~
34296 \end_inset
34297
34298 box
34299 \family default
34300  to 
34301 \family sans
34302 Makebox
34303 \family default
34304  and use no explicit width.
34305 \end_layout
34306
34307 \begin_layout Standard
34308 This is the result:
34309 \end_layout
34310
34311 \begin_layout Standard
34312 This line is an example to show how you can prevent the hyphenation of 
34313 \begin_inset Box Frameless
34314 position "t"
34315 hor_pos "c"
34316 has_inner_box 1
34317 inner_pos "t"
34318 use_parbox 0
34319 use_makebox 1
34320 width ""
34321 special "none"
34322 height "1in"
34323 height_special "totalheight"
34324 thickness "0.4pt"
34325 separation "3pt"
34326 shadowsize "4pt"
34327 framecolor "black"
34328 backgroundcolor "none"
34329 status open
34330
34331 \begin_layout Plain Layout
34332 \begin_inset Quotes eld
34333 \end_inset
34334
34335 veryverylongword
34336 \begin_inset Quotes erd
34337 \end_inset
34338
34339
34340 \end_layout
34341
34342 \end_inset
34343
34344 .
34345 \end_layout
34346
34347 \begin_layout Standard
34348 You can alternatively set the command 
34349 \begin_inset Quotes eld
34350 \end_inset
34351
34352
34353 \series bold
34354
34355 \backslash
34356 -
34357 \series default
34358
34359 \begin_inset Quotes grd
34360 \end_inset
34361
34362  as \SpecialChar TeX
34363  Code directly before the word:
34364 \end_layout
34365
34366 \begin_layout Standard
34367 This line is an example to show how you can prevent the hyphenation of 
34368 \begin_inset Quotes eld
34369 \end_inset
34370
34371
34372 \begin_inset ERT
34373 status collapsed
34374
34375 \begin_layout Plain Layout
34376
34377
34378 \backslash
34379 -
34380 \end_layout
34381
34382 \end_inset
34383
34384 veryverylongword
34385 \begin_inset Quotes erd
34386 \end_inset
34387
34388 .
34389 \end_layout
34390
34391 \begin_layout Standard
34392 Of course the word now protrudes over the side margin.
34393  To avoid this, add via the menu 
34394 \family sans
34395 Insert\SpecialChar menuseparator
34396 Formatting\SpecialChar menuseparator
34397 Ragged
34398 \begin_inset space ~
34399 \end_inset
34400
34401 Line
34402 \begin_inset space ~
34403 \end_inset
34404
34405 Break
34406 \family default
34407  (shortcut 
34408 \begin_inset Info
34409 type  "shortcut"
34410 arg   "newline-insert newline"
34411 \end_inset
34412
34413 ) a line break before the word:
34414 \end_layout
34415
34416 \begin_layout Standard
34417 This line is an example to show how you can prevent the hyphenation of 
34418 \begin_inset Newline newline
34419 \end_inset
34420
34421
34422 \begin_inset Box Frameless
34423 position "t"
34424 hor_pos "c"
34425 has_inner_box 1
34426 inner_pos "t"
34427 use_parbox 0
34428 use_makebox 1
34429 width ""
34430 special "none"
34431 height "1in"
34432 height_special "totalheight"
34433 thickness "0.4pt"
34434 separation "3pt"
34435 shadowsize "4pt"
34436 framecolor "black"
34437 backgroundcolor "none"
34438 status open
34439
34440 \begin_layout Plain Layout
34441 \begin_inset Quotes eld
34442 \end_inset
34443
34444 veryverylongword
34445 \begin_inset Quotes erd
34446 \end_inset
34447
34448
34449 \end_layout
34450
34451 \end_inset
34452
34453 .
34454 \end_layout
34455
34456 \begin_layout Subsection
34457 Vertical Alignment
34458 \begin_inset CommandInset label
34459 LatexCommand label
34460 name "subsec:Vertical-Alignment"
34461
34462 \end_inset
34463
34464
34465 \begin_inset Index idx
34466 status collapsed
34467
34468 \begin_layout Plain Layout
34469 Boxes ! for Vertical Alignment
34470 \end_layout
34471
34472 \end_inset
34473
34474
34475 \begin_inset Index idx
34476 status collapsed
34477
34478 \begin_layout Plain Layout
34479 Boxes ! Raiseboxes
34480 \end_layout
34481
34482 \end_inset
34483
34484
34485 \end_layout
34486
34487 \begin_layout Standard
34488 With the help of the command 
34489 \series bold
34490
34491 \backslash
34492 raisebox
34493 \series default
34494  you can align words, characters or other boxes vertically relative to the
34495  surrounding text.
34496  
34497 \series bold
34498
34499 \backslash
34500 raisebox
34501 \series default
34502  is used with the following scheme:
34503 \end_layout
34504
34505 \begin_layout Standard
34506
34507 \series bold
34508
34509 \backslash
34510 raisebox{lift}[height][depth]{box content}
34511 \end_layout
34512
34513 \begin_layout Standard
34514 The lift can be a positive value to raise the box or a negative value to
34515  lower the box.
34516 \end_layout
34517
34518 \begin_layout Standard
34519 To align for example the word 
34520 \begin_inset Quotes eld
34521 \end_inset
34522
34523 preventing
34524 \begin_inset Quotes erd
34525 \end_inset
34526
34527  so that the bottom of the 
34528 \begin_inset Quotes eld
34529 \end_inset
34530
34531 deepest
34532 \begin_inset Quotes erd
34533 \end_inset
34534
34535  character 
34536 \begin_inset Quotes eld
34537 \end_inset
34538
34539 p
34540 \begin_inset Quotes erd
34541 \end_inset
34542
34543  is at the baseline, insert the command
34544 \end_layout
34545
34546 \begin_layout Standard
34547
34548 \series bold
34549
34550 \backslash
34551 raisebox{
34552 \backslash
34553 depth}{
34554 \end_layout
34555
34556 \begin_layout Standard
34557 in \SpecialChar TeX
34558  Code before the word.
34559  After the word insert a closing brace 
34560 \begin_inset Quotes eld
34561 \end_inset
34562
34563
34564 \series bold
34565 }
34566 \series default
34567
34568 \begin_inset Quotes erd
34569 \end_inset
34570
34571  in \SpecialChar TeX
34572  Code.
34573 \begin_inset Newline newline
34574 \end_inset
34575
34576 This is the result:
34577 \end_layout
34578
34579 \begin_layout Standard
34580 This is a text line with the word 
34581 \begin_inset ERT
34582 status collapsed
34583
34584 \begin_layout Plain Layout
34585
34586
34587 \backslash
34588 raisebox{
34589 \backslash
34590 depth}{
34591 \end_layout
34592
34593 \end_inset
34594
34595
34596 \begin_inset Quotes eld
34597 \end_inset
34598
34599 preventing
34600 \begin_inset Quotes erd
34601 \end_inset
34602
34603
34604 \begin_inset ERT
34605 status collapsed
34606
34607 \begin_layout Plain Layout
34608
34609 }
34610 \end_layout
34611
34612 \end_inset
34613
34614  as a raised word.
34615 \end_layout
34616
34617 \begin_layout Standard
34618 \begin_inset VSpace bigskip
34619 \end_inset
34620
34621 When you raise or lower characters in a line, the line distance will be
34622  spread:
34623 \end_layout
34624
34625 \begin_layout Standard
34626 This is a text line with the word 
34627 \begin_inset ERT
34628 status collapsed
34629
34630 \begin_layout Plain Layout
34631
34632
34633 \backslash
34634 raisebox{-
34635 \backslash
34636 depth}{
34637 \end_layout
34638
34639 \end_inset
34640
34641
34642 \begin_inset Quotes eld
34643 \end_inset
34644
34645 preventing
34646 \begin_inset Quotes erd
34647 \end_inset
34648
34649
34650 \begin_inset ERT
34651 status collapsed
34652
34653 \begin_layout Plain Layout
34654
34655 }
34656 \end_layout
34657
34658 \end_inset
34659
34660  as a lowered word.
34661 \begin_inset Newline newline
34662 \end_inset
34663
34664 This is a text line with the word 
34665 \begin_inset ERT
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669
34670
34671 \backslash
34672 raisebox{0.5cm}{
34673 \end_layout
34674
34675 \end_inset
34676
34677
34678 \begin_inset Quotes eld
34679 \end_inset
34680
34681 testing
34682 \begin_inset Quotes erd
34683 \end_inset
34684
34685
34686 \begin_inset ERT
34687 status collapsed
34688
34689 \begin_layout Plain Layout
34690
34691 }
34692 \end_layout
34693
34694 \end_inset
34695
34696  as a raised word.
34697 \end_layout
34698
34699 \begin_layout Standard
34700 If you want to prevent this for a certain reason, set the box height to
34701  a zero value.
34702  For example use
34703 \end_layout
34704
34705 \begin_layout Standard
34706
34707 \series bold
34708
34709 \backslash
34710 raisebox{-
34711 \backslash
34712 depth}[0pt]{
34713 \end_layout
34714
34715 \begin_layout Standard
34716 This is a text line with the word 
34717 \begin_inset ERT
34718 status collapsed
34719
34720 \begin_layout Plain Layout
34721
34722
34723 \backslash
34724 raisebox{-
34725 \backslash
34726 depth}[0pt]{
34727 \end_layout
34728
34729 \end_inset
34730
34731
34732 \begin_inset Quotes eld
34733 \end_inset
34734
34735 preventing
34736 \begin_inset Quotes erd
34737 \end_inset
34738
34739
34740 \begin_inset ERT
34741 status collapsed
34742
34743 \begin_layout Plain Layout
34744
34745 }
34746 \end_layout
34747
34748 \end_inset
34749
34750  as a lowered word.
34751 \begin_inset Newline newline
34752 \end_inset
34753
34754
34755 \begin_inset Newline newline
34756 \end_inset
34757
34758 This is a text line with the word 
34759 \begin_inset ERT
34760 status collapsed
34761
34762 \begin_layout Plain Layout
34763
34764
34765 \backslash
34766 raisebox{0.5cm}[0pt]{
34767 \end_layout
34768
34769 \end_inset
34770
34771
34772 \begin_inset Quotes eld
34773 \end_inset
34774
34775 testing
34776 \begin_inset Quotes erd
34777 \end_inset
34778
34779
34780 \begin_inset ERT
34781 status collapsed
34782
34783 \begin_layout Plain Layout
34784
34785 }
34786 \end_layout
34787
34788 \end_inset
34789
34790  as a raised word.
34791 \end_layout
34792
34793 \begin_layout Section
34794 Colored Boxes
34795 \begin_inset CommandInset label
34796 LatexCommand label
34797 name "sec:Colored-Boxes"
34798
34799 \end_inset
34800
34801
34802 \begin_inset Index idx
34803 status collapsed
34804
34805 \begin_layout Plain Layout
34806 Boxes ! Color
34807 \end_layout
34808
34809 \end_inset
34810
34811
34812 \end_layout
34813
34814 \begin_layout Standard
34815 To color the background of a box just select the color you like in the box
34816  dialog.
34817  This is for example a box with orange background: 
34818 \begin_inset Box Frameless
34819 position "t"
34820 hor_pos "c"
34821 has_inner_box 1
34822 inner_pos "t"
34823 use_parbox 0
34824 use_makebox 1
34825 width ""
34826 special "none"
34827 height "1in"
34828 height_special "totalheight"
34829 thickness "0.4pt"
34830 separation "3pt"
34831 shadowsize "4pt"
34832 framecolor "black"
34833 backgroundcolor "orange"
34834 status open
34835
34836 \begin_layout Plain Layout
34837 Box with orange background
34838 \end_layout
34839
34840 \end_inset
34841
34842
34843 \end_layout
34844
34845 \begin_layout Standard
34846 If you use the decoration 
34847 \family sans
34848 Simple
34849 \begin_inset space ~
34850 \end_inset
34851
34852 rectangular
34853 \begin_inset space ~
34854 \end_inset
34855
34856 frame
34857 \family default
34858  you can set a frame color.
34859  In this case you must also specify a background color (LyX sets white as
34860  default).
34861  Here is an example: 
34862 \begin_inset Box Boxed
34863 position "t"
34864 hor_pos "c"
34865 has_inner_box 0
34866 inner_pos "t"
34867 use_parbox 0
34868 use_makebox 0
34869 width ""
34870 special "none"
34871 height "1in"
34872 height_special "totalheight"
34873 thickness "0.4pt"
34874 separation "3pt"
34875 shadowsize "4pt"
34876 framecolor "teal"
34877 backgroundcolor "yellow"
34878 status open
34879
34880 \begin_layout Plain Layout
34881 Box with teal frame color and yellow background color
34882 \end_layout
34883
34884 \end_inset
34885
34886
34887 \end_layout
34888
34889 \begin_layout Standard
34890 \begin_inset VSpace bigskip
34891 \end_inset
34892
34893 Of course you can also have colored text inside a colored box:
34894 \begin_inset Newline newline
34895 \end_inset
34896
34897
34898 \begin_inset Box Boxed
34899 position "t"
34900 hor_pos "c"
34901 has_inner_box 0
34902 inner_pos "t"
34903 use_parbox 0
34904 use_makebox 0
34905 width ""
34906 special "none"
34907 height "1in"
34908 height_special "totalheight"
34909 thickness "0.4pt"
34910 separation "3pt"
34911 shadowsize "4pt"
34912 framecolor "cyan"
34913 backgroundcolor "magenta"
34914 status open
34915
34916 \begin_layout Plain Layout
34917
34918 \color yellow
34919 This is colored text within a colored, framed box
34920 \end_layout
34921
34922 \end_inset
34923
34924
34925 \end_layout
34926
34927 \begin_layout Standard
34928 \begin_inset VSpace bigskip
34929 \end_inset
34930
34931
34932 \end_layout
34933
34934 \begin_layout Standard
34935 If you need another color than the predefined ones, you can define your
34936  own color as described in section
34937 \begin_inset space ~
34938 \end_inset
34939
34940
34941 \begin_inset CommandInset ref
34942 LatexCommand ref
34943 reference "sec:Colored-Tables"
34944
34945 \end_inset
34946
34947 .
34948  To use your own color you must typeset the box by using TeX code:
34949 \end_layout
34950
34951 \begin_layout Standard
34952 Colored boxes without frame are created with the command 
34953 \series bold
34954
34955 \backslash
34956 colorbox
34957 \series default
34958 .
34959  It has the following scheme:
34960 \end_layout
34961
34962 \begin_layout Standard
34963
34964 \series bold
34965
34966 \backslash
34967 colorbox{color}{box content}
34968 \end_layout
34969
34970 \begin_layout Standard
34971 The box content can also be a box and colored boxes can also be within other
34972  boxes.
34973  To have e.
34974 \begin_inset space \thinspace{}
34975 \end_inset
34976
34977 g.
34978 \begin_inset space \space{}
34979 \end_inset
34980
34981 a darkgreen background for a word, insert the command
34982 \end_layout
34983
34984 \begin_layout Standard
34985
34986 \series bold
34987
34988 \backslash
34989 colorbox{darkgreen}{
34990 \end_layout
34991
34992 \begin_layout Standard
34993 before the word in \SpecialChar TeX
34994  Code.
34995  After the word insert a closing brace 
34996 \begin_inset Quotes eld
34997 \end_inset
34998
34999
35000 \series bold
35001 }
35002 \series default
35003
35004 \begin_inset Quotes erd
35005 \end_inset
35006
35007  in \SpecialChar TeX
35008  Code.
35009 \begin_inset Newline newline
35010 \end_inset
35011
35012 This is the result:
35013 \end_layout
35014
35015 \begin_layout Standard
35016 This is a line where the word 
35017 \begin_inset ERT
35018 status collapsed
35019
35020 \begin_layout Plain Layout
35021
35022
35023 \backslash
35024 colorbox{darkgreen}{
35025 \end_layout
35026
35027 \end_inset
35028
35029
35030 \begin_inset Quotes eld
35031 \end_inset
35032
35033 Attention!
35034 \begin_inset Quotes erd
35035 \end_inset
35036
35037
35038 \begin_inset ERT
35039 status collapsed
35040
35041 \begin_layout Plain Layout
35042
35043 }
35044 \end_layout
35045
35046 \end_inset
35047
35048  has a darkgreen background.
35049 \end_layout
35050
35051 \begin_layout Standard
35052 Framed, colored boxes are created with the command 
35053 \series bold
35054
35055 \backslash
35056 fcolorbox
35057 \series default
35058 .
35059  It has the following scheme:
35060 \end_layout
35061
35062 \begin_layout Standard
35063
35064 \series bold
35065
35066 \backslash
35067 fcolorbox{frame color}{box color}{box content}
35068 \end_layout
35069
35070 \begin_layout Section
35071 Rotated and Scaled Boxes
35072 \end_layout
35073
35074 \begin_layout Standard
35075 To use the boxes described in this section, the module 
35076 \family sans
35077 GraphicBoxes
35078 \family default
35079  must be loaded in the document settings.
35080 \end_layout
35081
35082 \begin_layout Standard
35083 \begin_inset Note Greyedout
35084 status open
35085
35086 \begin_layout Plain Layout
35087
35088 \series bold
35089 Note:
35090 \series default
35091  Not all DVI viewers are able to display rotated or scaled material.
35092 \end_layout
35093
35094 \end_inset
35095
35096
35097 \end_layout
35098
35099 \begin_layout Standard
35100 \begin_inset Note Greyedout
35101 status open
35102
35103 \begin_layout Plain Layout
35104
35105 \series bold
35106 Note:
35107 \series default
35108  Floats are not allowed inside a rotated or scaled box.
35109 \end_layout
35110
35111 \end_inset
35112
35113
35114 \end_layout
35115
35116 \begin_layout Subsection
35117 Rotated Boxes
35118 \begin_inset Index idx
35119 status collapsed
35120
35121 \begin_layout Plain Layout
35122 Boxes ! rotated
35123 \end_layout
35124
35125 \end_inset
35126
35127
35128 \begin_inset Index idx
35129 status collapsed
35130
35131 \begin_layout Plain Layout
35132 Rotated Material
35133 \end_layout
35134
35135 \end_inset
35136
35137
35138 \end_layout
35139
35140 \begin_layout Standard
35141 To rotate material, you can put it into a 
35142 \family sans
35143 Rotatebox
35144 \family default
35145 .
35146  Such a box is inserted via the menu 
35147 \family sans
35148 Insert\SpecialChar menuseparator
35149 Custom Insets\SpecialChar menuseparator
35150 Rotatebox
35151 \family default
35152 .
35153 \end_layout
35154
35155 \begin_layout Standard
35156 The rotation origin can be specified via the inset 
35157 \family sans
35158 Origin
35159 \family default
35160  (menu 
35161 \family sans
35162 Insert\SpecialChar menuseparator
35163 Origin
35164 \family default
35165 ) in the form 
35166 \series bold
35167 origin=position
35168 \series default
35169 .
35170  The following positions are possible: 
35171 \emph on
35172 c
35173 \emph default
35174  (center), 
35175 \emph on
35176 l
35177 \emph default
35178  (left), 
35179 \emph on
35180 r
35181 \emph default
35182  (right), 
35183 \emph on
35184 b
35185 \emph default
35186  (bottom), 
35187 \emph on
35188 t
35189 \emph default
35190  (top), along with meaningful combinations of the four base positions.
35191  For example 
35192 \emph on
35193 lt
35194 \emph default
35195  means that the rotation origin is at the top left corner of the box.
35196  When no rotation origin is specified, the position 
35197 \emph on
35198 l
35199 \emph default
35200  will be used.
35201  The rotation angle is a number that can be negative that specifies the
35202  angle in degrees.
35203  The rotation direction is counterclockwise.
35204 \end_layout
35205
35206 \begin_layout Standard
35207 In the following example 
35208 \series bold
35209 origin=c
35210 \series default
35211  was inserted to the 
35212 \family sans
35213 Origin
35214 \family default
35215  inset and 
35216 \series bold
35217 60
35218 \series default
35219  was inserted to the 
35220 \family sans
35221 Angle
35222 \family default
35223  inset.
35224 \end_layout
35225
35226 \begin_layout Standard
35227 This is a line 
35228 \begin_inset Flex Rotatebox
35229 status open
35230
35231 \begin_layout Plain Layout
35232 \begin_inset Argument 1
35233 status open
35234
35235 \begin_layout Plain Layout
35236 origin=c
35237 \end_layout
35238
35239 \end_inset
35240
35241
35242 \begin_inset Argument 2
35243 status open
35244
35245 \begin_layout Plain Layout
35246 60
35247 \end_layout
35248
35249 \end_inset
35250
35251 with rotated
35252 \end_layout
35253
35254 \end_inset
35255
35256  text.
35257 \end_layout
35258
35259 \begin_layout Standard
35260 The box content can also be another box or an inline formula:
35261 \end_layout
35262
35263 \begin_layout Standard
35264 This is a line 
35265 \begin_inset Flex Rotatebox
35266 status open
35267
35268 \begin_layout Plain Layout
35269 \begin_inset Argument 1
35270 status open
35271
35272 \begin_layout Plain Layout
35273 origin=r
35274 \end_layout
35275
35276 \end_inset
35277
35278
35279 \begin_inset Argument 2
35280 status open
35281
35282 \begin_layout Plain Layout
35283 -60
35284 \end_layout
35285
35286 \end_inset
35287
35288
35289 \begin_inset Box Doublebox
35290 position "c"
35291 hor_pos "c"
35292 has_inner_box 0
35293 inner_pos "c"
35294 use_parbox 0
35295 use_makebox 0
35296 width "1in"
35297 special "width"
35298 height "1in"
35299 height_special "totalheight"
35300 thickness "0.4pt"
35301 separation "3pt"
35302 shadowsize "4pt"
35303 framecolor "black"
35304 backgroundcolor "none"
35305 status collapsed
35306
35307 \begin_layout Plain Layout
35308 with rotated
35309 \end_layout
35310
35311 \end_inset
35312
35313
35314 \end_layout
35315
35316 \end_inset
35317
35318  framed text 
35319 \begin_inset Flex Rotatebox
35320 status open
35321
35322 \begin_layout Plain Layout
35323 \begin_inset Argument 1
35324 status open
35325
35326 \begin_layout Plain Layout
35327 origin=lb
35328 \end_layout
35329
35330 \end_inset
35331
35332
35333 \begin_inset Argument 2
35334 status open
35335
35336 \begin_layout Plain Layout
35337 60
35338 \end_layout
35339
35340 \end_inset
35341
35342
35343 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35344 \end_inset
35345
35346
35347 \end_layout
35348
35349 \end_inset
35350
35351  and a formula.
35352 \end_layout
35353
35354 \begin_layout Standard
35355 or an image or table:
35356 \end_layout
35357
35358 \begin_layout Standard
35359 This is a line 
35360 \begin_inset Flex Rotatebox
35361 status open
35362
35363 \begin_layout Plain Layout
35364 \begin_inset Argument 1
35365 status open
35366
35367 \begin_layout Plain Layout
35368 origin=lb
35369 \end_layout
35370
35371 \end_inset
35372
35373
35374 \begin_inset Argument 2
35375 status open
35376
35377 \begin_layout Plain Layout
35378 90
35379 \end_layout
35380
35381 \end_inset
35382
35383
35384 \begin_inset Graphics
35385         filename clipart/platypus.eps
35386         lyxscale 50
35387         width 25col%
35388
35389 \end_inset
35390
35391
35392 \end_layout
35393
35394 \end_inset
35395
35396  with a rotated image 
35397 \begin_inset Flex Rotatebox
35398 status open
35399
35400 \begin_layout Plain Layout
35401 \begin_inset Argument 2
35402 status open
35403
35404 \begin_layout Plain Layout
35405 -90
35406 \end_layout
35407
35408 \end_inset
35409
35410
35411 \begin_inset Tabular
35412 <lyxtabular version="3" rows="2" columns="2">
35413 <features tabularvalignment="middle">
35414 <column alignment="center" valignment="top">
35415 <column alignment="center" valignment="top">
35416 <row>
35417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35418 \begin_inset Text
35419
35420 \begin_layout Plain Layout
35421 q
35422 \end_layout
35423
35424 \end_inset
35425 </cell>
35426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35427 \begin_inset Text
35428
35429 \begin_layout Plain Layout
35430 w
35431 \end_layout
35432
35433 \end_inset
35434 </cell>
35435 </row>
35436 <row>
35437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35438 \begin_inset Text
35439
35440 \begin_layout Plain Layout
35441 e
35442 \end_layout
35443
35444 \end_inset
35445 </cell>
35446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35447 \begin_inset Text
35448
35449 \begin_layout Plain Layout
35450 r
35451 \end_layout
35452
35453 \end_inset
35454 </cell>
35455 </row>
35456 </lyxtabular>
35457
35458 \end_inset
35459
35460
35461 \end_layout
35462
35463 \end_inset
35464
35465  and table.
35466 \begin_inset Index idx
35467 status collapsed
35468
35469 \begin_layout Plain Layout
35470 Figures ! rotated
35471 \end_layout
35472
35473 \end_inset
35474
35475
35476 \begin_inset Index idx
35477 status collapsed
35478
35479 \begin_layout Plain Layout
35480 Table Customization ! Rotating
35481 \end_layout
35482
35483 \end_inset
35484
35485
35486 \end_layout
35487
35488 \begin_layout Standard
35489 \begin_inset Note Greyedout
35490 status open
35491
35492 \begin_layout Plain Layout
35493
35494 \series bold
35495 Note:
35496 \series default
35497  If the 
35498 \family sans
35499 Angle
35500 \family default
35501  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
35502
35503  errors when viewing/exporting the document.
35504 \end_layout
35505
35506 \end_inset
35507
35508
35509 \end_layout
35510
35511 \begin_layout Subsection
35512 Scaled Boxes
35513 \begin_inset Index idx
35514 status collapsed
35515
35516 \begin_layout Plain Layout
35517 Boxes ! scaled
35518 \end_layout
35519
35520 \end_inset
35521
35522
35523 \begin_inset Index idx
35524 status collapsed
35525
35526 \begin_layout Plain Layout
35527 Scaled Material
35528 \end_layout
35529
35530 \end_inset
35531
35532
35533 \end_layout
35534
35535 \begin_layout Standard
35536 To scale material put it into a 
35537 \family sans
35538 Scalebox
35539 \family default
35540 .
35541  Such a box is inserted via the menu 
35542 \family sans
35543 Insert\SpecialChar menuseparator
35544 Custom Insets\SpecialChar menuseparator
35545 Scalebox
35546 \family default
35547 .
35548 \end_layout
35549
35550 \begin_layout Standard
35551 The 
35552 \family sans
35553 Scalebox
35554 \family default
35555  inset has the mandatory inset 
35556 \family sans
35557 H-Factor
35558 \family default
35559  and the optional inset 
35560 \family sans
35561 V-Factor
35562 \family default
35563  (inserted via the menu 
35564 \family sans
35565 Insert\SpecialChar menuseparator
35566 V-Factor)
35567 \family default
35568 .
35569  Input there the horizontal and vertical scale factor, respectively.
35570  If no 
35571 \family sans
35572 V-Factor
35573 \family default
35574  inset is used, the horizontal factor will also be used as the vertical
35575  one.
35576 \end_layout
35577
35578 \begin_layout Standard
35579 To get for example the double text size, compared to the document text size,
35580  insert 
35581 \series bold
35582 2
35583 \series default
35584  into the 
35585 \family sans
35586 H-Factor
35587 \family default
35588  inset.
35589  An example: 
35590 \begin_inset Flex Scalebox
35591 status open
35592
35593 \begin_layout Plain Layout
35594 \begin_inset Argument 1
35595 status open
35596
35597 \begin_layout Plain Layout
35598 2
35599 \end_layout
35600
35601 \end_inset
35602
35603 Hello
35604 \end_layout
35605
35606 \end_inset
35607
35608
35609 \end_layout
35610
35611 \begin_layout Standard
35612
35613 \series bold
35614 2
35615 \series default
35616  as 
35617 \family sans
35618 H-Factor
35619 \family default
35620  and 
35621 \series bold
35622 1
35623 \series default
35624  as 
35625 \family sans
35626 V-Factor
35627 \family default
35628  distorts the 
35629 \begin_inset Flex Scalebox
35630 status open
35631
35632 \begin_layout Plain Layout
35633 \begin_inset Argument 1
35634 status open
35635
35636 \begin_layout Plain Layout
35637 2
35638 \end_layout
35639
35640 \end_inset
35641
35642
35643 \begin_inset Argument 2
35644 status open
35645
35646 \begin_layout Plain Layout
35647 1
35648 \end_layout
35649
35650 \end_inset
35651
35652 Hello
35653 \end_layout
35654
35655 \end_inset
35656
35657 .
35658 \end_layout
35659
35660 \begin_layout Standard
35661 If the scaling factor is negative, the box content will be mirrored.
35662  Therefore 
35663 \series bold
35664 -1
35665 \series default
35666  as 
35667 \family sans
35668 H-Factor
35669 \family default
35670  and 
35671 \series bold
35672 1
35673 \series default
35674  as 
35675 \family sans
35676 V-Factor
35677 \family default
35678  can be used to create mirror writing: 
35679 \begin_inset Flex Scalebox
35680 status open
35681
35682 \begin_layout Plain Layout
35683 \begin_inset Argument 1
35684 status open
35685
35686 \begin_layout Plain Layout
35687 -1
35688 \end_layout
35689
35690 \end_inset
35691
35692
35693 \begin_inset Argument 2
35694 status open
35695
35696 \begin_layout Plain Layout
35697 1
35698 \end_layout
35699
35700 \end_inset
35701
35702 Hello
35703 \end_layout
35704
35705 \end_inset
35706
35707
35708 \end_layout
35709
35710 \begin_layout Standard
35711
35712 \series bold
35713 1
35714 \series default
35715  as 
35716 \family sans
35717 H-Factor
35718 \family default
35719  and 
35720 \series bold
35721 -1
35722 \series default
35723  as 
35724 \family sans
35725 V-Factor
35726 \family default
35727  reflects the 
35728 \begin_inset Flex Scalebox
35729 status open
35730
35731 \begin_layout Plain Layout
35732 \begin_inset Argument 1
35733 status open
35734
35735 \begin_layout Plain Layout
35736 1
35737 \end_layout
35738
35739 \end_inset
35740
35741
35742 \begin_inset Argument 2
35743 status open
35744
35745 \begin_layout Plain Layout
35746 -1
35747 \end_layout
35748
35749 \end_inset
35750
35751 Hello
35752 \end_layout
35753
35754 \end_inset
35755
35756  at the base line.
35757 \end_layout
35758
35759 \begin_layout Standard
35760 The 
35761 \family sans
35762 Reflectbox
35763 \family default
35764  (menu 
35765 \family sans
35766 Insert\SpecialChar menuseparator
35767 Custom Insets\SpecialChar menuseparator
35768 Reflectbox
35769 \family default
35770 ) is equivalent to 
35771 \series bold
35772 -1
35773 \series default
35774  as 
35775 \family sans
35776 H-Factor
35777 \family default
35778  and 
35779 \series bold
35780 1
35781 \series default
35782  as 
35783 \family sans
35784 V-Factor 
35785 \family default
35786 for a 
35787 \family sans
35788 Scalebox
35789 \family default
35790 .
35791 \end_layout
35792
35793 \begin_layout Standard
35794 \begin_inset Note Greyedout
35795 status open
35796
35797 \begin_layout Plain Layout
35798
35799 \series bold
35800 Note:
35801 \series default
35802  If the 
35803 \family sans
35804 H-Factor
35805 \family default
35806  inset is empty or contains other characters than numbers you will get LaTeX
35807  errors when viewing/exporting the document.
35808 \end_layout
35809
35810 \end_inset
35811
35812
35813 \end_layout
35814
35815 \begin_layout Standard
35816 \begin_inset VSpace bigskip
35817 \end_inset
35818
35819 The 
35820 \family sans
35821 Resizebox
35822 \family default
35823  (menu 
35824 \family sans
35825 Insert\SpecialChar menuseparator
35826 Custom Insets\SpecialChar menuseparator
35827 Resizebox
35828 \family default
35829 ) is used to scale the content to a defined width and height.
35830  The 
35831 \family sans
35832 Resizebox
35833 \family default
35834  inset has the mandatory inset 
35835 \family sans
35836 Width
35837 \family default
35838  and the optional inset 
35839 \family sans
35840 Height
35841 \family default
35842  (inserted via the menu 
35843 \family sans
35844 Insert\SpecialChar menuseparator
35845 Height)
35846 \family default
35847 .
35848  Input there the width and height, respectively, as value with a unit.
35849  
35850 \begin_inset CommandInset ref
35851 LatexCommand ref
35852 reference "tab:Units"
35853
35854 \end_inset
35855
35856  lists the possible units.
35857  If there is an exclamation mark 
35858 \series bold
35859 !
35860 \series default
35861  in of of the two insets, the size is set so that the aspect ratio of the
35862  box content is kept.
35863  If no 
35864 \family sans
35865 Height
35866 \family default
35867  inset is used an exclamation mark will internally be used for the height.
35868 \end_layout
35869
35870 \begin_layout Standard
35871
35872 \series bold
35873 2cm
35874 \series default
35875  as 
35876 \family sans
35877 Width
35878 \family default
35879  and 
35880 \series bold
35881 1cm
35882 \series default
35883  as 
35884 \family sans
35885 Height
35886 \family default
35887  produces: 
35888 \begin_inset Flex Resizebox
35889 status open
35890
35891 \begin_layout Plain Layout
35892 \begin_inset Argument 1
35893 status open
35894
35895 \begin_layout Plain Layout
35896 2cm
35897 \end_layout
35898
35899 \end_inset
35900
35901
35902 \begin_inset Argument 2
35903 status open
35904
35905 \begin_layout Plain Layout
35906 1cm
35907 \end_layout
35908
35909 \end_inset
35910
35911 Hello
35912 \end_layout
35913
35914 \end_inset
35915
35916
35917 \begin_inset Newline newline
35918 \end_inset
35919
35920
35921 \series bold
35922 2cm
35923 \series default
35924  as 
35925 \family sans
35926 Width
35927 \family default
35928  and 
35929 \series bold
35930 !
35931 \series default
35932  as 
35933 \family sans
35934 Height
35935 \family default
35936  (or no 
35937 \family sans
35938 Height
35939 \family default
35940 ) produces: 
35941 \begin_inset Flex Resizebox
35942 status open
35943
35944 \begin_layout Plain Layout
35945 \begin_inset Argument 1
35946 status open
35947
35948 \begin_layout Plain Layout
35949 2cm
35950 \end_layout
35951
35952 \end_inset
35953
35954
35955 \begin_inset Argument 2
35956 status open
35957
35958 \begin_layout Plain Layout
35959 !
35960 \end_layout
35961
35962 \end_inset
35963
35964 Hello
35965 \end_layout
35966
35967 \end_inset
35968
35969
35970 \end_layout
35971
35972 \begin_layout Standard
35973 \begin_inset Note Greyedout
35974 status open
35975
35976 \begin_layout Plain Layout
35977
35978 \series bold
35979 Note:
35980 \series default
35981  If the 
35982 \family sans
35983 Width
35984 \family default
35985  inset is empty or contains an invalid unit you will get LaTeX errors when
35986  viewing/exporting the document.
35987 \end_layout
35988
35989 \end_inset
35990
35991
35992 \end_layout
35993
35994 \begin_layout Standard
35995 \begin_inset VSpace bigskip
35996 \end_inset
35997
35998
35999 \end_layout
36000
36001 \begin_layout Standard
36002 The boxes can be combined in any order.
36003  As example a 
36004 \family sans
36005 Reflectbox
36006 \family default
36007  inside a 
36008 \family sans
36009 Resizebox
36010 \family default
36011  which is in turn inside a 
36012 \family sans
36013 Rotatebox
36014 \family default
36015 :
36016 \end_layout
36017
36018 \begin_layout Standard
36019 \noindent
36020 \align center
36021 \begin_inset Flex Rotatebox
36022 status open
36023
36024 \begin_layout Plain Layout
36025 \begin_inset Argument 1
36026 status open
36027
36028 \begin_layout Plain Layout
36029 origin=c
36030 \end_layout
36031
36032 \end_inset
36033
36034
36035 \begin_inset Argument 2
36036 status open
36037
36038 \begin_layout Plain Layout
36039 -45
36040 \end_layout
36041
36042 \end_inset
36043
36044
36045 \begin_inset Flex Resizebox
36046 status open
36047
36048 \begin_layout Plain Layout
36049 \begin_inset Argument 1
36050 status open
36051
36052 \begin_layout Plain Layout
36053 2cm
36054 \end_layout
36055
36056 \end_inset
36057
36058
36059 \begin_inset Flex Reflectbox
36060 status open
36061
36062 \begin_layout Plain Layout
36063 Hello
36064 \end_layout
36065
36066 \end_inset
36067
36068
36069 \end_layout
36070
36071 \end_inset
36072
36073
36074 \end_layout
36075
36076 \end_inset
36077
36078
36079 \end_layout
36080
36081 \begin_layout Standard
36082 \noindent
36083 Images, tables, and inline formulas are allowed as box content:
36084 \end_layout
36085
36086 \begin_layout Standard
36087 \noindent
36088 \align center
36089 \begin_inset Flex Resizebox
36090 status open
36091
36092 \begin_layout Plain Layout
36093 \begin_inset Argument 1
36094 status open
36095
36096 \begin_layout Plain Layout
36097 2cm
36098 \end_layout
36099
36100 \end_inset
36101
36102
36103 \begin_inset Flex Reflectbox
36104 status open
36105
36106 \begin_layout Plain Layout
36107 \begin_inset Graphics
36108         filename clipart/platypus.eps
36109         lyxscale 50
36110         width 25col%
36111
36112 \end_inset
36113
36114
36115 \end_layout
36116
36117 \end_inset
36118
36119
36120 \end_layout
36121
36122 \end_inset
36123
36124  
36125 \begin_inset Flex Resizebox
36126 status open
36127
36128 \begin_layout Plain Layout
36129 \begin_inset Argument 1
36130 status open
36131
36132 \begin_layout Plain Layout
36133 2cm
36134 \end_layout
36135
36136 \end_inset
36137
36138
36139 \begin_inset Flex Reflectbox
36140 status open
36141
36142 \begin_layout Plain Layout
36143 \begin_inset Tabular
36144 <lyxtabular version="3" rows="2" columns="2">
36145 <features tabularvalignment="middle">
36146 <column alignment="center" valignment="top">
36147 <column alignment="center" valignment="top">
36148 <row>
36149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36150 \begin_inset Text
36151
36152 \begin_layout Plain Layout
36153 q
36154 \end_layout
36155
36156 \end_inset
36157 </cell>
36158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36159 \begin_inset Text
36160
36161 \begin_layout Plain Layout
36162 w
36163 \end_layout
36164
36165 \end_inset
36166 </cell>
36167 </row>
36168 <row>
36169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36170 \begin_inset Text
36171
36172 \begin_layout Plain Layout
36173 e
36174 \end_layout
36175
36176 \end_inset
36177 </cell>
36178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36179 \begin_inset Text
36180
36181 \begin_layout Plain Layout
36182 r
36183 \end_layout
36184
36185 \end_inset
36186 </cell>
36187 </row>
36188 </lyxtabular>
36189
36190 \end_inset
36191
36192
36193 \end_layout
36194
36195 \end_inset
36196
36197
36198 \end_layout
36199
36200 \end_inset
36201
36202  
36203 \begin_inset Flex Resizebox
36204 status open
36205
36206 \begin_layout Plain Layout
36207 \begin_inset Argument 1
36208 status open
36209
36210 \begin_layout Plain Layout
36211 3cm
36212 \end_layout
36213
36214 \end_inset
36215
36216
36217 \begin_inset Flex Reflectbox
36218 status open
36219
36220 \begin_layout Plain Layout
36221 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36222 \end_inset
36223
36224
36225 \end_layout
36226
36227 \end_inset
36228
36229
36230 \end_layout
36231
36232 \end_inset
36233
36234
36235 \begin_inset Index idx
36236 status collapsed
36237
36238 \begin_layout Plain Layout
36239 Figures ! scaled
36240 \end_layout
36241
36242 \end_inset
36243
36244
36245 \begin_inset Index idx
36246 status collapsed
36247
36248 \begin_layout Plain Layout
36249 Table Customization ! Scaling
36250 \end_layout
36251
36252 \end_inset
36253
36254
36255 \end_layout
36256
36257 \begin_layout Standard
36258 When the global formula style 
36259 \series bold
36260 fleqn
36261 \series default
36262  is used in the document
36263 \begin_inset Foot
36264 status collapsed
36265
36266 \begin_layout Plain Layout
36267 When 
36268 \begin_inset Quotes eld
36269 \end_inset
36270
36271 fleqn
36272 \begin_inset Quotes erd
36273 \end_inset
36274
36275  is added to the document class options.
36276 \end_layout
36277
36278 \end_inset
36279
36280 , display style formulas can also be scaled.
36281 \end_layout
36282
36283 \begin_layout Chapter
36284 Objects Surrounded by Text
36285 \begin_inset Index idx
36286 status collapsed
36287
36288 \begin_layout Plain Layout
36289 Surrounded by text
36290 \end_layout
36291
36292 \end_inset
36293
36294
36295 \end_layout
36296
36297 \begin_layout Section
36298 Wrap Floats
36299 \begin_inset CommandInset label
36300 LatexCommand label
36301 name "sec:Wrap-Floats"
36302
36303 \end_inset
36304
36305
36306 \begin_inset Index idx
36307 status collapsed
36308
36309 \begin_layout Plain Layout
36310 Floats ! Wrap Floats
36311 \end_layout
36312
36313 \end_inset
36314
36315
36316 \begin_inset Index idx
36317 status collapsed
36318
36319 \begin_layout Plain Layout
36320 Surrounded by text ! Wrap Floats
36321 \end_layout
36322
36323 \end_inset
36324
36325
36326 \end_layout
36327
36328 \begin_layout Standard
36329 \begin_inset Wrap figure
36330 lines 0
36331 placement l
36332 overhang 1cm
36333 width "40col%"
36334 status open
36335
36336 \begin_layout Plain Layout
36337 \begin_inset Graphics
36338         filename clipart/mobius.eps
36339         width 40col%
36340         scaleBeforeRotation
36341         rotateOrigin center
36342
36343 \end_inset
36344
36345
36346 \end_layout
36347
36348 \begin_layout Plain Layout
36349 \begin_inset Caption Standard
36350
36351 \begin_layout Plain Layout
36352 \begin_inset CommandInset label
36353 LatexCommand label
36354 name "fig:This-is-a"
36355
36356 \end_inset
36357
36358 This is a figure wrap float.
36359 \end_layout
36360
36361 \end_inset
36362
36363
36364 \end_layout
36365
36366 \end_inset
36367
36368  This float type is used if you want to wrap text around a figure or table
36369  so that it only occupies some fraction of the column width.
36370  It can be inserted using the menu 
36371 \family sans
36372 Insert\SpecialChar menuseparator
36373 Floats\SpecialChar menuseparator
36374 Figure
36375 \begin_inset space ~
36376 \end_inset
36377
36378 Wrap
36379 \begin_inset space ~
36380 \end_inset
36381
36382 Float
36383 \family default
36384  or 
36385 \family sans
36386 Table
36387 \begin_inset space ~
36388 \end_inset
36389
36390 Wrap
36391 \begin_inset space ~
36392 \end_inset
36393
36394 Float
36395 \family default
36396  if the \SpecialChar LaTeX
36397 -package 
36398 \series bold
36399 wrapfig
36400 \series default
36401
36402 \begin_inset Index idx
36403 status collapsed
36404
36405 \begin_layout Plain Layout
36406 \SpecialChar LaTeX
36407 -packages ! wrapfig
36408 \end_layout
36409
36410 \end_inset
36411
36412  is installed.
36413 \begin_inset Foot
36414 status collapsed
36415
36416 \begin_layout Plain Layout
36417 Installing a \SpecialChar LaTeX
36418 -package is explained it in the 
36419 \emph on
36420 \SpecialChar LaTeX
36421
36422 \begin_inset space ~
36423 \end_inset
36424
36425 Configuration
36426 \emph default
36427  manual.
36428 \end_layout
36429
36430 \end_inset
36431
36432  The settings of the float can be modified by right-clicking on the float
36433  box.
36434  The mandatory settings are the float 
36435 \family sans
36436 Placement
36437 \family default
36438  and its 
36439 \family sans
36440 Width
36441 \family default
36442 .
36443  Optional are the 
36444 \family sans
36445 Overhang
36446 \family default
36447  that specifies how much the float is set into the paragraph
36448 \begin_inset space \thinspace{}
36449 \end_inset
36450
36451 /
36452 \begin_inset space \thinspace{}
36453 \end_inset
36454
36455 page margin, and the 
36456 \family sans
36457 Line
36458 \begin_inset space ~
36459 \end_inset
36460
36461 span
36462 \family default
36463  that specifies how many text lines the float will approximately need.
36464  The line span is often hard to approximate; so it is better only to use
36465  it when you encounter float placement problems.
36466  You can furthermore decide if \SpecialChar LaTeX
36467  is allowed to let the float float within
36468  the paragraph or to surrounding paragraphs.
36469  Figure
36470 \begin_inset space ~
36471 \end_inset
36472
36473
36474 \begin_inset CommandInset ref
36475 LatexCommand ref
36476 reference "fig:This-is-a"
36477
36478 \end_inset
36479
36480  is an example text wrap float with a width of 40
36481 \begin_inset space \thinspace{}
36482 \end_inset
36483
36484 col%, 1
36485 \begin_inset space \thinspace{}
36486 \end_inset
36487
36488 cm overhang, set to the left.
36489 \end_layout
36490
36491 \begin_layout Standard
36492 \begin_inset Note Greyedout
36493 status open
36494
36495 \begin_layout Plain Layout
36496
36497 \series bold
36498 Note:
36499 \series default
36500  Text
36501 \begin_inset space ~
36502 \end_inset
36503
36504 wrap float floats are fragile! E.
36505 \begin_inset space \thinspace{}
36506 \end_inset
36507
36508 g.
36509 \begin_inset space \space{}
36510 \end_inset
36511
36512 having a figure too close to the bottom of the page can mess things up in
36513  such a way that the float does not appear in the output or that it is placed
36514  over some other text.
36515 \end_layout
36516
36517 \end_inset
36518
36519
36520 \end_layout
36521
36522 \begin_layout Standard
36523 In general, the following applies for wrap floats:
36524 \end_layout
36525
36526 \begin_layout Itemize
36527 They should not be placed in paragraphs that run over a page break.
36528  That means that wrap floats are better inserted in their exact place when
36529  the document is almost finished and you are able to estimate where page
36530  breaks will appear.
36531 \end_layout
36532
36533 \begin_layout Itemize
36534 They should either be placed in their own paragraph before the paragraph
36535  where they should wrap into or within a paragraph.
36536 \end_layout
36537
36538 \begin_layout Itemize
36539 In consecutive paragraphs they may cause troubles, so ensure that there
36540  is a text paragraph between them as separator.
36541 \end_layout
36542
36543 \begin_layout Itemize
36544 They are not allowed in section headings or tables.
36545 \end_layout
36546
36547 \begin_layout Itemize
36548 Their numbering and referencing works as described in chap.
36549 \begin_inset space \thinspace{}
36550 \end_inset
36551
36552
36553 \begin_inset CommandInset ref
36554 LatexCommand ref
36555 reference "chap:Floats"
36556
36557 \end_inset
36558
36559 .
36560 \end_layout
36561
36562 \begin_layout Section
36563 Surrounded Fixed Objects
36564 \begin_inset Index idx
36565 status collapsed
36566
36567 \begin_layout Plain Layout
36568 Surrounded by text ! Fixed objects
36569 \end_layout
36570
36571 \end_inset
36572
36573
36574 \end_layout
36575
36576 \begin_layout Standard
36577 The wrap floats described in sec.
36578 \begin_inset space \thinspace{}
36579 \end_inset
36580
36581
36582 \begin_inset CommandInset ref
36583 LatexCommand ref
36584 reference "sec:Wrap-Floats"
36585
36586 \end_inset
36587
36588  have these positions in the paragraph:
36589 \begin_inset Separator latexpar
36590 \end_inset
36591
36592
36593 \end_layout
36594
36595 \begin_layout Standard
36596 \noindent
36597 \align center
36598 \begin_inset Tabular
36599 <lyxtabular version="3" rows="2" columns="2">
36600 <features tabularvalignment="middle">
36601 <column alignment="center" valignment="top">
36602 <column alignment="center" valignment="top">
36603 <row>
36604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36605 \begin_inset Text
36606
36607 \begin_layout Plain Layout
36608 \begin_inset Info
36609 type  "icon"
36610 arg   "dialog-show-new-inset graphics"
36611 \end_inset
36612
36613
36614 \end_layout
36615
36616 \end_inset
36617 </cell>
36618 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36619 \begin_inset Text
36620
36621 \begin_layout Plain Layout
36622 text
36623 \end_layout
36624
36625 \end_inset
36626 </cell>
36627 </row>
36628 <row>
36629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36630 \begin_inset Text
36631
36632 \begin_layout Plain Layout
36633 text
36634 \end_layout
36635
36636 \end_inset
36637 </cell>
36638 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36639 \begin_inset Text
36640
36641 \begin_layout Plain Layout
36642 text
36643 \end_layout
36644
36645 \end_inset
36646 </cell>
36647 </row>
36648 </lyxtabular>
36649
36650 \end_inset
36651
36652  or 
36653 \begin_inset Tabular
36654 <lyxtabular version="3" rows="2" columns="2">
36655 <features tabularvalignment="middle">
36656 <column alignment="center" valignment="top">
36657 <column alignment="center" valignment="top">
36658 <row>
36659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36660 \begin_inset Text
36661
36662 \begin_layout Plain Layout
36663 text
36664 \end_layout
36665
36666 \end_inset
36667 </cell>
36668 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36669 \begin_inset Text
36670
36671 \begin_layout Plain Layout
36672 \begin_inset Info
36673 type  "icon"
36674 arg   "dialog-show-new-inset graphics"
36675 \end_inset
36676
36677
36678 \end_layout
36679
36680 \end_inset
36681 </cell>
36682 </row>
36683 <row>
36684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36685 \begin_inset Text
36686
36687 \begin_layout Plain Layout
36688 text
36689 \end_layout
36690
36691 \end_inset
36692 </cell>
36693 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36694 \begin_inset Text
36695
36696 \begin_layout Plain Layout
36697 text
36698 \end_layout
36699
36700 \end_inset
36701 </cell>
36702 </row>
36703 </lyxtabular>
36704
36705 \end_inset
36706
36707
36708 \end_layout
36709
36710 \begin_layout Standard
36711 To get an object exactly at the position where it is inserted, for example
36712  to get one of these positions:
36713 \begin_inset VSpace defskip
36714 \end_inset
36715
36716
36717 \end_layout
36718
36719 \begin_layout Standard
36720 \noindent
36721 \align center
36722 \begin_inset Tabular
36723 <lyxtabular version="3" rows="2" columns="2">
36724 <features tabularvalignment="middle">
36725 <column alignment="center" valignment="top">
36726 <column alignment="center" valignment="top">
36727 <row>
36728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36729 \begin_inset Text
36730
36731 \begin_layout Plain Layout
36732 text
36733 \end_layout
36734
36735 \end_inset
36736 </cell>
36737 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36738 \begin_inset Text
36739
36740 \begin_layout Plain Layout
36741 text
36742 \end_layout
36743
36744 \end_inset
36745 </cell>
36746 </row>
36747 <row>
36748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36749 \begin_inset Text
36750
36751 \begin_layout Plain Layout
36752 \begin_inset Info
36753 type  "icon"
36754 arg   "dialog-show-new-inset graphics"
36755 \end_inset
36756
36757
36758 \end_layout
36759
36760 \end_inset
36761 </cell>
36762 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36763 \begin_inset Text
36764
36765 \begin_layout Plain Layout
36766 text
36767 \end_layout
36768
36769 \end_inset
36770 </cell>
36771 </row>
36772 </lyxtabular>
36773
36774 \end_inset
36775
36776  
36777 \begin_inset Tabular
36778 <lyxtabular version="3" rows="2" columns="2">
36779 <features tabularvalignment="middle">
36780 <column alignment="center" valignment="top">
36781 <column alignment="center" valignment="top">
36782 <row>
36783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36784 \begin_inset Text
36785
36786 \begin_layout Plain Layout
36787 text
36788 \end_layout
36789
36790 \end_inset
36791 </cell>
36792 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36793 \begin_inset Text
36794
36795 \begin_layout Plain Layout
36796 text
36797 \end_layout
36798
36799 \end_inset
36800 </cell>
36801 </row>
36802 <row>
36803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36804 \begin_inset Text
36805
36806 \begin_layout Plain Layout
36807 text
36808 \end_layout
36809
36810 \end_inset
36811 </cell>
36812 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36813 \begin_inset Text
36814
36815 \begin_layout Plain Layout
36816 \begin_inset Info
36817 type  "icon"
36818 arg   "dialog-show-new-inset graphics"
36819 \end_inset
36820
36821
36822 \end_layout
36823
36824 \end_inset
36825 </cell>
36826 </row>
36827 </lyxtabular>
36828
36829 \end_inset
36830
36831  
36832 \begin_inset Tabular
36833 <lyxtabular version="3" rows="2" columns="3">
36834 <features tabularvalignment="middle">
36835 <column alignment="center" valignment="top">
36836 <column alignment="center" valignment="top">
36837 <column alignment="center" valignment="top">
36838 <row>
36839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36840 \begin_inset Text
36841
36842 \begin_layout Plain Layout
36843 text
36844 \end_layout
36845
36846 \end_inset
36847 </cell>
36848 <cell alignment="center" valignment="top" topline="true" usebox="none">
36849 \begin_inset Text
36850
36851 \begin_layout Plain Layout
36852 \begin_inset Info
36853 type  "icon"
36854 arg   "dialog-show-new-inset graphics"
36855 \end_inset
36856
36857
36858 \end_layout
36859
36860 \end_inset
36861 </cell>
36862 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36863 \begin_inset Text
36864
36865 \begin_layout Plain Layout
36866 text
36867 \end_layout
36868
36869 \end_inset
36870 </cell>
36871 </row>
36872 <row>
36873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36874 \begin_inset Text
36875
36876 \begin_layout Plain Layout
36877 text
36878 \end_layout
36879
36880 \end_inset
36881 </cell>
36882 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36883 \begin_inset Text
36884
36885 \begin_layout Plain Layout
36886 text
36887 \end_layout
36888
36889 \end_inset
36890 </cell>
36891 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36892 \begin_inset Text
36893
36894 \begin_layout Plain Layout
36895 text
36896 \end_layout
36897
36898 \end_inset
36899 </cell>
36900 </row>
36901 </lyxtabular>
36902
36903 \end_inset
36904
36905  
36906 \begin_inset Tabular
36907 <lyxtabular version="3" rows="2" columns="3">
36908 <features tabularvalignment="middle">
36909 <column alignment="center" valignment="top">
36910 <column alignment="center" valignment="top">
36911 <column alignment="center" valignment="top">
36912 <row>
36913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36914 \begin_inset Text
36915
36916 \begin_layout Plain Layout
36917 text
36918 \end_layout
36919
36920 \end_inset
36921 </cell>
36922 <cell alignment="center" valignment="top" topline="true" usebox="none">
36923 \begin_inset Text
36924
36925 \begin_layout Plain Layout
36926 text
36927 \end_layout
36928
36929 \end_inset
36930 </cell>
36931 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36932 \begin_inset Text
36933
36934 \begin_layout Plain Layout
36935 text
36936 \end_layout
36937
36938 \end_inset
36939 </cell>
36940 </row>
36941 <row>
36942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36943 \begin_inset Text
36944
36945 \begin_layout Plain Layout
36946 text
36947 \end_layout
36948
36949 \end_inset
36950 </cell>
36951 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36952 \begin_inset Text
36953
36954 \begin_layout Plain Layout
36955 \begin_inset Info
36956 type  "icon"
36957 arg   "dialog-show-new-inset graphics"
36958 \end_inset
36959
36960
36961 \end_layout
36962
36963 \end_inset
36964 </cell>
36965 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36966 \begin_inset Text
36967
36968 \begin_layout Plain Layout
36969 text
36970 \end_layout
36971
36972 \end_inset
36973 </cell>
36974 </row>
36975 </lyxtabular>
36976
36977 \end_inset
36978
36979
36980 \end_layout
36981
36982 \begin_layout Standard
36983 \noindent
36984 \align center
36985 \begin_inset Tabular
36986 <lyxtabular version="3" rows="3" columns="2">
36987 <features tabularvalignment="middle">
36988 <column alignment="center" valignment="top">
36989 <column alignment="center" valignment="top">
36990 <row>
36991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36992 \begin_inset Text
36993
36994 \begin_layout Plain Layout
36995 text
36996 \end_layout
36997
36998 \end_inset
36999 </cell>
37000 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37001 \begin_inset Text
37002
37003 \begin_layout Plain Layout
37004 text
37005 \end_layout
37006
37007 \end_inset
37008 </cell>
37009 </row>
37010 <row>
37011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37012 \begin_inset Text
37013
37014 \begin_layout Plain Layout
37015 \begin_inset Info
37016 type  "icon"
37017 arg   "dialog-show-new-inset graphics"
37018 \end_inset
37019
37020
37021 \end_layout
37022
37023 \end_inset
37024 </cell>
37025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37026 \begin_inset Text
37027
37028 \begin_layout Plain Layout
37029 text
37030 \end_layout
37031
37032 \end_inset
37033 </cell>
37034 </row>
37035 <row>
37036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37037 \begin_inset Text
37038
37039 \begin_layout Plain Layout
37040 text
37041 \end_layout
37042
37043 \end_inset
37044 </cell>
37045 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37046 \begin_inset Text
37047
37048 \begin_layout Plain Layout
37049 text
37050 \end_layout
37051
37052 \end_inset
37053 </cell>
37054 </row>
37055 </lyxtabular>
37056
37057 \end_inset
37058
37059  
37060 \begin_inset Tabular
37061 <lyxtabular version="3" rows="3" columns="3">
37062 <features tabularvalignment="middle">
37063 <column alignment="center" valignment="top">
37064 <column alignment="center" valignment="top">
37065 <column alignment="center" valignment="top">
37066 <row>
37067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37068 \begin_inset Text
37069
37070 \begin_layout Plain Layout
37071 text
37072 \end_layout
37073
37074 \end_inset
37075 </cell>
37076 <cell alignment="center" valignment="top" topline="true" usebox="none">
37077 \begin_inset Text
37078
37079 \begin_layout Plain Layout
37080 text
37081 \end_layout
37082
37083 \end_inset
37084 </cell>
37085 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37086 \begin_inset Text
37087
37088 \begin_layout Plain Layout
37089 text
37090 \end_layout
37091
37092 \end_inset
37093 </cell>
37094 </row>
37095 <row>
37096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37097 \begin_inset Text
37098
37099 \begin_layout Plain Layout
37100 text
37101 \end_layout
37102
37103 \end_inset
37104 </cell>
37105 <cell alignment="center" valignment="top" usebox="none">
37106 \begin_inset Text
37107
37108 \begin_layout Plain Layout
37109 \begin_inset Info
37110 type  "icon"
37111 arg   "dialog-show-new-inset graphics"
37112 \end_inset
37113
37114
37115 \end_layout
37116
37117 \end_inset
37118 </cell>
37119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37120 \begin_inset Text
37121
37122 \begin_layout Plain Layout
37123 text
37124 \end_layout
37125
37126 \end_inset
37127 </cell>
37128 </row>
37129 <row>
37130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37131 \begin_inset Text
37132
37133 \begin_layout Plain Layout
37134 text
37135 \end_layout
37136
37137 \end_inset
37138 </cell>
37139 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37140 \begin_inset Text
37141
37142 \begin_layout Plain Layout
37143 text
37144 \end_layout
37145
37146 \end_inset
37147 </cell>
37148 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37149 \begin_inset Text
37150
37151 \begin_layout Plain Layout
37152 text
37153 \end_layout
37154
37155 \end_inset
37156 </cell>
37157 </row>
37158 </lyxtabular>
37159
37160 \end_inset
37161
37162  
37163 \begin_inset Tabular
37164 <lyxtabular version="3" rows="3" columns="2">
37165 <features tabularvalignment="middle">
37166 <column alignment="center" valignment="top">
37167 <column alignment="center" valignment="top">
37168 <row>
37169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37170 \begin_inset Text
37171
37172 \begin_layout Plain Layout
37173 text
37174 \end_layout
37175
37176 \end_inset
37177 </cell>
37178 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37179 \begin_inset Text
37180
37181 \begin_layout Plain Layout
37182 text
37183 \end_layout
37184
37185 \end_inset
37186 </cell>
37187 </row>
37188 <row>
37189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37190 \begin_inset Text
37191
37192 \begin_layout Plain Layout
37193 text
37194 \end_layout
37195
37196 \end_inset
37197 </cell>
37198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37199 \begin_inset Text
37200
37201 \begin_layout Plain Layout
37202 \begin_inset Info
37203 type  "icon"
37204 arg   "dialog-show-new-inset graphics"
37205 \end_inset
37206
37207
37208 \end_layout
37209
37210 \end_inset
37211 </cell>
37212 </row>
37213 <row>
37214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37215 \begin_inset Text
37216
37217 \begin_layout Plain Layout
37218 text
37219 \end_layout
37220
37221 \end_inset
37222 </cell>
37223 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37224 \begin_inset Text
37225
37226 \begin_layout Plain Layout
37227 text
37228 \end_layout
37229
37230 \end_inset
37231 </cell>
37232 </row>
37233 </lyxtabular>
37234
37235 \end_inset
37236
37237
37238 \end_layout
37239
37240 \begin_layout Standard
37241 \noindent
37242 you can use the \SpecialChar LaTeX
37243 -package 
37244 \series bold
37245 picinpar
37246 \series default
37247
37248 \begin_inset Index idx
37249 status collapsed
37250
37251 \begin_layout Plain Layout
37252 \SpecialChar LaTeX
37253 -packages ! picinpar
37254 \end_layout
37255
37256 \end_inset
37257
37258 .
37259  Here is an example:
37260 \end_layout
37261
37262 \begin_layout Standard
37263 \begin_inset ERT
37264 status collapsed
37265
37266 \begin_layout Plain Layout
37267
37268
37269 \backslash
37270 ifpicinpar
37271 \end_layout
37272
37273 \end_inset
37274
37275
37276 \begin_inset Note Note
37277 status open
37278
37279 \begin_layout Plain Layout
37280 The following section will only be displayed when the \SpecialChar LaTeX
37281 -package 
37282 \series bold
37283 picinpar
37284 \series default
37285  is installed.
37286 \end_layout
37287
37288 \end_inset
37289
37290
37291 \end_layout
37292
37293 \begin_layout Standard
37294 \begin_inset ERT
37295 status collapsed
37296
37297 \begin_layout Plain Layout
37298
37299
37300 \backslash
37301 begin{window}[2,c,{
37302 \end_layout
37303
37304 \end_inset
37305
37306
37307 \begin_inset Graphics
37308         filename clipart/mobius.eps
37309         lyxscale 60
37310         width 40col%
37311         scaleBeforeRotation
37312         rotateOrigin center
37313
37314 \end_inset
37315
37316
37317 \begin_inset ERT
37318 status collapsed
37319
37320 \begin_layout Plain Layout
37321
37322 },]
37323 \end_layout
37324
37325 \begin_layout Plain Layout
37326
37327 {}
37328 \end_layout
37329
37330 \end_inset
37331
37332
37333 \size small
37334 It was in the spring of the year 1894 that all London was interested, and
37335  the fashionable world dismayed, by the murder of the Honourable Ronald
37336  Adair under most unusual and inexplicable circumstances.
37337  The public has already learned those particulars of the crime which
37338 \size default
37339
37340 \begin_inset ERT
37341 status collapsed
37342
37343 \begin_layout Plain Layout
37344
37345
37346 \backslash
37347 footnotemark{}
37348 \end_layout
37349
37350 \end_inset
37351
37352
37353 \size small
37354  came out in the police investigation, but a good deal was suppressed upon
37355  that occasion, since the case for the prosecution was so overwhelmingly
37356  strong that it was not necessary to bring forward all the facts.
37357  Only now, at the end of nearly ten years, am I allowed to supply those
37358  missing links which make up the whole of that remarkable chain.
37359 \size default
37360
37361 \begin_inset ERT
37362 status collapsed
37363
37364 \begin_layout Plain Layout
37365
37366
37367 \backslash
37368 end{window}
37369 \end_layout
37370
37371 \end_inset
37372
37373
37374 \end_layout
37375
37376 \begin_layout Standard
37377 \begin_inset ERT
37378 status collapsed
37379
37380 \begin_layout Plain Layout
37381
37382
37383 \backslash
37384 footnotetext{
37385 \end_layout
37386
37387 \end_inset
37388
37389 Footnote of the paragraph with the fixed object.
37390 \begin_inset ERT
37391 status collapsed
37392
37393 \begin_layout Plain Layout
37394
37395 }
37396 \end_layout
37397
37398 \end_inset
37399
37400
37401 \end_layout
37402
37403 \begin_layout Standard
37404 Surrounded fixed objects are used to let text float around them, at which
37405  the object's position in the paragraph can be determined by the number
37406  of lines above it.
37407  In contrary to floats is it not possible to have a numbered caption.
37408 \end_layout
37409
37410 \begin_layout Standard
37411 A fixed object is inserted by adding the command
37412 \end_layout
37413
37414 \begin_layout Standard
37415
37416 \series bold
37417
37418 \backslash
37419 begin{window}[2,c,{
37420 \end_layout
37421
37422 \begin_layout Standard
37423 as \SpecialChar TeX
37424  Code at the beginning of the paragraph.
37425  The first parameter in the bracket, here '2', defines the number of lines
37426  above the object, the second, here 'c', the position of the object.
37427  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37428  Behind the command you insert the object.
37429  In this example an image with a width of 40
37430 \begin_inset space \thinspace{}
37431 \end_inset
37432
37433 % of the text column width was inserted.
37434  The object can also be a table, a box or an equation.
37435  Behind the object the command
37436 \end_layout
37437
37438 \begin_layout Standard
37439
37440 \series bold
37441 },description text]
37442 \begin_inset Newline newline
37443 \end_inset
37444
37445 {}
37446 \end_layout
37447
37448 \begin_layout Standard
37449 is inserted.
37450  Note that the 
37451 \begin_inset Quotes eld
37452 \end_inset
37453
37454
37455 \series bold
37456 {}
37457 \series default
37458
37459 \begin_inset Quotes erd
37460 \end_inset
37461
37462  is in the second line.
37463  The description text is optional.
37464  The text surrounding the object must be in the same paragraph as the object,
37465  so it must begin directly after the 
37466 \series bold
37467 {}
37468 \series default
37469 .
37470  At the end of the paragraph insert the command:
37471 \end_layout
37472
37473 \begin_layout Standard
37474
37475 \series bold
37476
37477 \backslash
37478 end{window}
37479 \end_layout
37480
37481 \begin_layout Standard
37482 Within a paragraph with a fixed object, you cannot insert footnotes in the
37483  normal way.
37484  You have to use instead the command 
37485 \series bold
37486
37487 \backslash
37488 footnotemark
37489 \series default
37490  inside the paragraph and outside the command 
37491 \series bold
37492
37493 \backslash
37494 footnotetext
37495 \series default
37496  as described in sec.
37497 \begin_inset space \thinspace{}
37498 \end_inset
37499
37500
37501 \begin_inset CommandInset ref
37502 LatexCommand ref
37503 reference "sec:Footnotes"
37504
37505 \end_inset
37506
37507 .
37508 \end_layout
37509
37510 \begin_layout Standard
37511 \begin_inset ERT
37512 status collapsed
37513
37514 \begin_layout Plain Layout
37515
37516
37517 \backslash
37518 else
37519 \end_layout
37520
37521 \end_inset
37522
37523
37524 \begin_inset Note Note
37525 status open
37526
37527 \begin_layout Plain Layout
37528 The following will be displayed when the \SpecialChar LaTeX
37529 -package 
37530 \series bold
37531 picinpar
37532 \series default
37533  is not installed:
37534 \end_layout
37535
37536 \end_inset
37537
37538
37539 \end_layout
37540
37541 \begin_layout Standard
37542 You need to install the \SpecialChar LaTeX
37543 -package 
37544 \series bold
37545 picinpar
37546 \series default
37547  to see the following part of this section in the output.
37548 \end_layout
37549
37550 \begin_layout Standard
37551 \begin_inset ERT
37552 status collapsed
37553
37554 \begin_layout Plain Layout
37555
37556
37557 \backslash
37558 fi
37559 \end_layout
37560
37561 \end_inset
37562
37563
37564 \end_layout
37565
37566 \begin_layout Section
37567 Initials
37568 \begin_inset Index idx
37569 status collapsed
37570
37571 \begin_layout Plain Layout
37572 Initials
37573 \end_layout
37574
37575 \end_inset
37576
37577
37578 \begin_inset Index idx
37579 status collapsed
37580
37581 \begin_layout Plain Layout
37582 Surrounded by text ! Initials
37583 \end_layout
37584
37585 \end_inset
37586
37587
37588 \end_layout
37589
37590 \begin_layout Standard
37591 To use initials, you must have the \SpecialChar LaTeX
37592 -package 
37593 \series bold
37594 lettrine
37595 \series default
37596
37597 \begin_inset Index idx
37598 status collapsed
37599
37600 \begin_layout Plain Layout
37601 \SpecialChar LaTeX
37602 -packages ! lettrine
37603 \end_layout
37604
37605 \end_inset
37606
37607  installed and use the module 
37608 \family sans
37609 Initials
37610 \family default
37611  in your document (menu 
37612 \family sans
37613 Document\SpecialChar menuseparator
37614 Settings\SpecialChar menuseparator
37615 Modules
37616 \family default
37617 ).
37618  To insert an initial, use the style 
37619 \family sans
37620 Initial
37621 \family default
37622 .
37623  This style has a mandatory and two optional arguments.
37624  The arguments are inserted via the 
37625 \family sans
37626 Insert
37627 \family default
37628  menu.
37629  The mandatory argument 
37630 \family sans
37631 Initial
37632 \family default
37633  contains the letter(s) that is the initial, the argument 
37634 \family sans
37635 Rest
37636 \begin_inset space ~
37637 \end_inset
37638
37639 of
37640 \begin_inset space ~
37641 \end_inset
37642
37643 Initial
37644 \family default
37645  contains the rest of the word or text of the initial letter(s).
37646  The argument 
37647 \family sans
37648 Options
37649 \family default
37650  contains parameters to modify the initial.
37651  For more information about the possible parameters see the documentation
37652  of 
37653 \series bold
37654 lettrine
37655 \series default
37656
37657 \begin_inset CommandInset citation
37658 LatexCommand cite
37659 key "lettrine"
37660
37661 \end_inset
37662
37663 .
37664  The style itself contains the text that is surrounding the initial.
37665  The usual style is hereby that the word whose first letter is the initial,
37666  is printed with 
37667 \shape smallcaps
37668 small caps
37669 \shape default
37670 .
37671 \end_layout
37672
37673 \begin_layout Standard
37674 Here are some examples:
37675 \end_layout
37676
37677 \begin_layout Standard
37678 \begin_inset ERT
37679 status collapsed
37680
37681 \begin_layout Plain Layout
37682
37683
37684 \backslash
37685 iflettrine
37686 \end_layout
37687
37688 \end_inset
37689
37690
37691 \begin_inset Note Note
37692 status open
37693
37694 \begin_layout Plain Layout
37695 The following section will only be displayed when the \SpecialChar LaTeX
37696 -package 
37697 \series bold
37698 lettrine
37699 \series default
37700  is installed.
37701 \end_layout
37702
37703 \end_inset
37704
37705
37706 \end_layout
37707
37708 \begin_layout Enumerate
37709 No optional argument, the initial is the letter 'I' in the math font 
37710 \begin_inset Formula $\mathfrak{Fraktur}$
37711 \end_inset
37712
37713 :
37714 \begin_inset Separator latexpar
37715 \end_inset
37716
37717
37718 \end_layout
37719
37720 \begin_deeper
37721 \begin_layout Initial
37722 \begin_inset Argument 2
37723 status open
37724
37725 \begin_layout Plain Layout
37726 \begin_inset Formula $\mathfrak{I}$
37727 \end_inset
37728
37729
37730 \end_layout
37731
37732 \end_inset
37733
37734
37735 \begin_inset Argument 3
37736 status open
37737
37738 \begin_layout Plain Layout
37739 t
37740 \end_layout
37741
37742 \end_inset
37743
37744  was in the spring of the year 1894 that all London was interested, and
37745  the fashionable world dismayed, by the murder of the Honourable Ronald
37746  Adair under most unusual and inexplicable circumstances.
37747  The public has already learned those particulars of the crime which came
37748  out in the police investigation, but a good deal was suppressed upon that
37749  occasion, since the case for the prosecution was so overwhelmingly strong
37750  that it was not necessary to bring forward all the facts.
37751 \begin_inset Newpage newpage
37752 \end_inset
37753
37754
37755 \end_layout
37756
37757 \end_deeper
37758 \begin_layout Enumerate
37759 Only one line is surrounding the initial, which is formed by two letters
37760  in standard font and no text is printed in small caps:
37761 \begin_inset Separator latexpar
37762 \end_inset
37763
37764
37765 \end_layout
37766
37767 \begin_deeper
37768 \begin_layout Initial
37769 \begin_inset Argument 1
37770 status open
37771
37772 \begin_layout Plain Layout
37773 lines=1
37774 \end_layout
37775
37776 \end_inset
37777
37778
37779 \begin_inset Argument 2
37780 status open
37781
37782 \begin_layout Plain Layout
37783 It
37784 \end_layout
37785
37786 \end_inset
37787
37788  was in the spring of the year 1894 that all London was interested, and
37789  the fashionable world dismayed, by the murder of the Honourable Ronald
37790  Adair under most unusual and inexplicable circumstances.
37791  The public has already learned those particulars of the crime which came
37792  out in the police investigation, but a good deal was suppressed upon that
37793  occasion, since the case for the prosecution was so overwhelmingly strong
37794  that it was not necessary to bring forward all the facts.
37795 \end_layout
37796
37797 \end_deeper
37798 \begin_layout Enumerate
37799 Magenta, hanging initial over 3
37800 \begin_inset space ~
37801 \end_inset
37802
37803 lines in the math font 
37804 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37805 \end_inset
37806
37807 , the text 
37808 \begin_inset Quotes eld
37809 \end_inset
37810
37811 t was in the spring
37812 \begin_inset Quotes erd
37813 \end_inset
37814
37815  is in 
37816 \shape smallcaps
37817 small caps
37818 \shape default
37819 ; to color the initial, you must insert this command before the initial:
37820 \begin_inset Newline newline
37821 \end_inset
37822
37823
37824 \series bold
37825
37826 \backslash
37827 renewcommand{
37828 \backslash
37829 LettrineFontHook}{
37830 \backslash
37831 color{color}}
37832 \series default
37833
37834 \begin_inset Newline newline
37835 \end_inset
37836
37837 where the second 
37838 \emph on
37839 color
37840 \emph default
37841  can be 
37842 \begin_inset Quotes eld
37843 \end_inset
37844
37845 red
37846 \begin_inset Quotes erd
37847 \end_inset
37848
37849
37850 \begin_inset Quotes eld
37851 \end_inset
37852
37853 blue
37854 \begin_inset Quotes erd
37855 \end_inset
37856
37857
37858 \begin_inset Quotes eld
37859 \end_inset
37860
37861 green
37862 \begin_inset Quotes erd
37863 \end_inset
37864
37865
37866 \begin_inset Quotes eld
37867 \end_inset
37868
37869 yellow
37870 \begin_inset Quotes erd
37871 \end_inset
37872
37873
37874 \begin_inset Quotes eld
37875 \end_inset
37876
37877 cyan
37878 \begin_inset Quotes erd
37879 \end_inset
37880
37881
37882 \begin_inset Quotes eld
37883 \end_inset
37884
37885 magenta
37886 \begin_inset Quotes erd
37887 \end_inset
37888
37889
37890 \begin_inset Quotes eld
37891 \end_inset
37892
37893 black
37894 \begin_inset Quotes erd
37895 \end_inset
37896
37897  or 
37898 \begin_inset Quotes eld
37899 \end_inset
37900
37901 white
37902 \begin_inset Quotes erd
37903 \end_inset
37904
37905 , and add this command to the document preamble:
37906 \begin_inset Newline newline
37907 \end_inset
37908
37909
37910 \series bold
37911
37912 \backslash
37913 @ifundefined{textcolor}
37914 \begin_inset Newline newline
37915 \end_inset
37916
37917
37918 \begin_inset space ~
37919 \end_inset
37920
37921 {
37922 \backslash
37923 usepackage{color}}{}
37924 \series default
37925
37926 \begin_inset Separator latexpar
37927 \end_inset
37928
37929
37930 \end_layout
37931
37932 \begin_deeper
37933 \begin_layout Standard
37934 \begin_inset ERT
37935 status collapsed
37936
37937 \begin_layout Plain Layout
37938
37939
37940 \backslash
37941 renewcommand{
37942 \backslash
37943 LettrineFontHook}{
37944 \backslash
37945 color{magenta}}
37946 \end_layout
37947
37948 \end_inset
37949
37950
37951 \begin_inset Note Note
37952 status collapsed
37953
37954 \begin_layout Plain Layout
37955 makes the initial magenta
37956 \end_layout
37957
37958 \end_inset
37959
37960
37961 \end_layout
37962
37963 \begin_layout Initial
37964 \begin_inset Argument 1
37965 status open
37966
37967 \begin_layout Plain Layout
37968 lines=3, lhang=0.33, loversize=0.25
37969 \end_layout
37970
37971 \end_inset
37972
37973
37974 \begin_inset Argument 2
37975 status open
37976
37977 \begin_layout Plain Layout
37978 \begin_inset Formula $\mathcal{I}$
37979 \end_inset
37980
37981
37982 \end_layout
37983
37984 \end_inset
37985
37986
37987 \begin_inset Argument 3
37988 status open
37989
37990 \begin_layout Plain Layout
37991 t was in the spring
37992 \end_layout
37993
37994 \end_inset
37995
37996  of the year 1894 that all London was interested, and the fashionable world
37997  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37998  and inexplicable circumstances.
37999  The public has already learned those particulars of the crime which came
38000  out in the police investigation, but a good deal was suppressed upon that
38001  occasion, since the case for the prosecution was so overwhelmingly strong
38002  that it was not necessary to bring forward all the facts.
38003 \end_layout
38004
38005 \end_deeper
38006 \begin_layout Standard
38007 \begin_inset ERT
38008 status collapsed
38009
38010 \begin_layout Plain Layout
38011
38012
38013 \backslash
38014 else
38015 \end_layout
38016
38017 \end_inset
38018
38019
38020 \begin_inset Note Note
38021 status open
38022
38023 \begin_layout Plain Layout
38024 The following will be displayed when the \SpecialChar LaTeX
38025 -package 
38026 \series bold
38027 lettrine
38028 \series default
38029  is not installed:
38030 \end_layout
38031
38032 \end_inset
38033
38034
38035 \end_layout
38036
38037 \begin_layout Standard
38038 You need to install the \SpecialChar LaTeX
38039 -package 
38040 \series bold
38041 lettrine
38042 \series default
38043  to see the following part of this section in the output.
38044 \end_layout
38045
38046 \begin_layout Standard
38047 \begin_inset ERT
38048 status collapsed
38049
38050 \begin_layout Plain Layout
38051
38052
38053 \backslash
38054 fi
38055 \end_layout
38056
38057 \end_inset
38058
38059
38060 \end_layout
38061
38062 \begin_layout Chapter
38063 External Document Parts
38064 \begin_inset Index idx
38065 status collapsed
38066
38067 \begin_layout Plain Layout
38068 External Document Parts
38069 \end_layout
38070
38071 \end_inset
38072
38073
38074 \end_layout
38075
38076 \begin_layout Standard
38077 With the menu 
38078 \family sans
38079 Insert\SpecialChar menuseparator
38080 File
38081 \family default
38082  you can insert external material into your document.
38083  This can be:
38084 \end_layout
38085
38086 \begin_layout Description
38087 LyX
38088 \begin_inset space ~
38089 \end_inset
38090
38091 Document Another \SpecialChar LyX
38092  document; its content is directly inserted to your document.
38093 \end_layout
38094
38095 \begin_layout Description
38096 Plain
38097 \begin_inset space ~
38098 \end_inset
38099
38100 Text A text document; each line is inserted in your document as a separate
38101  paragraph.
38102 \end_layout
38103
38104 \begin_layout Description
38105 Plain
38106 \begin_inset space ~
38107 \end_inset
38108
38109 Text,
38110 \begin_inset space ~
38111 \end_inset
38112
38113 Join
38114 \begin_inset space ~
38115 \end_inset
38116
38117 Lines A text document; text lines are inserted in your document continuously
38118  but an empty text line creates a new paragraph.
38119 \end_layout
38120
38121 \begin_layout Description
38122 External
38123 \begin_inset space ~
38124 \end_inset
38125
38126 Material Files in various formats.
38127 \end_layout
38128
38129 \begin_layout Description
38130 Child
38131 \begin_inset space ~
38132 \end_inset
38133
38134 Document \SpecialChar LyX
38135  or \SpecialChar LaTeX
38136  documents.
38137 \end_layout
38138
38139 \begin_layout Section
38140 External Material
38141 \begin_inset Index idx
38142 status collapsed
38143
38144 \begin_layout Plain Layout
38145 External Document Parts ! External Material
38146 \end_layout
38147
38148 \end_inset
38149
38150
38151 \end_layout
38152
38153 \begin_layout Standard
38154 The external material feature allows you to insert files into your document
38155  without converting them to a format that can be read by the document output
38156  format.
38157  \SpecialChar LyX
38158  takes care of the necessary conversions.
38159  This is similar to images that can be inserted in various image formats
38160  in \SpecialChar LyX
38161  documents.
38162  When you have enabled Instant Preview in \SpecialChar LyX
38163 's preferences under 
38164 \family sans
38165 Look
38166 \begin_inset space ~
38167 \end_inset
38168
38169 and
38170 \begin_inset space ~
38171 \end_inset
38172
38173 feel\SpecialChar menuseparator
38174 Graphics
38175 \family default
38176 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
38177 .
38178 \end_layout
38179
38180 \begin_layout Standard
38181 External material can be inserted via the 
38182 \family sans
38183 External Material
38184 \family default
38185  dialog that is accessible with the menu 
38186 \family sans
38187 Insert\SpecialChar menuseparator
38188 File\SpecialChar menuseparator
38189 External
38190 \begin_inset space ~
38191 \end_inset
38192
38193 Material
38194 \family default
38195 .
38196  Currently the following file types (
38197 \family sans
38198 Templates
38199 \family default
38200 ) are allowed:
38201 \end_layout
38202
38203 \begin_layout Description
38204 Chess
38205 \begin_inset space ~
38206 \end_inset
38207
38208 diagram This template supports chess position diagrams made with the program
38209  
38210 \series bold
38211
38212 \begin_inset CommandInset href
38213 LatexCommand href
38214 name "XBoard"
38215 target "http://en.wikipedia.org/wiki/XBoard"
38216
38217 \end_inset
38218
38219
38220 \series default
38221 .
38222 \end_layout
38223
38224 \begin_layout Description
38225 Date This inserts the date in the form 
38226 \emph on
38227 Day-Month-Year
38228 \emph default
38229 .
38230  This is a date inserted as external material: 
38231 \begin_inset External
38232         template Date
38233         filename .
38234
38235 \end_inset
38236
38237
38238 \begin_inset space ~
38239 \end_inset
38240
38241
38242 \begin_inset Note Note
38243 status collapsed
38244
38245 \begin_layout Plain Layout
38246 Remove the protected space when bug 4398 is fixed!
38247 \end_layout
38248
38249 \end_inset
38250
38251
38252 \begin_inset Newline newline
38253 \end_inset
38254
38255 The date is not shown within \SpecialChar LyX
38256 , only in the output.
38257  There are two other methods of inserting a date: Via menu 
38258 \family sans
38259 Insert\SpecialChar menuseparator
38260 Date
38261 \family default
38262  and with the \SpecialChar LaTeX
38263  command 
38264 \series bold
38265
38266 \backslash
38267 today
38268 \series default
38269  as \SpecialChar TeX
38270  Code.
38271  The different methods are compared in Table
38272 \begin_inset space ~
38273 \end_inset
38274
38275
38276 \begin_inset CommandInset ref
38277 LatexCommand ref
38278 reference "tab:Comparison-of-the"
38279
38280 \end_inset
38281
38282 .
38283 \end_layout
38284
38285 \begin_layout Description
38286 Dia
38287 \begin_inset space ~
38288 \end_inset
38289
38290 diagram This template supports diagrams created with the program 
38291 \series bold
38292
38293 \begin_inset CommandInset href
38294 LatexCommand href
38295 name "Dia"
38296 target "http://en.wikipedia.org/wiki/Dia_(software)"
38297
38298 \end_inset
38299
38300
38301 \series default
38302 .
38303 \end_layout
38304
38305 \begin_layout Description
38306 Spreadsheet With this template you can insert spreadsheets
38307 \begin_inset space \thinspace{}
38308 \end_inset
38309
38310 /
38311 \begin_inset space \thinspace{}
38312 \end_inset
38313
38314 tables in the format of 
38315 \series bold
38316
38317 \begin_inset CommandInset href
38318 LatexCommand href
38319 name "Gnumeric"
38320 target "http://en.wikipedia.org/wiki/Gnumeric"
38321
38322 \end_inset
38323
38324
38325 \series default
38326
38327 \begin_inset CommandInset href
38328 LatexCommand href
38329 name "OpenDocument"
38330 target "http://en.wikipedia.org/wiki/OpenDocument"
38331
38332 \end_inset
38333
38334
38335 \begin_inset CommandInset href
38336 LatexCommand href
38337 name "Microsoft Office XML"
38338 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38339
38340 \end_inset
38341
38342  and 
38343 \begin_inset CommandInset href
38344 LatexCommand href
38345 name "Office Open XML"
38346 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38347
38348 \end_inset
38349
38350 .
38351  For this feature \SpecialChar LyX
38352  must have found the program 
38353 \family typewriter
38354 ssconvert
38355 \family default
38356  during its configuration.
38357  This program is part of Gnumeric, so that you must have Gnumeric installed,
38358  also if you don't have tables in the Gnumeric format.
38359  For examples and possible limitations have a look at \SpecialChar LyX
38360 's example file 
38361 \emph on
38362 spreadsheet.lyx
38363 \emph default
38364 .
38365 \end_layout
38366
38367 \begin_layout Description
38368 Lilypond
38369 \begin_inset space ~
38370 \end_inset
38371
38372 typeset
38373 \begin_inset space ~
38374 \end_inset
38375
38376 music This template is used for music notation typeset with the program
38377 \begin_inset Newline linebreak
38378 \end_inset
38379
38380
38381 \series bold
38382
38383 \begin_inset CommandInset href
38384 LatexCommand href
38385 name "LilyPond"
38386 target "http://en.wikipedia.org/wiki/LilyPond"
38387
38388 \end_inset
38389
38390
38391 \series default
38392 .
38393  For \SpecialChar LyX
38394 's extended support for LilyPond have a look at \SpecialChar LyX
38395 's example file 
38396 \emph on
38397 lilypond.lyx
38398 \emph default
38399 .
38400 \end_layout
38401
38402 \begin_layout Description
38403 PDF
38404 \begin_inset space ~
38405 \end_inset
38406
38407 pages With this template you can insert PDF documents to your document.
38408  To specify the range of pages that should be included, use the option 
38409 \series bold
38410 pages
38411 \series default
38412  in the 
38413 \family sans
38414 Option
38415 \family default
38416  field in the 
38417 \family sans
38418 LaTeX and LyX options
38419 \family default
38420  tab.
38421  The argument of this option is a comma separated list, containing page
38422  numbers (insert as option 
38423 \series bold
38424 pages={3,5,6,8}
38425 \series default
38426 ), ranges of page numbers (
38427 \series bold
38428 pages={4-9}
38429 \series default
38430 ) or any combination.
38431  To insert empty pages use {}.
38432  E.
38433 \begin_inset space \thinspace{}
38434 \end_inset
38435
38436 g.
38437 \begin_inset space ~
38438 \end_inset
38439
38440
38441 \series bold
38442 pages={3,{},8-11,15}
38443 \series default
38444  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38445  Page ranges are specified in the syntax 
38446 \emph on
38447 start
38448 \emph default
38449 -
38450 \emph on
38451 stop
38452 \emph default
38453 .
38454  This selects all pages from 
38455 \emph on
38456 start
38457 \emph default
38458  to 
38459 \emph on
38460 stop
38461 \emph default
38462 .
38463  Omitting 
38464 \emph on
38465 start
38466 \emph default
38467  defaults to the first page; omitting 
38468 \emph on
38469 stop
38470 \emph default
38471  defaults to the last page of the document.
38472  The last page can also be selected with the keyword 
38473 \series bold
38474 last
38475 \series default
38476 .
38477  (This is only permitted in a page range.) So 
38478 \series bold
38479 pages=-
38480 \series default
38481  will insert all pages of the document and 
38482 \series bold
38483 pages=last-1
38484 \series default
38485  will insert all pages in reverse order.
38486  If the pages option is not specified, only the first page of the PDF is
38487  inserted.
38488 \begin_inset Newline newline
38489 \end_inset
38490
38491 The option 
38492 \series bold
38493 noautoscale
38494 \series default
38495  inserts the pages with their original size, if this option is not given,
38496  the pages will be resized to fith the width of the page of your document.
38497  In the tab 
38498 \family sans
38499 Size and Rotation
38500 \family default
38501  you can specify the width and height of the input pages and their rotation.
38502  If another width than 100
38503 \begin_inset space \thinspace{}
38504 \end_inset
38505
38506 Scale% is used, the option 
38507 \series bold
38508 noautoscale
38509 \series default
38510  will be overwritten.
38511  For more info and possible options, have a look into the documentation
38512  of the \SpecialChar LaTeX
38513 -package 
38514 \series bold
38515 pdfpages
38516 \series default
38517  
38518 \begin_inset CommandInset citation
38519 LatexCommand cite
38520 key "pdfpages"
38521
38522 \end_inset
38523
38524 .
38525 \begin_inset Index idx
38526 status collapsed
38527
38528 \begin_layout Plain Layout
38529 \SpecialChar LaTeX
38530 -packages ! pdfpages
38531 \end_layout
38532
38533 \end_inset
38534
38535
38536 \begin_inset Newline newline
38537 \end_inset
38538
38539 To use this template in a 
38540 \family sans
38541 Beamer
38542 \family default
38543  presentation you need to first insert an 
38544 \family sans
38545 EndFrame
38546 \family default
38547  environment and in a subsequent paragraph a \SpecialChar TeX
38548  Code box containing the command
38549  
38550 \series bold
38551
38552 \backslash
38553 setbeamertemplate{background canvas}{}
38554 \series default
38555 .
38556  Then you can insert as many paragraphs containing the PDFPages template
38557  as you wish.
38558  Behind the included PDF pages you can resume the Beamer presentation by
38559  beginning a new frame or by starting a new section.
38560  To avoid stray blank pages prior to the PDF pages, make sure to use the
38561  
38562 \family sans
38563 Default
38564 \family default
38565  alignment for the paragraph containing the template.
38566 \begin_inset Newline newline
38567 \end_inset
38568
38569 Here is an included PDF which is rotated by -5°: 
38570 \begin_inset External
38571         template PDFPages
38572         filename clipart/Abstract.pdf
38573         extra LaTeX "noautoscale, pages=-"
38574         rotateAngle -5
38575         rotateOrigin bottomleft
38576
38577 \end_inset
38578
38579
38580 \end_layout
38581
38582 \begin_layout Description
38583 Raster
38584 \begin_inset space ~
38585 \end_inset
38586
38587 image This can be used for bitmap images.
38588  The image can be treated in the 
38589 \family sans
38590 External material
38591 \family default
38592  dialog like the images that are usually included via the 
38593 \family sans
38594 Graphics
38595 \family default
38596  dialog as described in section
38597 \begin_inset space ~
38598 \end_inset
38599
38600
38601 \begin_inset CommandInset ref
38602 LatexCommand ref
38603 reference "sec:Graphics-Dialog"
38604
38605 \end_inset
38606
38607 .
38608  Here is an inserted raster image: 
38609 \begin_inset External
38610         template RasterImage
38611         filename clipart/ToolbarEnvBox.png
38612
38613 \end_inset
38614
38615
38616 \end_layout
38617
38618 \begin_layout Description
38619 Vector
38620 \begin_inset space ~
38621 \end_inset
38622
38623 graphics This can be used for vector graphics.
38624  The image can be treated in the 
38625 \family sans
38626 External material
38627 \family default
38628  dialog like the images that are usually included via the 
38629 \family sans
38630 Graphics
38631 \family default
38632  dialog as described in section
38633 \begin_inset space ~
38634 \end_inset
38635
38636
38637 \begin_inset CommandInset ref
38638 LatexCommand ref
38639 reference "sec:Graphics-Dialog"
38640
38641 \end_inset
38642
38643 .
38644  Here is an inserted vector graphics: 
38645 \begin_inset External
38646         template VectorGraphics
38647         filename clipart/SVG-Drawing.svg
38648         scale 33
38649
38650 \end_inset
38651
38652
38653 \end_layout
38654
38655 \begin_layout Description
38656 Xfig
38657 \begin_inset space ~
38658 \end_inset
38659
38660 figure This template supports images created with the program 
38661 \series bold
38662
38663 \begin_inset CommandInset href
38664 LatexCommand href
38665 name "Xfig"
38666 target "http://en.wikipedia.org/wiki/Xfig"
38667
38668 \end_inset
38669
38670
38671 \series default
38672 .
38673 \end_layout
38674
38675 \begin_layout Standard
38676 \begin_inset Float table
38677 placement !h
38678 wide false
38679 sideways false
38680 status open
38681
38682 \begin_layout Plain Layout
38683 \begin_inset Caption Standard
38684
38685 \begin_layout Plain Layout
38686 \begin_inset CommandInset label
38687 LatexCommand label
38688 name "tab:Comparison-of-the"
38689
38690 \end_inset
38691
38692 Comparison of the date input methods.
38693 \end_layout
38694
38695 \end_inset
38696
38697
38698 \end_layout
38699
38700 \begin_layout Plain Layout
38701 \align center
38702 \begin_inset Tabular
38703 <lyxtabular version="3" rows="4" columns="4">
38704 <features tabularvalignment="middle">
38705 <column alignment="center" valignment="top">
38706 <column alignment="center" valignment="top">
38707 <column alignment="center" valignment="top">
38708 <column alignment="center" valignment="top">
38709 <row>
38710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38711 \begin_inset Text
38712
38713 \begin_layout Plain Layout
38714 Document format
38715 \end_layout
38716
38717 \end_inset
38718 </cell>
38719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38720 \begin_inset Text
38721
38722 \begin_layout Plain Layout
38723
38724 \family sans
38725 External Material\SpecialChar menuseparator
38726 Date
38727 \end_layout
38728
38729 \end_inset
38730 </cell>
38731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38732 \begin_inset Text
38733
38734 \begin_layout Plain Layout
38735
38736 \family sans
38737 Insert\SpecialChar menuseparator
38738 Date
38739 \end_layout
38740
38741 \end_inset
38742 </cell>
38743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38744 \begin_inset Text
38745
38746 \begin_layout Plain Layout
38747 command 
38748 \series bold
38749
38750 \backslash
38751 today
38752 \end_layout
38753
38754 \end_inset
38755 </cell>
38756 </row>
38757 <row>
38758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38759 \begin_inset Text
38760
38761 \begin_layout Plain Layout
38762 \SpecialChar LyX
38763
38764 \end_layout
38765
38766 \end_inset
38767 </cell>
38768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38769 \begin_inset Text
38770
38771 \begin_layout Plain Layout
38772 as inset box
38773 \end_layout
38774
38775 \end_inset
38776 </cell>
38777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38778 \begin_inset Text
38779
38780 \begin_layout Plain Layout
38781 as date
38782 \end_layout
38783
38784 \end_inset
38785 </cell>
38786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38787 \begin_inset Text
38788
38789 \begin_layout Plain Layout
38790 as \SpecialChar TeX
38791  Code inset box
38792 \end_layout
38793
38794 \end_inset
38795 </cell>
38796 </row>
38797 <row>
38798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38799 \begin_inset Text
38800
38801 \begin_layout Plain Layout
38802 \SpecialChar LaTeX
38803
38804 \end_layout
38805
38806 \end_inset
38807 </cell>
38808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38809 \begin_inset Text
38810
38811 \begin_layout Plain Layout
38812 as date
38813 \end_layout
38814
38815 \end_inset
38816 </cell>
38817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38818 \begin_inset Text
38819
38820 \begin_layout Plain Layout
38821 as date
38822 \end_layout
38823
38824 \end_inset
38825 </cell>
38826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38827 \begin_inset Text
38828
38829 \begin_layout Plain Layout
38830 as command
38831 \end_layout
38832
38833 \end_inset
38834 </cell>
38835 </row>
38836 <row>
38837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38838 \begin_inset Text
38839
38840 \begin_layout Plain Layout
38841 DVI, PDF, PS
38842 \end_layout
38843
38844 \end_inset
38845 </cell>
38846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38847 \begin_inset Text
38848
38849 \begin_layout Plain Layout
38850 as date
38851 \end_layout
38852
38853 \end_inset
38854 </cell>
38855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38856 \begin_inset Text
38857
38858 \begin_layout Plain Layout
38859 as date
38860 \end_layout
38861
38862 \end_inset
38863 </cell>
38864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38865 \begin_inset Text
38866
38867 \begin_layout Plain Layout
38868 as date
38869 \end_layout
38870
38871 \end_inset
38872 </cell>
38873 </row>
38874 </lyxtabular>
38875
38876 \end_inset
38877
38878
38879 \end_layout
38880
38881 \end_inset
38882
38883
38884 \end_layout
38885
38886 \begin_layout Standard
38887 When you use the option 
38888 \family sans
38889 Draft
38890 \family default
38891  in the 
38892 \family sans
38893 File
38894 \family default
38895  tab of the 
38896 \family sans
38897 External Material
38898 \family default
38899  dialog, only the path to the inserted file is shown in the output.
38900 \begin_inset Newline newline
38901 \end_inset
38902
38903 External material is displayed in \SpecialChar LyX
38904  either as a box like this: 
38905 \begin_inset Graphics
38906         filename clipart/ExternalMaterial.png
38907         scale 75
38908         scaleBeforeRotation
38909
38910 \end_inset
38911
38912  or as image, depending on the option 
38913 \family sans
38914 Show in LyX
38915 \family default
38916  in the 
38917 \family sans
38918 LaTeX and LyX options
38919 \family default
38920  tab of the dialog.
38921 \end_layout
38922
38923 \begin_layout Standard
38924 The 
38925 \family sans
38926 \emph on
38927 Customization
38928 \family default
38929 \emph default
38930  manual explains how you can define your own templates.
38931 \end_layout
38932
38933 \begin_layout Section
38934 Child Documents
38935 \begin_inset CommandInset label
38936 LatexCommand label
38937 name "sec:Child-Documents"
38938
38939 \end_inset
38940
38941
38942 \begin_inset Index idx
38943 status collapsed
38944
38945 \begin_layout Plain Layout
38946 External Document Parts ! Child Documents
38947 \end_layout
38948
38949 \end_inset
38950
38951
38952 \begin_inset Index idx
38953 status collapsed
38954
38955 \begin_layout Plain Layout
38956 Files ! Include
38957 \end_layout
38958
38959 \end_inset
38960
38961
38962 \end_layout
38963
38964 \begin_layout Standard
38965 Child documents are used if you have a long document consisting of several
38966  larger parts or sections.
38967  For maintenance it is often useful and sometimes even required to split
38968  the document into several files that can be revised separately.
38969  The different documents are then the so called 
38970 \begin_inset Quotes eld
38971 \end_inset
38972
38973 child documents
38974 \begin_inset Quotes erd
38975 \end_inset
38976
38977 , and a master document connects them to print the full document or parts
38978  of it.
38979  A child document inherits elements from its master, for example the \SpecialChar LaTeX
38980  preamble,
38981  the bibliography, and labels for cross-references.
38982 \end_layout
38983
38984 \begin_layout Standard
38985 To be able to work on child documents without the need to open their master,
38986  specify in the child document the master in the menu
38987 \family sans
38988  Document\SpecialChar menuseparator
38989 Settings\SpecialChar menuseparator
38990 Document
38991 \begin_inset space ~
38992 \end_inset
38993
38994 Class
38995 \family default
38996 .
38997  This master document will then be used in the background by \SpecialChar LyX
38998  when you edit
38999  the child document.
39000 \end_layout
39001
39002 \begin_layout Standard
39003 Included documents are displayed in \SpecialChar LyX
39004  as a box like this: 
39005 \begin_inset Graphics
39006         filename clipart/ChildDocument.png
39007         scaleBeforeRotation
39008
39009 \end_inset
39010
39011  To include child documents in a master document use the menu 
39012 \family sans
39013 Insert\SpecialChar menuseparator
39014 File\SpecialChar menuseparator
39015 Child
39016 \begin_inset space ~
39017 \end_inset
39018
39019 Documents
39020 \family default
39021 .
39022  A dialog pops up where you can choose between four include methods:
39023 \end_layout
39024
39025 \begin_layout Description
39026 Include You can include \SpecialChar LyX
39027  and \SpecialChar LaTeX
39028  documents.
39029  When you press the 
39030 \family sans
39031 Edit
39032 \family default
39033  button in the 
39034 \family sans
39035 Child Document
39036 \family default
39037  dialog, the included document will be opened in \SpecialChar LyX
39038  in a new file tab so that
39039  you can modify it.
39040 \begin_inset Newline newline
39041 \end_inset
39042
39043
39044 \end_layout
39045
39046 \begin_layout Standard
39047 Here is a child document inserted using 
39048 \family sans
39049 Include
39050 \family default
39051
39052 \begin_inset CommandInset include
39053 LatexCommand include
39054 filename "DummyDocument1.lyx"
39055
39056 \end_inset
39057
39058
39059 \end_layout
39060
39061 \begin_layout Standard
39062 The section numbering includes the sections of the included files in the
39063  order they are inserted in the master document.
39064  The included example document has for example a subsection that is numbered
39065  as a subsection of this section.
39066  Labels of included documents can be referenced: Subsection
39067 \begin_inset space ~
39068 \end_inset
39069
39070
39071 \begin_inset CommandInset ref
39072 LatexCommand ref
39073 reference "subsec:External-Subsection-1"
39074
39075 \end_inset
39076
39077 .
39078 \end_layout
39079
39080 \begin_layout Standard
39081 The preamble of the child document is ignored; only the preamble of the
39082  master document is used.
39083  Branches in child documents will be ignored by the master document when
39084  the master document does not have a branch with the same name.
39085  Included documents are inserted starting on a new page and ending with
39086  a page break.
39087 \end_layout
39088
39089 \begin_layout Standard
39090 \begin_inset Note Greyedout
39091 status open
39092
39093 \begin_layout Plain Layout
39094
39095 \series bold
39096 Note:
39097 \series default
39098  If you have included a \SpecialChar LyX
39099  or \SpecialChar LaTeX
39100  file, you are warned when you export/view the
39101  document in case the child document uses another document class than the
39102  master document as this will lead to unexpected outputs.
39103 \end_layout
39104
39105 \end_inset
39106
39107
39108 \end_layout
39109
39110 \begin_layout Description
39111 Input This method is very similar to the Include method.
39112  The differences are:
39113 \begin_inset Separator latexpar
39114 \end_inset
39115
39116
39117 \end_layout
39118
39119 \begin_deeper
39120 \begin_layout Itemize
39121 Input files don't start with a new page and don't end with a page break.
39122 \end_layout
39123
39124 \begin_layout Itemize
39125 Input files can be previewed in \SpecialChar LyX
39126  when 
39127 \family sans
39128 Instant
39129 \begin_inset space ~
39130 \end_inset
39131
39132 Preview
39133 \family default
39134  is enabled in \SpecialChar LyX
39135 's preferences under 
39136 \family sans
39137 Look
39138 \begin_inset space ~
39139 \end_inset
39140
39141 and
39142 \begin_inset space ~
39143 \end_inset
39144
39145 feel\SpecialChar menuseparator
39146 Graphics
39147 \family default
39148 .
39149 \end_layout
39150
39151 \begin_layout Itemize
39152 You cannot exclude Input files via the menu 
39153 \family sans
39154 Document\SpecialChar menuseparator
39155 Settings\SpecialChar menuseparator
39156 Child Documents
39157 \family default
39158 .
39159 \end_layout
39160
39161 \end_deeper
39162 \begin_layout Standard
39163 Here is a child document inserted using 
39164 \family sans
39165 Input
39166 \family default
39167
39168 \begin_inset CommandInset include
39169 LatexCommand input
39170 filename "DummyDocument2.lyx"
39171
39172 \end_inset
39173
39174
39175 \end_layout
39176
39177 \begin_layout Description
39178 Verbatim With this method any text file can be included.
39179  The file is shown in the output with its source code; no command used in
39180  the text is invoked.
39181  You can use the option 
39182 \family sans
39183 Mark spaces in output
39184 \family default
39185  that displays the character 
39186 \begin_inset Quotes eld
39187 \end_inset
39188
39189
39190 \begin_inset ERT
39191 status collapsed
39192
39193 \begin_layout Plain Layout
39194
39195
39196 \backslash
39197 textvisiblespace 
39198 \end_layout
39199
39200 \end_inset
39201
39202
39203 \begin_inset Quotes erd
39204 \end_inset
39205
39206  for every space character in the source code.
39207  The difference from the method via the menu 
39208 \family sans
39209 Insert\SpecialChar menuseparator
39210 File\SpecialChar menuseparator
39211 Plain
39212 \begin_inset space ~
39213 \end_inset
39214
39215 Text
39216 \family default
39217  is that the document content is not shown in \SpecialChar LyX
39218 .
39219 \end_layout
39220
39221 \begin_layout Standard
39222 Here is a child document inserted as Verbatim: 
39223 \begin_inset CommandInset include
39224 LatexCommand verbatiminput
39225 filename "DummyTextDocument.txt"
39226
39227 \end_inset
39228
39229
39230 \begin_inset VSpace bigskip
39231 \end_inset
39232
39233  Here is a child document inserted as Verbatim using the 
39234 \family sans
39235 Mark spaces in output
39236 \family default
39237  option: 
39238 \begin_inset CommandInset include
39239 LatexCommand verbatiminput*
39240 filename "DummyTextDocument.txt"
39241
39242 \end_inset
39243
39244
39245 \end_layout
39246
39247 \begin_layout Standard
39248 \begin_inset VSpace bigskip
39249 \end_inset
39250
39251
39252 \end_layout
39253
39254 \begin_layout Standard
39255 \begin_inset Note Greyedout
39256 status open
39257
39258 \begin_layout Plain Layout
39259
39260 \series bold
39261 Note:
39262 \series default
39263  As you can see in the examples above, the text of the documents included
39264  as 
39265 \family sans
39266 verbatim
39267 \family default
39268  is not broken at the end of the document lines.
39269 \end_layout
39270
39271 \end_inset
39272
39273
39274 \end_layout
39275
39276 \begin_layout Description
39277 Listings This type is described in chapter
39278 \begin_inset space ~
39279 \end_inset
39280
39281
39282 \begin_inset CommandInset ref
39283 LatexCommand ref
39284 reference "cha:Program-Code-Listings"
39285
39286 \end_inset
39287
39288 .
39289 \end_layout
39290
39291 \begin_layout Standard
39292 \begin_inset Note Greyedout
39293 status open
39294
39295 \begin_layout Plain Layout
39296
39297 \series bold
39298 Note:
39299 \series default
39300  Including the same document twice in a document using different methods
39301  could cause \SpecialChar LaTeX
39302 -problems.
39303 \end_layout
39304
39305 \end_inset
39306
39307
39308 \end_layout
39309
39310 \begin_layout Standard
39311 If you want to view/export only selected children of your master document,
39312  either because you want to save compiling time or because you want to distribut
39313 e single chapters of the book you are just writing, you can exclude children
39314  from the output.
39315  This is done via the menu 
39316 \family sans
39317 Document\SpecialChar menuseparator
39318 Settings\SpecialChar menuseparator
39319 Child Documents
39320 \family default
39321 .
39322  You can exclude\SpecialChar breakableslash
39323 include children by double-clicking on the 
39324 \family sans
39325 include to output
39326 \family default
39327  column of the respective child document in the list (note that this only
39328  works for documents embedded via 
39329 \begin_inset Quotes eld
39330 \end_inset
39331
39332 Include
39333 \begin_inset Quotes erd
39334 \end_inset
39335
39336 , not with 
39337 \begin_inset Quotes eld
39338 \end_inset
39339
39340 Input
39341 \begin_inset Quotes erd
39342 \end_inset
39343
39344 ).
39345  If the option 
39346 \family sans
39347 Maintain counters and references
39348 \family default
39349  is enabled, \SpecialChar LyX
39350  will assure that all page numbers, references etc.
39351 \begin_inset space ~
39352 \end_inset
39353
39354 are correct as if the whole document was processed.
39355  This is useful if you want the selected sub-documents to look exactly as
39356  in the context of the whole document.
39357  However, \SpecialChar LyX
39358  needs to process the whole document in the background for this
39359  feature.
39360  So if you want to save compile time and if counters and references do not
39361  need to be correct, disable this checkbox.
39362 \end_layout
39363
39364 \begin_layout Standard
39365 Alternatively, you can put each included file into a branch.
39366 \begin_inset Foot
39367 status collapsed
39368
39369 \begin_layout Plain Layout
39370 Branches are described in section 
39371 \emph on
39372 Branches
39373 \emph default
39374  of the \SpecialChar LyX
39375  
39376 \emph on
39377 Userguide
39378 \emph default
39379 .
39380 \end_layout
39381
39382 \end_inset
39383
39384  By enabling\SpecialChar breakableslash
39385 disabling branches you can decide which included files will
39386  appear in the output.
39387  This has the advantage that it also works with Input'ed sub-documents.
39388  However, counters and references will not be maintained with this approach.
39389 \end_layout
39390
39391 \begin_layout Chapter
39392 Program Code Listings
39393 \begin_inset CommandInset label
39394 LatexCommand label
39395 name "cha:Program-Code-Listings"
39396
39397 \end_inset
39398
39399
39400 \begin_inset Index idx
39401 status collapsed
39402
39403 \begin_layout Plain Layout
39404 Listings
39405 \end_layout
39406
39407 \end_inset
39408
39409
39410 \begin_inset Index idx
39411 status collapsed
39412
39413 \begin_layout Plain Layout
39414 Program Code
39415 \end_layout
39416
39417 \end_inset
39418
39419
39420 \begin_inset Index idx
39421 status collapsed
39422
39423 \begin_layout Plain Layout
39424 Floats ! Listings
39425 \end_layout
39426
39427 \end_inset
39428
39429
39430 \end_layout
39431
39432 \begin_layout Standard
39433 To include and typeset program code you can use the 
39434 \family sans
39435 Listings
39436 \family default
39437  inset that can be inserted via the menu 
39438 \family sans
39439 Insert\SpecialChar menuseparator
39440 Program Listing
39441 \family default
39442 .
39443  The \SpecialChar LaTeX
39444 -package 
39445 \series bold
39446 listings
39447 \series default
39448
39449 \begin_inset Index idx
39450 status collapsed
39451
39452 \begin_layout Plain Layout
39453 \SpecialChar LaTeX
39454 -packages ! listings
39455 \end_layout
39456
39457 \end_inset
39458
39459  provides a powerful and flexible way to insert program source code into
39460  your document.
39461 \end_layout
39462
39463 \begin_layout Standard
39464 Right-clicking on a listings inset opens the context menu containing where
39465  you can set the listings format.
39466 \end_layout
39467
39468 \begin_layout Standard
39469 By default, a listing starts a new paragraph in the output.
39470  The placement option 
39471 \family sans
39472 Inline
39473 \begin_inset space ~
39474 \end_inset
39475
39476 listing
39477 \family default
39478  prints the listing inline like this: 
39479 \begin_inset listings
39480 lstparams "language={C++}"
39481 inline true
39482 status open
39483
39484 \begin_layout Plain Layout
39485
39486 int a=5;
39487 \end_layout
39488
39489 \end_inset
39490
39491
39492 \begin_inset Newline newline
39493 \end_inset
39494
39495 The option 
39496 \family sans
39497 Float
39498 \family default
39499  creates a listings float where you can specify the placement options 
39500 \begin_inset Quotes eld
39501 \end_inset
39502
39503
39504 \family sans
39505 h
39506 \family default
39507
39508 \begin_inset Quotes erd
39509 \end_inset
39510
39511
39512 \begin_inset Quotes eld
39513 \end_inset
39514
39515
39516 \family sans
39517 t
39518 \family default
39519
39520 \begin_inset Quotes erd
39521 \end_inset
39522
39523
39524 \begin_inset Quotes eld
39525 \end_inset
39526
39527
39528 \family sans
39529 b
39530 \family default
39531
39532 \begin_inset Quotes erd
39533 \end_inset
39534
39535 , and 
39536 \begin_inset Quotes eld
39537 \end_inset
39538
39539
39540 \family sans
39541 p
39542 \family default
39543
39544 \begin_inset Quotes erd
39545 \end_inset
39546
39547  corresponding to the float placement options described in section
39548 \begin_inset space ~
39549 \end_inset
39550
39551
39552 \begin_inset CommandInset ref
39553 LatexCommand ref
39554 reference "sec:Float-Placement"
39555
39556 \end_inset
39557
39558 .
39559  The placement options can be mixed and are inserted without any separation,
39560  e.
39561 \begin_inset space \thinspace{}
39562 \end_inset
39563
39564 g.
39565 \begin_inset space \space{}
39566 \end_inset
39567
39568
39569 \begin_inset Quotes eld
39570 \end_inset
39571
39572
39573 \family sans
39574 htbp
39575 \family default
39576
39577 \begin_inset Quotes erd
39578 \end_inset
39579
39580 .
39581  The option 
39582 \begin_inset Quotes eld
39583 \end_inset
39584
39585 h
39586 \begin_inset Quotes erd
39587 \end_inset
39588
39589  has sometimes no effect, but you don't need to use the 
39590 \family sans
39591 Float
39592 \family default
39593  option in this case as also non-float listings can have captions and be
39594  referenced.
39595 \end_layout
39596
39597 \begin_layout Standard
39598 You can add captions to listings with the menu 
39599 \family sans
39600 Insert\SpecialChar menuseparator
39601 Caption
39602 \family default
39603 .
39604  Listings can be referenced like floats: Listing
39605 \begin_inset space ~
39606 \end_inset
39607
39608
39609 \begin_inset CommandInset ref
39610 LatexCommand ref
39611 reference "lst:Example-Listing"
39612
39613 \end_inset
39614
39615 .
39616  A list of listings which contains all listings with captions can be created
39617  via the menu 
39618 \family sans
39619 Insert\SpecialChar menuseparator
39620 List
39621 \begin_inset space ~
39622 \end_inset
39623
39624 /
39625 \begin_inset space ~
39626 \end_inset
39627
39628 TOC\SpecialChar menuseparator
39629 List of Listings
39630 \family default
39631 .
39632  The list entries are the listing caption and the listing number.
39633 \end_layout
39634
39635 \begin_layout Standard
39636 \begin_inset listings
39637 lstparams "language=Python"
39638 inline false
39639 status open
39640
39641 \begin_layout Plain Layout
39642
39643 \begin_inset Caption Standard
39644
39645 \begin_layout Plain Layout
39646 \begin_inset CommandInset label
39647 LatexCommand label
39648 name "lst:Example-Listing"
39649
39650 \end_inset
39651
39652 Example Listing float
39653 \end_layout
39654
39655 \end_inset
39656
39657 # Example listing float
39658 \end_layout
39659
39660 \begin_layout Plain Layout
39661
39662 def func(param):
39663 \end_layout
39664
39665 \begin_layout Plain Layout
39666
39667     'this is a python function'
39668 \end_layout
39669
39670 \begin_layout Plain Layout
39671
39672     pass
39673 \end_layout
39674
39675 \end_inset
39676
39677
39678 \end_layout
39679
39680 \begin_layout Standard
39681 When you have set a programming language in the listings dialog, the keywords
39682  of this language will be recognized and specially typeset in the output.
39683  In the example listings the Python keyword 
39684 \begin_inset Quotes eld
39685 \end_inset
39686
39687 def
39688 \begin_inset Quotes erd
39689 \end_inset
39690
39691  is recognized and printed bold in the output.
39692 \end_layout
39693
39694 \begin_layout Standard
39695 \begin_inset Note Greyedout
39696 status open
39697
39698 \begin_layout Plain Layout
39699
39700 \series bold
39701 Note:
39702 \series default
39703  If you don't get bold keywords when using typewriter fonts, your 
39704 \family typewriter
39705 typewriter
39706 \family default
39707  font probably doesn't provide a bold shape.
39708  In this case select a different one in the menu 
39709 \family sans
39710 Document\SpecialChar menuseparator
39711 Settings\SpecialChar menuseparator
39712 Fonts
39713 \family default
39714 .
39715  (The fonts 
39716 \emph on
39717 LuxiMono, BeraMono
39718 \emph default
39719  and 
39720 \emph on
39721 Courier
39722 \emph default
39723  provide bold shapes.)
39724 \end_layout
39725
39726 \end_inset
39727
39728
39729 \end_layout
39730
39731 \begin_layout Standard
39732 In section 
39733 \family sans
39734 Line
39735 \begin_inset space ~
39736 \end_inset
39737
39738 numbering
39739 \family default
39740  of the listings dialog you can specify the line numbering style.
39741  You can insert a number to specify which lines are numbered in the field
39742  
39743 \family sans
39744 Step
39745 \family default
39746 .
39747  When you insert e.
39748 \begin_inset space \thinspace{}
39749 \end_inset
39750
39751 g.
39752 \begin_inset space \space{}
39753 \end_inset
39754
39755
39756 \begin_inset Quotes eld
39757 \end_inset
39758
39759 3
39760 \begin_inset Quotes erd
39761 \end_inset
39762
39763 , only every 3rd line will be numbered.
39764 \end_layout
39765
39766 \begin_layout Standard
39767 You can furthermore specify a range of lines; only these will then appear
39768  in the output.
39769  The option 
39770 \family sans
39771 Extended character table
39772 \family default
39773  should be used when you use national characters like the German umlauts
39774  in the listing.
39775 \begin_inset Newline newline
39776 \end_inset
39777
39778 Here is an example listing with left line numbering, step 
39779 \begin_inset Quotes eld
39780 \end_inset
39781
39782 3
39783 \begin_inset Quotes erd
39784 \end_inset
39785
39786 , language 
39787 \begin_inset Quotes eld
39788 \end_inset
39789
39790 Python
39791 \begin_inset Quotes erd
39792 \end_inset
39793
39794 , options 
39795 \begin_inset Quotes eld
39796 \end_inset
39797
39798 Extended character table
39799 \begin_inset Quotes erd
39800 \end_inset
39801
39802  and 
39803 \begin_inset Quotes eld
39804 \end_inset
39805
39806 Space
39807 \begin_inset space ~
39808 \end_inset
39809
39810 as
39811 \begin_inset space ~
39812 \end_inset
39813
39814 symbol
39815 \begin_inset Quotes erd
39816 \end_inset
39817
39818 , range lines 3
39819 \begin_inset space \thinspace{}
39820 \end_inset
39821
39822 -
39823 \begin_inset space \thinspace{}
39824 \end_inset
39825
39826 8:
39827 \end_layout
39828
39829 \begin_layout Standard
39830 \begin_inset listings
39831 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39832 inline false
39833 status open
39834
39835 \begin_layout Plain Layout
39836
39837 def func(param):
39838 \end_layout
39839
39840 \begin_layout Plain Layout
39841
39842     'this is a python function'
39843 \end_layout
39844
39845 \begin_layout Plain Layout
39846
39847     pass
39848 \end_layout
39849
39850 \begin_layout Plain Layout
39851
39852 def func(param):
39853 \end_layout
39854
39855 \begin_layout Plain Layout
39856
39857 'This is a German word: Tschüß'
39858 \end_layout
39859
39860 \begin_layout Plain Layout
39861
39862 pass
39863 \end_layout
39864
39865 \begin_layout Plain Layout
39866
39867 def func(param):
39868 \end_layout
39869
39870 \begin_layout Plain Layout
39871
39872 'this is a python function'
39873 \end_layout
39874
39875 \begin_layout Plain Layout
39876
39877 pass
39878 \end_layout
39879
39880 \end_inset
39881
39882
39883 \end_layout
39884
39885 \begin_layout Standard
39886 When you have tabulators in your listing, you can specify the number of
39887  characters that are spanned by a tabulator in the field 
39888 \family sans
39889 Tabulator
39890 \begin_inset space ~
39891 \end_inset
39892
39893 size
39894 \family default
39895 .
39896 \end_layout
39897
39898 \begin_layout Standard
39899 \begin_inset Note Greyedout
39900 status open
39901
39902 \begin_layout Plain Layout
39903
39904 \series bold
39905 Note:
39906 \series default
39907  Due to a bug in the 
39908 \series bold
39909 listings
39910 \series default
39911  package the line numbering is shifted by a line by every previous listing.
39912  That's the reason why the lines 2 and 5 are numbered in the above listing
39913  and not the lines 3 and 6.
39914 \end_layout
39915
39916 \end_inset
39917
39918
39919 \end_layout
39920
39921 \begin_layout Standard
39922 \begin_inset VSpace bigskip
39923 \end_inset
39924
39925
39926 \end_layout
39927
39928 \begin_layout Standard
39929 It is also possible to print lines from a file as listing.
39930  To do this, use the menu 
39931 \family sans
39932 Insert\SpecialChar menuseparator
39933 File\SpecialChar menuseparator
39934 Child Document
39935 \family default
39936  and choose the type 
39937 \family sans
39938 Listings
39939 \family default
39940 .
39941 \begin_inset Foot
39942 status collapsed
39943
39944 \begin_layout Plain Layout
39945 The other child document types are described in section
39946 \begin_inset space ~
39947 \end_inset
39948
39949
39950 \begin_inset CommandInset ref
39951 LatexCommand ref
39952 reference "sec:Child-Documents"
39953
39954 \end_inset
39955
39956 .
39957 \end_layout
39958
39959 \end_inset
39960
39961  In the child document dialog you can specify the listing parameters in
39962  a text box.
39963  To show a list of all available parameters, type in a question mark 
39964 \begin_inset Quotes eld
39965 \end_inset
39966
39967 ?
39968 \begin_inset Quotes erd
39969 \end_inset
39970
39971  in the text box.
39972 \end_layout
39973
39974 \begin_layout Standard
39975 To reference child document listings, write a label text into the corresponding
39976  field of the child document dialog.
39977  The label can then be referenced using the menu 
39978 \family sans
39979 Insert\SpecialChar menuseparator
39980 Cross-Reference
39981 \family default
39982 .
39983 \end_layout
39984
39985 \begin_layout Standard
39986 Listing
39987 \begin_inset space ~
39988 \end_inset
39989
39990
39991 \begin_inset CommandInset ref
39992 LatexCommand ref
39993 reference "lst:file-listing"
39994
39995 \end_inset
39996
39997  is an example for a listing of a file; there the lines 10
39998 \begin_inset space \thinspace{}
39999 \end_inset
40000
40001 -
40002 \begin_inset space \thinspace{}
40003 \end_inset
40004
40005 15 of this \SpecialChar LyX
40006  file are listed.
40007 \end_layout
40008
40009 \begin_layout Standard
40010 \begin_inset CommandInset include
40011 LatexCommand lstinputlisting
40012 filename "EmbeddedObjects.lyx"
40013 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
40014
40015 \end_inset
40016
40017
40018 \end_layout
40019
40020 \begin_layout Standard
40021 \begin_inset VSpace bigskip
40022 \end_inset
40023
40024
40025 \end_layout
40026
40027 \begin_layout Standard
40028 Inserting a formula into a listing can be done the following way:
40029 \end_layout
40030
40031 \begin_layout Enumerate
40032 Open the listings dialog and add
40033 \begin_inset Newline newline
40034 \end_inset
40035
40036
40037 \family sans
40038 mathescape=true
40039 \family default
40040
40041 \begin_inset Newline newline
40042 \end_inset
40043
40044 to the field of the 
40045 \family sans
40046 Advanced
40047 \family default
40048  tab.
40049 \end_layout
40050
40051 \begin_layout Enumerate
40052 Create a formula outside the listing
40053 \end_layout
40054
40055 \begin_layout Enumerate
40056 Copy the content of the formula (not the formula inset) to the clipboard
40057  (shortcut 
40058 \begin_inset Info
40059 type  "shortcut"
40060 arg   "copy"
40061 \end_inset
40062
40063 )
40064 \end_layout
40065
40066 \begin_layout Enumerate
40067 In the listing write 
40068 \begin_inset Quotes eld
40069 \end_inset
40070
40071
40072 \family sans
40073 $$
40074 \family default
40075
40076 \begin_inset Quotes erd
40077 \end_inset
40078
40079  and copy from the clipboard between the dollar-signs (shortcut 
40080 \begin_inset Info
40081 type  "shortcut"
40082 arg   "paste"
40083 \end_inset
40084
40085 )
40086 \end_layout
40087
40088 \begin_layout Standard
40089 \begin_inset listings
40090 lstparams "language=Python,mathescape=true"
40091 inline false
40092 status open
40093
40094 \begin_layout Plain Layout
40095
40096 \begin_inset Caption Standard
40097
40098 \begin_layout Plain Layout
40099 Example Listing float containing a formula
40100 \end_layout
40101
40102 \end_inset
40103
40104 # Example listing float
40105 \end_layout
40106
40107 \begin_layout Plain Layout
40108
40109 def func(param):
40110 \end_layout
40111
40112 \begin_layout Plain Layout
40113
40114     # $
40115 \backslash
40116 prod_{n=1}^{
40117 \backslash
40118 infty}
40119 \backslash
40120 ,
40121 \backslash
40122 frac{1}{x^{2}}$
40123 \end_layout
40124
40125 \begin_layout Plain Layout
40126
40127     pass
40128 \end_layout
40129
40130 \end_inset
40131
40132
40133 \end_layout
40134
40135 \begin_layout Standard
40136 \begin_inset VSpace bigskip
40137 \end_inset
40138
40139
40140 \end_layout
40141
40142 \begin_layout Standard
40143 Global listings settings can be set in the 
40144 \family sans
40145 Document\SpecialChar menuseparator
40146 Settings\SpecialChar menuseparator
40147 Listings
40148 \family default
40149  dialog.
40150  To get there a list of available options, type in a question mark 
40151 \begin_inset Quotes eld
40152 \end_inset
40153
40154 ?
40155 \begin_inset Quotes erd
40156 \end_inset
40157
40158 .
40159 \end_layout
40160
40161 \begin_layout Standard
40162 For more information about the 
40163 \series bold
40164 listings
40165 \series default
40166  package, we refer to its documentation 
40167 \begin_inset CommandInset citation
40168 LatexCommand cite
40169 key "listings"
40170
40171 \end_inset
40172
40173 .
40174 \end_layout
40175
40176 \begin_layout Standard
40177 \begin_inset Newpage newpage
40178 \end_inset
40179
40180
40181 \end_layout
40182
40183 \begin_layout Chapter
40184 \start_of_appendix
40185 Units available in \SpecialChar LyX
40186
40187 \begin_inset Index idx
40188 status collapsed
40189
40190 \begin_layout Plain Layout
40191 Units
40192 \end_layout
40193
40194 \end_inset
40195
40196
40197 \begin_inset CommandInset label
40198 LatexCommand label
40199 name "cha:Units-available-in"
40200
40201 \end_inset
40202
40203
40204 \end_layout
40205
40206 \begin_layout Standard
40207 To understand the units described in this documentation, Table
40208 \begin_inset space ~
40209 \end_inset
40210
40211
40212 \begin_inset CommandInset ref
40213 LatexCommand ref
40214 reference "tab:Units"
40215
40216 \end_inset
40217
40218  explains all units available in \SpecialChar LyX
40219 .
40220 \end_layout
40221
40222 \begin_layout Standard
40223 \begin_inset Float table
40224 placement h
40225 wide false
40226 sideways false
40227 status open
40228
40229 \begin_layout Plain Layout
40230 \begin_inset Caption Standard
40231
40232 \begin_layout Plain Layout
40233 \begin_inset CommandInset label
40234 LatexCommand label
40235 name "tab:Units"
40236
40237 \end_inset
40238
40239 Units
40240 \end_layout
40241
40242 \end_inset
40243
40244
40245 \end_layout
40246
40247 \begin_layout Plain Layout
40248 \begin_inset VSpace medskip
40249 \end_inset
40250
40251
40252 \end_layout
40253
40254 \begin_layout Plain Layout
40255 \align center
40256 \begin_inset Tabular
40257 <lyxtabular version="3" rows="20" columns="3">
40258 <features tabularvalignment="middle">
40259 <column alignment="center" valignment="top">
40260 <column alignment="center" valignment="top">
40261 <column alignment="center" valignment="top">
40262 <row>
40263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40264 \begin_inset Text
40265
40266 \begin_layout Plain Layout
40267 unit
40268 \end_layout
40269
40270 \end_inset
40271 </cell>
40272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40273 \begin_inset Text
40274
40275 \begin_layout Plain Layout
40276 name/description
40277 \end_layout
40278
40279 \end_inset
40280 </cell>
40281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40282 \begin_inset Text
40283
40284 \begin_layout Plain Layout
40285 \SpecialChar LaTeX
40286  command
40287 \end_layout
40288
40289 \end_inset
40290 </cell>
40291 </row>
40292 <row>
40293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40294 \begin_inset Text
40295
40296 \begin_layout Plain Layout
40297 mm
40298 \end_layout
40299
40300 \end_inset
40301 </cell>
40302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40303 \begin_inset Text
40304
40305 \begin_layout Plain Layout
40306 millimeter
40307 \end_layout
40308
40309 \end_inset
40310 </cell>
40311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40312 \begin_inset Text
40313
40314 \begin_layout Plain Layout
40315 -
40316 \end_layout
40317
40318 \end_inset
40319 </cell>
40320 </row>
40321 <row>
40322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40323 \begin_inset Text
40324
40325 \begin_layout Plain Layout
40326 cm
40327 \end_layout
40328
40329 \end_inset
40330 </cell>
40331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40332 \begin_inset Text
40333
40334 \begin_layout Plain Layout
40335 centimeter
40336 \end_layout
40337
40338 \end_inset
40339 </cell>
40340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40341 \begin_inset Text
40342
40343 \begin_layout Plain Layout
40344 -
40345 \end_layout
40346
40347 \end_inset
40348 </cell>
40349 </row>
40350 <row>
40351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40352 \begin_inset Text
40353
40354 \begin_layout Plain Layout
40355 in
40356 \end_layout
40357
40358 \end_inset
40359 </cell>
40360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40361 \begin_inset Text
40362
40363 \begin_layout Plain Layout
40364 inch
40365 \end_layout
40366
40367 \end_inset
40368 </cell>
40369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40370 \begin_inset Text
40371
40372 \begin_layout Plain Layout
40373 -
40374 \end_layout
40375
40376 \end_inset
40377 </cell>
40378 </row>
40379 <row>
40380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40381 \begin_inset Text
40382
40383 \begin_layout Plain Layout
40384 pt
40385 \end_layout
40386
40387 \end_inset
40388 </cell>
40389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40390 \begin_inset Text
40391
40392 \begin_layout Plain Layout
40393 point (72.27
40394 \begin_inset space \thinspace{}
40395 \end_inset
40396
40397 pt = 1
40398 \begin_inset space \thinspace{}
40399 \end_inset
40400
40401 in)
40402 \end_layout
40403
40404 \end_inset
40405 </cell>
40406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40407 \begin_inset Text
40408
40409 \begin_layout Plain Layout
40410 -
40411 \end_layout
40412
40413 \end_inset
40414 </cell>
40415 </row>
40416 <row>
40417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40418 \begin_inset Text
40419
40420 \begin_layout Plain Layout
40421 pc
40422 \end_layout
40423
40424 \end_inset
40425 </cell>
40426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40427 \begin_inset Text
40428
40429 \begin_layout Plain Layout
40430 pica (1
40431 \begin_inset space \thinspace{}
40432 \end_inset
40433
40434 pc = 12
40435 \begin_inset space \thinspace{}
40436 \end_inset
40437
40438 pt)
40439 \end_layout
40440
40441 \end_inset
40442 </cell>
40443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40444 \begin_inset Text
40445
40446 \begin_layout Plain Layout
40447 -
40448 \end_layout
40449
40450 \end_inset
40451 </cell>
40452 </row>
40453 <row>
40454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40455 \begin_inset Text
40456
40457 \begin_layout Plain Layout
40458 sp
40459 \end_layout
40460
40461 \end_inset
40462 </cell>
40463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40464 \begin_inset Text
40465
40466 \begin_layout Plain Layout
40467 scaled point (65536
40468 \begin_inset space \thinspace{}
40469 \end_inset
40470
40471 sp = 1
40472 \begin_inset space \thinspace{}
40473 \end_inset
40474
40475 pt)
40476 \end_layout
40477
40478 \end_inset
40479 </cell>
40480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40481 \begin_inset Text
40482
40483 \begin_layout Plain Layout
40484 -
40485 \end_layout
40486
40487 \end_inset
40488 </cell>
40489 </row>
40490 <row>
40491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40492 \begin_inset Text
40493
40494 \begin_layout Plain Layout
40495 bp
40496 \end_layout
40497
40498 \end_inset
40499 </cell>
40500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40501 \begin_inset Text
40502
40503 \begin_layout Plain Layout
40504 big point (72
40505 \begin_inset space \thinspace{}
40506 \end_inset
40507
40508 bp = 1
40509 \begin_inset space \thinspace{}
40510 \end_inset
40511
40512 in)
40513 \end_layout
40514
40515 \end_inset
40516 </cell>
40517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40518 \begin_inset Text
40519
40520 \begin_layout Plain Layout
40521 -
40522 \end_layout
40523
40524 \end_inset
40525 </cell>
40526 </row>
40527 <row>
40528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40529 \begin_inset Text
40530
40531 \begin_layout Plain Layout
40532 dd
40533 \end_layout
40534
40535 \end_inset
40536 </cell>
40537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40538 \begin_inset Text
40539
40540 \begin_layout Plain Layout
40541 didot (1
40542 \begin_inset space \thinspace{}
40543 \end_inset
40544
40545 dd 
40546 \begin_inset Formula $\approx$
40547 \end_inset
40548
40549  0.376
40550 \begin_inset space \thinspace{}
40551 \end_inset
40552
40553 mm)
40554 \end_layout
40555
40556 \end_inset
40557 </cell>
40558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40559 \begin_inset Text
40560
40561 \begin_layout Plain Layout
40562 -
40563 \end_layout
40564
40565 \end_inset
40566 </cell>
40567 </row>
40568 <row>
40569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40570 \begin_inset Text
40571
40572 \begin_layout Plain Layout
40573 cc
40574 \end_layout
40575
40576 \end_inset
40577 </cell>
40578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40579 \begin_inset Text
40580
40581 \begin_layout Plain Layout
40582 cicero (1
40583 \begin_inset space \thinspace{}
40584 \end_inset
40585
40586 cc = 12
40587 \begin_inset space \thinspace{}
40588 \end_inset
40589
40590 dd)
40591 \end_layout
40592
40593 \end_inset
40594 </cell>
40595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40596 \begin_inset Text
40597
40598 \begin_layout Plain Layout
40599 -
40600 \end_layout
40601
40602 \end_inset
40603 </cell>
40604 </row>
40605 <row>
40606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40607 \begin_inset Text
40608
40609 \begin_layout Plain Layout
40610 Scale Graphics %
40611 \end_layout
40612
40613 \end_inset
40614 </cell>
40615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40616 \begin_inset Text
40617
40618 \begin_layout Plain Layout
40619 % of original image width
40620 \end_layout
40621
40622 \end_inset
40623 </cell>
40624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40625 \begin_inset Text
40626
40627 \begin_layout Plain Layout
40628
40629 \end_layout
40630
40631 \end_inset
40632 </cell>
40633 </row>
40634 <row>
40635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40636 \begin_inset Text
40637
40638 \begin_layout Plain Layout
40639 Text Width %
40640 \end_layout
40641
40642 \end_inset
40643 </cell>
40644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40645 \begin_inset Text
40646
40647 \begin_layout Plain Layout
40648 % of text width
40649 \end_layout
40650
40651 \end_inset
40652 </cell>
40653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40654 \begin_inset Text
40655
40656 \begin_layout Plain Layout
40657
40658 \backslash
40659 textwidth
40660 \end_layout
40661
40662 \end_inset
40663 </cell>
40664 </row>
40665 <row>
40666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40667 \begin_inset Text
40668
40669 \begin_layout Plain Layout
40670 Column Width %
40671 \end_layout
40672
40673 \end_inset
40674 </cell>
40675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40676 \begin_inset Text
40677
40678 \begin_layout Plain Layout
40679 % of column width
40680 \end_layout
40681
40682 \end_inset
40683 </cell>
40684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40685 \begin_inset Text
40686
40687 \begin_layout Plain Layout
40688
40689 \backslash
40690 columnwidth
40691 \end_layout
40692
40693 \end_inset
40694 </cell>
40695 </row>
40696 <row>
40697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40698 \begin_inset Text
40699
40700 \begin_layout Plain Layout
40701 Page Width %
40702 \end_layout
40703
40704 \end_inset
40705 </cell>
40706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40707 \begin_inset Text
40708
40709 \begin_layout Plain Layout
40710 % of paper width
40711 \end_layout
40712
40713 \end_inset
40714 </cell>
40715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40716 \begin_inset Text
40717
40718 \begin_layout Plain Layout
40719
40720 \backslash
40721 paperwidth
40722 \end_layout
40723
40724 \end_inset
40725 </cell>
40726 </row>
40727 <row>
40728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40729 \begin_inset Text
40730
40731 \begin_layout Plain Layout
40732 Line Width %
40733 \end_layout
40734
40735 \end_inset
40736 </cell>
40737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40738 \begin_inset Text
40739
40740 \begin_layout Plain Layout
40741 % of line width
40742 \end_layout
40743
40744 \end_inset
40745 </cell>
40746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40747 \begin_inset Text
40748
40749 \begin_layout Plain Layout
40750
40751 \backslash
40752 linewidth
40753 \end_layout
40754
40755 \end_inset
40756 </cell>
40757 </row>
40758 <row>
40759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40760 \begin_inset Text
40761
40762 \begin_layout Plain Layout
40763 Text Height %
40764 \end_layout
40765
40766 \end_inset
40767 </cell>
40768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40769 \begin_inset Text
40770
40771 \begin_layout Plain Layout
40772 % of text height
40773 \end_layout
40774
40775 \end_inset
40776 </cell>
40777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40778 \begin_inset Text
40779
40780 \begin_layout Plain Layout
40781
40782 \backslash
40783 textheight
40784 \end_layout
40785
40786 \end_inset
40787 </cell>
40788 </row>
40789 <row>
40790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40791 \begin_inset Text
40792
40793 \begin_layout Plain Layout
40794 Page Height %
40795 \end_layout
40796
40797 \end_inset
40798 </cell>
40799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40800 \begin_inset Text
40801
40802 \begin_layout Plain Layout
40803 % of paper height
40804 \end_layout
40805
40806 \end_inset
40807 </cell>
40808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40809 \begin_inset Text
40810
40811 \begin_layout Plain Layout
40812
40813 \backslash
40814 paperheight
40815 \end_layout
40816
40817 \end_inset
40818 </cell>
40819 </row>
40820 <row>
40821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40822 \begin_inset Text
40823
40824 \begin_layout Plain Layout
40825 ex
40826 \end_layout
40827
40828 \end_inset
40829 </cell>
40830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40831 \begin_inset Text
40832
40833 \begin_layout Plain Layout
40834 height of letter 
40835 \emph on
40836 x
40837 \emph default
40838  in current font
40839 \end_layout
40840
40841 \end_inset
40842 </cell>
40843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40844 \begin_inset Text
40845
40846 \begin_layout Plain Layout
40847 -
40848 \end_layout
40849
40850 \end_inset
40851 </cell>
40852 </row>
40853 <row>
40854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40855 \begin_inset Text
40856
40857 \begin_layout Plain Layout
40858 em
40859 \end_layout
40860
40861 \end_inset
40862 </cell>
40863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40864 \begin_inset Text
40865
40866 \begin_layout Plain Layout
40867 width of letter 
40868 \emph on
40869 M
40870 \emph default
40871  in current font
40872 \end_layout
40873
40874 \end_inset
40875 </cell>
40876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40877 \begin_inset Text
40878
40879 \begin_layout Plain Layout
40880 -
40881 \end_layout
40882
40883 \end_inset
40884 </cell>
40885 </row>
40886 <row>
40887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40888 \begin_inset Text
40889
40890 \begin_layout Plain Layout
40891 mu
40892 \end_layout
40893
40894 \end_inset
40895 </cell>
40896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40897 \begin_inset Text
40898
40899 \begin_layout Plain Layout
40900 math unit (1
40901 \begin_inset space \thinspace{}
40902 \end_inset
40903
40904 mu = 1/18
40905 \begin_inset space \thinspace{}
40906 \end_inset
40907
40908 em)
40909 \end_layout
40910
40911 \end_inset
40912 </cell>
40913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40914 \begin_inset Text
40915
40916 \begin_layout Plain Layout
40917 -
40918 \end_layout
40919
40920 \end_inset
40921 </cell>
40922 </row>
40923 </lyxtabular>
40924
40925 \end_inset
40926
40927
40928 \end_layout
40929
40930 \end_inset
40931
40932
40933 \end_layout
40934
40935 \begin_layout Chapter
40936 Output File Formats with Graphics
40937 \begin_inset CommandInset label
40938 LatexCommand label
40939 name "cha:Output-File-Formats"
40940
40941 \end_inset
40942
40943
40944 \end_layout
40945
40946 \begin_layout Section
40947 DVI
40948 \begin_inset Index idx
40949 status collapsed
40950
40951 \begin_layout Plain Layout
40952 File Formats ! DVI
40953 \end_layout
40954
40955 \end_inset
40956
40957
40958 \begin_inset Index idx
40959 status collapsed
40960
40961 \begin_layout Plain Layout
40962 DVI|see
40963 \begin_inset ERT
40964 status collapsed
40965
40966 \begin_layout Plain Layout
40967
40968 {
40969 \end_layout
40970
40971 \end_inset
40972
40973 File Formats
40974 \begin_inset ERT
40975 status collapsed
40976
40977 \begin_layout Plain Layout
40978
40979 }
40980 \end_layout
40981
40982 \end_inset
40983
40984
40985 \end_layout
40986
40987 \end_inset
40988
40989
40990 \end_layout
40991
40992 \begin_layout Standard
40993 This file type has the extension 
40994 \begin_inset Quotes eld
40995 \end_inset
40996
40997
40998 \family typewriter
40999 .dvi
41000 \family default
41001
41002 \begin_inset Quotes erd
41003 \end_inset
41004
41005 .
41006  It is called 
41007 \begin_inset Quotes eld
41008 \end_inset
41009
41010 device-independent
41011 \begin_inset Quotes erd
41012 \end_inset
41013
41014  (DVI), because it is completely portable; you can move them from one machine
41015  to another without needing to do any sort of conversion.
41016  At the time when this file-format was developed, this was no matter of
41017  course.
41018  DVIs are used for quick previews and as pre-stage for other output formats,
41019  like PostScript.
41020 \end_layout
41021
41022 \begin_layout Standard
41023 \begin_inset Note Greyedout
41024 status open
41025
41026 \begin_layout Plain Layout
41027
41028 \series bold
41029 Note:
41030 \series default
41031  DVI-files do not contain images; they will only be a linked.
41032 \end_layout
41033
41034 \end_inset
41035
41036  So don't forget this, if you move your 
41037 \family typewriter
41038 .dvi
41039 \family default
41040  file to another computer.
41041  This property can also slow down your computer when you view the DVI, because
41042  the DVI-viewer has to convert the image in the background to make it visible
41043  when you scroll in the DVI.
41044  So it is recommended that you use PDF for files with many images.
41045 \end_layout
41046
41047 \begin_layout Standard
41048 You can export your document to DVI by using the menu 
41049 \family sans
41050 File\SpecialChar menuseparator
41051 Export\SpecialChar menuseparator
41052 DVI
41053 \family default
41054 .
41055  You can view your document as DVI via the 
41056 \family sans
41057 View
41058 \family default
41059  menu.
41060 \end_layout
41061
41062 \begin_layout Section
41063 PostScript
41064 \begin_inset Index idx
41065 status collapsed
41066
41067 \begin_layout Plain Layout
41068 File Formats ! PostScript
41069 \end_layout
41070
41071 \end_inset
41072
41073
41074 \begin_inset Index idx
41075 status collapsed
41076
41077 \begin_layout Plain Layout
41078 PostScript|see
41079 \begin_inset ERT
41080 status collapsed
41081
41082 \begin_layout Plain Layout
41083
41084 {
41085 \end_layout
41086
41087 \end_inset
41088
41089 File Formats
41090 \begin_inset ERT
41091 status collapsed
41092
41093 \begin_layout Plain Layout
41094
41095 }
41096 \end_layout
41097
41098 \end_inset
41099
41100
41101 \end_layout
41102
41103 \end_inset
41104
41105
41106 \end_layout
41107
41108 \begin_layout Standard
41109 This file type has the extension 
41110 \begin_inset Quotes eld
41111 \end_inset
41112
41113
41114 \family typewriter
41115 .ps
41116 \family default
41117
41118 \begin_inset Quotes erd
41119 \end_inset
41120
41121 .
41122  PostScript was developed by the company 
41123 \family typewriter
41124 Adobe
41125 \family default
41126  as a printer language.
41127  The file therefore contains commands that the printer uses to print the
41128  file.
41129  PostScript can be seen as a 
41130 \begin_inset Quotes eld
41131 \end_inset
41132
41133 programming language
41134 \begin_inset Quotes erd
41135 \end_inset
41136
41137 ; you can calculate with it and draw diagrams and images.
41138 \begin_inset Foot
41139 status collapsed
41140
41141 \begin_layout Plain Layout
41142 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
41143 -package
41144  
41145 \series bold
41146 PSTricks
41147 \series default
41148  
41149 \begin_inset CommandInset citation
41150 LatexCommand cite
41151 key "pstricks"
41152
41153 \end_inset
41154
41155 .
41156 \end_layout
41157
41158 \end_inset
41159
41160  Due to this ability, the files are often bigger than PDFs.
41161 \end_layout
41162
41163 \begin_layout Standard
41164 PostScript can only contain images in the format 
41165 \begin_inset Quotes eld
41166 \end_inset
41167
41168 Encapsulated PostScript
41169 \begin_inset Quotes erd
41170 \end_inset
41171
41172  (EPS, file extension 
41173 \begin_inset Quotes eld
41174 \end_inset
41175
41176
41177 \family typewriter
41178 .eps
41179 \family default
41180
41181 \begin_inset Quotes erd
41182 \end_inset
41183
41184 ).
41185  As \SpecialChar LyX
41186  allows you to use any known image format in your document, it has to
41187  convert images in the background to EPS.
41188  If you have e.g.
41189 \begin_inset space ~
41190 \end_inset
41191
41192 50
41193 \begin_inset space ~
41194 \end_inset
41195
41196 images in your document, \SpecialChar LyX
41197  has to do 50
41198 \begin_inset space ~
41199 \end_inset
41200
41201 conversions whenever you view or export your document.
41202  This will slow down your work flow with \SpecialChar LyX
41203  drastically.
41204  So if you plan to use PostScript, you can insert your images directly as
41205  EPS to avoid this problem.
41206 \end_layout
41207
41208 \begin_layout Standard
41209 You can export your document to PostScript using the menu 
41210 \family sans
41211 File\SpecialChar menuseparator
41212 Export\SpecialChar menuseparator
41213 Postscript
41214 \family default
41215 .
41216  You can view your document as PostScript via the 
41217 \family sans
41218 View
41219 \family default
41220  menu.
41221 \end_layout
41222
41223 \begin_layout Section
41224 PDF
41225 \begin_inset Index idx
41226 status collapsed
41227
41228 \begin_layout Plain Layout
41229 File Formats ! PDF
41230 \end_layout
41231
41232 \end_inset
41233
41234
41235 \begin_inset Index idx
41236 status collapsed
41237
41238 \begin_layout Plain Layout
41239 PDF
41240 \end_layout
41241
41242 \end_inset
41243
41244
41245 \end_layout
41246
41247 \begin_layout Standard
41248 This file type has the extension 
41249 \begin_inset Quotes eld
41250 \end_inset
41251
41252
41253 \family typewriter
41254 .pdf
41255 \family default
41256
41257 \begin_inset Quotes erd
41258 \end_inset
41259
41260 .
41261  The 
41262 \begin_inset Quotes eld
41263 \end_inset
41264
41265 Portable Document Format
41266 \begin_inset Quotes erd
41267 \end_inset
41268
41269  (PDF) was developed by 
41270 \family typewriter
41271 Adobe
41272 \family default
41273  as a derivative of PostScript.
41274  It is more compressed and it uses fewer commands than PostScript.
41275  As the name 
41276 \begin_inset Quotes eld
41277 \end_inset
41278
41279 portable
41280 \begin_inset Quotes erd
41281 \end_inset
41282
41283  implies, it can be processed at any computer system and the printed output
41284  looks exactly the same.
41285 \end_layout
41286
41287 \begin_layout Standard
41288 PDF can contain images in its own PDF format, in the format 
41289 \begin_inset Quotes eld
41290 \end_inset
41291
41292 Joint Photographic Experts Group
41293 \begin_inset Quotes erd
41294 \end_inset
41295
41296  (JPG, file extension 
41297 \begin_inset Quotes eld
41298 \end_inset
41299
41300
41301 \family typewriter
41302 .jpg
41303 \family default
41304
41305 \begin_inset Quotes erd
41306 \end_inset
41307
41308  or 
41309 \begin_inset Quotes eld
41310 \end_inset
41311
41312
41313 \family typewriter
41314 .jpeg
41315 \family default
41316
41317 \begin_inset Quotes erd
41318 \end_inset
41319
41320 ), and in the format 
41321 \begin_inset Quotes eld
41322 \end_inset
41323
41324 Portable Network Graphics
41325 \begin_inset Quotes erd
41326 \end_inset
41327
41328  (PNG, file extension 
41329 \begin_inset Quotes eld
41330 \end_inset
41331
41332
41333 \family typewriter
41334 .png
41335 \family default
41336
41337 \begin_inset Quotes erd
41338 \end_inset
41339
41340 ).
41341  Nevertheless you can use any other image format, because \SpecialChar LyX
41342  converts them
41343  in the background to one of these formats.
41344  But as described in the section about PostScript, the image conversion
41345  will slow down your work flow.
41346  So it is recommended that you use images in one of the three mentioned
41347  formats.
41348 \end_layout
41349
41350 \begin_layout Standard
41351 You can export your document to PDF via the menu 
41352 \family sans
41353 File\SpecialChar menuseparator
41354 Export
41355 \family default
41356  in three different ways:
41357 \end_layout
41358
41359 \begin_layout Description
41360 PDF
41361 \begin_inset space ~
41362 \end_inset
41363
41364 (ps2pdf) This uses the program 
41365 \family typewriter
41366 ps2pdf
41367 \family default
41368  that creates a PDF from a PostScript-version of your file.
41369  The PostScript-version is produced by the program 
41370 \family typewriter
41371 dvips
41372 \family default
41373  which uses a DVI-version as intermediate step.
41374  So this export variant consists of three conversions.
41375 \end_layout
41376
41377 \begin_layout Description
41378 PDF
41379 \begin_inset space ~
41380 \end_inset
41381
41382 (dvipdfm) This uses the program 
41383 \family typewriter
41384 dvipdfm
41385 \family default
41386  that converts your file in the background to DVI and in a second step to
41387  PDF.
41388 \end_layout
41389
41390 \begin_layout Description
41391 PDF
41392 \begin_inset space ~
41393 \end_inset
41394
41395 (pdflatex) This uses the program 
41396 \family typewriter
41397 pdftex
41398 \family default
41399  that converts your file directly to PDF.
41400 \end_layout
41401
41402 \begin_layout Standard
41403 It is recommended that you use 
41404 \family sans
41405 PDF
41406 \begin_inset space ~
41407 \end_inset
41408
41409 (pdflatex)
41410 \family default
41411  because 
41412 \family typewriter
41413 pdftex
41414 \family default
41415  supports all features of actual PDF-versions, is quick and works stable.
41416  The program 
41417 \family typewriter
41418 dvipdfm
41419 \family default
41420  is not under development and therefore a bit outdated.
41421 \end_layout
41422
41423 \begin_layout Standard
41424 You can view your document as PDF via the 
41425 \family sans
41426 View
41427 \family default
41428  menu or by using a toolbar button.
41429 \end_layout
41430
41431 \begin_layout Chapter
41432 List of dvips color names
41433 \begin_inset CommandInset label
41434 LatexCommand label
41435 name "chap:List-of-dvips-colornames"
41436
41437 \end_inset
41438
41439
41440 \end_layout
41441
41442 \begin_layout Standard
41443 \begin_inset Tabular
41444 <lyxtabular version="3" rows="17" columns="4">
41445 <features tabularvalignment="middle">
41446 <column alignment="left" valignment="top" width="0pt">
41447 <column alignment="left" valignment="top" width="0pt">
41448 <column alignment="left" valignment="top" width="0pt">
41449 <column alignment="left" valignment="top" width="0pt">
41450 <row>
41451 <cell alignment="left" valignment="top" usebox="none">
41452 \begin_inset Text
41453
41454 \begin_layout Plain Layout
41455 \begin_inset ERT
41456 status collapsed
41457
41458 \begin_layout Plain Layout
41459
41460
41461 \backslash
41462 fcolorbox{black}{
41463 \end_layout
41464
41465 \end_inset
41466
41467 white
41468 \begin_inset ERT
41469 status collapsed
41470
41471 \begin_layout Plain Layout
41472
41473 }{
41474 \end_layout
41475
41476 \end_inset
41477
41478 Color
41479 \begin_inset ERT
41480 status collapsed
41481
41482 \begin_layout Plain Layout
41483
41484 }
41485 \end_layout
41486
41487 \end_inset
41488
41489  Color name
41490 \end_layout
41491
41492 \end_inset
41493 </cell>
41494 <cell alignment="left" valignment="top" usebox="none">
41495 \begin_inset Text
41496
41497 \begin_layout Plain Layout
41498 \begin_inset ERT
41499 status collapsed
41500
41501 \begin_layout Plain Layout
41502
41503
41504 \backslash
41505 fcolorbox{black}{
41506 \end_layout
41507
41508 \end_inset
41509
41510 white
41511 \begin_inset ERT
41512 status collapsed
41513
41514 \begin_layout Plain Layout
41515
41516 }{
41517 \end_layout
41518
41519 \end_inset
41520
41521 Color
41522 \begin_inset ERT
41523 status collapsed
41524
41525 \begin_layout Plain Layout
41526
41527 }
41528 \end_layout
41529
41530 \end_inset
41531
41532  Color name
41533 \end_layout
41534
41535 \end_inset
41536 </cell>
41537 <cell alignment="left" valignment="top" usebox="none">
41538 \begin_inset Text
41539
41540 \begin_layout Plain Layout
41541 \begin_inset ERT
41542 status collapsed
41543
41544 \begin_layout Plain Layout
41545
41546
41547 \backslash
41548 fcolorbox{black}{
41549 \end_layout
41550
41551 \end_inset
41552
41553 white
41554 \begin_inset ERT
41555 status collapsed
41556
41557 \begin_layout Plain Layout
41558
41559 }{
41560 \end_layout
41561
41562 \end_inset
41563
41564 Color
41565 \begin_inset ERT
41566 status collapsed
41567
41568 \begin_layout Plain Layout
41569
41570 }
41571 \end_layout
41572
41573 \end_inset
41574
41575  Color name
41576 \end_layout
41577
41578 \end_inset
41579 </cell>
41580 <cell alignment="left" valignment="top" usebox="none">
41581 \begin_inset Text
41582
41583 \begin_layout Plain Layout
41584 \begin_inset ERT
41585 status collapsed
41586
41587 \begin_layout Plain Layout
41588
41589
41590 \backslash
41591 fcolorbox{black}{
41592 \end_layout
41593
41594 \end_inset
41595
41596 white
41597 \begin_inset ERT
41598 status collapsed
41599
41600 \begin_layout Plain Layout
41601
41602 }{
41603 \end_layout
41604
41605 \end_inset
41606
41607 Color
41608 \begin_inset ERT
41609 status collapsed
41610
41611 \begin_layout Plain Layout
41612
41613 }
41614 \end_layout
41615
41616 \end_inset
41617
41618  Color name
41619 \end_layout
41620
41621 \end_inset
41622 </cell>
41623 </row>
41624 <row>
41625 <cell alignment="center" valignment="top" usebox="none">
41626 \begin_inset Text
41627
41628 \begin_layout Plain Layout
41629 \begin_inset ERT
41630 status collapsed
41631
41632 \begin_layout Plain Layout
41633
41634
41635 \backslash
41636 fcolorbox{black}{
41637 \end_layout
41638
41639 \end_inset
41640
41641 Apricot
41642 \begin_inset ERT
41643 status collapsed
41644
41645 \begin_layout Plain Layout
41646
41647 }{
41648 \end_layout
41649
41650 \end_inset
41651
41652
41653 \begin_inset Phantom Phantom
41654 status open
41655
41656 \begin_layout Plain Layout
41657 W
41658 \end_layout
41659
41660 \end_inset
41661
41662
41663 \begin_inset ERT
41664 status collapsed
41665
41666 \begin_layout Plain Layout
41667
41668 }
41669 \end_layout
41670
41671 \end_inset
41672
41673  Apricot
41674 \end_layout
41675
41676 \end_inset
41677 </cell>
41678 <cell alignment="center" valignment="top" usebox="none">
41679 \begin_inset Text
41680
41681 \begin_layout Plain Layout
41682 \begin_inset ERT
41683 status collapsed
41684
41685 \begin_layout Plain Layout
41686
41687
41688 \backslash
41689 fcolorbox{black}{
41690 \end_layout
41691
41692 \end_inset
41693
41694 Aquamarine
41695 \begin_inset ERT
41696 status collapsed
41697
41698 \begin_layout Plain Layout
41699
41700 }{
41701 \end_layout
41702
41703 \end_inset
41704
41705
41706 \begin_inset Phantom Phantom
41707 status open
41708
41709 \begin_layout Plain Layout
41710 W
41711 \end_layout
41712
41713 \end_inset
41714
41715
41716 \begin_inset ERT
41717 status collapsed
41718
41719 \begin_layout Plain Layout
41720
41721 }
41722 \end_layout
41723
41724 \end_inset
41725
41726  Aquamarine
41727 \end_layout
41728
41729 \end_inset
41730 </cell>
41731 <cell alignment="center" valignment="top" usebox="none">
41732 \begin_inset Text
41733
41734 \begin_layout Plain Layout
41735 \begin_inset ERT
41736 status collapsed
41737
41738 \begin_layout Plain Layout
41739
41740
41741 \backslash
41742 fcolorbox{black}{
41743 \end_layout
41744
41745 \end_inset
41746
41747 Bittersweet
41748 \begin_inset ERT
41749 status collapsed
41750
41751 \begin_layout Plain Layout
41752
41753 }{
41754 \end_layout
41755
41756 \end_inset
41757
41758
41759 \begin_inset Phantom Phantom
41760 status open
41761
41762 \begin_layout Plain Layout
41763 W
41764 \end_layout
41765
41766 \end_inset
41767
41768
41769 \begin_inset ERT
41770 status collapsed
41771
41772 \begin_layout Plain Layout
41773
41774 }
41775 \end_layout
41776
41777 \end_inset
41778
41779  Bittersweet
41780 \end_layout
41781
41782 \end_inset
41783 </cell>
41784 <cell alignment="center" valignment="top" usebox="none">
41785 \begin_inset Text
41786
41787 \begin_layout Plain Layout
41788 \begin_inset ERT
41789 status collapsed
41790
41791 \begin_layout Plain Layout
41792
41793
41794 \backslash
41795 fcolorbox{black}{
41796 \end_layout
41797
41798 \end_inset
41799
41800 BlueGreen
41801 \begin_inset ERT
41802 status collapsed
41803
41804 \begin_layout Plain Layout
41805
41806 }{
41807 \end_layout
41808
41809 \end_inset
41810
41811
41812 \begin_inset Phantom Phantom
41813 status open
41814
41815 \begin_layout Plain Layout
41816 W
41817 \end_layout
41818
41819 \end_inset
41820
41821
41822 \begin_inset ERT
41823 status collapsed
41824
41825 \begin_layout Plain Layout
41826
41827 }
41828 \end_layout
41829
41830 \end_inset
41831
41832  BlueGreen
41833 \end_layout
41834
41835 \end_inset
41836 </cell>
41837 </row>
41838 <row>
41839 <cell alignment="left" valignment="top" usebox="none">
41840 \begin_inset Text
41841
41842 \begin_layout Plain Layout
41843 \begin_inset ERT
41844 status collapsed
41845
41846 \begin_layout Plain Layout
41847
41848
41849 \backslash
41850 fcolorbox{black}{
41851 \end_layout
41852
41853 \end_inset
41854
41855 BlueViolet
41856 \begin_inset ERT
41857 status collapsed
41858
41859 \begin_layout Plain Layout
41860
41861 }{
41862 \end_layout
41863
41864 \end_inset
41865
41866
41867 \begin_inset Phantom Phantom
41868 status open
41869
41870 \begin_layout Plain Layout
41871 W
41872 \end_layout
41873
41874 \end_inset
41875
41876
41877 \begin_inset ERT
41878 status collapsed
41879
41880 \begin_layout Plain Layout
41881
41882 }
41883 \end_layout
41884
41885 \end_inset
41886
41887  BlueViolet
41888 \end_layout
41889
41890 \end_inset
41891 </cell>
41892 <cell alignment="left" valignment="top" usebox="none">
41893 \begin_inset Text
41894
41895 \begin_layout Plain Layout
41896 \begin_inset ERT
41897 status collapsed
41898
41899 \begin_layout Plain Layout
41900
41901
41902 \backslash
41903 fcolorbox{black}{
41904 \end_layout
41905
41906 \end_inset
41907
41908 BrickRed
41909 \begin_inset ERT
41910 status collapsed
41911
41912 \begin_layout Plain Layout
41913
41914 }{
41915 \end_layout
41916
41917 \end_inset
41918
41919
41920 \begin_inset Phantom Phantom
41921 status open
41922
41923 \begin_layout Plain Layout
41924 W
41925 \end_layout
41926
41927 \end_inset
41928
41929
41930 \begin_inset ERT
41931 status collapsed
41932
41933 \begin_layout Plain Layout
41934
41935 }
41936 \end_layout
41937
41938 \end_inset
41939
41940  BrickRed
41941 \end_layout
41942
41943 \end_inset
41944 </cell>
41945 <cell alignment="left" valignment="top" usebox="none">
41946 \begin_inset Text
41947
41948 \begin_layout Plain Layout
41949 \begin_inset ERT
41950 status collapsed
41951
41952 \begin_layout Plain Layout
41953
41954
41955 \backslash
41956 fcolorbox{black}{
41957 \end_layout
41958
41959 \end_inset
41960
41961 Brown
41962 \begin_inset ERT
41963 status collapsed
41964
41965 \begin_layout Plain Layout
41966
41967 }{
41968 \end_layout
41969
41970 \end_inset
41971
41972
41973 \begin_inset Phantom Phantom
41974 status open
41975
41976 \begin_layout Plain Layout
41977 W
41978 \end_layout
41979
41980 \end_inset
41981
41982
41983 \begin_inset ERT
41984 status collapsed
41985
41986 \begin_layout Plain Layout
41987
41988 }
41989 \end_layout
41990
41991 \end_inset
41992
41993  Brown
41994 \end_layout
41995
41996 \end_inset
41997 </cell>
41998 <cell alignment="left" valignment="top" usebox="none">
41999 \begin_inset Text
42000
42001 \begin_layout Plain Layout
42002 \begin_inset ERT
42003 status collapsed
42004
42005 \begin_layout Plain Layout
42006
42007
42008 \backslash
42009 fcolorbox{black}{
42010 \end_layout
42011
42012 \end_inset
42013
42014 BurntOrange
42015 \begin_inset ERT
42016 status collapsed
42017
42018 \begin_layout Plain Layout
42019
42020 }{
42021 \end_layout
42022
42023 \end_inset
42024
42025
42026 \begin_inset Phantom Phantom
42027 status open
42028
42029 \begin_layout Plain Layout
42030 W
42031 \end_layout
42032
42033 \end_inset
42034
42035
42036 \begin_inset ERT
42037 status collapsed
42038
42039 \begin_layout Plain Layout
42040
42041 }
42042 \end_layout
42043
42044 \end_inset
42045
42046  BurntOrange
42047 \end_layout
42048
42049 \end_inset
42050 </cell>
42051 </row>
42052 <row>
42053 <cell alignment="left" valignment="top" usebox="none">
42054 \begin_inset Text
42055
42056 \begin_layout Plain Layout
42057 \begin_inset ERT
42058 status collapsed
42059
42060 \begin_layout Plain Layout
42061
42062
42063 \backslash
42064 fcolorbox{black}{
42065 \end_layout
42066
42067 \end_inset
42068
42069 CadetBlue
42070 \begin_inset ERT
42071 status collapsed
42072
42073 \begin_layout Plain Layout
42074
42075 }{
42076 \end_layout
42077
42078 \end_inset
42079
42080
42081 \begin_inset Phantom Phantom
42082 status open
42083
42084 \begin_layout Plain Layout
42085 W
42086 \end_layout
42087
42088 \end_inset
42089
42090
42091 \begin_inset ERT
42092 status collapsed
42093
42094 \begin_layout Plain Layout
42095
42096 }
42097 \end_layout
42098
42099 \end_inset
42100
42101  CadetBlue
42102 \end_layout
42103
42104 \end_inset
42105 </cell>
42106 <cell alignment="left" valignment="top" usebox="none">
42107 \begin_inset Text
42108
42109 \begin_layout Plain Layout
42110 \begin_inset ERT
42111 status collapsed
42112
42113 \begin_layout Plain Layout
42114
42115
42116 \backslash
42117 fcolorbox{black}{
42118 \end_layout
42119
42120 \end_inset
42121
42122 CarnationPink
42123 \begin_inset ERT
42124 status collapsed
42125
42126 \begin_layout Plain Layout
42127
42128 }{
42129 \end_layout
42130
42131 \end_inset
42132
42133
42134 \begin_inset Phantom Phantom
42135 status open
42136
42137 \begin_layout Plain Layout
42138 W
42139 \end_layout
42140
42141 \end_inset
42142
42143
42144 \begin_inset ERT
42145 status collapsed
42146
42147 \begin_layout Plain Layout
42148
42149 }
42150 \end_layout
42151
42152 \end_inset
42153
42154  CarnationPink
42155 \end_layout
42156
42157 \end_inset
42158 </cell>
42159 <cell alignment="left" valignment="top" usebox="none">
42160 \begin_inset Text
42161
42162 \begin_layout Plain Layout
42163 \begin_inset ERT
42164 status collapsed
42165
42166 \begin_layout Plain Layout
42167
42168
42169 \backslash
42170 fcolorbox{black}{
42171 \end_layout
42172
42173 \end_inset
42174
42175 Cerulean
42176 \begin_inset ERT
42177 status collapsed
42178
42179 \begin_layout Plain Layout
42180
42181 }{
42182 \end_layout
42183
42184 \end_inset
42185
42186
42187 \begin_inset Phantom Phantom
42188 status open
42189
42190 \begin_layout Plain Layout
42191 W
42192 \end_layout
42193
42194 \end_inset
42195
42196
42197 \begin_inset ERT
42198 status collapsed
42199
42200 \begin_layout Plain Layout
42201
42202 }
42203 \end_layout
42204
42205 \end_inset
42206
42207  Cerulean
42208 \end_layout
42209
42210 \end_inset
42211 </cell>
42212 <cell alignment="left" valignment="top" usebox="none">
42213 \begin_inset Text
42214
42215 \begin_layout Plain Layout
42216 \begin_inset ERT
42217 status collapsed
42218
42219 \begin_layout Plain Layout
42220
42221
42222 \backslash
42223 fcolorbox{black}{
42224 \end_layout
42225
42226 \end_inset
42227
42228 CornflowerBlue
42229 \begin_inset ERT
42230 status collapsed
42231
42232 \begin_layout Plain Layout
42233
42234 }{
42235 \end_layout
42236
42237 \end_inset
42238
42239
42240 \begin_inset Phantom Phantom
42241 status open
42242
42243 \begin_layout Plain Layout
42244 W
42245 \end_layout
42246
42247 \end_inset
42248
42249
42250 \begin_inset ERT
42251 status collapsed
42252
42253 \begin_layout Plain Layout
42254
42255 }
42256 \end_layout
42257
42258 \end_inset
42259
42260  CornflowerBlue
42261 \end_layout
42262
42263 \end_inset
42264 </cell>
42265 </row>
42266 <row>
42267 <cell alignment="left" valignment="top" usebox="none">
42268 \begin_inset Text
42269
42270 \begin_layout Plain Layout
42271 \begin_inset ERT
42272 status collapsed
42273
42274 \begin_layout Plain Layout
42275
42276
42277 \backslash
42278 fcolorbox{black}{
42279 \end_layout
42280
42281 \end_inset
42282
42283 Dandelion
42284 \begin_inset ERT
42285 status collapsed
42286
42287 \begin_layout Plain Layout
42288
42289 }{
42290 \end_layout
42291
42292 \end_inset
42293
42294
42295 \begin_inset Phantom Phantom
42296 status open
42297
42298 \begin_layout Plain Layout
42299 W
42300 \end_layout
42301
42302 \end_inset
42303
42304
42305 \begin_inset ERT
42306 status collapsed
42307
42308 \begin_layout Plain Layout
42309
42310 }
42311 \end_layout
42312
42313 \end_inset
42314
42315  Dandelion
42316 \end_layout
42317
42318 \end_inset
42319 </cell>
42320 <cell alignment="left" valignment="top" usebox="none">
42321 \begin_inset Text
42322
42323 \begin_layout Plain Layout
42324 \begin_inset ERT
42325 status collapsed
42326
42327 \begin_layout Plain Layout
42328
42329
42330 \backslash
42331 fcolorbox{black}{
42332 \end_layout
42333
42334 \end_inset
42335
42336 DarkOrchid
42337 \begin_inset ERT
42338 status collapsed
42339
42340 \begin_layout Plain Layout
42341
42342 }{
42343 \end_layout
42344
42345 \end_inset
42346
42347
42348 \begin_inset Phantom Phantom
42349 status open
42350
42351 \begin_layout Plain Layout
42352 W
42353 \end_layout
42354
42355 \end_inset
42356
42357
42358 \begin_inset ERT
42359 status collapsed
42360
42361 \begin_layout Plain Layout
42362
42363 }
42364 \end_layout
42365
42366 \end_inset
42367
42368  DarkOrchid
42369 \end_layout
42370
42371 \end_inset
42372 </cell>
42373 <cell alignment="left" valignment="top" usebox="none">
42374 \begin_inset Text
42375
42376 \begin_layout Plain Layout
42377 \begin_inset ERT
42378 status collapsed
42379
42380 \begin_layout Plain Layout
42381
42382
42383 \backslash
42384 fcolorbox{black}{
42385 \end_layout
42386
42387 \end_inset
42388
42389 Emerald
42390 \begin_inset ERT
42391 status collapsed
42392
42393 \begin_layout Plain Layout
42394
42395 }{
42396 \end_layout
42397
42398 \end_inset
42399
42400
42401 \begin_inset Phantom Phantom
42402 status open
42403
42404 \begin_layout Plain Layout
42405 W
42406 \end_layout
42407
42408 \end_inset
42409
42410
42411 \begin_inset ERT
42412 status collapsed
42413
42414 \begin_layout Plain Layout
42415
42416 }
42417 \end_layout
42418
42419 \end_inset
42420
42421  Emerald
42422 \end_layout
42423
42424 \end_inset
42425 </cell>
42426 <cell alignment="left" valignment="top" usebox="none">
42427 \begin_inset Text
42428
42429 \begin_layout Plain Layout
42430 \begin_inset ERT
42431 status collapsed
42432
42433 \begin_layout Plain Layout
42434
42435
42436 \backslash
42437 fcolorbox{black}{
42438 \end_layout
42439
42440 \end_inset
42441
42442 ForestGreen
42443 \begin_inset ERT
42444 status collapsed
42445
42446 \begin_layout Plain Layout
42447
42448 }{
42449 \end_layout
42450
42451 \end_inset
42452
42453
42454 \begin_inset Phantom Phantom
42455 status open
42456
42457 \begin_layout Plain Layout
42458 W
42459 \end_layout
42460
42461 \end_inset
42462
42463
42464 \begin_inset ERT
42465 status collapsed
42466
42467 \begin_layout Plain Layout
42468
42469 }
42470 \end_layout
42471
42472 \end_inset
42473
42474  ForestGreen
42475 \end_layout
42476
42477 \end_inset
42478 </cell>
42479 </row>
42480 <row>
42481 <cell alignment="left" valignment="top" usebox="none">
42482 \begin_inset Text
42483
42484 \begin_layout Plain Layout
42485 \begin_inset ERT
42486 status collapsed
42487
42488 \begin_layout Plain Layout
42489
42490
42491 \backslash
42492 fcolorbox{black}{
42493 \end_layout
42494
42495 \end_inset
42496
42497 Fuchsia
42498 \begin_inset ERT
42499 status collapsed
42500
42501 \begin_layout Plain Layout
42502
42503 }{
42504 \end_layout
42505
42506 \end_inset
42507
42508
42509 \begin_inset Phantom Phantom
42510 status open
42511
42512 \begin_layout Plain Layout
42513 W
42514 \end_layout
42515
42516 \end_inset
42517
42518
42519 \begin_inset ERT
42520 status collapsed
42521
42522 \begin_layout Plain Layout
42523
42524 }
42525 \end_layout
42526
42527 \end_inset
42528
42529  Fuchsia
42530 \end_layout
42531
42532 \end_inset
42533 </cell>
42534 <cell alignment="left" valignment="top" usebox="none">
42535 \begin_inset Text
42536
42537 \begin_layout Plain Layout
42538 \begin_inset ERT
42539 status collapsed
42540
42541 \begin_layout Plain Layout
42542
42543
42544 \backslash
42545 fcolorbox{black}{
42546 \end_layout
42547
42548 \end_inset
42549
42550 Goldenrod
42551 \begin_inset ERT
42552 status collapsed
42553
42554 \begin_layout Plain Layout
42555
42556 }{
42557 \end_layout
42558
42559 \end_inset
42560
42561
42562 \begin_inset Phantom Phantom
42563 status open
42564
42565 \begin_layout Plain Layout
42566 W
42567 \end_layout
42568
42569 \end_inset
42570
42571
42572 \begin_inset ERT
42573 status collapsed
42574
42575 \begin_layout Plain Layout
42576
42577 }
42578 \end_layout
42579
42580 \end_inset
42581
42582  Goldenrod
42583 \end_layout
42584
42585 \end_inset
42586 </cell>
42587 <cell alignment="left" valignment="top" usebox="none">
42588 \begin_inset Text
42589
42590 \begin_layout Plain Layout
42591 \begin_inset ERT
42592 status collapsed
42593
42594 \begin_layout Plain Layout
42595
42596
42597 \backslash
42598 fcolorbox{black}{
42599 \end_layout
42600
42601 \end_inset
42602
42603 Gray
42604 \begin_inset ERT
42605 status collapsed
42606
42607 \begin_layout Plain Layout
42608
42609 }{
42610 \end_layout
42611
42612 \end_inset
42613
42614
42615 \begin_inset Phantom Phantom
42616 status open
42617
42618 \begin_layout Plain Layout
42619 W
42620 \end_layout
42621
42622 \end_inset
42623
42624
42625 \begin_inset ERT
42626 status collapsed
42627
42628 \begin_layout Plain Layout
42629
42630 }
42631 \end_layout
42632
42633 \end_inset
42634
42635  Gray
42636 \end_layout
42637
42638 \end_inset
42639 </cell>
42640 <cell alignment="left" valignment="top" usebox="none">
42641 \begin_inset Text
42642
42643 \begin_layout Plain Layout
42644 \begin_inset ERT
42645 status collapsed
42646
42647 \begin_layout Plain Layout
42648
42649
42650 \backslash
42651 fcolorbox{black}{
42652 \end_layout
42653
42654 \end_inset
42655
42656 GreenYellow
42657 \begin_inset ERT
42658 status collapsed
42659
42660 \begin_layout Plain Layout
42661
42662 }{
42663 \end_layout
42664
42665 \end_inset
42666
42667
42668 \begin_inset Phantom Phantom
42669 status open
42670
42671 \begin_layout Plain Layout
42672 W
42673 \end_layout
42674
42675 \end_inset
42676
42677
42678 \begin_inset ERT
42679 status collapsed
42680
42681 \begin_layout Plain Layout
42682
42683 }
42684 \end_layout
42685
42686 \end_inset
42687
42688  GreenYellow
42689 \end_layout
42690
42691 \end_inset
42692 </cell>
42693 </row>
42694 <row>
42695 <cell alignment="center" valignment="top" usebox="none">
42696 \begin_inset Text
42697
42698 \begin_layout Plain Layout
42699 \begin_inset ERT
42700 status collapsed
42701
42702 \begin_layout Plain Layout
42703
42704
42705 \backslash
42706 fcolorbox{black}{
42707 \end_layout
42708
42709 \end_inset
42710
42711 JungleGreen
42712 \begin_inset ERT
42713 status collapsed
42714
42715 \begin_layout Plain Layout
42716
42717 }{
42718 \end_layout
42719
42720 \end_inset
42721
42722
42723 \begin_inset Phantom Phantom
42724 status open
42725
42726 \begin_layout Plain Layout
42727 W
42728 \end_layout
42729
42730 \end_inset
42731
42732
42733 \begin_inset ERT
42734 status collapsed
42735
42736 \begin_layout Plain Layout
42737
42738 }
42739 \end_layout
42740
42741 \end_inset
42742
42743  JungleGreen
42744 \end_layout
42745
42746 \end_inset
42747 </cell>
42748 <cell alignment="center" valignment="top" usebox="none">
42749 \begin_inset Text
42750
42751 \begin_layout Plain Layout
42752 \begin_inset ERT
42753 status collapsed
42754
42755 \begin_layout Plain Layout
42756
42757
42758 \backslash
42759 fcolorbox{black}{
42760 \end_layout
42761
42762 \end_inset
42763
42764 Lavender
42765 \begin_inset ERT
42766 status collapsed
42767
42768 \begin_layout Plain Layout
42769
42770 }{
42771 \end_layout
42772
42773 \end_inset
42774
42775
42776 \begin_inset Phantom Phantom
42777 status open
42778
42779 \begin_layout Plain Layout
42780 W
42781 \end_layout
42782
42783 \end_inset
42784
42785
42786 \begin_inset ERT
42787 status collapsed
42788
42789 \begin_layout Plain Layout
42790
42791 }
42792 \end_layout
42793
42794 \end_inset
42795
42796  Lavender
42797 \end_layout
42798
42799 \end_inset
42800 </cell>
42801 <cell alignment="center" valignment="top" usebox="none">
42802 \begin_inset Text
42803
42804 \begin_layout Plain Layout
42805 \begin_inset ERT
42806 status collapsed
42807
42808 \begin_layout Plain Layout
42809
42810
42811 \backslash
42812 fcolorbox{black}{
42813 \end_layout
42814
42815 \end_inset
42816
42817 LimeGreen
42818 \begin_inset ERT
42819 status collapsed
42820
42821 \begin_layout Plain Layout
42822
42823 }{
42824 \end_layout
42825
42826 \end_inset
42827
42828
42829 \begin_inset Phantom Phantom
42830 status open
42831
42832 \begin_layout Plain Layout
42833 W
42834 \end_layout
42835
42836 \end_inset
42837
42838
42839 \begin_inset ERT
42840 status collapsed
42841
42842 \begin_layout Plain Layout
42843
42844 }
42845 \end_layout
42846
42847 \end_inset
42848
42849  LimeGreen
42850 \end_layout
42851
42852 \end_inset
42853 </cell>
42854 <cell alignment="center" valignment="top" usebox="none">
42855 \begin_inset Text
42856
42857 \begin_layout Plain Layout
42858 \begin_inset ERT
42859 status collapsed
42860
42861 \begin_layout Plain Layout
42862
42863
42864 \backslash
42865 fcolorbox{black}{
42866 \end_layout
42867
42868 \end_inset
42869
42870 Mahogany
42871 \begin_inset ERT
42872 status collapsed
42873
42874 \begin_layout Plain Layout
42875
42876 }{
42877 \end_layout
42878
42879 \end_inset
42880
42881
42882 \begin_inset Phantom Phantom
42883 status open
42884
42885 \begin_layout Plain Layout
42886 W
42887 \end_layout
42888
42889 \end_inset
42890
42891
42892 \begin_inset ERT
42893 status collapsed
42894
42895 \begin_layout Plain Layout
42896
42897 }
42898 \end_layout
42899
42900 \end_inset
42901
42902  Mahogany
42903 \end_layout
42904
42905 \end_inset
42906 </cell>
42907 </row>
42908 <row>
42909 <cell alignment="left" valignment="top" usebox="none">
42910 \begin_inset Text
42911
42912 \begin_layout Plain Layout
42913 \begin_inset ERT
42914 status collapsed
42915
42916 \begin_layout Plain Layout
42917
42918
42919 \backslash
42920 fcolorbox{black}{
42921 \end_layout
42922
42923 \end_inset
42924
42925 Mahogany
42926 \begin_inset ERT
42927 status collapsed
42928
42929 \begin_layout Plain Layout
42930
42931 }{
42932 \end_layout
42933
42934 \end_inset
42935
42936
42937 \begin_inset Phantom Phantom
42938 status open
42939
42940 \begin_layout Plain Layout
42941 W
42942 \end_layout
42943
42944 \end_inset
42945
42946
42947 \begin_inset ERT
42948 status collapsed
42949
42950 \begin_layout Plain Layout
42951
42952 }
42953 \end_layout
42954
42955 \end_inset
42956
42957  Mahogany
42958 \end_layout
42959
42960 \end_inset
42961 </cell>
42962 <cell alignment="left" valignment="top" usebox="none">
42963 \begin_inset Text
42964
42965 \begin_layout Plain Layout
42966 \begin_inset ERT
42967 status collapsed
42968
42969 \begin_layout Plain Layout
42970
42971
42972 \backslash
42973 fcolorbox{black}{
42974 \end_layout
42975
42976 \end_inset
42977
42978 Maroon
42979 \begin_inset ERT
42980 status collapsed
42981
42982 \begin_layout Plain Layout
42983
42984 }{
42985 \end_layout
42986
42987 \end_inset
42988
42989
42990 \begin_inset Phantom Phantom
42991 status open
42992
42993 \begin_layout Plain Layout
42994 W
42995 \end_layout
42996
42997 \end_inset
42998
42999
43000 \begin_inset ERT
43001 status collapsed
43002
43003 \begin_layout Plain Layout
43004
43005 }
43006 \end_layout
43007
43008 \end_inset
43009
43010  Maroon
43011 \end_layout
43012
43013 \end_inset
43014 </cell>
43015 <cell alignment="left" valignment="top" usebox="none">
43016 \begin_inset Text
43017
43018 \begin_layout Plain Layout
43019 \begin_inset ERT
43020 status collapsed
43021
43022 \begin_layout Plain Layout
43023
43024
43025 \backslash
43026 fcolorbox{black}{
43027 \end_layout
43028
43029 \end_inset
43030
43031 Melon
43032 \begin_inset ERT
43033 status collapsed
43034
43035 \begin_layout Plain Layout
43036
43037 }{
43038 \end_layout
43039
43040 \end_inset
43041
43042
43043 \begin_inset Phantom Phantom
43044 status open
43045
43046 \begin_layout Plain Layout
43047 W
43048 \end_layout
43049
43050 \end_inset
43051
43052
43053 \begin_inset ERT
43054 status collapsed
43055
43056 \begin_layout Plain Layout
43057
43058 }
43059 \end_layout
43060
43061 \end_inset
43062
43063  Melon
43064 \end_layout
43065
43066 \end_inset
43067 </cell>
43068 <cell alignment="left" valignment="top" usebox="none">
43069 \begin_inset Text
43070
43071 \begin_layout Plain Layout
43072 \begin_inset ERT
43073 status collapsed
43074
43075 \begin_layout Plain Layout
43076
43077
43078 \backslash
43079 fcolorbox{black}{
43080 \end_layout
43081
43082 \end_inset
43083
43084 MidnightBlue
43085 \begin_inset ERT
43086 status collapsed
43087
43088 \begin_layout Plain Layout
43089
43090 }{
43091 \end_layout
43092
43093 \end_inset
43094
43095
43096 \begin_inset Phantom Phantom
43097 status open
43098
43099 \begin_layout Plain Layout
43100 W
43101 \end_layout
43102
43103 \end_inset
43104
43105
43106 \begin_inset ERT
43107 status collapsed
43108
43109 \begin_layout Plain Layout
43110
43111 }
43112 \end_layout
43113
43114 \end_inset
43115
43116  MidnightBlue
43117 \end_layout
43118
43119 \end_inset
43120 </cell>
43121 </row>
43122 <row>
43123 <cell alignment="left" valignment="top" usebox="none">
43124 \begin_inset Text
43125
43126 \begin_layout Plain Layout
43127 \begin_inset ERT
43128 status collapsed
43129
43130 \begin_layout Plain Layout
43131
43132
43133 \backslash
43134 fcolorbox{black}{
43135 \end_layout
43136
43137 \end_inset
43138
43139 Mulberry
43140 \begin_inset ERT
43141 status collapsed
43142
43143 \begin_layout Plain Layout
43144
43145 }{
43146 \end_layout
43147
43148 \end_inset
43149
43150
43151 \begin_inset Phantom Phantom
43152 status open
43153
43154 \begin_layout Plain Layout
43155 W
43156 \end_layout
43157
43158 \end_inset
43159
43160
43161 \begin_inset ERT
43162 status collapsed
43163
43164 \begin_layout Plain Layout
43165
43166 }
43167 \end_layout
43168
43169 \end_inset
43170
43171  Mulberry
43172 \end_layout
43173
43174 \end_inset
43175 </cell>
43176 <cell alignment="left" valignment="top" usebox="none">
43177 \begin_inset Text
43178
43179 \begin_layout Plain Layout
43180 \begin_inset ERT
43181 status collapsed
43182
43183 \begin_layout Plain Layout
43184
43185
43186 \backslash
43187 fcolorbox{black}{
43188 \end_layout
43189
43190 \end_inset
43191
43192 NavyBlue
43193 \begin_inset ERT
43194 status collapsed
43195
43196 \begin_layout Plain Layout
43197
43198 }{
43199 \end_layout
43200
43201 \end_inset
43202
43203
43204 \begin_inset Phantom Phantom
43205 status open
43206
43207 \begin_layout Plain Layout
43208 W
43209 \end_layout
43210
43211 \end_inset
43212
43213
43214 \begin_inset ERT
43215 status collapsed
43216
43217 \begin_layout Plain Layout
43218
43219 }
43220 \end_layout
43221
43222 \end_inset
43223
43224  NavyBlue
43225 \end_layout
43226
43227 \end_inset
43228 </cell>
43229 <cell alignment="left" valignment="top" usebox="none">
43230 \begin_inset Text
43231
43232 \begin_layout Plain Layout
43233 \begin_inset ERT
43234 status collapsed
43235
43236 \begin_layout Plain Layout
43237
43238
43239 \backslash
43240 fcolorbox{black}{
43241 \end_layout
43242
43243 \end_inset
43244
43245 OliveGreen
43246 \begin_inset ERT
43247 status collapsed
43248
43249 \begin_layout Plain Layout
43250
43251 }{
43252 \end_layout
43253
43254 \end_inset
43255
43256
43257 \begin_inset Phantom Phantom
43258 status open
43259
43260 \begin_layout Plain Layout
43261 W
43262 \end_layout
43263
43264 \end_inset
43265
43266
43267 \begin_inset ERT
43268 status collapsed
43269
43270 \begin_layout Plain Layout
43271
43272 }
43273 \end_layout
43274
43275 \end_inset
43276
43277  OliveGreen
43278 \end_layout
43279
43280 \end_inset
43281 </cell>
43282 <cell alignment="left" valignment="top" usebox="none">
43283 \begin_inset Text
43284
43285 \begin_layout Plain Layout
43286 \begin_inset ERT
43287 status collapsed
43288
43289 \begin_layout Plain Layout
43290
43291
43292 \backslash
43293 fcolorbox{black}{
43294 \end_layout
43295
43296 \end_inset
43297
43298 Orange
43299 \begin_inset ERT
43300 status collapsed
43301
43302 \begin_layout Plain Layout
43303
43304 }{
43305 \end_layout
43306
43307 \end_inset
43308
43309
43310 \begin_inset Phantom Phantom
43311 status open
43312
43313 \begin_layout Plain Layout
43314 W
43315 \end_layout
43316
43317 \end_inset
43318
43319
43320 \begin_inset ERT
43321 status collapsed
43322
43323 \begin_layout Plain Layout
43324
43325 }
43326 \end_layout
43327
43328 \end_inset
43329
43330  Orange
43331 \end_layout
43332
43333 \end_inset
43334 </cell>
43335 </row>
43336 <row>
43337 <cell alignment="left" valignment="top" usebox="none">
43338 \begin_inset Text
43339
43340 \begin_layout Plain Layout
43341 \begin_inset ERT
43342 status collapsed
43343
43344 \begin_layout Plain Layout
43345
43346
43347 \backslash
43348 fcolorbox{black}{
43349 \end_layout
43350
43351 \end_inset
43352
43353 OrangeRed
43354 \begin_inset ERT
43355 status collapsed
43356
43357 \begin_layout Plain Layout
43358
43359 }{
43360 \end_layout
43361
43362 \end_inset
43363
43364
43365 \begin_inset Phantom Phantom
43366 status open
43367
43368 \begin_layout Plain Layout
43369 W
43370 \end_layout
43371
43372 \end_inset
43373
43374
43375 \begin_inset ERT
43376 status collapsed
43377
43378 \begin_layout Plain Layout
43379
43380 }
43381 \end_layout
43382
43383 \end_inset
43384
43385  OrangeRed
43386 \end_layout
43387
43388 \end_inset
43389 </cell>
43390 <cell alignment="left" valignment="top" usebox="none">
43391 \begin_inset Text
43392
43393 \begin_layout Plain Layout
43394 \begin_inset ERT
43395 status collapsed
43396
43397 \begin_layout Plain Layout
43398
43399
43400 \backslash
43401 fcolorbox{black}{
43402 \end_layout
43403
43404 \end_inset
43405
43406 Orchid
43407 \begin_inset ERT
43408 status collapsed
43409
43410 \begin_layout Plain Layout
43411
43412 }{
43413 \end_layout
43414
43415 \end_inset
43416
43417
43418 \begin_inset Phantom Phantom
43419 status open
43420
43421 \begin_layout Plain Layout
43422 W
43423 \end_layout
43424
43425 \end_inset
43426
43427
43428 \begin_inset ERT
43429 status collapsed
43430
43431 \begin_layout Plain Layout
43432
43433 }
43434 \end_layout
43435
43436 \end_inset
43437
43438  Orchid
43439 \end_layout
43440
43441 \end_inset
43442 </cell>
43443 <cell alignment="left" valignment="top" usebox="none">
43444 \begin_inset Text
43445
43446 \begin_layout Plain Layout
43447 \begin_inset ERT
43448 status collapsed
43449
43450 \begin_layout Plain Layout
43451
43452
43453 \backslash
43454 fcolorbox{black}{
43455 \end_layout
43456
43457 \end_inset
43458
43459 Peach
43460 \begin_inset ERT
43461 status collapsed
43462
43463 \begin_layout Plain Layout
43464
43465 }{
43466 \end_layout
43467
43468 \end_inset
43469
43470
43471 \begin_inset Phantom Phantom
43472 status open
43473
43474 \begin_layout Plain Layout
43475 W
43476 \end_layout
43477
43478 \end_inset
43479
43480
43481 \begin_inset ERT
43482 status collapsed
43483
43484 \begin_layout Plain Layout
43485
43486 }
43487 \end_layout
43488
43489 \end_inset
43490
43491  Peach
43492 \end_layout
43493
43494 \end_inset
43495 </cell>
43496 <cell alignment="left" valignment="top" usebox="none">
43497 \begin_inset Text
43498
43499 \begin_layout Plain Layout
43500 \begin_inset ERT
43501 status collapsed
43502
43503 \begin_layout Plain Layout
43504
43505
43506 \backslash
43507 fcolorbox{black}{
43508 \end_layout
43509
43510 \end_inset
43511
43512 Periwinkle
43513 \begin_inset ERT
43514 status collapsed
43515
43516 \begin_layout Plain Layout
43517
43518 }{
43519 \end_layout
43520
43521 \end_inset
43522
43523
43524 \begin_inset Phantom Phantom
43525 status open
43526
43527 \begin_layout Plain Layout
43528 W
43529 \end_layout
43530
43531 \end_inset
43532
43533
43534 \begin_inset ERT
43535 status collapsed
43536
43537 \begin_layout Plain Layout
43538
43539 }
43540 \end_layout
43541
43542 \end_inset
43543
43544  Periwinkle
43545 \end_layout
43546
43547 \end_inset
43548 </cell>
43549 </row>
43550 <row>
43551 <cell alignment="left" valignment="top" usebox="none">
43552 \begin_inset Text
43553
43554 \begin_layout Plain Layout
43555 \begin_inset ERT
43556 status collapsed
43557
43558 \begin_layout Plain Layout
43559
43560
43561 \backslash
43562 fcolorbox{black}{
43563 \end_layout
43564
43565 \end_inset
43566
43567 PineGreen
43568 \begin_inset ERT
43569 status collapsed
43570
43571 \begin_layout Plain Layout
43572
43573 }{
43574 \end_layout
43575
43576 \end_inset
43577
43578
43579 \begin_inset Phantom Phantom
43580 status open
43581
43582 \begin_layout Plain Layout
43583 W
43584 \end_layout
43585
43586 \end_inset
43587
43588
43589 \begin_inset ERT
43590 status collapsed
43591
43592 \begin_layout Plain Layout
43593
43594 }
43595 \end_layout
43596
43597 \end_inset
43598
43599  PineGreen
43600 \end_layout
43601
43602 \end_inset
43603 </cell>
43604 <cell alignment="left" valignment="top" usebox="none">
43605 \begin_inset Text
43606
43607 \begin_layout Plain Layout
43608 \begin_inset ERT
43609 status collapsed
43610
43611 \begin_layout Plain Layout
43612
43613
43614 \backslash
43615 fcolorbox{black}{
43616 \end_layout
43617
43618 \end_inset
43619
43620 Plum
43621 \begin_inset ERT
43622 status collapsed
43623
43624 \begin_layout Plain Layout
43625
43626 }{
43627 \end_layout
43628
43629 \end_inset
43630
43631
43632 \begin_inset Phantom Phantom
43633 status open
43634
43635 \begin_layout Plain Layout
43636 W
43637 \end_layout
43638
43639 \end_inset
43640
43641
43642 \begin_inset ERT
43643 status collapsed
43644
43645 \begin_layout Plain Layout
43646
43647 }
43648 \end_layout
43649
43650 \end_inset
43651
43652  Plum
43653 \end_layout
43654
43655 \end_inset
43656 </cell>
43657 <cell alignment="left" valignment="top" usebox="none">
43658 \begin_inset Text
43659
43660 \begin_layout Plain Layout
43661 \begin_inset ERT
43662 status collapsed
43663
43664 \begin_layout Plain Layout
43665
43666
43667 \backslash
43668 fcolorbox{black}{
43669 \end_layout
43670
43671 \end_inset
43672
43673 ProcessBlue
43674 \begin_inset ERT
43675 status collapsed
43676
43677 \begin_layout Plain Layout
43678
43679 }{
43680 \end_layout
43681
43682 \end_inset
43683
43684
43685 \begin_inset Phantom Phantom
43686 status open
43687
43688 \begin_layout Plain Layout
43689 W
43690 \end_layout
43691
43692 \end_inset
43693
43694
43695 \begin_inset ERT
43696 status collapsed
43697
43698 \begin_layout Plain Layout
43699
43700 }
43701 \end_layout
43702
43703 \end_inset
43704
43705  ProcessBlue
43706 \end_layout
43707
43708 \end_inset
43709 </cell>
43710 <cell alignment="left" valignment="top" usebox="none">
43711 \begin_inset Text
43712
43713 \begin_layout Plain Layout
43714 \begin_inset ERT
43715 status collapsed
43716
43717 \begin_layout Plain Layout
43718
43719
43720 \backslash
43721 fcolorbox{black}{
43722 \end_layout
43723
43724 \end_inset
43725
43726 Purple
43727 \begin_inset ERT
43728 status collapsed
43729
43730 \begin_layout Plain Layout
43731
43732 }{
43733 \end_layout
43734
43735 \end_inset
43736
43737
43738 \begin_inset Phantom Phantom
43739 status open
43740
43741 \begin_layout Plain Layout
43742 W
43743 \end_layout
43744
43745 \end_inset
43746
43747
43748 \begin_inset ERT
43749 status collapsed
43750
43751 \begin_layout Plain Layout
43752
43753 }
43754 \end_layout
43755
43756 \end_inset
43757
43758  Purple
43759 \end_layout
43760
43761 \end_inset
43762 </cell>
43763 </row>
43764 <row>
43765 <cell alignment="left" valignment="top" usebox="none">
43766 \begin_inset Text
43767
43768 \begin_layout Plain Layout
43769 \begin_inset ERT
43770 status collapsed
43771
43772 \begin_layout Plain Layout
43773
43774
43775 \backslash
43776 fcolorbox{black}{
43777 \end_layout
43778
43779 \end_inset
43780
43781 RawSienna
43782 \begin_inset ERT
43783 status collapsed
43784
43785 \begin_layout Plain Layout
43786
43787 }{
43788 \end_layout
43789
43790 \end_inset
43791
43792
43793 \begin_inset Phantom Phantom
43794 status open
43795
43796 \begin_layout Plain Layout
43797 W
43798 \end_layout
43799
43800 \end_inset
43801
43802
43803 \begin_inset ERT
43804 status collapsed
43805
43806 \begin_layout Plain Layout
43807
43808 }
43809 \end_layout
43810
43811 \end_inset
43812
43813  RawSienna
43814 \end_layout
43815
43816 \end_inset
43817 </cell>
43818 <cell alignment="left" valignment="top" usebox="none">
43819 \begin_inset Text
43820
43821 \begin_layout Plain Layout
43822 \begin_inset ERT
43823 status collapsed
43824
43825 \begin_layout Plain Layout
43826
43827
43828 \backslash
43829 fcolorbox{black}{
43830 \end_layout
43831
43832 \end_inset
43833
43834 RedOrange
43835 \begin_inset ERT
43836 status collapsed
43837
43838 \begin_layout Plain Layout
43839
43840 }{
43841 \end_layout
43842
43843 \end_inset
43844
43845
43846 \begin_inset Phantom Phantom
43847 status open
43848
43849 \begin_layout Plain Layout
43850 W
43851 \end_layout
43852
43853 \end_inset
43854
43855
43856 \begin_inset ERT
43857 status collapsed
43858
43859 \begin_layout Plain Layout
43860
43861 }
43862 \end_layout
43863
43864 \end_inset
43865
43866  RedOrange
43867 \end_layout
43868
43869 \end_inset
43870 </cell>
43871 <cell alignment="left" valignment="top" usebox="none">
43872 \begin_inset Text
43873
43874 \begin_layout Plain Layout
43875 \begin_inset ERT
43876 status collapsed
43877
43878 \begin_layout Plain Layout
43879
43880
43881 \backslash
43882 fcolorbox{black}{
43883 \end_layout
43884
43885 \end_inset
43886
43887 RedViolet
43888 \begin_inset ERT
43889 status collapsed
43890
43891 \begin_layout Plain Layout
43892
43893 }{
43894 \end_layout
43895
43896 \end_inset
43897
43898
43899 \begin_inset Phantom Phantom
43900 status open
43901
43902 \begin_layout Plain Layout
43903 W
43904 \end_layout
43905
43906 \end_inset
43907
43908
43909 \begin_inset ERT
43910 status collapsed
43911
43912 \begin_layout Plain Layout
43913
43914 }
43915 \end_layout
43916
43917 \end_inset
43918
43919  RedViolet
43920 \end_layout
43921
43922 \end_inset
43923 </cell>
43924 <cell alignment="left" valignment="top" usebox="none">
43925 \begin_inset Text
43926
43927 \begin_layout Plain Layout
43928 \begin_inset ERT
43929 status collapsed
43930
43931 \begin_layout Plain Layout
43932
43933
43934 \backslash
43935 fcolorbox{black}{
43936 \end_layout
43937
43938 \end_inset
43939
43940 Rhodamine
43941 \begin_inset ERT
43942 status collapsed
43943
43944 \begin_layout Plain Layout
43945
43946 }{
43947 \end_layout
43948
43949 \end_inset
43950
43951
43952 \begin_inset Phantom Phantom
43953 status open
43954
43955 \begin_layout Plain Layout
43956 W
43957 \end_layout
43958
43959 \end_inset
43960
43961
43962 \begin_inset ERT
43963 status collapsed
43964
43965 \begin_layout Plain Layout
43966
43967 }
43968 \end_layout
43969
43970 \end_inset
43971
43972  Rhodamine
43973 \end_layout
43974
43975 \end_inset
43976 </cell>
43977 </row>
43978 <row>
43979 <cell alignment="left" valignment="top" usebox="none">
43980 \begin_inset Text
43981
43982 \begin_layout Plain Layout
43983 \begin_inset ERT
43984 status collapsed
43985
43986 \begin_layout Plain Layout
43987
43988
43989 \backslash
43990 fcolorbox{black}{
43991 \end_layout
43992
43993 \end_inset
43994
43995 RoyalBlue
43996 \begin_inset ERT
43997 status collapsed
43998
43999 \begin_layout Plain Layout
44000
44001 }{
44002 \end_layout
44003
44004 \end_inset
44005
44006
44007 \begin_inset Phantom Phantom
44008 status open
44009
44010 \begin_layout Plain Layout
44011 W
44012 \end_layout
44013
44014 \end_inset
44015
44016
44017 \begin_inset ERT
44018 status collapsed
44019
44020 \begin_layout Plain Layout
44021
44022 }
44023 \end_layout
44024
44025 \end_inset
44026
44027  RoyalBlue
44028 \end_layout
44029
44030 \end_inset
44031 </cell>
44032 <cell alignment="left" valignment="top" usebox="none">
44033 \begin_inset Text
44034
44035 \begin_layout Plain Layout
44036 \begin_inset ERT
44037 status collapsed
44038
44039 \begin_layout Plain Layout
44040
44041
44042 \backslash
44043 fcolorbox{black}{
44044 \end_layout
44045
44046 \end_inset
44047
44048 RoyalPurple
44049 \begin_inset ERT
44050 status collapsed
44051
44052 \begin_layout Plain Layout
44053
44054 }{
44055 \end_layout
44056
44057 \end_inset
44058
44059
44060 \begin_inset Phantom Phantom
44061 status open
44062
44063 \begin_layout Plain Layout
44064 W
44065 \end_layout
44066
44067 \end_inset
44068
44069
44070 \begin_inset ERT
44071 status collapsed
44072
44073 \begin_layout Plain Layout
44074
44075 }
44076 \end_layout
44077
44078 \end_inset
44079
44080  RoyalPurple
44081 \end_layout
44082
44083 \end_inset
44084 </cell>
44085 <cell alignment="left" valignment="top" usebox="none">
44086 \begin_inset Text
44087
44088 \begin_layout Plain Layout
44089 \begin_inset ERT
44090 status collapsed
44091
44092 \begin_layout Plain Layout
44093
44094
44095 \backslash
44096 fcolorbox{black}{
44097 \end_layout
44098
44099 \end_inset
44100
44101 RubineRed
44102 \begin_inset ERT
44103 status collapsed
44104
44105 \begin_layout Plain Layout
44106
44107 }{
44108 \end_layout
44109
44110 \end_inset
44111
44112
44113 \begin_inset Phantom Phantom
44114 status open
44115
44116 \begin_layout Plain Layout
44117 W
44118 \end_layout
44119
44120 \end_inset
44121
44122
44123 \begin_inset ERT
44124 status collapsed
44125
44126 \begin_layout Plain Layout
44127
44128 }
44129 \end_layout
44130
44131 \end_inset
44132
44133  RubineRed
44134 \end_layout
44135
44136 \end_inset
44137 </cell>
44138 <cell alignment="left" valignment="top" usebox="none">
44139 \begin_inset Text
44140
44141 \begin_layout Plain Layout
44142 \begin_inset ERT
44143 status collapsed
44144
44145 \begin_layout Plain Layout
44146
44147
44148 \backslash
44149 fcolorbox{black}{
44150 \end_layout
44151
44152 \end_inset
44153
44154 Salmon
44155 \begin_inset ERT
44156 status collapsed
44157
44158 \begin_layout Plain Layout
44159
44160 }{
44161 \end_layout
44162
44163 \end_inset
44164
44165
44166 \begin_inset Phantom Phantom
44167 status open
44168
44169 \begin_layout Plain Layout
44170 W
44171 \end_layout
44172
44173 \end_inset
44174
44175
44176 \begin_inset ERT
44177 status collapsed
44178
44179 \begin_layout Plain Layout
44180
44181 }
44182 \end_layout
44183
44184 \end_inset
44185
44186  Salmon
44187 \end_layout
44188
44189 \end_inset
44190 </cell>
44191 </row>
44192 <row>
44193 <cell alignment="left" valignment="top" usebox="none">
44194 \begin_inset Text
44195
44196 \begin_layout Plain Layout
44197 \begin_inset ERT
44198 status collapsed
44199
44200 \begin_layout Plain Layout
44201
44202
44203 \backslash
44204 fcolorbox{black}{
44205 \end_layout
44206
44207 \end_inset
44208
44209 SeaGreen
44210 \begin_inset ERT
44211 status collapsed
44212
44213 \begin_layout Plain Layout
44214
44215 }{
44216 \end_layout
44217
44218 \end_inset
44219
44220
44221 \begin_inset Phantom Phantom
44222 status open
44223
44224 \begin_layout Plain Layout
44225 W
44226 \end_layout
44227
44228 \end_inset
44229
44230
44231 \begin_inset ERT
44232 status collapsed
44233
44234 \begin_layout Plain Layout
44235
44236 }
44237 \end_layout
44238
44239 \end_inset
44240
44241  SeaGreen
44242 \end_layout
44243
44244 \end_inset
44245 </cell>
44246 <cell alignment="left" valignment="top" usebox="none">
44247 \begin_inset Text
44248
44249 \begin_layout Plain Layout
44250 \begin_inset ERT
44251 status collapsed
44252
44253 \begin_layout Plain Layout
44254
44255
44256 \backslash
44257 fcolorbox{black}{
44258 \end_layout
44259
44260 \end_inset
44261
44262 Sepia
44263 \begin_inset ERT
44264 status collapsed
44265
44266 \begin_layout Plain Layout
44267
44268 }{
44269 \end_layout
44270
44271 \end_inset
44272
44273
44274 \begin_inset Phantom Phantom
44275 status open
44276
44277 \begin_layout Plain Layout
44278 W
44279 \end_layout
44280
44281 \end_inset
44282
44283
44284 \begin_inset ERT
44285 status collapsed
44286
44287 \begin_layout Plain Layout
44288
44289 }
44290 \end_layout
44291
44292 \end_inset
44293
44294  Sepia
44295 \end_layout
44296
44297 \end_inset
44298 </cell>
44299 <cell alignment="left" valignment="top" usebox="none">
44300 \begin_inset Text
44301
44302 \begin_layout Plain Layout
44303 \begin_inset ERT
44304 status collapsed
44305
44306 \begin_layout Plain Layout
44307
44308
44309 \backslash
44310 fcolorbox{black}{
44311 \end_layout
44312
44313 \end_inset
44314
44315 SkyBlue
44316 \begin_inset ERT
44317 status collapsed
44318
44319 \begin_layout Plain Layout
44320
44321 }{
44322 \end_layout
44323
44324 \end_inset
44325
44326
44327 \begin_inset Phantom Phantom
44328 status open
44329
44330 \begin_layout Plain Layout
44331 W
44332 \end_layout
44333
44334 \end_inset
44335
44336
44337 \begin_inset ERT
44338 status collapsed
44339
44340 \begin_layout Plain Layout
44341
44342 }
44343 \end_layout
44344
44345 \end_inset
44346
44347  SkyBlue
44348 \end_layout
44349
44350 \end_inset
44351 </cell>
44352 <cell alignment="left" valignment="top" usebox="none">
44353 \begin_inset Text
44354
44355 \begin_layout Plain Layout
44356 \begin_inset ERT
44357 status collapsed
44358
44359 \begin_layout Plain Layout
44360
44361
44362 \backslash
44363 fcolorbox{black}{
44364 \end_layout
44365
44366 \end_inset
44367
44368 SpringGreen
44369 \begin_inset ERT
44370 status collapsed
44371
44372 \begin_layout Plain Layout
44373
44374 }{
44375 \end_layout
44376
44377 \end_inset
44378
44379
44380 \begin_inset Phantom Phantom
44381 status open
44382
44383 \begin_layout Plain Layout
44384 W
44385 \end_layout
44386
44387 \end_inset
44388
44389
44390 \begin_inset ERT
44391 status collapsed
44392
44393 \begin_layout Plain Layout
44394
44395 }
44396 \end_layout
44397
44398 \end_inset
44399
44400  SpringGreen
44401 \end_layout
44402
44403 \end_inset
44404 </cell>
44405 </row>
44406 <row>
44407 <cell alignment="left" valignment="top" usebox="none">
44408 \begin_inset Text
44409
44410 \begin_layout Plain Layout
44411 \begin_inset ERT
44412 status collapsed
44413
44414 \begin_layout Plain Layout
44415
44416
44417 \backslash
44418 fcolorbox{black}{
44419 \end_layout
44420
44421 \end_inset
44422
44423 Tan
44424 \begin_inset ERT
44425 status collapsed
44426
44427 \begin_layout Plain Layout
44428
44429 }{
44430 \end_layout
44431
44432 \end_inset
44433
44434
44435 \begin_inset Phantom Phantom
44436 status open
44437
44438 \begin_layout Plain Layout
44439 W
44440 \end_layout
44441
44442 \end_inset
44443
44444
44445 \begin_inset ERT
44446 status collapsed
44447
44448 \begin_layout Plain Layout
44449
44450 }
44451 \end_layout
44452
44453 \end_inset
44454
44455  Tan
44456 \end_layout
44457
44458 \end_inset
44459 </cell>
44460 <cell alignment="left" valignment="top" usebox="none">
44461 \begin_inset Text
44462
44463 \begin_layout Plain Layout
44464 \begin_inset ERT
44465 status collapsed
44466
44467 \begin_layout Plain Layout
44468
44469
44470 \backslash
44471 fcolorbox{black}{
44472 \end_layout
44473
44474 \end_inset
44475
44476 TealBlue
44477 \begin_inset ERT
44478 status collapsed
44479
44480 \begin_layout Plain Layout
44481
44482 }{
44483 \end_layout
44484
44485 \end_inset
44486
44487
44488 \begin_inset Phantom Phantom
44489 status open
44490
44491 \begin_layout Plain Layout
44492 W
44493 \end_layout
44494
44495 \end_inset
44496
44497
44498 \begin_inset ERT
44499 status collapsed
44500
44501 \begin_layout Plain Layout
44502
44503 }
44504 \end_layout
44505
44506 \end_inset
44507
44508  TealBlue
44509 \end_layout
44510
44511 \end_inset
44512 </cell>
44513 <cell alignment="left" valignment="top" usebox="none">
44514 \begin_inset Text
44515
44516 \begin_layout Plain Layout
44517 \begin_inset ERT
44518 status collapsed
44519
44520 \begin_layout Plain Layout
44521
44522
44523 \backslash
44524 fcolorbox{black}{
44525 \end_layout
44526
44527 \end_inset
44528
44529 Thistle
44530 \begin_inset ERT
44531 status collapsed
44532
44533 \begin_layout Plain Layout
44534
44535 }{
44536 \end_layout
44537
44538 \end_inset
44539
44540
44541 \begin_inset Phantom Phantom
44542 status open
44543
44544 \begin_layout Plain Layout
44545 W
44546 \end_layout
44547
44548 \end_inset
44549
44550
44551 \begin_inset ERT
44552 status collapsed
44553
44554 \begin_layout Plain Layout
44555
44556 }
44557 \end_layout
44558
44559 \end_inset
44560
44561  Thistle
44562 \end_layout
44563
44564 \end_inset
44565 </cell>
44566 <cell alignment="left" valignment="top" usebox="none">
44567 \begin_inset Text
44568
44569 \begin_layout Plain Layout
44570 \begin_inset ERT
44571 status collapsed
44572
44573 \begin_layout Plain Layout
44574
44575
44576 \backslash
44577 fcolorbox{black}{
44578 \end_layout
44579
44580 \end_inset
44581
44582 Turquoise
44583 \begin_inset ERT
44584 status collapsed
44585
44586 \begin_layout Plain Layout
44587
44588 }{
44589 \end_layout
44590
44591 \end_inset
44592
44593
44594 \begin_inset Phantom Phantom
44595 status open
44596
44597 \begin_layout Plain Layout
44598 W
44599 \end_layout
44600
44601 \end_inset
44602
44603
44604 \begin_inset ERT
44605 status collapsed
44606
44607 \begin_layout Plain Layout
44608
44609 }
44610 \end_layout
44611
44612 \end_inset
44613
44614  Turquoise
44615 \end_layout
44616
44617 \end_inset
44618 </cell>
44619 </row>
44620 <row>
44621 <cell alignment="left" valignment="top" usebox="none">
44622 \begin_inset Text
44623
44624 \begin_layout Plain Layout
44625 \begin_inset ERT
44626 status collapsed
44627
44628 \begin_layout Plain Layout
44629
44630
44631 \backslash
44632 fcolorbox{black}{
44633 \end_layout
44634
44635 \end_inset
44636
44637 Violet
44638 \begin_inset ERT
44639 status collapsed
44640
44641 \begin_layout Plain Layout
44642
44643 }{
44644 \end_layout
44645
44646 \end_inset
44647
44648
44649 \begin_inset Phantom Phantom
44650 status open
44651
44652 \begin_layout Plain Layout
44653 W
44654 \end_layout
44655
44656 \end_inset
44657
44658
44659 \begin_inset ERT
44660 status collapsed
44661
44662 \begin_layout Plain Layout
44663
44664 }
44665 \end_layout
44666
44667 \end_inset
44668
44669  Violet
44670 \end_layout
44671
44672 \end_inset
44673 </cell>
44674 <cell alignment="left" valignment="top" usebox="none">
44675 \begin_inset Text
44676
44677 \begin_layout Plain Layout
44678 \begin_inset ERT
44679 status collapsed
44680
44681 \begin_layout Plain Layout
44682
44683
44684 \backslash
44685 fcolorbox{black}{
44686 \end_layout
44687
44688 \end_inset
44689
44690 VioletRed
44691 \begin_inset ERT
44692 status collapsed
44693
44694 \begin_layout Plain Layout
44695
44696 }{
44697 \end_layout
44698
44699 \end_inset
44700
44701
44702 \begin_inset Phantom Phantom
44703 status open
44704
44705 \begin_layout Plain Layout
44706 W
44707 \end_layout
44708
44709 \end_inset
44710
44711
44712 \begin_inset ERT
44713 status collapsed
44714
44715 \begin_layout Plain Layout
44716
44717 }
44718 \end_layout
44719
44720 \end_inset
44721
44722  VioletRed
44723 \end_layout
44724
44725 \end_inset
44726 </cell>
44727 <cell alignment="left" valignment="top" usebox="none">
44728 \begin_inset Text
44729
44730 \begin_layout Plain Layout
44731 \begin_inset ERT
44732 status collapsed
44733
44734 \begin_layout Plain Layout
44735
44736
44737 \backslash
44738 fcolorbox{black}{
44739 \end_layout
44740
44741 \end_inset
44742
44743 WildStrawberry
44744 \begin_inset ERT
44745 status collapsed
44746
44747 \begin_layout Plain Layout
44748
44749 }{
44750 \end_layout
44751
44752 \end_inset
44753
44754
44755 \begin_inset Phantom Phantom
44756 status open
44757
44758 \begin_layout Plain Layout
44759 W
44760 \end_layout
44761
44762 \end_inset
44763
44764
44765 \begin_inset ERT
44766 status collapsed
44767
44768 \begin_layout Plain Layout
44769
44770 }
44771 \end_layout
44772
44773 \end_inset
44774
44775  WildStrawberry
44776 \end_layout
44777
44778 \end_inset
44779 </cell>
44780 <cell alignment="left" valignment="top" usebox="none">
44781 \begin_inset Text
44782
44783 \begin_layout Plain Layout
44784 \begin_inset ERT
44785 status collapsed
44786
44787 \begin_layout Plain Layout
44788
44789
44790 \backslash
44791 fcolorbox{black}{
44792 \end_layout
44793
44794 \end_inset
44795
44796 YellowGreen
44797 \begin_inset ERT
44798 status collapsed
44799
44800 \begin_layout Plain Layout
44801
44802 }{
44803 \end_layout
44804
44805 \end_inset
44806
44807
44808 \begin_inset Phantom Phantom
44809 status open
44810
44811 \begin_layout Plain Layout
44812 W
44813 \end_layout
44814
44815 \end_inset
44816
44817
44818 \begin_inset ERT
44819 status collapsed
44820
44821 \begin_layout Plain Layout
44822
44823 }
44824 \end_layout
44825
44826 \end_inset
44827
44828  YellowGreen
44829 \end_layout
44830
44831 \end_inset
44832 </cell>
44833 </row>
44834 <row>
44835 <cell alignment="left" valignment="top" usebox="none">
44836 \begin_inset Text
44837
44838 \begin_layout Plain Layout
44839 \begin_inset ERT
44840 status collapsed
44841
44842 \begin_layout Plain Layout
44843
44844
44845 \backslash
44846 fcolorbox{black}{
44847 \end_layout
44848
44849 \end_inset
44850
44851 YellowOrange
44852 \begin_inset ERT
44853 status collapsed
44854
44855 \begin_layout Plain Layout
44856
44857 }{
44858 \end_layout
44859
44860 \end_inset
44861
44862
44863 \begin_inset Phantom Phantom
44864 status open
44865
44866 \begin_layout Plain Layout
44867 W
44868 \end_layout
44869
44870 \end_inset
44871
44872
44873 \begin_inset ERT
44874 status collapsed
44875
44876 \begin_layout Plain Layout
44877
44878 }
44879 \end_layout
44880
44881 \end_inset
44882
44883  YellowOrange
44884 \end_layout
44885
44886 \end_inset
44887 </cell>
44888 <cell alignment="left" valignment="top" usebox="none">
44889 \begin_inset Text
44890
44891 \begin_layout Plain Layout
44892
44893 \end_layout
44894
44895 \end_inset
44896 </cell>
44897 <cell alignment="left" valignment="top" usebox="none">
44898 \begin_inset Text
44899
44900 \begin_layout Plain Layout
44901
44902 \end_layout
44903
44904 \end_inset
44905 </cell>
44906 <cell alignment="left" valignment="top" usebox="none">
44907 \begin_inset Text
44908
44909 \begin_layout Plain Layout
44910
44911 \end_layout
44912
44913 \end_inset
44914 </cell>
44915 </row>
44916 </lyxtabular>
44917
44918 \end_inset
44919
44920
44921 \end_layout
44922
44923 \begin_layout Chapter
44924 Explanation of Equation
44925 \begin_inset space ~
44926 \end_inset
44927
44928 (
44929 \begin_inset CommandInset ref
44930 LatexCommand ref
44931 reference "eq:Wgn"
44932
44933 \end_inset
44934
44935 )
44936 \begin_inset CommandInset label
44937 LatexCommand label
44938 name "cha:Explanation-of-Equation"
44939
44940 \end_inset
44941
44942
44943 \end_layout
44944
44945 \begin_layout Standard
44946 We can calculate the total width of 
44947 \emph on
44948 n
44949 \emph default
44950  table cells 
44951 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44952 \end_inset
44953
44954  as follows:
44955 \begin_inset Formula 
44956 \begin{equation}
44957 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44958 \end{equation}
44959
44960 \end_inset
44961
44962 where 
44963 \begin_inset Formula $W_{g\,n}$
44964 \end_inset
44965
44966  is the given width of all cells, 
44967 \series bold
44968
44969 \backslash
44970 tabcolsep
44971 \series default
44972  is the \SpecialChar LaTeX
44973 -length between the cell text and the cell border (its default value
44974  is 6
44975 \begin_inset space \thinspace{}
44976 \end_inset
44977
44978 pt).
44979  
44980 \series bold
44981
44982 \backslash
44983 arrayrulewidth
44984 \series default
44985  is the thickness of the cell border line, the default is 0.4
44986 \begin_inset space \thinspace{}
44987 \end_inset
44988
44989 pt.
44990 \end_layout
44991
44992 \begin_layout Standard
44993 Following equation
44994 \begin_inset space ~
44995 \end_inset
44996
44997
44998 \begin_inset CommandInset ref
44999 LatexCommand eqref
45000 reference "eq:Wtot_n"
45001
45002 \end_inset
45003
45004 , the total width of a multicolumn 
45005 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45006 \end_inset
45007
45008  is
45009 \begin_inset Formula 
45010 \begin{equation}
45011 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45012 \end{equation}
45013
45014 \end_inset
45015
45016
45017 \end_layout
45018
45019 \begin_layout Standard
45020 By setting equation
45021 \begin_inset space ~
45022 \end_inset
45023
45024
45025 \begin_inset CommandInset ref
45026 LatexCommand eqref
45027 reference "eq:Wtot_n"
45028
45029 \end_inset
45030
45031  and 
45032 \begin_inset CommandInset ref
45033 LatexCommand eqref
45034 reference "eq:Wtot_mult"
45035
45036 \end_inset
45037
45038  equal we can calculate the needed given width 
45039 \begin_inset Formula $W_{g\,n}$
45040 \end_inset
45041
45042  when 
45043 \emph on
45044 n
45045 \emph default
45046  columns are spanned, so that each column has a total width of 
45047 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45048 \end_inset
45049
45050 :
45051 \begin_inset Formula 
45052 \begin{equation}
45053 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45054 \end{equation}
45055
45056 \end_inset
45057
45058
45059 \end_layout
45060
45061 \begin_layout Bibliography
45062 \begin_inset CommandInset bibitem
45063 LatexCommand bibitem
45064 key "latexcompanion"
45065
45066 \end_inset
45067
45068 Frank Mittelbach and Michel Goossens: 
45069 \emph on
45070 The \SpecialChar LaTeX
45071  Companion Second Edition.
45072
45073 \emph default
45074  Addison-Wesley, 2004
45075 \end_layout
45076
45077 \begin_layout Bibliography
45078 \begin_inset CommandInset bibitem
45079 LatexCommand bibitem
45080 key "latexguide"
45081
45082 \end_inset
45083
45084 Helmut Kopka and Patrick W.
45085  Daly: 
45086 \emph on
45087 A Guide to \SpecialChar LaTeX
45088  Fourth Edition.
45089
45090 \emph default
45091  Addison-Wesley, 2003
45092 \end_layout
45093
45094 \begin_layout Bibliography
45095 \begin_inset CommandInset bibitem
45096 LatexCommand bibitem
45097 key "latexbook"
45098
45099 \end_inset
45100
45101 Leslie Lamport: 
45102 \emph on
45103 \SpecialChar LaTeX
45104 : A Document Preparation System.
45105
45106 \emph default
45107  Addison-Wesley, second edition, 1994
45108 \end_layout
45109
45110 \begin_layout Bibliography
45111 \begin_inset CommandInset bibitem
45112 LatexCommand bibitem
45113 key "arydshln"
45114
45115 \end_inset
45116
45117 Documentation of the \SpecialChar LaTeX
45118 -package 
45119 \series bold
45120
45121 \begin_inset CommandInset href
45122 LatexCommand href
45123 name "arydshln"
45124 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45125
45126 \end_inset
45127
45128
45129 \series default
45130
45131 \begin_inset Index idx
45132 status collapsed
45133
45134 \begin_layout Plain Layout
45135 \SpecialChar LaTeX
45136 -packages ! arydshln
45137 \end_layout
45138
45139 \end_inset
45140
45141
45142 \end_layout
45143
45144 \begin_layout Bibliography
45145 \begin_inset CommandInset bibitem
45146 LatexCommand bibitem
45147 key "booktabs"
45148
45149 \end_inset
45150
45151 Documentation of the \SpecialChar LaTeX
45152 -package 
45153 \series bold
45154
45155 \begin_inset CommandInset href
45156 LatexCommand href
45157 name "booktabs"
45158 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45159
45160 \end_inset
45161
45162
45163 \series default
45164
45165 \begin_inset Index idx
45166 status collapsed
45167
45168 \begin_layout Plain Layout
45169 \SpecialChar LaTeX
45170 -packages ! booktabs
45171 \end_layout
45172
45173 \end_inset
45174
45175
45176 \end_layout
45177
45178 \begin_layout Bibliography
45179 \begin_inset CommandInset bibitem
45180 LatexCommand bibitem
45181 key "caption"
45182
45183 \end_inset
45184
45185 Documentation of the \SpecialChar LaTeX
45186 -package 
45187 \series bold
45188
45189 \begin_inset CommandInset href
45190 LatexCommand href
45191 name "caption"
45192 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45193
45194 \end_inset
45195
45196
45197 \series default
45198
45199 \begin_inset Index idx
45200 status collapsed
45201
45202 \begin_layout Plain Layout
45203 \SpecialChar LaTeX
45204 -packages ! caption
45205 \end_layout
45206
45207 \end_inset
45208
45209
45210 \end_layout
45211
45212 \begin_layout Bibliography
45213 \begin_inset CommandInset bibitem
45214 LatexCommand bibitem
45215 key "diagbox"
45216
45217 \end_inset
45218
45219 Documentation of the \SpecialChar LaTeX
45220 -package 
45221 \series bold
45222
45223 \begin_inset CommandInset href
45224 LatexCommand href
45225 name "diagbox"
45226 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45227
45228 \end_inset
45229
45230
45231 \series default
45232
45233 \begin_inset Index idx
45234 status collapsed
45235
45236 \begin_layout Plain Layout
45237 \SpecialChar LaTeX
45238 -packages ! diagbox
45239 \end_layout
45240
45241 \end_inset
45242
45243
45244 \end_layout
45245
45246 \begin_layout Bibliography
45247 \begin_inset CommandInset bibitem
45248 LatexCommand bibitem
45249 key "endfloat"
45250
45251 \end_inset
45252
45253 Documentation of the \SpecialChar LaTeX
45254 -package 
45255 \series bold
45256
45257 \begin_inset CommandInset href
45258 LatexCommand href
45259 name "endfloat"
45260 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45261
45262 \end_inset
45263
45264
45265 \series default
45266
45267 \begin_inset Index idx
45268 status collapsed
45269
45270 \begin_layout Plain Layout
45271 \SpecialChar LaTeX
45272 -packages ! endfloat
45273 \end_layout
45274
45275 \end_inset
45276
45277
45278 \end_layout
45279
45280 \begin_layout Bibliography
45281 \begin_inset CommandInset bibitem
45282 LatexCommand bibitem
45283 key "footmisc"
45284
45285 \end_inset
45286
45287 Documentation of the \SpecialChar LaTeX
45288 -package 
45289 \series bold
45290
45291 \begin_inset CommandInset href
45292 LatexCommand href
45293 name "footmisc"
45294 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45295
45296 \end_inset
45297
45298
45299 \series default
45300
45301 \begin_inset Index idx
45302 status collapsed
45303
45304 \begin_layout Plain Layout
45305 \SpecialChar LaTeX
45306 -packages ! footmisc
45307 \end_layout
45308
45309 \end_inset
45310
45311
45312 \end_layout
45313
45314 \begin_layout Bibliography
45315 \begin_inset CommandInset bibitem
45316 LatexCommand bibitem
45317 key "hypcap"
45318
45319 \end_inset
45320
45321 Documentation of the \SpecialChar LaTeX
45322 -package 
45323 \series bold
45324
45325 \begin_inset CommandInset href
45326 LatexCommand href
45327 name "hypcap"
45328 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45329
45330 \end_inset
45331
45332
45333 \series default
45334
45335 \begin_inset Index idx
45336 status collapsed
45337
45338 \begin_layout Plain Layout
45339 \SpecialChar LaTeX
45340 -packages ! hyperref
45341 \end_layout
45342
45343 \end_inset
45344
45345
45346 \end_layout
45347
45348 \begin_layout Bibliography
45349 \begin_inset CommandInset bibitem
45350 LatexCommand bibitem
45351 key "hyperref"
45352
45353 \end_inset
45354
45355 Documentation of the \SpecialChar LaTeX
45356 -package 
45357 \series bold
45358
45359 \begin_inset CommandInset href
45360 LatexCommand href
45361 name "hyperref"
45362 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45363
45364 \end_inset
45365
45366
45367 \series default
45368
45369 \begin_inset Index idx
45370 status collapsed
45371
45372 \begin_layout Plain Layout
45373 \SpecialChar LaTeX
45374 -packages ! hyperref
45375 \end_layout
45376
45377 \end_inset
45378
45379
45380 \end_layout
45381
45382 \begin_layout Bibliography
45383 \begin_inset CommandInset bibitem
45384 LatexCommand bibitem
45385 key "KOMA-Script"
45386
45387 \end_inset
45388
45389 Documentation of the \SpecialChar LaTeX
45390 -package 
45391 \series bold
45392
45393 \begin_inset CommandInset href
45394 LatexCommand href
45395 name "KOMA-Script"
45396 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45397
45398 \end_inset
45399
45400
45401 \series default
45402
45403 \begin_inset Index idx
45404 status collapsed
45405
45406 \begin_layout Plain Layout
45407 \SpecialChar LaTeX
45408 -packages ! KOMA-Script
45409 \end_layout
45410
45411 \end_inset
45412
45413
45414 \end_layout
45415
45416 \begin_layout Bibliography
45417 \begin_inset CommandInset bibitem
45418 LatexCommand bibitem
45419 key "lettrine"
45420
45421 \end_inset
45422
45423 Documentation of the \SpecialChar LaTeX
45424 -package 
45425 \series bold
45426
45427 \begin_inset CommandInset href
45428 LatexCommand href
45429 name "lettrine"
45430 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45431
45432 \end_inset
45433
45434
45435 \series default
45436  and an 
45437 \begin_inset CommandInset href
45438 LatexCommand href
45439 name "example"
45440 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45441
45442 \end_inset
45443
45444
45445 \begin_inset Index idx
45446 status collapsed
45447
45448 \begin_layout Plain Layout
45449 \SpecialChar LaTeX
45450 -packages ! lettrine
45451 \end_layout
45452
45453 \end_inset
45454
45455
45456 \end_layout
45457
45458 \begin_layout Bibliography
45459 \begin_inset CommandInset bibitem
45460 LatexCommand bibitem
45461 key "listings"
45462
45463 \end_inset
45464
45465 Documentation of the \SpecialChar LaTeX
45466 -package 
45467 \series bold
45468
45469 \begin_inset CommandInset href
45470 LatexCommand href
45471 name "listings"
45472 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45473
45474 \end_inset
45475
45476
45477 \series default
45478
45479 \begin_inset Index idx
45480 status collapsed
45481
45482 \begin_layout Plain Layout
45483 \SpecialChar LaTeX
45484 -packages ! listings
45485 \end_layout
45486
45487 \end_inset
45488
45489
45490 \end_layout
45491
45492 \begin_layout Bibliography
45493 \begin_inset CommandInset bibitem
45494 LatexCommand bibitem
45495 key "marginnote"
45496
45497 \end_inset
45498
45499 Documentation of the \SpecialChar LaTeX
45500 -package 
45501 \series bold
45502
45503 \begin_inset CommandInset href
45504 LatexCommand href
45505 name "marginnote"
45506 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45507
45508 \end_inset
45509
45510
45511 \series default
45512
45513 \begin_inset Index idx
45514 status collapsed
45515
45516 \begin_layout Plain Layout
45517 \SpecialChar LaTeX
45518 -packages ! marginnote
45519 \end_layout
45520
45521 \end_inset
45522
45523
45524 \end_layout
45525
45526 \begin_layout Bibliography
45527 \begin_inset CommandInset bibitem
45528 LatexCommand bibitem
45529 key "pdfpages"
45530
45531 \end_inset
45532
45533 Documentation of the \SpecialChar LaTeX
45534 -package 
45535 \series bold
45536
45537 \begin_inset CommandInset href
45538 LatexCommand href
45539 name "pdfpages"
45540 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45541
45542 \end_inset
45543
45544
45545 \series default
45546
45547 \begin_inset Index idx
45548 status collapsed
45549
45550 \begin_layout Plain Layout
45551 \SpecialChar LaTeX
45552 -packages ! pdfpages
45553 \end_layout
45554
45555 \end_inset
45556
45557
45558 \end_layout
45559
45560 \begin_layout Bibliography
45561 \begin_inset CommandInset bibitem
45562 LatexCommand bibitem
45563 key "prettyref"
45564
45565 \end_inset
45566
45567 Documentation of the \SpecialChar LaTeX
45568 -package 
45569 \series bold
45570
45571 \begin_inset CommandInset href
45572 LatexCommand href
45573 name "prettyref"
45574 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45575
45576 \end_inset
45577
45578
45579 \series default
45580
45581 \begin_inset Index idx
45582 status collapsed
45583
45584 \begin_layout Plain Layout
45585 \SpecialChar LaTeX
45586 -packages ! prettyref
45587 \end_layout
45588
45589 \end_inset
45590
45591
45592 \end_layout
45593
45594 \begin_layout Bibliography
45595 \begin_inset CommandInset bibitem
45596 LatexCommand bibitem
45597 key "pstricks"
45598
45599 \end_inset
45600
45601 Web page of the \SpecialChar LaTeX
45602 -package 
45603 \series bold
45604
45605 \begin_inset CommandInset href
45606 LatexCommand href
45607 name "PSTricks"
45608 target "http://tug.org/PSTricks/"
45609
45610 \end_inset
45611
45612
45613 \series default
45614
45615 \begin_inset Index idx
45616 status collapsed
45617
45618 \begin_layout Plain Layout
45619 \SpecialChar LaTeX
45620 -packages ! PSTricks
45621 \end_layout
45622
45623 \end_inset
45624
45625
45626 \end_layout
45627
45628 \begin_layout Bibliography
45629 \begin_inset CommandInset bibitem
45630 LatexCommand bibitem
45631 key "refstyle"
45632
45633 \end_inset
45634
45635 Documentation of the \SpecialChar LaTeX
45636 -package 
45637 \series bold
45638
45639 \begin_inset CommandInset href
45640 LatexCommand href
45641 name "refstyle"
45642 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
45643
45644 \end_inset
45645
45646
45647 \series default
45648
45649 \begin_inset Index idx
45650 status collapsed
45651
45652 \begin_layout Plain Layout
45653 \SpecialChar LaTeX
45654 -packages ! refstyle
45655 \end_layout
45656
45657 \end_inset
45658
45659
45660 \end_layout
45661
45662 \begin_layout Bibliography
45663 \begin_inset CommandInset bibitem
45664 LatexCommand bibitem
45665 key "sidecap"
45666
45667 \end_inset
45668
45669 Documentation of the \SpecialChar LaTeX
45670 -package 
45671 \series bold
45672
45673 \begin_inset CommandInset href
45674 LatexCommand href
45675 name "sidecap"
45676 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45677
45678 \end_inset
45679
45680
45681 \series default
45682
45683 \begin_inset Index idx
45684 status collapsed
45685
45686 \begin_layout Plain Layout
45687 \SpecialChar LaTeX
45688 -packages ! sidecap
45689 \end_layout
45690
45691 \end_inset
45692
45693
45694 \end_layout
45695
45696 \begin_layout Bibliography
45697 \begin_inset CommandInset bibitem
45698 LatexCommand bibitem
45699 key "NewInLyX20"
45700
45701 \end_inset
45702
45703
45704 \begin_inset CommandInset href
45705 LatexCommand href
45706 name "Wiki page"
45707 target "http://wiki.lyx.org/LyX/NewInLyX20"
45708
45709 \end_inset
45710
45711  about new features in 
45712 \family sans
45713 \SpecialChar LyX
45714  2.0
45715 \family default
45716 .
45717 \end_layout
45718
45719 \begin_layout Standard
45720 \begin_inset CommandInset index_print
45721 LatexCommand printindex
45722 type "idx"
45723
45724 \end_inset
45725
45726
45727 \end_layout
45728
45729 \end_body
45730 \end_document