]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Arabic Shortcuts.lyx: new translation by Hatim
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 512
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC is numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{lightgrey}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94 % insert additional vertical space of
95 % 1.5 mm between footnotes
96 \let\myFoot\footnote
97 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
98
99 % number algorithm floats within chapters
100 \numberwithin{algorithm}{chapter}
101
102 % ------------------------------------
103 % used to check for needed LaTeX packages
104 \usepackage{ifthen}
105
106 % check for package arydshln
107 % used for tables with dashed lines
108 \newboolean{arydshln}
109 \IfFileExists{arydshln.sty}
110  {\usepackage{arydshln}
111   \setboolean{arydshln}{true}}
112  {\setboolean{arydshln}{false}}
113
114 % check for package marginnote
115 % used for margin notes
116 \newboolean{marginnote}
117 \IfFileExists{marginnote.sty}
118  {\usepackage{marginnote}
119   \let\marginpar\marginnote
120   \setboolean{marginnote}{true}}
121  {\setboolean{marginnote}{false}}
122
123 % check for package sidecap
124 % used for captions on the side
125 \newboolean{sidecap}
126 \IfFileExists{sidecap.sty}
127  {\usepackage{sidecap}
128   \setboolean{sidecap}{true}}
129  {\setboolean{sidecap}{false}}
130
131 % check for picinpar
132 % used for surrounded fixed objects
133 \newboolean{picinpar}
134 \IfFileExists{picinpar.sty}
135  {\usepackage{picinpar}
136   \setboolean{picinpar}{true}}
137  {\setboolean{picinpar}{false}}
138
139 % check for lettrine
140 \newboolean{lettrine}
141 \IfFileExists{lettrine.sty}
142  {\usepackage{lettrine}
143   \setboolean{lettrine}{true}}
144  {\setboolean{lettrine}{false}}
145
146 % check for diagbox
147 \newboolean{diagbox}
148 \IfFileExists{diagbox.sty}
149  {\usepackage{diagbox}
150   \setboolean{diagbox}{true}}
151  {\setboolean{diagbox}{false}}
152 \end_preamble
153 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
154 \use_default_options false
155 \begin_modules
156 initials
157 graphicboxes
158 \end_modules
159 \maintain_unincluded_children false
160 \language english
161 \language_package default
162 \inputencoding auto
163 \fontencoding global
164 \font_roman "lmodern" "default"
165 \font_sans "lmss" "default"
166 \font_typewriter "lmtt" "default"
167 \font_math "auto" "auto"
168 \font_default_family default
169 \use_non_tex_fonts false
170 \font_sc false
171 \font_osf false
172 \font_sf_scale 100 100
173 \font_tt_scale 100 100
174 \use_microtype false
175 \graphics default
176 \default_output_format pdf2
177 \output_sync 0
178 \bibtex_command default
179 \index_command default
180 \paperfontsize 12
181 \spacing single
182 \use_hyperref true
183 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
184 \pdf_author "LyX Team, Uwe Stöhr"
185 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
186 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
187 \pdf_bookmarks true
188 \pdf_bookmarksnumbered true
189 \pdf_bookmarksopen true
190 \pdf_bookmarksopenlevel 1
191 \pdf_breaklinks false
192 \pdf_pdfborder false
193 \pdf_colorlinks true
194 \pdf_backref false
195 \pdf_pdfusetitle false
196 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
197 \papersize default
198 \use_geometry false
199 \use_package amsmath 2
200 \use_package amssymb 2
201 \use_package cancel 0
202 \use_package esint 0
203 \use_package mathdots 1
204 \use_package mathtools 0
205 \use_package mhchem 1
206 \use_package stackrel 0
207 \use_package stmaryrd 0
208 \use_package undertilde 0
209 \cite_engine basic
210 \cite_engine_type default
211 \biblio_style plain
212 \use_bibtopic false
213 \use_indices false
214 \paperorientation portrait
215 \suppress_date false
216 \justification true
217 \use_refstyle 0
218 \notefontcolor #0000ff
219 \index Index
220 \shortcut idx
221 \color #008000
222 \end_index
223 \secnumdepth 3
224 \tocdepth 3
225 \paragraph_separation skip
226 \defskip medskip
227 \quotes_language english
228 \papercolumns 1
229 \papersides 2
230 \paperpagestyle default
231 \tracking_changes true
232 \output_changes false
233 \html_math_output 0
234 \html_css_as_file 0
235 \html_be_strict false
236 \author 227574939 "Kyttj"
237 \author 2047637253 "Guillaume Munch"
238 \end_header
239
240 \begin_body
241
242 \begin_layout Title
243 \SpecialChar LyX
244 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
245 \end_layout
246
247 \begin_layout Author
248 by the \SpecialChar LyX
249  Team
250 \begin_inset Foot
251 status collapsed
252
253 \begin_layout Plain Layout
254 \noindent
255 If you have comments or error corrections, please send them to the \SpecialChar LyX
256  Documentatio
257 n mailing list: 
258 \begin_inset CommandInset href
259 LatexCommand href
260 name "lyx-docs@lists.lyx.org"
261 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
262 type "mailto:"
263
264 \end_inset
265
266
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Note Note
273 status collapsed
274
275 \begin_layout Plain Layout
276 author: Uwe Stöhr
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Newline newline
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \family sans
291 Version 2.2.x
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset CommandInset toc
296 LatexCommand tableofcontents
297
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Standard
304 \begin_inset Note Note
305 status open
306
307 \begin_layout Plain Layout
308 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
309 -packages 
310 \series bold
311 arydshln
312 \series default
313
314 \series bold
315 colortbl
316 \series default
317
318 \series bold
319 diagbox, lettrine, marginnote, picinpar
320 \series default
321  and 
322 \series bold
323 sidecap
324 \series default
325  must be installed.
326  If they are not installed you can export the document anyway but the sections
327  where the packages are required won't appear in the output.
328 \end_layout
329
330 \begin_layout Plain Layout
331 The latest PDF-version of this document can be found here:
332 \begin_inset Newline newline
333 \end_inset
334
335
336 \series bold
337 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
338 \end_layout
339
340 \end_inset
341
342
343 \end_layout
344
345 \begin_layout Chapter
346 Figures
347 \begin_inset Index idx
348 status collapsed
349
350 \begin_layout Plain Layout
351 Figures
352 \end_layout
353
354 \end_inset
355
356
357 \begin_inset Index idx
358 status collapsed
359
360 \begin_layout Plain Layout
361 Graphics|see
362 \begin_inset ERT
363 status collapsed
364
365 \begin_layout Plain Layout
366
367 {
368 \end_layout
369
370 \end_inset
371
372 Figures
373 \begin_inset ERT
374 status collapsed
375
376 \begin_layout Plain Layout
377
378 }
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \end_inset
387
388
389 \end_layout
390
391 \begin_layout Section
392 Graphics Dialog
393 \begin_inset Index idx
394 status collapsed
395
396 \begin_layout Plain Layout
397 Figures ! Graphics Dialog
398 \end_layout
399
400 \end_inset
401
402
403 \begin_inset CommandInset label
404 LatexCommand label
405 name "sec:Graphics-Dialog"
406
407 \end_inset
408
409
410 \end_layout
411
412 \begin_layout Standard
413 To insert an image into your document, place the cursor at the text position
414  you want and click on the toolbar icon 
415 \begin_inset Info
416 type  "icon"
417 arg   "dialog-show-new-inset graphics"
418 \end_inset
419
420  or use the menu 
421 \family sans
422 Insert\SpecialChar menuseparator
423 Graphics
424 \family default
425 .
426  Then a dialog will appear to choose the file to load.
427  The image will appear in the output exactly at the position where it is
428  in the text.
429 \end_layout
430
431 \begin_layout Standard
432 The graphics dialog can be called at any time by clicking on an image.
433  This dialog has three tabs:
434 \end_layout
435
436 \begin_layout Description
437
438 \family sans
439 Graphics
440 \family default
441  Here you can choose an image file and adjust its appearance in the output.
442  The available units for the image size are explained in appendix
443 \begin_inset space ~
444 \end_inset
445
446
447 \begin_inset CommandInset ref
448 LatexCommand ref
449 reference "cha:Units-available-in"
450
451 \end_inset
452
453 .
454 \begin_inset Newline newline
455 \end_inset
456
457
458 \begin_inset Index idx
459 status collapsed
460
461 \begin_layout Plain Layout
462 Figures ! rotated
463 \end_layout
464
465 \end_inset
466
467 You can rotate images counter-clockwise by setting a rotation angle and
468  a rotation origin.
469  The image will also be rotated inside \SpecialChar LyX
470 .
471 \begin_inset Newline newline
472 \end_inset
473
474
475 \begin_inset Index idx
476 status collapsed
477
478 \begin_layout Plain Layout
479 Figures ! scaled
480 \end_layout
481
482 \end_inset
483
484 Images can be scaled by using a percentage value or by setting the width
485  and height explicitly.
486  If you set only the width or only the height, the other size will be determined
487  automatically.
488  If you set both, then the image will be transformed to the given size,
489  possibly distorting it.
490  To prevent the image from distortion, use the option 
491 \family sans
492 Maintain aspect ratio
493 \family default
494 .
495  The image will then be scaled so that its width and height don't exceed
496  the specified dimensions.
497 \begin_inset Newline newline
498 \end_inset
499
500 Images can be opened in a program of your choice by right-clicking on it
501  and choosing the entry 
502 \family sans
503 Edit
504 \begin_inset space ~
505 \end_inset
506
507 externally
508 \family default
509  in the context menu.
510  The program can be set for every image format in the file format settings
511  in \SpecialChar LyX
512 's preferences.
513 \end_layout
514
515 \begin_layout Description
516
517 \family sans
518 Clipping
519 \family default
520  Alternatively to the usage of scaling units it is possible to set image
521  coordinates to adjust the height and width of the image in the output.
522  The coordinates can also be calculated automatically by pressing the button
523  
524 \family sans
525 Get
526 \begin_inset space ~
527 \end_inset
528
529 from
530 \begin_inset space ~
531 \end_inset
532
533 File
534 \family default
535 .
536  The option 
537 \family sans
538 Clip
539 \begin_inset space ~
540 \end_inset
541
542 to
543 \begin_inset space ~
544 \end_inset
545
546 bounding
547 \begin_inset space ~
548 \end_inset
549
550 box
551 \family default
552  will only print the image region within the given coordinates.
553  Normally you don't need to worry about image coordinates and can ignore
554  this tab.
555 \end_layout
556
557 \begin_layout Description
558
559 \family sans
560 LaTeX
561 \begin_inset space ~
562 \end_inset
563
564 and
565 \begin_inset space ~
566 \end_inset
567
568 LyX
569 \begin_inset space ~
570 \end_inset
571
572 options
573 \family default
574  In this tab you can modify the appearance of the image within \SpecialChar LyX
575  and \SpecialChar LaTeX
576  experts
577  can specify additional \SpecialChar LaTeX
578  options.
579 \begin_inset Newline newline
580 \end_inset
581
582 The option 
583 \family sans
584 Draft
585 \begin_inset space ~
586 \end_inset
587
588 mode
589 \family default
590  makes the image appear in the output only as a frame with the size of the
591  image.
592 \begin_inset Newline newline
593 \end_inset
594
595 In the section 
596 \family sans
597 Graphics
598 \begin_inset space ~
599 \end_inset
600
601 Group
602 \family default
603  you can define or join an image settings group.
604 \begin_inset Index idx
605 status collapsed
606
607 \begin_layout Plain Layout
608 Figures ! Settings grouping
609 \end_layout
610
611 \end_inset
612
613  Images within such a group share their settings, so adjusting one image
614  of the group automatically also adjusts all other images of the group in
615  the same way.
616  So you can for example change the size for a bunch of images without the
617  need to manually change each of them.
618  Joining an existing group can also be done using the context menu of the
619  image by checking the name of the desired group.
620 \end_layout
621
622 \begin_layout Standard
623 \begin_inset VSpace bigskip
624 \end_inset
625
626
627 \end_layout
628
629 \begin_layout Standard
630 This is an example image in EPS format
631 \begin_inset Foot
632 status collapsed
633
634 \begin_layout Plain Layout
635 Image formats are explained in section
636 \begin_inset space ~
637 \end_inset
638
639
640 \begin_inset CommandInset ref
641 LatexCommand ref
642 reference "sec:Image-Formats"
643
644 \end_inset
645
646 .
647 \end_layout
648
649 \end_inset
650
651  within a separate, horizontally centered paragraph:
652 \begin_inset Separator latexpar
653 \end_inset
654
655
656 \end_layout
657
658 \begin_layout Standard
659 \align center
660 \begin_inset Graphics
661         filename clipart/mobius.eps
662         scale 70
663         scaleBeforeRotation
664         rotateOrigin center
665
666 \end_inset
667
668
669 \end_layout
670
671 \begin_layout Standard
672 This is the same image like the one above but in draft mode:
673 \begin_inset Separator latexpar
674 \end_inset
675
676
677 \end_layout
678
679 \begin_layout Standard
680 \align center
681 \begin_inset Graphics
682         filename clipart/mobius.eps
683         scale 70
684         draft
685         scaleBeforeRotation
686         rotateOrigin center
687
688 \end_inset
689
690
691 \end_layout
692
693 \begin_layout Standard
694 \begin_inset Newpage newpage
695 \end_inset
696
697
698 \end_layout
699
700 \begin_layout Section
701 Figure Floats
702 \begin_inset CommandInset label
703 LatexCommand label
704 name "sec:Figure-Floats"
705
706 \end_inset
707
708
709 \begin_inset Index idx
710 status collapsed
711
712 \begin_layout Plain Layout
713 Floats ! Figures
714 \end_layout
715
716 \end_inset
717
718
719 \begin_inset Index idx
720 status collapsed
721
722 \begin_layout Plain Layout
723 Figures ! Floats
724 \end_layout
725
726 \end_inset
727
728
729 \end_layout
730
731 \begin_layout Standard
732 For general explanations about floats, have a look at section
733 \begin_inset space ~
734 \end_inset
735
736
737 \begin_inset CommandInset ref
738 LatexCommand ref
739 reference "sec:FloatIntroduction"
740
741 \end_inset
742
743 .
744 \end_layout
745
746 \begin_layout Standard
747 The toolbar button 
748 \begin_inset Info
749 type  "icon"
750 arg   "float-insert figure"
751 \end_inset
752
753  and the menu 
754 \family sans
755 Insert\SpecialChar menuseparator
756 Float\SpecialChar menuseparator
757 Figure
758 \family default
759  inserts a float with a caption that has the label 
760 \begin_inset Quotes eld
761 \end_inset
762
763 Figure
764 \begin_inset space ~
765 \end_inset
766
767 #:
768 \begin_inset Quotes erd
769 \end_inset
770
771  (# is the actual number).
772  You can insert the image above the caption, like in Figure
773 \begin_inset space ~
774 \end_inset
775
776
777 \begin_inset CommandInset ref
778 LatexCommand ref
779 reference "fig:kill-plat"
780
781 \end_inset
782
783  or below the caption, like in Figure
784 \begin_inset space ~
785 \end_inset
786
787
788 \begin_inset CommandInset ref
789 LatexCommand ref
790 reference "fig:escher"
791
792 \end_inset
793
794 .
795  More about caption placement is described in section
796 \begin_inset space ~
797 \end_inset
798
799
800 \begin_inset CommandInset ref
801 LatexCommand ref
802 reference "sec:Caption-Placement"
803
804 \end_inset
805
806 .
807 \end_layout
808
809 \begin_layout Standard
810 \begin_inset Float figure
811 wide false
812 sideways false
813 status open
814
815 \begin_layout Plain Layout
816 \align center
817 \begin_inset Graphics
818         filename clipart/platypus.eps
819         width 50col%
820         scaleBeforeRotation
821         rotateOrigin center
822
823 \end_inset
824
825
826 \end_layout
827
828 \begin_layout Plain Layout
829 \begin_inset Caption Standard
830
831 \begin_layout Plain Layout
832 \begin_inset CommandInset label
833 LatexCommand label
834 name "fig:kill-plat"
835
836 \end_inset
837
838 A severely distorted platypus in a float.
839 \end_layout
840
841 \end_inset
842
843
844 \end_layout
845
846 \end_inset
847
848
849 \end_layout
850
851 \begin_layout Standard
852 \begin_inset Float figure
853 wide false
854 sideways false
855 status open
856
857 \begin_layout Plain Layout
858 \begin_inset Caption Standard
859
860 \begin_layout Plain Layout
861 \begin_inset CommandInset label
862 LatexCommand label
863 name "fig:escher"
864
865 \end_inset
866
867 M.C.
868  Escher on acid.
869 \end_layout
870
871 \end_inset
872
873
874 \end_layout
875
876 \begin_layout Plain Layout
877 \align center
878 \begin_inset Graphics
879         filename clipart/escher-lsd.eps
880         scale 80
881         scaleBeforeRotation
882         rotateOrigin center
883
884 \end_inset
885
886
887 \end_layout
888
889 \end_inset
890
891
892 \end_layout
893
894 \begin_layout Standard
895 \begin_inset Index idx
896 status collapsed
897
898 \begin_layout Plain Layout
899 References ! to Figures
900 \end_layout
901
902 \end_inset
903
904 Figure
905 \begin_inset space ~
906 \end_inset
907
908
909 \begin_inset CommandInset ref
910 LatexCommand ref
911 reference "fig:kill-plat"
912
913 \end_inset
914
915  and 
916 \begin_inset CommandInset ref
917 LatexCommand ref
918 reference "fig:escher"
919
920 \end_inset
921
922  are examples of referenced figures.
923  Figures can be referenced in the text by referencing their label.
924  To do this insert a label in the caption using the menu 
925 \family sans
926 Insert\SpecialChar menuseparator
927 Label
928 \family default
929  or the toolbar button 
930 \begin_inset Info
931 type  "icon"
932 arg   "label-insert"
933 \end_inset
934
935 .
936  You can now refer to the label using the menu 
937 \family sans
938 Insert\SpecialChar menuseparator
939 Cross
940 \begin_inset space ~
941 \end_inset
942
943 reference
944 \family default
945  or the toolbar button 
946 \begin_inset Info
947 type  "icon"
948 arg   "dialog-show-new-inset ref"
949 \end_inset
950
951 .
952  It is important to use references to floats, rather than using vague references
953  like 
954 \begin_inset Quotes eld
955 \end_inset
956
957 the figure above
958 \begin_inset Quotes erd
959 \end_inset
960
961 , because \SpecialChar LaTeX
962  will reposition the floats in the final document and it might
963  not be 
964 \begin_inset Quotes eld
965 \end_inset
966
967 above
968 \begin_inset Quotes erd
969 \end_inset
970
971  at all.
972 \begin_inset Newline newline
973 \end_inset
974
975 Referencing is explained in detail in section
976 \begin_inset space ~
977 \end_inset
978
979
980 \begin_inset CommandInset ref
981 LatexCommand ref
982 reference "sec:Referencing-Floats"
983
984 \end_inset
985
986 .
987 \end_layout
988
989 \begin_layout Standard
990 Normally only one image is inserted to a figure float, but sometimes you
991  might want to use two images with separate subcaptions.
992  This can be done by inserting image floats into existing image floats.
993  Note that only the main caption of the float is added to the List of Figures.
994  Figure
995 \begin_inset space ~
996 \end_inset
997
998
999 \begin_inset CommandInset ref
1000 LatexCommand ref
1001 reference "fig:Two-distorted-images"
1002
1003 \end_inset
1004
1005  is an example of a figure float with two images set side by side.
1006  You can also set the images one below the other.
1007  Figure
1008 \begin_inset space ~
1009 \end_inset
1010
1011
1012 \begin_inset CommandInset ref
1013 LatexCommand ref
1014 reference "fig:Undefinable-structure"
1015
1016 \end_inset
1017
1018  and 
1019 \begin_inset CommandInset ref
1020 LatexCommand ref
1021 reference "fig:A-Platypus"
1022
1023 \end_inset
1024
1025  are the subfigures.
1026 \end_layout
1027
1028 \begin_layout Standard
1029 \begin_inset Float figure
1030 wide false
1031 sideways false
1032 status open
1033
1034 \begin_layout Plain Layout
1035 \begin_inset space \hfill{}
1036 \end_inset
1037
1038
1039 \begin_inset Float figure
1040 wide false
1041 sideways false
1042 status collapsed
1043
1044 \begin_layout Plain Layout
1045 \begin_inset Caption Standard
1046
1047 \begin_layout Plain Layout
1048 \begin_inset CommandInset label
1049 LatexCommand label
1050 name "fig:Undefinable-structure"
1051
1052 \end_inset
1053
1054 Undefinable structure.
1055 \end_layout
1056
1057 \end_inset
1058
1059
1060 \end_layout
1061
1062 \begin_layout Plain Layout
1063 \begin_inset Graphics
1064         filename clipart/escher-lsd.eps
1065         width 45col%
1066         scaleBeforeRotation
1067         groupId distorted
1068
1069 \end_inset
1070
1071
1072 \end_layout
1073
1074 \end_inset
1075
1076
1077 \begin_inset space \hfill{}
1078 \end_inset
1079
1080
1081 \begin_inset Float figure
1082 wide false
1083 sideways false
1084 status collapsed
1085
1086 \begin_layout Plain Layout
1087 \begin_inset Caption Standard
1088
1089 \begin_layout Plain Layout
1090 \begin_inset CommandInset label
1091 LatexCommand label
1092 name "fig:A-Platypus"
1093
1094 \end_inset
1095
1096 A Platypus.
1097 \end_layout
1098
1099 \end_inset
1100
1101
1102 \end_layout
1103
1104 \begin_layout Plain Layout
1105 \begin_inset Graphics
1106         filename clipart/platypus.eps
1107         width 45col%
1108         scaleBeforeRotation
1109         groupId distorted
1110
1111 \end_inset
1112
1113
1114 \end_layout
1115
1116 \end_inset
1117
1118
1119 \begin_inset space \hfill{}
1120 \end_inset
1121
1122
1123 \end_layout
1124
1125 \begin_layout Plain Layout
1126 \begin_inset Caption Standard
1127
1128 \begin_layout Plain Layout
1129 \begin_inset CommandInset label
1130 LatexCommand label
1131 name "fig:Two-distorted-images"
1132
1133 \end_inset
1134
1135 Two distorted images.
1136  Both images are in the image settings group named 
1137 \begin_inset Quotes eld
1138 \end_inset
1139
1140 distorted
1141 \begin_inset Quotes erd
1142 \end_inset
1143
1144 .
1145 \end_layout
1146
1147 \end_inset
1148
1149
1150 \end_layout
1151
1152 \end_inset
1153
1154
1155 \end_layout
1156
1157 \begin_layout Standard
1158 \begin_inset Newpage newpage
1159 \end_inset
1160
1161
1162 \end_layout
1163
1164 \begin_layout Section
1165 Image Formats
1166 \begin_inset CommandInset label
1167 LatexCommand label
1168 name "sec:Image-Formats"
1169
1170 \end_inset
1171
1172
1173 \begin_inset Index idx
1174 status collapsed
1175
1176 \begin_layout Plain Layout
1177 Image Formats
1178 \end_layout
1179
1180 \end_inset
1181
1182
1183 \begin_inset Index idx
1184 status collapsed
1185
1186 \begin_layout Plain Layout
1187 Figures ! Image Formats
1188 \end_layout
1189
1190 \end_inset
1191
1192
1193 \end_layout
1194
1195 \begin_layout Standard
1196 You can insert images in any known file format.
1197  But as explained in appendix
1198 \begin_inset space ~
1199 \end_inset
1200
1201
1202 \begin_inset CommandInset ref
1203 LatexCommand ref
1204 reference "cha:Output-File-Formats"
1205
1206 \end_inset
1207
1208 , each output document format allows only a few image formats.
1209  \SpecialChar LyX
1210  uses therefore the program 
1211 \family typewriter
1212 ImageMagick
1213 \family default
1214  in the background to convert the images to the right format.
1215  To increase your work flow by avoiding these conversions in the background,
1216  you could choose to use only the image formats that can directly be embedded
1217  in the output file format.
1218  The output file formats are explained in appendix
1219 \begin_inset space ~
1220 \end_inset
1221
1222
1223 \begin_inset CommandInset ref
1224 LatexCommand ref
1225 reference "cha:Output-File-Formats"
1226
1227 \end_inset
1228
1229 .
1230 \end_layout
1231
1232 \begin_layout Standard
1233 Similar to fonts there are two types of image formats:
1234 \end_layout
1235
1236 \begin_layout Description
1237 Bitmap
1238 \begin_inset space ~
1239 \end_inset
1240
1241 images consist of pixel values, often in a compressed form.
1242  They are therefore not fully scalable and look pixelated in large zooms.
1243  Well-known bitmap image formats are 
1244 \begin_inset Quotes eld
1245 \end_inset
1246
1247 Graphics Interchange Format
1248 \begin_inset Quotes erd
1249 \end_inset
1250
1251  (GIF, file extension 
1252 \begin_inset Quotes eld
1253 \end_inset
1254
1255
1256 \family typewriter
1257 .gif
1258 \family default
1259
1260 \begin_inset Quotes erd
1261 \end_inset
1262
1263 )
1264 \begin_inset Index idx
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268 GIF|see
1269 \begin_inset ERT
1270 status collapsed
1271
1272 \begin_layout Plain Layout
1273
1274 {
1275 \end_layout
1276
1277 \end_inset
1278
1279 Image formats
1280 \begin_inset ERT
1281 status collapsed
1282
1283 \begin_layout Plain Layout
1284
1285 }
1286 \end_layout
1287
1288 \end_inset
1289
1290
1291 \end_layout
1292
1293 \end_inset
1294
1295
1296 \begin_inset Quotes eld
1297 \end_inset
1298
1299 Portable Network Graphics
1300 \begin_inset Quotes erd
1301 \end_inset
1302
1303  (PNG, file extension 
1304 \begin_inset Quotes eld
1305 \end_inset
1306
1307
1308 \family typewriter
1309 .png
1310 \family default
1311
1312 \begin_inset Quotes erd
1313 \end_inset
1314
1315 )
1316 \begin_inset Index idx
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320 PNG|see
1321 \begin_inset ERT
1322 status collapsed
1323
1324 \begin_layout Plain Layout
1325
1326 {
1327 \end_layout
1328
1329 \end_inset
1330
1331 Image formats
1332 \begin_inset ERT
1333 status collapsed
1334
1335 \begin_layout Plain Layout
1336
1337 }
1338 \end_layout
1339
1340 \end_inset
1341
1342
1343 \end_layout
1344
1345 \end_inset
1346
1347 , and 
1348 \begin_inset Quotes eld
1349 \end_inset
1350
1351 Joint Photographic Experts Group
1352 \begin_inset Quotes erd
1353 \end_inset
1354
1355  (JPG, file extension 
1356 \begin_inset Quotes eld
1357 \end_inset
1358
1359
1360 \family typewriter
1361 .jpg
1362 \family default
1363
1364 \begin_inset Quotes erd
1365 \end_inset
1366
1367  or 
1368 \begin_inset Quotes eld
1369 \end_inset
1370
1371
1372 \family typewriter
1373 .jpeg
1374 \family default
1375
1376 \begin_inset Quotes erd
1377 \end_inset
1378
1379 )
1380 \begin_inset Index idx
1381 status collapsed
1382
1383 \begin_layout Plain Layout
1384 JPG|see
1385 \begin_inset ERT
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389
1390 {
1391 \end_layout
1392
1393 \end_inset
1394
1395 Image formats
1396 \begin_inset ERT
1397 status collapsed
1398
1399 \begin_layout Plain Layout
1400
1401 }
1402 \end_layout
1403
1404 \end_inset
1405
1406
1407 \end_layout
1408
1409 \end_inset
1410
1411 .
1412 \end_layout
1413
1414 \begin_layout Description
1415 Vector
1416 \begin_inset space ~
1417 \end_inset
1418
1419 images consist of vectors and can therefore be scaled to any size without
1420  data loss.
1421  The scaling ability is necessary if you want to create presentations, because
1422  presentations are always scaled by the video projector.
1423  Scaling is also useful for online documents to let the user zoom into diagrams.
1424 \begin_inset Newline newline
1425 \end_inset
1426
1427 Well-known scalable image formats are 
1428 \begin_inset Quotes eld
1429 \end_inset
1430
1431 Scalable Vector Graphics
1432 \begin_inset Quotes erd
1433 \end_inset
1434
1435  (SVG, file extension 
1436 \begin_inset Quotes eld
1437 \end_inset
1438
1439
1440 \family typewriter
1441 .svg
1442 \family default
1443
1444 \begin_inset Quotes erd
1445 \end_inset
1446
1447 )
1448 \begin_inset Index idx
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452 SVG|see
1453 \begin_inset ERT
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457
1458 {
1459 \end_layout
1460
1461 \end_inset
1462
1463 Image formats
1464 \begin_inset ERT
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468
1469 }
1470 \end_layout
1471
1472 \end_inset
1473
1474
1475 \end_layout
1476
1477 \end_inset
1478
1479
1480 \begin_inset Quotes eld
1481 \end_inset
1482
1483 Encapsulated PostScript
1484 \begin_inset Quotes erd
1485 \end_inset
1486
1487  (EPS, file extension 
1488 \begin_inset Quotes eld
1489 \end_inset
1490
1491
1492 \family typewriter
1493 .eps
1494 \family default
1495
1496 \begin_inset Quotes erd
1497 \end_inset
1498
1499 )
1500 \begin_inset Index idx
1501 status collapsed
1502
1503 \begin_layout Plain Layout
1504 EPS|see
1505 \begin_inset ERT
1506 status collapsed
1507
1508 \begin_layout Plain Layout
1509
1510 {
1511 \end_layout
1512
1513 \end_inset
1514
1515 Image formats
1516 \begin_inset ERT
1517 status collapsed
1518
1519 \begin_layout Plain Layout
1520
1521 }
1522 \end_layout
1523
1524 \end_inset
1525
1526
1527 \end_layout
1528
1529 \end_inset
1530
1531
1532 \begin_inset Quotes eld
1533 \end_inset
1534
1535 Portable Document Format
1536 \begin_inset Quotes erd
1537 \end_inset
1538
1539  (PDF, file extension 
1540 \begin_inset Quotes eld
1541 \end_inset
1542
1543
1544 \family typewriter
1545 .pdf
1546 \family default
1547
1548 \begin_inset Quotes erd
1549 \end_inset
1550
1551 )
1552 \begin_inset Index idx
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556 PDF
1557 \end_layout
1558
1559 \end_inset
1560
1561 , and 
1562 \begin_inset Quotes eld
1563 \end_inset
1564
1565 Windows Metafile
1566 \begin_inset Quotes erd
1567 \end_inset
1568
1569  (WMF, file extension 
1570 \begin_inset Quotes eld
1571 \end_inset
1572
1573
1574 \family typewriter
1575 .wmf
1576 \family default
1577
1578 \begin_inset Quotes erd
1579 \end_inset
1580
1581 )
1582 \begin_inset Index idx
1583 status collapsed
1584
1585 \begin_layout Plain Layout
1586 SVG|see
1587 \begin_inset ERT
1588 status collapsed
1589
1590 \begin_layout Plain Layout
1591
1592 {
1593 \end_layout
1594
1595 \end_inset
1596
1597 Image formats
1598 \begin_inset ERT
1599 status collapsed
1600
1601 \begin_layout Plain Layout
1602
1603 }
1604 \end_layout
1605
1606 \end_inset
1607
1608
1609 \end_layout
1610
1611 \end_inset
1612
1613 .
1614  We wrote 
1615 \begin_inset Quotes eld
1616 \end_inset
1617
1618 can be
1619 \begin_inset Quotes erd
1620 \end_inset
1621
1622 , because you can convert any bitmap image to a PDF or EPS-image and the
1623  result will still be a bitmap image.
1624  In such cases only a header with the image properties is added to the original
1625  image
1626 \begin_inset Foot
1627 status collapsed
1628
1629 \begin_layout Plain Layout
1630 In the case of PDF, the original image is additionally compressed.
1631 \end_layout
1632
1633 \end_inset
1634
1635 .
1636  The PDF-files generated by 
1637 \family typewriter
1638 Adobe Photoshop
1639 \family default
1640  are for example bitmap images.
1641 \end_layout
1642
1643 \begin_layout Standard
1644 Normally it is not possible to convert a bitmap image into a scalable one,
1645  only vice versa.
1646  Only the image formats PDF and EPS can directly be embedded to PDF and
1647  PostScript output files, respectively.
1648  SVG and WMF-images are recalculated to bitmaps when the output file is
1649  generated because there is currently no adequate WMF/SVG
1650 \begin_inset Formula $\to$
1651 \end_inset
1652
1653 PDF/EPS converter available.
1654 \end_layout
1655
1656 \begin_layout Chapter
1657 Tables
1658 \begin_inset Index idx
1659 status collapsed
1660
1661 \begin_layout Plain Layout
1662 Table
1663 \end_layout
1664
1665 \end_inset
1666
1667
1668 \end_layout
1669
1670 \begin_layout Section
1671 Introduction
1672 \begin_inset Index idx
1673 status collapsed
1674
1675 \begin_layout Plain Layout
1676 Table ! Introduction
1677 \end_layout
1678
1679 \end_inset
1680
1681
1682 \end_layout
1683
1684 \begin_layout Standard
1685 You can insert a table using either the toolbar button 
1686 \begin_inset Info
1687 type  "icon"
1688 arg   "tabular-insert"
1689 \end_inset
1690
1691  or the menu 
1692 \family sans
1693 Insert\SpecialChar menuseparator
1694 Table
1695 \family default
1696 .
1697  The toolbar button offers you a graphical selection: move the mouse to
1698  set the column/row number of the table that should be created and then
1699  press a mouse button.
1700  When you use the menu to create a table, a dialog will appear, asking you
1701  for the number of rows and columns.
1702 \begin_inset Newline newline
1703 \end_inset
1704
1705 The default table has lines around any cell and the first row appears separated
1706  from the rest of the table.
1707  This separation occurs due to a double line: The cells of the first row
1708  have a line below them and the cells of the second row have a line above
1709  them.
1710  Here is an example table:
1711 \begin_inset Separator latexpar
1712 \end_inset
1713
1714
1715 \end_layout
1716
1717 \begin_layout Standard
1718 \align center
1719 \begin_inset Tabular
1720 <lyxtabular version="3" rows="4" columns="4">
1721 <features tabularvalignment="middle">
1722 <column alignment="center" valignment="top">
1723 <column alignment="center" valignment="top">
1724 <column alignment="center" valignment="top">
1725 <column alignment="center" valignment="top">
1726 <row>
1727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1728 \begin_inset Text
1729
1730 \begin_layout Plain Layout
1731
1732 \end_layout
1733
1734 \end_inset
1735 </cell>
1736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Plain Layout
1740
1741 \family roman
1742 \series medium
1743 \shape up
1744 \size normal
1745 \emph off
1746 \bar no
1747 \noun off
1748 \color none
1749 1
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Plain Layout
1758 2
1759 \end_layout
1760
1761 \end_inset
1762 </cell>
1763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1764 \begin_inset Text
1765
1766 \begin_layout Plain Layout
1767 3
1768 \end_layout
1769
1770 \end_inset
1771 </cell>
1772 </row>
1773 <row>
1774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778
1779 \family roman
1780 \series medium
1781 \shape up
1782 \size normal
1783 \emph off
1784 \bar no
1785 \noun off
1786 \color none
1787 A
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Plain Layout
1796
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 </row>
1820 <row>
1821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825
1826 \family roman
1827 \series medium
1828 \shape up
1829 \size normal
1830 \emph off
1831 \bar no
1832 \noun off
1833 \color none
1834 B
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \end_layout
1854
1855 \end_inset
1856 </cell>
1857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 </row>
1867 <row>
1868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872
1873 \family roman
1874 \series medium
1875 \shape up
1876 \size normal
1877 \emph off
1878 \bar no
1879 \noun off
1880 \color none
1881 C
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 </row>
1914 </lyxtabular>
1915
1916 \end_inset
1917
1918
1919 \end_layout
1920
1921 \begin_layout Section
1922 Table Dialog
1923 \begin_inset Index idx
1924 status collapsed
1925
1926 \begin_layout Plain Layout
1927 Table ! Dialog
1928 \end_layout
1929
1930 \end_inset
1931
1932
1933 \end_layout
1934
1935 \begin_layout Standard
1936 You can alter a table by clicking on it with the right mouse button, which
1937  brings up the context menu.
1938  Under the menu entry 
1939 \family sans
1940 More
1941 \family default
1942  you can adjust the settings of that cell and row/column respectively where
1943  the cursor is currently placed.
1944  The context menu 
1945 \family sans
1946 More\SpecialChar menuseparator
1947 Settings
1948 \family default
1949  opens the table dialog where you can adjust more things.
1950  Most of the dialog options also work on selections.
1951  This means if you select more cells, columns or rows, the action is done
1952  for the whole selection.
1953  Note that there is a difference between selecting the 
1954 \emph on
1955 contents
1956 \emph default
1957  of the cell, and the cell itself.
1958 \begin_inset Newline newline
1959 \end_inset
1960
1961 With the dialog option 
1962 \family sans
1963 Immediate
1964 \begin_inset space ~
1965 \end_inset
1966
1967 Apply
1968 \family default
1969  every change you make in the dialog is directly applied.
1970  If you move the cursor to another table cell the dialog will then also
1971  be updated with the parameters of the new cell.
1972  If you change length values in the dialog you must press 
1973 \family sans
1974 Return
1975 \family default
1976  to get the change applied.
1977 \begin_inset Newline newline
1978 \end_inset
1979
1980 You can alter tables with the following tabs of the table dialog:
1981 \end_layout
1982
1983 \begin_layout Description
1984 Table
1985 \begin_inset space ~
1986 \end_inset
1987
1988 Settings Here you can set the table width
1989 \begin_inset Index idx
1990 status collapsed
1991
1992 \begin_layout Plain Layout
1993 Table ! Width
1994 \end_layout
1995
1996 \end_inset
1997
1998 , and the horizontal alignment and the width of the current column.
1999  The alignment 
2000 \family sans
2001 At
2002 \begin_inset space ~
2003 \end_inset
2004
2005 Decimal
2006 \begin_inset space ~
2007 \end_inset
2008
2009 Separator
2010 \family default
2011  is described in section
2012 \begin_inset space ~
2013 \end_inset
2014
2015
2016 \begin_inset CommandInset ref
2017 LatexCommand ref
2018 reference "subsec:Special-Cell-Alignment"
2019
2020 \end_inset
2021
2022 .
2023  When you have set a width you can also adjust the vertical alignment of
2024  the current row.
2025  A given width will allow the cell to have line breaks and multiple paragraphs
2026  of text, see sec.
2027 \begin_inset space \thinspace{}
2028 \end_inset
2029
2030
2031 \begin_inset CommandInset ref
2032 LatexCommand ref
2033 reference "subsec:Multiple-Lines-in"
2034
2035 \end_inset
2036
2037 .
2038  If you set no width, the column is as wide as the content of its widest
2039  cell.
2040 \begin_inset Newline newline
2041 \end_inset
2042
2043 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2044  cell, see sec.
2045 \begin_inset space \thinspace{}
2046 \end_inset
2047
2048
2049 \begin_inset CommandInset ref
2050 LatexCommand ref
2051 reference "subsec:Multicolumns"
2052
2053 \end_inset
2054
2055  or the cells of one column as multirow cell, see sec.
2056 \begin_inset space \thinspace{}
2057 \end_inset
2058
2059
2060 \begin_inset CommandInset ref
2061 LatexCommand ref
2062 reference "subsec:Multirows"
2063
2064 \end_inset
2065
2066 .
2067 \begin_inset Newline newline
2068 \end_inset
2069
2070 The rotate check boxes rotate the current cell, a selection, or the whole
2071  table counter-clockwise by 90
2072 \begin_inset space \thinspace{}
2073 \end_inset
2074
2075 °.
2076  The rotation is not shown within \SpecialChar LyX
2077 , only in the output.
2078  For more information see sec.
2079 \begin_inset space \thinspace{}
2080 \end_inset
2081
2082
2083 \begin_inset CommandInset ref
2084 LatexCommand ref
2085 reference "sec:Rotated-Table-Cells"
2086
2087 \end_inset
2088
2089 .
2090 \begin_inset Newline newline
2091 \end_inset
2092
2093
2094 \begin_inset Note Greyedout
2095 status open
2096
2097 \begin_layout Plain Layout
2098
2099 \series bold
2100 Note:
2101 \series default
2102  Not all DVI-viewers are able to display rotations.
2103 \end_layout
2104
2105 \end_inset
2106
2107
2108 \begin_inset Newline newline
2109 \end_inset
2110
2111 The table-wide vertical alignment is used for tables within text lines:
2112 \begin_inset Newline newline
2113 \end_inset
2114
2115 A line with tables with different alignments: 
2116 \begin_inset Tabular
2117 <lyxtabular version="3" rows="2" columns="2">
2118 <features tabularvalignment="top">
2119 <column alignment="center" valignment="top" width="0pt">
2120 <column alignment="center" valignment="top">
2121 <row>
2122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2123 \begin_inset Text
2124
2125 \begin_layout Plain Layout
2126
2127 \end_layout
2128
2129 \end_inset
2130 </cell>
2131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2132 \begin_inset Text
2133
2134 \begin_layout Plain Layout
2135
2136 \family roman
2137 \series medium
2138 \shape up
2139 \size normal
2140 \emph off
2141 \bar no
2142 \noun off
2143 \color none
2144 1
2145 \end_layout
2146
2147 \end_inset
2148 </cell>
2149 </row>
2150 <row>
2151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2152 \begin_inset Text
2153
2154 \begin_layout Plain Layout
2155
2156 \family roman
2157 \series medium
2158 \shape up
2159 \size normal
2160 \emph off
2161 \bar no
2162 \noun off
2163 \color none
2164 A
2165 \end_layout
2166
2167 \end_inset
2168 </cell>
2169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2170 \begin_inset Text
2171
2172 \begin_layout Plain Layout
2173
2174 \end_layout
2175
2176 \end_inset
2177 </cell>
2178 </row>
2179 </lyxtabular>
2180
2181 \end_inset
2182
2183  
2184 \begin_inset Tabular
2185 <lyxtabular version="3" rows="2" columns="2">
2186 <features tabularvalignment="middle">
2187 <column alignment="center" valignment="top">
2188 <column alignment="center" valignment="top">
2189 <row>
2190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2191 \begin_inset Text
2192
2193 \begin_layout Plain Layout
2194
2195 \end_layout
2196
2197 \end_inset
2198 </cell>
2199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2200 \begin_inset Text
2201
2202 \begin_layout Plain Layout
2203
2204 \family roman
2205 \series medium
2206 \shape up
2207 \size normal
2208 \emph off
2209 \bar no
2210 \noun off
2211 \color none
2212 1
2213 \end_layout
2214
2215 \end_inset
2216 </cell>
2217 </row>
2218 <row>
2219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2220 \begin_inset Text
2221
2222 \begin_layout Plain Layout
2223
2224 \family roman
2225 \series medium
2226 \shape up
2227 \size normal
2228 \emph off
2229 \bar no
2230 \noun off
2231 \color none
2232 A
2233 \end_layout
2234
2235 \end_inset
2236 </cell>
2237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2238 \begin_inset Text
2239
2240 \begin_layout Plain Layout
2241
2242 \end_layout
2243
2244 \end_inset
2245 </cell>
2246 </row>
2247 </lyxtabular>
2248
2249 \end_inset
2250
2251  
2252 \begin_inset Tabular
2253 <lyxtabular version="3" rows="2" columns="2">
2254 <features tabularvalignment="bottom">
2255 <column alignment="center" valignment="top" width="0pt">
2256 <column alignment="center" valignment="top">
2257 <row>
2258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2259 \begin_inset Text
2260
2261 \begin_layout Plain Layout
2262
2263 \end_layout
2264
2265 \end_inset
2266 </cell>
2267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2268 \begin_inset Text
2269
2270 \begin_layout Plain Layout
2271
2272 \family roman
2273 \series medium
2274 \shape up
2275 \size normal
2276 \emph off
2277 \bar no
2278 \noun off
2279 \color none
2280 1
2281 \end_layout
2282
2283 \end_inset
2284 </cell>
2285 </row>
2286 <row>
2287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2288 \begin_inset Text
2289
2290 \begin_layout Plain Layout
2291
2292 \family roman
2293 \series medium
2294 \shape up
2295 \size normal
2296 \emph off
2297 \bar no
2298 \noun off
2299 \color none
2300 A
2301 \end_layout
2302
2303 \end_inset
2304 </cell>
2305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2306 \begin_inset Text
2307
2308 \begin_layout Plain Layout
2309
2310 \end_layout
2311
2312 \end_inset
2313 </cell>
2314 </row>
2315 </lyxtabular>
2316
2317 \end_inset
2318
2319
2320 \begin_inset Newline newline
2321 \end_inset
2322
2323 It is also possible to enter a \SpecialChar LaTeX
2324 -argument which is needed for special table
2325  formattings, see sec.
2326 \begin_inset space \thinspace{}
2327 \end_inset
2328
2329
2330 \begin_inset CommandInset ref
2331 LatexCommand ref
2332 reference "subsec:Multicolumn-Calculations"
2333
2334 \end_inset
2335
2336  and 
2337 \begin_inset CommandInset ref
2338 LatexCommand ref
2339 reference "sec:Colored-Tables"
2340
2341 \end_inset
2342
2343 .
2344 \end_layout
2345
2346 \begin_layout Description
2347 Borders In this tab you can add and delete border lines for the current
2348  row/column.
2349 \begin_inset Newline newline
2350 \end_inset
2351
2352 Using the style option 
2353 \family sans
2354 Formal
2355 \family default
2356  will convert the table to a formal table as described in sec.
2357 \begin_inset space \thinspace{}
2358 \end_inset
2359
2360
2361 \begin_inset CommandInset ref
2362 LatexCommand ref
2363 reference "sec:Formal-Tables"
2364
2365 \end_inset
2366
2367 .
2368 \begin_inset Newline newline
2369 \end_inset
2370
2371 You can also add space here to table rows as described in sec.
2372 \begin_inset space \thinspace{}
2373 \end_inset
2374
2375
2376 \begin_inset CommandInset ref
2377 LatexCommand ref
2378 reference "subsec:Row-Spacing"
2379
2380 \end_inset
2381
2382 .
2383 \end_layout
2384
2385 \begin_layout Description
2386 Multi-page
2387 \begin_inset space ~
2388 \end_inset
2389
2390 table This tab is to make a table a multi-page table that can run over several
2391  pages.
2392  Sections
2393 \begin_inset space ~
2394 \end_inset
2395
2396
2397 \begin_inset CommandInset ref
2398 LatexCommand ref
2399 reference "sec:Multi-page-Tables"
2400
2401 \end_inset
2402
2403  and 
2404 \begin_inset CommandInset ref
2405 LatexCommand ref
2406 reference "sec:Special-Longtable-Issues"
2407
2408 \end_inset
2409
2410  describe the multi-page table features in detail.
2411 \end_layout
2412
2413 \begin_layout Section
2414 Table Toolbar
2415 \begin_inset Index idx
2416 status collapsed
2417
2418 \begin_layout Plain Layout
2419 Table ! Toolbar
2420 \end_layout
2421
2422 \end_inset
2423
2424
2425 \end_layout
2426
2427 \begin_layout Standard
2428 The table toolbar is an alternative to the table dialog to be able to alter
2429  tables faster.
2430  It should normally appear at the bottom of \SpecialChar LyX
2431 's main window when the cursor
2432  is inside a table.
2433  You can alternatively switch it on to appear always, by right-clicking
2434  in \SpecialChar LyX
2435 's main menu bar.
2436 \end_layout
2437
2438 \begin_layout Standard
2439 The toolbar has the following icons:
2440 \end_layout
2441
2442 \begin_layout Labeling
2443 \labelwidthstring 00.00.0000
2444 \begin_inset Info
2445 type  "icon"
2446 arg   "tabular-feature append-row"
2447 \end_inset
2448
2449  adds a row below the current cell or selection
2450 \end_layout
2451
2452 \begin_layout Labeling
2453 \labelwidthstring 00.00.0000
2454 \begin_inset Info
2455 type  "icon"
2456 arg   "tabular-feature append-column"
2457 \end_inset
2458
2459  adds a column right beside the current cell or selection
2460 \end_layout
2461
2462 \begin_layout Labeling
2463 \labelwidthstring 00.00.0000
2464 \begin_inset Info
2465 type  "icon"
2466 arg   "tabular-feature delete-row"
2467 \end_inset
2468
2469  deletes the current row or selection
2470 \end_layout
2471
2472 \begin_layout Labeling
2473 \labelwidthstring 00.00.0000
2474 \begin_inset Info
2475 type  "icon"
2476 arg   "tabular-feature delete-column"
2477 \end_inset
2478
2479  deletes the current column or selection
2480 \end_layout
2481
2482 \begin_layout Labeling
2483 \labelwidthstring 00.00.0000
2484 \begin_inset Info
2485 type  "icon"
2486 arg   "tabular-feature move-row-up"
2487 \end_inset
2488
2489  moves the row up
2490 \end_layout
2491
2492 \begin_layout Labeling
2493 \labelwidthstring 00.00.0000
2494 \begin_inset Info
2495 type  "icon"
2496 arg   "tabular-feature move-column-left"
2497 \end_inset
2498
2499  moves the column to the left
2500 \end_layout
2501
2502 \begin_layout Labeling
2503 \labelwidthstring 00.00.0000
2504 \begin_inset Info
2505 type  "icon"
2506 arg   "tabular-feature move-row-down"
2507 \end_inset
2508
2509  moves the row down
2510 \end_layout
2511
2512 \begin_layout Labeling
2513 \labelwidthstring 00.00.0000
2514 \begin_inset Info
2515 type  "icon"
2516 arg   "tabular-feature move-column-right"
2517 \end_inset
2518
2519  moves the column to the right
2520 \end_layout
2521
2522 \begin_layout Labeling
2523 \labelwidthstring 00.00.0000
2524 \begin_inset Info
2525 type  "icon"
2526 arg   "tabular-feature toggle-line-top"
2527 \end_inset
2528
2529  adds a line at the top of the current cell / row or of a selection
2530 \end_layout
2531
2532 \begin_layout Labeling
2533 \labelwidthstring 00.00.0000
2534 \begin_inset Info
2535 type  "icon"
2536 arg   "tabular-feature toggle-line-bottom"
2537 \end_inset
2538
2539  adds a line at the bottom of the current cell / row or of a selection
2540 \end_layout
2541
2542 \begin_layout Labeling
2543 \labelwidthstring 00.00.0000
2544 \begin_inset Info
2545 type  "icon"
2546 arg   "tabular-feature toggle-line-left"
2547 \end_inset
2548
2549  adds a line at the left side of the current cell / row or of a selection
2550 \end_layout
2551
2552 \begin_layout Labeling
2553 \labelwidthstring 00.00.0000
2554 \begin_inset Info
2555 type  "icon"
2556 arg   "tabular-feature toggle-line-right"
2557 \end_inset
2558
2559  adds a line at the right side of the current cell / row or of a selection
2560 \end_layout
2561
2562 \begin_layout Labeling
2563 \labelwidthstring 00.00.0000
2564 \begin_inset Info
2565 type  "icon"
2566 arg   "tabular-feature set-all-lines"
2567 \end_inset
2568
2569  adds lines around the current or selected cells - if the current cell no
2570  multicolumn cell this also affects the current row and column
2571 \end_layout
2572
2573 \begin_layout Labeling
2574 \labelwidthstring 00.00.0000
2575 \begin_inset Info
2576 type  "icon"
2577 arg   "tabular-feature unset-all-lines"
2578 \end_inset
2579
2580  deletes all lines of the current or selected cells - if the current cell
2581  no multicolumn cell this also affects the current row and column
2582 \end_layout
2583
2584 \begin_layout Labeling
2585 \labelwidthstring 00.00.0000
2586 \begin_inset Info
2587 type  "icon"
2588 arg   "tabular-feature m-align-left"
2589 \end_inset
2590
2591  left-aligns the content of the current cell / column
2592 \end_layout
2593
2594 \begin_layout Labeling
2595 \labelwidthstring 00.00.0000
2596 \begin_inset Info
2597 type  "icon"
2598 arg   "tabular-feature m-align-center"
2599 \end_inset
2600
2601  centers the content of the current cell / column horizontally
2602 \end_layout
2603
2604 \begin_layout Labeling
2605 \labelwidthstring 00.00.0000
2606 \begin_inset Info
2607 type  "icon"
2608 arg   "tabular-feature m-align-right"
2609 \end_inset
2610
2611  right-aligns the content of the current cell / column
2612 \end_layout
2613
2614 \begin_layout Labeling
2615 \labelwidthstring 00.00.0000
2616 \begin_inset Info
2617 type  "icon"
2618 arg   "tabular-feature align-decimal"
2619 \end_inset
2620
2621  aligns the content of the current column at a character
2622 \end_layout
2623
2624 \begin_layout Labeling
2625 \labelwidthstring 00.00.0000
2626 \begin_inset Info
2627 type  "icon"
2628 arg   "tabular-feature m-valign-top"
2629 \end_inset
2630
2631  aligns the content of the current cell vertically to the top
2632 \end_layout
2633
2634 \begin_layout Labeling
2635 \labelwidthstring 00.00.0000
2636 \begin_inset Info
2637 type  "icon"
2638 arg   "tabular-feature m-valign-middle"
2639 \end_inset
2640
2641  centers the content of the current cell vertically
2642 \end_layout
2643
2644 \begin_layout Labeling
2645 \labelwidthstring 00.00.0000
2646 \begin_inset Info
2647 type  "icon"
2648 arg   "tabular-feature m-valign-bottom"
2649 \end_inset
2650
2651  aligns the content of the current cell vertically to the bottom
2652 \end_layout
2653
2654 \begin_layout Labeling
2655 \labelwidthstring 00.00.0000
2656 \begin_inset Info
2657 type  "icon"
2658 arg   "tabular-feature set-rotate-cell"
2659 \end_inset
2660
2661  rotates the current cell or selection counter-clockwise by 90°
2662 \end_layout
2663
2664 \begin_layout Labeling
2665 \labelwidthstring 00.00.0000
2666 \begin_inset Info
2667 type  "icon"
2668 arg   "tabular-feature set-rotate-tabular"
2669 \end_inset
2670
2671  rotates the whole table counter-clockwise by 90°
2672 \end_layout
2673
2674 \begin_layout Labeling
2675 \labelwidthstring 00.00.0000
2676 \begin_inset Info
2677 type  "icon"
2678 arg   "tabular-feature multicolumn"
2679 \end_inset
2680
2681  sets the current cell or selection as a multicolumn
2682 \end_layout
2683
2684 \begin_layout Labeling
2685 \labelwidthstring 00.00.0000
2686 \begin_inset Info
2687 type  "icon"
2688 arg   "tabular-feature multirow"
2689 \end_inset
2690
2691  sets the current cell or selection as a multirow
2692 \end_layout
2693
2694 \begin_layout Standard
2695 \begin_inset Note Greyedout
2696 status open
2697
2698 \begin_layout Plain Layout
2699
2700 \series bold
2701 Note:
2702 \series default
2703  For the output the vertical alignment of the first cell in a row is used
2704  for all following cells in the row.
2705 \end_layout
2706
2707 \end_inset
2708
2709
2710 \end_layout
2711
2712 \begin_layout Section
2713 Edit Table Menu
2714 \begin_inset Index idx
2715 status collapsed
2716
2717 \begin_layout Plain Layout
2718 Table ! Edit Menu
2719 \end_layout
2720
2721 \end_inset
2722
2723
2724 \end_layout
2725
2726 \begin_layout Standard
2727 In addition to the table dialog and toolbar, the menu 
2728 \family sans
2729 Edit\SpecialChar menuseparator
2730 Table
2731 \family default
2732  allows you to add and delete border lines for the current row/column and
2733  to set the current selection as multicolumn.
2734  The menu is only available when the cursor is inside a table.
2735 \end_layout
2736
2737 \begin_layout Section
2738 Table Floats
2739 \begin_inset CommandInset label
2740 LatexCommand label
2741 name "sec:Table-Floats"
2742
2743 \end_inset
2744
2745
2746 \begin_inset Index idx
2747 status collapsed
2748
2749 \begin_layout Plain Layout
2750 Floats ! Tables
2751 \end_layout
2752
2753 \end_inset
2754
2755
2756 \begin_inset Index idx
2757 status collapsed
2758
2759 \begin_layout Plain Layout
2760 Table ! Floats
2761 \end_layout
2762
2763 \end_inset
2764
2765
2766 \end_layout
2767
2768 \begin_layout Standard
2769 For general explanations about floats, have a look at section
2770 \begin_inset space ~
2771 \end_inset
2772
2773
2774 \begin_inset CommandInset ref
2775 LatexCommand ref
2776 reference "sec:FloatIntroduction"
2777
2778 \end_inset
2779
2780 .
2781 \end_layout
2782
2783 \begin_layout Standard
2784 \begin_inset Float table
2785 placement h
2786 wide false
2787 sideways false
2788 status open
2789
2790 \begin_layout Plain Layout
2791 \begin_inset Caption Standard
2792
2793 \begin_layout Plain Layout
2794 \begin_inset CommandInset label
2795 LatexCommand label
2796 name "tab:a table float"
2797
2798 \end_inset
2799
2800 A table float.
2801 \end_layout
2802
2803 \end_inset
2804
2805
2806 \end_layout
2807
2808 \begin_layout Plain Layout
2809 \align center
2810 \begin_inset Tabular
2811 <lyxtabular version="3" rows="3" columns="3">
2812 <features tabularvalignment="middle">
2813 <column alignment="center" valignment="top" width="0pt">
2814 <column alignment="center" valignment="top" width="0pt">
2815 <column alignment="center" valignment="top" width="0pt">
2816 <row>
2817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2818 \begin_inset Text
2819
2820 \begin_layout Plain Layout
2821
2822 \family roman
2823 \series medium
2824 \shape up
2825 \size normal
2826 \emph off
2827 \bar no
2828 \noun off
2829 \color none
2830 1
2831 \end_layout
2832
2833 \end_inset
2834 </cell>
2835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Plain Layout
2839
2840 \family roman
2841 \series medium
2842 \shape up
2843 \size normal
2844 \emph off
2845 \bar no
2846 \noun off
2847 \color none
2848 2
2849 \end_layout
2850
2851 \end_inset
2852 </cell>
2853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2854 \begin_inset Text
2855
2856 \begin_layout Plain Layout
2857
2858 \family roman
2859 \series medium
2860 \shape up
2861 \size normal
2862 \emph off
2863 \bar no
2864 \noun off
2865 \color none
2866 3
2867 \end_layout
2868
2869 \end_inset
2870 </cell>
2871 </row>
2872 <row>
2873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2874 \begin_inset Text
2875
2876 \begin_layout Plain Layout
2877
2878 \family roman
2879 \series medium
2880 \shape up
2881 \size normal
2882 \emph off
2883 \bar no
2884 \noun off
2885 \color none
2886 Joe
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895
2896 \family roman
2897 \series medium
2898 \shape up
2899 \size normal
2900 \emph off
2901 \bar no
2902 \noun off
2903 \color none
2904 Mary
2905 \end_layout
2906
2907 \end_inset
2908 </cell>
2909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2910 \begin_inset Text
2911
2912 \begin_layout Plain Layout
2913
2914 \family roman
2915 \series medium
2916 \shape up
2917 \size normal
2918 \emph off
2919 \bar no
2920 \noun off
2921 \color none
2922 Ted
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 </row>
2928 <row>
2929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2930 \begin_inset Text
2931
2932 \begin_layout Plain Layout
2933
2934 \family roman
2935 \series medium
2936 \shape up
2937 \size normal
2938 \emph off
2939 \bar no
2940 \noun off
2941 \color none
2942 \begin_inset Formula $\int x^{2}dx$
2943 \end_inset
2944
2945
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2951 \begin_inset Text
2952
2953 \begin_layout Plain Layout
2954
2955 \family roman
2956 \series medium
2957 \shape up
2958 \size normal
2959 \emph off
2960 \bar no
2961 \noun off
2962 \color none
2963 \begin_inset Formula $\left[\begin{array}{cc}
2964 a & b\\
2965 c & d
2966 \end{array}\right]$
2967 \end_inset
2968
2969
2970 \end_layout
2971
2972 \end_inset
2973 </cell>
2974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2975 \begin_inset Text
2976
2977 \begin_layout Plain Layout
2978
2979 \family roman
2980 \series medium
2981 \shape up
2982 \size normal
2983 \emph off
2984 \bar no
2985 \noun off
2986 \color none
2987 \begin_inset Formula $1+1=2$
2988 \end_inset
2989
2990
2991 \end_layout
2992
2993 \end_inset
2994 </cell>
2995 </row>
2996 </lyxtabular>
2997
2998 \end_inset
2999
3000
3001 \end_layout
3002
3003 \end_inset
3004
3005
3006 \end_layout
3007
3008 \begin_layout Standard
3009 Table floats can be inserted using the menu 
3010 \family sans
3011 Insert\SpecialChar menuseparator
3012 Float\SpecialChar menuseparator
3013 Table
3014 \family default
3015  or the toolbar button 
3016 \begin_inset Info
3017 type  "icon"
3018 arg   "float-insert table"
3019 \end_inset
3020
3021 .
3022 \end_layout
3023
3024 \begin_layout Standard
3025 The float appears as a collapsible box with a caption that has the label
3026  
3027 \begin_inset Quotes eld
3028 \end_inset
3029
3030 Table
3031 \begin_inset space ~
3032 \end_inset
3033
3034 #:
3035 \begin_inset Quotes erd
3036 \end_inset
3037
3038  (# is the actual table number).
3039  You can insert tables in the float above or below the caption.
3040 \end_layout
3041
3042 \begin_layout Standard
3043 Table
3044 \begin_inset space ~
3045 \end_inset
3046
3047
3048 \begin_inset CommandInset ref
3049 LatexCommand ref
3050 reference "tab:a table float"
3051
3052 \end_inset
3053
3054  is an example table within a table float.
3055 \end_layout
3056
3057 \begin_layout Standard
3058 Having the caption above the table is the common rule that is unfortunately
3059  not supported in \SpecialChar LaTeX
3060 's standard classes.
3061  This means that, if you are using the document classes 
3062 \family sans
3063 article
3064 \family default
3065
3066 \family sans
3067 book
3068 \family default
3069
3070 \family sans
3071 letter
3072 \family default
3073 , or 
3074 \family sans
3075 report
3076 \family default
3077 , there will be no space between the caption and the table.
3078  To insert the needed space, add the following option to the load command
3079  of the \SpecialChar LaTeX
3080 -package 
3081 \series bold
3082 caption
3083 \series default
3084
3085 \begin_inset Index idx
3086 status collapsed
3087
3088 \begin_layout Plain Layout
3089 \SpecialChar LaTeX
3090 -packages ! caption
3091 \end_layout
3092
3093 \end_inset
3094
3095  in your document preamble:
3096 \begin_inset Foot
3097 status collapsed
3098
3099 \begin_layout Plain Layout
3100 For more information have a look at section
3101 \begin_inset space ~
3102 \end_inset
3103
3104
3105 \begin_inset CommandInset ref
3106 LatexCommand ref
3107 reference "sec:Caption-Placement"
3108
3109 \end_inset
3110
3111 .
3112 \end_layout
3113
3114 \end_inset
3115
3116
3117 \end_layout
3118
3119 \begin_layout Standard
3120
3121 \series bold
3122 tableposition=top
3123 \end_layout
3124
3125 \begin_layout Standard
3126 The package 
3127 \series bold
3128 caption
3129 \series default
3130 , which is described in section
3131 \begin_inset space ~
3132 \end_inset
3133
3134
3135 \begin_inset CommandInset ref
3136 LatexCommand ref
3137 reference "sec:Caption-Formatting"
3138
3139 \end_inset
3140
3141 , is used to adjust the caption format.
3142 \end_layout
3143
3144 \begin_layout Standard
3145 \begin_inset Index idx
3146 status collapsed
3147
3148 \begin_layout Plain Layout
3149 References ! to Tables
3150 \end_layout
3151
3152 \end_inset
3153
3154 Tables can be cross-referenced in the text by referencing their label.
3155  To do this insert a label in the caption using the menu 
3156 \family sans
3157 Insert\SpecialChar menuseparator
3158 Label
3159 \family default
3160  or the toolbar button 
3161 \begin_inset Info
3162 type  "icon"
3163 arg   "label-insert"
3164 \end_inset
3165
3166 .
3167  You can now refer to the label using the menu 
3168 \family sans
3169 Insert\SpecialChar menuseparator
3170 Cross
3171 \begin_inset space ~
3172 \end_inset
3173
3174 reference
3175 \family default
3176  or the toolbar button 
3177 \begin_inset Info
3178 type  "icon"
3179 arg   "dialog-show-new-inset ref"
3180 \end_inset
3181
3182 .
3183 \begin_inset Newline newline
3184 \end_inset
3185
3186 Referencing is explained in detail in section
3187 \begin_inset space ~
3188 \end_inset
3189
3190
3191 \begin_inset CommandInset ref
3192 LatexCommand ref
3193 reference "sec:Referencing-Floats"
3194
3195 \end_inset
3196
3197 .
3198 \end_layout
3199
3200 \begin_layout Section
3201
3202 \family sans
3203 Multi-page Table
3204 \family default
3205 s
3206 \begin_inset CommandInset label
3207 LatexCommand label
3208 name "sec:Multi-page-Tables"
3209
3210 \end_inset
3211
3212
3213 \begin_inset Index idx
3214 status collapsed
3215
3216 \begin_layout Plain Layout
3217 Multi-page Table
3218 \end_layout
3219
3220 \end_inset
3221
3222
3223 \begin_inset Index idx
3224 status collapsed
3225
3226 \begin_layout Plain Layout
3227 Table ! Multi-page Table
3228 \end_layout
3229
3230 \end_inset
3231
3232
3233 \end_layout
3234
3235 \begin_layout Standard
3236 If the table is too long to fit on one page, you can use the option 
3237 \family sans
3238 Use
3239 \begin_inset space ~
3240 \end_inset
3241
3242 multi-page
3243 \family default
3244  table in the tab 
3245 \family sans
3246 Multi-page
3247 \begin_inset space ~
3248 \end_inset
3249
3250 table
3251 \family default
3252  of the table dialog to split the table automatically over more pages.
3253  Doing this enables the following options:
3254 \end_layout
3255
3256 \begin_layout Description
3257 Header: The current row is defined to be a header row that appears on all
3258  pages of the multi-page table; except for the first page, if 
3259 \family sans
3260 First
3261 \begin_inset space ~
3262 \end_inset
3263
3264 header
3265 \family default
3266  is defined.
3267  This is therefore called the main header.
3268 \end_layout
3269
3270 \begin_layout Description
3271 First
3272 \begin_inset space ~
3273 \end_inset
3274
3275 header: The current row is defined to be a header row that appears on the
3276  first page of the multi-page table.
3277 \end_layout
3278
3279 \begin_layout Description
3280 Footer: The current row is defined to be a footer row that appears on all
3281  pages of the multi-page table; except for the last page, if 
3282 \family sans
3283 Last
3284 \begin_inset space ~
3285 \end_inset
3286
3287 footer
3288 \family default
3289  is defined.
3290 \end_layout
3291
3292 \begin_layout Description
3293 Last
3294 \begin_inset space ~
3295 \end_inset
3296
3297 footer: The current row is defined to be a footer row that appears on the
3298  last page of the multi-page table.
3299 \end_layout
3300
3301 \begin_layout Description
3302 Caption: The current row contains the table caption.
3303  The row is reset as single column and a caption is inserted.
3304  More about multi-page table captions is explained in sec.
3305 \begin_inset space \thinspace{}
3306 \end_inset
3307
3308
3309 \begin_inset CommandInset ref
3310 LatexCommand ref
3311 reference "subsec:Multi-page-Table-Captions"
3312
3313 \end_inset
3314
3315 .
3316 \end_layout
3317
3318 \begin_layout Standard
3319 You can also specify a row where the table is split.
3320  See the following multi-page table to see how it works:
3321 \begin_inset Separator latexpar
3322 \end_inset
3323
3324
3325 \end_layout
3326
3327 \begin_layout Standard
3328 \align center
3329 \begin_inset Tabular
3330 <lyxtabular version="3" rows="69" columns="3">
3331 <features islongtable="true" longtabularalignment="center">
3332 <column alignment="left" valignment="top" width="0cm">
3333 <column alignment="left" valignment="top" width="0pt">
3334 <column alignment="center" valignment="top" width="0pt">
3335 <row endfirsthead="true">
3336 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \series bold
3342 Example Phone List (ignore the names)
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 </row>
3366 <row endfirsthead="true">
3367 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371
3372 \series bold
3373 NAME
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391
3392 \series bold
3393 TEL.
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 </row>
3399 <row endhead="true">
3400 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404
3405 \series bold
3406 Example Phone List
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 </row>
3430 <row endhead="true">
3431 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435
3436 \series bold
3437 NAME
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455
3456 \series bold
3457 TEL.
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 </row>
3463 <row endfoot="true">
3464 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468  continued on next page
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 </row>
3492 <row>
3493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497
3498 \series bold
3499 Annovi
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell alignment="center" valignment="top" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508 Silvia
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517 111
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 </row>
3523 <row>
3524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528
3529 \series bold
3530 Bertoli
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell alignment="center" valignment="top" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 Stefano
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 111
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 </row>
3554 <row>
3555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559
3560 \series bold
3561 Bozzi
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 Walter
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 111
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 </row>
3585 <row>
3586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590
3591 \series bold
3592 Cachia
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 Maria
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 111
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 </row>
3616 <row>
3617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621
3622 \series bold
3623 Cachia
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell alignment="center" valignment="top" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632 Maurizio
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 111
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 </row>
3647 <row>
3648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652
3653 \series bold
3654 Cinquemani
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell alignment="center" valignment="top" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663 Giusi
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 111
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 </row>
3678 <row>
3679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683
3684 \series bold
3685 Colin
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 <cell alignment="center" valignment="top" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694 Bernard
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 111
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 </row>
3709 <row>
3710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714
3715 \series bold
3716 Concli
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 Gianfranco
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 111
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 </row>
3740 <row>
3741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745
3746 \series bold
3747 Dal Bosco
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 <cell alignment="center" valignment="top" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756 Carolina
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765 111
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 </row>
3771 <row>
3772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776
3777 \series bold
3778 Dalpiaz
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787 Annamaria
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 111
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 </row>
3802 <row>
3803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807
3808 \series bold
3809 Feliciello
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 Domenico
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 111
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 </row>
3833 <row>
3834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838
3839 \series bold
3840 Focarelli
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 <cell alignment="center" valignment="top" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849 Paola
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 111
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 </row>
3864 <row>
3865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869
3870 \series bold
3871 Galletti
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 <cell alignment="center" valignment="top" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880 Oreste
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 111
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 </row>
3895 <row>
3896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900
3901 \series bold
3902 Gasparini
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 <cell alignment="center" valignment="top" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911 Franca
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920 111
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 </row>
3926 <row>
3927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931
3932 \series bold
3933 Rizzardi
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 <cell alignment="center" valignment="top" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942 Paola
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 111
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 </row>
3957 <row>
3958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962
3963 \series bold
3964 Lassini
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 <cell alignment="center" valignment="top" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973 Giancarlo
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 111
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 </row>
3988 <row>
3989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993
3994 \series bold
3995 Malfatti
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 <cell alignment="center" valignment="top" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004 Luciano
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 111
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 </row>
4019 <row>
4020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024
4025 \series bold
4026 Malfatti
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 <cell alignment="center" valignment="top" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035 Valeriano
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044 111
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 </row>
4050 <row>
4051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055
4056 \series bold
4057 Meneguzzo
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 <cell alignment="center" valignment="top" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066 Roberto
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 111
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 </row>
4081 <row>
4082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086
4087 \series bold
4088 Mezzadra
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 <cell alignment="center" valignment="top" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097 Roberto
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 111
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 </row>
4112 <row>
4113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117
4118 \series bold
4119 Pirpamer
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 <cell alignment="center" valignment="top" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128 Erich
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137 111
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 </row>
4143 <row>
4144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148
4149 \series bold
4150 Pochiesa
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 <cell alignment="center" valignment="top" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159 Paolo
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168 111, 222
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 </row>
4174 <row>
4175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179
4180 \series bold
4181 Radina
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 <cell alignment="center" valignment="top" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190 Claudio
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199 111
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 </row>
4205 <row>
4206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210
4211 \series bold
4212 Stuffer
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 Oskar
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 111
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 </row>
4236 <row>
4237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241
4242 \series bold
4243 Tacchelli
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 <cell alignment="center" valignment="top" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252 Ugo
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261 111
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 </row>
4267 <row>
4268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272
4273 \series bold
4274 Tezzele
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 <cell alignment="center" valignment="top" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283 Margit
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 111
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 </row>
4298 <row>
4299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303
4304 \series bold
4305 Unterkalmsteiner
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 <cell alignment="center" valignment="top" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314 Frieda
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323 111
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 </row>
4329 <row>
4330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334
4335 \series bold
4336 Vieider
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 <cell alignment="center" valignment="top" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345 Hilde
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354 111
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 </row>
4360 <row>
4361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365
4366 \series bold
4367 Vigna
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 <cell alignment="center" valignment="top" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376 Jürgen
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385 111
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 </row>
4391 <row>
4392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396
4397 \series bold
4398 Weber
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 <cell alignment="center" valignment="top" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407 Maurizio
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416 111
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 </row>
4422 <row>
4423 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427
4428 \series bold
4429 Winkler
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438 Franz
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 111
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 </row>
4453 <row>
4454 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458  
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 </row>
4482 <row>
4483 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487
4488 \series bold
4489 Annovi
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498 Silvia
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 555
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 </row>
4513 <row>
4514 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518
4519 \series bold
4520 Bertoli
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 Stefano
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 555
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 </row>
4544 <row>
4545 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549
4550 \series bold
4551 Bozzi
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 Walter
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 555
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 </row>
4575 <row>
4576 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580
4581 \series bold
4582 Cachia
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 <cell alignment="center" valignment="top" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591 Maria
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600 555
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 </row>
4606 <row>
4607 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611
4612 \series bold
4613 Cachia
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 <cell alignment="center" valignment="top" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622 Maurizio
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 555
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 </row>
4637 <row>
4638 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642
4643 \series bold
4644 Cinquemani
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 <cell alignment="center" valignment="top" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653 Giusi
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 555
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 </row>
4668 <row>
4669 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673
4674 \series bold
4675 Colin
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 <cell alignment="center" valignment="top" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684 Bernard
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 555
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 </row>
4699 <row>
4700 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704
4705 \series bold
4706 Concli
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 <cell alignment="center" valignment="top" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715 Gianfranco
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 555
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 </row>
4730 <row>
4731 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735
4736 \series bold
4737 Dal Bosco
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 <cell alignment="center" valignment="top" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746 Carolina
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 555
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 </row>
4761 <row>
4762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766
4767 \series bold
4768 Dalpiaz
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 <cell alignment="center" valignment="top" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777 Annamaria
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 555
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 </row>
4792 <row>
4793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797
4798 \series bold
4799 Feliciello
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 <cell alignment="center" valignment="top" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808 Domenico
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 555
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 </row>
4823 <row>
4824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828
4829 \series bold
4830 Focarelli
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 <cell alignment="center" valignment="top" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839 Paola
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 555
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 </row>
4854 <row>
4855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859
4860 \series bold
4861 Galletti
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870 Oreste
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 555
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 </row>
4885 <row>
4886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890
4891 \series bold
4892 Gasparini
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 Franca
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 555
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 </row>
4916 <row>
4917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921
4922 \series bold
4923 Rizzardi
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 <cell alignment="center" valignment="top" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932 Paola
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 555
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 </row>
4947 <row>
4948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952
4953 \series bold
4954 Lassini
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 <cell alignment="center" valignment="top" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963 Giancarlo
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 555
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 </row>
4978 <row>
4979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983
4984 \series bold
4985 Malfatti
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 <cell alignment="center" valignment="top" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994 Luciano
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 555
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 </row>
5009 <row>
5010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014
5015 \series bold
5016 Malfatti
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 <cell alignment="center" valignment="top" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025 Valeriano
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 555
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 </row>
5040 <row>
5041 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045
5046 \series bold
5047 Meneguzzo
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 <cell alignment="center" valignment="top" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056 Roberto
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065 555
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 </row>
5071 <row>
5072 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076
5077 \series bold
5078 Mezzadra
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 <cell alignment="center" valignment="top" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087 Roberto
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 555
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 </row>
5102 <row>
5103 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107
5108 \series bold
5109 Pirpamer
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 <cell alignment="center" valignment="top" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118 Erich
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127 555
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 </row>
5133 <row>
5134 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138
5139 \series bold
5140 Pochiesa
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 <cell alignment="center" valignment="top" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149 Paolo
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158 555, 222
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 </row>
5164 <row>
5165 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169
5170 \series bold
5171 Radina
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 <cell alignment="center" valignment="top" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180 Claudio
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189 555
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 </row>
5195 <row>
5196 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200
5201 \series bold
5202 Stuffer
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 <cell alignment="center" valignment="top" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211 Oskar
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220 555
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 </row>
5226 <row>
5227 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231
5232 \series bold
5233 Tacchelli
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 <cell alignment="center" valignment="top" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Plain Layout
5242 Ugo
5243 \end_layout
5244
5245 \end_inset
5246 </cell>
5247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251 555
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 </row>
5257 <row>
5258 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262
5263 \series bold
5264 Tezzele
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 <cell alignment="center" valignment="top" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273 Margit
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282 555
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 </row>
5288 <row>
5289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293
5294 \series bold
5295 Unterkalmsteiner
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 <cell alignment="center" valignment="top" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304 Frieda
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313 555
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 </row>
5319 <row>
5320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324
5325 \series bold
5326 Vieider
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 <cell alignment="center" valignment="top" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335 Hilde
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344 555
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 </row>
5350 <row>
5351 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355
5356 \series bold
5357 Vigna
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell alignment="center" valignment="top" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366 Jürgen
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375 999
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 </row>
5381 <row>
5382 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386
5387 \series bold
5388 Weber
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 <cell alignment="center" valignment="top" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397 Maurizio
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406 555
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 </row>
5412 <row>
5413 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417
5418 \series bold
5419 Winkler
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428 Franz
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 555
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 </row>
5443 <row endlastfoot="true">
5444 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 end
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466
5467 \end_layout
5468
5469 \end_inset
5470 </cell>
5471 </row>
5472 </lyxtabular>
5473
5474 \end_inset
5475
5476
5477 \begin_inset ERT
5478 status collapsed
5479
5480 \begin_layout Plain Layout
5481
5482
5483 \backslash
5484 addtocounter{table}{-1}
5485 \end_layout
5486
5487 \end_inset
5488
5489
5490 \begin_inset Note Note
5491 status collapsed
5492
5493 \begin_layout Plain Layout
5494 See the first greyed-out note in section
5495 \begin_inset space ~
5496 \end_inset
5497
5498
5499 \begin_inset CommandInset ref
5500 LatexCommand ref
5501 reference "subsec:Multi-page-Table-Captions"
5502
5503 \end_inset
5504
5505  for an explanation of this command.
5506 \end_layout
5507
5508 \end_inset
5509
5510
5511 \end_layout
5512
5513 \begin_layout Subsection
5514 Footnotes in Multi-page tables
5515 \begin_inset CommandInset label
5516 LatexCommand label
5517 name "subsec:Footnotes-in-Multi-page"
5518
5519 \end_inset
5520
5521
5522 \begin_inset Index idx
5523 status collapsed
5524
5525 \begin_layout Plain Layout
5526 Table ! Multi-page Table ! Footnotes
5527 \end_layout
5528
5529 \end_inset
5530
5531
5532 \end_layout
5533
5534 \begin_layout Standard
5535 Footnotes can be inserted to every Multi-page table cell.
5536  They appear at the bottom of the page where the table cell with the footnote
5537  appears.
5538  Table
5539 \begin_inset space ~
5540 \end_inset
5541
5542
5543 \begin_inset CommandInset ref
5544 LatexCommand ref
5545 reference "tab:DiffCaptions"
5546
5547 \end_inset
5548
5549  has for example a footnote.
5550 \end_layout
5551
5552 \begin_layout Subsection
5553 Multi-page Table Alignment
5554 \begin_inset Index idx
5555 status collapsed
5556
5557 \begin_layout Plain Layout
5558 Table ! Multi-page Table ! Alignment
5559 \end_layout
5560
5561 \end_inset
5562
5563
5564 \end_layout
5565
5566 \begin_layout Standard
5567 The horizontal alignment of multi-page tables can be set in the table settings
5568  dialog.
5569  For left- and right-alignment the table will be directly at the page border.
5570  To add space between the table and the border one has to set the alignment
5571  to center and change the value of the \SpecialChar LaTeX
5572 -lengths 
5573 \series bold
5574
5575 \backslash
5576 LTleft 
5577 \series default
5578 or 
5579 \series bold
5580
5581 \backslash
5582 LTright
5583 \series default
5584  by inserting this line as \SpecialChar TeX
5585  Code before the multi-page table:
5586 \end_layout
5587
5588 \begin_layout Standard
5589
5590 \series bold
5591
5592 \backslash
5593 setlength{
5594 \backslash
5595 LTleft}{value}
5596 \end_layout
5597
5598 \begin_layout Standard
5599 The value can have any of the units listed in Table
5600 \begin_inset space ~
5601 \end_inset
5602
5603
5604 \begin_inset CommandInset ref
5605 LatexCommand ref
5606 reference "tab:Units"
5607
5608 \end_inset
5609
5610 .
5611  
5612 \series bold
5613
5614 \backslash
5615 LTleft
5616 \series default
5617  controls the horizontal distance from the left page border to the multi-page
5618  table, 
5619 \series bold
5620
5621 \backslash
5622 LTright
5623 \series default
5624  the distance from the right side.
5625  The default value for both lengths is 
5626 \series bold
5627
5628 \backslash
5629 fill
5630 \series default
5631 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5632 .
5633 \end_layout
5634
5635 \begin_layout Standard
5636 The following multi-page table was centered and 
5637 \series bold
5638
5639 \backslash
5640 LTleft
5641 \series default
5642  set to 
5643 \family sans
5644 0.1
5645 \backslash
5646 columnwidth
5647 \family default
5648 :
5649 \begin_inset ERT
5650 status collapsed
5651
5652 \begin_layout Plain Layout
5653
5654
5655 \backslash
5656 setlength{
5657 \backslash
5658 LTleft}{0.1
5659 \backslash
5660 columnwidth}
5661 \end_layout
5662
5663 \end_inset
5664
5665
5666 \end_layout
5667
5668 \begin_layout Standard
5669 \begin_inset Tabular
5670 <lyxtabular version="3" rows="5" columns="5">
5671 <features islongtable="true" longtabularalignment="center">
5672 <column alignment="center" valignment="top">
5673 <column alignment="center" valignment="top" width="0pt">
5674 <column alignment="center" valignment="top">
5675 <column alignment="center" valignment="top">
5676 <column alignment="center" valignment="top">
5677 <row>
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682 1
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691 2
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700 3
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 4
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 5
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 </row>
5724 <row>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 asd
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 s
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747 s
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 s
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 asd
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 </row>
5771 <row>
5772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 asd
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 s
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 s
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 s
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 asd
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 </row>
5818 <row>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823 asd
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 s
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 s
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 s
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 asd
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 </row>
5865 <row>
5866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 asd
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 asd
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 asd
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 asd
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 asd
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 </row>
5912 </lyxtabular>
5913
5914 \end_inset
5915
5916
5917 \begin_inset ERT
5918 status collapsed
5919
5920 \begin_layout Plain Layout
5921
5922
5923 \backslash
5924 setlength{
5925 \backslash
5926 LTleft}{
5927 \backslash
5928 fill}
5929 \end_layout
5930
5931 \end_inset
5932
5933
5934 \begin_inset ERT
5935 status collapsed
5936
5937 \begin_layout Plain Layout
5938
5939
5940 \backslash
5941 addtocounter{table}{-1}
5942 \end_layout
5943
5944 \end_inset
5945
5946
5947 \begin_inset Note Note
5948 status collapsed
5949
5950 \begin_layout Plain Layout
5951 See the first greyed-out note in section
5952 \begin_inset space ~
5953 \end_inset
5954
5955
5956 \begin_inset CommandInset ref
5957 LatexCommand ref
5958 reference "subsec:Multi-page-Table-Captions"
5959
5960 \end_inset
5961
5962  for an explanation of this command.
5963 \end_layout
5964
5965 \end_inset
5966
5967
5968 \end_layout
5969
5970 \begin_layout Subsection
5971 Multi-page Table Captions
5972 \begin_inset Index idx
5973 status collapsed
5974
5975 \begin_layout Plain Layout
5976 Table ! Multi-page Table ! Captions
5977 \end_layout
5978
5979 \end_inset
5980
5981
5982 \begin_inset CommandInset label
5983 LatexCommand label
5984 name "subsec:Multi-page-Table-Captions"
5985
5986 \end_inset
5987
5988
5989 \end_layout
5990
5991 \begin_layout Standard
5992 A multi-page table cannot be put into a table float because floats can only
5993  be on one page.
5994  But the caption environment of floats can also be used for multi-page tables
5995  when you use the multi-page table option 
5996 \family sans
5997 Caption
5998 \family default
5999  as described in sec.
6000 \begin_inset space \thinspace{}
6001 \end_inset
6002
6003
6004 \begin_inset CommandInset ref
6005 LatexCommand ref
6006 reference "sec:Multi-page-Tables"
6007
6008 \end_inset
6009
6010 .
6011  Only one table row should contain a caption, either a header or a footer
6012  row.
6013 \end_layout
6014
6015 \begin_layout Standard
6016 Here is a short multi-page table to see how it works:
6017 \end_layout
6018
6019 \begin_layout Standard
6020 \begin_inset Tabular
6021 <lyxtabular version="3" rows="6" columns="5">
6022 <features islongtable="true" longtabularalignment="center">
6023 <column alignment="center" valignment="top">
6024 <column alignment="center" valignment="top">
6025 <column alignment="center" valignment="top">
6026 <column alignment="center" valignment="top">
6027 <column alignment="center" valignment="top">
6028 <row endfirsthead="true" caption="true">
6029 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 \begin_inset Caption Standard
6034
6035 \begin_layout Plain Layout
6036 Multi-page table with caption
6037 \begin_inset Argument 1
6038 status open
6039
6040 \begin_layout Plain Layout
6041 Multi-page table
6042 \end_layout
6043
6044 \end_inset
6045
6046
6047 \end_layout
6048
6049 \end_inset
6050
6051
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Plain Layout
6060
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 </row>
6093 <row>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 1
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107 2
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Plain Layout
6116 3
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Plain Layout
6125 4
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Plain Layout
6134 5
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 </row>
6140 <row>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 asd
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154 s
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163 s
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172 s
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181 asd
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 </row>
6187 <row>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 asd
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 s
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 s
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219 s
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228 asd
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 </row>
6234 <row>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 asd
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 s
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 s
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266 s
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 asd
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 </row>
6281 <row>
6282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 asd
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 asd
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 asd
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 asd
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 asd
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 </row>
6328 </lyxtabular>
6329
6330 \end_inset
6331
6332
6333 \end_layout
6334
6335 \begin_layout Standard
6336 \begin_inset VSpace medskip
6337 \end_inset
6338
6339
6340 \begin_inset Note Greyedout
6341 status open
6342
6343 \begin_layout Plain Layout
6344
6345 \series bold
6346 Note
6347 \begin_inset space ~
6348 \end_inset
6349
6350 1:
6351 \series default
6352  The table number is increased for every multi-page table, even if you did
6353  not set a caption for it.
6354  For this reason you could have the case that e.
6355 \begin_inset space \thinspace{}
6356 \end_inset
6357
6358 g.
6359 \begin_inset space \space{}
6360 \end_inset
6361
6362 Table
6363 \begin_inset space ~
6364 \end_inset
6365
6366 2.4 follows Table
6367 \begin_inset space ~
6368 \end_inset
6369
6370 2.1 in the list of tables if there are two multi-page tables without captions.
6371  To avoid this you can add the following command in \SpecialChar TeX
6372  Code after every multi-page
6373  table without a caption:
6374 \end_layout
6375
6376 \begin_layout Plain Layout
6377
6378 \series bold
6379
6380 \backslash
6381 addtocounter{table}{-1}
6382 \end_layout
6383
6384 \begin_layout Plain Layout
6385 This is not needed when none of your multi-page tables has a caption and
6386  you add the following code to the document preamble:
6387 \end_layout
6388
6389 \begin_layout Plain Layout
6390
6391 \series bold
6392
6393 \backslash
6394 let
6395 \backslash
6396 myEnd
6397 \backslash
6398 endlongtable
6399 \begin_inset Newline newline
6400 \end_inset
6401
6402
6403 \backslash
6404 renewcommand{
6405 \backslash
6406 endlongtable}{
6407 \backslash
6408 myEnd
6409 \backslash
6410 addtocounter{table}{-1}}
6411 \end_layout
6412
6413 \end_inset
6414
6415
6416 \end_layout
6417
6418 \begin_layout Standard
6419 \begin_inset Note Greyedout
6420 status open
6421
6422 \begin_layout Plain Layout
6423
6424 \series bold
6425 Note
6426 \begin_inset space ~
6427 \end_inset
6428
6429 2:
6430 \series default
6431  If you are using
6432 \series bold
6433  hyperref
6434 \series default
6435
6436 \begin_inset Index idx
6437 status collapsed
6438
6439 \begin_layout Plain Layout
6440 \SpecialChar LaTeX
6441 -packages ! hyperref
6442 \end_layout
6443
6444 \end_inset
6445
6446  in the 
6447 \family sans
6448 PDF Properties
6449 \family default
6450  of the 
6451 \family sans
6452 Document Settings
6453 \family default
6454  dialog to link cross-references, the link to a multi-page table caption
6455  will always point to the beginning of the document.
6456 \end_layout
6457
6458 \end_inset
6459
6460
6461 \end_layout
6462
6463 \begin_layout Subsubsection
6464 References to multi-page tables
6465 \begin_inset Index idx
6466 status collapsed
6467
6468 \begin_layout Plain Layout
6469 Table ! Multi-page Table ! References
6470 \end_layout
6471
6472 \end_inset
6473
6474
6475 \end_layout
6476
6477 \begin_layout Standard
6478 \begin_inset Tabular
6479 <lyxtabular version="3" rows="6" columns="5">
6480 <features islongtable="true" longtabularalignment="center">
6481 <column alignment="center" valignment="top">
6482 <column alignment="center" valignment="top">
6483 <column alignment="center" valignment="top">
6484 <column alignment="center" valignment="top">
6485 <column alignment="center" valignment="top">
6486 <row endfirsthead="true" caption="true">
6487 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491 \begin_inset Caption Standard
6492
6493 \begin_layout Plain Layout
6494 Referenced multi-page table
6495 \begin_inset CommandInset label
6496 LatexCommand label
6497 name "tab:Referenced-multi-page-table"
6498
6499 \end_inset
6500
6501
6502 \end_layout
6503
6504 \end_inset
6505
6506
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 </row>
6548 <row>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 1
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 2
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 3
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580 4
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 5
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 </row>
6595 <row>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 asd
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 s
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 s
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 s
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 asd
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 </row>
6642 <row>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 asd
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 s
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 s
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 s
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 asd
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 </row>
6689 <row>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 asd
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 s
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 s
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 s
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 asd
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 </row>
6736 <row>
6737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 asd
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750 sad
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 asd
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 asd
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 asd
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 </row>
6783 </lyxtabular>
6784
6785 \end_inset
6786
6787
6788 \end_layout
6789
6790 \begin_layout Standard
6791 To reference a multi-page table, insert a label into the caption.
6792 \end_layout
6793
6794 \begin_layout Standard
6795 This is a reference to Table
6796 \begin_inset space ~
6797 \end_inset
6798
6799
6800 \begin_inset CommandInset ref
6801 LatexCommand ref
6802 reference "tab:Referenced-multi-page-table"
6803
6804 \end_inset
6805
6806 .
6807 \end_layout
6808
6809 \begin_layout Standard
6810 The caption layout can be set together with all other captions of your document
6811  using the \SpecialChar LaTeX
6812 -package 
6813 \series bold
6814 caption
6815 \series default
6816
6817 \begin_inset Index idx
6818 status collapsed
6819
6820 \begin_layout Plain Layout
6821 \SpecialChar LaTeX
6822 -packages ! caption
6823 \end_layout
6824
6825 \end_inset
6826
6827 , see section
6828 \begin_inset space ~
6829 \end_inset
6830
6831
6832 \begin_inset CommandInset ref
6833 LatexCommand ref
6834 reference "sec:Caption-Formatting"
6835
6836 \end_inset
6837
6838 .
6839 \end_layout
6840
6841 \begin_layout Subsubsection
6842 Caption Width
6843 \begin_inset Index idx
6844 status collapsed
6845
6846 \begin_layout Plain Layout
6847 Table ! Multi-page Table ! Caption Width
6848 \end_layout
6849
6850 \end_inset
6851
6852
6853 \end_layout
6854
6855 \begin_layout Standard
6856 The maximal width of caption lines is defined by the length 
6857 \series bold
6858
6859 \backslash
6860 LTcapwidth
6861 \series default
6862 .
6863  Its default value is 4
6864 \begin_inset space \thinspace{}
6865 \end_inset
6866
6867 in.
6868  To change it add the following command to your document preamble or as
6869  \SpecialChar TeX
6870  Code into your document before the multi-page table that should be affected
6871 \end_layout
6872
6873 \begin_layout Standard
6874
6875 \series bold
6876
6877 \backslash
6878 setlength{
6879 \backslash
6880 LTcapwidth}{width}
6881 \end_layout
6882
6883 \begin_layout Standard
6884 where the 
6885 \family sans
6886 width
6887 \family default
6888  can have one of the units listed in appendix
6889 \begin_inset space ~
6890 \end_inset
6891
6892
6893 \begin_inset CommandInset ref
6894 LatexCommand ref
6895 reference "cha:Units-available-in"
6896
6897 \end_inset
6898
6899 .
6900 \end_layout
6901
6902 \begin_layout Standard
6903 The following tables show the difference:
6904 \end_layout
6905
6906 \begin_layout Standard
6907 \begin_inset Tabular
6908 <lyxtabular version="3" rows="6" columns="5">
6909 <features islongtable="true" longtabularalignment="center">
6910 <column alignment="center" valignment="top">
6911 <column alignment="center" valignment="top">
6912 <column alignment="center" valignment="top">
6913 <column alignment="center" valignment="top">
6914 <column alignment="center" valignment="top">
6915 <row endfirsthead="true" caption="true">
6916 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 \begin_inset Caption Standard
6921
6922 \begin_layout Plain Layout
6923 Long full title with default width long full title with default width long
6924  full title with default width
6925 \begin_inset Argument 1
6926 status collapsed
6927
6928 \begin_layout Plain Layout
6929 caption with default width
6930 \end_layout
6931
6932 \end_inset
6933
6934
6935 \end_layout
6936
6937 \end_inset
6938
6939
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 </row>
6981 <row>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 1
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 2
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 3
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 4
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 5
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 </row>
7028 <row>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 asd
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042 s
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 s
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 s
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 asd
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 </row>
7075 <row>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 asd
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 s
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 s
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 s
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 asd
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 </row>
7122 <row>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 asd
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 s
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 s
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 s
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 asd
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 </row>
7169 <row>
7170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 asd
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 sad
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 asd
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 asd
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 asd
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 </row>
7216 </lyxtabular>
7217
7218 \end_inset
7219
7220
7221 \end_layout
7222
7223 \begin_layout Standard
7224 \begin_inset ERT
7225 status collapsed
7226
7227 \begin_layout Plain Layout
7228
7229
7230 \backslash
7231 setlength{
7232 \backslash
7233 LTcapwidth}{5cm}
7234 \end_layout
7235
7236 \end_inset
7237
7238
7239 \begin_inset Tabular
7240 <lyxtabular version="3" rows="6" columns="5">
7241 <features islongtable="true" longtabularalignment="center">
7242 <column alignment="center" valignment="top">
7243 <column alignment="center" valignment="top">
7244 <column alignment="center" valignment="top">
7245 <column alignment="center" valignment="top">
7246 <column alignment="center" valignment="top">
7247 <row endfirsthead="true" caption="true">
7248 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 \begin_inset Caption Standard
7253
7254 \begin_layout Plain Layout
7255 Long full title with width set to 5
7256 \begin_inset space \thinspace{}
7257 \end_inset
7258
7259 cm long full title with width set to 5
7260 \begin_inset space \thinspace{}
7261 \end_inset
7262
7263 cm long full title with width set to 5
7264 \begin_inset space \thinspace{}
7265 \end_inset
7266
7267 cm
7268 \begin_inset Argument 1
7269 status collapsed
7270
7271 \begin_layout Plain Layout
7272 caption with width
7273 \begin_inset space \thinspace{}
7274 \end_inset
7275
7276 =
7277 \begin_inset space \thinspace{}
7278 \end_inset
7279
7280 5
7281 \begin_inset space \thinspace{}
7282 \end_inset
7283
7284 cm
7285 \end_layout
7286
7287 \end_inset
7288
7289
7290 \end_layout
7291
7292 \end_inset
7293
7294
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7309 \begin_inset Text
7310
7311 \begin_layout Plain Layout
7312
7313 \end_layout
7314
7315 \end_inset
7316 </cell>
7317 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7318 \begin_inset Text
7319
7320 \begin_layout Plain Layout
7321
7322 \end_layout
7323
7324 \end_inset
7325 </cell>
7326 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Plain Layout
7330
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 </row>
7336 <row>
7337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341 1
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 2
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Plain Layout
7359 3
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7365 \begin_inset Text
7366
7367 \begin_layout Plain Layout
7368 4
7369 \end_layout
7370
7371 \end_inset
7372 </cell>
7373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7374 \begin_inset Text
7375
7376 \begin_layout Plain Layout
7377 5
7378 \end_layout
7379
7380 \end_inset
7381 </cell>
7382 </row>
7383 <row>
7384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388 asd
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397 s
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7403 \begin_inset Text
7404
7405 \begin_layout Plain Layout
7406 s
7407 \end_layout
7408
7409 \end_inset
7410 </cell>
7411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7412 \begin_inset Text
7413
7414 \begin_layout Plain Layout
7415 s
7416 \end_layout
7417
7418 \end_inset
7419 </cell>
7420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424 asd
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 </row>
7430 <row>
7431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 asd
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444 s
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453 s
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462 s
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471 asd
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 </row>
7477 <row>
7478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 asd
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 s
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 s
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509 s
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518 asd
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 </row>
7524 <row>
7525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 asd
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 sad
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 asd
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 asd
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Plain Layout
7565 asd
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 </row>
7571 </lyxtabular>
7572
7573 \end_inset
7574
7575
7576 \end_layout
7577
7578 \begin_layout Standard
7579 \begin_inset ERT
7580 status collapsed
7581
7582 \begin_layout Plain Layout
7583
7584
7585 \backslash
7586 setlength{
7587 \backslash
7588 LTcapwidth}{4in}
7589 \end_layout
7590
7591 \end_inset
7592
7593
7594 \end_layout
7595
7596 \begin_layout Standard
7597 \begin_inset Note Greyedout
7598 status open
7599
7600 \begin_layout Plain Layout
7601
7602 \series bold
7603 Note:
7604 \series default
7605  When the \SpecialChar LaTeX
7606 -package 
7607 \series bold
7608 caption
7609 \series default
7610
7611 \begin_inset Index idx
7612 status collapsed
7613
7614 \begin_layout Plain Layout
7615 \SpecialChar LaTeX
7616 -packages ! caption
7617 \end_layout
7618
7619 \end_inset
7620
7621  is used, as in this document, the full page width is used for the caption
7622  when you use the default value of 4
7623 \begin_inset space \thinspace{}
7624 \end_inset
7625
7626 in for 
7627 \series bold
7628
7629 \backslash
7630 LTcapwidth
7631 \series default
7632 .
7633  To get in this case exactly a 4
7634 \begin_inset space \thinspace{}
7635 \end_inset
7636
7637 in wide caption, you can either use a value slightly different from 4.0
7638 \begin_inset space \thinspace{}
7639 \end_inset
7640
7641 in, e.
7642 \begin_inset space \thinspace{}
7643 \end_inset
7644
7645 g.
7646 \begin_inset space \space{}
7647 \end_inset
7648
7649 3.99
7650 \begin_inset space \thinspace{}
7651 \end_inset
7652
7653 in, or the \SpecialChar LaTeX
7654 -command 
7655 \series bold
7656
7657 \backslash
7658 captionsetup{width=value}
7659 \series default
7660  that is provided by the 
7661 \series bold
7662 caption
7663 \series default
7664 -package.
7665 \end_layout
7666
7667 \end_inset
7668
7669
7670 \end_layout
7671
7672 \begin_layout Subsubsection
7673 Different Captions for Table Pages
7674 \begin_inset Index idx
7675 status collapsed
7676
7677 \begin_layout Plain Layout
7678 Table ! Multi-page Table ! Different Captions for Pages
7679 \end_layout
7680
7681 \end_inset
7682
7683
7684 \end_layout
7685
7686 \begin_layout Standard
7687 When the table captions for the following pages should differ from the one
7688  of the first table page, mark a empty row as header which contains a caption.
7689  Then right-click on the caption and select in the context menu 
7690 \family sans
7691 Caption
7692 \begin_inset space ~
7693 \end_inset
7694
7695 (Unnumbered)
7696 \family default
7697 .
7698  Table
7699 \begin_inset space ~
7700 \end_inset
7701
7702
7703 \begin_inset CommandInset ref
7704 LatexCommand ref
7705 reference "tab:DiffCaptions"
7706
7707 \end_inset
7708
7709  is an example of a multi-page table with different heading where the second
7710  caption does not include the table number.
7711 \begin_inset Separator latexpar
7712 \end_inset
7713
7714
7715 \end_layout
7716
7717 \begin_layout Standard
7718 \align center
7719 \begin_inset Tabular
7720 <lyxtabular version="3" rows="59" columns="3">
7721 <features islongtable="true" longtabularalignment="center">
7722 <column alignment="left" valignment="top" width="0cm">
7723 <column alignment="left" valignment="top" width="0pt">
7724 <column alignment="center" valignment="top" width="0pt">
7725 <row endfirsthead="true" caption="true">
7726 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730 \begin_inset Caption Standard
7731
7732 \begin_layout Plain Layout
7733 Example Phone List
7734 \begin_inset CommandInset label
7735 LatexCommand label
7736 name "tab:DiffCaptions"
7737
7738 \end_inset
7739
7740
7741 \begin_inset Argument 1
7742 status collapsed
7743
7744 \begin_layout Plain Layout
7745 Example Phone List
7746 \end_layout
7747
7748 \end_inset
7749
7750
7751 \end_layout
7752
7753 \end_inset
7754
7755
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 </row>
7779 <row endfirsthead="true">
7780 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \series bold
7786 Example Phone List (ignore the names)
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 </row>
7810 <row endfirsthead="true">
7811 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \series bold
7817 NAME
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835
7836 \series bold
7837 TEL.
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 </row>
7843 <row endhead="true" caption="true">
7844 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848 \begin_inset Caption Unnumbered
7849
7850 \begin_layout Plain Layout
7851 Continued Example Phone List
7852 \end_layout
7853
7854 \end_inset
7855
7856
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 </row>
7880 <row endhead="true">
7881 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885
7886 \series bold
7887 Example Phone List
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 </row>
7911 <row endhead="true">
7912 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916
7917 \series bold
7918 NAME
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \series bold
7938 TEL.
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 </row>
7944 <row endfoot="true">
7945 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949 continued on next page
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 </row>
7973 <row>
7974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978
7979 \series bold
7980 Annovi
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 Silvia
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 111
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 </row>
8004 <row>
8005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009
8010 \series bold
8011 Bertoli
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 Stefano
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 111
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 </row>
8035 <row>
8036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040
8041 \series bold
8042 Bozzi
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 Walter
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 111
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 </row>
8066 <row>
8067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071
8072 \series bold
8073 Cachia
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 Maria
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 111
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 </row>
8097 <row>
8098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102
8103 \series bold
8104 Cachia
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 Maurizio
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 111
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 </row>
8128 <row>
8129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133
8134 \series bold
8135 Cinquemani
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 Giusi
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 111
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 </row>
8159 <row>
8160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164
8165 \series bold
8166 Colin
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 Bernard
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 111
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 </row>
8190 <row>
8191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195
8196 \series bold
8197 Concli
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 Gianfranco
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 111
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 </row>
8221 <row>
8222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226
8227 \series bold
8228 Dal Bosco
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 Carolina
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 111
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 </row>
8252 <row>
8253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257
8258 \series bold
8259 Dalpiaz
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 Annamaria
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 111
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 </row>
8283 <row>
8284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288
8289 \series bold
8290 Feliciello
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 Domenico
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 111
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 </row>
8314 <row>
8315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319
8320 \series bold
8321 Focarelli
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 Paola
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 111
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 </row>
8345 <row>
8346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350
8351 \series bold
8352 Galletti
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 Oreste
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370 111
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 </row>
8376 <row>
8377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381
8382 \series bold
8383 Gasparini
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 Franca
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 111
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 </row>
8407 <row>
8408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412
8413 \series bold
8414 Rizzardi
8415 \series default
8416
8417 \begin_inset Foot
8418 status open
8419
8420 \begin_layout Plain Layout
8421 Example footnote
8422 \end_layout
8423
8424 \end_inset
8425
8426
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 Paola
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444 111
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 </row>
8450 <row>
8451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455
8456 \series bold
8457 Lassini
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 Giancarlo
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 111
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 </row>
8481 <row>
8482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486
8487 \series bold
8488 Malfatti
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 Luciano
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506 111
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 </row>
8512 <row>
8513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517
8518 \series bold
8519 Malfatti
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 Valeriano
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 111
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 </row>
8543 <row>
8544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548
8549 \series bold
8550 Meneguzzo
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559 Roberto
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 111
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 </row>
8574 <row>
8575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579
8580 \series bold
8581 Mezzadra
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 Roberto
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 111
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 </row>
8605 <row>
8606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610
8611 \series bold
8612 Pirpamer
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 Erich
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 111
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 </row>
8636 <row>
8637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641
8642 \series bold
8643 Pochiesa
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 Paolo
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 111, 222
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 </row>
8667 <row>
8668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672
8673 \series bold
8674 Radina
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683 Claudio
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692 111
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 </row>
8698 <row>
8699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703
8704 \series bold
8705 Stuffer
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 Oskar
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723 111
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 </row>
8729 <row>
8730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734
8735 \series bold
8736 Tacchelli
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745 Ugo
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754 111
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 </row>
8760 <row>
8761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765
8766 \series bold
8767 Tezzele
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776 Margit
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785 111
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 </row>
8791 <row>
8792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796
8797 \series bold
8798 Unterkalmsteiner
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 Frieda
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816 111
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 </row>
8822 <row>
8823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827
8828 \series bold
8829 Vieider
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 Hilde
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847 111
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 </row>
8853 <row>
8854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858
8859 \series bold
8860 Vigna
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869 Jürgen
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 111
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 </row>
8884 <row>
8885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889
8890 \series bold
8891 Weber
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 Maurizio
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 111
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 </row>
8915 <row>
8916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920
8921 \series bold
8922 Winkler
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 Franz
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 111
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 </row>
8946 <row>
8947 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951  
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 </row>
8975 <row>
8976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980
8981 \series bold
8982 Annovi
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 Silvia
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 555
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 </row>
9006 <row>
9007 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011
9012 \series bold
9013 Bertoli
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 Stefano
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031 555
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 </row>
9037 <row>
9038 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042
9043 \series bold
9044 Bozzi
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 Walter
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062 555
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 </row>
9068 <row>
9069 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073
9074 \series bold
9075 Cachia
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 Maria
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093 555
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 </row>
9099 <row>
9100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104
9105 \series bold
9106 Cachia
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115 Maurizio
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 555
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 </row>
9130 <row>
9131 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135
9136 \series bold
9137 Cinquemani
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146 Giusi
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 555
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 </row>
9161 <row>
9162 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166
9167 \series bold
9168 Colin
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 Bernard
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 555
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 </row>
9192 <row>
9193 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197
9198 \series bold
9199 Concli
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 Gianfranco
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 555
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 </row>
9223 <row>
9224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228
9229 \series bold
9230 Dal Bosco
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 Carolina
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248 555
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 </row>
9254 <row>
9255 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259
9260 \series bold
9261 Dalpiaz
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 Annamaria
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279 555
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 </row>
9285 <row>
9286 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290
9291 \series bold
9292 Feliciello
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 Domenico
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310 555
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 </row>
9316 <row>
9317 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321
9322 \series bold
9323 Focarelli
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 Paola
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341 555
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 </row>
9347 <row>
9348 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352
9353 \series bold
9354 Galletti
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 Oreste
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372 555
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 </row>
9378 <row>
9379 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383
9384 \series bold
9385 Gasparini
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 Franca
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403 555
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 </row>
9409 <row>
9410 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414
9415 \series bold
9416 Rizzardi
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425 Paola
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434 555
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 </row>
9440 <row>
9441 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445
9446 \series bold
9447 Lassini
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456 Giancarlo
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465 555
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 </row>
9471 <row>
9472 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476
9477 \series bold
9478 Malfatti
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487 Luciano
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9493 \begin_inset Text
9494
9495 \begin_layout Plain Layout
9496 555
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 </row>
9502 <row>
9503 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507
9508 \series bold
9509 Malfatti
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518 Valeriano
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9524 \begin_inset Text
9525
9526 \begin_layout Plain Layout
9527 555
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 </row>
9533 <row>
9534 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538
9539 \series bold
9540 Meneguzzo
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549 Roberto
9550 \end_layout
9551
9552 \end_inset
9553 </cell>
9554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Plain Layout
9558 555
9559 \end_layout
9560
9561 \end_inset
9562 </cell>
9563 </row>
9564 <row>
9565 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569
9570 \series bold
9571 Mezzadra
9572 \end_layout
9573
9574 \end_inset
9575 </cell>
9576 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580 Roberto
9581 \end_layout
9582
9583 \end_inset
9584 </cell>
9585 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9586 \begin_inset Text
9587
9588 \begin_layout Plain Layout
9589 555
9590 \end_layout
9591
9592 \end_inset
9593 </cell>
9594 </row>
9595 </lyxtabular>
9596
9597 \end_inset
9598
9599
9600 \end_layout
9601
9602 \begin_layout Section
9603 Special Multi-page Table Issues
9604 \begin_inset CommandInset label
9605 LatexCommand label
9606 name "sec:Special-Longtable-Issues"
9607
9608 \end_inset
9609
9610
9611 \end_layout
9612
9613 \begin_layout Subsection
9614 Multi-page Table Calculation
9615 \begin_inset Index idx
9616 status collapsed
9617
9618 \begin_layout Plain Layout
9619 Table ! Multi-page Table ! Calculation
9620 \end_layout
9621
9622 \end_inset
9623
9624
9625 \end_layout
9626
9627 \begin_layout Standard
9628 \SpecialChar LaTeX
9629  calculates the height of table pages and their page breaks using so called
9630  chunks.
9631  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9632 's memory.
9633  The default value was historically set to only 20
9634 \begin_inset space ~
9635 \end_inset
9636
9637 table rows.
9638  If you are using multi-page tables with many pages this may slow down the
9639  creation of your document.
9640  You can safely increase the chunk size to values of 100
9641 \begin_inset space \thinspace{}
9642 \end_inset
9643
9644 --
9645 \begin_inset space \thinspace{}
9646 \end_inset
9647
9648 1000 by adding this command line to your document preamble:
9649 \end_layout
9650
9651 \begin_layout Standard
9652
9653 \series bold
9654
9655 \backslash
9656 setcounter{LTchunksize}{100}
9657 \end_layout
9658
9659 \begin_layout Subsection
9660 Floats and Multi-page Tables
9661 \begin_inset Index idx
9662 status collapsed
9663
9664 \begin_layout Plain Layout
9665 Table ! Multi-page Table ! Floats
9666 \end_layout
9667
9668 \end_inset
9669
9670
9671 \end_layout
9672
9673 \begin_layout Standard
9674 There might be problems when a float appears on the same page where a multi-page
9675  table starts.
9676  To avoid such a situation, insert a 
9677 \begin_inset Quotes eld
9678 \end_inset
9679
9680 clear page
9681 \begin_inset Quotes erd
9682 \end_inset
9683
9684  (menu 
9685 \family sans
9686 Insert\SpecialChar menuseparator
9687 Formatting\SpecialChar menuseparator
9688 Clear
9689 \begin_inset space ~
9690 \end_inset
9691
9692 Page
9693 \family default
9694 ) before your multi-page table.
9695 \end_layout
9696
9697 \begin_layout Subsection
9698 Forced Page Breaks
9699 \begin_inset Index idx
9700 status collapsed
9701
9702 \begin_layout Plain Layout
9703 Table ! Multi-page Table ! Forced Page Breaks
9704 \end_layout
9705
9706 \end_inset
9707
9708
9709 \end_layout
9710
9711 \begin_layout Standard
9712 By default tables are only broken between rows.
9713  If you have a cell with multiples lines and want to have a page break within
9714  the cell, insert the new line command 
9715 \begin_inset Quotes eld
9716 \end_inset
9717
9718
9719 \series bold
9720
9721 \backslash
9722
9723 \backslash
9724
9725 \series default
9726
9727 \begin_inset Quotes erd
9728 \end_inset
9729
9730  as \SpecialChar TeX
9731  Code at the point of the cell where it can be broken.
9732  Before the 
9733 \series bold
9734
9735 \backslash
9736
9737 \backslash
9738
9739 \series default
9740  command you have to insert in \SpecialChar TeX
9741  Code as many 
9742 \begin_inset Quotes eld
9743 \end_inset
9744
9745
9746 \series bold
9747 &
9748 \series default
9749
9750 \begin_inset Quotes erd
9751 \end_inset
9752
9753  characters as the number of the following table columns.
9754  The 
9755 \series bold
9756 &
9757 \series default
9758  is the character to separate table cells.
9759  Write in \SpecialChar TeX
9760  Code after each 
9761 \series bold
9762 &
9763 \series default
9764  the content of the corresponding following cell and delete the content
9765  of these cells.
9766 \begin_inset Newline newline
9767 \end_inset
9768
9769 After the 
9770 \series bold
9771
9772 \backslash
9773
9774 \backslash
9775
9776 \series default
9777  command, insert as many 
9778 \series bold
9779 &
9780 \series default
9781  characters as the number of table columns before the current column.
9782  In Table
9783 \begin_inset space ~
9784 \end_inset
9785
9786
9787 \begin_inset CommandInset ref
9788 LatexCommand ref
9789 reference "tab:ForcedPagebreak"
9790
9791 \end_inset
9792
9793  the cell that should be broken is in the second column followed by another
9794  column.
9795  Therefore the following command was inserted in the cell as \SpecialChar TeX
9796  Code after
9797  
9798 \begin_inset Quotes eld
9799 \end_inset
9800
9801
9802 \emph on
9803 Castelchiodato,
9804 \emph default
9805
9806 \begin_inset Quotes erd
9807 \end_inset
9808
9809 :
9810 \end_layout
9811
9812 \begin_layout Standard
9813
9814 \series bold
9815 & 111
9816 \backslash
9817
9818 \backslash
9819  
9820 \backslash
9821 newpage
9822 \begin_inset Newline newline
9823 \end_inset
9824
9825 &
9826 \end_layout
9827
9828 \begin_layout Standard
9829 The 
9830 \begin_inset Quotes eld
9831 \end_inset
9832
9833 111
9834 \begin_inset Quotes erd
9835 \end_inset
9836
9837  in the third column of the row was deleted.
9838  
9839 \series bold
9840
9841 \backslash
9842 newpage
9843 \series default
9844  is only needed when a page break should definitely occur at this position,
9845  otherwise it would be a conditional break.
9846  If your footer row of the multi-page table has for a certain reason no
9847  upper line but you would have a horizontal line where the cell is broken,
9848  use this command instead:
9849 \end_layout
9850
9851 \begin_layout Standard
9852
9853 \series bold
9854 & 111
9855 \backslash
9856
9857 \backslash
9858
9859 \begin_inset Newline newline
9860 \end_inset
9861
9862
9863 \backslash
9864 hline &
9865 \end_layout
9866
9867 \begin_layout Standard
9868 When the cell to be broken is in the last column, the command
9869 \end_layout
9870
9871 \begin_layout Standard
9872
9873 \series bold
9874
9875 \backslash
9876 setlength{
9877 \backslash
9878 parfillskip}{0pt}
9879 \end_layout
9880
9881 \begin_layout Standard
9882 must be inserted as \SpecialChar TeX
9883  Code at the beginning of the cell.
9884  This ensures that the part of the cell that will be displayed on the new
9885  page appears with the full width.
9886 \begin_inset Separator latexpar
9887 \end_inset
9888
9889
9890 \end_layout
9891
9892 \begin_layout Standard
9893 \align center
9894 \begin_inset Tabular
9895 <lyxtabular version="3" rows="38" columns="3">
9896 <features islongtable="true" longtabularalignment="center">
9897 <column alignment="left" valignment="top" width="0cm">
9898 <column alignment="left" valignment="top" width="3cm">
9899 <column alignment="center" valignment="top" width="0pt">
9900 <row endfirsthead="true" caption="true">
9901 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 \begin_inset Caption Standard
9906
9907 \begin_layout Plain Layout
9908 Table with forced page break in table cell
9909 \begin_inset CommandInset label
9910 LatexCommand label
9911 name "tab:ForcedPagebreak"
9912
9913 \end_inset
9914
9915
9916 \begin_inset Argument 1
9917 status collapsed
9918
9919 \begin_layout Plain Layout
9920 Table with forced page break in table cell
9921 \end_layout
9922
9923 \end_inset
9924
9925
9926 \end_layout
9927
9928 \end_inset
9929
9930
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row endfirsthead="true">
9955 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \series bold
9961 Example Phone List (ignore the names)
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 </row>
9985 <row endfirsthead="true">
9986 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \series bold
9992 NAME
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010
10011 \series bold
10012 TEL.
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row endhead="true" caption="true">
10019 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 \begin_inset Caption Unnumbered
10024
10025 \begin_layout Plain Layout
10026 Continued Example Phone List
10027 \end_layout
10028
10029 \end_inset
10030
10031
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 </row>
10055 <row endhead="true">
10056 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060
10061 \series bold
10062 Example Phone List
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 </row>
10086 <row endhead="true">
10087 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \series bold
10093 NAME
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \series bold
10113 TEL.
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 </row>
10119 <row endfoot="true">
10120 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 continued on next page
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 </row>
10148 <row>
10149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153
10154 \series bold
10155 Annovi
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 Silvia
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 111
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 </row>
10179 <row>
10180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184
10185 \series bold
10186 Bertoli
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 Stefano
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 111
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 </row>
10210 <row>
10211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215
10216 \series bold
10217 Bozzi
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226 Walter
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235 111
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 </row>
10241 <row>
10242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246
10247 \series bold
10248 Cachia
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257 Maria
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 111
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 </row>
10272 <row>
10273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277
10278 \series bold
10279 Cachia
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 Maurizio
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 111
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 </row>
10303 <row>
10304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308
10309 \series bold
10310 Cinquemani
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319 Giusi
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 111
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 </row>
10334 <row>
10335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339
10340 \series bold
10341 Colin
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 Bernard
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 111
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 </row>
10365 <row>
10366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370
10371 \series bold
10372 Concli
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 Gianfranco
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 111
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 </row>
10396 <row>
10397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401
10402 \series bold
10403 Dal Bosco
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 Carolina
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 111
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 </row>
10427 <row>
10428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432
10433 \series bold
10434 Dalpiaz
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 Annamaria
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 111
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 </row>
10458 <row>
10459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463
10464 \series bold
10465 Feliciello
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 Domenico
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 111
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 </row>
10489 <row>
10490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494
10495 \series bold
10496 Focarelli
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505 Paola
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 111
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 </row>
10520 <row>
10521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525
10526 \series bold
10527 Galletti
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 Oreste
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 111
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 </row>
10551 <row>
10552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556
10557 \series bold
10558 Gasparini
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 Franca
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 111
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 </row>
10582 <row>
10583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \series bold
10589 Lassini
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598 Giancarlo
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 111
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 </row>
10613 <row>
10614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618
10619 \series bold
10620 Malfatti
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629 Luciano
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 111
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 </row>
10644 <row>
10645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649
10650 \series bold
10651 Malfatti
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660 Valeriano
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 111
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 </row>
10675 <row>
10676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680
10681 \series bold
10682 Meneguzzo
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691 Roberto
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 111
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 </row>
10706 <row>
10707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711
10712 \series bold
10713 Mezzadra
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722 Roberto
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 111
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 </row>
10737 <row>
10738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742
10743 \series bold
10744 Pirpamer
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 Erich
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 111
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 <row>
10769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773
10774 \series bold
10775 Pochiesa
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784 Paolo
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 111, 222
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 </row>
10799 <row>
10800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804
10805 \series bold
10806 Radina
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815 Claudio
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824 111
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 </row>
10830 <row>
10831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835
10836 \series bold
10837 Rizzardi
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846 Paolo, 11.
10847  Fürst von Montecompatri, 11.
10848  Fürst von Sulmona und Vivaro, 10.
10849  Fürst von Rossano, 5.
10850  Herzog von Canemorte, 11.
10851  Herzog von Palombara, 5.
10852  Herzog von Castelchiodato,
10853 \begin_inset ERT
10854 status open
10855
10856 \begin_layout Plain Layout
10857
10858 & 111
10859 \backslash
10860
10861 \backslash
10862  
10863 \backslash
10864 newpage
10865 \end_layout
10866
10867 \begin_layout Plain Layout
10868
10869 &
10870 \end_layout
10871
10872 \end_inset
10873
10874  11.
10875  Herzog von Poggionativo, 11.
10876  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10877  Graf von Valinfreda, 11.
10878  Baron von Cropalati, 11.
10879  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 </row>
10894 <row>
10895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \series bold
10901 Stuffer
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 Oskar
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 111
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 </row>
10925 <row>
10926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930
10931 \series bold
10932 Tacchelli
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 Ugo
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 111
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 </row>
10956 <row>
10957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961
10962 \series bold
10963 Tezzele
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972 Margit
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981 111
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 </row>
10987 <row>
10988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992
10993 \series bold
10994 Unterkalmsteiner
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 Frieda
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012 111
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 </row>
11018 <row>
11019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023
11024 \series bold
11025 Vieider
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 Hilde
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 111
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 </row>
11049 <row>
11050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054
11055 \series bold
11056 Vigna
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065 Jürgen
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074 111
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 </row>
11080 <row>
11081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085
11086 \series bold
11087 Weber
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 Maurizio
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 111
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 </row>
11111 <row>
11112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116
11117 \series bold
11118 Winkler
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127 Franz
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 111
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 </row>
11142 </lyxtabular>
11143
11144 \end_inset
11145
11146
11147 \end_layout
11148
11149 \begin_layout Section
11150 Multiple Lines, Columns and Rows
11151 \end_layout
11152
11153 \begin_layout Subsection
11154 Multiple Lines in Table Cells
11155 \begin_inset CommandInset label
11156 LatexCommand label
11157 name "subsec:Multiple-Lines-in"
11158
11159 \end_inset
11160
11161
11162 \begin_inset Index idx
11163 status collapsed
11164
11165 \begin_layout Plain Layout
11166 Multiple Lines in Table Cells
11167 \end_layout
11168
11169 \end_inset
11170
11171
11172 \begin_inset Index idx
11173 status collapsed
11174
11175 \begin_layout Plain Layout
11176 Table ! Linebreaks
11177 \end_layout
11178
11179 \end_inset
11180
11181
11182 \end_layout
11183
11184 \begin_layout Standard
11185 \noindent
11186 \begin_inset Float table
11187 placement H
11188 wide false
11189 sideways false
11190 status open
11191
11192 \begin_layout Plain Layout
11193 \begin_inset Caption Standard
11194
11195 \begin_layout Plain Layout
11196 \begin_inset CommandInset label
11197 LatexCommand label
11198 name "tab:Table-with-multiple"
11199
11200 \end_inset
11201
11202 Table with multiple lines in cells
11203 \end_layout
11204
11205 \end_inset
11206
11207
11208 \end_layout
11209
11210 \begin_layout Plain Layout
11211 \align center
11212 \begin_inset Tabular
11213 <lyxtabular version="3" rows="3" columns="3">
11214 <features tabularvalignment="middle">
11215 <column alignment="center" valignment="middle" width="2.5cm">
11216 <column alignment="center" valignment="middle">
11217 <column alignment="center" valignment="middle">
11218 <row>
11219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 multiple
11224 \begin_inset Newline linebreak
11225 \end_inset
11226
11227 lines
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 b
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 c
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 </row>
11251 <row>
11252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 d
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 e
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 f
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 </row>
11280 <row>
11281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285 g
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 h
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303 i
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 </row>
11309 </lyxtabular>
11310
11311 \end_inset
11312
11313
11314 \end_layout
11315
11316 \end_inset
11317
11318
11319 \end_layout
11320
11321 \begin_layout Standard
11322 Setting a fixed width for a column enables you to enter text as a paragraph
11323  with multiple lines and hyphenation.
11324 \end_layout
11325
11326 \begin_layout Standard
11327 To produce Table
11328 \begin_inset space ~
11329 \end_inset
11330
11331
11332 \begin_inset CommandInset ref
11333 LatexCommand ref
11334 reference "tab:Table-with-multiple"
11335
11336 \end_inset
11337
11338 , create a 3×3 table, mark the first cell and right-click on it.
11339  In the appearing table dialog we set a cell width of 2.5
11340 \begin_inset space \thinspace{}
11341 \end_inset
11342
11343 cm and choose centered for the vertical and horizontal alignment.
11344  The vertical alignment is used for all cells of the row.
11345  As our text is smaller than 2.5
11346 \begin_inset space \thinspace{}
11347 \end_inset
11348
11349 cm, only one line will appear.
11350  To get two lines, a justified line break (shortcut 
11351 \begin_inset Info
11352 type  "shortcut"
11353 arg   "newline-insert linebreak"
11354 \end_inset
11355
11356 ) was added.
11357  If the text is wider than the set cell width, it will automatically be
11358  broken to several lines.
11359 \end_layout
11360
11361 \begin_layout Standard
11362 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11363  by \SpecialChar LaTeX
11364  if it is the first entry.
11365  Therefore you need to insert something to prevent the word not being the
11366  first entry.
11367  So add a horizontal space of 0
11368 \begin_inset space \thinspace{}
11369 \end_inset
11370
11371 pt before the word.
11372  As the space is zero, it doesn't change the output.
11373  Table
11374 \begin_inset space ~
11375 \end_inset
11376
11377
11378 \begin_inset CommandInset ref
11379 LatexCommand ref
11380 reference "tab:Table-with-and"
11381
11382 \end_inset
11383
11384  shows the effect.
11385 \end_layout
11386
11387 \begin_layout Standard
11388 \begin_inset Float table
11389 placement h
11390 wide false
11391 sideways false
11392 status open
11393
11394 \begin_layout Plain Layout
11395 \begin_inset Caption Standard
11396
11397 \begin_layout Plain Layout
11398 \begin_inset CommandInset label
11399 LatexCommand label
11400 name "tab:Table-with-and"
11401
11402 \end_inset
11403
11404 Table with and without hyphenation
11405 \end_layout
11406
11407 \end_inset
11408
11409
11410 \end_layout
11411
11412 \begin_layout Plain Layout
11413 \begin_inset space \hfill{}
11414 \end_inset
11415
11416
11417 \begin_inset Tabular
11418 <lyxtabular version="3" rows="3" columns="3">
11419 <features tabularvalignment="middle">
11420 <column alignment="center" valignment="middle" width="2.5cm">
11421 <column alignment="center" valignment="middle">
11422 <column alignment="center" valignment="middle">
11423 <row>
11424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 verylongtablecellword
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437 b
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446 c
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 </row>
11452 <row>
11453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 d
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466 e
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475 f
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 </row>
11481 <row>
11482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486 g
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495 h
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504 i
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 </row>
11510 </lyxtabular>
11511
11512 \end_inset
11513
11514
11515 \begin_inset space \hfill{}
11516 \end_inset
11517
11518
11519 \begin_inset Tabular
11520 <lyxtabular version="3" rows="3" columns="3">
11521 <features tabularvalignment="middle">
11522 <column alignment="center" valignment="middle" width="2.5cm">
11523 <column alignment="center" valignment="middle">
11524 <column alignment="center" valignment="middle">
11525 <row>
11526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 \begin_inset space \hspace{}
11531 \length 0pt
11532 \end_inset
11533
11534 verylongtablecellword
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11540 \begin_inset Text
11541
11542 \begin_layout Plain Layout
11543 b
11544 \end_layout
11545
11546 \end_inset
11547 </cell>
11548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 c
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 </row>
11558 <row>
11559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563 d
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572 e
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 f
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 </row>
11587 <row>
11588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11589 \begin_inset Text
11590
11591 \begin_layout Plain Layout
11592 g
11593 \end_layout
11594
11595 \end_inset
11596 </cell>
11597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Plain Layout
11601 h
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Plain Layout
11610 i
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 </row>
11616 </lyxtabular>
11617
11618 \end_inset
11619
11620
11621 \begin_inset space \hfill{}
11622 \end_inset
11623
11624
11625 \end_layout
11626
11627 \end_inset
11628
11629
11630 \end_layout
11631
11632 \begin_layout Subsection
11633 Multicolumns
11634 \begin_inset CommandInset label
11635 LatexCommand label
11636 name "subsec:Multicolumns"
11637
11638 \end_inset
11639
11640
11641 \begin_inset Index idx
11642 status collapsed
11643
11644 \begin_layout Plain Layout
11645 Multicolumns
11646 \end_layout
11647
11648 \end_inset
11649
11650
11651 \begin_inset Index idx
11652 status collapsed
11653
11654 \begin_layout Plain Layout
11655 Table ! Multicolumns
11656 \end_layout
11657
11658 \end_inset
11659
11660
11661 \end_layout
11662
11663 \begin_layout Subsubsection
11664 Multicolumn Basics
11665 \end_layout
11666
11667 \begin_layout Standard
11668 To merge cells over multiple columns, select as many cells within a row
11669  as you want to merge and use either the table-toolbar button 
11670 \begin_inset Info
11671 type  "icon"
11672 arg   "tabular-feature multicolumn"
11673 \end_inset
11674
11675 , or the menu 
11676 \family sans
11677 Edit\SpecialChar menuseparator
11678 Table\SpecialChar menuseparator
11679 Multicolumn
11680 \family default
11681 , or right click on the marked cells and choose 
11682 \family sans
11683 Multicolumn
11684 \family default
11685  in the context menu.
11686 \end_layout
11687
11688 \begin_layout Standard
11689 Multicolumns have their own cell settings.
11690  That means changing cell borders, cell alignment, and the width only affects
11691  the multicolumn.
11692  Here is an example table with a multicolumn cell in the first row and one
11693  in the last row without the upper border:
11694 \begin_inset Separator latexpar
11695 \end_inset
11696
11697
11698 \end_layout
11699
11700 \begin_layout Standard
11701 \align center
11702 \begin_inset Tabular
11703 <lyxtabular version="3" rows="3" columns="4">
11704 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11705 <column alignment="center" valignment="top" width="0pt">
11706 <column alignment="center" valignment="middle">
11707 <column alignment="center" valignment="top" width="0in">
11708 <column alignment="center" valignment="top" width="0pt">
11709 <row>
11710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714 abc
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 def ghi
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 jkl
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 </row>
11747 <row>
11748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752
11753 \family roman
11754 \series medium
11755 \shape up
11756 \size normal
11757 \emph off
11758 \bar no
11759 \noun off
11760 \color none
11761 A
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Plain Layout
11770 B
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779 C
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11785 \begin_inset Text
11786
11787 \begin_layout Plain Layout
11788 D
11789 \end_layout
11790
11791 \end_inset
11792 </cell>
11793 </row>
11794 <row>
11795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799 1
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11805 \begin_inset Text
11806
11807 \begin_layout Plain Layout
11808 2
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817 3
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826 4
11827 \end_layout
11828
11829 \end_inset
11830 </cell>
11831 </row>
11832 </lyxtabular>
11833
11834 \end_inset
11835
11836
11837 \end_layout
11838
11839 \begin_layout Subsubsection
11840 Multicolumn Calculations
11841 \begin_inset CommandInset label
11842 LatexCommand label
11843 name "subsec:Multicolumn-Calculations"
11844
11845 \end_inset
11846
11847
11848 \begin_inset Index idx
11849 status collapsed
11850
11851 \begin_layout Plain Layout
11852 Multicolumns ! Calculations
11853 \end_layout
11854
11855 \end_inset
11856
11857
11858 \end_layout
11859
11860 \begin_layout Standard
11861 \SpecialChar LyX
11862  supports multicolumns directly, but we have to take account of the cell
11863  width of the columns spanned by the multicolumn cell.
11864 \end_layout
11865
11866 \begin_layout Standard
11867 \begin_inset Float table
11868 placement h
11869 wide false
11870 sideways false
11871 status open
11872
11873 \begin_layout Plain Layout
11874 \begin_inset Caption Standard
11875
11876 \begin_layout Plain Layout
11877 \begin_inset CommandInset label
11878 LatexCommand label
11879 name "tab:Table-with-centered"
11880
11881 \end_inset
11882
11883 Table with centered multicolumn text above two columns that have exactly
11884  half the width of the multicolumn cell
11885 \begin_inset Argument 1
11886 status collapsed
11887
11888 \begin_layout Plain Layout
11889 Perfect multicolumn table
11890 \end_layout
11891
11892 \end_inset
11893
11894
11895 \end_layout
11896
11897 \end_inset
11898
11899
11900 \end_layout
11901
11902 \begin_layout Plain Layout
11903 \align center
11904 \begin_inset Tabular
11905 <lyxtabular version="3" rows="3" columns="3">
11906 <features tabularvalignment="middle">
11907 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11908 <column alignment="center" valignment="middle">
11909 <column alignment="center" valignment="top">
11910 <row>
11911 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11912 \begin_inset Text
11913
11914 \begin_layout Plain Layout
11915 multiple lines multicolumn
11916 \end_layout
11917
11918 \end_inset
11919 </cell>
11920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11930 \begin_inset Text
11931
11932 \begin_layout Plain Layout
11933 c
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 </row>
11939 <row>
11940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11941 \begin_inset Text
11942
11943 \begin_layout Plain Layout
11944 d
11945 \end_layout
11946
11947 \end_inset
11948 </cell>
11949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11950 \begin_inset Text
11951
11952 \begin_layout Plain Layout
11953 e
11954 \end_layout
11955
11956 \end_inset
11957 </cell>
11958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11959 \begin_inset Text
11960
11961 \begin_layout Plain Layout
11962 f
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 </row>
11968 <row>
11969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11970 \begin_inset Text
11971
11972 \begin_layout Plain Layout
11973 g
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11979 \begin_inset Text
11980
11981 \begin_layout Plain Layout
11982 h
11983 \end_layout
11984
11985 \end_inset
11986 </cell>
11987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11988 \begin_inset Text
11989
11990 \begin_layout Plain Layout
11991 i
11992 \end_layout
11993
11994 \end_inset
11995 </cell>
11996 </row>
11997 </lyxtabular>
11998
11999 \end_inset
12000
12001
12002 \end_layout
12003
12004 \end_inset
12005
12006
12007 \end_layout
12008
12009 \begin_layout Standard
12010 To create for example Table
12011 \begin_inset space ~
12012 \end_inset
12013
12014
12015 \begin_inset CommandInset ref
12016 LatexCommand ref
12017 reference "tab:Table-with-centered"
12018
12019 \end_inset
12020
12021 , mark the first two cells in the first row of a 3×3 table and right-click
12022  on them.
12023  Now choose for this cell 
12024 \emph on
12025 multicolumn
12026 \emph default
12027
12028 \emph on
12029 centered alignment
12030 \emph default
12031  and a width of 2.5
12032 \begin_inset space \thinspace{}
12033 \end_inset
12034
12035 cm in the table dialog.
12036  The merged columns should have exactly half the width of the multicolumn
12037  cell, so that you would set a width of 1.25
12038 \begin_inset space \thinspace{}
12039 \end_inset
12040
12041 cm for the first column.
12042  The second column has then automatically a width of 1.25
12043 \begin_inset space \thinspace{}
12044 \end_inset
12045
12046 cm (multicolumn width - width of first column).
12047  This was done for Table
12048 \begin_inset space ~
12049 \end_inset
12050
12051
12052 \begin_inset CommandInset ref
12053 LatexCommand ref
12054 reference "tab:Table-without-half"
12055
12056 \end_inset
12057
12058 .
12059 \end_layout
12060
12061 \begin_layout Standard
12062 \begin_inset Float table
12063 wide false
12064 sideways false
12065 status open
12066
12067 \begin_layout Plain Layout
12068 \begin_inset Caption Standard
12069
12070 \begin_layout Plain Layout
12071 \begin_inset CommandInset label
12072 LatexCommand label
12073 name "tab:Table-without-half"
12074
12075 \end_inset
12076
12077 Table where the spanned table columns are not exactly half the width of
12078  the multicolumn cell
12079 \begin_inset Argument 1
12080 status collapsed
12081
12082 \begin_layout Plain Layout
12083 Imperfect multicolumn table
12084 \end_layout
12085
12086 \end_inset
12087
12088
12089 \end_layout
12090
12091 \end_inset
12092
12093
12094 \end_layout
12095
12096 \begin_layout Plain Layout
12097 \align center
12098 \begin_inset Tabular
12099 <lyxtabular version="3" rows="3" columns="3">
12100 <features tabularvalignment="middle">
12101 <column alignment="center" valignment="top" width="1.25cm">
12102 <column alignment="center" valignment="top">
12103 <column alignment="center" valignment="top">
12104 <row>
12105 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12106 \begin_inset Text
12107
12108 \begin_layout Plain Layout
12109 multiple lines multicolumn
12110 \end_layout
12111
12112 \end_inset
12113 </cell>
12114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12115 \begin_inset Text
12116
12117 \begin_layout Plain Layout
12118
12119 \end_layout
12120
12121 \end_inset
12122 </cell>
12123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12124 \begin_inset Text
12125
12126 \begin_layout Plain Layout
12127 c
12128 \end_layout
12129
12130 \end_inset
12131 </cell>
12132 </row>
12133 <row>
12134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12135 \begin_inset Text
12136
12137 \begin_layout Plain Layout
12138 d
12139 \end_layout
12140
12141 \end_inset
12142 </cell>
12143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12144 \begin_inset Text
12145
12146 \begin_layout Plain Layout
12147 e
12148 \end_layout
12149
12150 \end_inset
12151 </cell>
12152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156 f
12157 \end_layout
12158
12159 \end_inset
12160 </cell>
12161 </row>
12162 <row>
12163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12164 \begin_inset Text
12165
12166 \begin_layout Plain Layout
12167 g
12168 \end_layout
12169
12170 \end_inset
12171 </cell>
12172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12173 \begin_inset Text
12174
12175 \begin_layout Plain Layout
12176 h
12177 \end_layout
12178
12179 \end_inset
12180 </cell>
12181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12182 \begin_inset Text
12183
12184 \begin_layout Plain Layout
12185 i
12186 \end_layout
12187
12188 \end_inset
12189 </cell>
12190 </row>
12191 </lyxtabular>
12192
12193 \end_inset
12194
12195
12196 \end_layout
12197
12198 \end_inset
12199
12200
12201 \end_layout
12202
12203 \begin_layout Standard
12204 You can see that the first column is not half the width of the multicolumn
12205  cell, it is a bit bigger.
12206  The reason is that the specified width of a cell 
12207 \begin_inset Formula $W_{g}$
12208 \end_inset
12209
12210  is not its total width 
12211 \begin_inset Formula $W_{\mathrm{tot}}$
12212 \end_inset
12213
12214  because a cell is always a bit larger than specified.
12215  Appendix
12216 \begin_inset space ~
12217 \end_inset
12218
12219
12220 \begin_inset CommandInset ref
12221 LatexCommand ref
12222 reference "cha:Explanation-of-Equation"
12223
12224 \end_inset
12225
12226  explains this in detail.
12227 \end_layout
12228
12229 \begin_layout Standard
12230 The width 
12231 \begin_inset Formula $W_{g\,n}$
12232 \end_inset
12233
12234  which the user needs to set when 
12235 \emph on
12236 n
12237 \emph default
12238  columns are spanned can be calculated, so that each column has a total
12239  width of 
12240 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12241 \end_inset
12242
12243 :
12244 \begin_inset Formula 
12245 \begin{equation}
12246 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12247 \end{equation}
12248
12249 \end_inset
12250
12251
12252 \end_layout
12253
12254 \begin_layout Standard
12255 In our case we have 
12256 \begin_inset Formula $n=2$
12257 \end_inset
12258
12259
12260 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12261 \end_inset
12262
12263 cm and the default values for the lengths, so that equation 
12264 \begin_inset CommandInset ref
12265 LatexCommand ref
12266 reference "eq:Wgn"
12267
12268 \end_inset
12269
12270  becomes
12271 \begin_inset Formula 
12272 \begin{equation}
12273 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12274 \end{equation}
12275
12276 \end_inset
12277
12278
12279 \end_layout
12280
12281 \begin_layout Standard
12282 To enable calculations in \SpecialChar LaTeX
12283 , the \SpecialChar LaTeX
12284 -package 
12285 \series bold
12286 calc
12287 \series default
12288  must be loaded with the document preamble line
12289 \begin_inset Index idx
12290 status collapsed
12291
12292 \begin_layout Plain Layout
12293 \SpecialChar LaTeX
12294 -packages ! calc
12295 \end_layout
12296
12297 \end_inset
12298
12299
12300 \end_layout
12301
12302 \begin_layout Standard
12303
12304 \series bold
12305
12306 \backslash
12307 usepackage{calc}
12308 \end_layout
12309
12310 \begin_layout Standard
12311 \SpecialChar LyX
12312  does not allow you to calculate lengths in the 
12313 \family sans
12314 Width
12315 \family default
12316  field of the table dialog.
12317  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12318 -argument in the
12319  dialog.
12320  Here is an overview about the arguments:
12321 \end_layout
12322
12323 \begin_layout Itemize
12324
12325 \series bold
12326 p{width}
12327 \series default
12328  creates cell with a fixed width, its text is vertically top-aligned
12329 \end_layout
12330
12331 \begin_layout Itemize
12332
12333 \series bold
12334 m{width}
12335 \series default
12336  creates cell with a fixed width, its text is vertically centered
12337 \end_layout
12338
12339 \begin_layout Itemize
12340
12341 \series bold
12342 b{width}
12343 \series default
12344  creates cell with a fixed width, its text is vertically bottom-aligned
12345 \end_layout
12346
12347 \begin_layout Standard
12348 By entering a \SpecialChar LaTeX
12349 -argument, all cell settings set in the table dialog are overwritt
12350 en.
12351 \end_layout
12352
12353 \begin_layout Standard
12354 \begin_inset Note Greyedout
12355 status open
12356
12357 \begin_layout Plain Layout
12358
12359 \series bold
12360 Note:
12361 \series default
12362  Due to a bug, \SpecialChar LyX
12363  shows the overwritten settings anyway.
12364 \end_layout
12365
12366 \end_inset
12367
12368
12369 \end_layout
12370
12371 \begin_layout Standard
12372 As the text should be horizontally centered, the command 
12373 \series bold
12374
12375 \backslash
12376 centering
12377 \series default
12378  is added.
12379  You can now enter the following \SpecialChar LaTeX
12380 -argument for the first spanned column:
12381 \end_layout
12382
12383 \begin_layout Standard
12384
12385 \series bold
12386 >{
12387 \backslash
12388 centering}m{1.25cm-6.2pt}
12389 \end_layout
12390
12391 \begin_layout Standard
12392 The command 
12393 \series bold
12394 >{ }
12395 \series default
12396  means, that the commands inside the braces are applied before the cell
12397  is created.
12398 \end_layout
12399
12400 \begin_layout Standard
12401 Although we have chosen centered alignment for the text of the multicolumn
12402  cell, it is still left aligned.
12403  This is because \SpecialChar LyX
12404  only applies the alignment to single columns.
12405  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12406 -argument
12407 \end_layout
12408
12409 \begin_layout Standard
12410
12411 \series bold
12412 >{
12413 \backslash
12414 centering}m{2.5cm}
12415 \end_layout
12416
12417 \begin_layout Subsection
12418 Multirows
12419 \begin_inset CommandInset label
12420 LatexCommand label
12421 name "subsec:Multirows"
12422
12423 \end_inset
12424
12425
12426 \begin_inset Index idx
12427 status collapsed
12428
12429 \begin_layout Plain Layout
12430 Multirows
12431 \end_layout
12432
12433 \end_inset
12434
12435
12436 \begin_inset Index idx
12437 status collapsed
12438
12439 \begin_layout Plain Layout
12440 Table ! Multirows
12441 \end_layout
12442
12443 \end_inset
12444
12445
12446 \end_layout
12447
12448 \begin_layout Standard
12449 To merge cells over multiple rows, select as many cells within a column
12450  as you want to merge and use either the table-toolbar button 
12451 \begin_inset Info
12452 type  "icon"
12453 arg   "tabular-feature multirow"
12454 \end_inset
12455
12456 , or the menu 
12457 \family sans
12458 Edit\SpecialChar menuseparator
12459 Table\SpecialChar menuseparator
12460 Multirow
12461 \family default
12462 , or right click on the marked cells and choose 
12463 \family sans
12464 Multirow
12465 \family default
12466  in the context menu.
12467 \end_layout
12468
12469 \begin_layout Standard
12470 Here is an example table with a multirow in the first column:
12471 \begin_inset Separator latexpar
12472 \end_inset
12473
12474
12475 \end_layout
12476
12477 \begin_layout Standard
12478 \align center
12479 \begin_inset Tabular
12480 <lyxtabular version="3" rows="3" columns="3">
12481 <features tabularvalignment="middle">
12482 <column alignment="center" valignment="top" width="0pt">
12483 <column alignment="center" valignment="top">
12484 <column alignment="center" valignment="top">
12485 <row>
12486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12487 \begin_inset Text
12488
12489 \begin_layout Plain Layout
12490 a long cell entry
12491 \end_layout
12492
12493 \end_inset
12494 </cell>
12495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12496 \begin_inset Text
12497
12498 \begin_layout Plain Layout
12499 b
12500 \end_layout
12501
12502 \end_inset
12503 </cell>
12504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12505 \begin_inset Text
12506
12507 \begin_layout Plain Layout
12508 c
12509 \end_layout
12510
12511 \end_inset
12512 </cell>
12513 </row>
12514 <row>
12515 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12516 \begin_inset Text
12517
12518 \begin_layout Plain Layout
12519 multirow
12520 \end_layout
12521
12522 \end_inset
12523 </cell>
12524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Plain Layout
12528 e
12529 \end_layout
12530
12531 \end_inset
12532 </cell>
12533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12534 \begin_inset Text
12535
12536 \begin_layout Plain Layout
12537 f
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 </row>
12543 <row>
12544 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548
12549 \end_layout
12550
12551 \end_inset
12552 </cell>
12553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12554 \begin_inset Text
12555
12556 \begin_layout Plain Layout
12557 h
12558 \end_layout
12559
12560 \end_inset
12561 </cell>
12562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12563 \begin_inset Text
12564
12565 \begin_layout Plain Layout
12566 i
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 </row>
12572 </lyxtabular>
12573
12574 \end_inset
12575
12576
12577 \end_layout
12578
12579 \begin_layout Standard
12580 The width of multirow cells is set by setting the width and alignment for
12581  the whole column.
12582  The 
12583 \family sans
12584 Vertical Offset
12585 \family default
12586  shifts the content of the multirow up/down if the offset is positive/negative.
12587 \end_layout
12588
12589 \begin_layout Standard
12590 If the column of a multirow cell has no explicit width, the multirow cell
12591  inherits the alignment of the column.
12592  Otherwise it is by default left-aligned.
12593  To override the default, renew the command 
12594 \series bold
12595
12596 \backslash
12597 multirowsetup
12598 \series default
12599  with the command
12600 \end_layout
12601
12602 \begin_layout Standard
12603
12604 \series bold
12605
12606 \backslash
12607 renewcommand{
12608 \backslash
12609 multirowsetup}{
12610 \backslash
12611 centering}
12612 \end_layout
12613
12614 \begin_layout Standard
12615 in the document preamble.
12616  Then all entries of multirow cells in the document are centered.
12617  If centering is only needed for several tables, you can renew the command
12618  in a \SpecialChar TeX
12619  Code box just before the table instead of the preamble.
12620  If the text should be right-aligned, replace 
12621 \series bold
12622
12623 \backslash
12624 centering
12625 \series default
12626  by 
12627 \series bold
12628
12629 \backslash
12630 raggedleft
12631 \series default
12632 .
12633  To return to left-alignment 
12634 \series bold
12635
12636 \backslash
12637 raggedright
12638 \series default
12639  is used.
12640 \end_layout
12641
12642 \begin_layout Standard
12643 This is an example table with a right-aligned multirow cell that has a vertical
12644  offset of -4
12645 \begin_inset space \thinspace{}
12646 \end_inset
12647
12648 mm and is in a 3
12649 \begin_inset space \thinspace{}
12650 \end_inset
12651
12652 cm wide column:
12653 \begin_inset Separator latexpar
12654 \end_inset
12655
12656
12657 \end_layout
12658
12659 \begin_layout Standard
12660 \noindent
12661 \align center
12662 \begin_inset ERT
12663 status collapsed
12664
12665 \begin_layout Plain Layout
12666
12667
12668 \backslash
12669 renewcommand{
12670 \backslash
12671 multirowsetup}{
12672 \backslash
12673 raggedleft}
12674 \end_layout
12675
12676 \end_inset
12677
12678
12679 \begin_inset Tabular
12680 <lyxtabular version="3" rows="4" columns="3">
12681 <features tabularvalignment="middle">
12682 <column alignment="center" valignment="top" width="3cm">
12683 <column alignment="center" valignment="top">
12684 <column alignment="center" valignment="top">
12685 <row>
12686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12687 \begin_inset Text
12688
12689 \begin_layout Plain Layout
12690 a long cell entry
12691 \end_layout
12692
12693 \end_inset
12694 </cell>
12695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12696 \begin_inset Text
12697
12698 \begin_layout Plain Layout
12699 b
12700 \end_layout
12701
12702 \end_inset
12703 </cell>
12704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12705 \begin_inset Text
12706
12707 \begin_layout Plain Layout
12708 c
12709 \end_layout
12710
12711 \end_inset
12712 </cell>
12713 </row>
12714 <row>
12715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Plain Layout
12719 t
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Plain Layout
12728 n
12729 \end_layout
12730
12731 \end_inset
12732 </cell>
12733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Plain Layout
12737 m
12738 \end_layout
12739
12740 \end_inset
12741 </cell>
12742 </row>
12743 <row>
12744 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12745 \begin_inset Text
12746
12747 \begin_layout Plain Layout
12748 multirow
12749 \end_layout
12750
12751 \end_inset
12752 </cell>
12753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12754 \begin_inset Text
12755
12756 \begin_layout Plain Layout
12757 e
12758 \end_layout
12759
12760 \end_inset
12761 </cell>
12762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12763 \begin_inset Text
12764
12765 \begin_layout Plain Layout
12766 f
12767 \end_layout
12768
12769 \end_inset
12770 </cell>
12771 </row>
12772 <row>
12773 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12774 \begin_inset Text
12775
12776 \begin_layout Plain Layout
12777
12778 \end_layout
12779
12780 \end_inset
12781 </cell>
12782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12783 \begin_inset Text
12784
12785 \begin_layout Plain Layout
12786 h
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Plain Layout
12795 i
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 </row>
12801 </lyxtabular>
12802
12803 \end_inset
12804
12805
12806 \begin_inset ERT
12807 status collapsed
12808
12809 \begin_layout Plain Layout
12810
12811
12812 \backslash
12813 renewcommand{
12814 \backslash
12815 multirowsetup}{
12816 \backslash
12817 raggedright}
12818 \end_layout
12819
12820 \end_inset
12821
12822
12823 \end_layout
12824
12825 \begin_layout Standard
12826 To start a new line in a multirow you can use a forced line break (shortcut
12827  
12828 \begin_inset Info
12829 type  "shortcut"
12830 arg   "newline-insert newline"
12831 \end_inset
12832
12833 ) but this will not respect the cell lines as demonstrated in this table:
12834 \begin_inset Separator latexpar
12835 \end_inset
12836
12837
12838 \end_layout
12839
12840 \begin_layout Standard
12841 \noindent
12842 \align center
12843 \begin_inset Tabular
12844 <lyxtabular version="3" rows="3" columns="2">
12845 <features tabularvalignment="middle">
12846 <column alignment="left" valignment="middle" width="2cm">
12847 <column alignment="center" valignment="top">
12848 <row>
12849 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12850 \begin_inset Text
12851
12852 \begin_layout Plain Layout
12853 aaa
12854 \begin_inset Newline newline
12855 \end_inset
12856
12857 aaa
12858 \begin_inset Newline newline
12859 \end_inset
12860
12861 wrong cell
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 ccc
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 </row>
12876 <row>
12877 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881
12882 \end_layout
12883
12884 \end_inset
12885 </cell>
12886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12887 \begin_inset Text
12888
12889 \begin_layout Plain Layout
12890 ddd
12891 \end_layout
12892
12893 \end_inset
12894 </cell>
12895 </row>
12896 <row>
12897 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 bbb
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 eee
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 </row>
12916 </lyxtabular>
12917
12918 \end_inset
12919
12920
12921 \end_layout
12922
12923 \begin_layout Standard
12924 Therefore be careful with forced line breaks.
12925 \end_layout
12926
12927 \begin_layout Subsection
12928 Cells with diagonal line(s)
12929 \end_layout
12930
12931 \begin_layout Standard
12932 To tell the reader what is meant by column and row headings in a table,
12933  it is helpful to split the first cell of the table by one or two diagonal
12934  lines.
12935  This can be achieved by loading the \SpecialChar LaTeX
12936  package 
12937 \series bold
12938 diagbox
12939 \series default
12940
12941 \begin_inset Index idx
12942 status collapsed
12943
12944 \begin_layout Plain Layout
12945 \SpecialChar LaTeX
12946 -packages ! picinpar
12947 \end_layout
12948
12949 \end_inset
12950
12951  in the document preamble.
12952  The package provides the command 
12953 \series bold
12954
12955 \backslash
12956 diagbox
12957 \series default
12958  that is inserted as \SpecialChar TeX
12959  Code and that can take 2 or 3
12960 \begin_inset space ~
12961 \end_inset
12962
12963 arguments:
12964 \end_layout
12965
12966 \begin_layout Standard
12967
12968 \series bold
12969
12970 \backslash
12971 diagbox[options]{lower left}{upper right}
12972 \end_layout
12973
12974 \begin_layout Standard
12975
12976 \series bold
12977
12978 \backslash
12979 diagbox[options]{lower left}{upper left}{upper right}
12980 \end_layout
12981
12982 \begin_layout Standard
12983 The first scheme divides the cell by a single diagonal line and the arguments
12984  are placed below and above this line.
12985  The second scheme divides the cell by 2
12986 \begin_inset space ~
12987 \end_inset
12988
12989 lines.
12990 \end_layout
12991
12992 \begin_layout Standard
12993 \begin_inset ERT
12994 status collapsed
12995
12996 \begin_layout Plain Layout
12997
12998
12999 \backslash
13000 ifdiagbox
13001 \end_layout
13002
13003 \end_inset
13004
13005
13006 \begin_inset Note Note
13007 status open
13008
13009 \begin_layout Plain Layout
13010 The following section will only be displayed when the \SpecialChar LaTeX
13011 -package 
13012 \series bold
13013 diagbox
13014 \series default
13015  is installed.
13016 \end_layout
13017
13018 \end_inset
13019
13020
13021 \end_layout
13022
13023 \begin_layout Standard
13024 Here is an example table where 
13025 \series bold
13026
13027 \backslash
13028 diagbox 
13029 \series default
13030 is used in the 2-argument scheme in the first cell:
13031 \begin_inset VSpace medskip
13032 \end_inset
13033
13034
13035 \end_layout
13036
13037 \begin_layout Standard
13038 \noindent
13039 \begin_inset Tabular
13040 <lyxtabular version="3" rows="4" columns="4">
13041 <features tabularvalignment="middle">
13042 <column alignment="center" valignment="top">
13043 <column alignment="center" valignment="top">
13044 <column alignment="center" valignment="top">
13045 <column alignment="center" valignment="top">
13046 <row>
13047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13048 \begin_inset Text
13049
13050 \begin_layout Plain Layout
13051 \begin_inset ERT
13052 status collapsed
13053
13054 \begin_layout Plain Layout
13055
13056
13057 \backslash
13058 diagbox{
13059 \end_layout
13060
13061 \end_inset
13062
13063 Name
13064 \begin_inset ERT
13065 status collapsed
13066
13067 \begin_layout Plain Layout
13068
13069 }{
13070 \end_layout
13071
13072 \end_inset
13073
13074 Parameter
13075 \begin_inset ERT
13076 status collapsed
13077
13078 \begin_layout Plain Layout
13079
13080 }
13081 \end_layout
13082
13083 \end_inset
13084
13085
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13091 \begin_inset Text
13092
13093 \begin_layout Plain Layout
13094 Thickness in nm
13095 \end_layout
13096
13097 \end_inset
13098 </cell>
13099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13100 \begin_inset Text
13101
13102 \begin_layout Plain Layout
13103 Transparency in %
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Plain Layout
13112 Hardness in MPa
13113 \end_layout
13114
13115 \end_inset
13116 </cell>
13117 </row>
13118 <row>
13119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123 Perfect Green
13124 \end_layout
13125
13126 \end_inset
13127 </cell>
13128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13129 \begin_inset Text
13130
13131 \begin_layout Plain Layout
13132 45
13133 \end_layout
13134
13135 \end_inset
13136 </cell>
13137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13138 \begin_inset Text
13139
13140 \begin_layout Plain Layout
13141 80
13142 \end_layout
13143
13144 \end_inset
13145 </cell>
13146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Plain Layout
13150 504
13151 \end_layout
13152
13153 \end_inset
13154 </cell>
13155 </row>
13156 <row>
13157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13158 \begin_inset Text
13159
13160 \begin_layout Plain Layout
13161 Dark Multi-P
13162 \end_layout
13163
13164 \end_inset
13165 </cell>
13166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Plain Layout
13170 60
13171 \end_layout
13172
13173 \end_inset
13174 </cell>
13175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 72
13180 \end_layout
13181
13182 \end_inset
13183 </cell>
13184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188 982
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 </row>
13194 <row>
13195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Plain Layout
13199 Crystal Clear Pro
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208 18
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217 86
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226 374
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 </row>
13232 </lyxtabular>
13233
13234 \end_inset
13235
13236
13237 \begin_inset VSpace medskip
13238 \end_inset
13239
13240
13241 \end_layout
13242
13243 \begin_layout Standard
13244 The 3-argument scheme is for example useful for cross-tables of sports leagues
13245  or distances:
13246 \begin_inset Separator latexpar
13247 \end_inset
13248
13249
13250 \end_layout
13251
13252 \begin_layout Standard
13253 \noindent
13254 \align center
13255 \begin_inset Tabular
13256 <lyxtabular version="3" rows="4" columns="4">
13257 <features tabularvalignment="middle">
13258 <column alignment="center" valignment="top" width="0pt">
13259 <column alignment="center" valignment="top">
13260 <column alignment="center" valignment="top">
13261 <column alignment="center" valignment="top">
13262 <row>
13263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13264 \begin_inset Text
13265
13266 \begin_layout Plain Layout
13267 \begin_inset ERT
13268 status collapsed
13269
13270 \begin_layout Plain Layout
13271
13272
13273 \backslash
13274 diagbox{
13275 \end_layout
13276
13277 \end_inset
13278
13279 Team home
13280 \begin_inset ERT
13281 status collapsed
13282
13283 \begin_layout Plain Layout
13284
13285 }{
13286 \end_layout
13287
13288 \end_inset
13289
13290 Result
13291 \begin_inset ERT
13292 status collapsed
13293
13294 \begin_layout Plain Layout
13295
13296 }{
13297 \end_layout
13298
13299 \end_inset
13300
13301 Team away
13302 \begin_inset ERT
13303 status collapsed
13304
13305 \begin_layout Plain Layout
13306
13307 }
13308 \end_layout
13309
13310 \end_inset
13311
13312
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13318 \begin_inset Text
13319
13320 \begin_layout Plain Layout
13321 Tigers
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13327 \begin_inset Text
13328
13329 \begin_layout Plain Layout
13330 Panthers
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13336 \begin_inset Text
13337
13338 \begin_layout Plain Layout
13339 Falcons
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 </row>
13345 <row>
13346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13347 \begin_inset Text
13348
13349 \begin_layout Plain Layout
13350 Tigers
13351 \end_layout
13352
13353 \end_inset
13354 </cell>
13355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359 —
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13365 \begin_inset Text
13366
13367 \begin_layout Plain Layout
13368 1:3
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Plain Layout
13377 0:1
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 </row>
13383 <row>
13384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388 Panthers
13389 \end_layout
13390
13391 \end_inset
13392 </cell>
13393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397 3:1
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13403 \begin_inset Text
13404
13405 \begin_layout Plain Layout
13406 —
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415 0:0
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 </row>
13421 <row>
13422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13423 \begin_inset Text
13424
13425 \begin_layout Plain Layout
13426 Falcons
13427 \end_layout
13428
13429 \end_inset
13430 </cell>
13431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Plain Layout
13435 1:0
13436 \end_layout
13437
13438 \end_inset
13439 </cell>
13440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13441 \begin_inset Text
13442
13443 \begin_layout Plain Layout
13444 0:0
13445 \end_layout
13446
13447 \end_inset
13448 </cell>
13449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453 —
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 </row>
13459 </lyxtabular>
13460
13461 \end_inset
13462
13463
13464 \end_layout
13465
13466 \begin_layout Standard
13467 For larger cross-tables one might use split cells in 2 or every corner of
13468  the table like in this example:
13469 \begin_inset Separator latexpar
13470 \end_inset
13471
13472
13473 \end_layout
13474
13475 \begin_layout Standard
13476 \noindent
13477 \align center
13478 \begin_inset Tabular
13479 <lyxtabular version="3" rows="5" columns="5">
13480 <features tabularvalignment="middle">
13481 <column alignment="center" valignment="top" width="0pt">
13482 <column alignment="center" valignment="top">
13483 <column alignment="center" valignment="top">
13484 <column alignment="center" valignment="top">
13485 <column alignment="center" valignment="top">
13486 <row>
13487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13488 \begin_inset Text
13489
13490 \begin_layout Plain Layout
13491 \begin_inset ERT
13492 status open
13493
13494 \begin_layout Plain Layout
13495
13496
13497 \backslash
13498 diagbox{
13499 \end_layout
13500
13501 \end_inset
13502
13503 Team home
13504 \begin_inset ERT
13505 status collapsed
13506
13507 \begin_layout Plain Layout
13508
13509 }{
13510 \end_layout
13511
13512 \end_inset
13513
13514 Result
13515 \begin_inset ERT
13516 status collapsed
13517
13518 \begin_layout Plain Layout
13519
13520 }{
13521 \end_layout
13522
13523 \end_inset
13524
13525 Team away
13526 \begin_inset ERT
13527 status collapsed
13528
13529 \begin_layout Plain Layout
13530
13531 }
13532 \end_layout
13533
13534 \end_inset
13535
13536
13537 \end_layout
13538
13539 \end_inset
13540 </cell>
13541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13542 \begin_inset Text
13543
13544 \begin_layout Plain Layout
13545 Tigers
13546 \end_layout
13547
13548 \end_inset
13549 </cell>
13550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13551 \begin_inset Text
13552
13553 \begin_layout Plain Layout
13554 Panthers
13555 \end_layout
13556
13557 \end_inset
13558 </cell>
13559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13560 \begin_inset Text
13561
13562 \begin_layout Plain Layout
13563 Falcons
13564 \end_layout
13565
13566 \end_inset
13567 </cell>
13568 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13569 \begin_inset Text
13570
13571 \begin_layout Plain Layout
13572 \begin_inset ERT
13573 status open
13574
13575 \begin_layout Plain Layout
13576
13577
13578 \backslash
13579 diagbox[dir=NE]{
13580 \end_layout
13581
13582 \end_inset
13583
13584 Team home
13585 \begin_inset ERT
13586 status collapsed
13587
13588 \begin_layout Plain Layout
13589
13590 }{
13591 \end_layout
13592
13593 \end_inset
13594
13595 Result
13596 \begin_inset ERT
13597 status collapsed
13598
13599 \begin_layout Plain Layout
13600
13601 }{
13602 \end_layout
13603
13604 \end_inset
13605
13606 Team away
13607 \begin_inset ERT
13608 status collapsed
13609
13610 \begin_layout Plain Layout
13611
13612 }
13613 \end_layout
13614
13615 \end_inset
13616
13617
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 </row>
13623 <row>
13624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13625 \begin_inset Text
13626
13627 \begin_layout Plain Layout
13628 Tigers
13629 \end_layout
13630
13631 \end_inset
13632 </cell>
13633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13634 \begin_inset Text
13635
13636 \begin_layout Plain Layout
13637 —
13638 \end_layout
13639
13640 \end_inset
13641 </cell>
13642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13643 \begin_inset Text
13644
13645 \begin_layout Plain Layout
13646 1:3
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13652 \begin_inset Text
13653
13654 \begin_layout Plain Layout
13655 0:1
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13661 \begin_inset Text
13662
13663 \begin_layout Plain Layout
13664 Tigers
13665 \end_layout
13666
13667 \end_inset
13668 </cell>
13669 </row>
13670 <row>
13671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 Panthers
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 3:1
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13690 \begin_inset Text
13691
13692 \begin_layout Plain Layout
13693 —
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702 0:0
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Plain Layout
13711 Panthers
13712 \end_layout
13713
13714 \end_inset
13715 </cell>
13716 </row>
13717 <row>
13718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722 Falcons
13723 \end_layout
13724
13725 \end_inset
13726 </cell>
13727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13728 \begin_inset Text
13729
13730 \begin_layout Plain Layout
13731 1:0
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740 0:0
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749 —
13750 \end_layout
13751
13752 \end_inset
13753 </cell>
13754 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758 Falcons
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 </row>
13764 <row>
13765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13766 \begin_inset Text
13767
13768 \begin_layout Plain Layout
13769 \begin_inset ERT
13770 status open
13771
13772 \begin_layout Plain Layout
13773
13774
13775 \backslash
13776 diagbox[dir=SW]{
13777 \end_layout
13778
13779 \end_inset
13780
13781 Team home
13782 \begin_inset ERT
13783 status collapsed
13784
13785 \begin_layout Plain Layout
13786
13787 }{
13788 \end_layout
13789
13790 \end_inset
13791
13792 Result
13793 \begin_inset ERT
13794 status collapsed
13795
13796 \begin_layout Plain Layout
13797
13798 }{
13799 \end_layout
13800
13801 \end_inset
13802
13803 Team away
13804 \begin_inset ERT
13805 status collapsed
13806
13807 \begin_layout Plain Layout
13808
13809 }
13810 \end_layout
13811
13812 \end_inset
13813
13814
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823 Tigers
13824 \end_layout
13825
13826 \end_inset
13827 </cell>
13828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13829 \begin_inset Text
13830
13831 \begin_layout Plain Layout
13832 Panthers
13833 \end_layout
13834
13835 \end_inset
13836 </cell>
13837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13838 \begin_inset Text
13839
13840 \begin_layout Plain Layout
13841 Falcons
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850 \begin_inset ERT
13851 status open
13852
13853 \begin_layout Plain Layout
13854
13855
13856 \backslash
13857 diagbox[dir=SE]{
13858 \end_layout
13859
13860 \end_inset
13861
13862 Team home
13863 \begin_inset ERT
13864 status collapsed
13865
13866 \begin_layout Plain Layout
13867
13868 }{
13869 \end_layout
13870
13871 \end_inset
13872
13873 Result
13874 \begin_inset ERT
13875 status collapsed
13876
13877 \begin_layout Plain Layout
13878
13879 }{
13880 \end_layout
13881
13882 \end_inset
13883
13884 Team away
13885 \begin_inset ERT
13886 status collapsed
13887
13888 \begin_layout Plain Layout
13889
13890 }
13891 \end_layout
13892
13893 \end_inset
13894
13895
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 </row>
13901 </lyxtabular>
13902
13903 \end_inset
13904
13905
13906 \end_layout
13907
13908 \begin_layout Standard
13909 To rotate the diagonal lines, the command option 
13910 \series bold
13911 dir=direction
13912 \series default
13913  is used.
13914  
13915 \emph on
13916 direction
13917 \emph default
13918  is either 
13919 \series bold
13920 NE
13921 \series default
13922
13923 \series bold
13924 DE
13925 \series default
13926
13927 \series bold
13928 SW
13929 \series default
13930  or 
13931 \series bold
13932 NW
13933 \series default
13934  and represent a point of a compass.
13935  
13936 \series bold
13937 SW
13938 \series default
13939  is for example the south-west corner.
13940  Thus in the lower left cell of the above table the command
13941 \end_layout
13942
13943 \begin_layout Standard
13944
13945 \series bold
13946
13947 \backslash
13948 diagbox[dir=SW]{Team home}{Result}{Team away}
13949 \end_layout
13950
13951 \begin_layout Standard
13952 is used.
13953  If no direction is given, it will be NW.
13954 \end_layout
13955
13956 \begin_layout Standard
13957 The necessary width of split cells is automatically calculated.
13958  Thus if you set a fixed column width smaller than the calculated one, the
13959  cell's content will protrude the cell borders:
13960 \begin_inset Separator latexpar
13961 \end_inset
13962
13963
13964 \end_layout
13965
13966 \begin_layout Standard
13967 \noindent
13968 \align center
13969 \begin_inset Tabular
13970 <lyxtabular version="3" rows="2" columns="2">
13971 <features tabularvalignment="middle">
13972 <column alignment="center" valignment="top" width="3cm">
13973 <column alignment="center" valignment="top">
13974 <row>
13975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13976 \begin_inset Text
13977
13978 \begin_layout Plain Layout
13979 \begin_inset ERT
13980 status collapsed
13981
13982 \begin_layout Plain Layout
13983
13984
13985 \backslash
13986 diagbox{
13987 \end_layout
13988
13989 \end_inset
13990
13991 Name
13992 \begin_inset ERT
13993 status collapsed
13994
13995 \begin_layout Plain Layout
13996
13997 }{
13998 \end_layout
13999
14000 \end_inset
14001
14002 Parameter
14003 \begin_inset ERT
14004 status collapsed
14005
14006 \begin_layout Plain Layout
14007
14008 }
14009 \end_layout
14010
14011 \end_inset
14012
14013
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022 Thickness in nm
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 </row>
14028 <row>
14029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14030 \begin_inset Text
14031
14032 \begin_layout Plain Layout
14033 Perfect Green
14034 \end_layout
14035
14036 \end_inset
14037 </cell>
14038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14039 \begin_inset Text
14040
14041 \begin_layout Plain Layout
14042 45
14043 \end_layout
14044
14045 \end_inset
14046 </cell>
14047 </row>
14048 </lyxtabular>
14049
14050 \end_inset
14051
14052
14053 \end_layout
14054
14055 \begin_layout Standard
14056 If you need a certain width for columns with a split cell, use the command
14057  option 
14058 \series bold
14059 width=3cm
14060 \series default
14061  (replace '3cm' by the width you need).
14062  In the following table the width of the first column is set to 4
14063 \begin_inset space \thinspace{}
14064 \end_inset
14065
14066 cm.
14067  For 
14068 \series bold
14069
14070 \backslash
14071 diagbox
14072 \series default
14073  a width of 4
14074 \begin_inset space \thinspace{}
14075 \end_inset
14076
14077 cm + 2
14078 \begin_inset space \thinspace{}
14079 \end_inset
14080
14081
14082 \backslash
14083 tabcolsep is necessary because the overall width is the width for the text
14084  (in this case the 4
14085 \begin_inset space \thinspace{}
14086 \end_inset
14087
14088 cm) plus two times the separation of the text and the cell border.
14089  The calculation of the width cannot be done in the command option of 
14090 \series bold
14091
14092 \backslash
14093 diagbox
14094 \series default
14095  so one needs to create a new length which can be used later.
14096  This is done with the \SpecialChar TeX
14097  Code commands
14098 \end_layout
14099
14100 \begin_layout Standard
14101
14102 \series bold
14103
14104 \backslash
14105 newlength{
14106 \backslash
14107 diagtest}
14108 \begin_inset Newline newline
14109 \end_inset
14110
14111
14112 \backslash
14113 setlength{
14114 \backslash
14115 diagtest}{4cm+2
14116 \backslash
14117 tabcolsep}
14118 \end_layout
14119
14120 \begin_layout Standard
14121 \begin_inset ERT
14122 status collapsed
14123
14124 \begin_layout Plain Layout
14125
14126
14127 \backslash
14128 newlength{
14129 \backslash
14130 diagtest}
14131 \end_layout
14132
14133 \begin_layout Plain Layout
14134
14135
14136 \backslash
14137 setlength{
14138 \backslash
14139 diagtest}{4cm+2
14140 \backslash
14141 tabcolsep}
14142 \end_layout
14143
14144 \end_inset
14145
14146
14147 \end_layout
14148
14149 \begin_layout Standard
14150 To enable calculations in \SpecialChar LaTeX
14151  one needs to load the package 
14152 \series bold
14153 calc
14154 \series default
14155
14156 \begin_inset Index idx
14157 status collapsed
14158
14159 \begin_layout Plain Layout
14160 \SpecialChar LaTeX
14161 -packages ! calc
14162 \end_layout
14163
14164 \end_inset
14165
14166  in the document preamble.
14167 \end_layout
14168
14169 \begin_layout Standard
14170 In this table you can now use the command
14171 \end_layout
14172
14173 \begin_layout Standard
14174
14175 \series bold
14176
14177 \backslash
14178 diagbox[width=
14179 \backslash
14180 diagtest]{A}{B}
14181 \end_layout
14182
14183 \begin_layout Standard
14184 in the first cell:
14185 \begin_inset Separator latexpar
14186 \end_inset
14187
14188
14189 \end_layout
14190
14191 \begin_layout Standard
14192 \noindent
14193 \align center
14194 \begin_inset Tabular
14195 <lyxtabular version="3" rows="2" columns="2">
14196 <features tabularvalignment="middle">
14197 <column alignment="center" valignment="top" width="4cm">
14198 <column alignment="center" valignment="top">
14199 <row>
14200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14201 \begin_inset Text
14202
14203 \begin_layout Plain Layout
14204 \begin_inset ERT
14205 status open
14206
14207 \begin_layout Plain Layout
14208
14209
14210 \backslash
14211 diagbox[width=
14212 \backslash
14213 diagtest]{
14214 \end_layout
14215
14216 \end_inset
14217
14218 A
14219 \begin_inset ERT
14220 status collapsed
14221
14222 \begin_layout Plain Layout
14223
14224 }{
14225 \end_layout
14226
14227 \end_inset
14228
14229 B
14230 \begin_inset ERT
14231 status collapsed
14232
14233 \begin_layout Plain Layout
14234
14235 }
14236 \end_layout
14237
14238 \end_inset
14239
14240
14241 \end_layout
14242
14243 \end_inset
14244 </cell>
14245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249 Thickness in nm
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 </row>
14255 <row>
14256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14257 \begin_inset Text
14258
14259 \begin_layout Plain Layout
14260 Perfect Green
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269 45
14270 \end_layout
14271
14272 \end_inset
14273 </cell>
14274 </row>
14275 </lyxtabular>
14276
14277 \end_inset
14278
14279
14280 \end_layout
14281
14282 \begin_layout Standard
14283 Note that the split cell needs to be the widest one in the column.
14284  Otherwise the length of the diagonal line cannot be calculated correctly
14285  like in this table:
14286 \begin_inset Separator latexpar
14287 \end_inset
14288
14289
14290 \end_layout
14291
14292 \begin_layout Standard
14293 \noindent
14294 \align center
14295 \begin_inset Tabular
14296 <lyxtabular version="3" rows="2" columns="2">
14297 <features tabularvalignment="middle">
14298 <column alignment="center" valignment="top" width="0pt">
14299 <column alignment="center" valignment="top">
14300 <row>
14301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 \begin_inset ERT
14306 status collapsed
14307
14308 \begin_layout Plain Layout
14309
14310
14311 \backslash
14312 diagbox{
14313 \end_layout
14314
14315 \end_inset
14316
14317 A
14318 \begin_inset ERT
14319 status collapsed
14320
14321 \begin_layout Plain Layout
14322
14323 }{
14324 \end_layout
14325
14326 \end_inset
14327
14328 B
14329 \begin_inset ERT
14330 status collapsed
14331
14332 \begin_layout Plain Layout
14333
14334 }
14335 \end_layout
14336
14337 \end_inset
14338
14339
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Plain Layout
14348 Thickness in nm
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 </row>
14354 <row>
14355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359 Perfect Green
14360 \end_layout
14361
14362 \end_inset
14363 </cell>
14364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14365 \begin_inset Text
14366
14367 \begin_layout Plain Layout
14368 45
14369 \end_layout
14370
14371 \end_inset
14372 </cell>
14373 </row>
14374 </lyxtabular>
14375
14376 \end_inset
14377
14378
14379 \end_layout
14380
14381 \begin_layout Standard
14382 In this case use the 
14383 \series bold
14384 width
14385 \series default
14386  option of the 
14387 \series bold
14388
14389 \backslash
14390 diagbox
14391 \series default
14392  command.
14393  It is then not necessary to add 2
14394 \backslash
14395 tabcolsep because the cell width is now the width of the column.
14396  In this table a width of 3
14397 \begin_inset space \thinspace{}
14398 \end_inset
14399
14400 cm is used:
14401 \begin_inset Separator latexpar
14402 \end_inset
14403
14404
14405 \end_layout
14406
14407 \begin_layout Standard
14408 \noindent
14409 \align center
14410 \begin_inset Tabular
14411 <lyxtabular version="3" rows="2" columns="2">
14412 <features tabularvalignment="middle">
14413 <column alignment="center" valignment="top" width="0pt">
14414 <column alignment="center" valignment="top">
14415 <row>
14416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Plain Layout
14420 \begin_inset ERT
14421 status open
14422
14423 \begin_layout Plain Layout
14424
14425
14426 \backslash
14427 diagbox[width=3cm]{
14428 \end_layout
14429
14430 \end_inset
14431
14432 A
14433 \begin_inset ERT
14434 status collapsed
14435
14436 \begin_layout Plain Layout
14437
14438 }{
14439 \end_layout
14440
14441 \end_inset
14442
14443 B
14444 \begin_inset ERT
14445 status collapsed
14446
14447 \begin_layout Plain Layout
14448
14449 }
14450 \end_layout
14451
14452 \end_inset
14453
14454
14455 \end_layout
14456
14457 \end_inset
14458 </cell>
14459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14460 \begin_inset Text
14461
14462 \begin_layout Plain Layout
14463 Thickness in nm
14464 \end_layout
14465
14466 \end_inset
14467 </cell>
14468 </row>
14469 <row>
14470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14471 \begin_inset Text
14472
14473 \begin_layout Plain Layout
14474 Perfect Green
14475 \end_layout
14476
14477 \end_inset
14478 </cell>
14479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14480 \begin_inset Text
14481
14482 \begin_layout Plain Layout
14483 45
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 </row>
14489 </lyxtabular>
14490
14491 \end_inset
14492
14493
14494 \end_layout
14495
14496 \begin_layout Standard
14497 For multiple text lines in split cells one needs some extra height to fit
14498  the text to the cell.
14499  This can be achieved with the 
14500 \series bold
14501
14502 \backslash
14503 diagbox
14504 \series default
14505  option 
14506 \series bold
14507 height=3cm
14508 \series default
14509  (replace '3cm' by the height you need).
14510  In the following table the command
14511 \end_layout
14512
14513 \begin_layout Standard
14514
14515 \series bold
14516
14517 \backslash
14518 diagbox[width=3cm,height=1.4cm]{A
14519 \backslash
14520
14521 \backslash
14522 B}{C
14523 \backslash
14524
14525 \backslash
14526 D}
14527 \end_layout
14528
14529 \begin_layout Standard
14530 is used in the first cell.
14531  The command 
14532 \series bold
14533
14534 \backslash
14535
14536 \backslash
14537
14538 \series default
14539  creates hereby the line break.
14540 \begin_inset Foot
14541 status collapsed
14542
14543 \begin_layout Plain Layout
14544 Breaking lines with 
14545 \family sans
14546 Ctrl+Return
14547 \family default
14548  is only possible when the column has a fixed width.
14549 \end_layout
14550
14551 \end_inset
14552
14553
14554 \begin_inset Separator latexpar
14555 \end_inset
14556
14557
14558 \end_layout
14559
14560 \begin_layout Standard
14561 \noindent
14562 \align center
14563 \begin_inset Tabular
14564 <lyxtabular version="3" rows="2" columns="2">
14565 <features tabularvalignment="middle">
14566 <column alignment="center" valignment="top">
14567 <column alignment="center" valignment="top">
14568 <row>
14569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14570 \begin_inset Text
14571
14572 \begin_layout Plain Layout
14573 \begin_inset ERT
14574 status open
14575
14576 \begin_layout Plain Layout
14577
14578
14579 \backslash
14580 diagbox[width=3cm,height=1.4cm]{
14581 \end_layout
14582
14583 \end_inset
14584
14585 A
14586 \begin_inset ERT
14587 status collapsed
14588
14589 \begin_layout Plain Layout
14590
14591
14592 \backslash
14593
14594 \backslash
14595
14596 \end_layout
14597
14598 \end_inset
14599
14600 B
14601 \begin_inset ERT
14602 status collapsed
14603
14604 \begin_layout Plain Layout
14605
14606 }{
14607 \end_layout
14608
14609 \end_inset
14610
14611 C
14612 \begin_inset ERT
14613 status collapsed
14614
14615 \begin_layout Plain Layout
14616
14617
14618 \backslash
14619
14620 \backslash
14621
14622 \end_layout
14623
14624 \end_inset
14625
14626 D
14627 \begin_inset ERT
14628 status collapsed
14629
14630 \begin_layout Plain Layout
14631
14632 }
14633 \end_layout
14634
14635 \end_inset
14636
14637
14638 \end_layout
14639
14640 \end_inset
14641 </cell>
14642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14643 \begin_inset Text
14644
14645 \begin_layout Plain Layout
14646 Thickness in nm
14647 \end_layout
14648
14649 \end_inset
14650 </cell>
14651 </row>
14652 <row>
14653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14654 \begin_inset Text
14655
14656 \begin_layout Plain Layout
14657 Perfect Green
14658 \end_layout
14659
14660 \end_inset
14661 </cell>
14662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14663 \begin_inset Text
14664
14665 \begin_layout Plain Layout
14666 45
14667 \end_layout
14668
14669 \end_inset
14670 </cell>
14671 </row>
14672 </lyxtabular>
14673
14674 \end_inset
14675
14676
14677 \end_layout
14678
14679 \begin_layout Standard
14680 \begin_inset ERT
14681 status collapsed
14682
14683 \begin_layout Plain Layout
14684
14685
14686 \backslash
14687 else
14688 \end_layout
14689
14690 \end_inset
14691
14692
14693 \begin_inset Note Note
14694 status open
14695
14696 \begin_layout Plain Layout
14697 The following will be displayed when the \SpecialChar LaTeX
14698 -package 
14699 \series bold
14700 diagbox
14701 \series default
14702  is not installed:
14703 \end_layout
14704
14705 \end_inset
14706
14707
14708 \end_layout
14709
14710 \begin_layout Standard
14711 You need to install the \SpecialChar LaTeX
14712 -package 
14713 \series bold
14714 diagbox
14715 \series default
14716  to see the following part of this section in the output.
14717 \end_layout
14718
14719 \begin_layout Standard
14720 \begin_inset ERT
14721 status collapsed
14722
14723 \begin_layout Plain Layout
14724
14725
14726 \backslash
14727 fi
14728 \end_layout
14729
14730 \end_inset
14731
14732
14733 \end_layout
14734
14735 \begin_layout Standard
14736 For more info about the \SpecialChar LaTeX
14737 -package 
14738 \series bold
14739 diagbox
14740 \series default
14741 , see its documentation, 
14742 \begin_inset CommandInset citation
14743 LatexCommand cite
14744 key "diagbox"
14745
14746 \end_inset
14747
14748 .
14749 \end_layout
14750
14751 \begin_layout Section
14752 Formal Tables
14753 \begin_inset CommandInset label
14754 LatexCommand label
14755 name "sec:Formal-Tables"
14756
14757 \end_inset
14758
14759
14760 \begin_inset Index idx
14761 status collapsed
14762
14763 \begin_layout Plain Layout
14764 Table ! Formal
14765 \end_layout
14766
14767 \end_inset
14768
14769
14770 \end_layout
14771
14772 \begin_layout Standard
14773 Tables are often typeset in books similar to Table
14774 \begin_inset space ~
14775 \end_inset
14776
14777
14778 \begin_inset CommandInset ref
14779 LatexCommand ref
14780 reference "tab:Example-booktabs-table"
14781
14782 \end_inset
14783
14784 .
14785  This kind of tables is called 
14786 \begin_inset Quotes eld
14787 \end_inset
14788
14789
14790 \emph on
14791 formal
14792 \emph default
14793
14794 \begin_inset Quotes erd
14795 \end_inset
14796
14797 .
14798  To make a table a formal table use the option 
14799 \family sans
14800 Formal
14801 \family default
14802  in the 
14803 \family sans
14804 Borders
14805 \family default
14806  tab of the table dialog.
14807 \end_layout
14808
14809 \begin_layout Standard
14810 \begin_inset Float table
14811 placement h
14812 wide false
14813 sideways false
14814 status open
14815
14816 \begin_layout Plain Layout
14817 \begin_inset Caption Standard
14818
14819 \begin_layout Plain Layout
14820 \begin_inset CommandInset label
14821 LatexCommand label
14822 name "tab:Example-booktabs-table"
14823
14824 \end_inset
14825
14826 Example booktabs-table
14827 \end_layout
14828
14829 \end_inset
14830
14831
14832 \end_layout
14833
14834 \begin_layout Plain Layout
14835 \align center
14836 \begin_inset Tabular
14837 <lyxtabular version="3" rows="8" columns="4">
14838 <features booktabs="true" tabularvalignment="middle">
14839 <column alignment="center" valignment="top">
14840 <column alignment="center" valignment="top">
14841 <column alignment="center" valignment="top">
14842 <column alignment="center" valignment="top">
14843 <row>
14844 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14845 \begin_inset Text
14846
14847 \begin_layout Plain Layout
14848 System
14849 \end_layout
14850
14851 \end_inset
14852 </cell>
14853 <cell alignment="center" valignment="top" topline="true" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857 Chip
14858 \begin_inset space \thinspace{}
14859 \end_inset
14860
14861 1
14862 \end_layout
14863
14864 \end_inset
14865 </cell>
14866 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14867 \begin_inset Text
14868
14869 \begin_layout Plain Layout
14870 Chip
14871 \begin_inset space \thinspace{}
14872 \end_inset
14873
14874 2
14875 \end_layout
14876
14877 \end_inset
14878 </cell>
14879 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14880 \begin_inset Text
14881
14882 \begin_layout Plain Layout
14883
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 </row>
14889 <row>
14890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Plain Layout
14894 \begin_inset ERT
14895 status collapsed
14896
14897 \begin_layout Plain Layout
14898
14899
14900 \backslash
14901 cmidrule(r){2-2}
14902 \end_layout
14903
14904 \end_inset
14905
14906
14907 \begin_inset ERT
14908 status collapsed
14909
14910 \begin_layout Plain Layout
14911
14912
14913 \backslash
14914 cmidrule(l){3-4}
14915 \end_layout
14916
14917 \end_inset
14918
14919 Detector thickness in Âµm
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 <cell alignment="center" valignment="top" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Plain Layout
14928 300
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 <cell alignment="center" valignment="top" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937 300
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 <cell alignment="center" valignment="top" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Plain Layout
14946 700
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 </row>
14952 <row>
14953 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14954 \begin_inset Text
14955
14956 \begin_layout Plain Layout
14957 Edge angle in Â°
14958 \end_layout
14959
14960 \end_inset
14961 </cell>
14962 <cell alignment="center" valignment="top" topline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966 3.55
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 <cell alignment="center" valignment="top" topline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975 2.71
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" topline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 7.99
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 </row>
14990 <row topspace="default">
14991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14992 \begin_inset Text
14993
14994 \begin_layout Plain Layout
14995 Spatial resolution in Âµm
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 <cell alignment="center" valignment="top" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 4.26
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 <cell alignment="center" valignment="top" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 10.17
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 <cell alignment="center" valignment="top" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022 10.56
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 </row>
15028 <row topspace="default">
15029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033 MTF at 
15034 \begin_inset Formula $f_{\mathrm{max}}$
15035 \end_inset
15036
15037
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 <cell alignment="center" valignment="top" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Plain Layout
15046 0.53
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 <cell alignment="center" valignment="top" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055 0.37
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 <cell alignment="center" valignment="top" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Plain Layout
15064 0.39
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 </row>
15070 <row topspace="default">
15071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075 \begin_inset ERT
15076 status collapsed
15077
15078 \begin_layout Plain Layout
15079
15080
15081 \backslash
15082 cmidrule[2pt](l{10pt}){1-1}
15083 \end_layout
15084
15085 \end_inset
15086
15087 LSF-spatial resolution
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 <cell alignment="center" valignment="top" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 <cell alignment="center" valignment="top" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 <cell alignment="center" valignment="top" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 </row>
15120 <row>
15121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 in Âµm
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 129.7
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143 52.75
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 <cell alignment="center" valignment="top" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152 50.78
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 </row>
15158 <row>
15159 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163 in % of pixel size
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172 76.3
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 95.9
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190 92.3
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 </row>
15196 </lyxtabular>
15197
15198 \end_inset
15199
15200
15201 \end_layout
15202
15203 \end_inset
15204
15205
15206 \end_layout
15207
15208 \begin_layout Standard
15209 Spaces to table rows can be added using the 
15210 \family sans
15211 Borders
15212 \family default
15213  tab of the table dialog as described in section
15214 \begin_inset space ~
15215 \end_inset
15216
15217
15218 \begin_inset CommandInset ref
15219 LatexCommand ref
15220 reference "subsec:Row-Spacing"
15221
15222 \end_inset
15223
15224 .
15225 \end_layout
15226
15227 \begin_layout Standard
15228 Unlike normal tables, formal tables have no vertical table lines.
15229  The horizontal table lines can be set as for normal tables but they appear
15230  with different widths in the output:
15231 \begin_inset Newline newline
15232 \end_inset
15233
15234 The first and the last table line have a default width of 0.08
15235 \begin_inset space \thinspace{}
15236 \end_inset
15237
15238 em while the other lines have a default width of 0.05
15239 \begin_inset space \thinspace{}
15240 \end_inset
15241
15242 em.
15243 \end_layout
15244
15245 \begin_layout Standard
15246 The default widths can be changed with the following preamble lines
15247 \end_layout
15248
15249 \begin_layout Standard
15250
15251 \series bold
15252
15253 \backslash
15254 let
15255 \backslash
15256 mytoprule
15257 \backslash
15258 toprule
15259 \begin_inset Newline newline
15260 \end_inset
15261
15262
15263 \backslash
15264 renewcommand{
15265 \backslash
15266 toprule}{
15267 \backslash
15268 mytoprule[width]}
15269 \end_layout
15270
15271 \begin_layout Standard
15272 This example is for the first line, the so called 
15273 \series bold
15274 toprule
15275 \series default
15276 .
15277  If you want to change the width for the last line, replace 
15278 \series bold
15279 toprule
15280 \series default
15281  by 
15282 \series bold
15283 bottomrule
15284 \series default
15285 .
15286  To change the width for the other lines replace 
15287 \series bold
15288 toprule
15289 \series default
15290  by 
15291 \series bold
15292 midrule
15293 \series default
15294 .
15295  You can use all units listed in appendix
15296 \begin_inset space ~
15297 \end_inset
15298
15299
15300 \begin_inset CommandInset ref
15301 LatexCommand ref
15302 reference "cha:Units-available-in"
15303
15304 \end_inset
15305
15306  to set the width.
15307 \end_layout
15308
15309 \begin_layout Standard
15310 Lines that do not span all table columns can be created by setting a table
15311  line for multicolumn cells.
15312  \SpecialChar LyX
15313  will then internally use the command 
15314 \series bold
15315
15316 \backslash
15317 cmidrule
15318 \series default
15319  to create this line.
15320  Its full scheme is
15321 \end_layout
15322
15323 \begin_layout Standard
15324
15325 \series bold
15326
15327 \backslash
15328 cmidrule[height](trim){startcol-endcol}
15329 \end_layout
15330
15331 \begin_layout Standard
15332 The options of 
15333 \series bold
15334
15335 \backslash
15336 cmidrule
15337 \series default
15338  are currently not supported by \SpecialChar LyX
15339  so you have to use \SpecialChar TeX
15340  Code to be able to
15341  use them.
15342  
15343 \series bold
15344
15345 \backslash
15346 cmidrule
15347 \series default
15348 s can manually be created by inserting the command as \SpecialChar TeX
15349  Code as the first
15350  cell entry of the first cell of a row.
15351  The line is then drawn in the output above the current row.
15352 \end_layout
15353
15354 \begin_layout Standard
15355 The default for the optional 
15356 \series bold
15357 height
15358 \series default
15359  is 0.03
15360 \begin_inset space \thinspace{}
15361 \end_inset
15362
15363 em.
15364  
15365 \series bold
15366 startcol
15367 \series default
15368  is the number of the column where the line starts and 
15369 \series bold
15370 endcol
15371 \series default
15372  the column number where the line ends.
15373  The 
15374 \series bold
15375 endcol
15376 \series default
15377  always needs to be specified, also when the line should span only one column.
15378  The optional parameter 
15379 \series bold
15380 trim
15381 \series default
15382  could either be 
15383 \emph on
15384 l{trimwidth}
15385 \emph default
15386  or 
15387 \emph on
15388 r{trimwidth}
15389 \emph default
15390  where the 
15391 \emph on
15392 trimwidth
15393 \emph default
15394  is also optional.
15395  Using for example the parameter 
15396 \emph on
15397 l{2pt}
15398 \emph default
15399  means that the line is trimmed from its left end by 2
15400 \begin_inset space \thinspace{}
15401 \end_inset
15402
15403 pt.
15404  If you don't specify the 
15405 \emph on
15406 trimwidth
15407 \emph default
15408  the line is trimmed by the default of 0.5
15409 \begin_inset space \thinspace{}
15410 \end_inset
15411
15412 em.
15413 \end_layout
15414
15415 \begin_layout Standard
15416 \begin_inset VSpace bigskip
15417 \end_inset
15418
15419 Table
15420 \begin_inset space ~
15421 \end_inset
15422
15423
15424 \begin_inset CommandInset ref
15425 LatexCommand ref
15426 reference "tab:Example-booktabs-table"
15427
15428 \end_inset
15429
15430  was created using the commands
15431 \end_layout
15432
15433 \begin_layout Standard
15434
15435 \series bold
15436
15437 \backslash
15438 cmidrule(r){2-2}
15439 \backslash
15440 cmidrule(l){3-4}
15441 \end_layout
15442
15443 \begin_layout Standard
15444 at the beginning of the second row and
15445 \end_layout
15446
15447 \begin_layout Standard
15448
15449 \series bold
15450
15451 \backslash
15452 cmidrule[2pt](l{10pt}){1-1}
15453 \end_layout
15454
15455 \begin_layout Standard
15456 in the sixth row.
15457 \end_layout
15458
15459 \begin_layout Standard
15460 \begin_inset VSpace bigskip
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \begin_layout Standard
15467 You might want to have overlapping 
15468 \series bold
15469
15470 \backslash
15471 cmidrule
15472 \series default
15473 s as in in Table
15474 \begin_inset space ~
15475 \end_inset
15476
15477
15478 \begin_inset CommandInset ref
15479 LatexCommand ref
15480 reference "tab:Special-booktabs-table"
15481
15482 \end_inset
15483
15484 .
15485  This can be achieved with the \SpecialChar TeX
15486  Code command
15487 \end_layout
15488
15489 \begin_layout Standard
15490
15491 \series bold
15492
15493 \backslash
15494 morecmidrules
15495 \end_layout
15496
15497 \begin_layout Standard
15498 The command that was used for the second row of Table
15499 \begin_inset space ~
15500 \end_inset
15501
15502
15503 \begin_inset CommandInset ref
15504 LatexCommand ref
15505 reference "tab:Special-booktabs-table"
15506
15507 \end_inset
15508
15509  is
15510 \end_layout
15511
15512 \begin_layout Standard
15513
15514 \series bold
15515
15516 \backslash
15517 cmidrule(r){2-2}
15518 \backslash
15519 cmidrule(l){3-4}
15520 \backslash
15521 morecmidrules
15522 \backslash
15523 cmidrule{2-4}
15524 \end_layout
15525
15526 \begin_layout Standard
15527 The command for the sixth row is
15528 \end_layout
15529
15530 \begin_layout Standard
15531
15532 \series bold
15533
15534 \backslash
15535 midrule
15536 \backslash
15537 morecmidrules
15538 \backslash
15539 cmidrule{3-4}
15540 \end_layout
15541
15542 \begin_layout Standard
15543 \begin_inset VSpace bigskip
15544 \end_inset
15545
15546
15547 \end_layout
15548
15549 \begin_layout Standard
15550 If you are in any way not satisfied with the border line spacing, you can
15551  use the following command to produce lines that span over all table columns
15552 \series bold
15553 :
15554 \end_layout
15555
15556 \begin_layout Standard
15557
15558 \series bold
15559
15560 \backslash
15561 specialrule{width}{space above}{space below}
15562 \end_layout
15563
15564 \begin_layout Standard
15565 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15566 -package
15567  
15568 \series bold
15569 booktabs
15570 \series default
15571  
15572 \begin_inset CommandInset citation
15573 LatexCommand cite
15574 key "booktabs"
15575
15576 \end_inset
15577
15578 .
15579 \begin_inset Index idx
15580 status collapsed
15581
15582 \begin_layout Plain Layout
15583 \SpecialChar LaTeX
15584 -packages ! booktabs
15585 \end_layout
15586
15587 \end_inset
15588
15589
15590 \end_layout
15591
15592 \begin_layout Standard
15593 \begin_inset Float table
15594 placement h
15595 wide false
15596 sideways false
15597 status open
15598
15599 \begin_layout Plain Layout
15600 \begin_inset Caption Standard
15601
15602 \begin_layout Plain Layout
15603 \begin_inset CommandInset label
15604 LatexCommand label
15605 name "tab:Special-booktabs-table"
15606
15607 \end_inset
15608
15609 Special booktabs-table
15610 \end_layout
15611
15612 \end_inset
15613
15614
15615 \end_layout
15616
15617 \begin_layout Plain Layout
15618 \align center
15619 \begin_inset Tabular
15620 <lyxtabular version="3" rows="8" columns="4">
15621 <features booktabs="true" tabularvalignment="middle">
15622 <column alignment="center" valignment="top">
15623 <column alignment="center" valignment="top">
15624 <column alignment="center" valignment="top">
15625 <column alignment="center" valignment="top">
15626 <row>
15627 <cell alignment="center" valignment="top" topline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631 System
15632 \end_layout
15633
15634 \end_inset
15635 </cell>
15636 <cell alignment="center" valignment="top" topline="true" usebox="none">
15637 \begin_inset Text
15638
15639 \begin_layout Plain Layout
15640 Chip
15641 \begin_inset space \thinspace{}
15642 \end_inset
15643
15644 1
15645 \end_layout
15646
15647 \end_inset
15648 </cell>
15649 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15650 \begin_inset Text
15651
15652 \begin_layout Plain Layout
15653 Chip
15654 \begin_inset space \thinspace{}
15655 \end_inset
15656
15657 2
15658 \end_layout
15659
15660 \end_inset
15661 </cell>
15662 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 </row>
15672 <row>
15673 <cell alignment="center" valignment="top" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Plain Layout
15677 \begin_inset ERT
15678 status collapsed
15679
15680 \begin_layout Plain Layout
15681
15682
15683 \backslash
15684 cmidrule(r){2-2}
15685 \end_layout
15686
15687 \end_inset
15688
15689
15690 \begin_inset ERT
15691 status collapsed
15692
15693 \begin_layout Plain Layout
15694
15695
15696 \backslash
15697 cmidrule(l){3-4}
15698 \end_layout
15699
15700 \end_inset
15701
15702
15703 \begin_inset ERT
15704 status collapsed
15705
15706 \begin_layout Plain Layout
15707
15708
15709 \backslash
15710 morecmidrules 
15711 \end_layout
15712
15713 \end_inset
15714
15715
15716 \begin_inset ERT
15717 status collapsed
15718
15719 \begin_layout Plain Layout
15720
15721
15722 \backslash
15723 cmidrule{2-4}
15724 \end_layout
15725
15726 \end_inset
15727
15728 Detector thickness in Âµm
15729 \end_layout
15730
15731 \end_inset
15732 </cell>
15733 <cell alignment="center" valignment="top" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737 300
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 <cell alignment="center" valignment="top" usebox="none">
15743 \begin_inset Text
15744
15745 \begin_layout Plain Layout
15746 300
15747 \end_layout
15748
15749 \end_inset
15750 </cell>
15751 <cell alignment="center" valignment="top" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Plain Layout
15755 700
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 </row>
15761 <row>
15762 <cell alignment="center" valignment="top" topline="true" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Plain Layout
15766 Edge angle in Â°
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 <cell alignment="center" valignment="top" topline="true" usebox="none">
15772 \begin_inset Text
15773
15774 \begin_layout Plain Layout
15775 3.55
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 <cell alignment="center" valignment="top" topline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784 2.71
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 <cell alignment="center" valignment="top" topline="true" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793 7.99
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 </row>
15799 <row topspace="default">
15800 <cell alignment="center" valignment="top" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804 Spatial resolution in Âµm
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 4.26
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 <cell alignment="center" valignment="top" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822 10.17
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 <cell alignment="center" valignment="top" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831 10.56
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 </row>
15837 <row topspace="default">
15838 <cell alignment="center" valignment="top" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842 MTF at 
15843 \begin_inset Formula $f_{\mathrm{max}}$
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 <cell alignment="center" valignment="top" usebox="none">
15852 \begin_inset Text
15853
15854 \begin_layout Plain Layout
15855 0.53
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 <cell alignment="center" valignment="top" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864 0.37
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 <cell alignment="center" valignment="top" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873 0.39
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 </row>
15879 <row>
15880 <cell alignment="center" valignment="top" topline="true" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884 \begin_inset ERT
15885 status collapsed
15886
15887 \begin_layout Plain Layout
15888
15889
15890 \backslash
15891 morecmidrules 
15892 \end_layout
15893
15894 \end_inset
15895
15896
15897 \begin_inset ERT
15898 status collapsed
15899
15900 \begin_layout Plain Layout
15901
15902
15903 \backslash
15904 cmidrule{3-4}
15905 \end_layout
15906
15907 \end_inset
15908
15909 LSF-spatial resolution
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" topline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 <cell alignment="center" valignment="top" topline="true" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Plain Layout
15927
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 <cell alignment="center" valignment="top" topline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Plain Layout
15936
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 </row>
15942 <row>
15943 <cell alignment="center" valignment="top" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947 in Âµm
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 <cell alignment="center" valignment="top" usebox="none">
15953 \begin_inset Text
15954
15955 \begin_layout Plain Layout
15956 129.7
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 <cell alignment="center" valignment="top" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Plain Layout
15965 52.75
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 <cell alignment="center" valignment="top" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974 50.78
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 </row>
15980 <row>
15981 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985 in % of pixel size
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 76.3
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003 95.9
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Plain Layout
16012 92.3
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 </row>
16018 </lyxtabular>
16019
16020 \end_inset
16021
16022
16023 \end_layout
16024
16025 \end_inset
16026
16027
16028 \end_layout
16029
16030 \begin_layout Section
16031 Vertical Table Alignment
16032 \begin_inset Index idx
16033 status collapsed
16034
16035 \begin_layout Plain Layout
16036 Table ! Alignment
16037 \end_layout
16038
16039 \end_inset
16040
16041
16042 \end_layout
16043
16044 \begin_layout Standard
16045 To align tables vertically in a text line, the table must be inside a box.
16046  The box can then be vertically aligned as described in section
16047 \begin_inset space ~
16048 \end_inset
16049
16050
16051 \begin_inset CommandInset ref
16052 LatexCommand ref
16053 reference "sec:Box-Dialog"
16054
16055 \end_inset
16056
16057 .
16058 \end_layout
16059
16060 \begin_layout Standard
16061 In the following example the tables are inside a minipage
16062 \begin_inset Foot
16063 status collapsed
16064
16065 \begin_layout Plain Layout
16066 Minipages are described in section
16067 \begin_inset space ~
16068 \end_inset
16069
16070
16071 \begin_inset CommandInset ref
16072 LatexCommand ref
16073 reference "sec:Minipages"
16074
16075 \end_inset
16076
16077 .
16078 \end_layout
16079
16080 \end_inset
16081
16082  box that has a width of 15
16083 \begin_inset space \thinspace{}
16084 \end_inset
16085
16086 col%:
16087 \end_layout
16088
16089 \begin_layout Itemize
16090 test 
16091 \begin_inset Box Frameless
16092 position "t"
16093 hor_pos "c"
16094 has_inner_box 1
16095 inner_pos "c"
16096 use_parbox 0
16097 use_makebox 0
16098 width "15col%"
16099 special "none"
16100 height "1in"
16101 height_special "totalheight"
16102 thickness "0.4pt"
16103 separation "3pt"
16104 shadowsize "4pt"
16105 framecolor "black"
16106 backgroundcolor "none"
16107 status collapsed
16108
16109 \begin_layout Plain Layout
16110 \begin_inset Tabular
16111 <lyxtabular version="3" rows="3" columns="3">
16112 <features tabularvalignment="middle">
16113 <column alignment="center" valignment="top">
16114 <column alignment="center" valignment="top">
16115 <column alignment="center" valignment="top">
16116 <row>
16117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 a
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130 d
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139 g
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 </row>
16145 <row>
16146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Plain Layout
16150 b
16151 \end_layout
16152
16153 \end_inset
16154 </cell>
16155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16156 \begin_inset Text
16157
16158 \begin_layout Plain Layout
16159 e
16160 \end_layout
16161
16162 \end_inset
16163 </cell>
16164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Plain Layout
16168 h
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 </row>
16174 <row>
16175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179 c
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188 f
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197 i
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 </row>
16203 </lyxtabular>
16204
16205 \end_inset
16206
16207
16208 \end_layout
16209
16210 \end_inset
16211
16212  test 
16213 \begin_inset ERT
16214 status collapsed
16215
16216 \begin_layout Plain Layout
16217
16218
16219 \backslash
16220 raisebox{0.85
16221 \backslash
16222 baselineskip}{
16223 \end_layout
16224
16225 \end_inset
16226
16227
16228 \begin_inset Box Frameless
16229 position "t"
16230 hor_pos "c"
16231 has_inner_box 1
16232 inner_pos "c"
16233 use_parbox 0
16234 use_makebox 0
16235 width "15col%"
16236 special "none"
16237 height "1in"
16238 height_special "totalheight"
16239 thickness "0.4pt"
16240 separation "3pt"
16241 shadowsize "4pt"
16242 framecolor "black"
16243 backgroundcolor "none"
16244 status collapsed
16245
16246 \begin_layout Plain Layout
16247 \begin_inset Tabular
16248 <lyxtabular version="3" rows="3" columns="3">
16249 <features tabularvalignment="middle">
16250 <column alignment="center" valignment="top">
16251 <column alignment="center" valignment="top">
16252 <column alignment="center" valignment="top">
16253 <row>
16254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258 a
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16264 \begin_inset Text
16265
16266 \begin_layout Plain Layout
16267 d
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276 g
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 </row>
16282 <row>
16283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287 b
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296 e
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Plain Layout
16305 h
16306 \end_layout
16307
16308 \end_inset
16309 </cell>
16310 </row>
16311 <row>
16312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316 c
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325 f
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334 i
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 </row>
16340 </lyxtabular>
16341
16342 \end_inset
16343
16344
16345 \end_layout
16346
16347 \end_inset
16348
16349
16350 \begin_inset ERT
16351 status collapsed
16352
16353 \begin_layout Plain Layout
16354
16355 }
16356 \end_layout
16357
16358 \end_inset
16359
16360
16361 \end_layout
16362
16363 \begin_layout Itemize
16364 test 
16365 \begin_inset Box Frameless
16366 position "c"
16367 hor_pos "c"
16368 has_inner_box 1
16369 inner_pos "c"
16370 use_parbox 0
16371 use_makebox 0
16372 width "15col%"
16373 special "none"
16374 height "1in"
16375 height_special "totalheight"
16376 thickness "0.4pt"
16377 separation "3pt"
16378 shadowsize "4pt"
16379 framecolor "black"
16380 backgroundcolor "none"
16381 status collapsed
16382
16383 \begin_layout Plain Layout
16384 \begin_inset Tabular
16385 <lyxtabular version="3" rows="3" columns="3">
16386 <features tabularvalignment="middle">
16387 <column alignment="center" valignment="top">
16388 <column alignment="center" valignment="top">
16389 <column alignment="center" valignment="top">
16390 <row>
16391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395 a
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Plain Layout
16404 d
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413 g
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 </row>
16419 <row>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 b
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 e
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442 h
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 </row>
16448 <row>
16449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 c
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 f
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 i
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 </row>
16477 </lyxtabular>
16478
16479 \end_inset
16480
16481
16482 \end_layout
16483
16484 \end_inset
16485
16486
16487 \end_layout
16488
16489 \begin_layout Itemize
16490 test 
16491 \begin_inset Box Frameless
16492 position "b"
16493 hor_pos "c"
16494 has_inner_box 1
16495 inner_pos "c"
16496 use_parbox 0
16497 use_makebox 0
16498 width "15col%"
16499 special "none"
16500 height "1in"
16501 height_special "totalheight"
16502 thickness "0.4pt"
16503 separation "3pt"
16504 shadowsize "4pt"
16505 framecolor "black"
16506 backgroundcolor "none"
16507 status collapsed
16508
16509 \begin_layout Plain Layout
16510 \begin_inset Tabular
16511 <lyxtabular version="3" rows="3" columns="3">
16512 <features tabularvalignment="middle">
16513 <column alignment="center" valignment="top">
16514 <column alignment="center" valignment="top">
16515 <column alignment="center" valignment="top">
16516 <row>
16517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16518 \begin_inset Text
16519
16520 \begin_layout Plain Layout
16521 a
16522 \end_layout
16523
16524 \end_inset
16525 </cell>
16526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16527 \begin_inset Text
16528
16529 \begin_layout Plain Layout
16530 d
16531 \end_layout
16532
16533 \end_inset
16534 </cell>
16535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539 g
16540 \end_layout
16541
16542 \end_inset
16543 </cell>
16544 </row>
16545 <row>
16546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550 b
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559 e
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568 h
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 </row>
16574 <row>
16575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579 c
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588 f
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 i
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 </row>
16603 </lyxtabular>
16604
16605 \end_inset
16606
16607
16608 \end_layout
16609
16610 \end_inset
16611
16612  test 
16613 \begin_inset ERT
16614 status collapsed
16615
16616 \begin_layout Plain Layout
16617
16618
16619 \backslash
16620 raisebox{-0.32
16621 \backslash
16622 baselineskip}{
16623 \end_layout
16624
16625 \end_inset
16626
16627
16628 \begin_inset Box Frameless
16629 position "b"
16630 hor_pos "c"
16631 has_inner_box 1
16632 inner_pos "c"
16633 use_parbox 0
16634 use_makebox 0
16635 width "15col%"
16636 special "none"
16637 height "1in"
16638 height_special "totalheight"
16639 thickness "0.4pt"
16640 separation "3pt"
16641 shadowsize "4pt"
16642 framecolor "black"
16643 backgroundcolor "none"
16644 status collapsed
16645
16646 \begin_layout Plain Layout
16647 \begin_inset Tabular
16648 <lyxtabular version="3" rows="3" columns="3">
16649 <features tabularvalignment="middle">
16650 <column alignment="center" valignment="top">
16651 <column alignment="center" valignment="top">
16652 <column alignment="center" valignment="top">
16653 <row>
16654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658 a
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667 d
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676 g
16677 \end_layout
16678
16679 \end_inset
16680 </cell>
16681 </row>
16682 <row>
16683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687 b
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696 e
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705 h
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 </row>
16711 <row>
16712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 c
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725 f
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734 i
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 </row>
16740 </lyxtabular>
16741
16742 \end_inset
16743
16744
16745 \end_layout
16746
16747 \end_inset
16748
16749
16750 \begin_inset ERT
16751 status collapsed
16752
16753 \begin_layout Plain Layout
16754
16755 }
16756 \end_layout
16757
16758 \end_inset
16759
16760
16761 \end_layout
16762
16763 \begin_layout Standard
16764 As you will see, the content of the first and last table row is not correctly
16765  aligned.
16766  To get this alignment, the minipage box must be set into a raisebox.
16767 \begin_inset Foot
16768 status collapsed
16769
16770 \begin_layout Plain Layout
16771 Raiseboxes are described in section
16772 \begin_inset space ~
16773 \end_inset
16774
16775
16776 \begin_inset CommandInset ref
16777 LatexCommand ref
16778 reference "subsec:Vertical-Alignment"
16779
16780 \end_inset
16781
16782 .
16783 \end_layout
16784
16785 \end_inset
16786
16787  In the example above the second table in the first item is aligned using
16788  the \SpecialChar TeX
16789  Code command
16790 \end_layout
16791
16792 \begin_layout Standard
16793
16794 \series bold
16795
16796 \backslash
16797 raisebox{0.85
16798 \backslash
16799 baselineskip}{
16800 \end_layout
16801
16802 \begin_layout Standard
16803 before the box.
16804  After the box the closing brace 
16805 \series bold
16806 }
16807 \series default
16808  is inserted as \SpecialChar TeX
16809  Code.
16810  For the second table in the last item the command
16811 \end_layout
16812
16813 \begin_layout Standard
16814
16815 \series bold
16816
16817 \backslash
16818 raisebox{-0.32
16819 \backslash
16820 baselineskip}{
16821 \end_layout
16822
16823 \begin_layout Standard
16824 is used.
16825 \end_layout
16826
16827 \begin_layout Standard
16828 \begin_inset Note Greyedout
16829 status open
16830
16831 \begin_layout Plain Layout
16832
16833 \series bold
16834 Note:
16835 \series default
16836  The alignment of the table row content to the surrounding text line is
16837  not exact.
16838  The required value for the 
16839 \series bold
16840
16841 \backslash
16842 raisebox
16843 \series default
16844  command for this alignment depends on the document font, the font size,
16845  and the table line thickness.
16846 \end_layout
16847
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \begin_layout Section
16854 Colored Tables
16855 \begin_inset CommandInset label
16856 LatexCommand label
16857 name "sec:Colored-Tables"
16858
16859 \end_inset
16860
16861
16862 \begin_inset Index idx
16863 status collapsed
16864
16865 \begin_layout Plain Layout
16866 Table ! Color
16867 \end_layout
16868
16869 \end_inset
16870
16871
16872 \end_layout
16873
16874 \begin_layout Subsection
16875 Colored Cells
16876 \begin_inset Index idx
16877 status collapsed
16878
16879 \begin_layout Plain Layout
16880 Table Color ! for Cells
16881 \end_layout
16882
16883 \end_inset
16884
16885
16886 \begin_inset Index idx
16887 status collapsed
16888
16889 \begin_layout Plain Layout
16890 Color ! for Table Cells
16891 \end_layout
16892
16893 \end_inset
16894
16895
16896 \end_layout
16897
16898 \begin_layout Standard
16899 \begin_inset Float table
16900 placement h
16901 wide false
16902 sideways false
16903 status open
16904
16905 \begin_layout Plain Layout
16906 \begin_inset Caption Standard
16907
16908 \begin_layout Plain Layout
16909 \begin_inset CommandInset label
16910 LatexCommand label
16911 name "tab:Table-colored-without"
16912
16913 \end_inset
16914
16915 Table colored without using the package 
16916 \series bold
16917 colortbl
16918 \series default
16919
16920 \begin_inset Argument 1
16921 status collapsed
16922
16923 \begin_layout Plain Layout
16924 Table without colortbl
16925 \end_layout
16926
16927 \end_inset
16928
16929
16930 \end_layout
16931
16932 \end_inset
16933
16934
16935 \end_layout
16936
16937 \begin_layout Plain Layout
16938 \align center
16939 \begin_inset Tabular
16940 <lyxtabular version="3" rows="3" columns="3">
16941 <features tabularvalignment="middle">
16942 <column alignment="center" valignment="top">
16943 <column alignment="center" valignment="top">
16944 <column alignment="center" valignment="top">
16945 <row>
16946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950
16951 \color green
16952 a
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961
16962 \color red
16963 b
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972
16973 \color red
16974 c
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 </row>
16980 <row>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985
16986 \color green
16987 d
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996
16997 \color blue
16998 e
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007
17008 \color blue
17009 f
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 </row>
17015 <row>
17016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020
17021 \color green
17022 g
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031
17032 \color blue
17033 h
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042
17043 \color blue
17044 i
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 </row>
17050 </lyxtabular>
17051
17052 \end_inset
17053
17054
17055 \end_layout
17056
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \begin_layout Standard
17063 If you only need colored text, mark the cells and choose a color in the
17064  
17065 \family sans
17066 Text
17067 \begin_inset space ~
17068 \end_inset
17069
17070 Style
17071 \family default
17072  dialog (toolbar button 
17073 \begin_inset Info
17074 type  "icon"
17075 arg   "dialog-show character"
17076 \end_inset
17077
17078 ).
17079  This was used to create Table
17080 \begin_inset space ~
17081 \end_inset
17082
17083
17084 \begin_inset CommandInset ref
17085 LatexCommand ref
17086 reference "tab:Table-colored-without"
17087
17088 \end_inset
17089
17090 .
17091  In any other case you have to use the \SpecialChar LaTeX
17092 -package 
17093 \series bold
17094 colortbl
17095 \series default
17096 .
17097 \begin_inset Index idx
17098 status collapsed
17099
17100 \begin_layout Plain Layout
17101 \SpecialChar LaTeX
17102 -packages ! colortbl
17103 \end_layout
17104
17105 \end_inset
17106
17107
17108 \end_layout
17109
17110 \begin_layout Standard
17111 \begin_inset ERT
17112 status collapsed
17113
17114 \begin_layout Plain Layout
17115
17116
17117 \backslash
17118 ifcolortbl
17119 \end_layout
17120
17121 \end_inset
17122
17123
17124 \begin_inset Note Note
17125 status open
17126
17127 \begin_layout Plain Layout
17128 The following section part will only be displayed when the \SpecialChar LaTeX
17129 -package 
17130 \series bold
17131 colortbl
17132 \series default
17133  is installed.
17134 \end_layout
17135
17136 \end_inset
17137
17138
17139 \end_layout
17140
17141 \begin_layout Standard
17142 To create colored tables, 
17143 \series bold
17144 colortbl
17145 \series default
17146  must be loaded in the preamble with the line
17147 \end_layout
17148
17149 \begin_layout Standard
17150
17151 \series bold
17152
17153 \backslash
17154 usepackage{colortbl}
17155 \end_layout
17156
17157 \begin_layout Standard
17158 The color of a column is adjusted with the command
17159 \end_layout
17160
17161 \begin_layout Standard
17162
17163 \series bold
17164
17165 \backslash
17166 columncolor{name of color}
17167 \end_layout
17168
17169 \begin_layout Standard
17170 inside the command 
17171 \series bold
17172 >{ }
17173 \series default
17174 .
17175  More about the command 
17176 \series bold
17177 >{}
17178 \series default
17179  is contained in section
17180 \begin_inset space ~
17181 \end_inset
17182
17183
17184 \begin_inset CommandInset ref
17185 LatexCommand ref
17186 reference "subsec:Multicolumn-Calculations"
17187
17188 \end_inset
17189
17190 .
17191 \end_layout
17192
17193 \begin_layout Standard
17194 The following color names are predefined:
17195 \end_layout
17196
17197 \begin_layout Standard
17198
17199 \family sans
17200 red
17201 \family default
17202
17203 \family sans
17204 green
17205 \family default
17206
17207 \family sans
17208 yellow
17209 \family default
17210
17211 \family sans
17212 blue
17213 \family default
17214
17215 \family sans
17216 cyan
17217 \family default
17218
17219 \family sans
17220 magenta
17221 \family default
17222
17223 \family sans
17224 black
17225 \family default
17226  and 
17227 \family sans
17228 white
17229 \end_layout
17230
17231 \begin_layout Standard
17232 \begin_inset VSpace medskip
17233 \end_inset
17234
17235
17236 \end_layout
17237
17238 \begin_layout Standard
17239 If you add the option
17240 \end_layout
17241
17242 \begin_layout Standard
17243
17244 \series bold
17245 dvipsnames
17246 \end_layout
17247
17248 \begin_layout Standard
17249 to the document class options in the document settings, you can additionally
17250  use further 61
17251 \begin_inset space ~
17252 \end_inset
17253
17254 colors.
17255  These colors are listed in appendix
17256 \begin_inset space ~
17257 \end_inset
17258
17259
17260 \begin_inset CommandInset ref
17261 LatexCommand ref
17262 reference "chap:List-of-dvips-colornames"
17263
17264 \end_inset
17265
17266 .
17267  One of these colors, 
17268 \family sans
17269 Maroon
17270 \family default
17271 , is used as example in Table
17272 \begin_inset space ~
17273 \end_inset
17274
17275
17276 \begin_inset CommandInset ref
17277 LatexCommand ref
17278 reference "tab:Table-colored-using"
17279
17280 \end_inset
17281
17282 .
17283 \end_layout
17284
17285 \begin_layout Standard
17286 \begin_inset VSpace medskip
17287 \end_inset
17288
17289
17290 \end_layout
17291
17292 \begin_layout Standard
17293 You can also define your own color with the command
17294 \end_layout
17295
17296 \begin_layout Standard
17297
17298 \series bold
17299
17300 \backslash
17301 definecolor{color name}{color model}{color values}
17302 \end_layout
17303
17304 \begin_layout Standard
17305 The color model can be
17306 \end_layout
17307
17308 \begin_layout Labeling
17309 \labelwidthstring 00.00.0000
17310 cmyk: cyan, magenta, yellow, black
17311 \end_layout
17312
17313 \begin_layout Labeling
17314 \labelwidthstring 00.00.0000
17315 rgb: red, green blue
17316 \end_layout
17317
17318 \begin_layout Labeling
17319 \labelwidthstring 00.00.0000
17320 gray gray
17321 \end_layout
17322
17323 \begin_layout Standard
17324 and the color values are comma separated numbers between 0 and 1 describing
17325  the factor for the corresponding color of the color model.
17326 \end_layout
17327
17328 \begin_layout Standard
17329 You can e.
17330 \begin_inset space \thinspace{}
17331 \end_inset
17332
17333 g.
17334 \begin_inset space \space{}
17335 \end_inset
17336
17337 define the color "
17338 \emph on
17339 darkgreen
17340 \emph default
17341 " in the preamble with
17342 \end_layout
17343
17344 \begin_layout Standard
17345
17346 \series bold
17347
17348 \backslash
17349 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17350 \end_layout
17351
17352 \begin_layout Standard
17353 and the color "
17354 \emph on
17355 lightgray
17356 \emph default
17357 " with
17358 \end_layout
17359
17360 \begin_layout Standard
17361
17362 \series bold
17363
17364 \backslash
17365 definecolor{lightgray}{gray}{0.8}
17366 \end_layout
17367
17368 \begin_layout Standard
17369 \begin_inset VSpace medskip
17370 \end_inset
17371
17372
17373 \end_layout
17374
17375 \begin_layout Standard
17376 Lines are colored with the command
17377 \end_layout
17378
17379 \begin_layout Standard
17380
17381 \series bold
17382
17383 \backslash
17384 rowcolor{name of color}
17385 \end_layout
17386
17387 \begin_layout Standard
17388 and cells are colored with the command
17389 \end_layout
17390
17391 \begin_layout Standard
17392
17393 \series bold
17394
17395 \backslash
17396 cellcolor{name of color}
17397 \end_layout
17398
17399 \begin_layout Standard
17400 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17401  Code.
17402 \end_layout
17403
17404 \begin_layout Standard
17405 To color characters in the table, mark the cells and use the 
17406 \family sans
17407 Text
17408 \begin_inset space ~
17409 \end_inset
17410
17411 Style
17412 \family default
17413  dialog.
17414  If a cell contains \SpecialChar TeX
17415  Code mark only the characters, otherwise the colored
17416  \SpecialChar TeX
17417  Code will cause \SpecialChar LaTeX
17418  errors.
17419 \end_layout
17420
17421 \begin_layout Standard
17422 \begin_inset Note Greyedout
17423 status open
17424
17425 \begin_layout Plain Layout
17426
17427 \series bold
17428 Note:
17429 \series default
17430  Not all DVI-viewers are able to display self-defined colors.
17431 \end_layout
17432
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \begin_layout Standard
17439 \begin_inset VSpace bigskip
17440 \end_inset
17441
17442
17443 \end_layout
17444
17445 \begin_layout Standard
17446 To create Table
17447 \begin_inset space ~
17448 \end_inset
17449
17450
17451 \begin_inset CommandInset ref
17452 LatexCommand ref
17453 reference "tab:Table-colored-using"
17454
17455 \end_inset
17456
17457  do the following: The color of the first column should be 
17458 \emph on
17459 darkgreen
17460 \emph default
17461 .
17462  So insert
17463 \end_layout
17464
17465 \begin_layout Standard
17466
17467 \series bold
17468 >{
17469 \backslash
17470 columncolor{darkgreen}
17471 \backslash
17472 centering}c
17473 \end_layout
17474
17475 \begin_layout Standard
17476 as \SpecialChar LaTeX
17477 -argument for this column.
17478  The first row should be light blue, therefore the \SpecialChar TeX
17479  Code command
17480 \end_layout
17481
17482 \begin_layout Standard
17483
17484 \series bold
17485
17486 \backslash
17487 rowcolor{cyan}
17488 \end_layout
17489
17490 \begin_layout Standard
17491 is inserted to the first cell of this row.
17492  Note that this overwrites the column color for the first cell.
17493  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17494  Code
17495  command
17496 \end_layout
17497
17498 \begin_layout Standard
17499
17500 \series bold
17501
17502 \backslash
17503 cellcolor{Maroon}
17504 \end_layout
17505
17506 \begin_layout Standard
17507 The characters could now be colored using the menu 
17508 \family sans
17509 Edit\SpecialChar menuseparator
17510 Text
17511 \begin_inset space ~
17512 \end_inset
17513
17514 Style
17515 \family default
17516 .
17517 \end_layout
17518
17519 \begin_layout Standard
17520 \begin_inset Float table
17521 placement h
17522 wide false
17523 sideways false
17524 status open
17525
17526 \begin_layout Plain Layout
17527 \begin_inset Caption Standard
17528
17529 \begin_layout Plain Layout
17530 \begin_inset CommandInset label
17531 LatexCommand label
17532 name "tab:Table-colored-using"
17533
17534 \end_inset
17535
17536 Table colored using the package 
17537 \series bold
17538 colortbl
17539 \series default
17540
17541 \begin_inset Argument 1
17542 status collapsed
17543
17544 \begin_layout Plain Layout
17545 Table with colortbl
17546 \end_layout
17547
17548 \end_inset
17549
17550
17551 \end_layout
17552
17553 \end_inset
17554
17555
17556 \end_layout
17557
17558 \begin_layout Plain Layout
17559 \align center
17560 \begin_inset Tabular
17561 <lyxtabular version="3" rows="3" columns="3">
17562 <features tabularvalignment="middle">
17563 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17564 <column alignment="center" valignment="top">
17565 <column alignment="center" valignment="top">
17566 <row>
17567 <cell alignment="center" valignment="top" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571 \begin_inset ERT
17572 status collapsed
17573
17574 \begin_layout Plain Layout
17575
17576
17577 \backslash
17578 rowcolor{cyan}
17579 \end_layout
17580
17581 \end_inset
17582
17583
17584 \color magenta
17585 a
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 <cell alignment="center" valignment="top" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594
17595 \color red
17596 b
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 <cell alignment="center" valignment="top" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605
17606 \color red
17607 c
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 </row>
17613 <row>
17614 <cell alignment="center" valignment="top" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618
17619 \color yellow
17620 d
17621 \end_layout
17622
17623 \end_inset
17624 </cell>
17625 <cell alignment="center" valignment="top" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Plain Layout
17629
17630 \color blue
17631 e
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 <cell alignment="center" valignment="top" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640
17641 \color blue
17642 f
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 </row>
17648 <row>
17649 <cell alignment="center" valignment="top" usebox="none">
17650 \begin_inset Text
17651
17652 \begin_layout Plain Layout
17653
17654 \color yellow
17655 g
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 <cell alignment="center" valignment="top" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664
17665 \color blue
17666 h
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 <cell alignment="center" valignment="top" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675 \begin_inset ERT
17676 status collapsed
17677
17678 \begin_layout Plain Layout
17679
17680
17681 \backslash
17682 cellcolor{Maroon}
17683 \end_layout
17684
17685 \end_inset
17686
17687
17688 \color green
17689 i
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 </row>
17695 </lyxtabular>
17696
17697 \end_inset
17698
17699
17700 \end_layout
17701
17702 \end_inset
17703
17704
17705 \end_layout
17706
17707 \begin_layout Standard
17708 \begin_inset ERT
17709 status collapsed
17710
17711 \begin_layout Plain Layout
17712
17713
17714 \backslash
17715 else
17716 \end_layout
17717
17718 \end_inset
17719
17720
17721 \begin_inset Note Note
17722 status open
17723
17724 \begin_layout Plain Layout
17725 The following will be displayed when the \SpecialChar LaTeX
17726 -package 
17727 \series bold
17728 colortbl
17729 \series default
17730  is not installed:
17731 \end_layout
17732
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \begin_layout Standard
17739 You need to install the package 
17740 \series bold
17741 colortbl
17742 \series default
17743  to see the content of this section in the output.
17744 \end_layout
17745
17746 \begin_layout Standard
17747 \begin_inset ERT
17748 status collapsed
17749
17750 \begin_layout Plain Layout
17751
17752
17753 \backslash
17754 fi
17755 \end_layout
17756
17757 \end_inset
17758
17759
17760 \end_layout
17761
17762 \begin_layout Subsection
17763 Colored Rows
17764 \begin_inset Index idx
17765 status collapsed
17766
17767 \begin_layout Plain Layout
17768 Table Color ! for Rows
17769 \end_layout
17770
17771 \end_inset
17772
17773
17774 \begin_inset Index idx
17775 status collapsed
17776
17777 \begin_layout Plain Layout
17778 Color ! for Table Rows
17779 \end_layout
17780
17781 \end_inset
17782
17783
17784 \end_layout
17785
17786 \begin_layout Standard
17787 In case every second table row needs to be colored there is an alternative
17788  to the method described in the previous section: One loads the package
17789  
17790 \series bold
17791 xcolor
17792 \series default
17793
17794 \begin_inset Index idx
17795 status collapsed
17796
17797 \begin_layout Plain Layout
17798 \SpecialChar LaTeX
17799 -packages ! xcolor
17800 \begin_inset ERT
17801 status collapsed
17802
17803 \begin_layout Plain Layout
17804
17805
17806 \backslash
17807 vspace{4mm}
17808 \end_layout
17809
17810 \end_inset
17811
17812
17813 \end_layout
17814
17815 \end_inset
17816
17817  in the document preamble with the command
17818 \end_layout
17819
17820 \begin_layout Standard
17821
17822 \series bold
17823
17824 \backslash
17825 usepackage[table]{xcolor}
17826 \end_layout
17827
17828 \begin_layout Standard
17829
17830 \series bold
17831 xcolor
17832 \series default
17833  automatically loads also the package 
17834 \series bold
17835 colortbl
17836 \series default
17837
17838 \begin_inset Index idx
17839 status collapsed
17840
17841 \begin_layout Plain Layout
17842 \SpecialChar LaTeX
17843 -packages ! colortbl
17844 \end_layout
17845
17846 \end_inset
17847
17848 , so 
17849 \series bold
17850 colortbl
17851 \series default
17852  must be installed in your \SpecialChar LaTeX
17853 -distribution, otherwise you get \SpecialChar LaTeX
17854 -errors.
17855 \end_layout
17856
17857 \begin_layout Standard
17858 \begin_inset ERT
17859 status collapsed
17860
17861 \begin_layout Plain Layout
17862
17863
17864 \backslash
17865 ifcolortbl
17866 \end_layout
17867
17868 \end_inset
17869
17870
17871 \begin_inset Note Note
17872 status open
17873
17874 \begin_layout Plain Layout
17875 The following section part will only be displayed when the \SpecialChar LaTeX
17876 -package 
17877 \series bold
17878 colortbl
17879 \series default
17880  is installed.
17881 \end_layout
17882
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \begin_layout Standard
17889 The table rows are colored with the command
17890 \end_layout
17891
17892 \begin_layout Standard
17893
17894 \series bold
17895
17896 \backslash
17897 rowcolors[commands]{row number}{odd row color}{even row color}
17898 \end_layout
17899
17900 \begin_layout Standard
17901 that is either inserted in the document preamble or as \SpecialChar TeX
17902  Code before the
17903  first table to be colored.
17904  row
17905 \begin_inset space ~
17906 \end_inset
17907
17908 number is the number of the first row which should be colored according
17909  to the odd row color.
17910  commands can be additional commands that are executed before every table
17911  row.
17912  So for example the command
17913 \end_layout
17914
17915 \begin_layout Standard
17916
17917 \series bold
17918
17919 \backslash
17920 rowcolors{1}{white}{lightgray}
17921 \end_layout
17922
17923 \begin_layout Standard
17924 leads to the coloring scheme of Table
17925 \begin_inset space ~
17926 \end_inset
17927
17928
17929 \begin_inset CommandInset ref
17930 LatexCommand ref
17931 reference "tab:Table-rowcolors"
17932
17933 \end_inset
17934
17935 .
17936  The command
17937 \end_layout
17938
17939 \begin_layout Standard
17940
17941 \series bold
17942
17943 \backslash
17944 rowcolors[
17945 \backslash
17946 hline]{1}{lightgray}{cyan}
17947 \end_layout
17948
17949 \begin_layout Standard
17950 leads to the coloring scheme of Table
17951 \begin_inset space ~
17952 \end_inset
17953
17954
17955 \begin_inset CommandInset ref
17956 LatexCommand ref
17957 reference "tab:Table-rowcolors-2"
17958
17959 \end_inset
17960
17961 .
17962  If odd
17963 \begin_inset space ~
17964 \end_inset
17965
17966 row
17967 \begin_inset space ~
17968 \end_inset
17969
17970 color and/or even
17971 \begin_inset space ~
17972 \end_inset
17973
17974 row
17975 \begin_inset space ~
17976 \end_inset
17977
17978 color are left empty, no color will be used so that the command
17979 \end_layout
17980
17981 \begin_layout Standard
17982
17983 \series bold
17984
17985 \backslash
17986 rowcolors{1}{}{}
17987 \end_layout
17988
17989 \begin_layout Standard
17990 deletes all colors.
17991  
17992 \series bold
17993
17994 \backslash
17995 rowcolors
17996 \series default
17997  affects all tables following that command.
17998 \end_layout
17999
18000 \begin_layout Standard
18001 \begin_inset ERT
18002 status open
18003
18004 \begin_layout Plain Layout
18005
18006
18007 \backslash
18008 rowcolors{1}{white}{lightgray}
18009 \end_layout
18010
18011 \end_inset
18012
18013
18014 \end_layout
18015
18016 \begin_layout Standard
18017 \begin_inset Float table
18018 placement h
18019 wide false
18020 sideways false
18021 status open
18022
18023 \begin_layout Plain Layout
18024 \begin_inset Caption Standard
18025
18026 \begin_layout Plain Layout
18027 \begin_inset CommandInset label
18028 LatexCommand label
18029 name "tab:Table-rowcolors"
18030
18031 \end_inset
18032
18033 Table where every second row is colored light gray.
18034 \end_layout
18035
18036 \end_inset
18037
18038
18039 \end_layout
18040
18041 \begin_layout Plain Layout
18042 \align center
18043 \begin_inset Tabular
18044 <lyxtabular version="3" rows="4" columns="3">
18045 <features tabularvalignment="middle">
18046 <column alignment="center" valignment="top">
18047 <column alignment="center" valignment="top" width="0pt">
18048 <column alignment="center" valignment="top" width="0pt">
18049 <row>
18050 <cell alignment="center" valignment="top" usebox="none">
18051 \begin_inset Text
18052
18053 \begin_layout Plain Layout
18054 X
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 <cell alignment="center" valignment="top" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063 Y
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell alignment="center" valignment="top" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 Z
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 </row>
18078 <row>
18079 <cell alignment="center" valignment="top" usebox="none">
18080 \begin_inset Text
18081
18082 \begin_layout Plain Layout
18083 1
18084 \end_layout
18085
18086 \end_inset
18087 </cell>
18088 <cell alignment="center" valignment="top" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 2
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 <cell alignment="center" valignment="top" usebox="none">
18098 \begin_inset Text
18099
18100 \begin_layout Plain Layout
18101 3
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 </row>
18107 <row>
18108 <cell alignment="center" valignment="top" usebox="none">
18109 \begin_inset Text
18110
18111 \begin_layout Plain Layout
18112 4
18113 \end_layout
18114
18115 \end_inset
18116 </cell>
18117 <cell alignment="center" valignment="top" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121 5
18122 \end_layout
18123
18124 \end_inset
18125 </cell>
18126 <cell alignment="center" valignment="top" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130 6
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 </row>
18136 <row>
18137 <cell alignment="center" valignment="top" usebox="none">
18138 \begin_inset Text
18139
18140 \begin_layout Plain Layout
18141 7
18142 \end_layout
18143
18144 \end_inset
18145 </cell>
18146 <cell alignment="center" valignment="top" usebox="none">
18147 \begin_inset Text
18148
18149 \begin_layout Plain Layout
18150 8
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 9
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 </row>
18165 </lyxtabular>
18166
18167 \end_inset
18168
18169
18170 \end_layout
18171
18172 \end_inset
18173
18174
18175 \end_layout
18176
18177 \begin_layout Standard
18178 \begin_inset ERT
18179 status open
18180
18181 \begin_layout Plain Layout
18182
18183
18184 \backslash
18185 rowcolors[
18186 \backslash
18187 hline]{1}{lightgray}{cyan}
18188 \end_layout
18189
18190 \end_inset
18191
18192
18193 \end_layout
18194
18195 \begin_layout Standard
18196 \begin_inset Float table
18197 placement h
18198 wide false
18199 sideways false
18200 status open
18201
18202 \begin_layout Plain Layout
18203 \begin_inset Caption Standard
18204
18205 \begin_layout Plain Layout
18206 \begin_inset CommandInset label
18207 LatexCommand label
18208 name "tab:Table-rowcolors-2"
18209
18210 \end_inset
18211
18212 Table where every second row is colored cyan and at which there is a line
18213  between each row.
18214 \end_layout
18215
18216 \end_inset
18217
18218
18219 \end_layout
18220
18221 \begin_layout Plain Layout
18222 \align center
18223 \begin_inset Tabular
18224 <lyxtabular version="3" rows="4" columns="3">
18225 <features tabularvalignment="middle">
18226 <column alignment="center" valignment="top">
18227 <column alignment="center" valignment="top">
18228 <column alignment="center" valignment="top" width="0pt">
18229 <row>
18230 <cell alignment="center" valignment="top" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234 X
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 <cell alignment="center" valignment="top" usebox="none">
18240 \begin_inset Text
18241
18242 \begin_layout Plain Layout
18243 Y
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 <cell alignment="center" valignment="top" usebox="none">
18249 \begin_inset Text
18250
18251 \begin_layout Plain Layout
18252 Z
18253 \end_layout
18254
18255 \end_inset
18256 </cell>
18257 </row>
18258 <row>
18259 <cell alignment="center" valignment="top" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263 1
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 2
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 3
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 </row>
18287 <row>
18288 <cell alignment="center" valignment="top" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292 4
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 5
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell alignment="center" valignment="top" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310 6
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 </row>
18316 <row>
18317 <cell alignment="center" valignment="top" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321 7
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 <cell alignment="center" valignment="top" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330 8
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 <cell alignment="center" valignment="top" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339 9
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 </row>
18345 </lyxtabular>
18346
18347 \end_inset
18348
18349
18350 \end_layout
18351
18352 \end_inset
18353
18354
18355 \end_layout
18356
18357 \begin_layout Standard
18358 \begin_inset ERT
18359 status collapsed
18360
18361 \begin_layout Plain Layout
18362
18363
18364 \backslash
18365 rowcolors{1}{}{}
18366 \end_layout
18367
18368 \end_inset
18369
18370
18371 \begin_inset Note Note
18372 status collapsed
18373
18374 \begin_layout Plain Layout
18375 turns off the row coloring
18376 \end_layout
18377
18378 \end_inset
18379
18380
18381 \end_layout
18382
18383 \begin_layout Standard
18384 \begin_inset ERT
18385 status collapsed
18386
18387 \begin_layout Plain Layout
18388
18389
18390 \backslash
18391 else
18392 \end_layout
18393
18394 \end_inset
18395
18396
18397 \begin_inset Note Note
18398 status open
18399
18400 \begin_layout Plain Layout
18401 The following will be displayed when the \SpecialChar LaTeX
18402 -package 
18403 \series bold
18404 colortbl
18405 \series default
18406  is not installed:
18407 \end_layout
18408
18409 \end_inset
18410
18411
18412 \end_layout
18413
18414 \begin_layout Standard
18415 You need to install the package 
18416 \series bold
18417 colortbl
18418 \series default
18419  to see the content of this section in the output.
18420 \end_layout
18421
18422 \begin_layout Standard
18423 \begin_inset ERT
18424 status collapsed
18425
18426 \begin_layout Plain Layout
18427
18428
18429 \backslash
18430 fi
18431 \end_layout
18432
18433 \end_inset
18434
18435
18436 \end_layout
18437
18438 \begin_layout Subsection
18439 Colored Lines
18440 \begin_inset Index idx
18441 status collapsed
18442
18443 \begin_layout Plain Layout
18444 Table Color ! for Lines
18445 \end_layout
18446
18447 \end_inset
18448
18449
18450 \begin_inset Index idx
18451 status collapsed
18452
18453 \begin_layout Plain Layout
18454 Color ! for Table Lines
18455 \end_layout
18456
18457 \end_inset
18458
18459
18460 \end_layout
18461
18462 \begin_layout Standard
18463 As described in section
18464 \begin_inset space ~
18465 \end_inset
18466
18467
18468 \begin_inset CommandInset ref
18469 LatexCommand ref
18470 reference "subsec:Line-Thickness"
18471
18472 \end_inset
18473
18474 , the line thickness for all lines in a table can be adjusted with the length
18475  
18476 \series bold
18477
18478 \backslash
18479 arrayrulewidth
18480 \series default
18481 .
18482  It is set to 1.5
18483 \begin_inset space \thinspace{}
18484 \end_inset
18485
18486 pt for all tables of this section.
18487 \begin_inset ERT
18488 status collapsed
18489
18490 \begin_layout Plain Layout
18491
18492
18493 \backslash
18494 setlength{
18495 \backslash
18496 arrayrulewidth}{1.5pt}
18497 \end_layout
18498
18499 \end_inset
18500
18501
18502 \end_layout
18503
18504 \begin_layout Standard
18505 To color vertical lines for example with green, create the following column
18506  format in the document preamble, according to the description in section
18507 \begin_inset space ~
18508 \end_inset
18509
18510
18511 \begin_inset CommandInset ref
18512 LatexCommand ref
18513 reference "subsec:Customized-Format"
18514
18515 \end_inset
18516
18517 :
18518 \end_layout
18519
18520 \begin_layout Standard
18521
18522 \series bold
18523
18524 \backslash
18525 newcolumntype{W}{!{
18526 \backslash
18527 color{green}
18528 \backslash
18529 vline}}
18530 \end_layout
18531
18532 \begin_layout Standard
18533 For Table
18534 \begin_inset space ~
18535 \end_inset
18536
18537
18538 \begin_inset CommandInset ref
18539 LatexCommand ref
18540 reference "tab:Table-with-vertical-colored"
18541
18542 \end_inset
18543
18544  the \SpecialChar LaTeX
18545 -argument
18546 \series bold
18547  WcW
18548 \series default
18549  was used for the last column and
18550 \series bold
18551  Wc
18552 \series default
18553  for the other columns.
18554 \end_layout
18555
18556 \begin_layout Standard
18557 If you want to have several colors, define more column formats.
18558 \end_layout
18559
18560 \begin_layout Standard
18561 \begin_inset Float table
18562 placement h
18563 wide false
18564 sideways false
18565 status open
18566
18567 \begin_layout Plain Layout
18568 \begin_inset Caption Standard
18569
18570 \begin_layout Plain Layout
18571 \begin_inset CommandInset label
18572 LatexCommand label
18573 name "tab:Table-with-vertical-colored"
18574
18575 \end_inset
18576
18577 Table with colored vertical lines
18578 \end_layout
18579
18580 \end_inset
18581
18582
18583 \end_layout
18584
18585 \begin_layout Plain Layout
18586 \align center
18587 \begin_inset Tabular
18588 <lyxtabular version="3" rows="3" columns="3">
18589 <features tabularvalignment="middle">
18590 <column alignment="center" valignment="top" special="Wc">
18591 <column alignment="center" valignment="top" special="Wc">
18592 <column alignment="center" valignment="top" special="WcW">
18593 <row>
18594 <cell alignment="center" valignment="top" topline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598 sd
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 <cell alignment="center" valignment="top" topline="true" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 <cell alignment="center" valignment="top" topline="true" usebox="none">
18613 \begin_inset Text
18614
18615 \begin_layout Plain Layout
18616
18617 \end_layout
18618
18619 \end_inset
18620 </cell>
18621 </row>
18622 <row>
18623 <cell alignment="center" valignment="top" topline="true" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 <cell alignment="center" valignment="top" topline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636 sd
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 <cell alignment="center" valignment="top" topline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 </row>
18651 <row>
18652 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18662 \begin_inset Text
18663
18664 \begin_layout Plain Layout
18665
18666 \end_layout
18667
18668 \end_inset
18669 </cell>
18670 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18671 \begin_inset Text
18672
18673 \begin_layout Plain Layout
18674 sd
18675 \end_layout
18676
18677 \end_inset
18678 </cell>
18679 </row>
18680 </lyxtabular>
18681
18682 \end_inset
18683
18684
18685 \end_layout
18686
18687 \end_inset
18688
18689
18690 \end_layout
18691
18692 \begin_layout Standard
18693 \begin_inset VSpace bigskip
18694 \end_inset
18695
18696 To color horizontal lines for example with red, as in Table
18697 \begin_inset space ~
18698 \end_inset
18699
18700
18701 \begin_inset CommandInset ref
18702 LatexCommand ref
18703 reference "tab:Table-with-horizontal-colored"
18704
18705 \end_inset
18706
18707 , insert these commands in \SpecialChar TeX
18708  Code before the table or table float:
18709 \end_layout
18710
18711 \begin_layout Standard
18712
18713 \series bold
18714
18715 \backslash
18716 let
18717 \backslash
18718 myHlineC
18719 \backslash
18720 hline
18721 \begin_inset Newline newline
18722 \end_inset
18723
18724
18725 \backslash
18726 renewcommand{
18727 \backslash
18728 hline}
18729 \begin_inset Newline newline
18730 \end_inset
18731
18732
18733 \begin_inset Phantom HPhantom
18734 status open
18735
18736 \begin_layout Plain Layout
18737
18738 \series bold
18739 \begin_inset space ~
18740 \end_inset
18741
18742
18743 \end_layout
18744
18745 \end_inset
18746
18747 {
18748 \backslash
18749 arrayrulecolor{red}
18750 \backslash
18751 myHlineC
18752 \backslash
18753 arrayrulecolor{black}}
18754 \end_layout
18755
18756 \begin_layout Standard
18757 \begin_inset ERT
18758 status collapsed
18759
18760 \begin_layout Plain Layout
18761
18762
18763 \backslash
18764 let
18765 \backslash
18766 myHlineC
18767 \backslash
18768 hline
18769 \end_layout
18770
18771 \begin_layout Plain Layout
18772
18773
18774 \backslash
18775 renewcommand{
18776 \backslash
18777 hline}
18778 \end_layout
18779
18780 \begin_layout Plain Layout
18781
18782  {
18783 \backslash
18784 arrayrulecolor{red}
18785 \backslash
18786 myHlineC
18787 \backslash
18788 arrayrulecolor{black}}
18789 \end_layout
18790
18791 \end_inset
18792
18793
18794 \begin_inset Float table
18795 placement h
18796 wide false
18797 sideways false
18798 status open
18799
18800 \begin_layout Plain Layout
18801 \begin_inset Caption Standard
18802
18803 \begin_layout Plain Layout
18804 \begin_inset CommandInset label
18805 LatexCommand label
18806 name "tab:Table-with-horizontal-colored"
18807
18808 \end_inset
18809
18810 Table with colored horizontal lines
18811 \end_layout
18812
18813 \end_inset
18814
18815
18816 \end_layout
18817
18818 \begin_layout Plain Layout
18819 \align center
18820 \begin_inset Tabular
18821 <lyxtabular version="3" rows="3" columns="3">
18822 <features tabularvalignment="middle">
18823 <column alignment="center" valignment="top">
18824 <column alignment="center" valignment="top">
18825 <column alignment="center" valignment="top">
18826 <row>
18827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18828 \begin_inset Text
18829
18830 \begin_layout Plain Layout
18831 sd
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840
18841 \end_layout
18842
18843 \end_inset
18844 </cell>
18845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18846 \begin_inset Text
18847
18848 \begin_layout Plain Layout
18849
18850 \end_layout
18851
18852 \end_inset
18853 </cell>
18854 </row>
18855 <row>
18856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18857 \begin_inset Text
18858
18859 \begin_layout Plain Layout
18860
18861 \end_layout
18862
18863 \end_inset
18864 </cell>
18865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869 sd
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 </row>
18884 <row>
18885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907 sd
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 </row>
18913 </lyxtabular>
18914
18915 \end_inset
18916
18917
18918 \end_layout
18919
18920 \end_inset
18921
18922
18923 \end_layout
18924
18925 \begin_layout Standard
18926 To return to the default line color black, insert this command in \SpecialChar TeX
18927  Code
18928  after the table or table float:
18929 \end_layout
18930
18931 \begin_layout Standard
18932
18933 \series bold
18934
18935 \backslash
18936 renewcommand{
18937 \backslash
18938 hline}{
18939 \backslash
18940 myHlineC}
18941 \end_layout
18942
18943 \begin_layout Standard
18944 Table
18945 \begin_inset space ~
18946 \end_inset
18947
18948
18949 \begin_inset CommandInset ref
18950 LatexCommand ref
18951 reference "tab:Table-with-colored"
18952
18953 \end_inset
18954
18955  is an example with colored vertical and horizontal lines.
18956 \end_layout
18957
18958 \begin_layout Standard
18959 \begin_inset Float table
18960 placement h
18961 wide false
18962 sideways false
18963 status open
18964
18965 \begin_layout Plain Layout
18966 \begin_inset Caption Standard
18967
18968 \begin_layout Plain Layout
18969 \begin_inset CommandInset label
18970 LatexCommand label
18971 name "tab:Table-with-colored"
18972
18973 \end_inset
18974
18975 Table with colored lines
18976 \end_layout
18977
18978 \end_inset
18979
18980
18981 \end_layout
18982
18983 \begin_layout Plain Layout
18984 \align center
18985 \begin_inset Tabular
18986 <lyxtabular version="3" rows="3" columns="3">
18987 <features tabularvalignment="middle">
18988 <column alignment="center" valignment="top" special="Wc">
18989 <column alignment="center" valignment="top" special="Wc">
18990 <column alignment="center" valignment="top" special="WcW">
18991 <row>
18992 <cell alignment="center" valignment="top" topline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996 sd
18997 \end_layout
18998
18999 \end_inset
19000 </cell>
19001 <cell alignment="center" valignment="top" topline="true" usebox="none">
19002 \begin_inset Text
19003
19004 \begin_layout Plain Layout
19005
19006 \end_layout
19007
19008 \end_inset
19009 </cell>
19010 <cell alignment="center" valignment="top" topline="true" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014
19015 \end_layout
19016
19017 \end_inset
19018 </cell>
19019 </row>
19020 <row>
19021 <cell alignment="center" valignment="top" topline="true" usebox="none">
19022 \begin_inset Text
19023
19024 \begin_layout Plain Layout
19025
19026 \end_layout
19027
19028 \end_inset
19029 </cell>
19030 <cell alignment="center" valignment="top" topline="true" usebox="none">
19031 \begin_inset Text
19032
19033 \begin_layout Plain Layout
19034 sd
19035 \end_layout
19036
19037 \end_inset
19038 </cell>
19039 <cell alignment="center" valignment="top" topline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 </row>
19049 <row topspace="default">
19050 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19060 \begin_inset Text
19061
19062 \begin_layout Plain Layout
19063
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072 sd
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 </row>
19078 </lyxtabular>
19079
19080 \end_inset
19081
19082
19083 \end_layout
19084
19085 \end_inset
19086
19087
19088 \end_layout
19089
19090 \begin_layout Standard
19091 \begin_inset ERT
19092 status collapsed
19093
19094 \begin_layout Plain Layout
19095
19096
19097 \backslash
19098 renewcommand{
19099 \backslash
19100 hline}{
19101 \backslash
19102 myHlineC}
19103 \end_layout
19104
19105 \end_inset
19106
19107
19108 \end_layout
19109
19110 \begin_layout Standard
19111 \begin_inset ERT
19112 status collapsed
19113
19114 \begin_layout Plain Layout
19115
19116
19117 \backslash
19118 setlength{
19119 \backslash
19120 arrayrulewidth}{0.4pt}
19121 \end_layout
19122
19123 \end_inset
19124
19125
19126 \end_layout
19127
19128 \begin_layout Section
19129 Rotated Table Cells
19130 \begin_inset CommandInset label
19131 LatexCommand label
19132 name "sec:Rotated-Table-Cells"
19133
19134 \end_inset
19135
19136
19137 \begin_inset Index idx
19138 status collapsed
19139
19140 \begin_layout Plain Layout
19141 Table ! Rotated Cells
19142 \end_layout
19143
19144 \end_inset
19145
19146
19147 \begin_inset Index idx
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151 Rotated Material
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \begin_layout Standard
19160 \begin_inset Note Greyedout
19161 status open
19162
19163 \begin_layout Plain Layout
19164
19165 \series bold
19166 Note:
19167 \series default
19168  Not all DVI-viewers are able to display rotations.
19169 \end_layout
19170
19171 \end_inset
19172
19173
19174 \end_layout
19175
19176 \begin_layout Standard
19177 Table
19178 \begin_inset space ~
19179 \end_inset
19180
19181
19182 \begin_inset CommandInset ref
19183 LatexCommand ref
19184 reference "tab:Table-with-rotated-multi"
19185
19186 \end_inset
19187
19188  is an example where 3
19189 \begin_inset space ~
19190 \end_inset
19191
19192 cells were rotated by 45
19193 \begin_inset space \thinspace{}
19194 \end_inset
19195
19196 °.
19197 \end_layout
19198
19199 \begin_layout Standard
19200 \begin_inset Float table
19201 placement h
19202 wide false
19203 sideways false
19204 status open
19205
19206 \begin_layout Plain Layout
19207 \begin_inset Caption Standard
19208
19209 \begin_layout Plain Layout
19210 \begin_inset CommandInset label
19211 LatexCommand label
19212 name "tab:Table-with-rotated"
19213
19214 \end_inset
19215
19216 Table with rotated cells in the first row.
19217 \end_layout
19218
19219 \end_inset
19220
19221
19222 \end_layout
19223
19224 \begin_layout Plain Layout
19225 \noindent
19226 \align center
19227 \begin_inset Tabular
19228 <lyxtabular version="3" rows="2" columns="3">
19229 <features tabularvalignment="middle">
19230 <column alignment="center" valignment="top" width="0pt">
19231 <column alignment="center" valignment="top" width="0pt">
19232 <column alignment="center" valignment="top" width="0pt">
19233 <row>
19234 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19235 \begin_inset Text
19236
19237 \begin_layout Plain Layout
19238 cups
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247 plates
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256 saucers
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 </row>
19262 <row>
19263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267 45
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276 33
19277 \end_layout
19278
19279 \end_inset
19280 </cell>
19281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19282 \begin_inset Text
19283
19284 \begin_layout Plain Layout
19285 21
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 </row>
19291 </lyxtabular>
19292
19293 \end_inset
19294
19295
19296 \end_layout
19297
19298 \end_inset
19299
19300
19301 \end_layout
19302
19303 \begin_layout Standard
19304 \begin_inset Note Greyedout
19305 status open
19306
19307 \begin_layout Plain Layout
19308
19309 \series bold
19310 Note:
19311 \series default
19312  Line breaks (shortcut 
19313 \begin_inset Info
19314 type  "shortcut"
19315 arg   "newline-insert newline"
19316 \end_inset
19317
19318 ) are not allowed in rotated cells.
19319 \end_layout
19320
19321 \end_inset
19322
19323
19324 \end_layout
19325
19326 \begin_layout Standard
19327 If you want to rotate table cells containing line breaks, you have to put
19328  the cell content into a minipage or a parbox.
19329 \begin_inset Foot
19330 status collapsed
19331
19332 \begin_layout Plain Layout
19333 For more about these boxes see sec.
19334 \begin_inset space \thinspace{}
19335 \end_inset
19336
19337
19338 \begin_inset CommandInset ref
19339 LatexCommand ref
19340 reference "sec:Minipages"
19341
19342 \end_inset
19343
19344  and 
19345 \begin_inset CommandInset ref
19346 LatexCommand ref
19347 reference "sec:Parboxes"
19348
19349 \end_inset
19350
19351 .
19352 \end_layout
19353
19354 \end_inset
19355
19356  If you rotate this cell by 90
19357 \begin_inset space \thinspace{}
19358 \end_inset
19359
19360 ° the width of the box is the height of the cell.
19361  Table
19362 \begin_inset space ~
19363 \end_inset
19364
19365
19366 \begin_inset CommandInset ref
19367 LatexCommand ref
19368 reference "tab:Table-with-rotated-multi"
19369
19370 \end_inset
19371
19372  is an example for a rotated multiline cell where the box width was set
19373  to 3
19374 \begin_inset space \thinspace{}
19375 \end_inset
19376
19377 cm.
19378 \end_layout
19379
19380 \begin_layout Standard
19381 \begin_inset Float table
19382 wide false
19383 sideways false
19384 status open
19385
19386 \begin_layout Plain Layout
19387 \begin_inset Caption Standard
19388
19389 \begin_layout Plain Layout
19390 \begin_inset CommandInset label
19391 LatexCommand label
19392 name "tab:Table-with-rotated-multi"
19393
19394 \end_inset
19395
19396 Table with rotated multiline cell.
19397 \end_layout
19398
19399 \end_inset
19400
19401
19402 \end_layout
19403
19404 \begin_layout Plain Layout
19405 \noindent
19406 \align center
19407 \begin_inset Tabular
19408 <lyxtabular version="3" rows="2" columns="3">
19409 <features tabularvalignment="middle">
19410 <column alignment="center" valignment="top">
19411 <column alignment="center" valignment="top" width="0pt">
19412 <column alignment="center" valignment="top">
19413 <row>
19414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Plain Layout
19418 a
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427 \begin_inset Box Frameless
19428 position "t"
19429 hor_pos "c"
19430 has_inner_box 1
19431 inner_pos "t"
19432 use_parbox 0
19433 use_makebox 0
19434 width "3cm"
19435 special "none"
19436 height "1in"
19437 height_special "totalheight"
19438 thickness "0.4pt"
19439 separation "3pt"
19440 shadowsize "4pt"
19441 framecolor "black"
19442 backgroundcolor "none"
19443 status open
19444
19445 \begin_layout Plain Layout
19446 rotated cell
19447 \begin_inset Newline newline
19448 \end_inset
19449
19450 with line break
19451 \end_layout
19452
19453 \end_inset
19454
19455
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19461 \begin_inset Text
19462
19463 \begin_layout Plain Layout
19464 e
19465 \end_layout
19466
19467 \end_inset
19468 </cell>
19469 </row>
19470 <row>
19471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19472 \begin_inset Text
19473
19474 \begin_layout Plain Layout
19475 b
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484 c
19485 \end_layout
19486
19487 \end_inset
19488 </cell>
19489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19490 \begin_inset Text
19491
19492 \begin_layout Plain Layout
19493 d
19494 \end_layout
19495
19496 \end_inset
19497 </cell>
19498 </row>
19499 </lyxtabular>
19500
19501 \end_inset
19502
19503
19504 \end_layout
19505
19506 \end_inset
19507
19508
19509 \end_layout
19510
19511 \begin_layout Section
19512 Table Width Calculation
19513 \begin_inset CommandInset label
19514 LatexCommand label
19515 name "sec:Table-Width-Calculation"
19516
19517 \end_inset
19518
19519
19520 \end_layout
19521
19522 \begin_layout Standard
19523 For wide tables it is sometimes difficult to assure that the table does
19524  not protrude over the page margin.
19525  Setting a fixed width for every column of the table is the solution, but
19526  what amount of space is needed for each column?
19527 \end_layout
19528
19529 \begin_layout Standard
19530 The table width 
19531 \begin_inset Formula $W_{\mathrm{table}}$
19532 \end_inset
19533
19534  can be calculated: Every column has the width of the specified column width
19535  
19536 \begin_inset Formula $W_{\mathrm{column}}$
19537 \end_inset
19538
19539  (that the content of the column can consume) plus two times the separation
19540  between the column content and the column border (\SpecialChar LaTeX
19541  length
19542 \series bold
19543  
19544 \backslash
19545 tabcolsep
19546 \series default
19547 , default 6
19548 \begin_inset space \thinspace{}
19549 \end_inset
19550
19551 pt) plus the width of a border line (\SpecialChar LaTeX
19552  length 
19553 \series bold
19554
19555 \backslash
19556 arrayrulewidth
19557 \series default
19558 , default 0.4
19559 \begin_inset space \thinspace{}
19560 \end_inset
19561
19562 pt): So if all 
19563 \begin_inset Formula $n$
19564 \end_inset
19565
19566
19567 \begin_inset space ~
19568 \end_inset
19569
19570 columns have the same width, the table width is
19571 \begin_inset Formula 
19572 \begin{equation}
19573 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19574 \end{equation}
19575
19576 \end_inset
19577
19578
19579 \end_layout
19580
19581 \begin_layout Standard
19582 The available width for a table is the space between the page margins or
19583  the width of a text column (for a two-column document) (\SpecialChar LaTeX
19584  length 
19585 \series bold
19586
19587 \backslash
19588 columnwidth
19589 \series default
19590 ).
19591  If all table columns should have the same width and 
19592 \begin_inset Formula $W_{\mathrm{table}}$
19593 \end_inset
19594
19595  should be 1
19596 \begin_inset space \thinspace{}
19597 \end_inset
19598
19599
19600 \backslash
19601 columnwidth, 
19602 \begin_inset Formula $W_{\mathrm{column}}$
19603 \end_inset
19604
19605  can easily be calculated.
19606 \end_layout
19607
19608 \begin_layout Standard
19609 To be able to perform calculations you need to load the \SpecialChar LaTeX
19610 -package 
19611 \series bold
19612 calc
19613 \series default
19614
19615 \begin_inset Index idx
19616 status collapsed
19617
19618 \begin_layout Plain Layout
19619 \SpecialChar LaTeX
19620 -packages ! calc
19621 \end_layout
19622
19623 \end_inset
19624
19625  in the document preamble.
19626  To set the width in the table dialog you have to use the field 
19627 \family sans
19628 \SpecialChar LaTeX
19629  argument
19630 \family default
19631 .
19632  The command scheme for this field is the same that is explained in section
19633 \begin_inset space ~
19634 \end_inset
19635
19636
19637 \begin_inset CommandInset ref
19638 LatexCommand ref
19639 reference "subsec:Multicolumn-Calculations"
19640
19641 \end_inset
19642
19643 .
19644  For a table with 5
19645 \begin_inset space \thinspace{}
19646 \end_inset
19647
19648 columns with an uniform width and centered text, enter there for each column
19649  the command
19650 \end_layout
19651
19652 \begin_layout Standard
19653
19654 \series bold
19655 >{
19656 \backslash
19657 centering}p{(1
19658 \backslash
19659 columnwidth-62.4pt)/5}
19660 \end_layout
19661
19662 \begin_layout Standard
19663 For a table with 5
19664 \begin_inset space \thinspace{}
19665 \end_inset
19666
19667 columns where 2 should have 0.75
19668 \begin_inset space ~
19669 \end_inset
19670
19671 times the width than the 3 others, the calculation is
19672 \begin_inset Formula 
19673 \begin{align}
19674 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19675  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19676  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19677 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19678 \end{align}
19679
19680 \end_inset
19681
19682
19683 \end_layout
19684
19685 \begin_layout Standard
19686 In the table therefore the command
19687 \end_layout
19688
19689 \begin_layout Standard
19690
19691 \series bold
19692 >{
19693 \backslash
19694 centering}p{(1
19695 \backslash
19696 columnwidth-62.4pt)/
19697 \backslash
19698 real{4.5}}
19699 \end_layout
19700
19701 \begin_layout Standard
19702 is used for the wider columns and
19703 \end_layout
19704
19705 \begin_layout Standard
19706
19707 \series bold
19708 >{
19709 \backslash
19710 centering}p{(1
19711 \backslash
19712 columnwidth-62.4pt)/
19713 \backslash
19714 real{4.5}*
19715 \backslash
19716 real{0.75}}
19717 \end_layout
19718
19719 \begin_layout Standard
19720 for the smaller ones:
19721 \end_layout
19722
19723 \begin_layout Standard
19724 \begin_inset Tabular
19725 <lyxtabular version="3" rows="2" columns="5">
19726 <features tabularvalignment="middle">
19727 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19728 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19729 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19730 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19731 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19732 <row>
19733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737 1
19738 \end_layout
19739
19740 \end_inset
19741 </cell>
19742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746 2
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755 3
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764 4
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Plain Layout
19773 5
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 </row>
19779 <row>
19780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784 111111 1111111 111111 111111111 11111 11111 1111
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802 2222 22222 222222 222222222 2222222 22 22222
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Plain Layout
19820 333333 333333 333333 33333 3333333 333
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 </row>
19826 </lyxtabular>
19827
19828 \end_inset
19829
19830
19831 \end_layout
19832
19833 \begin_layout Section
19834 Table Customization
19835 \begin_inset Index idx
19836 status collapsed
19837
19838 \begin_layout Plain Layout
19839 Table Customization
19840 \end_layout
19841
19842 \end_inset
19843
19844
19845 \begin_inset Index idx
19846 status collapsed
19847
19848 \begin_layout Plain Layout
19849 Table ! Customization
19850 \end_layout
19851
19852 \end_inset
19853
19854
19855 \end_layout
19856
19857 \begin_layout Subsection
19858 Row Spacing
19859 \begin_inset CommandInset label
19860 LatexCommand label
19861 name "subsec:Row-Spacing"
19862
19863 \end_inset
19864
19865
19866 \begin_inset Index idx
19867 status collapsed
19868
19869 \begin_layout Plain Layout
19870 Table Customization ! Row Spacing
19871 \end_layout
19872
19873 \end_inset
19874
19875
19876 \end_layout
19877
19878 \begin_layout Standard
19879 You can add vertical space to table rows in the 
19880 \family sans
19881 Borders
19882 \family default
19883  tab of the table dialog.
19884  You find there three possibilities:
19885 \end_layout
19886
19887 \begin_layout Description
19888 Top
19889 \begin_inset space ~
19890 \end_inset
19891
19892 of
19893 \begin_inset space ~
19894 \end_inset
19895
19896 row will add space above the characters of the table row.
19897  If the table is a formal table
19898 \begin_inset Foot
19899 status collapsed
19900
19901 \begin_layout Plain Layout
19902 Formal tables are explained in section
19903 \begin_inset space ~
19904 \end_inset
19905
19906
19907 \begin_inset CommandInset ref
19908 LatexCommand ref
19909 reference "sec:Formal-Tables"
19910
19911 \end_inset
19912
19913 .
19914 \end_layout
19915
19916 \end_inset
19917
19918  \SpecialChar LyX
19919  will insert as default 0.5
19920 \begin_inset space \thinspace{}
19921 \end_inset
19922
19923 em space.
19924  For normal tables the inserted space will unfortunately destroy the vertical
19925  table lines as in the following table:
19926 \begin_inset VSpace medskip
19927 \end_inset
19928
19929
19930 \begin_inset Newline newline
19931 \end_inset
19932
19933
19934 \begin_inset space \hspace*{}
19935 \length 0pt
19936 \end_inset
19937
19938
19939 \begin_inset space \hfill{}
19940 \end_inset
19941
19942
19943 \begin_inset Tabular
19944 <lyxtabular version="3" rows="3" columns="1">
19945 <features tabularvalignment="middle">
19946 <column alignment="center" valignment="top">
19947 <row>
19948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Plain Layout
19952 A
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 </row>
19958 <row topspace="3mm">
19959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Plain Layout
19963 3
19964 \begin_inset space \thinspace{}
19965 \end_inset
19966
19967 mm space top of row
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 </row>
19973 <row>
19974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978 C
19979 \end_layout
19980
19981 \end_inset
19982 </cell>
19983 </row>
19984 </lyxtabular>
19985
19986 \end_inset
19987
19988
19989 \begin_inset space \hfill{}
19990 \end_inset
19991
19992
19993 \begin_inset space \hspace*{}
19994 \length 0pt
19995 \end_inset
19996
19997
19998 \begin_inset VSpace medskip
19999 \end_inset
20000
20001
20002 \begin_inset Newline newline
20003 \end_inset
20004
20005 So inserting space in the top of row for normal tables is only useful when
20006  you don't have vertical lines.
20007 \end_layout
20008
20009 \begin_layout Description
20010 Bottom
20011 \begin_inset space ~
20012 \end_inset
20013
20014 of
20015 \begin_inset space ~
20016 \end_inset
20017
20018 row will add space below the characters of the table row.
20019  If the table is a formal table \SpecialChar LyX
20020  will insert as default 0.5
20021 \begin_inset space \thinspace{}
20022 \end_inset
20023
20024 em space, for normal tables the default size is 2
20025 \begin_inset space \thinspace{}
20026 \end_inset
20027
20028 pt.
20029 \end_layout
20030
20031 \begin_layout Description
20032 Between
20033 \begin_inset space ~
20034 \end_inset
20035
20036 rows adds space between the current and the following row.
20037  If the table is a formal table \SpecialChar LyX
20038  will insert as default 0.5
20039 \begin_inset space \thinspace{}
20040 \end_inset
20041
20042 em space.
20043  For normal tables the inserted space will unfortunately destroy the vertical
20044  table lines as in the following table:
20045 \begin_inset VSpace medskip
20046 \end_inset
20047
20048
20049 \begin_inset Newline newline
20050 \end_inset
20051
20052
20053 \begin_inset space \hspace*{}
20054 \length 0pt
20055 \end_inset
20056
20057
20058 \begin_inset space \hfill{}
20059 \end_inset
20060
20061
20062 \begin_inset Tabular
20063 <lyxtabular version="3" rows="3" columns="1">
20064 <features tabularvalignment="middle">
20065 <column alignment="center" valignment="top">
20066 <row>
20067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071 A
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 </row>
20077 <row interlinespace="3mm">
20078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082 \begin_inset Formula $\downarrow$
20083 \end_inset
20084
20085  3
20086 \begin_inset space \thinspace{}
20087 \end_inset
20088
20089 mm space between row 
20090 \begin_inset Formula $\downarrow$
20091 \end_inset
20092
20093
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 </row>
20099 <row>
20100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20101 \begin_inset Text
20102
20103 \begin_layout Plain Layout
20104 \begin_inset Formula $\uparrow$
20105 \end_inset
20106
20107  3
20108 \begin_inset space \thinspace{}
20109 \end_inset
20110
20111 mm space between row 
20112 \begin_inset Formula $\uparrow$
20113 \end_inset
20114
20115
20116 \end_layout
20117
20118 \end_inset
20119 </cell>
20120 </row>
20121 </lyxtabular>
20122
20123 \end_inset
20124
20125
20126 \begin_inset space \hfill{}
20127 \end_inset
20128
20129
20130 \begin_inset space \hspace*{}
20131 \length 0pt
20132 \end_inset
20133
20134
20135 \begin_inset VSpace medskip
20136 \end_inset
20137
20138
20139 \begin_inset Newline newline
20140 \end_inset
20141
20142 So inserting space between rows for normal tables is only useful when you
20143  don't have vertical lines.
20144 \end_layout
20145
20146 \begin_layout Standard
20147 \begin_inset VSpace bigskip
20148 \end_inset
20149
20150 When you want to add extra height to all cells of all tables, you can do
20151  this with the following preamble lines:
20152 \end_layout
20153
20154 \begin_layout Standard
20155
20156 \series bold
20157
20158 \backslash
20159 @ifundefined{extrarowheight}
20160 \begin_inset Newline newline
20161 \end_inset
20162
20163
20164 \begin_inset Phantom HPhantom
20165 status open
20166
20167 \begin_layout Plain Layout
20168
20169 \series bold
20170 \begin_inset space ~
20171 \end_inset
20172
20173
20174 \end_layout
20175
20176 \end_inset
20177
20178 {
20179 \backslash
20180 usepackage{array}}{}
20181 \begin_inset Newline newline
20182 \end_inset
20183
20184
20185 \backslash
20186 setlength{
20187 \backslash
20188 extrarowheight}{height}
20189 \series default
20190
20191 \begin_inset Note Note
20192 status collapsed
20193
20194 \begin_layout Plain Layout
20195 The package 
20196 \series bold
20197 array
20198 \series default
20199  will be loaded automatically by \SpecialChar LyX
20200  when you use self defined table formats.
20201  To avoid that it being loaded twice the command 
20202 \series bold
20203
20204 \backslash
20205 @ifundefined
20206 \series default
20207  is used in the above command.
20208 \end_layout
20209
20210 \end_inset
20211
20212
20213 \end_layout
20214
20215 \begin_layout Standard
20216 where the 
20217 \family sans
20218 height
20219 \family default
20220  can have one of the units listed in appendix
20221 \begin_inset space ~
20222 \end_inset
20223
20224
20225 \begin_inset CommandInset ref
20226 LatexCommand ref
20227 reference "cha:Units-available-in"
20228
20229 \end_inset
20230
20231 .
20232  But this has the disadvantage that the cell texts are no longer exactly
20233  vertically centered.
20234 \end_layout
20235
20236 \begin_layout Standard
20237 If you are using font sizes larger than the normal size, the table borders
20238  are often too close to the letters.
20239  This can be corrected by inserting the command 
20240 \series bold
20241
20242 \backslash
20243 strut
20244 \series default
20245  in \SpecialChar TeX
20246  Code at the beginning of a table row.
20247  Table
20248 \begin_inset space ~
20249 \end_inset
20250
20251
20252 \begin_inset CommandInset ref
20253 LatexCommand ref
20254 reference "tab:Vertical-alignment-of"
20255
20256 \end_inset
20257
20258  illustrates the effect.
20259 \end_layout
20260
20261 \begin_layout Standard
20262 \noindent
20263 \begin_inset Float table
20264 placement h
20265 wide false
20266 sideways false
20267 status open
20268
20269 \begin_layout Plain Layout
20270 \begin_inset Caption Standard
20271
20272 \begin_layout Plain Layout
20273 \begin_inset CommandInset label
20274 LatexCommand label
20275 name "tab:Vertical-alignment-of"
20276
20277 \end_inset
20278
20279 Vertical alignment of text with large font sizes.
20280 \end_layout
20281
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \begin_layout Plain Layout
20288 \begin_inset space \hfill{}
20289 \end_inset
20290
20291
20292 \begin_inset Float table
20293 wide false
20294 sideways false
20295 status collapsed
20296
20297 \begin_layout Plain Layout
20298 \begin_inset Caption Standard
20299
20300 \begin_layout Plain Layout
20301 Normal table.
20302 \end_layout
20303
20304 \end_inset
20305
20306
20307 \end_layout
20308
20309 \begin_layout Plain Layout
20310 \noindent
20311 \align center
20312 \begin_inset Tabular
20313 <lyxtabular version="3" rows="6" columns="1">
20314 <features tabularvalignment="middle">
20315 <column alignment="left" valignment="top">
20316 <row>
20317 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321 Normal, g
20322 \end_layout
20323
20324 \end_inset
20325 </cell>
20326 </row>
20327 <row>
20328 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20329 \begin_inset Text
20330
20331 \begin_layout Plain Layout
20332
20333 \size large
20334 Large
20335 \end_layout
20336
20337 \end_inset
20338 </cell>
20339 </row>
20340 <row>
20341 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20342 \begin_inset Text
20343
20344 \begin_layout Plain Layout
20345
20346 \size larger
20347 Larger
20348 \end_layout
20349
20350 \end_inset
20351 </cell>
20352 </row>
20353 <row>
20354 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20355 \begin_inset Text
20356
20357 \begin_layout Plain Layout
20358
20359 \size largest
20360 Largest
20361 \end_layout
20362
20363 \end_inset
20364 </cell>
20365 </row>
20366 <row>
20367 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371
20372 \size huge
20373 Huge
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 </row>
20379 <row>
20380 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384
20385 \size huge
20386 Huger
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 </row>
20392 </lyxtabular>
20393
20394 \end_inset
20395
20396
20397 \end_layout
20398
20399 \end_inset
20400
20401
20402 \begin_inset space \hfill{}
20403 \end_inset
20404
20405
20406 \begin_inset Float table
20407 wide false
20408 sideways false
20409 status collapsed
20410
20411 \begin_layout Plain Layout
20412 \begin_inset Caption Standard
20413
20414 \begin_layout Plain Layout
20415 Table using the command 
20416 \series bold
20417
20418 \backslash
20419 strut
20420 \series default
20421 .
20422 \end_layout
20423
20424 \end_inset
20425
20426
20427 \end_layout
20428
20429 \begin_layout Plain Layout
20430 \noindent
20431 \align center
20432 \begin_inset Tabular
20433 <lyxtabular version="3" rows="6" columns="1">
20434 <features tabularvalignment="middle">
20435 <column alignment="left" valignment="top">
20436 <row>
20437 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20438 \begin_inset Text
20439
20440 \begin_layout Plain Layout
20441 Normal, g
20442 \end_layout
20443
20444 \end_inset
20445 </cell>
20446 </row>
20447 <row>
20448 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20449 \begin_inset Text
20450
20451 \begin_layout Plain Layout
20452
20453 \size large
20454 \begin_inset ERT
20455 status collapsed
20456
20457 \begin_layout Plain Layout
20458
20459
20460 \backslash
20461 strut 
20462 \end_layout
20463
20464 \end_inset
20465
20466 Large
20467 \end_layout
20468
20469 \end_inset
20470 </cell>
20471 </row>
20472 <row>
20473 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20474 \begin_inset Text
20475
20476 \begin_layout Plain Layout
20477
20478 \size larger
20479 \begin_inset ERT
20480 status collapsed
20481
20482 \begin_layout Plain Layout
20483
20484
20485 \backslash
20486 strut 
20487 \end_layout
20488
20489 \end_inset
20490
20491 Larger
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 </row>
20497 <row>
20498 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20499 \begin_inset Text
20500
20501 \begin_layout Plain Layout
20502
20503 \size largest
20504 \begin_inset ERT
20505 status collapsed
20506
20507 \begin_layout Plain Layout
20508
20509
20510 \backslash
20511 strut 
20512 \end_layout
20513
20514 \end_inset
20515
20516 Largest
20517 \end_layout
20518
20519 \end_inset
20520 </cell>
20521 </row>
20522 <row>
20523 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20524 \begin_inset Text
20525
20526 \begin_layout Plain Layout
20527
20528 \size huge
20529 \begin_inset ERT
20530 status collapsed
20531
20532 \begin_layout Plain Layout
20533
20534
20535 \backslash
20536 strut 
20537 \end_layout
20538
20539 \end_inset
20540
20541 Huge
20542 \end_layout
20543
20544 \end_inset
20545 </cell>
20546 </row>
20547 <row>
20548 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20549 \begin_inset Text
20550
20551 \begin_layout Plain Layout
20552
20553 \size giant
20554 \begin_inset ERT
20555 status collapsed
20556
20557 \begin_layout Plain Layout
20558
20559
20560 \backslash
20561 strut 
20562 \end_layout
20563
20564 \end_inset
20565
20566
20567 \size huge
20568 Huger
20569 \end_layout
20570
20571 \end_inset
20572 </cell>
20573 </row>
20574 </lyxtabular>
20575
20576 \end_inset
20577
20578
20579 \end_layout
20580
20581 \end_inset
20582
20583
20584 \begin_inset space \hfill{}
20585 \end_inset
20586
20587
20588 \end_layout
20589
20590 \end_inset
20591
20592
20593 \end_layout
20594
20595 \begin_layout Subsection
20596 Special Cell Alignment
20597 \begin_inset CommandInset label
20598 LatexCommand label
20599 name "subsec:Special-Cell-Alignment"
20600
20601 \end_inset
20602
20603
20604 \begin_inset Index idx
20605 status collapsed
20606
20607 \begin_layout Plain Layout
20608 Table Customization ! Special Cell Alignment
20609 \end_layout
20610
20611 \end_inset
20612
20613
20614 \end_layout
20615
20616 \begin_layout Standard
20617 Sometimes it looks better when the cell entries of a column are aligned
20618  with a special character, e.
20619 \begin_inset space \thinspace{}
20620 \end_inset
20621
20622 g.
20623 \begin_inset space \space{}
20624 \end_inset
20625
20626 with the decimal separator as in Table
20627 \begin_inset space ~
20628 \end_inset
20629
20630
20631 \begin_inset CommandInset ref
20632 LatexCommand ref
20633 reference "tab:Table-cells-align"
20634
20635 \end_inset
20636
20637 .
20638  This alignment is achieved by setting the cursor into the column and then
20639  either pressing the toolbar button 
20640 \begin_inset Info
20641 type  "icon"
20642 arg   "tabular-feature align-decimal"
20643 \end_inset
20644
20645  or setting the alignment in the table settings to 
20646 \family sans
20647 At
20648 \begin_inset space ~
20649 \end_inset
20650
20651 Decimal
20652 \begin_inset space ~
20653 \end_inset
20654
20655 Separator
20656 \family default
20657 .
20658  The alignment character can be a character of your choice and is specified
20659  in the table settings.
20660 \end_layout
20661
20662 \begin_layout Standard
20663 \begin_inset Float table
20664 placement h
20665 wide false
20666 sideways false
20667 status open
20668
20669 \begin_layout Plain Layout
20670 \begin_inset Caption Standard
20671
20672 \begin_layout Plain Layout
20673 \begin_inset CommandInset label
20674 LatexCommand label
20675 name "tab:Table-cells-align"
20676
20677 \end_inset
20678
20679 Table cells of a column aligned with the decimal separator.
20680 \end_layout
20681
20682 \end_inset
20683
20684
20685 \end_layout
20686
20687 \begin_layout Plain Layout
20688 \align center
20689 \begin_inset Tabular
20690 <lyxtabular version="3" rows="4" columns="1">
20691 <features booktabs="true" tabularvalignment="middle">
20692 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20693 <row>
20694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698 heading
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 </row>
20704 <row>
20705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709 12.6
20710 \end_layout
20711
20712 \end_inset
20713 </cell>
20714 </row>
20715 <row>
20716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720 0.68
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 </row>
20726 <row>
20727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20728 \begin_inset Text
20729
20730 \begin_layout Plain Layout
20731 -123.0
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 </row>
20737 </lyxtabular>
20738
20739 \end_inset
20740
20741
20742 \end_layout
20743
20744 \end_inset
20745
20746
20747 \end_layout
20748
20749 \begin_layout Standard
20750 \begin_inset Float table
20751 placement h
20752 wide false
20753 sideways false
20754 status open
20755
20756 \begin_layout Plain Layout
20757 \begin_inset Caption Standard
20758
20759 \begin_layout Plain Layout
20760 \begin_inset CommandInset label
20761 LatexCommand label
20762 name "tab:Table-align-operator"
20763
20764 \end_inset
20765
20766 Table cells of a column aligned with the operators.
20767 \end_layout
20768
20769 \end_inset
20770
20771
20772 \end_layout
20773
20774 \begin_layout Plain Layout
20775 \align center
20776 \begin_inset Tabular
20777 <lyxtabular version="3" rows="4" columns="2">
20778 <features booktabs="true" tabularvalignment="middle">
20779 <column alignment="right" valignment="top" width="0pt">
20780 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20781 <row>
20782 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20783 \begin_inset Text
20784
20785 \begin_layout Plain Layout
20786 heading
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795
20796 \end_layout
20797
20798 \end_inset
20799 </cell>
20800 </row>
20801 <row>
20802 <cell alignment="center" valignment="top" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806 \begin_inset Formula $12\,+$
20807 \end_inset
20808
20809
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 <cell alignment="center" valignment="top" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818 \begin_inset Formula $\,6$
20819 \end_inset
20820
20821
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 </row>
20827 <row>
20828 <cell alignment="center" valignment="top" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832 \begin_inset Formula $0\,-$
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 <cell alignment="center" valignment="top" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844 \begin_inset Formula $\,68$
20845 \end_inset
20846
20847
20848 \end_layout
20849
20850 \end_inset
20851 </cell>
20852 </row>
20853 <row>
20854 <cell alignment="center" valignment="top" usebox="none">
20855 \begin_inset Text
20856
20857 \begin_layout Plain Layout
20858 \begin_inset Formula $-123\,/$
20859 \end_inset
20860
20861
20862 \end_layout
20863
20864 \end_inset
20865 </cell>
20866 <cell alignment="center" valignment="top" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870 \begin_inset Formula $\,0$
20871 \end_inset
20872
20873
20874 \end_layout
20875
20876 \end_inset
20877 </cell>
20878 </row>
20879 </lyxtabular>
20880
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \end_inset
20887
20888
20889 \end_layout
20890
20891 \begin_layout Standard
20892 For alignments at characters in formulas this method does not work because
20893  the field to specify the alignment character does not allow formulas.
20894  In this case one need to use the method from Table
20895 \begin_inset space ~
20896 \end_inset
20897
20898
20899 \begin_inset CommandInset ref
20900 LatexCommand ref
20901 reference "tab:Table-align-operator"
20902
20903 \end_inset
20904
20905 .
20906  This table was created with a 4×2 table.
20907  The heading is a centered multicolumn.
20908  The first column is right-aligned and contains the first part including
20909  the operator.
20910  The second column is left aligned and contains the rest.
20911  A small space was added at the beginning of each cell of the second column
20912  to get the space that is usually around operators.
20913  To omit the space that is normally between two table columns, the following
20914  \SpecialChar LaTeX
20915 -argument was used for the second column:
20916 \end_layout
20917
20918 \begin_layout Standard
20919
20920 \series bold
20921 @{}l
20922 \end_layout
20923
20924 \begin_layout Standard
20925 Table
20926 \begin_inset space ~
20927 \end_inset
20928
20929
20930 \begin_inset CommandInset ref
20931 LatexCommand ref
20932 reference "tab:Several-table-cell"
20933
20934 \end_inset
20935
20936  shows some example alignments.
20937  For the alignment with the relation sign, a small space was added like
20938  for the second column of Table
20939 \begin_inset space ~
20940 \end_inset
20941
20942
20943 \begin_inset CommandInset ref
20944 LatexCommand ref
20945 reference "tab:Table-align-operator"
20946
20947 \end_inset
20948
20949 .
20950 \end_layout
20951
20952 \begin_layout Standard
20953 \begin_inset Float table
20954 placement h
20955 wide false
20956 sideways false
20957 status open
20958
20959 \begin_layout Plain Layout
20960 \begin_inset Caption Standard
20961
20962 \begin_layout Plain Layout
20963 \begin_inset CommandInset label
20964 LatexCommand label
20965 name "tab:Several-table-cell"
20966
20967 \end_inset
20968
20969 Several table cell alignments.
20970 \end_layout
20971
20972 \end_inset
20973
20974
20975 \end_layout
20976
20977 \begin_layout Plain Layout
20978 \align center
20979 \begin_inset Tabular
20980 <lyxtabular version="3" rows="4" columns="6">
20981 <features tabularvalignment="middle">
20982 <column alignment="right" valignment="top">
20983 <column alignment="left" valignment="top" special="@{}l">
20984 <column alignment="right" valignment="top">
20985 <column alignment="left" valignment="top" special="@{}l">
20986 <column alignment="right" valignment="top">
20987 <column alignment="left" valignment="top" special="@{}l">
20988 <row>
20989 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993 units
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21008 \begin_inset Text
21009
21010 \begin_layout Plain Layout
21011 exponents
21012 \end_layout
21013
21014 \end_inset
21015 </cell>
21016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21017 \begin_inset Text
21018
21019 \begin_layout Plain Layout
21020
21021 \end_layout
21022
21023 \end_inset
21024 </cell>
21025 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21026 \begin_inset Text
21027
21028 \begin_layout Plain Layout
21029 relations
21030 \end_layout
21031
21032 \end_inset
21033 </cell>
21034 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21035 \begin_inset Text
21036
21037 \begin_layout Plain Layout
21038
21039 \end_layout
21040
21041 \end_inset
21042 </cell>
21043 </row>
21044 <row>
21045 <cell alignment="center" valignment="top" usebox="none">
21046 \begin_inset Text
21047
21048 \begin_layout Plain Layout
21049 12×
21050 \end_layout
21051
21052 \end_inset
21053 </cell>
21054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21055 \begin_inset Text
21056
21057 \begin_layout Plain Layout
21058 24
21059 \begin_inset space \thinspace{}
21060 \end_inset
21061
21062 bottles
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 <cell alignment="center" valignment="top" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071 \begin_inset Formula $10\cdot$
21072 \end_inset
21073
21074
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21080 \begin_inset Text
21081
21082 \begin_layout Plain Layout
21083 \begin_inset Formula $10^{\mbox{-}17}$
21084 \end_inset
21085
21086
21087 \end_layout
21088
21089 \end_inset
21090 </cell>
21091 <cell alignment="center" valignment="top" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095 \begin_inset Formula $\Gamma(t)\propto$
21096 \end_inset
21097
21098
21099 \end_layout
21100
21101 \end_inset
21102 </cell>
21103 <cell alignment="center" valignment="top" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Plain Layout
21107 \begin_inset Formula $\:\Upsilon(t)$
21108 \end_inset
21109
21110
21111 \end_layout
21112
21113 \end_inset
21114 </cell>
21115 </row>
21116 <row>
21117 <cell alignment="center" valignment="top" usebox="none">
21118 \begin_inset Text
21119
21120 \begin_layout Plain Layout
21121 1024×
21122 \end_layout
21123
21124 \end_inset
21125 </cell>
21126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21127 \begin_inset Text
21128
21129 \begin_layout Plain Layout
21130 768
21131 \begin_inset space \thinspace{}
21132 \end_inset
21133
21134 Pixels
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 <cell alignment="center" valignment="top" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143 \begin_inset Formula $5.78\cdot$
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21152 \begin_inset Text
21153
21154 \begin_layout Plain Layout
21155 \begin_inset Formula $10^{7}$
21156 \end_inset
21157
21158
21159 \end_layout
21160
21161 \end_inset
21162 </cell>
21163 <cell alignment="center" valignment="top" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167 \begin_inset Formula $A\ne$
21168 \end_inset
21169
21170
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 <cell alignment="center" valignment="top" usebox="none">
21176 \begin_inset Text
21177
21178 \begin_layout Plain Layout
21179 \begin_inset Formula $\:B_{\mathrm{red}}$
21180 \end_inset
21181
21182
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 </row>
21188 <row>
21189 <cell alignment="center" valignment="top" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193 32×
21194 \end_layout
21195
21196 \end_inset
21197 </cell>
21198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202 6
21203 \begin_inset space \thinspace{}
21204 \end_inset
21205
21206 cm
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 <cell alignment="center" valignment="top" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Plain Layout
21215 -
21216 \begin_inset Formula $33.5\cdot$
21217 \end_inset
21218
21219
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228 \begin_inset Formula $10^{4}$
21229 \end_inset
21230
21231
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 <cell alignment="center" valignment="top" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240 \begin_inset Formula $\sin(\alpha)\ge$
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 <cell alignment="center" valignment="top" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252 \begin_inset Formula $\:\sin(\beta)$
21253 \end_inset
21254
21255
21256 \end_layout
21257
21258 \end_inset
21259 </cell>
21260 </row>
21261 </lyxtabular>
21262
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \end_inset
21269
21270
21271 \end_layout
21272
21273 \begin_layout Subsection
21274 Customized Cell/Column Format
21275 \begin_inset CommandInset label
21276 LatexCommand label
21277 name "subsec:Customized-Format"
21278
21279 \end_inset
21280
21281
21282 \begin_inset Index idx
21283 status collapsed
21284
21285 \begin_layout Plain Layout
21286 Table Customization ! Cell/Column Format
21287 \end_layout
21288
21289 \end_inset
21290
21291
21292 \end_layout
21293
21294 \begin_layout Standard
21295 Calculating the required width for normal columns as described in section
21296 \begin_inset space ~
21297 \end_inset
21298
21299
21300 \begin_inset CommandInset ref
21301 LatexCommand ref
21302 reference "sec:Table-Width-Calculation"
21303
21304 \end_inset
21305
21306  or for spanned columns as described in section
21307 \begin_inset space ~
21308 \end_inset
21309
21310
21311 \begin_inset CommandInset ref
21312 LatexCommand ref
21313 reference "subsec:Multicolumn-Calculations"
21314
21315 \end_inset
21316
21317  is very annoying if you have several tables where a calculation is necessary.
21318  To make life easier, you can define a cell/column format in the preamble,
21319  that can be used in all tables of the document.
21320  The format is defined with the command
21321 \end_layout
21322
21323 \begin_layout Standard
21324
21325 \series bold
21326
21327 \backslash
21328 newcolumntype{name of format}[number of arguments]{commands}
21329 \end_layout
21330
21331 \begin_layout Standard
21332 The format name may only consist of one letter.
21333  The letters 
21334 \emph on
21335 b
21336 \emph default
21337
21338 \emph on
21339 c
21340 \emph default
21341
21342 \emph on
21343 l
21344 \emph default
21345
21346 \emph on
21347 m
21348 \emph default
21349
21350 \emph on
21351 p
21352 \emph default
21353  and 
21354 \emph on
21355 r
21356 \emph default
21357  are predefined and cannot be used.
21358  But all letters are allowed as capitals.
21359 \end_layout
21360
21361 \begin_layout Standard
21362 \begin_inset VSpace medskip
21363 \end_inset
21364
21365
21366 \end_layout
21367
21368 \begin_layout Standard
21369 For vertically and horizontally centered multicolumn cells with a fixed
21370  width you can define the cell format
21371 \end_layout
21372
21373 \begin_layout Standard
21374
21375 \series bold
21376
21377 \backslash
21378 newcolumntype{M}[1]{>{
21379 \backslash
21380 centering
21381 \backslash
21382 hspace{0pt}}m{#1}}
21383 \end_layout
21384
21385 \begin_layout Standard
21386 where 
21387 \series bold
21388
21389 \backslash
21390 hspace{0pt}
21391 \series default
21392  avoids the problem of hyphenating the first word, as described in section
21393 \begin_inset space ~
21394 \end_inset
21395
21396
21397 \begin_inset CommandInset ref
21398 LatexCommand ref
21399 reference "subsec:Multiple-Lines-in"
21400
21401 \end_inset
21402
21403 .
21404  Now you can simply enter
21405 \end_layout
21406
21407 \begin_layout Standard
21408
21409 \series bold
21410 M{width}
21411 \end_layout
21412
21413 \begin_layout Standard
21414 as 
21415 \family sans
21416 \SpecialChar LaTeX
21417 -argument
21418 \family default
21419  in the table dialog to create a multicolumn.
21420 \end_layout
21421
21422 \begin_layout Standard
21423 \begin_inset VSpace bigskip
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \begin_layout Standard
21430 For cells spanned by a multicolumn cell, you can define the format
21431 \end_layout
21432
21433 \begin_layout Standard
21434
21435 \series bold
21436
21437 \backslash
21438 newcolumntype{S}[2]{>{
21439 \backslash
21440 centering
21441 \backslash
21442 hspace{0pt}}
21443 \begin_inset Newline newline
21444 \end_inset
21445
21446
21447 \begin_inset Phantom HPhantom
21448 status open
21449
21450 \begin_layout Plain Layout
21451
21452 \series bold
21453
21454 \backslash
21455 newcolumntype
21456 \end_layout
21457
21458 \end_inset
21459
21460 m{(#1+(2
21461 \backslash
21462 tabcolsep+
21463 \backslash
21464 arrayrulewidth)*(1-#2))/#2}}
21465 \end_layout
21466
21467 \begin_layout Standard
21468 This format uses equation 
21469 \begin_inset CommandInset ref
21470 LatexCommand eqref
21471 reference "eq:Wgn"
21472
21473 \end_inset
21474
21475  to calculate the required width so that each spanned cell has the same
21476  width.
21477 \end_layout
21478
21479 \begin_layout Standard
21480 You can now enter
21481 \end_layout
21482
21483 \begin_layout Standard
21484
21485 \series bold
21486 S{width of multicolumn cell}{number of spanned columns}
21487 \end_layout
21488
21489 \begin_layout Standard
21490 as \SpecialChar LaTeX
21491 -argument of the column.
21492 \end_layout
21493
21494 \begin_layout Standard
21495 \begin_inset VSpace bigskip
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \begin_layout Standard
21502 For colored columns, you can define
21503 \end_layout
21504
21505 \begin_layout Standard
21506
21507 \series bold
21508
21509 \backslash
21510 newcolumntype{K}[1]{>{
21511 \backslash
21512 columncolor{#1}
21513 \backslash
21514 hspace{0pt}}c}
21515 \end_layout
21516
21517 \begin_layout Standard
21518 The 
21519 \begin_inset Quotes eld
21520 \end_inset
21521
21522 c
21523 \begin_inset Quotes erd
21524 \end_inset
21525
21526  at the end creates a column with a flexible width whose text is horizontally
21527  centered.
21528  You can now enter
21529 \end_layout
21530
21531 \begin_layout Standard
21532
21533 \series bold
21534 K{color name}
21535 \end_layout
21536
21537 \begin_layout Standard
21538 as \SpecialChar LaTeX
21539 -argument.
21540 \end_layout
21541
21542 \begin_layout Standard
21543 \begin_inset VSpace bigskip
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \begin_layout Standard
21550 To create Table
21551 \begin_inset space ~
21552 \end_inset
21553
21554
21555 \begin_inset CommandInset ref
21556 LatexCommand ref
21557 reference "tab:Table-using-user-defined"
21558
21559 \end_inset
21560
21561  use the \SpecialChar LaTeX
21562 -arguments
21563 \end_layout
21564
21565 \begin_layout Standard
21566
21567 \series bold
21568 M{2.5cm}
21569 \end_layout
21570
21571 \begin_layout Standard
21572 for the first column and the multicolumn,
21573 \end_layout
21574
21575 \begin_layout Standard
21576
21577 \series bold
21578 K{red}
21579 \end_layout
21580
21581 \begin_layout Standard
21582 for the last column, and
21583 \end_layout
21584
21585 \begin_layout Standard
21586
21587 \series bold
21588 S{2.5cm}{2}
21589 \end_layout
21590
21591 \begin_layout Standard
21592 for the cells in the second column.
21593 \end_layout
21594
21595 \begin_layout Standard
21596 \begin_inset Float table
21597 placement h
21598 wide false
21599 sideways false
21600 status open
21601
21602 \begin_layout Plain Layout
21603 \begin_inset Caption Standard
21604
21605 \begin_layout Plain Layout
21606 \begin_inset CommandInset label
21607 LatexCommand label
21608 name "tab:Table-using-user-defined"
21609
21610 \end_inset
21611
21612 Table using user-defined table formats
21613 \end_layout
21614
21615 \end_inset
21616
21617
21618 \end_layout
21619
21620 \begin_layout Plain Layout
21621 \align center
21622 \begin_inset Tabular
21623 <lyxtabular version="3" rows="3" columns="4">
21624 <features tabularvalignment="middle">
21625 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21626 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21627 <column alignment="center" valignment="middle">
21628 <column alignment="center" valignment="middle" special="K{red}">
21629 <row>
21630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634 verylongtablecellword
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 multiple lines multicolumn
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Plain Layout
21661 c
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 </row>
21667 <row>
21668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672 d
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681 e
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690 f
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699 g
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 </row>
21705 <row>
21706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21707 \begin_inset Text
21708
21709 \begin_layout Plain Layout
21710 h
21711 \end_layout
21712
21713 \end_inset
21714 </cell>
21715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21716 \begin_inset Text
21717
21718 \begin_layout Plain Layout
21719 i
21720 \end_layout
21721
21722 \end_inset
21723 </cell>
21724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21725 \begin_inset Text
21726
21727 \begin_layout Plain Layout
21728 j
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737 k
21738 \end_layout
21739
21740 \end_inset
21741 </cell>
21742 </row>
21743 </lyxtabular>
21744
21745 \end_inset
21746
21747
21748 \end_layout
21749
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \begin_layout Subsection
21756 Line Thickness
21757 \begin_inset CommandInset label
21758 LatexCommand label
21759 name "subsec:Line-Thickness"
21760
21761 \end_inset
21762
21763
21764 \begin_inset Index idx
21765 status collapsed
21766
21767 \begin_layout Plain Layout
21768 Table Customization ! Line Thickness
21769 \end_layout
21770
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \begin_layout Standard
21777 The line thickness for all lines in a table can be adjusted with the length
21778  
21779 \series bold
21780
21781 \backslash
21782 arrayrulewidth
21783 \series default
21784 .
21785  To set for example a line thickness of 1.5
21786 \begin_inset space \thinspace{}
21787 \end_inset
21788
21789 pt, as in Table
21790 \begin_inset space ~
21791 \end_inset
21792
21793
21794 \begin_inset CommandInset ref
21795 LatexCommand ref
21796 reference "tab:Table-with-1.5"
21797
21798 \end_inset
21799
21800 , insert the command
21801 \end_layout
21802
21803 \begin_layout Standard
21804
21805 \series bold
21806
21807 \backslash
21808 setlength{
21809 \backslash
21810 arrayrulewidth}{1.5pt}
21811 \end_layout
21812
21813 \begin_layout Standard
21814 in \SpecialChar TeX
21815  Code before the table or table float.
21816  The changed thickness is valid for all subsequent tables.
21817  To use the default value again, set 
21818 \series bold
21819
21820 \backslash
21821 arrayrulewidth
21822 \series default
21823  to 0.4
21824 \begin_inset space \thinspace{}
21825 \end_inset
21826
21827 pt in \SpecialChar TeX
21828  Code after the table or table float.
21829 \end_layout
21830
21831 \begin_layout Standard
21832 \begin_inset ERT
21833 status collapsed
21834
21835 \begin_layout Plain Layout
21836
21837
21838 \backslash
21839 setlength{
21840 \backslash
21841 arrayrulewidth}{1.5pt}
21842 \end_layout
21843
21844 \end_inset
21845
21846
21847 \begin_inset Float table
21848 wide false
21849 sideways false
21850 status open
21851
21852 \begin_layout Plain Layout
21853 \begin_inset Caption Standard
21854
21855 \begin_layout Plain Layout
21856 \begin_inset CommandInset label
21857 LatexCommand label
21858 name "tab:Table-with-1.5"
21859
21860 \end_inset
21861
21862 Table with 1.5
21863 \begin_inset space \thinspace{}
21864 \end_inset
21865
21866 pt thick lines
21867 \end_layout
21868
21869 \end_inset
21870
21871
21872 \end_layout
21873
21874 \begin_layout Plain Layout
21875 \align center
21876 \begin_inset Tabular
21877 <lyxtabular version="3" rows="3" columns="3">
21878 <features tabularvalignment="middle">
21879 <column alignment="center" valignment="top">
21880 <column alignment="center" valignment="top">
21881 <column alignment="center" valignment="top">
21882 <row>
21883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21884 \begin_inset Text
21885
21886 \begin_layout Plain Layout
21887 sd
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896
21897 \end_layout
21898
21899 \end_inset
21900 </cell>
21901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21902 \begin_inset Text
21903
21904 \begin_layout Plain Layout
21905
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 </row>
21911 <row>
21912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925 sd
21926 \end_layout
21927
21928 \end_inset
21929 </cell>
21930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 </row>
21940 <row>
21941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945
21946 \end_layout
21947
21948 \end_inset
21949 </cell>
21950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21951 \begin_inset Text
21952
21953 \begin_layout Plain Layout
21954
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963 sd
21964 \end_layout
21965
21966 \end_inset
21967 </cell>
21968 </row>
21969 </lyxtabular>
21970
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \end_inset
21977
21978
21979 \begin_inset ERT
21980 status collapsed
21981
21982 \begin_layout Plain Layout
21983
21984
21985 \backslash
21986 setlength{
21987 \backslash
21988 arrayrulewidth}{0.4pt}
21989 \end_layout
21990
21991 \end_inset
21992
21993
21994 \end_layout
21995
21996 \begin_layout Standard
21997 \begin_inset VSpace bigskip
21998 \end_inset
21999
22000 To set the line thickness to 1.5
22001 \begin_inset space \thinspace{}
22002 \end_inset
22003
22004 pt only for horizontal lines, as in Table
22005 \begin_inset space ~
22006 \end_inset
22007
22008
22009 \begin_inset CommandInset ref
22010 LatexCommand ref
22011 reference "tab:Table-with-horizontal"
22012
22013 \end_inset
22014
22015 , insert these commands in \SpecialChar TeX
22016  Code before the table or table float:
22017 \end_layout
22018
22019 \begin_layout Standard
22020
22021 \series bold
22022
22023 \backslash
22024 let
22025 \backslash
22026 myHline
22027 \backslash
22028 hline
22029 \begin_inset Newline newline
22030 \end_inset
22031
22032
22033 \backslash
22034 renewcommand{
22035 \backslash
22036 hline}
22037 \begin_inset Newline newline
22038 \end_inset
22039
22040  {
22041 \backslash
22042 noalign{
22043 \backslash
22044 global
22045 \backslash
22046 arrayrulewidth 1.5pt}
22047 \begin_inset Newline newline
22048 \end_inset
22049
22050  
22051 \backslash
22052 myHline
22053 \backslash
22054 noalign{
22055 \backslash
22056 global
22057 \backslash
22058 arrayrulewidth 0.4pt}}
22059 \end_layout
22060
22061 \begin_layout Standard
22062 To return to the default line thickness, insert this command in \SpecialChar TeX
22063  Code after
22064  the table or table float:
22065 \end_layout
22066
22067 \begin_layout Standard
22068
22069 \series bold
22070
22071 \backslash
22072 renewcommand{
22073 \backslash
22074 hline}{
22075 \backslash
22076 myHline}
22077 \end_layout
22078
22079 \begin_layout Standard
22080 \begin_inset ERT
22081 status collapsed
22082
22083 \begin_layout Plain Layout
22084
22085
22086 \backslash
22087 let
22088 \backslash
22089 myHline
22090 \backslash
22091 hline
22092 \end_layout
22093
22094 \begin_layout Plain Layout
22095
22096
22097 \backslash
22098 renewcommand{
22099 \backslash
22100 hline}
22101 \end_layout
22102
22103 \begin_layout Plain Layout
22104
22105  {
22106 \backslash
22107 noalign{
22108 \backslash
22109 global
22110 \backslash
22111 arrayrulewidth 1.5pt}
22112 \end_layout
22113
22114 \begin_layout Plain Layout
22115
22116   
22117 \backslash
22118 myHline
22119 \backslash
22120 noalign{
22121 \backslash
22122 global
22123 \backslash
22124 arrayrulewidth 0.4pt}}
22125 \end_layout
22126
22127 \end_inset
22128
22129
22130 \begin_inset Float table
22131 wide false
22132 sideways false
22133 status open
22134
22135 \begin_layout Plain Layout
22136 \begin_inset Caption Standard
22137
22138 \begin_layout Plain Layout
22139 \begin_inset CommandInset label
22140 LatexCommand label
22141 name "tab:Table-with-horizontal"
22142
22143 \end_inset
22144
22145 Table with 1.5
22146 \begin_inset space \thinspace{}
22147 \end_inset
22148
22149 pt thick horizontal lines
22150 \end_layout
22151
22152 \end_inset
22153
22154
22155 \end_layout
22156
22157 \begin_layout Plain Layout
22158 \align center
22159 \begin_inset Tabular
22160 <lyxtabular version="3" rows="3" columns="3">
22161 <features tabularvalignment="middle">
22162 <column alignment="center" valignment="top">
22163 <column alignment="center" valignment="top">
22164 <column alignment="center" valignment="top">
22165 <row>
22166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22167 \begin_inset Text
22168
22169 \begin_layout Plain Layout
22170 sd
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179
22180 \end_layout
22181
22182 \end_inset
22183 </cell>
22184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22185 \begin_inset Text
22186
22187 \begin_layout Plain Layout
22188
22189 \end_layout
22190
22191 \end_inset
22192 </cell>
22193 </row>
22194 <row>
22195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22196 \begin_inset Text
22197
22198 \begin_layout Plain Layout
22199
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22205 \begin_inset Text
22206
22207 \begin_layout Plain Layout
22208 sd
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22214 \begin_inset Text
22215
22216 \begin_layout Plain Layout
22217
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 </row>
22223 <row>
22224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22225 \begin_inset Text
22226
22227 \begin_layout Plain Layout
22228
22229 \end_layout
22230
22231 \end_inset
22232 </cell>
22233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237
22238 \end_layout
22239
22240 \end_inset
22241 </cell>
22242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22243 \begin_inset Text
22244
22245 \begin_layout Plain Layout
22246 sd
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 </row>
22252 </lyxtabular>
22253
22254 \end_inset
22255
22256
22257 \end_layout
22258
22259 \end_inset
22260
22261
22262 \begin_inset ERT
22263 status collapsed
22264
22265 \begin_layout Plain Layout
22266
22267
22268 \backslash
22269 renewcommand{
22270 \backslash
22271 hline}{
22272 \backslash
22273 myHline}
22274 \end_layout
22275
22276 \end_inset
22277
22278
22279 \end_layout
22280
22281 \begin_layout Standard
22282 \begin_inset VSpace bigskip
22283 \end_inset
22284
22285 To set the line thickness to 1.5
22286 \begin_inset space \thinspace{}
22287 \end_inset
22288
22289 pt only for vertical lines, create the following column format in the document
22290  preamble, according to the description in section
22291 \begin_inset space ~
22292 \end_inset
22293
22294
22295 \begin_inset CommandInset ref
22296 LatexCommand ref
22297 reference "subsec:Customized-Format"
22298
22299 \end_inset
22300
22301 :
22302 \end_layout
22303
22304 \begin_layout Standard
22305
22306 \series bold
22307
22308 \backslash
22309 newcolumntype{V}{!{
22310 \backslash
22311 vrule width 1.5pt}}
22312 \end_layout
22313
22314 \begin_layout Standard
22315 For Table
22316 \begin_inset space ~
22317 \end_inset
22318
22319
22320 \begin_inset CommandInset ref
22321 LatexCommand ref
22322 reference "tab:Table-with-vertical"
22323
22324 \end_inset
22325
22326  the \SpecialChar LaTeX
22327 -argument
22328 \end_layout
22329
22330 \begin_layout Standard
22331
22332 \series bold
22333 VcV
22334 \end_layout
22335
22336 \begin_layout Standard
22337 was used for the last column and
22338 \end_layout
22339
22340 \begin_layout Standard
22341
22342 \series bold
22343 Vc
22344 \end_layout
22345
22346 \begin_layout Standard
22347 for the other columns.
22348 \end_layout
22349
22350 \begin_layout Standard
22351 \begin_inset Float table
22352 wide false
22353 sideways false
22354 status open
22355
22356 \begin_layout Plain Layout
22357 \begin_inset Caption Standard
22358
22359 \begin_layout Plain Layout
22360 \begin_inset CommandInset label
22361 LatexCommand label
22362 name "tab:Table-with-vertical"
22363
22364 \end_inset
22365
22366 Table with 1.5
22367 \begin_inset space \thinspace{}
22368 \end_inset
22369
22370 pt thick vertical lines
22371 \end_layout
22372
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \begin_layout Plain Layout
22379 \align center
22380 \begin_inset Tabular
22381 <lyxtabular version="3" rows="3" columns="3">
22382 <features tabularvalignment="middle">
22383 <column alignment="center" valignment="top" special="Vc">
22384 <column alignment="center" valignment="top" special="Vc">
22385 <column alignment="center" valignment="top" special="VcV">
22386 <row>
22387 <cell alignment="center" valignment="top" topline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 sd
22392 \end_layout
22393
22394 \end_inset
22395 </cell>
22396 <cell alignment="center" valignment="top" topline="true" usebox="none">
22397 \begin_inset Text
22398
22399 \begin_layout Plain Layout
22400
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 <cell alignment="center" valignment="top" topline="true" usebox="none">
22406 \begin_inset Text
22407
22408 \begin_layout Plain Layout
22409
22410 \end_layout
22411
22412 \end_inset
22413 </cell>
22414 </row>
22415 <row>
22416 <cell alignment="center" valignment="top" topline="true" usebox="none">
22417 \begin_inset Text
22418
22419 \begin_layout Plain Layout
22420
22421 \end_layout
22422
22423 \end_inset
22424 </cell>
22425 <cell alignment="center" valignment="top" topline="true" usebox="none">
22426 \begin_inset Text
22427
22428 \begin_layout Plain Layout
22429 sd
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 <cell alignment="center" valignment="top" topline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 </row>
22444 <row>
22445 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22464 \begin_inset Text
22465
22466 \begin_layout Plain Layout
22467 sd
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 </row>
22473 </lyxtabular>
22474
22475 \end_inset
22476
22477
22478 \end_layout
22479
22480 \end_inset
22481
22482
22483 \end_layout
22484
22485 \begin_layout Subsection
22486 Dashed Lines
22487 \begin_inset Index idx
22488 status collapsed
22489
22490 \begin_layout Plain Layout
22491 Table Customization ! Dashed Lines
22492 \end_layout
22493
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \begin_layout Standard
22500 \begin_inset ERT
22501 status collapsed
22502
22503 \begin_layout Plain Layout
22504
22505
22506 \backslash
22507 ifarydshln
22508 \end_layout
22509
22510 \end_inset
22511
22512
22513 \begin_inset Note Note
22514 status open
22515
22516 \begin_layout Plain Layout
22517 The following section will only be displayed when the \SpecialChar LaTeX
22518 -package 
22519 \series bold
22520 arydshln
22521 \series default
22522  is installed.
22523 \end_layout
22524
22525 \end_inset
22526
22527
22528 \end_layout
22529
22530 \begin_layout Standard
22531 \begin_inset Float table
22532 placement H
22533 wide false
22534 sideways false
22535 status open
22536
22537 \begin_layout Plain Layout
22538 \begin_inset Caption Standard
22539
22540 \begin_layout Plain Layout
22541 \begin_inset CommandInset label
22542 LatexCommand label
22543 name "tab:Table-with-dashed"
22544
22545 \end_inset
22546
22547 Table with dashed lines
22548 \end_layout
22549
22550 \end_inset
22551
22552
22553 \end_layout
22554
22555 \begin_layout Plain Layout
22556 \align center
22557 \begin_inset Tabular
22558 <lyxtabular version="3" rows="5" columns="5">
22559 <features tabularvalignment="middle">
22560 <column alignment="center" valignment="top">
22561 <column alignment="center" valignment="top">
22562 <column alignment="center" valignment="top" special=":c">
22563 <column alignment="center" valignment="top">
22564 <column alignment="center" valignment="top">
22565 <row>
22566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570 a
22571 \end_layout
22572
22573 \end_inset
22574 </cell>
22575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579 b
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588 c
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597 d
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606 e
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 </row>
22612 <row>
22613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22614 \begin_inset Text
22615
22616 \begin_layout Plain Layout
22617 f
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22623 \begin_inset Text
22624
22625 \begin_layout Plain Layout
22626 g
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 <cell alignment="center" valignment="top" topline="true" usebox="none">
22632 \begin_inset Text
22633
22634 \begin_layout Plain Layout
22635 h
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644 i
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653 j
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 </row>
22659 <row>
22660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664 \begin_inset ERT
22665 status collapsed
22666
22667 \begin_layout Plain Layout
22668
22669
22670 \backslash
22671 hdashline 
22672 \end_layout
22673
22674 \end_inset
22675
22676 k
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22682 \begin_inset Text
22683
22684 \begin_layout Plain Layout
22685 l
22686 \end_layout
22687
22688 \end_inset
22689 </cell>
22690 <cell alignment="center" valignment="top" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694 m
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703 n
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712 o
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 </row>
22718 <row>
22719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 \begin_inset ERT
22724 status collapsed
22725
22726 \begin_layout Plain Layout
22727
22728
22729 \backslash
22730 cdashline{4-5}
22731 \end_layout
22732
22733 \end_inset
22734
22735 p
22736 \end_layout
22737
22738 \end_inset
22739 </cell>
22740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744 q
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 r
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762 s
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22768 \begin_inset Text
22769
22770 \begin_layout Plain Layout
22771
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 </row>
22777 <row>
22778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782 t
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 u
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800 v
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809 w
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818 x
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 </row>
22824 </lyxtabular>
22825
22826 \end_inset
22827
22828
22829 \end_layout
22830
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \begin_layout Standard
22837 \SpecialChar LyX
22838  does not natively support dashed lines, so you have to use \SpecialChar TeX
22839  Code.
22840  As a prerequisite the \SpecialChar LaTeX
22841  package 
22842 \series bold
22843 arydshln
22844 \series default
22845
22846 \begin_inset Index idx
22847 status collapsed
22848
22849 \begin_layout Plain Layout
22850 \SpecialChar LaTeX
22851 -packages ! arydshln
22852 \end_layout
22853
22854 \end_inset
22855
22856  must be loaded in the document preamble with the command
22857 \end_layout
22858
22859 \begin_layout Standard
22860
22861 \series bold
22862
22863 \backslash
22864 usepackage{arydshln}
22865 \end_layout
22866
22867 \begin_layout Standard
22868 To make a vertical line dashed, enter the colon 
22869 \begin_inset Quotes eld
22870 \end_inset
22871
22872 :
22873 \begin_inset Quotes erd
22874 \end_inset
22875
22876  together with the character for the horizontal alignment as \SpecialChar LaTeX
22877  argument in
22878  the table cell dialog.
22879 \end_layout
22880
22881 \begin_layout Standard
22882 For a horizontal dashed line add the command
22883 \end_layout
22884
22885 \begin_layout Standard
22886
22887 \series bold
22888
22889 \backslash
22890 hdashline
22891 \end_layout
22892
22893 \begin_layout Standard
22894 in \SpecialChar TeX
22895  Code as first element of the first cell in the table row.
22896 \end_layout
22897
22898 \begin_layout Standard
22899 For dashed multicolumn lines use the command
22900 \end_layout
22901
22902 \begin_layout Standard
22903
22904 \series bold
22905
22906 \backslash
22907 cdashline{line number
22908 \series default
22909 }
22910 \end_layout
22911
22912 \begin_layout Standard
22913 in \SpecialChar TeX
22914  Code as the first element of the first cell in the table row.
22915  If you have for example a multicolumn spanning columns 2 to 4 and you want
22916  to have a dashed line above, add the command
22917 \end_layout
22918
22919 \begin_layout Standard
22920
22921 \series bold
22922
22923 \backslash
22924 cdashline{2-4}
22925 \end_layout
22926
22927 \begin_layout Standard
22928 as the first element of the first cell in the row of the multicolumn.
22929 \end_layout
22930
22931 \begin_layout Standard
22932 \begin_inset VSpace bigskip
22933 \end_inset
22934
22935
22936 \end_layout
22937
22938 \begin_layout Standard
22939 Table
22940 \begin_inset space ~
22941 \end_inset
22942
22943
22944 \begin_inset CommandInset ref
22945 LatexCommand ref
22946 reference "tab:Table-with-dashed"
22947
22948 \end_inset
22949
22950  was created using 
22951 \begin_inset Quotes eld
22952 \end_inset
22953
22954
22955 \series bold
22956 :c
22957 \series default
22958
22959 \begin_inset Quotes erd
22960 \end_inset
22961
22962  as \SpecialChar LaTeX
22963  argument of the third column.
22964  The \SpecialChar TeX
22965  Code command 
22966 \series bold
22967
22968 \backslash
22969 hdashline
22970 \series default
22971  was inserted in the first cell of the third row and the \SpecialChar TeX
22972  Code command
22973 \begin_inset Newline newline
22974 \end_inset
22975
22976  
22977 \series bold
22978
22979 \backslash
22980 cdashline{4-5}
22981 \series default
22982  was inserted in the first cell of the fourth row.
22983 \end_layout
22984
22985 \begin_layout Standard
22986 \begin_inset VSpace bigskip
22987 \end_inset
22988
22989
22990 \end_layout
22991
22992 \begin_layout Standard
22993 Tables with dashed lines can also be colored as shown by Table
22994 \begin_inset space ~
22995 \end_inset
22996
22997
22998 \begin_inset CommandInset ref
22999 LatexCommand ref
23000 reference "tab:Colored-table-with"
23001
23002 \end_inset
23003
23004 .
23005 \end_layout
23006
23007 \begin_layout Standard
23008 \begin_inset ERT
23009 status collapsed
23010
23011 \begin_layout Plain Layout
23012
23013
23014 \backslash
23015 setlength{
23016 \backslash
23017 arrayrulewidth}{1pt}
23018 \end_layout
23019
23020 \end_inset
23021
23022
23023 \begin_inset Note Note
23024 status collapsed
23025
23026 \begin_layout Plain Layout
23027 thicker lines for better visualization of the line color
23028 \end_layout
23029
23030 \end_inset
23031
23032
23033 \end_layout
23034
23035 \begin_layout Standard
23036 \begin_inset ERT
23037 status collapsed
23038
23039 \begin_layout Plain Layout
23040
23041
23042 \backslash
23043 dashgapcolor{green}
23044 \end_layout
23045
23046 \end_inset
23047
23048
23049 \begin_inset Note Note
23050 status collapsed
23051
23052 \begin_layout Plain Layout
23053 color gaps between dashes green
23054 \end_layout
23055
23056 \end_inset
23057
23058
23059 \end_layout
23060
23061 \begin_layout Standard
23062 \begin_inset ERT
23063 status collapsed
23064
23065 \begin_layout Plain Layout
23066
23067
23068 \backslash
23069 let
23070 \backslash
23071 myHdashline
23072 \backslash
23073 hdashline
23074 \end_layout
23075
23076 \begin_layout Plain Layout
23077
23078
23079 \backslash
23080 renewcommand{
23081 \backslash
23082 hdashline}
23083 \end_layout
23084
23085 \begin_layout Plain Layout
23086
23087  {
23088 \backslash
23089 arrayrulecolor{red}
23090 \backslash
23091 myHdashline
23092 \backslash
23093 arrayrulecolor{black}}
23094 \end_layout
23095
23096 \end_inset
23097
23098
23099 \begin_inset Note Note
23100 status collapsed
23101
23102 \begin_layout Plain Layout
23103 color horizontal, dashed lines red
23104 \end_layout
23105
23106 \end_inset
23107
23108
23109 \end_layout
23110
23111 \begin_layout Standard
23112 \begin_inset ERT
23113 status collapsed
23114
23115 \begin_layout Plain Layout
23116
23117
23118 \backslash
23119 let
23120 \backslash
23121 myCdashline
23122 \backslash
23123 cdashline
23124 \end_layout
23125
23126 \begin_layout Plain Layout
23127
23128
23129 \backslash
23130 renewcommand{
23131 \backslash
23132 cdashline}[1]
23133 \end_layout
23134
23135 \begin_layout Plain Layout
23136
23137  {
23138 \backslash
23139 arrayrulecolor{yellow}
23140 \backslash
23141 myCdashline{#1}
23142 \backslash
23143 arrayrulecolor{black}}
23144 \end_layout
23145
23146 \end_inset
23147
23148
23149 \begin_inset Note Note
23150 status collapsed
23151
23152 \begin_layout Plain Layout
23153 color partial horizontal, dashed lines yellow
23154 \end_layout
23155
23156 \end_inset
23157
23158
23159 \end_layout
23160
23161 \begin_layout Standard
23162 \begin_inset Float table
23163 placement h
23164 wide false
23165 sideways false
23166 status open
23167
23168 \begin_layout Plain Layout
23169 \begin_inset Caption Standard
23170
23171 \begin_layout Plain Layout
23172 \begin_inset CommandInset label
23173 LatexCommand label
23174 name "tab:Colored-table-with"
23175
23176 \end_inset
23177
23178 Colored table with dashed lines
23179 \end_layout
23180
23181 \end_inset
23182
23183
23184 \end_layout
23185
23186 \begin_layout Plain Layout
23187 \align center
23188 \begin_inset Tabular
23189 <lyxtabular version="3" rows="5" columns="5">
23190 <features tabularvalignment="middle">
23191 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23192 <column alignment="center" valignment="top" width="0pt">
23193 <column alignment="center" valignment="top" width="0pt" special=":c">
23194 <column alignment="center" valignment="top">
23195 <column alignment="center" valignment="top">
23196 <row>
23197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201 a
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 <cell alignment="center" valignment="top" topline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210 b
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 <cell alignment="center" valignment="top" topline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219 c
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Plain Layout
23228 d
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237 e
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 </row>
23243 <row>
23244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23245 \begin_inset Text
23246
23247 \begin_layout Plain Layout
23248 f
23249 \end_layout
23250
23251 \end_inset
23252 </cell>
23253 <cell alignment="center" valignment="top" topline="true" usebox="none">
23254 \begin_inset Text
23255
23256 \begin_layout Plain Layout
23257 g
23258 \end_layout
23259
23260 \end_inset
23261 </cell>
23262 <cell alignment="center" valignment="top" topline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266 h
23267 \end_layout
23268
23269 \end_inset
23270 </cell>
23271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275 i
23276 \end_layout
23277
23278 \end_inset
23279 </cell>
23280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23281 \begin_inset Text
23282
23283 \begin_layout Plain Layout
23284 j
23285 \end_layout
23286
23287 \end_inset
23288 </cell>
23289 </row>
23290 <row>
23291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23292 \begin_inset Text
23293
23294 \begin_layout Plain Layout
23295 \begin_inset ERT
23296 status collapsed
23297
23298 \begin_layout Plain Layout
23299
23300
23301 \backslash
23302 hdashline 
23303 \end_layout
23304
23305 \end_inset
23306
23307
23308 \begin_inset ERT
23309 status collapsed
23310
23311 \begin_layout Plain Layout
23312
23313
23314 \backslash
23315 rowcolor{Gray}
23316 \end_layout
23317
23318 \end_inset
23319
23320 k
23321 \end_layout
23322
23323 \end_inset
23324 </cell>
23325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23326 \begin_inset Text
23327
23328 \begin_layout Plain Layout
23329 l
23330 \end_layout
23331
23332 \end_inset
23333 </cell>
23334 <cell alignment="center" valignment="top" usebox="none">
23335 \begin_inset Text
23336
23337 \begin_layout Plain Layout
23338 m
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347 n
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356 o
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 </row>
23362 <row>
23363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367 \begin_inset ERT
23368 status collapsed
23369
23370 \begin_layout Plain Layout
23371
23372
23373 \backslash
23374 cdashline{4-5}
23375 \end_layout
23376
23377 \end_inset
23378
23379 p
23380 \end_layout
23381
23382 \end_inset
23383 </cell>
23384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23385 \begin_inset Text
23386
23387 \begin_layout Plain Layout
23388 q
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 r
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406 s
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 </row>
23421 <row>
23422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426 t
23427 \end_layout
23428
23429 \end_inset
23430 </cell>
23431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435 u
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 v
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 w
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462 \begin_inset ERT
23463 status collapsed
23464
23465 \begin_layout Plain Layout
23466
23467
23468 \backslash
23469 cellcolor{Maroon}
23470 \end_layout
23471
23472 \end_inset
23473
23474 i
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 </row>
23480 </lyxtabular>
23481
23482 \end_inset
23483
23484
23485 \end_layout
23486
23487 \end_inset
23488
23489
23490 \end_layout
23491
23492 \begin_layout Standard
23493 \begin_inset ERT
23494 status collapsed
23495
23496 \begin_layout Plain Layout
23497
23498
23499 \backslash
23500 renewcommand{
23501 \backslash
23502 hdashline}{
23503 \backslash
23504 myHdashline}
23505 \end_layout
23506
23507 \end_inset
23508
23509
23510 \begin_inset Note Note
23511 status collapsed
23512
23513 \begin_layout Plain Layout
23514 reset to default
23515 \end_layout
23516
23517 \end_inset
23518
23519
23520 \end_layout
23521
23522 \begin_layout Standard
23523 \begin_inset ERT
23524 status collapsed
23525
23526 \begin_layout Plain Layout
23527
23528
23529 \backslash
23530 renewcommand{
23531 \backslash
23532 cdashline}{
23533 \backslash
23534 myCdashline}
23535 \end_layout
23536
23537 \end_inset
23538
23539
23540 \begin_inset Note Note
23541 status collapsed
23542
23543 \begin_layout Plain Layout
23544 reset to default
23545 \end_layout
23546
23547 \end_inset
23548
23549
23550 \end_layout
23551
23552 \begin_layout Standard
23553 \begin_inset ERT
23554 status collapsed
23555
23556 \begin_layout Plain Layout
23557
23558
23559 \backslash
23560 nodashgapcolor
23561 \end_layout
23562
23563 \end_inset
23564
23565
23566 \begin_inset Note Note
23567 status collapsed
23568
23569 \begin_layout Plain Layout
23570 reset to default
23571 \end_layout
23572
23573 \end_inset
23574
23575
23576 \end_layout
23577
23578 \begin_layout Standard
23579 \begin_inset ERT
23580 status collapsed
23581
23582 \begin_layout Plain Layout
23583
23584
23585 \backslash
23586 setlength{
23587 \backslash
23588 arrayrulewidth}{0.4pt}
23589 \end_layout
23590
23591 \end_inset
23592
23593
23594 \begin_inset Note Note
23595 status collapsed
23596
23597 \begin_layout Plain Layout
23598 reset to default
23599 \end_layout
23600
23601 \end_inset
23602
23603
23604 \end_layout
23605
23606 \begin_layout Standard
23607 The coloring of lines, columns and lines works as decribed in section
23608 \begin_inset space ~
23609 \end_inset
23610
23611
23612 \begin_inset CommandInset ref
23613 LatexCommand ref
23614 reference "sec:Colored-Tables"
23615
23616 \end_inset
23617
23618 .
23619  Coloring horizontal lines works analogically as described there as well,
23620  one only needs to replace in the commands 
23621 \series bold
23622
23623 \backslash
23624 myHlineC
23625 \series default
23626  by 
23627 \series bold
23628
23629 \backslash
23630 myHdashline
23631 \series default
23632  and 
23633 \backslash
23634
23635 \series bold
23636 hline
23637 \series default
23638  by 
23639 \series bold
23640
23641 \backslash
23642 hdashline
23643 \series default
23644 ; so one uses the command
23645 \end_layout
23646
23647 \begin_layout Standard
23648
23649 \series bold
23650
23651 \backslash
23652 let
23653 \backslash
23654 myHdashline
23655 \backslash
23656 hdashline
23657 \begin_inset Newline newline
23658 \end_inset
23659
23660
23661 \backslash
23662 renewcommand{
23663 \backslash
23664 hdashline}
23665 \begin_inset Newline newline
23666 \end_inset
23667
23668
23669 \begin_inset Phantom HPhantom
23670 status open
23671
23672 \begin_layout Plain Layout
23673 \begin_inset space ~
23674 \end_inset
23675
23676
23677 \end_layout
23678
23679 \end_inset
23680
23681 {
23682 \backslash
23683 arrayrulecolor{red}
23684 \backslash
23685 myHdashline
23686 \backslash
23687 arrayrulecolor{black}}
23688 \end_layout
23689
23690 \begin_layout Standard
23691 To color 
23692 \series bold
23693
23694 \backslash
23695 cdashline
23696 \series default
23697 , the command is
23698 \end_layout
23699
23700 \begin_layout Standard
23701
23702 \series bold
23703
23704 \backslash
23705 let
23706 \backslash
23707 myCdashline
23708 \backslash
23709 cdashline
23710 \begin_inset Newline newline
23711 \end_inset
23712
23713
23714 \backslash
23715 renewcommand{
23716 \backslash
23717 cdashline}[1]
23718 \begin_inset Newline newline
23719 \end_inset
23720
23721
23722 \begin_inset Phantom HPhantom
23723 status open
23724
23725 \begin_layout Plain Layout
23726 \begin_inset space ~
23727 \end_inset
23728
23729
23730 \end_layout
23731
23732 \end_inset
23733
23734 {
23735 \backslash
23736 arrayrulecolor{red}
23737 \backslash
23738 myCdashline{#1}
23739 \backslash
23740 arrayrulecolor{black}}
23741 \end_layout
23742
23743 \begin_layout Standard
23744 To get back the black line color, one needs to insert the following commands
23745  as \SpecialChar TeX
23746  Code behind the table:
23747 \end_layout
23748
23749 \begin_layout Standard
23750 For 
23751 \series bold
23752
23753 \backslash
23754 hdashline
23755 \end_layout
23756
23757 \begin_layout Standard
23758
23759 \series bold
23760
23761 \backslash
23762 renewcommand{
23763 \backslash
23764 hdashline}{
23765 \backslash
23766 myHdashline}
23767 \end_layout
23768
23769 \begin_layout Standard
23770 and for 
23771 \series bold
23772
23773 \backslash
23774 cdashline
23775 \end_layout
23776
23777 \begin_layout Standard
23778
23779 \series bold
23780
23781 \backslash
23782 renewcommand{
23783 \backslash
23784 cdashline}{
23785 \backslash
23786 myCdashline}
23787 \end_layout
23788
23789 \begin_layout Standard
23790 To color the gaps between the dashes the command
23791 \end_layout
23792
23793 \begin_layout Standard
23794
23795 \series bold
23796
23797 \backslash
23798 dashgapcolor{color}
23799 \end_layout
23800
23801 \begin_layout Standard
23802 can be used in front of a table as \SpecialChar TeX
23803  Code.
23804  color is hereby the name of a defined color.
23805  The command
23806 \end_layout
23807
23808 \begin_layout Standard
23809
23810 \series bold
23811
23812 \backslash
23813 nodashgapcolor
23814 \end_layout
23815
23816 \begin_layout Standard
23817 unsets the changes made by 
23818 \series bold
23819
23820 \backslash
23821 dashgapcolor
23822 \series default
23823 .
23824 \end_layout
23825
23826 \begin_layout Standard
23827 \begin_inset Note Greyedout
23828 status open
23829
23830 \begin_layout Plain Layout
23831
23832 \series bold
23833 \color none
23834 Note
23835 \series default
23836 : If there are multiple commands in a cell, the command of 
23837 \series bold
23838 arydshln
23839 \series default
23840  needs to be the first one in the cell.
23841  Therefore in cell 
23842 \emph on
23843 k
23844 \emph default
23845  of Table
23846 \begin_inset space ~
23847 \end_inset
23848
23849
23850 \begin_inset CommandInset ref
23851 LatexCommand ref
23852 reference "tab:Colored-table-with"
23853
23854 \end_inset
23855
23856  the command 
23857 \series bold
23858
23859 \backslash
23860 hdashline
23861 \series default
23862  is before 
23863 \series bold
23864
23865 \backslash
23866 rowcolor
23867 \series default
23868 .
23869 \end_layout
23870
23871 \end_inset
23872
23873
23874 \end_layout
23875
23876 \begin_layout Standard
23877 \begin_inset Note Greyedout
23878 status open
23879
23880 \begin_layout Plain Layout
23881
23882 \series bold
23883 \color none
23884 Note:
23885 \series default
23886  The \SpecialChar LaTeX
23887 -package 
23888 \series bold
23889 arydshln
23890 \series default
23891  must be loaded in the document preamble before the \SpecialChar LaTeX
23892 -package 
23893 \series bold
23894 colortbl
23895 \series default
23896
23897 \begin_inset Index idx
23898 status collapsed
23899
23900 \begin_layout Plain Layout
23901 \SpecialChar LaTeX
23902 -packages ! colortbl
23903 \end_layout
23904
23905 \end_inset
23906
23907 .
23908 \end_layout
23909
23910 \end_inset
23911
23912
23913 \end_layout
23914
23915 \begin_layout Standard
23916 \begin_inset ERT
23917 status collapsed
23918
23919 \begin_layout Plain Layout
23920
23921
23922 \backslash
23923 else
23924 \end_layout
23925
23926 \end_inset
23927
23928
23929 \begin_inset Note Note
23930 status open
23931
23932 \begin_layout Plain Layout
23933 The following will be displayed when the \SpecialChar LaTeX
23934 -package 
23935 \series bold
23936 arydshln
23937 \series default
23938  is not installed:
23939 \end_layout
23940
23941 \end_inset
23942
23943
23944 \end_layout
23945
23946 \begin_layout Standard
23947 You need to install the package 
23948 \series bold
23949 arydshln
23950 \series default
23951  to see the content of this section in the output.
23952 \end_layout
23953
23954 \begin_layout Standard
23955 \begin_inset ERT
23956 status collapsed
23957
23958 \begin_layout Plain Layout
23959
23960
23961 \backslash
23962 fi
23963 \end_layout
23964
23965 \end_inset
23966
23967
23968 \end_layout
23969
23970 \begin_layout Standard
23971 For more information about dashed lines see the documentation of 
23972 \series bold
23973 arydshln
23974 \series default
23975
23976 \begin_inset CommandInset citation
23977 LatexCommand cite
23978 key "arydshln"
23979
23980 \end_inset
23981
23982 .
23983 \end_layout
23984
23985 \begin_layout Chapter
23986 Floats
23987 \begin_inset CommandInset label
23988 LatexCommand label
23989 name "chap:Floats"
23990
23991 \end_inset
23992
23993
23994 \begin_inset Index idx
23995 status collapsed
23996
23997 \begin_layout Plain Layout
23998 Floats
23999 \end_layout
24000
24001 \end_inset
24002
24003
24004 \end_layout
24005
24006 \begin_layout Section
24007 Introduction
24008 \begin_inset CommandInset label
24009 LatexCommand label
24010 name "sec:FloatIntroduction"
24011
24012 \end_inset
24013
24014
24015 \begin_inset Index idx
24016 status collapsed
24017
24018 \begin_layout Plain Layout
24019 Floats ! Introduction
24020 \end_layout
24021
24022 \end_inset
24023
24024
24025 \end_layout
24026
24027 \begin_layout Standard
24028 A float is a block of text associated with some sort of label, which doesn't
24029  have a fixed location.
24030  It can 
24031 \begin_inset Quotes eld
24032 \end_inset
24033
24034 float
24035 \begin_inset Quotes erd
24036 \end_inset
24037
24038  forward or backward a page or two, to wherever it fits best.
24039  
24040 \family sans
24041 Footnotes
24042 \family default
24043  and 
24044 \family sans
24045 Margin
24046 \begin_inset space ~
24047 \end_inset
24048
24049 Notes
24050 \family default
24051  are also floats because they can float to the next page when there are
24052  too many notes on the page.
24053 \end_layout
24054
24055 \begin_layout Standard
24056 Floats allow a high quality layout.
24057  Images and tables can be spread evenly among the pages to avoid white space
24058  and pages without text.
24059  As the floating often destroys the context between the text and the image/table
24060 , every float can be referenced in the text.
24061  Floats are therefore numbered.
24062  Referencing is described in section
24063 \begin_inset space ~
24064 \end_inset
24065
24066
24067 \begin_inset CommandInset ref
24068 LatexCommand ref
24069 reference "sec:Referencing-Floats"
24070
24071 \end_inset
24072
24073 .
24074 \end_layout
24075
24076 \begin_layout Standard
24077 To insert a float, use the menu 
24078 \family sans
24079 Insert\SpecialChar menuseparator
24080 Float
24081 \family default
24082  (toolbar button 
24083 \begin_inset Info
24084 type  "icon"
24085 arg   "float-insert figure"
24086 \end_inset
24087
24088  or 
24089 \begin_inset Info
24090 type  "icon"
24091 arg   "float-insert table"
24092 \end_inset
24093
24094 ).
24095  This inserts the 
24096 \family sans
24097 Caption
24098 \family default
24099  inset, a box with a label.
24100  The label will automatically be translated to the document language in
24101  the output.
24102  After the label you can insert the caption text.
24103  The image or table is inserted above or below the caption in a separate
24104  paragraph within the float.
24105  More about the caption placement is contained in section
24106 \begin_inset space ~
24107 \end_inset
24108
24109
24110 \begin_inset CommandInset ref
24111 LatexCommand ref
24112 reference "sec:Caption-Placement"
24113
24114 \end_inset
24115
24116 .
24117  To keep your \SpecialChar LyX
24118  document readable, you can open and close the float box by
24119  left-clicking on the box label.
24120  A closed float box looks like this: 
24121 \begin_inset Graphics
24122         filename clipart/float.png
24123         scale 70
24124         scaleBeforeRotation
24125
24126 \end_inset
24127
24128  â€“ a gray button with a red label.
24129 \end_layout
24130
24131 \begin_layout Standard
24132 It is recommended that you insert floats as separate standard paragraphs
24133  to avoid possible \SpecialChar LaTeX
24134 -errors that can occur when the surrounding text is specially
24135  formatted.
24136 \end_layout
24137
24138 \begin_layout Standard
24139 Existing figures or tables can be put into a float by highlighting them
24140  and then pressing the corresponding toolbar button for a new float.
24141 \end_layout
24142
24143 \begin_layout Section
24144 Float Types
24145 \end_layout
24146
24147 \begin_layout Standard
24148 Besides figure and table floats that are described in sections
24149 \begin_inset space ~
24150 \end_inset
24151
24152
24153 \begin_inset CommandInset ref
24154 LatexCommand ref
24155 reference "sec:Figure-Floats"
24156
24157 \end_inset
24158
24159  and 
24160 \begin_inset CommandInset ref
24161 LatexCommand ref
24162 reference "sec:Table-Floats"
24163
24164 \end_inset
24165
24166  respectively, \SpecialChar LyX
24167  offers the float types 
24168 \family sans
24169 Algorithm
24170 \family default
24171  and 
24172 \family sans
24173 Wrap
24174 \family default
24175 .
24176  The latter are explained in sec.
24177 \begin_inset space \thinspace{}
24178 \end_inset
24179
24180
24181 \begin_inset CommandInset ref
24182 LatexCommand ref
24183 reference "sec:Wrap-Floats"
24184
24185 \end_inset
24186
24187 .
24188 \end_layout
24189
24190 \begin_layout Subsection
24191 Algorithm Floats
24192 \begin_inset Index idx
24193 status collapsed
24194
24195 \begin_layout Plain Layout
24196 Floats ! Algorithms
24197 \end_layout
24198
24199 \end_inset
24200
24201
24202 \end_layout
24203
24204 \begin_layout Standard
24205 \begin_inset Float algorithm
24206 placement h
24207 wide false
24208 sideways false
24209 status open
24210
24211 \begin_layout Plain Layout
24212 \begin_inset Caption Standard
24213
24214 \begin_layout Plain Layout
24215 \begin_inset CommandInset label
24216 LatexCommand label
24217 name "alg:Example-Algorithm-float"
24218
24219 \end_inset
24220
24221 Example Algorithm float
24222 \end_layout
24223
24224 \end_inset
24225
24226
24227 \end_layout
24228
24229 \begin_layout LyX-Code
24230 for I in 1..N loop
24231 \begin_inset Newline newline
24232 \end_inset
24233
24234  Sum:= Sum + A(I); /*comment*/
24235 \begin_inset Newline newline
24236 \end_inset
24237
24238 end loop
24239 \begin_inset VSpace -4mm
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \end_inset
24246
24247
24248 \end_layout
24249
24250 \begin_layout Standard
24251 This float type is inserted with the menu 
24252 \family sans
24253 Insert\SpecialChar menuseparator
24254 Float\SpecialChar menuseparator
24255 Algorithm
24256 \family default
24257 .
24258  It is used for program codes and descriptions of algorithms and can be
24259  seen as an alternative to program code listings that are explained in chapter
24260 \begin_inset space ~
24261 \end_inset
24262
24263
24264 \begin_inset CommandInset ref
24265 LatexCommand ref
24266 reference "cha:Program-Code-Listings"
24267
24268 \end_inset
24269
24270 .
24271  A possible environment for algorithms is the 
24272 \family sans
24273 \SpecialChar LyX
24274  Code
24275 \family default
24276 , described in \SpecialChar LyX
24277 's 
24278 \emph on
24279 Userguide
24280 \emph default
24281 .
24282  Algorithm
24283 \begin_inset space ~
24284 \end_inset
24285
24286
24287 \begin_inset CommandInset ref
24288 LatexCommand ref
24289 reference "alg:Example-Algorithm-float"
24290
24291 \end_inset
24292
24293  is an example of an algorithm float where -4
24294 \begin_inset space \thinspace{}
24295 \end_inset
24296
24297 mm vertical space was added at the end of the float to have the bottom rule
24298  exactly below the last text line.
24299 \end_layout
24300
24301 \begin_layout Standard
24302 The float label is not automatically translated into the document language.
24303  If your document is not in English, you have to do this manually by adding
24304  the following line to the document preamble
24305 \series bold
24306 :
24307 \end_layout
24308
24309 \begin_layout Standard
24310
24311 \series bold
24312
24313 \backslash
24314 floatname{algorithm}{your
24315 \begin_inset space ~
24316 \end_inset
24317
24318 name}
24319 \end_layout
24320
24321 \begin_layout Standard
24322 where 
24323 \family sans
24324 your
24325 \begin_inset space ~
24326 \end_inset
24327
24328 name
24329 \family default
24330  is the word 
24331 \begin_inset Quotes eld
24332 \end_inset
24333
24334
24335 \emph on
24336 algorithm
24337 \emph default
24338
24339 \begin_inset Quotes erd
24340 \end_inset
24341
24342  in your language.
24343 \end_layout
24344
24345 \begin_layout Standard
24346 To insert the list of algorithms you can use the menu 
24347 \family sans
24348 Insert\SpecialChar menuseparator
24349 List
24350 \begin_inset space \thinspace{}
24351 \end_inset
24352
24353 /
24354 \begin_inset space \thinspace{}
24355 \end_inset
24356
24357 TOC\SpecialChar menuseparator
24358 List of Algorithms
24359 \family default
24360  when your document has the same language as \SpecialChar LyX
24361 's menu names.
24362  In other cases use this command in \SpecialChar TeX
24363  Code instead:
24364 \end_layout
24365
24366 \begin_layout Standard
24367
24368 \series bold
24369
24370 \backslash
24371 listof{algorithm}{your
24372 \begin_inset space ~
24373 \end_inset
24374
24375 name}
24376 \end_layout
24377
24378 \begin_layout Standard
24379 where 
24380 \family sans
24381 your
24382 \begin_inset space ~
24383 \end_inset
24384
24385 name
24386 \family default
24387  is the word 
24388 \begin_inset Quotes eld
24389 \end_inset
24390
24391
24392 \emph on
24393 List of Algorithm
24394 \emph default
24395 s
24396 \begin_inset Quotes erd
24397 \end_inset
24398
24399  in your language.
24400 \end_layout
24401
24402 \begin_layout Standard
24403 Algorithm floats are not by default numbered in the scheme 
24404 \begin_inset Quotes eld
24405 \end_inset
24406
24407 chapter.algorithm
24408 \begin_inset Quotes erd
24409 \end_inset
24410
24411  as is the case for table and figure floats in many document-classes.
24412  To number algorithm floats in the same scheme, add this command to your
24413  document preamble:
24414 \end_layout
24415
24416 \begin_layout Standard
24417
24418 \series bold
24419
24420 \backslash
24421 numberwithin{algorithm}{chapter}
24422 \end_layout
24423
24424 \begin_layout Standard
24425 To be able to use the command 
24426 \series bold
24427
24428 \backslash
24429 numberwithin
24430 \series default
24431 , set in the tab 
24432 \family sans
24433 Math
24434 \begin_inset space ~
24435 \end_inset
24436
24437 Options
24438 \family default
24439  in the document settings the option 
24440 \family sans
24441 Use
24442 \begin_inset space ~
24443 \end_inset
24444
24445 AMS
24446 \begin_inset space ~
24447 \end_inset
24448
24449 math
24450 \begin_inset space ~
24451 \end_inset
24452
24453 package
24454 \family default
24455 .
24456 \end_layout
24457
24458 \begin_layout Section
24459 Float Numbering
24460 \begin_inset Index idx
24461 status collapsed
24462
24463 \begin_layout Plain Layout
24464 Floats ! Numbering
24465 \end_layout
24466
24467 \end_inset
24468
24469
24470 \end_layout
24471
24472 \begin_layout Standard
24473 Floats are usually numbered either independently from the sections the floats
24474  are in, or in the scheme 
24475 \begin_inset Quotes eld
24476 \end_inset
24477
24478 chapter.number
24479 \begin_inset Quotes erd
24480 \end_inset
24481
24482  or 
24483 \begin_inset Quotes eld
24484 \end_inset
24485
24486 section.number
24487 \begin_inset Quotes erd
24488 \end_inset
24489
24490 .
24491  This depends on the document class used.
24492 \end_layout
24493
24494 \begin_layout Standard
24495 To change section-independent numbering, you can use this command in the
24496  document preamble:
24497 \end_layout
24498
24499 \begin_layout Standard
24500
24501 \series bold
24502
24503 \backslash
24504 renewcommand{
24505 \backslash
24506 thetable}{
24507 \backslash
24508 roman{table}}
24509 \end_layout
24510
24511 \begin_layout Standard
24512
24513 \series bold
24514
24515 \backslash
24516 thetable
24517 \series default
24518  is the command that prints the table number.
24519  For figure floats, the command would be 
24520 \series bold
24521
24522 \backslash
24523 thefigure
24524 \series default
24525 .
24526  
24527 \series bold
24528
24529 \backslash
24530 roman
24531 \series default
24532  in the command above prints the table number as a small roman number.
24533 \end_layout
24534
24535 \begin_layout Standard
24536 To change the numbering scheme for example to 
24537 \begin_inset Quotes eld
24538 \end_inset
24539
24540 subsection.number
24541 \begin_inset Quotes erd
24542 \end_inset
24543
24544 , use this command in the preamble:
24545 \end_layout
24546
24547 \begin_layout Standard
24548
24549 \series bold
24550
24551 \backslash
24552 numberwithin{table}{subsection}
24553 \end_layout
24554
24555 \begin_layout Standard
24556 To be able to use the command 
24557 \series bold
24558
24559 \backslash
24560 numberwithin
24561 \series default
24562 , set in the tab 
24563 \family sans
24564 Math
24565 \begin_inset space ~
24566 \end_inset
24567
24568 Options
24569 \family default
24570  in the document settings the option 
24571 \family sans
24572 Use
24573 \begin_inset space ~
24574 \end_inset
24575
24576 AMS
24577 \begin_inset space ~
24578 \end_inset
24579
24580 math
24581 \begin_inset space ~
24582 \end_inset
24583
24584 package
24585 \family default
24586 .
24587 \end_layout
24588
24589 \begin_layout Standard
24590 Please also have a look at section
24591 \begin_inset space ~
24592 \end_inset
24593
24594
24595 \begin_inset CommandInset ref
24596 LatexCommand ref
24597 reference "subsec:Footnote-Numbering"
24598
24599 \end_inset
24600
24601  for the details and important notes about the numbering commands.
24602 \end_layout
24603
24604 \begin_layout Section
24605 Referencing Floats
24606 \begin_inset CommandInset label
24607 LatexCommand label
24608 name "sec:Referencing-Floats"
24609
24610 \end_inset
24611
24612
24613 \begin_inset Index idx
24614 status collapsed
24615
24616 \begin_layout Plain Layout
24617 Floats ! References
24618 \end_layout
24619
24620 \end_inset
24621
24622
24623 \begin_inset Index idx
24624 status collapsed
24625
24626 \begin_layout Plain Layout
24627 References ! to Floats
24628 \end_layout
24629
24630 \end_inset
24631
24632
24633 \end_layout
24634
24635 \begin_layout Standard
24636 To reference a float, insert a label into its caption using the menu 
24637 \family sans
24638 Insert\SpecialChar menuseparator
24639 Label
24640 \family default
24641  or the toolbar button 
24642 \begin_inset Info
24643 type  "icon"
24644 arg   "label-insert"
24645 \end_inset
24646
24647 .
24648  A grey label box like this one: 
24649 \begin_inset Graphics
24650         filename clipart/label.png
24651         scaleBeforeRotation
24652
24653 \end_inset
24654
24655  will be inserted and the label window pops up asking for the label text.
24656  \SpecialChar LyX
24657  offers as text the first words of the caption with a prefix.
24658  The prefix depends on the float type, e.
24659 \begin_inset space \thinspace{}
24660 \end_inset
24661
24662 g.
24663 \begin_inset space \space{}
24664 \end_inset
24665
24666 for figure floats the prefix will be "
24667 \family sans
24668 fig:
24669 \family default
24670 ".
24671 \end_layout
24672
24673 \begin_layout Standard
24674 The label is used as anchor and name for the reference.
24675  You can refer to the label using the menu 
24676 \family sans
24677 Insert\SpecialChar menuseparator
24678 Cross-reference
24679 \family default
24680  or the toolbar button 
24681 \begin_inset Info
24682 type  "icon"
24683 arg   "dialog-show-new-inset ref"
24684 \end_inset
24685
24686 .
24687  The cross-reference window appears showing all labels of the document.
24688  If you have multiple \SpecialChar LyX
24689  documents opened, choose the one you are working
24690  on from the drop-list at the top of the dialog.
24691  You can now sort the labels alphabetically and then choose one.
24692  A grey cross-reference box like this one: 
24693 \begin_inset Graphics
24694         filename clipart/reference.png
24695         scaleBeforeRotation
24696
24697 \end_inset
24698
24699  will be inserted.
24700  At the position of the cross-reference box the float number will appear
24701  in the output.
24702 \end_layout
24703
24704 \begin_layout Standard
24705 It is recommended that you use a protected space between the cross-reference
24706  name and its number to avoid line breaks between them.
24707  If a cross-reference refers to a non-existing label, you will see two question
24708  marks in the output instead of the reference.
24709 \end_layout
24710
24711 \begin_layout Standard
24712 You can change labels at any time by clicking on the label box.
24713  References to the changed label will automatically update their links to
24714  the new label text.
24715 \end_layout
24716
24717 \begin_layout Standard
24718 The button 
24719 \family sans
24720 Go
24721 \begin_inset space ~
24722 \end_inset
24723
24724 to
24725 \begin_inset space ~
24726 \end_inset
24727
24728 Label
24729 \family default
24730  in the cross-reference window sets the cursor before the referred label.
24731  The button text changes then to Go
24732 \begin_inset space ~
24733 \end_inset
24734
24735 Back and you can use it to set the cursor back to the cross-reference.
24736 \end_layout
24737
24738 \begin_layout Subsection
24739 Cross-Reference Formats
24740 \begin_inset CommandInset label
24741 LatexCommand label
24742 name "subsec:Cross-Reference-Formats"
24743
24744 \end_inset
24745
24746
24747 \begin_inset Index idx
24748 status collapsed
24749
24750 \begin_layout Plain Layout
24751 References ! Formats
24752 \end_layout
24753
24754 \end_inset
24755
24756
24757 \end_layout
24758
24759 \begin_layout Standard
24760 There are six varieties of cross-references:
24761 \end_layout
24762
24763 \begin_layout Description
24764 <reference>: prints the float number, this is the default: 
24765 \begin_inset CommandInset ref
24766 LatexCommand ref
24767 reference "fig:Two-distorted-images"
24768
24769 \end_inset
24770
24771
24772 \end_layout
24773
24774 \begin_layout Description
24775 (<reference>): prints the float number within two parentheses, this is the
24776  style normally used to reference formulas, especially when the reference
24777  name 
24778 \begin_inset Quotes eld
24779 \end_inset
24780
24781 Equation
24782 \begin_inset Quotes erd
24783 \end_inset
24784
24785  is omitted: 
24786 \begin_inset CommandInset ref
24787 LatexCommand eqref
24788 reference "eq:Wgn"
24789
24790 \end_inset
24791
24792
24793 \end_layout
24794
24795 \begin_layout Description
24796 <page>: prints the page number: Page
24797 \begin_inset space ~
24798 \end_inset
24799
24800
24801 \begin_inset CommandInset ref
24802 LatexCommand pageref
24803 reference "fig:Two-distorted-images"
24804
24805 \end_inset
24806
24807
24808 \end_layout
24809
24810 \begin_layout Description
24811 on
24812 \begin_inset space ~
24813 \end_inset
24814
24815 page
24816 \begin_inset space ~
24817 \end_inset
24818
24819 <page>: prints the text "on page" and the page number: 
24820 \begin_inset CommandInset ref
24821 LatexCommand vpageref
24822 reference "fig:Two-distorted-images"
24823
24824 \end_inset
24825
24826
24827 \end_layout
24828
24829 \begin_layout Description
24830 <reference>
24831 \begin_inset space ~
24832 \end_inset
24833
24834 on
24835 \begin_inset space ~
24836 \end_inset
24837
24838 page
24839 \begin_inset space ~
24840 \end_inset
24841
24842 <page>: prints the float number, the text "on page", and the page number:
24843  
24844 \begin_inset CommandInset ref
24845 LatexCommand vref
24846 reference "fig:Two-distorted-images"
24847
24848 \end_inset
24849
24850
24851 \end_layout
24852
24853 \begin_layout Description
24854 Formatted
24855 \begin_inset space ~
24856 \end_inset
24857
24858 reference: prints a self-defined cross-reference format.
24859 \begin_inset Newline newline
24860 \end_inset
24861
24862
24863 \begin_inset Note Greyedout
24864 status open
24865
24866 \begin_layout Plain Layout
24867
24868 \series bold
24869 Note:
24870 \series default
24871  This feature is only available when you have the \SpecialChar LaTeX
24872 -package 
24873 \series bold
24874 prettyref
24875 \series default
24876  or 
24877 \series bold
24878 refstyle
24879 \series default
24880
24881 \begin_inset Index idx
24882 status collapsed
24883
24884 \begin_layout Plain Layout
24885 \SpecialChar LaTeX
24886 -packages ! prettyref
24887 \end_layout
24888
24889 \end_inset
24890
24891
24892 \begin_inset Index idx
24893 status collapsed
24894
24895 \begin_layout Plain Layout
24896 \SpecialChar LaTeX
24897 -packages ! refstyle
24898 \end_layout
24899
24900 \end_inset
24901
24902  installed.
24903 \end_layout
24904
24905 \end_inset
24906
24907
24908 \begin_inset Newline newline
24909 \end_inset
24910
24911 You can select which \SpecialChar LaTeX
24912 -package should be used for this feature by setting
24913  the option 
24914 \family sans
24915 Use refstyle (not prettyref) for cross-references
24916 \family default
24917  in the menu 
24918 \family sans
24919 Document\SpecialChar menuseparator
24920 Settings\SpecialChar menuseparator
24921 Document Class
24922 \family default
24923 .
24924  The format is specified by adding the command 
24925 \series bold
24926
24927 \backslash
24928 newrefformat
24929 \series default
24930  (prettyref) or 
24931 \series bold
24932
24933 \backslash
24934 newref
24935 \series default
24936  (refstyle) to the preamble of the document.
24937  For example redefining all references to figures (which have the label
24938  shortcut 
24939 \begin_inset Quotes eld
24940 \end_inset
24941
24942
24943 \family sans
24944 fig
24945 \family default
24946
24947 \begin_inset Quotes erd
24948 \end_inset
24949
24950 ) can be done with this command
24951 \begin_inset Newline newline
24952 \end_inset
24953
24954
24955 \series bold
24956
24957 \backslash
24958 newref{fig}{refcmd={Image on page 
24959 \backslash
24960 pageref{#1}}}
24961 \series default
24962
24963 \begin_inset Newline newline
24964 \end_inset
24965
24966 For more information about the format, have a look at the package documentations
24967
24968 \begin_inset CommandInset citation
24969 LatexCommand cite
24970 key "prettyref,refstyle"
24971
24972 \end_inset
24973
24974 .
24975 \end_layout
24976
24977 \begin_layout Description
24978 Textual
24979 \begin_inset space ~
24980 \end_inset
24981
24982 reference: prints the caption of the reference: 
24983 \begin_inset CommandInset ref
24984 LatexCommand nameref
24985 reference "fig:Two-distorted-images"
24986
24987 \end_inset
24988
24989
24990 \end_layout
24991
24992 \begin_layout Standard
24993
24994 \family sans
24995 <page>
24996 \family default
24997  will not print the page number if the label is on the previous, the same,
24998  or the next page.
24999  You will e.
25000 \begin_inset space \thinspace{}
25001 \end_inset
25002
25003 g.
25004 \begin_inset space \space{}
25005 \end_inset
25006
25007 see the text 
25008 \begin_inset Quotes eld
25009 \end_inset
25010
25011
25012 \family sans
25013 on this page
25014 \family default
25015
25016 \begin_inset Quotes erd
25017 \end_inset
25018
25019  instead.
25020  The style 
25021 \family sans
25022 <reference> on page <page>
25023 \family default
25024  will not print anything about the page if the label is on the same page.
25025 \end_layout
25026
25027 \begin_layout Standard
25028 The number and current page of the part of the document referred to in the
25029  output is automatically calculated by \SpecialChar LaTeX
25030 .
25031  The varieties are adjusted in the field 
25032 \family sans
25033 Format
25034 \family default
25035  of the cross-reference window that appears when you click on the cross-referenc
25036 e box.
25037 \end_layout
25038
25039 \begin_layout Standard
25040 \begin_inset Note Greyedout
25041 status open
25042
25043 \begin_layout Plain Layout
25044
25045 \series bold
25046 Note:
25047 \series default
25048  It is recommended to use the \SpecialChar LaTeX
25049 -package 
25050 \series bold
25051 refstyle
25052 \series default
25053
25054 \begin_inset Index idx
25055 status collapsed
25056
25057 \begin_layout Plain Layout
25058 \SpecialChar LaTeX
25059 -packages ! refstyle
25060 \end_layout
25061
25062 \end_inset
25063
25064  because 
25065 \series bold
25066 prettyref
25067 \series default
25068
25069 \begin_inset Index idx
25070 status collapsed
25071
25072 \begin_layout Plain Layout
25073 \SpecialChar LaTeX
25074 -packages ! prettyref
25075 \end_layout
25076
25077 \end_inset
25078
25079  does not know all of \SpecialChar LyX
25080 's possible label shortcuts
25081 \begin_inset Foot
25082 status collapsed
25083
25084 \begin_layout Plain Layout
25085 \begin_inset Quotes eld
25086 \end_inset
25087
25088 fig:
25089 \begin_inset Quotes erd
25090 \end_inset
25091
25092  is for example \SpecialChar LyX
25093 's shortcut for labels in figure captions.
25094 \end_layout
25095
25096 \end_inset
25097
25098  and is not internationalized.
25099 \end_layout
25100
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \begin_layout Subsection
25107 Automatic Reference Naming
25108 \begin_inset Index idx
25109 status collapsed
25110
25111 \begin_layout Plain Layout
25112 References ! Automatic Reference Naming
25113 \end_layout
25114
25115 \end_inset
25116
25117
25118 \end_layout
25119
25120 \begin_layout Standard
25121 The \SpecialChar LaTeX
25122 -package 
25123 \series bold
25124 hyperref
25125 \series default
25126
25127 \begin_inset Index idx
25128 status collapsed
25129
25130 \begin_layout Plain Layout
25131 \SpecialChar LaTeX
25132 -packages ! hyperref
25133 \end_layout
25134
25135 \end_inset
25136
25137 , that is enabled in the 
25138 \family sans
25139 PDF Properties
25140 \family default
25141  of the 
25142 \family sans
25143 Document Settings
25144 \family default
25145  dialog, provides a very useful feature that cross-references automatically
25146  include the name of the referenced floats (or text parts like 
25147 \emph on
25148 section
25149 \emph default
25150 ).
25151  So you will save having to write e.
25152 \begin_inset space \thinspace{}
25153 \end_inset
25154
25155 g.
25156 \begin_inset space \space{}
25157 \end_inset
25158
25159 the name 
25160 \begin_inset Quotes eld
25161 \end_inset
25162
25163 Figure
25164 \begin_inset Quotes erd
25165 \end_inset
25166
25167  before every reference to a figure.
25168  To use this feature, enable 
25169 \series bold
25170 hyperref
25171 \series default
25172  and insert this line to the \SpecialChar LaTeX
25173  preamble:
25174 \end_layout
25175
25176 \begin_layout Standard
25177
25178 \series bold
25179
25180 \backslash
25181 AtBeginDocument{
25182 \backslash
25183 renewcommand{
25184 \backslash
25185 ref}[1]{
25186 \backslash
25187 mbox{
25188 \backslash
25189 autoref{#1}}}}
25190 \end_layout
25191
25192 \begin_layout Standard
25193 When you prefer other reference names than the default ones, for example
25194  you want instead of 
25195 \begin_inset Quotes eld
25196 \end_inset
25197
25198 section
25199 \begin_inset Quotes erd
25200 \end_inset
25201
25202  the name 
25203 \begin_inset Quotes eld
25204 \end_inset
25205
25206 sec.
25207 \begin_inset space \thinspace{}
25208 \end_inset
25209
25210
25211 \begin_inset Quotes eld
25212 \end_inset
25213
25214 , you can redefine the name by inserting this in the preamble:
25215 \end_layout
25216
25217 \begin_layout Standard
25218
25219 \series bold
25220
25221 \backslash
25222 addto
25223 \backslash
25224 extrasenglish{
25225 \backslash
25226 renewcommand{
25227 \backslash
25228 sectionautorefname}
25229 \begin_inset Newline newline
25230 \end_inset
25231
25232
25233 \begin_inset Phantom HPhantom
25234 status open
25235
25236 \begin_layout Plain Layout
25237
25238 \series bold
25239 \begin_inset space ~
25240 \end_inset
25241
25242
25243 \end_layout
25244
25245 \end_inset
25246
25247 {sec.
25248 \backslash
25249 negthinspace}}
25250 \end_layout
25251
25252 \begin_layout Standard
25253 When you are using another document language than English, replace
25254 \begin_inset Newline newline
25255 \end_inset
25256
25257
25258 \series bold
25259
25260 \backslash
25261 extrasenglish
25262 \series default
25263  by 
25264 \series bold
25265
25266 \backslash
25267 extras***
25268 \series default
25269 , where *** is the name of the language used.
25270 \end_layout
25271
25272 \begin_layout Standard
25273 To get automatic names, but not for certain reference types, for example
25274  not for equations, use this preamble code:
25275 \end_layout
25276
25277 \begin_layout Standard
25278
25279 \series bold
25280
25281 \backslash
25282 addto
25283 \backslash
25284 extrasenglish{
25285 \backslash
25286 renewcommand*{
25287 \backslash
25288 equationautorefname}[1]{}}
25289 \end_layout
25290
25291 \begin_layout Standard
25292 More about this topic can be found in 
25293 \series bold
25294 hyperref
25295 \series default
25296 's documentation 
25297 \begin_inset CommandInset citation
25298 LatexCommand cite
25299 key "hyperref"
25300
25301 \end_inset
25302
25303 .
25304 \end_layout
25305
25306 \begin_layout Standard
25307 \begin_inset Note Greyedout
25308 status open
25309
25310 \begin_layout Plain Layout
25311
25312 \series bold
25313 Note:
25314 \series default
25315  Automatic reference naming cannot be used when you use cross-references
25316  in the 
25317 \family sans
25318 Formatted
25319 \begin_inset space ~
25320 \end_inset
25321
25322 reference
25323 \family default
25324  style, as described in section
25325 \begin_inset space ~
25326 \end_inset
25327
25328
25329 \begin_inset CommandInset ref
25330 LatexCommand ref
25331 reference "subsec:Cross-Reference-Formats"
25332
25333 \end_inset
25334
25335 .
25336 \end_layout
25337
25338 \end_inset
25339
25340
25341 \end_layout
25342
25343 \begin_layout Standard
25344 The 
25345 \emph on
25346 Math
25347 \emph default
25348  manual is an example where automatic reference naming is used.
25349 \end_layout
25350
25351 \begin_layout Subsection
25352 Reference Position
25353 \begin_inset CommandInset label
25354 LatexCommand label
25355 name "subsec:Reference-Position"
25356
25357 \end_inset
25358
25359
25360 \begin_inset Index idx
25361 status collapsed
25362
25363 \begin_layout Plain Layout
25364 References ! Reference Position
25365 \end_layout
25366
25367 \end_inset
25368
25369
25370 \end_layout
25371
25372 \begin_layout Standard
25373 If you use 
25374 \series bold
25375 hyperref
25376 \series default
25377
25378 \begin_inset Index idx
25379 status collapsed
25380
25381 \begin_layout Plain Layout
25382 \SpecialChar LaTeX
25383 -packages ! hyperref
25384 \end_layout
25385
25386 \end_inset
25387
25388  in the 
25389 \family sans
25390 PDF Properties
25391 \family default
25392  of the 
25393 \family sans
25394 Document Settings
25395 \family default
25396  dialog to link cross-references in the output, you will see that clicking
25397  on an image float reference jumps to the image label.
25398  The caption will be the first text part on the screen, so that you cannot
25399  see the image without scrolling.
25400  This is because the reference link anchor is placed at the position of
25401  the label.
25402  With the use of the package 
25403 \series bold
25404 hypcap
25405 \series default
25406
25407 \begin_inset Index idx
25408 status collapsed
25409
25410 \begin_layout Plain Layout
25411 \SpecialChar LaTeX
25412 -packages ! hypcap
25413 \end_layout
25414
25415 \end_inset
25416
25417 , which is part of the \SpecialChar LaTeX
25418 -package 
25419 \series bold
25420 oberdiek
25421 \series default
25422
25423 \begin_inset Index idx
25424 status collapsed
25425
25426 \begin_layout Plain Layout
25427 \SpecialChar LaTeX
25428 -packages ! oberdiek
25429 \end_layout
25430
25431 \end_inset
25432
25433 , the link anchor is placed at the beginning of a float.
25434  To use this feature for figure floats, load 
25435 \series bold
25436 hypcap
25437 \series default
25438  in the document preamble with the line
25439 \end_layout
25440
25441 \begin_layout Standard
25442
25443 \series bold
25444
25445 \backslash
25446 usepackage[figure]{hypcap}
25447 \end_layout
25448
25449 \begin_layout Standard
25450 You can also use 
25451 \series bold
25452 hypcap
25453 \series default
25454  for all float types but this is not recommended for stability reasons.
25455  For more information, have a look at 
25456 \series bold
25457 hypcap
25458 \series default
25459 's manual 
25460 \begin_inset CommandInset citation
25461 LatexCommand cite
25462 key "hypcap"
25463
25464 \end_inset
25465
25466 .
25467 \end_layout
25468
25469 \begin_layout Standard
25470 \begin_inset Note Greyedout
25471 status open
25472
25473 \begin_layout Plain Layout
25474
25475 \series bold
25476 Note:
25477 \series default
25478  
25479 \series bold
25480 hypcap
25481 \series default
25482  has no effect on references to subfigures.
25483 \end_layout
25484
25485 \end_inset
25486
25487
25488 \end_layout
25489
25490 \begin_layout Section
25491 Float Placement
25492 \begin_inset CommandInset label
25493 LatexCommand label
25494 name "sec:Float-Placement"
25495
25496 \end_inset
25497
25498
25499 \begin_inset Index idx
25500 status collapsed
25501
25502 \begin_layout Plain Layout
25503 Floats ! Placement
25504 \end_layout
25505
25506 \end_inset
25507
25508
25509 \end_layout
25510
25511 \begin_layout Standard
25512 Right-clicking on a float-box and clicking on 
25513 \family sans
25514 Settings
25515 \family default
25516  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
25517  uses for
25518  positioning the float.
25519 \begin_inset Newline newline
25520 \end_inset
25521
25522 The option 
25523 \family sans
25524 Span
25525 \begin_inset space ~
25526 \end_inset
25527
25528 columns
25529 \family default
25530  is only useful for two-column documents: If you select it, the float will
25531  span both columns on the page instead of being confined to just one.
25532 \begin_inset Newline newline
25533 \end_inset
25534
25535 The option 
25536 \family sans
25537 Rotate
25538 \begin_inset space ~
25539 \end_inset
25540
25541 sideways
25542 \family default
25543  is used to rotate floats, see section 
25544 \begin_inset CommandInset ref
25545 LatexCommand ref
25546 reference "sec:Rotated-Floats"
25547
25548 \end_inset
25549
25550 .
25551 \end_layout
25552
25553 \begin_layout Standard
25554 You can use one or more of the following options in the float dialog to
25555  set the placement for a particular float when you uncheck the option 
25556 \family sans
25557 Use
25558 \begin_inset space ~
25559 \end_inset
25560
25561 default
25562 \begin_inset space ~
25563 \end_inset
25564
25565 placement
25566 \family default
25567 :
25568 \end_layout
25569
25570 \begin_layout Description
25571 Here
25572 \begin_inset space ~
25573 \end_inset
25574
25575 if
25576 \begin_inset space ~
25577 \end_inset
25578
25579 possible try to place the float on the position where it has been inserted
25580 \end_layout
25581
25582 \begin_layout Description
25583 Top
25584 \begin_inset space ~
25585 \end_inset
25586
25587 of
25588 \begin_inset space ~
25589 \end_inset
25590
25591 page try to place the float at the top of the current page
25592 \end_layout
25593
25594 \begin_layout Description
25595 Bottom
25596 \begin_inset space ~
25597 \end_inset
25598
25599 of
25600 \begin_inset space ~
25601 \end_inset
25602
25603 page try to place the float at the bottom of the current page
25604 \end_layout
25605
25606 \begin_layout Description
25607 Page
25608 \begin_inset space ~
25609 \end_inset
25610
25611 of
25612 \begin_inset space ~
25613 \end_inset
25614
25615 floats try to place the float on its own page
25616 \end_layout
25617
25618 \begin_layout Standard
25619 The order of the above option is 
25620 \emph on
25621 always
25622 \emph default
25623  used by \SpecialChar LaTeX
25624 .
25625  That means, if you use the default placement, \SpecialChar LaTeX
25626  will first try out 
25627 \family sans
25628 Here
25629 \begin_inset space ~
25630 \end_inset
25631
25632 if
25633 \begin_inset space ~
25634 \end_inset
25635
25636 possible
25637 \family default
25638 , then 
25639 \family sans
25640 Top
25641 \begin_inset space ~
25642 \end_inset
25643
25644 of
25645 \begin_inset space ~
25646 \end_inset
25647
25648 page
25649 \family default
25650 , and then the others.
25651  If you do not use the default, \SpecialChar LaTeX
25652  will try only the checked options but in
25653  the same order.
25654  If none of the 4
25655 \begin_inset space ~
25656 \end_inset
25657
25658 placements is possible the procedure is internally repeated trying to put
25659  the float on the following page.
25660 \end_layout
25661
25662 \begin_layout Standard
25663 By default, each option has its own rules:
25664 \end_layout
25665
25666 \begin_layout Labeling
25667 \labelwidthstring 00.00.0000
25668
25669 \family sans
25670 Top
25671 \begin_inset space ~
25672 \end_inset
25673
25674 of
25675 \begin_inset space ~
25676 \end_inset
25677
25678 page
25679 \family default
25680  only floats occupying less than 70
25681 \begin_inset space \thinspace{}
25682 \end_inset
25683
25684 % of the page can be placed at the top of a page (
25685 \series bold
25686
25687 \backslash
25688 topfraction
25689 \series default
25690 )
25691 \end_layout
25692
25693 \begin_layout Labeling
25694 \labelwidthstring 00.00.0000
25695
25696 \family sans
25697 Bottom
25698 \begin_inset space ~
25699 \end_inset
25700
25701 of
25702 \begin_inset space ~
25703 \end_inset
25704
25705 page
25706 \family default
25707 : only floats occupying less than 30
25708 \begin_inset space \thinspace{}
25709 \end_inset
25710
25711 % of the page can be placed at the bottom of a page.
25712  (
25713 \series bold
25714
25715 \backslash
25716 bottomfraction
25717 \series default
25718 )
25719 \end_layout
25720
25721 \begin_layout Labeling
25722 \labelwidthstring 00.00.0000
25723
25724 \family sans
25725 Page
25726 \begin_inset space ~
25727 \end_inset
25728
25729 of
25730 \begin_inset space ~
25731 \end_inset
25732
25733 floats
25734 \family default
25735 : only if more than 50
25736 \begin_inset space \thinspace{}
25737 \end_inset
25738
25739 % of the page is occupied by floats, several floats can be set together
25740  on a page.
25741  (
25742 \series bold
25743
25744 \backslash
25745 floatpagefraction
25746 \series default
25747 )
25748 \end_layout
25749
25750 \begin_layout Standard
25751 If you don't like these rules, you can ignore them by using the additional
25752  option 
25753 \family sans
25754 Ignore
25755 \begin_inset space ~
25756 \end_inset
25757
25758 \SpecialChar LaTeX
25759
25760 \begin_inset space ~
25761 \end_inset
25762
25763 rules
25764 \family default
25765 .
25766 \begin_inset Newline newline
25767 \end_inset
25768
25769 You can also redefine the rules with \SpecialChar LaTeX
25770 -commands that are given in parentheses
25771  after the rules description above.
25772  To increase for example the often too small default of the bottom-rule
25773  to 50
25774 \begin_inset space \thinspace{}
25775 \end_inset
25776
25777 % of the page, add this line to your document preamble:
25778 \end_layout
25779
25780 \begin_layout Standard
25781
25782 \series bold
25783
25784 \backslash
25785 renewcommand{
25786 \backslash
25787 bottomfraction}{0.5}
25788 \end_layout
25789
25790 \begin_layout Standard
25791 Sometimes you might need, under all circumstances, a float to be placed
25792  exactly at the position where it is inserted.
25793  For this case you can use the option 
25794 \family sans
25795 Here
25796 \begin_inset space ~
25797 \end_inset
25798
25799 definitely
25800 \family default
25801 .
25802  Use this option very rarely and only if the document is almost ready to
25803  be printed, because the float is then no longer able to 
25804 \begin_inset Quotes eld
25805 \end_inset
25806
25807 float
25808 \begin_inset Quotes erd
25809 \end_inset
25810
25811  when you change your document and this will often destroy the page layout.
25812 \end_layout
25813
25814 \begin_layout Standard
25815 There are no placement options for text wrap floats, because they are always
25816  surrounded by the text of a certain paragraph.
25817 \begin_inset VSpace bigskip
25818 \end_inset
25819
25820
25821 \end_layout
25822
25823 \begin_layout Standard
25824 Sometimes you have the problem that a float is placed at the top of a page
25825  while its corresponding section starts at the middle of the page, so that
25826  the reader could think the float is part of the previous section.
25827  To avoid this the \SpecialChar LaTeX
25828 -command 
25829 \series bold
25830
25831 \backslash
25832 suppressfloats
25833 \series default
25834  can be used.
25835  It suppresses a given float placement for the page where it is inserted
25836  and can therefore be used to avoid floats being set before a section starts.
25837  To get this, add these commands to your document preamble:
25838 \end_layout
25839
25840 \begin_layout Standard
25841
25842 \series bold
25843
25844 \backslash
25845 let
25846 \backslash
25847 mySection
25848 \backslash
25849 section
25850 \begin_inset Newline newline
25851 \end_inset
25852
25853
25854 \backslash
25855 renewcommand{
25856 \backslash
25857 section}{
25858 \backslash
25859 suppressfloats[t]
25860 \backslash
25861 mySection}
25862 \end_layout
25863
25864 \begin_layout Standard
25865 You can define the same for all section headings, like chapters and subsections.
25866  This definition is not recommended to be used for small text parts like
25867  subsubsections because \SpecialChar LaTeX
25868  may then have problems finding a suitable placement.
25869 \end_layout
25870
25871 \begin_layout Standard
25872 \begin_inset VSpace bigskip
25873 \end_inset
25874
25875 In some cases it is required to have all figures/tables at the end of the
25876  document.
25877  For this purpose the \SpecialChar LaTeX
25878 -package 
25879 \series bold
25880 endfloat
25881 \series default
25882
25883 \begin_inset Index idx
25884 status collapsed
25885
25886 \begin_layout Plain Layout
25887 \SpecialChar LaTeX
25888 -packages ! endfloat
25889 \end_layout
25890
25891 \end_inset
25892
25893  was developed.
25894  It puts all figure and table floats at the end of the document into their
25895  own sections.
25896  At the original float position a text hint like 
25897 \begin_inset Quotes eld
25898 \end_inset
25899
25900
25901 \family sans
25902 [Figure
25903 \begin_inset space ~
25904 \end_inset
25905
25906 3.2 about here.]
25907 \family default
25908
25909 \begin_inset Quotes erd
25910 \end_inset
25911
25912  is inserted.
25913  The endfloat-package is loaded in the preamble with the line
25914 \end_layout
25915
25916 \begin_layout Standard
25917
25918 \series bold
25919
25920 \backslash
25921 usepackage[options]{endfloat}
25922 \end_layout
25923
25924 \begin_layout Standard
25925 There are various package options to format the created figure/table sections.
25926  For more information we refer you to the 
25927 \series bold
25928 endfloat
25929 \series default
25930  documentation 
25931 \begin_inset CommandInset citation
25932 LatexCommand cite
25933 key "endfloat"
25934
25935 \end_inset
25936
25937 .
25938 \begin_inset Newline newline
25939 \end_inset
25940
25941
25942 \begin_inset Note Greyedout
25943 status open
25944
25945 \begin_layout Plain Layout
25946
25947 \series bold
25948 Note: endfloat
25949 \series default
25950  doesn't provide an automatic translation for the text hint, you have to
25951  do this manually, see section
25952 \begin_inset space ~
25953 \end_inset
25954
25955 4 in 
25956 \begin_inset CommandInset citation
25957 LatexCommand cite
25958 key "endfloat"
25959
25960 \end_inset
25961
25962 .
25963 \end_layout
25964
25965 \end_inset
25966
25967
25968 \begin_inset Newline newline
25969 \end_inset
25970
25971
25972 \begin_inset Note Greyedout
25973 status open
25974
25975 \begin_layout Plain Layout
25976
25977 \series bold
25978 Note:
25979 \series default
25980  There is currently a bug in 
25981 \series bold
25982 endfloat
25983 \series default
25984  when the caption contains a German 
25985 \begin_inset Quotes eld
25986 \end_inset
25987
25988 ß
25989 \begin_inset Quotes erd
25990 \end_inset
25991
25992 .
25993  Use in this case the command 
25994 \begin_inset Quotes eld
25995 \end_inset
25996
25997
25998 \series bold
25999
26000 \backslash
26001 ss
26002 \series default
26003
26004 \begin_inset Quotes erd
26005 \end_inset
26006
26007  in \SpecialChar TeX
26008  Code instead of 
26009 \begin_inset Quotes eld
26010 \end_inset
26011
26012 ß
26013 \begin_inset Quotes erd
26014 \end_inset
26015
26016 .
26017 \end_layout
26018
26019 \end_inset
26020
26021
26022 \end_layout
26023
26024 \begin_layout Standard
26025 \begin_inset VSpace bigskip
26026 \end_inset
26027
26028 For more details about float placements, have a look at \SpecialChar LaTeX
26029  books, 
26030 \begin_inset CommandInset citation
26031 LatexCommand cite
26032 key "latexcompanion,latexguide,latexbook"
26033
26034 \end_inset
26035
26036 .
26037 \end_layout
26038
26039 \begin_layout Section
26040 Rotated Floats
26041 \begin_inset CommandInset label
26042 LatexCommand label
26043 name "sec:Rotated-Floats"
26044
26045 \end_inset
26046
26047
26048 \begin_inset Index idx
26049 status collapsed
26050
26051 \begin_layout Plain Layout
26052 Floats ! Rotating
26053 \end_layout
26054
26055 \end_inset
26056
26057
26058 \end_layout
26059
26060 \begin_layout Standard
26061 Especially for wide tables you might have floats rotated.
26062  To rotate a whole float including the caption, right-click on the float-box
26063  and use the option 
26064 \family sans
26065 Rotate
26066 \begin_inset space ~
26067 \end_inset
26068
26069 sideways
26070 \family default
26071 .
26072 \end_layout
26073
26074 \begin_layout Standard
26075 Rotated floats are always placed on a page of their own (or column of their
26076  own; in case you have a multi-column document).
26077  You can let them span several columns using the float settings option 
26078 \family sans
26079 Span
26080 \begin_inset space ~
26081 \end_inset
26082
26083 columns
26084 \family default
26085 .
26086  Floats are rotated so that you can read them from the outside margin.
26087  To force a certain rotation direction for all pages, you can add either
26088  the option 
26089 \series bold
26090 figuresleft
26091 \series default
26092  or 
26093 \series bold
26094 figuresright
26095 \series default
26096  to the document class options.
26097 \end_layout
26098
26099 \begin_layout Standard
26100 Referencing rotated floats is the same as for normal floats, the caption
26101  format is also the same: Table
26102 \begin_inset space ~
26103 \end_inset
26104
26105
26106 \begin_inset CommandInset ref
26107 LatexCommand ref
26108 reference "tab:Rotated-table"
26109
26110 \end_inset
26111
26112  is an example of a rotated table float.
26113 \end_layout
26114
26115 \begin_layout Standard
26116 \begin_inset Note Greyedout
26117 status open
26118
26119 \begin_layout Plain Layout
26120
26121 \series bold
26122 Note:
26123 \series default
26124  Not all DVI-viewers are able to display rotated floats.
26125 \end_layout
26126
26127 \end_inset
26128
26129
26130 \end_layout
26131
26132 \begin_layout Standard
26133 \begin_inset Float table
26134 wide false
26135 sideways true
26136 status open
26137
26138 \begin_layout Plain Layout
26139 \begin_inset Caption Standard
26140
26141 \begin_layout Plain Layout
26142 \begin_inset CommandInset label
26143 LatexCommand label
26144 name "tab:Rotated-table"
26145
26146 \end_inset
26147
26148  Rotated table
26149 \end_layout
26150
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \begin_layout Plain Layout
26157 \align center
26158 \begin_inset Tabular
26159 <lyxtabular version="3" rows="1" columns="5">
26160 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top">
26166 <row>
26167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26168 \begin_inset Text
26169
26170 \begin_layout Plain Layout
26171 test
26172 \end_layout
26173
26174 \end_inset
26175 </cell>
26176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26177 \begin_inset Text
26178
26179 \begin_layout Plain Layout
26180 b
26181 \end_layout
26182
26183 \end_inset
26184 </cell>
26185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26186 \begin_inset Text
26187
26188 \begin_layout Plain Layout
26189 c
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Plain Layout
26198 d
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26204 \begin_inset Text
26205
26206 \begin_layout Plain Layout
26207 e
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 </row>
26213 </lyxtabular>
26214
26215 \end_inset
26216
26217
26218 \end_layout
26219
26220 \end_inset
26221
26222
26223 \end_layout
26224
26225 \begin_layout Section
26226 Subfloats
26227 \begin_inset Index idx
26228 status collapsed
26229
26230 \begin_layout Plain Layout
26231 Floats ! Subfloats
26232 \end_layout
26233
26234 \end_inset
26235
26236
26237 \end_layout
26238
26239 \begin_layout Standard
26240 Subfloats are for example used when a figure consists of several images.
26241  They are created by inserting a float into an existing float.
26242  The placement of the subfloats can be controlled in the same way as for
26243  paragraphs as shown in table
26244 \begin_inset space ~
26245 \end_inset
26246
26247
26248 \begin_inset CommandInset ref
26249 LatexCommand ref
26250 reference "tab:Two-subtables-side"
26251
26252 \end_inset
26253
26254  and 
26255 \begin_inset CommandInset ref
26256 LatexCommand ref
26257 reference "tab:Two-subtables-upon"
26258
26259 \end_inset
26260
26261 .
26262 \end_layout
26263
26264 \begin_layout Standard
26265 Referencing subfloats works as for normal floats: Table
26266 \begin_inset space ~
26267 \end_inset
26268
26269
26270 \begin_inset CommandInset ref
26271 LatexCommand ref
26272 reference "tab:This-is-subtable-a"
26273
26274 \end_inset
26275
26276  and 
26277 \begin_inset CommandInset ref
26278 LatexCommand ref
26279 reference "tab:This-is-subtable-b"
26280
26281 \end_inset
26282
26283  are subtables of table
26284 \begin_inset space ~
26285 \end_inset
26286
26287
26288 \begin_inset CommandInset ref
26289 LatexCommand ref
26290 reference "tab:Two-subtables-side"
26291
26292 \end_inset
26293
26294 .
26295 \end_layout
26296
26297 \begin_layout Standard
26298 \begin_inset Float table
26299 wide false
26300 sideways false
26301 status open
26302
26303 \begin_layout Plain Layout
26304 \begin_inset Caption Standard
26305
26306 \begin_layout Plain Layout
26307 \begin_inset CommandInset label
26308 LatexCommand label
26309 name "tab:Two-subtables-side"
26310
26311 \end_inset
26312
26313 Two subtables placed side by side.
26314 \end_layout
26315
26316 \end_inset
26317
26318
26319 \end_layout
26320
26321 \begin_layout Plain Layout
26322 \align center
26323 \begin_inset space \hfill{}
26324 \end_inset
26325
26326
26327 \begin_inset Float table
26328 wide false
26329 sideways false
26330 status collapsed
26331
26332 \begin_layout Plain Layout
26333 \begin_inset Caption Standard
26334
26335 \begin_layout Plain Layout
26336 \begin_inset CommandInset label
26337 LatexCommand label
26338 name "tab:This-is-subtable-a"
26339
26340 \end_inset
26341
26342 This is subtable a.
26343 \end_layout
26344
26345 \end_inset
26346
26347
26348 \end_layout
26349
26350 \begin_layout Plain Layout
26351 \align center
26352 \begin_inset Tabular
26353 <lyxtabular version="3" rows="1" columns="5">
26354 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top">
26360 <row>
26361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26362 \begin_inset Text
26363
26364 \begin_layout Plain Layout
26365 test
26366 \end_layout
26367
26368 \end_inset
26369 </cell>
26370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Plain Layout
26374 b
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383 c
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26389 \begin_inset Text
26390
26391 \begin_layout Plain Layout
26392 d
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26398 \begin_inset Text
26399
26400 \begin_layout Plain Layout
26401 e
26402 \end_layout
26403
26404 \end_inset
26405 </cell>
26406 </row>
26407 </lyxtabular>
26408
26409 \end_inset
26410
26411
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \begin_inset space \hfill{}
26418 \end_inset
26419
26420
26421 \begin_inset Float table
26422 wide false
26423 sideways false
26424 status collapsed
26425
26426 \begin_layout Plain Layout
26427 \begin_inset Caption Standard
26428
26429 \begin_layout Plain Layout
26430 \begin_inset CommandInset label
26431 LatexCommand label
26432 name "tab:This-is-subtable-b"
26433
26434 \end_inset
26435
26436 This is subtable b.
26437 \end_layout
26438
26439 \end_inset
26440
26441
26442 \end_layout
26443
26444 \begin_layout Plain Layout
26445 \align center
26446 \begin_inset Tabular
26447 <lyxtabular version="3" rows="1" columns="5">
26448 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top">
26454 <row>
26455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Plain Layout
26459 e
26460 \end_layout
26461
26462 \end_inset
26463 </cell>
26464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26465 \begin_inset Text
26466
26467 \begin_layout Plain Layout
26468 d
26469 \end_layout
26470
26471 \end_inset
26472 </cell>
26473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26474 \begin_inset Text
26475
26476 \begin_layout Plain Layout
26477 c
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486 b
26487 \end_layout
26488
26489 \end_inset
26490 </cell>
26491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26492 \begin_inset Text
26493
26494 \begin_layout Plain Layout
26495 test
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 </row>
26501 </lyxtabular>
26502
26503 \end_inset
26504
26505
26506 \end_layout
26507
26508 \end_inset
26509
26510
26511 \begin_inset space \hfill{}
26512 \end_inset
26513
26514
26515 \end_layout
26516
26517 \end_inset
26518
26519
26520 \end_layout
26521
26522 \begin_layout Standard
26523 \begin_inset Float table
26524 wide false
26525 sideways false
26526 status open
26527
26528 \begin_layout Plain Layout
26529 \begin_inset Caption Standard
26530
26531 \begin_layout Plain Layout
26532 \begin_inset CommandInset label
26533 LatexCommand label
26534 name "tab:Two-subtables-upon"
26535
26536 \end_inset
26537
26538 Two subtables placed one above the other.
26539  (a) table with 4 cells, (b) table with 5 cells.
26540 \end_layout
26541
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \begin_layout Plain Layout
26548 \align center
26549 \begin_inset Float table
26550 wide false
26551 sideways false
26552 status collapsed
26553
26554 \begin_layout Plain Layout
26555 \begin_inset Caption Standard
26556
26557 \begin_layout Plain Layout
26558
26559 \end_layout
26560
26561 \end_inset
26562
26563
26564 \end_layout
26565
26566 \begin_layout Plain Layout
26567 \align center
26568 \begin_inset Tabular
26569 <lyxtabular version="3" rows="1" columns="4">
26570 <features tabularvalignment="middle">
26571 <column alignment="center" valignment="top">
26572 <column alignment="center" valignment="top">
26573 <column alignment="center" valignment="top">
26574 <column alignment="center" valignment="top">
26575 <row>
26576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26577 \begin_inset Text
26578
26579 \begin_layout Plain Layout
26580 test
26581 \end_layout
26582
26583 \end_inset
26584 </cell>
26585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26586 \begin_inset Text
26587
26588 \begin_layout Plain Layout
26589 test
26590 \end_layout
26591
26592 \end_inset
26593 </cell>
26594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26595 \begin_inset Text
26596
26597 \begin_layout Plain Layout
26598 test
26599 \end_layout
26600
26601 \end_inset
26602 </cell>
26603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26604 \begin_inset Text
26605
26606 \begin_layout Plain Layout
26607 test
26608 \end_layout
26609
26610 \end_inset
26611 </cell>
26612 </row>
26613 </lyxtabular>
26614
26615 \end_inset
26616
26617
26618 \end_layout
26619
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \begin_layout Plain Layout
26626 \align center
26627 \begin_inset Float table
26628 wide false
26629 sideways false
26630 status collapsed
26631
26632 \begin_layout Plain Layout
26633 \begin_inset Caption Standard
26634
26635 \begin_layout Plain Layout
26636
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \begin_layout Plain Layout
26645 \align center
26646 \begin_inset Tabular
26647 <lyxtabular version="3" rows="1" columns="5">
26648 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top">
26654 <row>
26655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26656 \begin_inset Text
26657
26658 \begin_layout Plain Layout
26659 a
26660 \end_layout
26661
26662 \end_inset
26663 </cell>
26664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26665 \begin_inset Text
26666
26667 \begin_layout Plain Layout
26668 b
26669 \end_layout
26670
26671 \end_inset
26672 </cell>
26673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26674 \begin_inset Text
26675
26676 \begin_layout Plain Layout
26677 c
26678 \end_layout
26679
26680 \end_inset
26681 </cell>
26682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26683 \begin_inset Text
26684
26685 \begin_layout Plain Layout
26686 d
26687 \end_layout
26688
26689 \end_inset
26690 </cell>
26691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26692 \begin_inset Text
26693
26694 \begin_layout Plain Layout
26695 e
26696 \end_layout
26697
26698 \end_inset
26699 </cell>
26700 </row>
26701 </lyxtabular>
26702
26703 \end_inset
26704
26705
26706 \end_layout
26707
26708 \end_inset
26709
26710
26711 \end_layout
26712
26713 \end_inset
26714
26715
26716 \end_layout
26717
26718 \begin_layout Section
26719 Floats Side by Side
26720 \begin_inset Index idx
26721 status collapsed
26722
26723 \begin_layout Plain Layout
26724 Floats ! Side by side
26725 \end_layout
26726
26727 \end_inset
26728
26729
26730 \end_layout
26731
26732 \begin_layout Standard
26733 To place floats side by side, as in Figures
26734 \begin_inset space ~
26735 \end_inset
26736
26737
26738 \begin_inset CommandInset ref
26739 LatexCommand ref
26740 reference "fig:Float-left"
26741
26742 \end_inset
26743
26744  and 
26745 \begin_inset CommandInset ref
26746 LatexCommand ref
26747 reference "fig:Float-right"
26748
26749 \end_inset
26750
26751 , only 
26752 \emph on
26753 one
26754 \emph default
26755  float is used.
26756  In it two minipage boxes are inserted.
26757 \begin_inset Foot
26758 status collapsed
26759
26760 \begin_layout Plain Layout
26761 Minipages are explained in section
26762 \begin_inset space ~
26763 \end_inset
26764
26765
26766 \begin_inset CommandInset ref
26767 LatexCommand ref
26768 reference "sec:Minipages"
26769
26770 \end_inset
26771
26772 .
26773 \end_layout
26774
26775 \end_inset
26776
26777  The width is set to 45
26778 \begin_inset space \thinspace{}
26779 \end_inset
26780
26781 -50
26782 \begin_inset space \thinspace{}
26783 \end_inset
26784
26785 column% and the box alignment to 
26786 \family sans
26787 Bottom
26788 \family default
26789  for each minipage.
26790  The minipage boxes contain the image and the caption in the same way as
26791  they are in a float.
26792  The only difference is that the image unit 
26793 \family sans
26794 Column
26795 \begin_inset space ~
26796 \end_inset
26797
26798 Width
26799 \begin_inset space ~
26800 \end_inset
26801
26802 %
26803 \family default
26804  is now calculated according to the width of the minipage boxes.
26805 \end_layout
26806
26807 \begin_layout Standard
26808 \begin_inset Float figure
26809 wide false
26810 sideways false
26811 status open
26812
26813 \begin_layout Plain Layout
26814 \begin_inset Box Frameless
26815 position "b"
26816 hor_pos "c"
26817 has_inner_box 1
26818 inner_pos "t"
26819 use_parbox 0
26820 use_makebox 0
26821 width "45col%"
26822 special "none"
26823 height "1in"
26824 height_special "totalheight"
26825 thickness "0.4pt"
26826 separation "3pt"
26827 shadowsize "4pt"
26828 framecolor "black"
26829 backgroundcolor "none"
26830 status open
26831
26832 \begin_layout Plain Layout
26833 \align center
26834 \begin_inset Graphics
26835         filename clipart/mobius.eps
26836         lyxscale 50
26837         width 100col%
26838         scaleBeforeRotation
26839
26840 \end_inset
26841
26842
26843 \end_layout
26844
26845 \begin_layout Plain Layout
26846 \begin_inset Caption Standard
26847
26848 \begin_layout Plain Layout
26849 \begin_inset CommandInset label
26850 LatexCommand label
26851 name "fig:Float-left"
26852
26853 \end_inset
26854
26855 Float on the left side.
26856 \end_layout
26857
26858 \end_inset
26859
26860
26861 \end_layout
26862
26863 \end_inset
26864
26865
26866 \begin_inset space \hfill{}
26867 \end_inset
26868
26869
26870 \begin_inset Box Frameless
26871 position "b"
26872 hor_pos "c"
26873 has_inner_box 1
26874 inner_pos "t"
26875 use_parbox 0
26876 use_makebox 0
26877 width "45col%"
26878 special "none"
26879 height "1in"
26880 height_special "totalheight"
26881 thickness "0.4pt"
26882 separation "3pt"
26883 shadowsize "4pt"
26884 framecolor "black"
26885 backgroundcolor "none"
26886 status open
26887
26888 \begin_layout Plain Layout
26889 \align center
26890 \begin_inset Graphics
26891         filename clipart/platypus.eps
26892         lyxscale 50
26893         width 100col%
26894         scaleBeforeRotation
26895
26896 \end_inset
26897
26898
26899 \end_layout
26900
26901 \begin_layout Plain Layout
26902 \begin_inset Caption Standard
26903
26904 \begin_layout Plain Layout
26905 \begin_inset CommandInset label
26906 LatexCommand label
26907 name "fig:Float-right"
26908
26909 \end_inset
26910
26911 Float on the right side.
26912 \end_layout
26913
26914 \end_inset
26915
26916
26917 \end_layout
26918
26919 \end_inset
26920
26921
26922 \end_layout
26923
26924 \end_inset
26925
26926
26927 \end_layout
26928
26929 \begin_layout Standard
26930 An alternative and simpler solution is to use the module 
26931 \family sans
26932 Variable-width Minipages
26933 \family default
26934 , see sec.
26935 \begin_inset space \thinspace{}
26936 \end_inset
26937
26938
26939 \begin_inset CommandInset ref
26940 LatexCommand ref
26941 reference "sec:Minipages"
26942
26943 \end_inset
26944
26945 .
26946  Variable-width minipages adapt automatically to the width of the figures
26947  and tables.
26948  They do not require an explicit width to be given, and they improve the
26949  horizontal alignment of the figures.
26950  The LyX example file 
26951 \emph on
26952 varwidth-floats-side-by-side
26953 \emph default
26954  gives examples of how to do this.
26955 \end_layout
26956
26957 \begin_layout Section
26958 Caption Formatting
26959 \begin_inset Index idx
26960 status collapsed
26961
26962 \begin_layout Plain Layout
26963 Caption ! Formatting
26964 \end_layout
26965
26966 \end_inset
26967
26968
26969 \begin_inset Index idx
26970 status collapsed
26971
26972 \begin_layout Plain Layout
26973 Floats ! Caption Formatting
26974 \end_layout
26975
26976 \end_inset
26977
26978
26979 \begin_inset CommandInset label
26980 LatexCommand label
26981 name "sec:Caption-Formatting"
26982
26983 \end_inset
26984
26985
26986 \end_layout
26987
26988 \begin_layout Standard
26989 The 
26990 \family sans
26991 Caption
26992 \family default
26993  environment is the default paragraph environment for 
26994 \family sans
26995 Floats
26996 \family default
26997 .
26998  On the \SpecialChar LyX
26999  screen captions appear as a label, e.
27000 \begin_inset space \thinspace{}
27001 \end_inset
27002
27003 g.
27004 \begin_inset space \space{}
27005 \end_inset
27006
27007
27008 \begin_inset Quotes eld
27009 \end_inset
27010
27011
27012 \family sans
27013 Figure #:
27014 \family default
27015
27016 \begin_inset Quotes erd
27017 \end_inset
27018
27019  followed by the caption text.
27020  
27021 \begin_inset Quotes eld
27022 \end_inset
27023
27024 #
27025 \begin_inset Quotes erd
27026 \end_inset
27027
27028  is the actual reference number.
27029  By default the label and the number are in the same font as the caption
27030  text and a colon follows the number to divide the label from the text.
27031  This caption format is suitable for many but not all documents.
27032  
27033 \end_layout
27034
27035 \begin_layout Standard
27036 To change the default caption format, load the \SpecialChar LaTeX
27037 -package 
27038 \series bold
27039 caption
27040 \series default
27041
27042 \begin_inset Index idx
27043 status collapsed
27044
27045 \begin_layout Plain Layout
27046 \SpecialChar LaTeX
27047 -packages ! caption
27048 \end_layout
27049
27050 \end_inset
27051
27052  in the document preamble with this line:
27053 \end_layout
27054
27055 \begin_layout Standard
27056
27057 \series bold
27058
27059 \backslash
27060 usepackage[format definition]{caption}
27061 \end_layout
27062
27063 \begin_layout Standard
27064 To have for example the label and the number in sans-serif, bold font and
27065  the table captions always above the table as in this document, use the
27066  following command:
27067 \end_layout
27068
27069 \begin_layout Standard
27070
27071 \series bold
27072
27073 \backslash
27074 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27075 \end_layout
27076
27077 \begin_layout Standard
27078 You can also define different caption formats for the different float types.
27079  In this case load the 
27080 \series bold
27081 caption
27082 \series default
27083  package without format specific options and define the different formats
27084  with the help of the command
27085 \end_layout
27086
27087 \begin_layout Standard
27088
27089 \series bold
27090
27091 \backslash
27092 captionsetup[float type]{format definition}
27093 \end_layout
27094
27095 \begin_layout Standard
27096 in the document preamble.
27097  For example the caption formats of Figure
27098 \begin_inset space ~
27099 \end_inset
27100
27101
27102 \begin_inset CommandInset ref
27103 LatexCommand ref
27104 reference "fig:This-is-an-fig"
27105
27106 \end_inset
27107
27108  and Table
27109 \begin_inset space ~
27110 \end_inset
27111
27112
27113 \begin_inset CommandInset ref
27114 LatexCommand ref
27115 reference "tab:This-is-an-tab"
27116
27117 \end_inset
27118
27119  can be created using these commands in the document preamble:
27120 \end_layout
27121
27122 \begin_layout Standard
27123
27124 \series bold
27125
27126 \backslash
27127 usepackage[tableposition=top]{caption}
27128 \series default
27129
27130 \begin_inset Newline newline
27131 \end_inset
27132
27133
27134 \series bold
27135
27136 \backslash
27137 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27138 \begin_inset Newline newline
27139 \end_inset
27140
27141
27142 \begin_inset Phantom HPhantom
27143 status open
27144
27145 \begin_layout Plain Layout
27146
27147 \series bold
27148
27149 \backslash
27150 captionsetup[figure]{
27151 \end_layout
27152
27153 \end_inset
27154
27155 labelsep=period}
27156 \begin_inset Newline newline
27157 \end_inset
27158
27159
27160 \backslash
27161 captionsetup[table]{labelfont={bf,sf}}
27162 \end_layout
27163
27164 \begin_layout Standard
27165 \begin_inset Note Greyedout
27166 status open
27167
27168 \begin_layout Plain Layout
27169
27170 \series bold
27171 Note:
27172 \series default
27173  The option 
27174 \series bold
27175 tableposition=top
27176 \series default
27177  has no effect when a 
27178 \series bold
27179 KOMA-Script
27180 \series default
27181
27182 \begin_inset Index idx
27183 status collapsed
27184
27185 \begin_layout Plain Layout
27186 \SpecialChar LaTeX
27187 -packages ! KOMA-Script
27188 \end_layout
27189
27190 \end_inset
27191
27192  document class is used.
27193  In this case the document class option 
27194 \series bold
27195 captions=tableheading
27196 \series default
27197  must be used.
27198 \end_layout
27199
27200 \end_inset
27201
27202
27203 \end_layout
27204
27205 \begin_layout Standard
27206 For more information about the package 
27207 \series bold
27208 caption
27209 \series default
27210  we refer to its documentation 
27211 \begin_inset CommandInset citation
27212 LatexCommand cite
27213 key "caption"
27214
27215 \end_inset
27216
27217 .
27218 \end_layout
27219
27220 \begin_layout Standard
27221 To change the label name from e.
27222 \begin_inset space \thinspace{}
27223 \end_inset
27224
27225 g.
27226 \begin_inset space \space{}
27227 \end_inset
27228
27229
27230 \begin_inset Quotes eld
27231 \end_inset
27232
27233 Figure
27234 \begin_inset Quotes erd
27235 \end_inset
27236
27237  to 
27238 \begin_inset Quotes eld
27239 \end_inset
27240
27241 Image
27242 \begin_inset Quotes erd
27243 \end_inset
27244
27245  use this preamble command:
27246 \end_layout
27247
27248 \begin_layout Standard
27249
27250 \series bold
27251
27252 \backslash
27253 renewcommand{
27254 \backslash
27255 fnum@figure}{Image~
27256 \backslash
27257 thefigure}
27258 \end_layout
27259
27260 \begin_layout Standard
27261 where 
27262 \series bold
27263
27264 \backslash
27265 thefigure
27266 \series default
27267  inserts the figure number and
27268 \series bold
27269  
27270 \begin_inset Quotes eld
27271 \end_inset
27272
27273 ~
27274 \series default
27275
27276 \begin_inset Quotes erd
27277 \end_inset
27278
27279  creates a protected space.
27280 \end_layout
27281
27282 \begin_layout Standard
27283 \begin_inset VSpace bigskip
27284 \end_inset
27285
27286 If you are using a 
27287 \series bold
27288 KOMA-Script
27289 \series default
27290
27291 \begin_inset Index idx
27292 status collapsed
27293
27294 \begin_layout Plain Layout
27295 \SpecialChar LaTeX
27296 -packages ! KOMA-Script
27297 \end_layout
27298
27299 \end_inset
27300
27301  document class (
27302 \family sans
27303 article (KOMA-Script)
27304 \family default
27305
27306 \family sans
27307 book (KOMA-Script)
27308 \family default
27309
27310 \family sans
27311 letter (KOMA-Script)
27312 \family default
27313 , or 
27314 \family sans
27315 report (KOMA-Script)
27316 \family default
27317
27318 \begin_inset space \thinspace{}
27319 \end_inset
27320
27321 ), you can alternatively to the 
27322 \series bold
27323 caption
27324 \series default
27325  package use 
27326 \series bold
27327 KOMA-Script
27328 \series default
27329 's built-in command 
27330 \series bold
27331
27332 \backslash
27333 setkomafont
27334 \series default
27335 .
27336  For example, to have the caption label in bold, add this command to your
27337  document preamble:
27338 \end_layout
27339
27340 \begin_layout Standard
27341
27342 \series bold
27343
27344 \backslash
27345 setkomafont{captionlabel}{
27346 \backslash
27347 bfseries}
27348 \end_layout
27349
27350 \begin_layout Standard
27351 For more information about 
27352 \series bold
27353
27354 \backslash
27355 setkomafont
27356 \series default
27357  we refer to the 
27358 \series bold
27359 KOMA-Script
27360 \series default
27361  documentation 
27362 \begin_inset CommandInset citation
27363 LatexCommand cite
27364 key "KOMA-Script"
27365
27366 \end_inset
27367
27368 .
27369 \end_layout
27370
27371 \begin_layout Standard
27372 \begin_inset ERT
27373 status collapsed
27374
27375 \begin_layout Plain Layout
27376
27377
27378 \backslash
27379 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27380 }
27381 \end_layout
27382
27383 \end_inset
27384
27385
27386 \begin_inset Note Note
27387 status open
27388
27389 \begin_layout Plain Layout
27390 The caption format is changed only for this example.
27391 \end_layout
27392
27393 \end_inset
27394
27395
27396 \end_layout
27397
27398 \begin_layout Standard
27399 \begin_inset Float figure
27400 placement !p
27401 wide false
27402 sideways false
27403 status open
27404
27405 \begin_layout Plain Layout
27406 \align center
27407 \begin_inset Graphics
27408         filename clipart/mobius.eps
27409         lyxscale 50
27410         scale 50
27411         scaleBeforeRotation
27412
27413 \end_inset
27414
27415
27416 \end_layout
27417
27418 \begin_layout Plain Layout
27419 \begin_inset Caption Standard
27420
27421 \begin_layout Plain Layout
27422 \begin_inset CommandInset label
27423 LatexCommand label
27424 name "fig:This-is-an-fig"
27425
27426 \end_inset
27427
27428 This is an example figure caption that is longer than one line to show the
27429  different caption format.
27430  Here a self-defined caption format is used.
27431 \end_layout
27432
27433 \end_inset
27434
27435
27436 \end_layout
27437
27438 \end_inset
27439
27440
27441 \end_layout
27442
27443 \begin_layout Standard
27444 \begin_inset ERT
27445 status collapsed
27446
27447 \begin_layout Plain Layout
27448
27449
27450 \backslash
27451 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27452 on}
27453 \end_layout
27454
27455 \end_inset
27456
27457
27458 \end_layout
27459
27460 \begin_layout Standard
27461 \begin_inset Float table
27462 placement !p
27463 wide false
27464 sideways false
27465 status open
27466
27467 \begin_layout Plain Layout
27468 \begin_inset Caption Standard
27469
27470 \begin_layout Plain Layout
27471 \begin_inset CommandInset label
27472 LatexCommand label
27473 name "tab:This-is-an-tab"
27474
27475 \end_inset
27476
27477 This is an example table caption that is longer than one line to show the
27478  different caption format.
27479  Here the standard caption format for tables in this document is used.
27480 \end_layout
27481
27482 \end_inset
27483
27484
27485 \end_layout
27486
27487 \begin_layout Plain Layout
27488 \align center
27489 \begin_inset Tabular
27490 <lyxtabular version="3" rows="1" columns="5">
27491 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top">
27497 <row>
27498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27499 \begin_inset Text
27500
27501 \begin_layout Plain Layout
27502 a
27503 \end_layout
27504
27505 \end_inset
27506 </cell>
27507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27508 \begin_inset Text
27509
27510 \begin_layout Plain Layout
27511 b
27512 \end_layout
27513
27514 \end_inset
27515 </cell>
27516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27517 \begin_inset Text
27518
27519 \begin_layout Plain Layout
27520 c
27521 \end_layout
27522
27523 \end_inset
27524 </cell>
27525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27526 \begin_inset Text
27527
27528 \begin_layout Plain Layout
27529 d
27530 \end_layout
27531
27532 \end_inset
27533 </cell>
27534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27535 \begin_inset Text
27536
27537 \begin_layout Plain Layout
27538 e
27539 \end_layout
27540
27541 \end_inset
27542 </cell>
27543 </row>
27544 </lyxtabular>
27545
27546 \end_inset
27547
27548
27549 \end_layout
27550
27551 \end_inset
27552
27553
27554 \end_layout
27555
27556 \begin_layout Section
27557 Caption Placement
27558 \begin_inset Index idx
27559 status collapsed
27560
27561 \begin_layout Plain Layout
27562 Caption ! Placement
27563 \end_layout
27564
27565 \end_inset
27566
27567
27568 \begin_inset Index idx
27569 status collapsed
27570
27571 \begin_layout Plain Layout
27572 Floats ! Caption Placement
27573 \end_layout
27574
27575 \end_inset
27576
27577
27578 \begin_inset CommandInset label
27579 LatexCommand label
27580 name "sec:Caption-Placement"
27581
27582 \end_inset
27583
27584
27585 \end_layout
27586
27587 \begin_layout Standard
27588 The common caption placement rule is:
27589 \end_layout
27590
27591 \begin_layout Description
27592 Figure: Caption is set below the figure
27593 \end_layout
27594
27595 \begin_layout Description
27596 Table: Caption is set above the table
27597 \end_layout
27598
27599 \begin_layout Standard
27600 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
27601 's
27602  standard classes.
27603  That means if you are using the document classes 
27604 \family sans
27605 article
27606 \family default
27607
27608 \family sans
27609 book
27610 \family default
27611
27612 \family sans
27613 letter
27614 \family default
27615 , or 
27616 \family sans
27617 report
27618 \family default
27619  there will be no space between the caption and the table.
27620  To insert the necessary space, load the \SpecialChar LaTeX
27621 -package 
27622 \series bold
27623 caption
27624 \series default
27625
27626 \begin_inset Index idx
27627 status collapsed
27628
27629 \begin_layout Plain Layout
27630 \SpecialChar LaTeX
27631 -packages ! caption
27632 \end_layout
27633
27634 \end_inset
27635
27636  in your document preamble with the option
27637 \begin_inset Foot
27638 status collapsed
27639
27640 \begin_layout Plain Layout
27641 See section
27642 \begin_inset space ~
27643 \end_inset
27644
27645
27646 \begin_inset CommandInset ref
27647 LatexCommand ref
27648 reference "sec:Caption-Formatting"
27649
27650 \end_inset
27651
27652  for more information of the package 
27653 \series bold
27654 caption
27655 \series default
27656 .
27657 \end_layout
27658
27659 \end_inset
27660
27661
27662 \end_layout
27663
27664 \begin_layout Standard
27665
27666 \series bold
27667 tableposition=top
27668 \end_layout
27669
27670 \begin_layout Standard
27671 If you are using a 
27672 \series bold
27673 KOMA-Script
27674 \series default
27675
27676 \begin_inset Index idx
27677 status collapsed
27678
27679 \begin_layout Plain Layout
27680 \SpecialChar LaTeX
27681 -packages ! KOMA-Script
27682 \end_layout
27683
27684 \end_inset
27685
27686  document class (
27687 \family sans
27688 article (KOMA-Script)
27689 \family default
27690
27691 \family sans
27692 book (KOMA-Script)
27693 \family default
27694
27695 \family sans
27696 letter (KOMA-Script)
27697 \family default
27698 , or 
27699 \family sans
27700 report (KOMA-Script)
27701 \family default
27702
27703 \begin_inset space \thinspace{}
27704 \end_inset
27705
27706 ), you can alternatively to the 
27707 \series bold
27708 caption
27709 \series default
27710  package set the document class option
27711 \begin_inset Foot
27712 status collapsed
27713
27714 \begin_layout Plain Layout
27715 That option is used in this document.
27716 \end_layout
27717
27718 \end_inset
27719
27720
27721 \end_layout
27722
27723 \begin_layout Standard
27724
27725 \series bold
27726 captions=tableheading
27727 \end_layout
27728
27729 \begin_layout Standard
27730 In documents with a KOMA-Script document class you can also right-click
27731  on a caption and mark in the context menu if this should be a caption above
27732  or below the table/figure.
27733  This way you can override the document-wide caption placement for certain
27734  captions.
27735  Table
27736 \begin_inset space ~
27737 \end_inset
27738
27739
27740 \begin_inset CommandInset ref
27741 LatexCommand ref
27742 reference "tab:A-caption-marked"
27743
27744 \end_inset
27745
27746  is an example where the caption is marked a being below the table while
27747  it is above.
27748  For comparison the caption in Table
27749 \begin_inset space ~
27750 \end_inset
27751
27752
27753 \begin_inset CommandInset ref
27754 LatexCommand ref
27755 reference "tab:A-standard-table"
27756
27757 \end_inset
27758
27759  is not marked.
27760 \end_layout
27761
27762 \begin_layout Standard
27763 \begin_inset Float table
27764 wide false
27765 sideways false
27766 status open
27767
27768 \begin_layout Plain Layout
27769 \begin_inset Caption Below
27770
27771 \begin_layout Plain Layout
27772 \begin_inset CommandInset label
27773 LatexCommand label
27774 name "tab:A-caption-marked"
27775
27776 \end_inset
27777
27778 A caption marked as being below the table.
27779 \end_layout
27780
27781 \end_inset
27782
27783
27784 \end_layout
27785
27786 \begin_layout Plain Layout
27787 \align center
27788 \begin_inset Tabular
27789 <lyxtabular version="3" rows="3" columns="3">
27790 <features tabularvalignment="middle">
27791 <column alignment="center" valignment="top" width="0pt">
27792 <column alignment="center" valignment="top" width="0pt">
27793 <column alignment="center" valignment="top" width="0pt">
27794 <row>
27795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27796 \begin_inset Text
27797
27798 \begin_layout Plain Layout
27799 1
27800 \end_layout
27801
27802 \end_inset
27803 </cell>
27804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27805 \begin_inset Text
27806
27807 \begin_layout Plain Layout
27808 2
27809 \end_layout
27810
27811 \end_inset
27812 </cell>
27813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27814 \begin_inset Text
27815
27816 \begin_layout Plain Layout
27817 3
27818 \end_layout
27819
27820 \end_inset
27821 </cell>
27822 </row>
27823 <row>
27824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27825 \begin_inset Text
27826
27827 \begin_layout Plain Layout
27828 Joe
27829 \end_layout
27830
27831 \end_inset
27832 </cell>
27833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27834 \begin_inset Text
27835
27836 \begin_layout Plain Layout
27837 Mary
27838 \end_layout
27839
27840 \end_inset
27841 </cell>
27842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27843 \begin_inset Text
27844
27845 \begin_layout Plain Layout
27846 Ted
27847 \end_layout
27848
27849 \end_inset
27850 </cell>
27851 </row>
27852 <row>
27853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27854 \begin_inset Text
27855
27856 \begin_layout Plain Layout
27857 \begin_inset Formula $\int x^{2}dx$
27858 \end_inset
27859
27860
27861 \end_layout
27862
27863 \end_inset
27864 </cell>
27865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27866 \begin_inset Text
27867
27868 \begin_layout Plain Layout
27869 \begin_inset Formula $\left[\begin{array}{cc}
27870 a & b\\
27871 c & d
27872 \end{array}\right]$
27873 \end_inset
27874
27875
27876 \end_layout
27877
27878 \end_inset
27879 </cell>
27880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27881 \begin_inset Text
27882
27883 \begin_layout Plain Layout
27884 \begin_inset Formula $1+1=2$
27885 \end_inset
27886
27887
27888 \end_layout
27889
27890 \end_inset
27891 </cell>
27892 </row>
27893 </lyxtabular>
27894
27895 \end_inset
27896
27897
27898 \end_layout
27899
27900 \end_inset
27901
27902
27903 \end_layout
27904
27905 \begin_layout Standard
27906 \begin_inset Float table
27907 wide false
27908 sideways false
27909 status open
27910
27911 \begin_layout Plain Layout
27912 \begin_inset Caption Standard
27913
27914 \begin_layout Plain Layout
27915 \begin_inset CommandInset label
27916 LatexCommand label
27917 name "tab:A-standard-table"
27918
27919 \end_inset
27920
27921 A standard table caption.
27922 \end_layout
27923
27924 \end_inset
27925
27926
27927 \end_layout
27928
27929 \begin_layout Plain Layout
27930 \align center
27931 \begin_inset Tabular
27932 <lyxtabular version="3" rows="3" columns="3">
27933 <features tabularvalignment="middle">
27934 <column alignment="center" valignment="top" width="0pt">
27935 <column alignment="center" valignment="top" width="0pt">
27936 <column alignment="center" valignment="top" width="0pt">
27937 <row>
27938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27939 \begin_inset Text
27940
27941 \begin_layout Plain Layout
27942 1
27943 \end_layout
27944
27945 \end_inset
27946 </cell>
27947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27948 \begin_inset Text
27949
27950 \begin_layout Plain Layout
27951 2
27952 \end_layout
27953
27954 \end_inset
27955 </cell>
27956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27957 \begin_inset Text
27958
27959 \begin_layout Plain Layout
27960 3
27961 \end_layout
27962
27963 \end_inset
27964 </cell>
27965 </row>
27966 <row>
27967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27968 \begin_inset Text
27969
27970 \begin_layout Plain Layout
27971 Joe
27972 \end_layout
27973
27974 \end_inset
27975 </cell>
27976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27977 \begin_inset Text
27978
27979 \begin_layout Plain Layout
27980 Mary
27981 \end_layout
27982
27983 \end_inset
27984 </cell>
27985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27986 \begin_inset Text
27987
27988 \begin_layout Plain Layout
27989 Ted
27990 \end_layout
27991
27992 \end_inset
27993 </cell>
27994 </row>
27995 <row>
27996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27997 \begin_inset Text
27998
27999 \begin_layout Plain Layout
28000 \begin_inset Formula $\int x^{2}dx$
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \end_inset
28007 </cell>
28008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28009 \begin_inset Text
28010
28011 \begin_layout Plain Layout
28012 \begin_inset Formula $\left[\begin{array}{cc}
28013 a & b\\
28014 c & d
28015 \end{array}\right]$
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \end_inset
28022 </cell>
28023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28024 \begin_inset Text
28025
28026 \begin_layout Plain Layout
28027 \begin_inset Formula $1+1=2$
28028 \end_inset
28029
28030
28031 \end_layout
28032
28033 \end_inset
28034 </cell>
28035 </row>
28036 </lyxtabular>
28037
28038 \end_inset
28039
28040
28041 \end_layout
28042
28043 \end_inset
28044
28045
28046 \end_layout
28047
28048 \begin_layout Standard
28049 \begin_inset VSpace bigskip
28050 \end_inset
28051
28052 It is also possible to set the caption beside a figure or table.
28053  To get this the \SpecialChar LaTeX
28054 -package 
28055 \series bold
28056 sidecap
28057 \series default
28058
28059 \begin_inset Index idx
28060 status collapsed
28061
28062 \begin_layout Plain Layout
28063 \SpecialChar LaTeX
28064 -packages ! sidecap
28065 \end_layout
28066
28067 \end_inset
28068
28069  has to be loaded in the document preamble with the line
28070 \end_layout
28071
28072 \begin_layout Standard
28073
28074 \series bold
28075
28076 \backslash
28077 usepackage[option]{sidecap}
28078 \end_layout
28079
28080 \begin_layout Standard
28081 If you set no option, the caption is placed on the side of the outer page
28082  margin â€“ to the right on odd pages, to the left on even pages.
28083  You can change the placement to inner margin with the option 
28084 \series bold
28085 innercaption
28086 \series default
28087 .
28088  To force the placement always to the right or left, use the option 
28089 \series bold
28090 rightcaption
28091 \series default
28092  or 
28093 \series bold
28094 leftcaption
28095 \series default
28096 , respectively.
28097 \end_layout
28098
28099 \begin_layout Standard
28100 \begin_inset ERT
28101 status collapsed
28102
28103 \begin_layout Plain Layout
28104
28105
28106 \backslash
28107 ifsidecap
28108 \end_layout
28109
28110 \end_inset
28111
28112
28113 \begin_inset Note Note
28114 status open
28115
28116 \begin_layout Plain Layout
28117 The following section will only be displayed when the \SpecialChar LaTeX
28118 -package 
28119 \series bold
28120 sidecap
28121 \series default
28122  is installed.
28123 \end_layout
28124
28125 \end_inset
28126
28127
28128 \end_layout
28129
28130 \begin_layout Standard
28131 To place in \SpecialChar LyX
28132  the caption of a float on the side, it is necessary to add
28133  these commands to the document preamble:
28134 \end_layout
28135
28136 \begin_layout Standard
28137 \noindent
28138 \begin_inset CommandInset line
28139 LatexCommand rule
28140 offset "0.5ex"
28141 width "100line%"
28142 height "1pt"
28143
28144 \end_inset
28145
28146
28147 \end_layout
28148
28149 \begin_layout Standard
28150
28151 \series bold
28152
28153 \backslash
28154 newcommand{
28155 \backslash
28156 TabBesBeg}[1][1.0]{%
28157 \begin_inset Newline newline
28158 \end_inset
28159
28160
28161 \begin_inset Phantom HPhantom
28162 status open
28163
28164 \begin_layout Plain Layout
28165 \begin_inset space ~
28166 \end_inset
28167
28168
28169 \end_layout
28170
28171 \end_inset
28172
28173
28174 \backslash
28175 let
28176 \backslash
28177 MyTable
28178 \backslash
28179 table
28180 \begin_inset Newline newline
28181 \end_inset
28182
28183
28184 \begin_inset Phantom HPhantom
28185 status open
28186
28187 \begin_layout Plain Layout
28188
28189 \series medium
28190 \begin_inset space ~
28191 \end_inset
28192
28193
28194 \end_layout
28195
28196 \end_inset
28197
28198
28199 \backslash
28200 let
28201 \backslash
28202 MyEndtable
28203 \backslash
28204 endtable
28205 \begin_inset Newline newline
28206 \end_inset
28207
28208
28209 \begin_inset Phantom HPhantom
28210 status open
28211
28212 \begin_layout Plain Layout
28213
28214 \series medium
28215 \begin_inset space ~
28216 \end_inset
28217
28218
28219 \end_layout
28220
28221 \end_inset
28222
28223
28224 \backslash
28225 renewenvironment{table}[1]{
28226 \backslash
28227 begin{SCtable}[#1]##1}{
28228 \backslash
28229 end{SCtable}}}
28230 \end_layout
28231
28232 \begin_layout Standard
28233
28234 \series bold
28235
28236 \backslash
28237 newcommand{
28238 \backslash
28239 TabBesEnd}{%
28240 \begin_inset Newline newline
28241 \end_inset
28242
28243
28244 \begin_inset Phantom HPhantom
28245 status open
28246
28247 \begin_layout Plain Layout
28248 \begin_inset space ~
28249 \end_inset
28250
28251
28252 \end_layout
28253
28254 \end_inset
28255
28256
28257 \backslash
28258 let
28259 \backslash
28260 table
28261 \backslash
28262 MyTable
28263 \begin_inset Newline newline
28264 \end_inset
28265
28266
28267 \begin_inset Phantom HPhantom
28268 status open
28269
28270 \begin_layout Plain Layout
28271 \begin_inset space ~
28272 \end_inset
28273
28274
28275 \end_layout
28276
28277 \end_inset
28278
28279
28280 \backslash
28281 let
28282 \backslash
28283 endtable
28284 \backslash
28285 MyEndtable
28286 \end_layout
28287
28288 \begin_layout Standard
28289
28290 \series bold
28291
28292 \backslash
28293 newcommand{
28294 \backslash
28295 FigBesBeg}[1][1.0]{%
28296 \begin_inset Newline newline
28297 \end_inset
28298
28299
28300 \begin_inset Phantom HPhantom
28301 status open
28302
28303 \begin_layout Plain Layout
28304 \begin_inset space ~
28305 \end_inset
28306
28307
28308 \end_layout
28309
28310 \end_inset
28311
28312
28313 \backslash
28314 let
28315 \backslash
28316 MyFigure
28317 \backslash
28318 figure
28319 \begin_inset Newline newline
28320 \end_inset
28321
28322
28323 \begin_inset Phantom HPhantom
28324 status open
28325
28326 \begin_layout Plain Layout
28327 \begin_inset space ~
28328 \end_inset
28329
28330
28331 \end_layout
28332
28333 \end_inset
28334
28335
28336 \backslash
28337 let
28338 \backslash
28339 MyEndfigure
28340 \backslash
28341 endfigure
28342 \begin_inset Newline newline
28343 \end_inset
28344
28345
28346 \begin_inset Phantom HPhantom
28347 status open
28348
28349 \begin_layout Plain Layout
28350 \begin_inset space ~
28351 \end_inset
28352
28353
28354 \end_layout
28355
28356 \end_inset
28357
28358
28359 \backslash
28360 renewenvironment{figure}[1]{
28361 \backslash
28362 begin{SCfigure}[#1]##1}{
28363 \backslash
28364 end{SCfigure}}}
28365 \end_layout
28366
28367 \begin_layout Standard
28368
28369 \series bold
28370
28371 \backslash
28372 newcommand{
28373 \backslash
28374 FigBesEnd}{%
28375 \begin_inset Newline newline
28376 \end_inset
28377
28378
28379 \begin_inset Phantom HPhantom
28380 status open
28381
28382 \begin_layout Plain Layout
28383 \begin_inset space ~
28384 \end_inset
28385
28386
28387 \end_layout
28388
28389 \end_inset
28390
28391
28392 \backslash
28393 let
28394 \backslash
28395 figure
28396 \backslash
28397 MyFigure
28398 \begin_inset Newline newline
28399 \end_inset
28400
28401
28402 \begin_inset Phantom HPhantom
28403 status open
28404
28405 \begin_layout Plain Layout
28406 \begin_inset space ~
28407 \end_inset
28408
28409
28410 \end_layout
28411
28412 \end_inset
28413
28414
28415 \backslash
28416 let
28417 \backslash
28418 endfigure
28419 \backslash
28420 MyEndfigure}
28421 \end_layout
28422
28423 \begin_layout Standard
28424 \noindent
28425 \begin_inset CommandInset line
28426 LatexCommand rule
28427 offset "0.5ex"
28428 width "100line%"
28429 height "1pt"
28430
28431 \end_inset
28432
28433
28434 \end_layout
28435
28436 \begin_layout Standard
28437 The commands allow you to redefine the floats so that the caption is set
28438  on the side.
28439  For figure floats use the command
28440 \end_layout
28441
28442 \begin_layout Standard
28443
28444 \series bold
28445
28446 \backslash
28447 FigBesBeg
28448 \end_layout
28449
28450 \begin_layout Standard
28451 in \SpecialChar TeX
28452  Code before the float.
28453  And insert the command
28454 \end_layout
28455
28456 \begin_layout Standard
28457
28458 \series bold
28459
28460 \backslash
28461 FigBesEnd
28462 \end_layout
28463
28464 \begin_layout Standard
28465 in \SpecialChar TeX
28466  Code at the point where you want to get back to the original float definitio
28467 n.
28468 \end_layout
28469
28470 \begin_layout Standard
28471 For table floats use the corresponding commands
28472 \end_layout
28473
28474 \begin_layout Standard
28475
28476 \series bold
28477
28478 \backslash
28479 TabBesBeg
28480 \series default
28481  and 
28482 \series bold
28483
28484 \backslash
28485 TabBesEnd
28486 \end_layout
28487
28488 \begin_layout Standard
28489 Figure
28490 \begin_inset space ~
28491 \end_inset
28492
28493
28494 \begin_inset CommandInset ref
28495 LatexCommand ref
28496 reference "fig:cap-beside-fig"
28497
28498 \end_inset
28499
28500  and Table
28501 \begin_inset space ~
28502 \end_inset
28503
28504
28505 \begin_inset CommandInset ref
28506 LatexCommand ref
28507 reference "tab:cap-beside-tab"
28508
28509 \end_inset
28510
28511  are examples where the caption is set beside.
28512 \end_layout
28513
28514 \begin_layout Standard
28515 You can see in the examples that the caption text appears at the top of
28516  the floats for table floats and at the bottom for figure floats.
28517  To change this, you can use the command
28518 \end_layout
28519
28520 \begin_layout Standard
28521
28522 \series bold
28523
28524 \backslash
28525 sidecaptionvpos{float type}{placement}
28526 \end_layout
28527
28528 \begin_layout Standard
28529 in the document preamble or in \SpecialChar TeX
28530  Code before the float.
28531  The float type is either 
28532 \family sans
28533 figure
28534 \family default
28535  or 
28536 \family sans
28537 table
28538 \family default
28539 , the placement can be 
28540 \begin_inset Quotes eld
28541 \end_inset
28542
28543
28544 \family sans
28545 t
28546 \family default
28547
28548 \begin_inset Quotes erd
28549 \end_inset
28550
28551  for top, 
28552 \begin_inset Quotes eld
28553 \end_inset
28554
28555
28556 \family sans
28557 c
28558 \family default
28559
28560 \begin_inset Quotes erd
28561 \end_inset
28562
28563  for center, or 
28564 \begin_inset Quotes eld
28565 \end_inset
28566
28567
28568 \family sans
28569 b
28570 \family default
28571
28572 \begin_inset Quotes erd
28573 \end_inset
28574
28575  for bottom.
28576  To have for example the caption of figure floats vertically centered, use
28577  the command
28578 \end_layout
28579
28580 \begin_layout Standard
28581
28582 \series bold
28583
28584 \backslash
28585 sidecaptionvpos{figure}{c}
28586 \end_layout
28587
28588 \begin_layout Standard
28589 This was used for Figure
28590 \begin_inset space ~
28591 \end_inset
28592
28593
28594 \begin_inset CommandInset ref
28595 LatexCommand ref
28596 reference "fig:cap-beside-fig-2"
28597
28598 \end_inset
28599
28600 .
28601 \end_layout
28602
28603 \begin_layout Standard
28604 \begin_inset VSpace medskip
28605 \end_inset
28606
28607
28608 \end_layout
28609
28610 \begin_layout Standard
28611 The default caption width is the width of the image/table.
28612  For thin image/tables, like in Table
28613 \begin_inset space ~
28614 \end_inset
28615
28616
28617 \begin_inset CommandInset ref
28618 LatexCommand ref
28619 reference "tab:cap-beside-tab"
28620
28621 \end_inset
28622
28623 , this leads to captions that are too thin.
28624  You can increase the width by specifying a factor that will be multiplied
28625  with the image/table width to get the caption width.
28626  The caption width will automatically be recalculated in case it would protrude
28627  over the page or column margin due to the specified width.
28628  The 
28629 \emph on
28630 factor
28631 \emph default
28632  can either be given as optional argument for 
28633 \series bold
28634
28635 \backslash
28636 FigBesBeg
28637 \series default
28638 :
28639 \end_layout
28640
28641 \begin_layout Standard
28642
28643 \series bold
28644
28645 \backslash
28646 FigBesBeg[factor]
28647 \end_layout
28648
28649 \begin_layout Standard
28650 or in the definition of 
28651 \series bold
28652
28653 \backslash
28654 FigBesBeg
28655 \series default
28656  by replacing the 
28657 \series bold
28658 1.0
28659 \series default
28660  with another value.
28661  If you do the latter, your factor will be the default if 
28662 \series bold
28663
28664 \backslash
28665 FigBesBeg
28666 \series default
28667  is used without an argument.
28668  For Table
28669 \begin_inset space ~
28670 \end_inset
28671
28672
28673 \begin_inset CommandInset ref
28674 LatexCommand ref
28675 reference "tab:cap-beside-tab-wider"
28676
28677 \end_inset
28678
28679  the factor 5 was used.
28680 \end_layout
28681
28682 \begin_layout Standard
28683 \begin_inset Note Greyedout
28684 status open
28685
28686 \begin_layout Plain Layout
28687
28688 \series bold
28689 Note:
28690 \series default
28691  For floats with captions set beside, you cannot use the float placement
28692  option 
28693 \family sans
28694 Here
28695 \begin_inset space ~
28696 \end_inset
28697
28698 definitely
28699 \family default
28700  because it is not supported by 
28701 \series bold
28702 sidecap
28703 \series default
28704 .
28705 \end_layout
28706
28707 \end_inset
28708
28709
28710 \end_layout
28711
28712 \begin_layout Standard
28713 \begin_inset VSpace medskip
28714 \end_inset
28715
28716 For more information about the package 
28717 \series bold
28718 sidecap
28719 \series default
28720  we refer to its documentation 
28721 \begin_inset CommandInset citation
28722 LatexCommand cite
28723 key "sidecap"
28724
28725 \end_inset
28726
28727 .
28728 \end_layout
28729
28730 \begin_layout Standard
28731 \begin_inset Note Greyedout
28732 status open
28733
28734 \begin_layout Plain Layout
28735
28736 \series bold
28737 Note:
28738 \series default
28739  The \SpecialChar LaTeX
28740 -package 
28741 \series bold
28742 hypcap
28743 \series default
28744
28745 \begin_inset Index idx
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749 \SpecialChar LaTeX
28750 -packages ! hypcap
28751 \end_layout
28752
28753 \end_inset
28754
28755 , described in section
28756 \begin_inset space ~
28757 \end_inset
28758
28759
28760 \begin_inset CommandInset ref
28761 LatexCommand ref
28762 reference "subsec:Reference-Position"
28763
28764 \end_inset
28765
28766 , has no effect on floats with the caption set beside.
28767 \end_layout
28768
28769 \end_inset
28770
28771
28772 \end_layout
28773
28774 \begin_layout Standard
28775 \begin_inset ERT
28776 status collapsed
28777
28778 \begin_layout Plain Layout
28779
28780
28781 \backslash
28782 FigBesBeg
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \end_layout
28789
28790 \begin_layout Standard
28791 \begin_inset Float figure
28792 wide false
28793 sideways false
28794 status open
28795
28796 \begin_layout Plain Layout
28797 \begin_inset Graphics
28798         filename clipart/escher-lsd.eps
28799         scale 75
28800         scaleBeforeRotation
28801
28802 \end_inset
28803
28804
28805 \end_layout
28806
28807 \begin_layout Plain Layout
28808 \begin_inset Caption Standard
28809
28810 \begin_layout Plain Layout
28811 \begin_inset CommandInset label
28812 LatexCommand label
28813 name "fig:cap-beside-fig"
28814
28815 \end_inset
28816
28817 This is a caption beside a figure.
28818 \end_layout
28819
28820 \end_inset
28821
28822
28823 \end_layout
28824
28825 \end_inset
28826
28827
28828 \end_layout
28829
28830 \begin_layout Standard
28831 \begin_inset ERT
28832 status collapsed
28833
28834 \begin_layout Plain Layout
28835
28836
28837 \backslash
28838 FigBesEnd
28839 \end_layout
28840
28841 \end_inset
28842
28843
28844 \end_layout
28845
28846 \begin_layout Standard
28847 \begin_inset ERT
28848 status collapsed
28849
28850 \begin_layout Plain Layout
28851
28852
28853 \backslash
28854 TabBesBeg
28855 \end_layout
28856
28857 \end_inset
28858
28859
28860 \end_layout
28861
28862 \begin_layout Standard
28863 \begin_inset Float table
28864 wide false
28865 sideways false
28866 status open
28867
28868 \begin_layout Plain Layout
28869 \begin_inset Caption Standard
28870
28871 \begin_layout Plain Layout
28872 \begin_inset CommandInset label
28873 LatexCommand label
28874 name "tab:cap-beside-tab"
28875
28876 \end_inset
28877
28878 This is a caption beside a table.
28879 \end_layout
28880
28881 \end_inset
28882
28883
28884 \end_layout
28885
28886 \begin_layout Plain Layout
28887 \begin_inset Tabular
28888 <lyxtabular version="3" rows="4" columns="5">
28889 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top">
28895 <row>
28896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28897 \begin_inset Text
28898
28899 \begin_layout Plain Layout
28900 a
28901 \end_layout
28902
28903 \end_inset
28904 </cell>
28905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28906 \begin_inset Text
28907
28908 \begin_layout Plain Layout
28909
28910 \end_layout
28911
28912 \end_inset
28913 </cell>
28914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28915 \begin_inset Text
28916
28917 \begin_layout Plain Layout
28918 b
28919 \end_layout
28920
28921 \end_inset
28922 </cell>
28923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28924 \begin_inset Text
28925
28926 \begin_layout Plain Layout
28927
28928 \end_layout
28929
28930 \end_inset
28931 </cell>
28932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28933 \begin_inset Text
28934
28935 \begin_layout Plain Layout
28936 c
28937 \end_layout
28938
28939 \end_inset
28940 </cell>
28941 </row>
28942 <row>
28943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28944 \begin_inset Text
28945
28946 \begin_layout Plain Layout
28947
28948 \end_layout
28949
28950 \end_inset
28951 </cell>
28952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28953 \begin_inset Text
28954
28955 \begin_layout Plain Layout
28956 d
28957 \end_layout
28958
28959 \end_inset
28960 </cell>
28961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28962 \begin_inset Text
28963
28964 \begin_layout Plain Layout
28965
28966 \end_layout
28967
28968 \end_inset
28969 </cell>
28970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28971 \begin_inset Text
28972
28973 \begin_layout Plain Layout
28974 e
28975 \end_layout
28976
28977 \end_inset
28978 </cell>
28979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28980 \begin_inset Text
28981
28982 \begin_layout Plain Layout
28983
28984 \end_layout
28985
28986 \end_inset
28987 </cell>
28988 </row>
28989 <row>
28990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28991 \begin_inset Text
28992
28993 \begin_layout Plain Layout
28994 f
28995 \end_layout
28996
28997 \end_inset
28998 </cell>
28999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29000 \begin_inset Text
29001
29002 \begin_layout Plain Layout
29003
29004 \end_layout
29005
29006 \end_inset
29007 </cell>
29008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29009 \begin_inset Text
29010
29011 \begin_layout Plain Layout
29012 g
29013 \end_layout
29014
29015 \end_inset
29016 </cell>
29017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29018 \begin_inset Text
29019
29020 \begin_layout Plain Layout
29021
29022 \end_layout
29023
29024 \end_inset
29025 </cell>
29026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29027 \begin_inset Text
29028
29029 \begin_layout Plain Layout
29030 h
29031 \end_layout
29032
29033 \end_inset
29034 </cell>
29035 </row>
29036 <row>
29037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29038 \begin_inset Text
29039
29040 \begin_layout Plain Layout
29041
29042 \end_layout
29043
29044 \end_inset
29045 </cell>
29046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29047 \begin_inset Text
29048
29049 \begin_layout Plain Layout
29050 i
29051 \end_layout
29052
29053 \end_inset
29054 </cell>
29055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29056 \begin_inset Text
29057
29058 \begin_layout Plain Layout
29059
29060 \end_layout
29061
29062 \end_inset
29063 </cell>
29064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29065 \begin_inset Text
29066
29067 \begin_layout Plain Layout
29068 j
29069 \end_layout
29070
29071 \end_inset
29072 </cell>
29073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29074 \begin_inset Text
29075
29076 \begin_layout Plain Layout
29077
29078 \end_layout
29079
29080 \end_inset
29081 </cell>
29082 </row>
29083 </lyxtabular>
29084
29085 \end_inset
29086
29087
29088 \end_layout
29089
29090 \end_inset
29091
29092
29093 \end_layout
29094
29095 \begin_layout Standard
29096 \begin_inset ERT
29097 status collapsed
29098
29099 \begin_layout Plain Layout
29100
29101
29102 \backslash
29103 TabBesEnd
29104 \end_layout
29105
29106 \end_inset
29107
29108
29109 \end_layout
29110
29111 \begin_layout Standard
29112 \begin_inset ERT
29113 status collapsed
29114
29115 \begin_layout Plain Layout
29116
29117
29118 \backslash
29119 FigBesBeg
29120 \end_layout
29121
29122 \end_inset
29123
29124
29125 \begin_inset ERT
29126 status collapsed
29127
29128 \begin_layout Plain Layout
29129
29130
29131 \backslash
29132 sidecaptionvpos{figure}{c}
29133 \end_layout
29134
29135 \end_inset
29136
29137
29138 \begin_inset Float figure
29139 wide false
29140 sideways false
29141 status open
29142
29143 \begin_layout Plain Layout
29144 \begin_inset Graphics
29145         filename clipart/escher-lsd.eps
29146         scale 75
29147         scaleBeforeRotation
29148
29149 \end_inset
29150
29151
29152 \end_layout
29153
29154 \begin_layout Plain Layout
29155 \begin_inset Caption Standard
29156
29157 \begin_layout Plain Layout
29158 \begin_inset CommandInset label
29159 LatexCommand label
29160 name "fig:cap-beside-fig-2"
29161
29162 \end_inset
29163
29164 This is a vertically centered caption beside a figure.
29165 \end_layout
29166
29167 \end_inset
29168
29169
29170 \end_layout
29171
29172 \end_inset
29173
29174
29175 \end_layout
29176
29177 \begin_layout Standard
29178 \begin_inset ERT
29179 status collapsed
29180
29181 \begin_layout Plain Layout
29182
29183
29184 \backslash
29185 FigBesEnd
29186 \end_layout
29187
29188 \end_inset
29189
29190
29191 \end_layout
29192
29193 \begin_layout Standard
29194 \begin_inset ERT
29195 status collapsed
29196
29197 \begin_layout Plain Layout
29198
29199
29200 \backslash
29201 TabBesBeg[5]
29202 \end_layout
29203
29204 \end_inset
29205
29206
29207 \end_layout
29208
29209 \begin_layout Standard
29210 \begin_inset Float table
29211 wide false
29212 sideways false
29213 status open
29214
29215 \begin_layout Plain Layout
29216 \begin_inset Caption Standard
29217
29218 \begin_layout Plain Layout
29219 \begin_inset CommandInset label
29220 LatexCommand label
29221 name "tab:cap-beside-tab-wider"
29222
29223 \end_inset
29224
29225 This caption is wider than the one in Table
29226 \begin_inset space ~
29227 \end_inset
29228
29229
29230 \begin_inset CommandInset ref
29231 LatexCommand ref
29232 reference "tab:cap-beside-tab"
29233
29234 \end_inset
29235
29236 .
29237 \end_layout
29238
29239 \end_inset
29240
29241
29242 \end_layout
29243
29244 \begin_layout Plain Layout
29245 \begin_inset Tabular
29246 <lyxtabular version="3" rows="4" columns="5">
29247 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top">
29253 <row>
29254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29255 \begin_inset Text
29256
29257 \begin_layout Plain Layout
29258 a
29259 \end_layout
29260
29261 \end_inset
29262 </cell>
29263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29264 \begin_inset Text
29265
29266 \begin_layout Plain Layout
29267
29268 \end_layout
29269
29270 \end_inset
29271 </cell>
29272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29273 \begin_inset Text
29274
29275 \begin_layout Plain Layout
29276 b
29277 \end_layout
29278
29279 \end_inset
29280 </cell>
29281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29282 \begin_inset Text
29283
29284 \begin_layout Plain Layout
29285
29286 \end_layout
29287
29288 \end_inset
29289 </cell>
29290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29291 \begin_inset Text
29292
29293 \begin_layout Plain Layout
29294 c
29295 \end_layout
29296
29297 \end_inset
29298 </cell>
29299 </row>
29300 <row>
29301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29302 \begin_inset Text
29303
29304 \begin_layout Plain Layout
29305
29306 \end_layout
29307
29308 \end_inset
29309 </cell>
29310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29311 \begin_inset Text
29312
29313 \begin_layout Plain Layout
29314 d
29315 \end_layout
29316
29317 \end_inset
29318 </cell>
29319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29320 \begin_inset Text
29321
29322 \begin_layout Plain Layout
29323
29324 \end_layout
29325
29326 \end_inset
29327 </cell>
29328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29329 \begin_inset Text
29330
29331 \begin_layout Plain Layout
29332 e
29333 \end_layout
29334
29335 \end_inset
29336 </cell>
29337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29338 \begin_inset Text
29339
29340 \begin_layout Plain Layout
29341
29342 \end_layout
29343
29344 \end_inset
29345 </cell>
29346 </row>
29347 <row>
29348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29349 \begin_inset Text
29350
29351 \begin_layout Plain Layout
29352 f
29353 \end_layout
29354
29355 \end_inset
29356 </cell>
29357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29358 \begin_inset Text
29359
29360 \begin_layout Plain Layout
29361
29362 \end_layout
29363
29364 \end_inset
29365 </cell>
29366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29367 \begin_inset Text
29368
29369 \begin_layout Plain Layout
29370 g
29371 \end_layout
29372
29373 \end_inset
29374 </cell>
29375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29376 \begin_inset Text
29377
29378 \begin_layout Plain Layout
29379
29380 \end_layout
29381
29382 \end_inset
29383 </cell>
29384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29385 \begin_inset Text
29386
29387 \begin_layout Plain Layout
29388 h
29389 \end_layout
29390
29391 \end_inset
29392 </cell>
29393 </row>
29394 <row>
29395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29396 \begin_inset Text
29397
29398 \begin_layout Plain Layout
29399
29400 \end_layout
29401
29402 \end_inset
29403 </cell>
29404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29405 \begin_inset Text
29406
29407 \begin_layout Plain Layout
29408 i
29409 \end_layout
29410
29411 \end_inset
29412 </cell>
29413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29414 \begin_inset Text
29415
29416 \begin_layout Plain Layout
29417
29418 \end_layout
29419
29420 \end_inset
29421 </cell>
29422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29423 \begin_inset Text
29424
29425 \begin_layout Plain Layout
29426 j
29427 \end_layout
29428
29429 \end_inset
29430 </cell>
29431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29432 \begin_inset Text
29433
29434 \begin_layout Plain Layout
29435
29436 \end_layout
29437
29438 \end_inset
29439 </cell>
29440 </row>
29441 </lyxtabular>
29442
29443 \end_inset
29444
29445
29446 \end_layout
29447
29448 \end_inset
29449
29450
29451 \end_layout
29452
29453 \begin_layout Standard
29454 \begin_inset ERT
29455 status collapsed
29456
29457 \begin_layout Plain Layout
29458
29459
29460 \backslash
29461 TabBesEnd
29462 \end_layout
29463
29464 \end_inset
29465
29466
29467 \end_layout
29468
29469 \begin_layout Standard
29470 \begin_inset ERT
29471 status collapsed
29472
29473 \begin_layout Plain Layout
29474
29475
29476 \backslash
29477 else
29478 \end_layout
29479
29480 \end_inset
29481
29482
29483 \begin_inset Note Note
29484 status open
29485
29486 \begin_layout Plain Layout
29487 The following will be displayed when the \SpecialChar LaTeX
29488 -package 
29489 \series bold
29490 sidecap
29491 \series default
29492  is not installed:
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \end_layout
29499
29500 \begin_layout Standard
29501 You need to install the \SpecialChar LaTeX
29502 -package 
29503 \series bold
29504 sidecap
29505 \series default
29506  to see the following part of this section in the output.
29507 \end_layout
29508
29509 \begin_layout Standard
29510 \begin_inset ERT
29511 status collapsed
29512
29513 \begin_layout Plain Layout
29514
29515
29516 \backslash
29517 fi
29518 \end_layout
29519
29520 \end_inset
29521
29522
29523 \end_layout
29524
29525 \begin_layout Section
29526 Listings of Floats
29527 \begin_inset Index idx
29528 status collapsed
29529
29530 \begin_layout Plain Layout
29531 Floats ! Float Lists
29532 \end_layout
29533
29534 \end_inset
29535
29536
29537 \end_layout
29538
29539 \begin_layout Standard
29540 Similar to the table of contents where the sections of the document are
29541  listed, there are listings for all float types, like the figures of the
29542  documents.
29543  You can insert them via the 
29544 \family sans
29545 Insert\SpecialChar menuseparator
29546 List
29547 \begin_inset space ~
29548 \end_inset
29549
29550 /
29551 \begin_inset space ~
29552 \end_inset
29553
29554 TOC
29555 \family default
29556  sub menus.
29557 \end_layout
29558
29559 \begin_layout Standard
29560 The list entries are the float captions or its short title, the float number,
29561  and the page number where they appear in the document.
29562 \end_layout
29563
29564 \begin_layout Standard
29565 You can find the list of figures and tables at the end of this document.
29566 \end_layout
29567
29568 \begin_layout Chapter
29569 Notes
29570 \end_layout
29571
29572 \begin_layout Section
29573 \SpecialChar LyX
29574  Notes
29575 \begin_inset Index idx
29576 status collapsed
29577
29578 \begin_layout Plain Layout
29579 Notes ! \SpecialChar LyX
29580  Notes
29581 \end_layout
29582
29583 \end_inset
29584
29585
29586 \end_layout
29587
29588 \begin_layout Standard
29589 Notes are inserted with the toolbar button 
29590 \begin_inset Info
29591 type  "icon"
29592 arg   "note-insert"
29593 \end_inset
29594
29595  or the menu 
29596 \family sans
29597 Insert\SpecialChar menuseparator
29598 Note
29599 \family default
29600 .
29601  There are three types of notes:
29602 \end_layout
29603
29604 \begin_layout Description
29605 \SpecialChar LyX
29606
29607 \begin_inset space ~
29608 \end_inset
29609
29610 Note This note type is for internal notes that won't appear in the output.
29611  Its note-box looks like this:
29612 \begin_inset Newline newline
29613 \end_inset
29614
29615
29616 \begin_inset Newline newline
29617 \end_inset
29618
29619
29620 \begin_inset Graphics
29621         filename clipart/LyXNoteImage.png
29622         display false
29623         scaleBeforeRotation
29624
29625 \end_inset
29626
29627  
29628 \begin_inset Note Note
29629 status open
29630
29631 \begin_layout Plain Layout
29632 This is text in a note box that doesn't appear in the output.
29633 \end_layout
29634
29635 \end_inset
29636
29637
29638 \end_layout
29639
29640 \begin_layout Description
29641 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
29642 -comment,
29643  when you export the document to \SpecialChar LaTeX
29644  via the menu 
29645 \family sans
29646 File\SpecialChar menuseparator
29647 Export\SpecialChar menuseparator
29648 LaTeX
29649 \begin_inset space ~
29650 \end_inset
29651
29652 (pdflatex) / (plain)
29653 \family default
29654 .
29655  Its note-box looks like this:
29656 \begin_inset Newline newline
29657 \end_inset
29658
29659
29660 \begin_inset Newline newline
29661 \end_inset
29662
29663
29664 \begin_inset Graphics
29665         filename clipart/CommentNoteImage.png
29666         display false
29667         scaleBeforeRotation
29668
29669 \end_inset
29670
29671  
29672 \begin_inset Note Comment
29673 status open
29674
29675 \begin_layout Plain Layout
29676 This is text in a note box that only appears as comment in \SpecialChar LaTeX
29677 -files.
29678 \end_layout
29679
29680 \end_inset
29681
29682
29683 \end_layout
29684
29685 \begin_layout Description
29686 Greyed
29687 \begin_inset space ~
29688 \end_inset
29689
29690 Out This note will appear in the output as grey text.
29691  Its note-box looks like this:
29692 \begin_inset Newline newline
29693 \end_inset
29694
29695
29696 \begin_inset Newline newline
29697 \end_inset
29698
29699
29700 \begin_inset Graphics
29701         filename clipart/GreyedOutNoteImage.png
29702         display false
29703         scaleBeforeRotation
29704
29705 \end_inset
29706
29707
29708 \begin_inset Newline newline
29709 \end_inset
29710
29711
29712 \begin_inset ERT
29713 status collapsed
29714
29715 \begin_layout Plain Layout
29716
29717
29718 \backslash
29719 renewenvironment{lyxgreyedout}
29720 \end_layout
29721
29722 \begin_layout Plain Layout
29723
29724 {
29725 \backslash
29726 textcolor[gray]{0.8}
29727 \backslash
29728 bgroup}{
29729 \backslash
29730 egroup}
29731 \end_layout
29732
29733 \end_inset
29734
29735
29736 \begin_inset Note Greyedout
29737 status open
29738
29739 \begin_layout Plain Layout
29740 This is text of a comment that appears grey in the output.
29741 \end_layout
29742
29743 \end_inset
29744
29745
29746 \begin_inset ERT
29747 status collapsed
29748
29749 \begin_layout Plain Layout
29750
29751
29752 \backslash
29753 renewenvironment{lyxgreyedout}
29754 \end_layout
29755
29756 \begin_layout Plain Layout
29757
29758 {
29759 \backslash
29760 textcolor{blue}
29761 \backslash
29762 bgroup}{
29763 \backslash
29764 egroup}
29765 \end_layout
29766
29767 \end_inset
29768
29769
29770 \begin_inset Note Note
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774 The greyed out note is here redefined to show it with the original \SpecialChar LyX
29775  definition
29776  because greyed out notes are redefined in the preamble of this document,
29777  as described below, to have blue text.
29778 \end_layout
29779
29780 \end_inset
29781
29782
29783 \begin_inset Newline newline
29784 \end_inset
29785
29786
29787 \begin_inset Newline newline
29788 \end_inset
29789
29790 As you can see in the example, the first line of greyed out notes is a bit
29791  indented and greyed out notes can have footnotes.
29792 \end_layout
29793
29794 \begin_layout Standard
29795 \begin_inset VSpace bigskip
29796 \end_inset
29797
29798 When you use the toolbar button 
29799 \begin_inset Info
29800 type  "icon"
29801 arg   "note-insert"
29802 \end_inset
29803
29804  to insert notes, a 
29805 \family sans
29806 \SpecialChar LyX
29807
29808 \begin_inset space ~
29809 \end_inset
29810
29811 Note
29812 \family default
29813  is inserted.
29814  You can switch between the three note types by right-clicking on the note-box.
29815  
29816 \family roman
29817 \series medium
29818 \bar no
29819 If you want to turn existing text into a note, mark it and click on the
29820  note
29821 \family default
29822 \series default
29823 \bar default
29824  toolbar 
29825 \family roman
29826 \series medium
29827 \bar no
29828 button
29829 \family default
29830 \series default
29831 \bar default
29832 .
29833  To change a note to text, press the backspace key when the cursor is in
29834  the first position of a note, or press the delete key when the cursor is
29835  in the very last position of the note, respectively.
29836 \end_layout
29837
29838 \begin_layout Standard
29839 \begin_inset VSpace bigskip
29840 \end_inset
29841
29842 You can change the text color of the greyed out notes in the menu 
29843 \family sans
29844 Document\SpecialChar menuseparator
29845 Settings\SpecialChar menuseparator
29846 Colors
29847 \family default
29848 .
29849 \end_layout
29850
29851 \begin_layout Section
29852 Footnotes
29853 \begin_inset CommandInset label
29854 LatexCommand label
29855 name "sec:Footnotes"
29856
29857 \end_inset
29858
29859
29860 \begin_inset Index idx
29861 status collapsed
29862
29863 \begin_layout Plain Layout
29864 Notes ! Footnotes
29865 \end_layout
29866
29867 \end_inset
29868
29869
29870 \begin_inset Index idx
29871 status collapsed
29872
29873 \begin_layout Plain Layout
29874 Footnotes
29875 \end_layout
29876
29877 \end_inset
29878
29879
29880 \end_layout
29881
29882 \begin_layout Standard
29883 Footnotes can be inserted using the toolbar button 
29884 \begin_inset Info
29885 type  "icon"
29886 arg   "footnote-insert"
29887 \end_inset
29888
29889  or the menu 
29890 \family sans
29891 Insert\SpecialChar menuseparator
29892 Footnote
29893 \family default
29894 .
29895  You will then see the following footnote-box: 
29896 \begin_inset Graphics
29897         filename clipart/footnote.png
29898         scale 80
29899         scaleBeforeRotation
29900
29901 \end_inset
29902
29903  
29904 \family roman
29905 \series medium
29906 \bar no
29907 where you can enter the footnote text.
29908  If you want to turn existing text into a footnote, mark it and click on
29909  the footnote
29910 \family default
29911 \series default
29912 \bar default
29913  toolbar 
29914 \family roman
29915 \series medium
29916 \bar no
29917 button
29918 \family default
29919 \series default
29920 \bar default
29921 .
29922  To change a 
29923 \family roman
29924 \series medium
29925 \bar no
29926 footnote
29927 \family default
29928 \series default
29929 \bar default
29930  to text, press the 
29931 \family sans
29932 Backspace
29933 \family default
29934  key when the cursor is in the first position of a 
29935 \family roman
29936 \series medium
29937 \bar no
29938 footnote
29939 \family default
29940 \series default
29941 \bar default
29942 , or press the 
29943 \family sans
29944 Delete
29945 \family default
29946  key when the cursor is in the very last position of the 
29947 \family roman
29948 \series medium
29949 \bar no
29950 footnote
29951 \family default
29952 \series default
29953 \bar default
29954 , respectively.
29955 \end_layout
29956
29957 \begin_layout Standard
29958 Here is an example footnote:
29959 \family roman
29960 \series medium
29961 \bar no
29962
29963 \begin_inset Foot
29964 status open
29965
29966 \begin_layout Plain Layout
29967 \begin_inset CommandInset label
29968 LatexCommand label
29969 name "foot:This-is-an"
29970
29971 \end_inset
29972
29973 This is an example footnote.
29974 \end_layout
29975
29976 \end_inset
29977
29978
29979 \family default
29980 \series default
29981 \bar default
29982
29983 \begin_inset ERT
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987
29988
29989 \backslash
29990 newcounter{MyRepeatFoot}
29991 \end_layout
29992
29993 \begin_layout Plain Layout
29994
29995
29996 \backslash
29997 setcounter{MyRepeatFoot}{
29998 \backslash
29999 thefootnote}
30000 \end_layout
30001
30002 \end_inset
30003
30004
30005 \end_layout
30006
30007 \begin_layout Standard
30008 The footnote will appear in the output as a superscript number at the text
30009  position where the footnote box is placed.
30010  The footnote text is placed at the bottom of the current page.
30011  The footnote number is calculated by \SpecialChar LaTeX
30012 ; the numbers are consecutive.
30013  Whether the footnote number is reset for every chapter depends on your
30014  document class.
30015 \end_layout
30016
30017 \begin_layout Standard
30018 Footnotes can be referenced like floats: Insert a label into the footnote
30019  and cross-reference this label in the text as described in section
30020 \begin_inset space ~
30021 \end_inset
30022
30023
30024 \begin_inset CommandInset ref
30025 LatexCommand ref
30026 reference "sec:Referencing-Floats"
30027
30028 \end_inset
30029
30030 .
30031 \begin_inset Newline newline
30032 \end_inset
30033
30034 This is a cross-reference of Footnote
30035 \begin_inset space ~
30036 \end_inset
30037
30038
30039 \begin_inset CommandInset ref
30040 LatexCommand ref
30041 reference "foot:This-is-an"
30042
30043 \end_inset
30044
30045 .
30046 \end_layout
30047
30048 \begin_layout Standard
30049 \begin_inset VSpace defskip
30050 \end_inset
30051
30052 Footnotes in title environments are usually not numbered with symbols and
30053  they cannot contain several paragraphs.
30054  See for example the footnote in the titling of this document.
30055 \end_layout
30056
30057 \begin_layout Standard
30058 \begin_inset VSpace defskip
30059 \end_inset
30060
30061 Footnotes in tables are not printed by \SpecialChar LaTeX
30062  due to technical reasons.
30063  However there exists another method to print them: Instead of the footnote
30064  the command 
30065 \series bold
30066
30067 \backslash
30068 footnotemark{}
30069 \series default
30070  is inserted as \SpecialChar TeX
30071  code.
30072  The text of the footnote is entered as an argument of the \SpecialChar TeX
30073  code command
30074  
30075 \series bold
30076
30077 \backslash
30078 footnotetext
30079 \series default
30080  after the table.
30081 \begin_inset Newline newline
30082 \end_inset
30083
30084 This was done for the following table with the command
30085 \end_layout
30086
30087 \begin_layout Standard
30088
30089 \series bold
30090
30091 \backslash
30092 footnotetext{
30093 \series default
30094 Printed table footnote.
30095 \series bold
30096 }
30097 \end_layout
30098
30099 \begin_layout Standard
30100 \begin_inset Tabular
30101 <lyxtabular version="3" rows="2" columns="1">
30102 <features tabularvalignment="middle">
30103 <column alignment="center" valignment="top">
30104 <row>
30105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30106 \begin_inset Text
30107
30108 \begin_layout Plain Layout
30109 This an example text.
30110 \begin_inset Foot
30111 status open
30112
30113 \begin_layout Plain Layout
30114 This footnote will not be printed!
30115 \end_layout
30116
30117 \end_inset
30118
30119
30120 \end_layout
30121
30122 \end_inset
30123 </cell>
30124 </row>
30125 <row>
30126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30127 \begin_inset Text
30128
30129 \begin_layout Plain Layout
30130 This an example text.
30131 \begin_inset ERT
30132 status collapsed
30133
30134 \begin_layout Plain Layout
30135
30136
30137 \backslash
30138 footnotemark{}
30139 \end_layout
30140
30141 \end_inset
30142
30143
30144 \end_layout
30145
30146 \end_inset
30147 </cell>
30148 </row>
30149 </lyxtabular>
30150
30151 \end_inset
30152
30153
30154 \begin_inset ERT
30155 status collapsed
30156
30157 \begin_layout Plain Layout
30158
30159
30160 \backslash
30161 footnotetext{
30162 \end_layout
30163
30164 \end_inset
30165
30166 Printed table footnote.
30167 \begin_inset ERT
30168 status collapsed
30169
30170 \begin_layout Plain Layout
30171
30172 }
30173 \end_layout
30174
30175 \end_inset
30176
30177
30178 \end_layout
30179
30180 \begin_layout Standard
30181 Footnotes in multi-page tables are described in section
30182 \begin_inset space ~
30183 \end_inset
30184
30185
30186 \begin_inset CommandInset ref
30187 LatexCommand ref
30188 reference "subsec:Footnotes-in-Multi-page"
30189
30190 \end_inset
30191
30192 .
30193 \end_layout
30194
30195 \begin_layout Standard
30196 Footnotes in minipage boxes are printed, but inside the box and with a different
30197  numbering because a minipage box is like a page inside a page.
30198  (For more about minipages, see section
30199 \begin_inset space ~
30200 \end_inset
30201
30202
30203 \begin_inset CommandInset ref
30204 LatexCommand ref
30205 reference "sec:Minipages"
30206
30207 \end_inset
30208
30209 .) To get a footnote in the minipage that is output at the bottom of the
30210  page like normal footnotes, also use the method of 
30211 \series bold
30212
30213 \backslash
30214 footnotemark{}
30215 \series default
30216  and 
30217 \series bold
30218
30219 \backslash
30220 footnotetext
30221 \series default
30222 .
30223 \end_layout
30224
30225 \begin_layout Standard
30226 \begin_inset Box Frameless
30227 position "t"
30228 hor_pos "c"
30229 has_inner_box 1
30230 inner_pos "t"
30231 use_parbox 0
30232 use_makebox 0
30233 width "100col%"
30234 special "none"
30235 height "1in"
30236 height_special "totalheight"
30237 thickness "0.4pt"
30238 separation "3pt"
30239 shadowsize "4pt"
30240 framecolor "black"
30241 backgroundcolor "none"
30242 status open
30243
30244 \begin_layout Plain Layout
30245 This an example text in a minipage.
30246 \begin_inset Foot
30247 status open
30248
30249 \begin_layout Plain Layout
30250 Footnote in the minipage.
30251 \end_layout
30252
30253 \end_inset
30254
30255
30256 \end_layout
30257
30258 \begin_layout Plain Layout
30259 This an example text in a minipage.
30260 \begin_inset ERT
30261 status collapsed
30262
30263 \begin_layout Plain Layout
30264
30265
30266 \backslash
30267 footnotemark{}
30268 \end_layout
30269
30270 \end_inset
30271
30272
30273 \end_layout
30274
30275 \end_inset
30276
30277
30278 \end_layout
30279
30280 \begin_layout Standard
30281 \begin_inset ERT
30282 status collapsed
30283
30284 \begin_layout Plain Layout
30285
30286
30287 \backslash
30288 footnotetext{
30289 \end_layout
30290
30291 \end_inset
30292
30293 Footnote outside the minipage.
30294 \begin_inset ERT
30295 status collapsed
30296
30297 \begin_layout Plain Layout
30298
30299 }
30300 \end_layout
30301
30302 \end_inset
30303
30304
30305 \end_layout
30306
30307 \begin_layout Standard
30308 \begin_inset VSpace defskip
30309 \end_inset
30310
30311
30312 \end_layout
30313
30314 \begin_layout Standard
30315 To refer to the same footnote several times without printing the footnote
30316  text every time, use the command 
30317 \series bold
30318
30319 \backslash
30320 footnotemark[number]
30321 \series default
30322  in \SpecialChar TeX
30323  code.
30324 \begin_inset Newline newline
30325 \end_inset
30326
30327 As you do not know the number of the repeating footnote while you are writing
30328  the text, you have to store its number.
30329  For the following footnote mark example, these commands were inserted in
30330  \SpecialChar TeX
30331  code after Footnote
30332 \begin_inset space ~
30333 \end_inset
30334
30335
30336 \begin_inset CommandInset ref
30337 LatexCommand ref
30338 reference "foot:This-is-an"
30339
30340 \end_inset
30341
30342  to store the footnote number:
30343 \end_layout
30344
30345 \begin_layout Standard
30346
30347 \series bold
30348
30349 \backslash
30350 newcounter{MyRepeatFoot}
30351 \begin_inset Newline newline
30352 \end_inset
30353
30354
30355 \backslash
30356 setcounter{MyRepeatFoot}{
30357 \backslash
30358 thefootnote}
30359 \end_layout
30360
30361 \begin_layout Standard
30362 The footnote mark was then created with this command:
30363 \end_layout
30364
30365 \begin_layout Standard
30366
30367 \series bold
30368
30369 \backslash
30370 footnotemark[
30371 \backslash
30372 theMyRepeatFoot]
30373 \end_layout
30374
30375 \begin_layout Standard
30376 Here is a repeated footnote:
30377 \family roman
30378 \series medium
30379 \bar no
30380
30381 \begin_inset ERT
30382 status collapsed
30383
30384 \begin_layout Plain Layout
30385
30386
30387 \backslash
30388 footnotemark[
30389 \backslash
30390 theMyRepeatFoot]
30391 \end_layout
30392
30393 \end_inset
30394
30395
30396 \end_layout
30397
30398 \begin_layout Standard
30399 If you want to repeat the previous footnote, you can omit the storage of
30400  the footnote number and just use this command instead:
30401 \end_layout
30402
30403 \begin_layout Standard
30404
30405 \series bold
30406
30407 \backslash
30408 footnotemark[
30409 \backslash
30410 thefootnote]
30411 \end_layout
30412
30413 \begin_layout Standard
30414 Here is another repeated footnote:
30415 \family roman
30416 \series medium
30417 \bar no
30418
30419 \begin_inset ERT
30420 status collapsed
30421
30422 \begin_layout Plain Layout
30423
30424
30425 \backslash
30426 footnotemark[
30427 \backslash
30428 thefootnote]
30429 \end_layout
30430
30431 \end_inset
30432
30433
30434 \end_layout
30435
30436 \begin_layout Subsection
30437 Footnote Numbering
30438 \begin_inset CommandInset label
30439 LatexCommand label
30440 name "subsec:Footnote-Numbering"
30441
30442 \end_inset
30443
30444
30445 \begin_inset Index idx
30446 status collapsed
30447
30448 \begin_layout Plain Layout
30449 Footnotes ! Numbering
30450 \end_layout
30451
30452 \end_inset
30453
30454
30455 \end_layout
30456
30457 \begin_layout Standard
30458 To reset the footnote number back to 1 after each section
30459 \family roman
30460 , add this command to your document preamble:
30461 \end_layout
30462
30463 \begin_layout Standard
30464
30465 \series bold
30466
30467 \backslash
30468 @addtoreset{footnote}{section}
30469 \end_layout
30470
30471 \begin_layout Standard
30472 \begin_inset VSpace bigskip
30473 \end_inset
30474
30475 The following preamble command changes the footnote numbering style to small
30476  roman numerals:
30477 \end_layout
30478
30479 \begin_layout Standard
30480
30481 \series bold
30482
30483 \backslash
30484 renewcommand{
30485 \backslash
30486 thefootnote}{
30487 \backslash
30488 roman{footnote}}
30489 \end_layout
30490
30491 \begin_layout Standard
30492 \begin_inset ERT
30493 status collapsed
30494
30495 \begin_layout Plain Layout
30496
30497
30498 \backslash
30499 renewcommand{
30500 \backslash
30501 thefootnote}{
30502 \backslash
30503 roman{footnote}}
30504 \end_layout
30505
30506 \end_inset
30507
30508  This is a footnote with roman numbering:
30509 \begin_inset Foot
30510 status open
30511
30512 \begin_layout Plain Layout
30513 This is an example footnote with roman numbering.
30514 \end_layout
30515
30516 \end_inset
30517
30518
30519 \end_layout
30520
30521 \begin_layout Standard
30522 To change the numbering style to capital roman numerals replace in the command
30523  above 
30524 \series bold
30525
30526 \backslash
30527 roman
30528 \series default
30529  by 
30530 \series bold
30531
30532 \backslash
30533 Roman
30534 \series default
30535 .
30536  To 
30537 \begin_inset Quotes eld
30538 \end_inset
30539
30540 number
30541 \begin_inset Quotes erd
30542 \end_inset
30543
30544  footnotes with capital or small Latin letters use 
30545 \series bold
30546
30547 \backslash
30548 Alph
30549 \series default
30550  or 
30551 \series bold
30552
30553 \backslash
30554 alph
30555 \series default
30556 , respectively.
30557  To 
30558 \begin_inset Quotes eld
30559 \end_inset
30560
30561 number
30562 \begin_inset Quotes erd
30563 \end_inset
30564
30565  footnotes with symbols use 
30566 \series bold
30567
30568 \backslash
30569 fnsymbol
30570 \series default
30571 .
30572 \end_layout
30573
30574 \begin_layout Standard
30575 \begin_inset Note Greyedout
30576 status open
30577
30578 \begin_layout Plain Layout
30579
30580 \series bold
30581 Note:
30582 \series default
30583  You can only number 26 footnotes with Latin letters, because this numbering
30584  is limited to single letters.
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \begin_inset Newline newline
30591 \end_inset
30592
30593
30594 \begin_inset Note Greyedout
30595 status open
30596
30597 \begin_layout Plain Layout
30598
30599 \series bold
30600 Note:
30601 \series default
30602  You can only number 9 footnotes with symbols.
30603 \end_layout
30604
30605 \end_inset
30606
30607
30608 \end_layout
30609
30610 \begin_layout Standard
30611 To return to the default numbering style after you have changed to another
30612  one, use 
30613 \series bold
30614
30615 \backslash
30616 arabic
30617 \series default
30618  instead of 
30619 \series bold
30620
30621 \backslash
30622 roman
30623 \series default
30624  in the command above.
30625 \begin_inset ERT
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629
30630
30631 \backslash
30632 renewcommand{
30633 \backslash
30634 thefootnote}{
30635 \backslash
30636 arabic{footnote}}
30637 \end_layout
30638
30639 \end_inset
30640
30641
30642 \end_layout
30643
30644 \begin_layout Standard
30645 \begin_inset VSpace bigskip
30646 \end_inset
30647
30648
30649 \end_layout
30650
30651 \begin_layout Standard
30652 If you want to have footnotes numbered in the scheme 
30653 \begin_inset Quotes eld
30654 \end_inset
30655
30656 chapter.footnote
30657 \begin_inset Quotes erd
30658 \end_inset
30659
30660 , add the following command to your document preamble:
30661 \end_layout
30662
30663 \begin_layout Standard
30664
30665 \series bold
30666
30667 \backslash
30668 numberwithin{footnote}{chapter}
30669 \end_layout
30670
30671 \begin_layout Standard
30672 To be able to use the command 
30673 \series bold
30674
30675 \backslash
30676 numberwithin
30677 \series default
30678 , set in the tab 
30679 \family sans
30680 Math
30681 \begin_inset space ~
30682 \end_inset
30683
30684 Options
30685 \family default
30686  in the document settings the option 
30687 \family sans
30688 Use
30689 \begin_inset space ~
30690 \end_inset
30691
30692 AMS
30693 \begin_inset space ~
30694 \end_inset
30695
30696 math
30697 \begin_inset space ~
30698 \end_inset
30699
30700 package
30701 \family default
30702 .
30703 \end_layout
30704
30705 \begin_layout Standard
30706 \begin_inset ERT
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710
30711
30712 \backslash
30713 numberwithin{footnote}{chapter}
30714 \end_layout
30715
30716 \end_inset
30717
30718 This is another example footnote:
30719 \series bold
30720
30721 \begin_inset Foot
30722 status open
30723
30724 \begin_layout Plain Layout
30725 This is a footnote numbered in the scheme 
30726 \begin_inset Quotes eld
30727 \end_inset
30728
30729 chapter.footnote
30730 \begin_inset Quotes erd
30731 \end_inset
30732
30733 .
30734 \end_layout
30735
30736 \end_inset
30737
30738
30739 \series default
30740
30741 \begin_inset ERT
30742 status collapsed
30743
30744 \begin_layout Plain Layout
30745
30746
30747 \backslash
30748 renewcommand{
30749 \backslash
30750 thefootnote}{
30751 \backslash
30752 arabic{footnote}}
30753 \end_layout
30754
30755 \end_inset
30756
30757
30758 \end_layout
30759
30760 \begin_layout Standard
30761 \begin_inset Note Greyedout
30762 status open
30763
30764 \begin_layout Plain Layout
30765
30766 \series bold
30767 Note:
30768 \series default
30769  
30770 \series bold
30771
30772 \backslash
30773 numberwithin
30774 \series default
30775  always prints out the footnote number as arabic number; previous redefinitions
30776  to get non-arabic numbers are overwritten.
30777 \end_layout
30778
30779 \end_inset
30780
30781
30782 \end_layout
30783
30784 \begin_layout Standard
30785 So to get for example the scheme 
30786 \begin_inset Quotes eld
30787 \end_inset
30788
30789 chapter.
30790 \backslash
30791 Roman{footnote}
30792 \begin_inset Quotes erd
30793 \end_inset
30794
30795 , use this command instead of 
30796 \series bold
30797
30798 \backslash
30799 numberwithin
30800 \series default
30801 :
30802 \end_layout
30803
30804 \begin_layout Standard
30805
30806 \series bold
30807
30808 \backslash
30809 renewcommand{
30810 \backslash
30811 thefootnote}{
30812 \backslash
30813 thechapter.
30814 \backslash
30815 Roman{footnote}}
30816 \end_layout
30817
30818 \begin_layout Subsection
30819 Footnote Placement
30820 \begin_inset Index idx
30821 status collapsed
30822
30823 \begin_layout Plain Layout
30824 Footnotes ! Placement
30825 \end_layout
30826
30827 \end_inset
30828
30829
30830 \end_layout
30831
30832 \begin_layout Standard
30833 If you have several footnotes in one page, they appear without vertical
30834  space between them at the bottom of the page.
30835  To make them more readable you can e.
30836 \begin_inset space \thinspace{}
30837 \end_inset
30838
30839 g.
30840 \begin_inset space \space{}
30841 \end_inset
30842
30843 add 1.5
30844 \begin_inset space \thinspace{}
30845 \end_inset
30846
30847 mm space with the following preamble command:
30848 \end_layout
30849
30850 \begin_layout Standard
30851
30852 \series bold
30853
30854 \backslash
30855 let
30856 \backslash
30857 myFoot
30858 \backslash
30859 footnote
30860 \begin_inset Newline newline
30861 \end_inset
30862
30863
30864 \backslash
30865 renewcommand{
30866 \backslash
30867 footnote}[1]{
30868 \backslash
30869 myFoot{#1
30870 \backslash
30871 vspace{1.5mm}}}
30872 \end_layout
30873
30874 \begin_layout Standard
30875 \begin_inset VSpace bigskip
30876 \end_inset
30877
30878 In a two-column document the footnotes appear at the bottom of every column,
30879  see Figure
30880 \begin_inset space ~
30881 \end_inset
30882
30883
30884 \begin_inset CommandInset ref
30885 LatexCommand ref
30886 reference "fig:Standard-footnote-placement"
30887
30888 \end_inset
30889
30890 .
30891  If the footnotes should only appear at the bottom of the right column,
30892  as in Figure
30893 \begin_inset space ~
30894 \end_inset
30895
30896
30897 \begin_inset CommandInset ref
30898 LatexCommand ref
30899 reference "fig:Footnote-placement-in"
30900
30901 \end_inset
30902
30903 , use the \SpecialChar LaTeX
30904 -package 
30905 \series bold
30906 ftnright
30907 \series default
30908
30909 \begin_inset Index idx
30910 status collapsed
30911
30912 \begin_layout Plain Layout
30913 \SpecialChar LaTeX
30914 -packages ! ftnright
30915 \end_layout
30916
30917 \end_inset
30918
30919  with this command in the document preamble:
30920 \end_layout
30921
30922 \begin_layout Standard
30923
30924 \series bold
30925
30926 \backslash
30927 usepackage{ftnright}
30928 \end_layout
30929
30930 \begin_layout Standard
30931 \begin_inset Float figure
30932 placement !h
30933 wide false
30934 sideways false
30935 status open
30936
30937 \begin_layout Plain Layout
30938 \noindent
30939 \align center
30940 \begin_inset Box Boxed
30941 position "t"
30942 hor_pos "c"
30943 has_inner_box 0
30944 inner_pos "t"
30945 use_parbox 0
30946 use_makebox 0
30947 width ""
30948 special "none"
30949 height "1in"
30950 height_special "totalheight"
30951 thickness "0.4pt"
30952 separation "3pt"
30953 shadowsize "4pt"
30954 framecolor "black"
30955 backgroundcolor "none"
30956 status open
30957
30958 \begin_layout Plain Layout
30959 \begin_inset Graphics
30960         filename clipart/without_fntright.pdf
30961         width 100col%
30962         scaleBeforeRotation
30963
30964 \end_inset
30965
30966
30967 \end_layout
30968
30969 \end_inset
30970
30971
30972 \end_layout
30973
30974 \begin_layout Plain Layout
30975 \begin_inset Caption Standard
30976
30977 \begin_layout Plain Layout
30978 \begin_inset CommandInset label
30979 LatexCommand label
30980 name "fig:Standard-footnote-placement"
30981
30982 \end_inset
30983
30984 Standard footnote placement in two-column documents.
30985 \end_layout
30986
30987 \end_inset
30988
30989
30990 \end_layout
30991
30992 \end_inset
30993
30994
30995 \end_layout
30996
30997 \begin_layout Standard
30998 \begin_inset Float figure
30999 placement !h
31000 wide false
31001 sideways false
31002 status open
31003
31004 \begin_layout Plain Layout
31005 \noindent
31006 \align center
31007 \begin_inset Box Boxed
31008 position "t"
31009 hor_pos "c"
31010 has_inner_box 0
31011 inner_pos "t"
31012 use_parbox 0
31013 use_makebox 0
31014 width ""
31015 special "none"
31016 height "1in"
31017 height_special "totalheight"
31018 thickness "0.4pt"
31019 separation "3pt"
31020 shadowsize "4pt"
31021 framecolor "black"
31022 backgroundcolor "none"
31023 status open
31024
31025 \begin_layout Plain Layout
31026 \begin_inset Graphics
31027         filename clipart/with_fntright.pdf
31028         width 100col%
31029         scaleBeforeRotation
31030
31031 \end_inset
31032
31033
31034 \end_layout
31035
31036 \end_inset
31037
31038
31039 \end_layout
31040
31041 \begin_layout Plain Layout
31042 \begin_inset Caption Standard
31043
31044 \begin_layout Plain Layout
31045 \begin_inset CommandInset label
31046 LatexCommand label
31047 name "fig:Footnote-placement-in"
31048
31049 \end_inset
31050
31051 Footnote placement in two-column documents when the \SpecialChar LaTeX
31052 -package 
31053 \series bold
31054 ftnright
31055 \series default
31056  is used.
31057 \end_layout
31058
31059 \end_inset
31060
31061
31062 \end_layout
31063
31064 \end_inset
31065
31066
31067 \end_layout
31068
31069 \begin_layout Standard
31070 \begin_inset VSpace bigskip
31071 \end_inset
31072
31073 In some scientific literature it is usual to collect the footnotes and print
31074  them in a separate paragraph at the end of a section, as in Figure
31075 \begin_inset space ~
31076 \end_inset
31077
31078
31079 \begin_inset CommandInset ref
31080 LatexCommand ref
31081 reference "fig:Endnotes"
31082
31083 \end_inset
31084
31085 .
31086  They are then called 
31087 \begin_inset Quotes eld
31088 \end_inset
31089
31090 endnotes
31091 \begin_inset Quotes erd
31092 \end_inset
31093
31094 .
31095 \begin_inset Index idx
31096 status collapsed
31097
31098 \begin_layout Plain Layout
31099 Endnotes
31100 \end_layout
31101
31102 \end_inset
31103
31104  To use endnotes instead of footnotes in your document, load in the menu
31105  
31106 \family sans
31107 Document\SpecialChar menuseparator
31108 Settings\SpecialChar menuseparator
31109 Modules 
31110 \family default
31111 the module 
31112 \family sans
31113 Foot
31114 \begin_inset space ~
31115 \end_inset
31116
31117 to
31118 \begin_inset space ~
31119 \end_inset
31120
31121 End
31122 \family default
31123 .
31124  To insert the collected footnotes, insert the command
31125 \end_layout
31126
31127 \begin_layout Standard
31128
31129 \series bold
31130
31131 \backslash
31132 theendnotes
31133 \end_layout
31134
31135 \begin_layout Standard
31136 in \SpecialChar TeX
31137  Code at the end of a section or chapter.
31138 \end_layout
31139
31140 \begin_layout Standard
31141 \begin_inset Float figure
31142 wide false
31143 sideways false
31144 status open
31145
31146 \begin_layout Plain Layout
31147 \noindent
31148 \align center
31149 \begin_inset Box Boxed
31150 position "t"
31151 hor_pos "c"
31152 has_inner_box 0
31153 inner_pos "t"
31154 use_parbox 0
31155 use_makebox 0
31156 width ""
31157 special "none"
31158 height "1in"
31159 height_special "totalheight"
31160 thickness "0.4pt"
31161 separation "3pt"
31162 shadowsize "4pt"
31163 framecolor "black"
31164 backgroundcolor "none"
31165 status open
31166
31167 \begin_layout Plain Layout
31168 \begin_inset Graphics
31169         filename clipart/endnotes.pdf
31170         width 100col%
31171         scaleBeforeRotation
31172
31173 \end_inset
31174
31175
31176 \end_layout
31177
31178 \end_inset
31179
31180
31181 \end_layout
31182
31183 \begin_layout Plain Layout
31184 \begin_inset Caption Standard
31185
31186 \begin_layout Plain Layout
31187 \begin_inset CommandInset label
31188 LatexCommand label
31189 name "fig:Endnotes"
31190
31191 \end_inset
31192
31193 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
31194  or chapters.
31195 \end_layout
31196
31197 \end_inset
31198
31199
31200 \end_layout
31201
31202 \end_inset
31203
31204
31205 \end_layout
31206
31207 \begin_layout Standard
31208 \begin_inset VSpace medskip
31209 \end_inset
31210
31211 The paragraph heading for the endnotes isn't automatically translated into
31212  the document language, this must be done manually.
31213  The following preamble command translates the default English 
31214 \begin_inset Quotes eld
31215 \end_inset
31216
31217 Notes
31218 \begin_inset Quotes erd
31219 \end_inset
31220
31221  into the German 
31222 \begin_inset Quotes eld
31223 \end_inset
31224
31225 Anmerkungen
31226 \begin_inset Quotes erd
31227 \end_inset
31228
31229 :
31230 \end_layout
31231
31232 \begin_layout Standard
31233
31234 \series bold
31235
31236 \backslash
31237 renewcommand{
31238 \backslash
31239 notesname}{Anmerkungen}
31240 \end_layout
31241
31242 \begin_layout Standard
31243 \begin_inset VSpace medskip
31244 \end_inset
31245
31246 The numbering of endnotes can be changed like the footnote numbering as
31247  described in section
31248 \begin_inset space ~
31249 \end_inset
31250
31251
31252 \begin_inset CommandInset ref
31253 LatexCommand ref
31254 reference "subsec:Footnote-Numbering"
31255
31256 \end_inset
31257
31258 ; just replace the command 
31259 \series bold
31260
31261 \backslash
31262 thefootnote
31263 \series default
31264  by 
31265 \series bold
31266
31267 \backslash
31268 theendnote
31269 \series default
31270 .
31271  To reset the endnote number use the command 
31272 \series bold
31273
31274 \backslash
31275 @addtoreset
31276 \series default
31277  as described in section
31278 \begin_inset space ~
31279 \end_inset
31280
31281
31282 \begin_inset CommandInset ref
31283 LatexCommand ref
31284 reference "subsec:Footnote-Numbering"
31285
31286 \end_inset
31287
31288  and replace the command parameter 
31289 \series bold
31290 footnote
31291 \series default
31292  by 
31293 \series bold
31294 endnote
31295 \series default
31296 .
31297 \end_layout
31298
31299 \begin_layout Standard
31300 For endnotes there is the command 
31301 \series bold
31302
31303 \backslash
31304 endnotemark[number]
31305 \series default
31306  similar to the command 
31307 \series bold
31308
31309 \backslash
31310 footnotemark
31311 \series default
31312 , that is described in section
31313 \begin_inset space ~
31314 \end_inset
31315
31316
31317 \begin_inset CommandInset ref
31318 LatexCommand ref
31319 reference "sec:Footnotes"
31320
31321 \end_inset
31322
31323 .
31324 \end_layout
31325
31326 \begin_layout Standard
31327 \begin_inset VSpace bigskip
31328 \end_inset
31329
31330 Footnotes can also be placed in the page margin and the footnote text alignment
31331  can be changed, see the \SpecialChar LaTeX
31332 -package 
31333 \series bold
31334 footmisc
31335 \series default
31336
31337 \begin_inset Index idx
31338 status collapsed
31339
31340 \begin_layout Plain Layout
31341 \SpecialChar LaTeX
31342 -packages ! footmisc
31343 \end_layout
31344
31345 \end_inset
31346
31347
31348 \begin_inset CommandInset citation
31349 LatexCommand cite
31350 key "footmisc"
31351
31352 \end_inset
31353
31354  for more information about this.
31355 \end_layout
31356
31357 \begin_layout Standard
31358 For various further footnote formatting issues have a look at \SpecialChar LaTeX
31359 -books, 
31360 \begin_inset CommandInset citation
31361 LatexCommand cite
31362 key "latexcompanion,latexguide,latexbook"
31363
31364 \end_inset
31365
31366 .
31367  If you are using a 
31368 \series bold
31369 KOMA-Script
31370 \series default
31371
31372 \begin_inset Index idx
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376 \SpecialChar LaTeX
31377 -packages ! KOMA-Script
31378 \end_layout
31379
31380 \end_inset
31381
31382  document class, you can adjust all footnote settings using class-specific
31383  commands, see 
31384 \begin_inset CommandInset citation
31385 LatexCommand cite
31386 key "KOMA-Script"
31387
31388 \end_inset
31389
31390 .
31391 \end_layout
31392
31393 \begin_layout Section
31394 Margin Notes
31395 \begin_inset Index idx
31396 status collapsed
31397
31398 \begin_layout Plain Layout
31399 Notes ! Margin Notes
31400 \end_layout
31401
31402 \end_inset
31403
31404
31405 \end_layout
31406
31407 \begin_layout Standard
31408 Margin notes look and behave in \SpecialChar LyX
31409  like footnotes.
31410  They are inserted via the menu 
31411 \family sans
31412 Insert\SpecialChar menuseparator
31413 Marginal
31414 \begin_inset space ~
31415 \end_inset
31416
31417 Note
31418 \family default
31419  or the toolbar button 
31420 \begin_inset Info
31421 type  "icon"
31422 arg   "marginalnote-insert"
31423 \end_inset
31424
31425 .
31426  A grey 
31427 \family roman
31428 \series medium
31429 box with the
31430 \family default
31431 \series default
31432  red 
31433 \family roman
31434 \series medium
31435 label 
31436 \begin_inset Quotes eld
31437 \end_inset
31438
31439 margin
31440 \begin_inset Quotes erd
31441 \end_inset
31442
31443  appears where you can enter the text of the margin note.
31444 \end_layout
31445
31446 \begin_layout Standard
31447 At the side is an example margin note.
31448
31449 \family roman
31450 \series medium
31451  
31452 \begin_inset Marginal
31453 status open
31454
31455 \begin_layout Plain Layout
31456 This is a margin note.
31457 \end_layout
31458
31459 \end_inset
31460
31461
31462 \end_layout
31463
31464 \begin_layout Standard
31465 Margin notes appear at the right side in single-sided documents.
31466  In double-sided documents they appear in the outer margin â€“ left on even
31467  pages, right on odd pages.
31468  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
31469 d when the note appears in the left margin.
31470  The first line of the margin note is placed at the position of the text
31471  line where it is inserted in the document.
31472 \end_layout
31473
31474 \begin_layout Standard
31475 \begin_inset VSpace bigskip
31476 \end_inset
31477
31478 To place the margin note in the inner margin, add the command
31479 \end_layout
31480
31481 \begin_layout Standard
31482
31483 \series bold
31484
31485 \backslash
31486 reversemarginpar
31487 \end_layout
31488
31489 \begin_layout Standard
31490 in \SpecialChar TeX
31491  Code before a margin note.
31492  The new placement is valid for all subsequent margin notes.
31493  
31494 \begin_inset ERT
31495 status collapsed
31496
31497 \begin_layout Plain Layout
31498
31499
31500 \backslash
31501 reversemarginpar 
31502 \end_layout
31503
31504 \end_inset
31505
31506
31507 \begin_inset Marginal
31508 status open
31509
31510 \begin_layout Plain Layout
31511 This is a margin note in the inner margin.
31512 \end_layout
31513
31514 \end_inset
31515
31516
31517 \series bold
31518
31519 \begin_inset Newline newline
31520 \end_inset
31521
31522
31523 \series default
31524
31525 \begin_inset Note Greyedout
31526 status open
31527
31528 \begin_layout Plain Layout
31529
31530 \series bold
31531 Note:
31532 \series default
31533  There is often not enough space in the inner margin so that the notes are
31534  not correctly displayed in the output.
31535 \end_layout
31536
31537 \end_inset
31538
31539
31540 \end_layout
31541
31542 \begin_layout Standard
31543 To return to the default placement insert the command
31544 \end_layout
31545
31546 \begin_layout Standard
31547
31548 \series bold
31549
31550 \backslash
31551 normalmarginpar
31552 \end_layout
31553
31554 \begin_layout Standard
31555 in \SpecialChar TeX
31556  Code.
31557 \begin_inset ERT
31558 status collapsed
31559
31560 \begin_layout Plain Layout
31561
31562
31563 \backslash
31564 normalmarginpar 
31565 \end_layout
31566
31567 \end_inset
31568
31569  
31570 \begin_inset Note Greyedout
31571 status open
31572
31573 \begin_layout Plain Layout
31574
31575 \series bold
31576 Note:
31577 \series default
31578  The command is ignored when it is within a paragraph where also the command
31579  
31580 \series bold
31581
31582 \backslash
31583 reversemarginpar
31584 \series default
31585  is inserted.
31586 \end_layout
31587
31588 \end_inset
31589
31590
31591 \end_layout
31592
31593 \begin_layout Standard
31594 \begin_inset VSpace bigskip
31595 \end_inset
31596
31597
31598 \family roman
31599 \series medium
31600
31601 \begin_inset Marginal
31602 status open
31603
31604 \begin_layout Plain Layout
31605 AVeryLongMarginParWord that isn't hyphenated.
31606 \end_layout
31607
31608 \end_inset
31609
31610
31611 \family default
31612 \series default
31613  Similar to the case described in section
31614 \begin_inset space ~
31615 \end_inset
31616
31617
31618 \begin_inset CommandInset ref
31619 LatexCommand ref
31620 reference "subsec:Multiple-Lines-in"
31621
31622 \end_inset
31623
31624 , long words cannot be hyphenated when they are the first word in a margin
31625  note.
31626  To avoid this, insert 0
31627 \begin_inset space \thinspace{}
31628 \end_inset
31629
31630 pt horizontal space before the word
31631 \family roman
31632 \series medium
31633 .
31634  
31635 \begin_inset Marginal
31636 status open
31637
31638 \begin_layout Plain Layout
31639 \begin_inset space \hspace*{}
31640 \length 0pt
31641 \end_inset
31642
31643 AVeryLongMarginParWord that is hyphenated.
31644 \end_layout
31645
31646 \end_inset
31647
31648
31649 \end_layout
31650
31651 \begin_layout Standard
31652 \begin_inset VSpace bigskip
31653 \end_inset
31654
31655
31656 \end_layout
31657
31658 \begin_layout Standard
31659 \begin_inset Note Greyedout
31660 status open
31661
31662 \begin_layout Plain Layout
31663
31664 \series bold
31665 Note:
31666 \series default
31667  Margin notes can normally not be used inside tables, floats, and footnotes.
31668 \end_layout
31669
31670 \end_inset
31671
31672
31673 \end_layout
31674
31675 \begin_layout Standard
31676 \begin_inset VSpace bigskip
31677 \end_inset
31678
31679
31680 \end_layout
31681
31682 \begin_layout Standard
31683 \begin_inset ERT
31684 status collapsed
31685
31686 \begin_layout Plain Layout
31687
31688
31689 \backslash
31690 ifmarginnote
31691 \end_layout
31692
31693 \end_inset
31694
31695
31696 \begin_inset Note Note
31697 status open
31698
31699 \begin_layout Plain Layout
31700 The following section will only be displayed when the \SpecialChar LaTeX
31701 -package 
31702 \series bold
31703 marginnote
31704 \series default
31705  is installed.
31706 \end_layout
31707
31708 \end_inset
31709
31710
31711 \end_layout
31712
31713 \begin_layout Standard
31714 This restriction can be evaded by using the \SpecialChar LaTeX
31715 -package 
31716 \series bold
31717 marginnote
31718 \series default
31719
31720 \begin_inset Index idx
31721 status collapsed
31722
31723 \begin_layout Plain Layout
31724 \SpecialChar LaTeX
31725 -packages ! marginnote
31726 \end_layout
31727
31728 \end_inset
31729
31730 .
31731  By adding these two lines to your document preamble, the command used by
31732  \SpecialChar LyX
31733  for margin notes is redefined to use the command provided by the 
31734 \series bold
31735 marginnote
31736 \series default
31737 -package:
31738 \end_layout
31739
31740 \begin_layout Standard
31741
31742 \series bold
31743
31744 \backslash
31745 usepackage{marginnote}
31746 \begin_inset Newline newline
31747 \end_inset
31748
31749
31750 \backslash
31751 let
31752 \backslash
31753 marginpar
31754 \backslash
31755 marginnote
31756 \end_layout
31757
31758 \begin_layout Standard
31759 This is also used in this document because 
31760 \series bold
31761 marginnote
31762 \series default
31763  has another useful feature: You can set a vertical offset for the note.
31764  This is often needed when too many margin notes are too close together
31765  or for a better page layout.
31766  The offset is set in \SpecialChar LyX
31767  as \SpecialChar TeX
31768  Code directly after the margin note in the scheme
31769 \end_layout
31770
31771 \begin_layout Standard
31772
31773 \series bold
31774 [offset]
31775 \end_layout
31776
31777 \begin_layout Standard
31778 where the offset is a length with one of the units listed in Table
31779 \begin_inset space ~
31780 \end_inset
31781
31782
31783 \begin_inset CommandInset ref
31784 LatexCommand ref
31785 reference "tab:Units"
31786
31787 \end_inset
31788
31789 .
31790  A negative value shifts the note up, a positive value shifts it down.
31791  
31792 \family roman
31793 \series medium
31794 For example the margin note beside this text line is shifted up 1.5
31795 \begin_inset space \thinspace{}
31796 \end_inset
31797
31798 cm with the \SpecialChar TeX
31799  Code command 
31800 \begin_inset Quotes eld
31801 \end_inset
31802
31803
31804 \family default
31805 \series bold
31806 [-1.5cm]
31807 \family roman
31808 \series medium
31809
31810 \begin_inset Quotes erd
31811 \end_inset
31812
31813
31814 \begin_inset Marginal
31815 status open
31816
31817 \begin_layout Plain Layout
31818 This margin note is shifted up 1.5
31819 \begin_inset space \thinspace{}
31820 \end_inset
31821
31822 cm from its original position.
31823 \end_layout
31824
31825 \end_inset
31826
31827
31828 \family default
31829 \series default
31830
31831 \begin_inset ERT
31832 status collapsed
31833
31834 \begin_layout Plain Layout
31835
31836 [-1.5cm]
31837 \end_layout
31838
31839 \end_inset
31840
31841
31842 \end_layout
31843
31844 \begin_layout Standard
31845 \begin_inset VSpace medskip
31846 \end_inset
31847
31848 With 
31849 \series bold
31850 marginnote
31851 \series default
31852  you can also change the alignment of the text in the margin note.
31853  For example the commands
31854 \end_layout
31855
31856 \begin_layout Standard
31857
31858 \series bold
31859
31860 \backslash
31861 renewcommand*{
31862 \backslash
31863 raggedleftmarginnote}{
31864 \backslash
31865 centering}
31866 \begin_inset Newline newline
31867 \end_inset
31868
31869
31870 \backslash
31871 renewcommand*{
31872 \backslash
31873 raggedrightmarginnote}{
31874 \backslash
31875 centering}
31876 \end_layout
31877
31878 \begin_layout Standard
31879 set the alignment to centered.
31880  
31881 \series bold
31882
31883 \backslash
31884 raggedleftmarginnote
31885 \series default
31886  denotes margin notes that appear at the left side.
31887 \family roman
31888 \series medium
31889
31890 \begin_inset ERT
31891 status collapsed
31892
31893 \begin_layout Plain Layout
31894
31895
31896 \backslash
31897 renewcommand*{
31898 \backslash
31899 raggedleftmarginnote}{
31900 \backslash
31901 centering}
31902 \end_layout
31903
31904 \begin_layout Plain Layout
31905
31906
31907 \backslash
31908 renewcommand*{
31909 \backslash
31910 raggedrightmarginnote}{
31911 \backslash
31912 centering}
31913 \end_layout
31914
31915 \end_inset
31916
31917
31918 \begin_inset Marginal
31919 status open
31920
31921 \begin_layout Plain Layout
31922 The text of this margin note is centered.
31923 \end_layout
31924
31925 \end_inset
31926
31927
31928 \family default
31929 \series default
31930  The default is
31931 \end_layout
31932
31933 \begin_layout Standard
31934
31935 \series bold
31936
31937 \backslash
31938 renewcommand*{
31939 \backslash
31940 raggedleftmarginnote}{
31941 \backslash
31942 raggedleft}
31943 \begin_inset Newline newline
31944 \end_inset
31945
31946
31947 \backslash
31948 renewcommand*{
31949 \backslash
31950 raggedrightmarginnote}{
31951 \backslash
31952 raggedright}
31953 \family roman
31954 \series medium
31955
31956 \begin_inset ERT
31957 status collapsed
31958
31959 \begin_layout Plain Layout
31960
31961
31962 \backslash
31963 renewcommand*{
31964 \backslash
31965 raggedleftmarginnote}{
31966 \backslash
31967 raggedleft}
31968 \end_layout
31969
31970 \begin_layout Plain Layout
31971
31972
31973 \backslash
31974 renewcommand*{
31975 \backslash
31976 raggedrightmarginnote}{
31977 \backslash
31978 raggedright}
31979 \end_layout
31980
31981 \end_inset
31982
31983
31984 \end_layout
31985
31986 \begin_layout Standard
31987 \begin_inset VSpace medskip
31988 \end_inset
31989
31990 For the other features of 
31991 \series bold
31992 marginnote
31993 \series default
31994  refer to its documentation 
31995 \begin_inset CommandInset citation
31996 LatexCommand cite
31997 key "marginnote"
31998
31999 \end_inset
32000
32001 .
32002 \end_layout
32003
32004 \begin_layout Standard
32005 \begin_inset VSpace bigskip
32006 \end_inset
32007
32008 You can adjust the layout of margin notes by changing its definition.
32009  To create for example a header for all margin notes with the underlined,
32010  sans-serif, and bold header text 
32011 \begin_inset Quotes eld
32012 \end_inset
32013
32014
32015 \family sans
32016 \series bold
32017 \bar under
32018 Attention!
32019 \family default
32020 \series default
32021 \bar default
32022
32023 \begin_inset Quotes erd
32024 \end_inset
32025
32026 , add this to your document preamble:
32027 \end_layout
32028
32029 \begin_layout Standard
32030
32031 \series bold
32032
32033 \backslash
32034 let
32035 \backslash
32036 myMarginpar
32037 \backslash
32038 marginpar
32039 \begin_inset Newline newline
32040 \end_inset
32041
32042
32043 \backslash
32044 renewcommand{
32045 \backslash
32046 marginpar}[1]{
32047 \backslash
32048 myMarginpar{%
32049 \begin_inset Newline newline
32050 \end_inset
32051
32052
32053 \begin_inset Phantom HPhantom
32054 status open
32055
32056 \begin_layout Plain Layout
32057
32058 \series bold
32059 \begin_inset space ~
32060 \end_inset
32061
32062
32063 \end_layout
32064
32065 \end_inset
32066
32067
32068 \backslash
32069 hspace{0pt}
32070 \backslash
32071 textsf{
32072 \backslash
32073 textbf{
32074 \backslash
32075 underbar{Attention!}}}%
32076 \begin_inset Newline newline
32077 \end_inset
32078
32079
32080 \begin_inset Phantom HPhantom
32081 status open
32082
32083 \begin_layout Plain Layout
32084
32085 \series bold
32086 \begin_inset space ~
32087 \end_inset
32088
32089
32090 \end_layout
32091
32092 \end_inset
32093
32094
32095 \backslash
32096 vspace{1.5mm}
32097 \backslash
32098
32099 \backslash
32100 #1}}
32101 \end_layout
32102
32103 \begin_layout Standard
32104
32105 \family roman
32106 \series medium
32107 \begin_inset ERT
32108 status collapsed
32109
32110 \begin_layout Plain Layout
32111
32112
32113 \backslash
32114 let
32115 \backslash
32116 myMarginpar
32117 \backslash
32118 marginpar
32119 \end_layout
32120
32121 \begin_layout Plain Layout
32122
32123
32124 \backslash
32125 renewcommand{
32126 \backslash
32127 marginpar}[1]{
32128 \backslash
32129 myMarginpar{%
32130 \end_layout
32131
32132 \begin_layout Plain Layout
32133
32134    
32135 \backslash
32136 textsf{
32137 \backslash
32138 textbf{
32139 \backslash
32140 underbar{Attention!}}}%
32141 \end_layout
32142
32143 \begin_layout Plain Layout
32144
32145    
32146 \backslash
32147 vspace{1.5mm}
32148 \backslash
32149
32150 \backslash
32151 #1}}
32152 \end_layout
32153
32154 \end_inset
32155
32156
32157 \begin_inset Marginal
32158 status open
32159
32160 \begin_layout Plain Layout
32161 This is a margin note with a defined heading.
32162 \end_layout
32163
32164 \end_inset
32165
32166
32167 \family default
32168 \series default
32169
32170 \begin_inset ERT
32171 status collapsed
32172
32173 \begin_layout Plain Layout
32174
32175 [-1.5cm]
32176 \end_layout
32177
32178 \end_inset
32179
32180
32181 \family roman
32182 \series medium
32183
32184 \begin_inset ERT
32185 status collapsed
32186
32187 \begin_layout Plain Layout
32188
32189
32190 \backslash
32191 renewcommand{
32192 \backslash
32193 marginpar}[1]{
32194 \backslash
32195 myMarginpar{#1}}
32196 \end_layout
32197
32198 \end_inset
32199
32200
32201 \family default
32202 \series default
32203
32204 \begin_inset Note Note
32205 status collapsed
32206
32207 \begin_layout Plain Layout
32208 The margin note format is changed only for this example.
32209 \end_layout
32210
32211 \end_inset
32212
32213
32214 \end_layout
32215
32216 \begin_layout Standard
32217 \begin_inset ERT
32218 status collapsed
32219
32220 \begin_layout Plain Layout
32221
32222
32223 \backslash
32224 else
32225 \end_layout
32226
32227 \end_inset
32228
32229
32230 \begin_inset Note Note
32231 status open
32232
32233 \begin_layout Plain Layout
32234 The following will be displayed when the \SpecialChar LaTeX
32235 -package 
32236 \series bold
32237 marginnote
32238 \series default
32239  is not installed:
32240 \end_layout
32241
32242 \end_inset
32243
32244
32245 \end_layout
32246
32247 \begin_layout Standard
32248 You need to install the \SpecialChar LaTeX
32249 -package 
32250 \series bold
32251 marginnote
32252 \series default
32253  to see the following part of this section in the output.
32254 \end_layout
32255
32256 \begin_layout Standard
32257 \begin_inset ERT
32258 status collapsed
32259
32260 \begin_layout Plain Layout
32261
32262
32263 \backslash
32264 fi
32265 \end_layout
32266
32267 \end_inset
32268
32269
32270 \end_layout
32271
32272 \begin_layout Chapter
32273 Boxes
32274 \end_layout
32275
32276 \begin_layout Section
32277 Introduction
32278 \begin_inset Index idx
32279 status collapsed
32280
32281 \begin_layout Plain Layout
32282 Boxes ! Introduction
32283 \end_layout
32284
32285 \end_inset
32286
32287
32288 \end_layout
32289
32290 \begin_layout Standard
32291 Boxes are used to format a block of text.
32292  Boxes can be used to write documents with multiple languages, see section
32293 \begin_inset space ~
32294 \end_inset
32295
32296
32297 \begin_inset CommandInset ref
32298 LatexCommand ref
32299 reference "sec:Minipages"
32300
32301 \end_inset
32302
32303 , to frame texts, see section
32304 \begin_inset space ~
32305 \end_inset
32306
32307
32308 \begin_inset CommandInset ref
32309 LatexCommand ref
32310 reference "sec:Decoration"
32311
32312 \end_inset
32313
32314 , to prevent words from being hyphenated, see section
32315 \begin_inset space ~
32316 \end_inset
32317
32318
32319 \begin_inset CommandInset ref
32320 LatexCommand ref
32321 reference "sec:Prevent-Hyphenation"
32322
32323 \end_inset
32324
32325 , to align text, see section
32326 \begin_inset space ~
32327 \end_inset
32328
32329
32330 \begin_inset CommandInset ref
32331 LatexCommand ref
32332 reference "subsec:Vertical-Alignment"
32333
32334 \end_inset
32335
32336 , or to set the background color of texts, see section
32337 \begin_inset space ~
32338 \end_inset
32339
32340
32341 \begin_inset CommandInset ref
32342 LatexCommand ref
32343 reference "sec:Colored-Boxes"
32344
32345 \end_inset
32346
32347 .
32348 \end_layout
32349
32350 \begin_layout Standard
32351 Boxes can be inserted with the menu 
32352 \family sans
32353 Insert\SpecialChar menuseparator
32354 Box
32355 \family default
32356  or the toolbar button 
32357 \begin_inset Info
32358 type  "icon"
32359 arg   "box-insert Frameless"
32360 \end_inset
32361
32362 .
32363  A grey box with the label 
32364 \family sans
32365 Box (Minipage)
32366 \family default
32367
32368 \begin_inset Graphics
32369         filename clipart/BoxInsetDefault.png
32370         scale 85
32371         scaleBeforeRotation
32372
32373 \end_inset
32374
32375  will be inserted.
32376  The box type can be specified by right-clicking on the box and selecting
32377  
32378 \family sans
32379 Settings
32380 \family default
32381 .
32382  The box dialog offers the 
32383 \family sans
32384 Inner
32385 \begin_inset space ~
32386 \end_inset
32387
32388 Box
32389 \family default
32390  types 
32391 \family sans
32392 Makebox
32393 \family default
32394
32395 \family sans
32396 Parbox
32397 \family default
32398  and 
32399 \family sans
32400 Minipage
32401 \family default
32402 .
32403  The type 
32404 \family sans
32405 Minipage
32406 \family default
32407  is the default for new boxes and is explained in section
32408 \begin_inset space ~
32409 \end_inset
32410
32411
32412 \begin_inset CommandInset ref
32413 LatexCommand ref
32414 reference "sec:Minipages"
32415
32416 \end_inset
32417
32418 ; the type 
32419 \family sans
32420 Parbox
32421 \family default
32422  is described in section
32423 \begin_inset space ~
32424 \end_inset
32425
32426
32427 \begin_inset CommandInset ref
32428 LatexCommand ref
32429 reference "sec:Parboxes"
32430
32431 \end_inset
32432
32433  and the type 
32434 \family sans
32435 Makebox
32436 \family default
32437  in 
32438 \begin_inset CommandInset ref
32439 LatexCommand ref
32440 reference "sec:Prevent-Hyphenation"
32441
32442 \end_inset
32443
32444 .
32445 \end_layout
32446
32447 \begin_layout Standard
32448 Boxes are not numbered and can therefore not be referenced like floats or
32449  footnotes.
32450 \end_layout
32451
32452 \begin_layout Standard
32453 \begin_inset Note Greyedout
32454 status open
32455
32456 \begin_layout Plain Layout
32457
32458 \series bold
32459 Note:
32460 \series default
32461  Boxes must not be the item in an 
32462 \family sans
32463 Itemize
32464 \family default
32465  or 
32466 \family sans
32467 Description
32468 \family default
32469  environment.
32470 \end_layout
32471
32472 \end_inset
32473
32474
32475 \end_layout
32476
32477 \begin_layout Standard
32478 \begin_inset Note Greyedout
32479 status open
32480
32481 \begin_layout Plain Layout
32482
32483 \series bold
32484 Note:
32485 \series default
32486  For an unknown reason you can only set the 
32487 \family sans
32488 Inner
32489 \begin_inset space ~
32490 \end_inset
32491
32492 Box
32493 \family default
32494  type to 
32495 \family sans
32496 None
32497 \family default
32498  when you use a framed box.
32499  Boxes without an 
32500 \family sans
32501 Inner
32502 \begin_inset space ~
32503 \end_inset
32504
32505 Box
32506 \family default
32507  type and without frames are explained in section
32508 \begin_inset space ~
32509 \end_inset
32510
32511
32512 \begin_inset CommandInset ref
32513 LatexCommand ref
32514 reference "sec:Prevent-Hyphenation"
32515
32516 \end_inset
32517
32518 .
32519 \end_layout
32520
32521 \end_inset
32522
32523
32524 \end_layout
32525
32526 \begin_layout Section
32527 Box Dialog
32528 \begin_inset CommandInset label
32529 LatexCommand label
32530 name "sec:Box-Dialog"
32531
32532 \end_inset
32533
32534
32535 \begin_inset Index idx
32536 status collapsed
32537
32538 \begin_layout Plain Layout
32539 Boxes ! Box Dialog
32540 \end_layout
32541
32542 \end_inset
32543
32544
32545 \end_layout
32546
32547 \begin_layout Subsection
32548 Size
32549 \begin_inset Index idx
32550 status collapsed
32551
32552 \begin_layout Plain Layout
32553 Boxes ! Size
32554 \end_layout
32555
32556 \end_inset
32557
32558
32559 \end_layout
32560
32561 \begin_layout Standard
32562 In the box dialog you can adjust the box geometry in the fields 
32563 \family sans
32564 Width
32565 \family default
32566  and 
32567 \family sans
32568 Height
32569 \family default
32570 .
32571  The available units for the geometry are explained in Table
32572 \begin_inset space ~
32573 \end_inset
32574
32575
32576 \begin_inset CommandInset ref
32577 LatexCommand ref
32578 reference "tab:Units"
32579
32580 \end_inset
32581
32582 .
32583  The field 
32584 \family sans
32585 Height
32586 \family default
32587  offers the following additional sizes:
32588 \end_layout
32589
32590 \begin_layout Description
32591 Depth This is the plain text 
32592 \begin_inset Quotes eld
32593 \end_inset
32594
32595 height
32596 \begin_inset Quotes erd
32597 \end_inset
32598
32599 .
32600  It ignores the total depth when there are multiple text lines in the box:
32601 \begin_inset Newline newline
32602 \end_inset
32603
32604
32605 \begin_inset Newline newline
32606 \end_inset
32607
32608
32609 \begin_inset Newline newline
32610 \end_inset
32611
32612
32613 \begin_inset Box Boxed
32614 position "c"
32615 hor_pos "c"
32616 has_inner_box 1
32617 inner_pos "c"
32618 use_parbox 0
32619 use_makebox 0
32620 width "12col%"
32621 special "none"
32622 height "1in"
32623 height_special "depth"
32624 thickness "0.4pt"
32625 separation "3pt"
32626 shadowsize "4pt"
32627 framecolor "black"
32628 backgroundcolor "none"
32629 status collapsed
32630
32631 \begin_layout Plain Layout
32632 \align center
32633 Box height set to 1
32634 \begin_inset space \thinspace{}
32635 \end_inset
32636
32637 Depth
32638 \end_layout
32639
32640 \end_inset
32641
32642
32643 \begin_inset Newline newline
32644 \end_inset
32645
32646
32647 \begin_inset Newline newline
32648 \end_inset
32649
32650
32651 \end_layout
32652
32653 \begin_layout Description
32654 Height This is the height of the text that is inside the box.
32655  A value of e.
32656 \begin_inset space \thinspace{}
32657 \end_inset
32658
32659 g.
32660 \begin_inset space \space{}
32661 \end_inset
32662
32663 2 for this size will set the box height to 2
32664 \begin_inset space ~
32665 \end_inset
32666
32667 times the text height: 
32668 \begin_inset Box Boxed
32669 position "c"
32670 hor_pos "c"
32671 has_inner_box 1
32672 inner_pos "c"
32673 use_parbox 0
32674 use_makebox 0
32675 width "20col%"
32676 special "none"
32677 height "2in"
32678 height_special "height"
32679 thickness "0.4pt"
32680 separation "3pt"
32681 shadowsize "4pt"
32682 framecolor "black"
32683 backgroundcolor "none"
32684 status collapsed
32685
32686 \begin_layout Plain Layout
32687 \align center
32688 Box height set to 2
32689 \begin_inset space \thinspace{}
32690 \end_inset
32691
32692 Height
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \end_layout
32699
32700 \begin_layout Description
32701 Total
32702 \begin_inset space ~
32703 \end_inset
32704
32705 Height This is the Height
32706 \begin_inset space \thinspace{}
32707 \end_inset
32708
32709 +
32710 \begin_inset space \thinspace{}
32711 \end_inset
32712
32713 Depth: 
32714 \begin_inset Box Boxed
32715 position "c"
32716 hor_pos "c"
32717 has_inner_box 1
32718 inner_pos "c"
32719 use_parbox 0
32720 use_makebox 0
32721 width "20col%"
32722 special "none"
32723 height "1in"
32724 height_special "totalheight"
32725 thickness "0.4pt"
32726 separation "3pt"
32727 shadowsize "4pt"
32728 framecolor "black"
32729 backgroundcolor "none"
32730 status collapsed
32731
32732 \begin_layout Plain Layout
32733 \align center
32734 Box height set to 1
32735 \begin_inset space \thinspace{}
32736 \end_inset
32737
32738 Total
32739 \begin_inset space ~
32740 \end_inset
32741
32742 Height
32743 \end_layout
32744
32745 \end_inset
32746
32747
32748 \end_layout
32749
32750 \begin_layout Description
32751 Width This sets the width of the box as height: 
32752 \begin_inset Box Boxed
32753 position "c"
32754 hor_pos "c"
32755 has_inner_box 1
32756 inner_pos "c"
32757 use_parbox 0
32758 use_makebox 0
32759 width "12col%"
32760 special "none"
32761 height "1in"
32762 height_special "width"
32763 thickness "0.4pt"
32764 separation "3pt"
32765 shadowsize "4pt"
32766 framecolor "black"
32767 backgroundcolor "none"
32768 status collapsed
32769
32770 \begin_layout Plain Layout
32771 \align center
32772 Box height set to 1
32773 \begin_inset space \thinspace{}
32774 \end_inset
32775
32776 Width
32777 \end_layout
32778
32779 \end_inset
32780
32781
32782 \end_layout
32783
32784 \begin_layout Subsection
32785 Alignment
32786 \begin_inset Index idx
32787 status collapsed
32788
32789 \begin_layout Plain Layout
32790 Boxes ! Alignment
32791 \end_layout
32792
32793 \end_inset
32794
32795
32796 \end_layout
32797
32798 \begin_layout Standard
32799 When you have chosen an 
32800 \family sans
32801 Inner
32802 \begin_inset space ~
32803 \end_inset
32804
32805 Box
32806 \family default
32807 , the vertical box alignment can be:
32808 \end_layout
32809
32810 \begin_layout Description
32811 Top This is an example text line.
32812  
32813 \begin_inset Box Boxed
32814 position "t"
32815 hor_pos "c"
32816 has_inner_box 1
32817 inner_pos "c"
32818 use_parbox 0
32819 use_makebox 0
32820 width "12col%"
32821 special "none"
32822 height "1in"
32823 height_special "totalheight"
32824 thickness "0.4pt"
32825 separation "3pt"
32826 shadowsize "4pt"
32827 framecolor "black"
32828 backgroundcolor "none"
32829 status collapsed
32830
32831 \begin_layout Plain Layout
32832 \align center
32833 This box is top-aligned.
32834 \end_layout
32835
32836 \end_inset
32837
32838  This is an example text line.
32839 \end_layout
32840
32841 \begin_layout Description
32842 Middle This is an example text line.
32843  
32844 \begin_inset Box Boxed
32845 position "c"
32846 hor_pos "c"
32847 has_inner_box 1
32848 inner_pos "c"
32849 use_parbox 0
32850 use_makebox 0
32851 width "12col%"
32852 special "none"
32853 height "1in"
32854 height_special "totalheight"
32855 thickness "0.4pt"
32856 separation "3pt"
32857 shadowsize "4pt"
32858 framecolor "black"
32859 backgroundcolor "none"
32860 status collapsed
32861
32862 \begin_layout Plain Layout
32863 \align center
32864 This box is middle-aligned.
32865 \end_layout
32866
32867 \end_inset
32868
32869  This is an example text line.
32870 \end_layout
32871
32872 \begin_layout Description
32873 Bottom This is an example text line.
32874  
32875 \begin_inset Box Boxed
32876 position "b"
32877 hor_pos "c"
32878 has_inner_box 1
32879 inner_pos "c"
32880 use_parbox 0
32881 use_makebox 0
32882 width "12col%"
32883 special "none"
32884 height "1in"
32885 height_special "totalheight"
32886 thickness "0.4pt"
32887 separation "3pt"
32888 shadowsize "4pt"
32889 framecolor "black"
32890 backgroundcolor "none"
32891 status collapsed
32892
32893 \begin_layout Plain Layout
32894 \align center
32895 This box is bottom-aligned.
32896 \end_layout
32897
32898 \end_inset
32899
32900  This is an example text line.
32901 \end_layout
32902
32903 \begin_layout Standard
32904 \begin_inset Note Greyedout
32905 status open
32906
32907 \begin_layout Plain Layout
32908
32909 \series bold
32910 Note:
32911 \series default
32912  The vertical box alignment can be lost in the output when you have two
32913  boxes in a line and one has e.
32914 \begin_inset space \thinspace{}
32915 \end_inset
32916
32917 g.
32918 \begin_inset space \space{}
32919 \end_inset
32920
32921 a shadow and the other one not.
32922 \end_layout
32923
32924 \end_inset
32925
32926
32927 \end_layout
32928
32929 \begin_layout Standard
32930 The horizontal box alignment can be set via \SpecialChar LyX
32931 's paragraph dialog when you
32932  set the box into its own paragraph.
32933 \end_layout
32934
32935 \begin_layout Standard
32936 \begin_inset VSpace bigskip
32937 \end_inset
32938
32939 When you have chosen an 
32940 \family sans
32941 Inner
32942 \begin_inset space ~
32943 \end_inset
32944
32945 Box
32946 \family default
32947 , the box content can be aligned vertically to:
32948 \end_layout
32949
32950 \begin_layout Description
32951 top This is an example text line.
32952  
32953 \begin_inset Box Boxed
32954 position "c"
32955 hor_pos "c"
32956 has_inner_box 1
32957 inner_pos "t"
32958 use_parbox 0
32959 use_makebox 0
32960 width "12col%"
32961 special "none"
32962 height "1.5in"
32963 height_special "totalheight"
32964 thickness "0.4pt"
32965 separation "3pt"
32966 shadowsize "4pt"
32967 framecolor "black"
32968 backgroundcolor "none"
32969 status collapsed
32970
32971 \begin_layout Plain Layout
32972 \align center
32973 This box text is top-aligned.
32974 \end_layout
32975
32976 \end_inset
32977
32978  This is an example text line.
32979 \end_layout
32980
32981 \begin_layout Description
32982 middle This is an example text line.
32983  
32984 \begin_inset Box Boxed
32985 position "c"
32986 hor_pos "c"
32987 has_inner_box 1
32988 inner_pos "c"
32989 use_parbox 0
32990 use_makebox 0
32991 width "12col%"
32992 special "none"
32993 height "1.5in"
32994 height_special "totalheight"
32995 thickness "0.4pt"
32996 separation "3pt"
32997 shadowsize "4pt"
32998 framecolor "black"
32999 backgroundcolor "none"
33000 status collapsed
33001
33002 \begin_layout Plain Layout
33003 \align center
33004 This box text is middle-aligned.
33005 \end_layout
33006
33007 \end_inset
33008
33009  This is an example text line.
33010 \end_layout
33011
33012 \begin_layout Description
33013 bottom This is an example text line.
33014  
33015 \begin_inset Box Boxed
33016 position "c"
33017 hor_pos "c"
33018 has_inner_box 1
33019 inner_pos "b"
33020 use_parbox 0
33021 use_makebox 0
33022 width "12col%"
33023 special "none"
33024 height "1.5in"
33025 height_special "totalheight"
33026 thickness "0.4pt"
33027 separation "3pt"
33028 shadowsize "4pt"
33029 framecolor "black"
33030 backgroundcolor "none"
33031 status collapsed
33032
33033 \begin_layout Plain Layout
33034 \align center
33035 This box text is bottom-aligned.
33036 \end_layout
33037
33038 \end_inset
33039
33040  This is an example text line.
33041 \end_layout
33042
33043 \begin_layout Description
33044 stretch This is an example text line.
33045  
33046 \begin_inset Box Boxed
33047 position "c"
33048 hor_pos "c"
33049 has_inner_box 1
33050 inner_pos "s"
33051 use_parbox 0
33052 use_makebox 0
33053 width "12col%"
33054 special "none"
33055 height "1.5in"
33056 height_special "totalheight"
33057 thickness "0.4pt"
33058 separation "3pt"
33059 shadowsize "4pt"
33060 framecolor "black"
33061 backgroundcolor "none"
33062 status collapsed
33063
33064 \begin_layout Plain Layout
33065 \align center
33066 This box
33067 \end_layout
33068
33069 \begin_layout Plain Layout
33070 \align center
33071 text is
33072 \end_layout
33073
33074 \begin_layout Plain Layout
33075 \align center
33076 stretched.
33077 \end_layout
33078
33079 \end_inset
33080
33081  This is an example text line.
33082 \end_layout
33083
33084 \begin_layout Standard
33085 To stretch the box content, it must consist of more than one paragraph.
33086  In the example above every text line is in an own paragraph.
33087 \end_layout
33088
33089 \begin_layout Standard
33090 \begin_inset VSpace bigskip
33091 \end_inset
33092
33093 To align the box content horizontally you can use \SpecialChar LyX
33094 's paragraph dialog when
33095  you have chosen an 
33096 \family sans
33097 Inner
33098 \begin_inset space ~
33099 \end_inset
33100
33101 Box
33102 \family default
33103 .
33104 \end_layout
33105
33106 \begin_layout Standard
33107 \align center
33108 \begin_inset Box Boxed
33109 position "c"
33110 hor_pos "c"
33111 has_inner_box 1
33112 inner_pos "s"
33113 use_parbox 0
33114 use_makebox 0
33115 width "15col%"
33116 special "none"
33117 height "1.25in"
33118 height_special "totalheight"
33119 thickness "0.4pt"
33120 separation "3pt"
33121 shadowsize "4pt"
33122 framecolor "black"
33123 backgroundcolor "none"
33124 status collapsed
33125
33126 \begin_layout Plain Layout
33127 \align left
33128 This box
33129 \end_layout
33130
33131 \begin_layout Plain Layout
33132 \align center
33133 text is
33134 \end_layout
33135
33136 \begin_layout Plain Layout
33137 \align right
33138 stretched.
33139 \end_layout
33140
33141 \end_inset
33142
33143
33144 \end_layout
33145
33146 \begin_layout Standard
33147 If you have not set an 
33148 \family sans
33149 Inner
33150 \begin_inset space ~
33151 \end_inset
33152
33153 Box
33154 \family default
33155 , you can align the box content horizontally in the box dialog.
33156 \begin_inset Separator latexpar
33157 \end_inset
33158
33159
33160 \end_layout
33161
33162 \begin_layout Standard
33163 \align center
33164 \begin_inset Box Boxed
33165 position "c"
33166 hor_pos "s"
33167 has_inner_box 0
33168 inner_pos "s"
33169 use_parbox 0
33170 use_makebox 0
33171 width "90col%"
33172 special "none"
33173 height "1.25in"
33174 height_special "totalheight"
33175 thickness "0.4pt"
33176 separation "3pt"
33177 shadowsize "4pt"
33178 framecolor "black"
33179 backgroundcolor "none"
33180 status collapsed
33181
33182 \begin_layout Plain Layout
33183 This box text is horizontally stretched.
33184 \end_layout
33185
33186 \end_inset
33187
33188
33189 \end_layout
33190
33191 \begin_layout Subsection
33192 Decoration
33193 \begin_inset CommandInset label
33194 LatexCommand label
33195 name "sec:Decoration"
33196
33197 \end_inset
33198
33199
33200 \begin_inset Index idx
33201 status collapsed
33202
33203 \begin_layout Plain Layout
33204 Boxes ! Decoration
33205 \end_layout
33206
33207 \end_inset
33208
33209
33210 \end_layout
33211
33212 \begin_layout Standard
33213 The type of the box can be specified in the box dialog in the drop-down
33214  list 
33215 \family sans
33216 Decoration
33217 \family default
33218 .
33219  The following types are possible:
33220 \end_layout
33221
33222 \begin_layout Description
33223 No
33224 \begin_inset space ~
33225 \end_inset
33226
33227 frame Nothing is drawn.
33228 \end_layout
33229
33230 \begin_layout Description
33231 Simple
33232 \begin_inset space ~
33233 \end_inset
33234
33235 rectangular
33236 \begin_inset space ~
33237 \end_inset
33238
33239 frame This draws a rectangular frame around the box.
33240  The frame line thickness can be specified.
33241  
33242 \begin_inset Box Boxed
33243 position "c"
33244 hor_pos "c"
33245 has_inner_box 1
33246 inner_pos "c"
33247 use_parbox 0
33248 use_makebox 0
33249 width "20col%"
33250 special "none"
33251 height "1in"
33252 height_special "totalheight"
33253 thickness "0.4pt"
33254 separation "3pt"
33255 shadowsize "4pt"
33256 framecolor "black"
33257 backgroundcolor "none"
33258 status collapsed
33259
33260 \begin_layout Plain Layout
33261 \align center
33262 Rectangular box
33263 \end_layout
33264
33265 \end_inset
33266
33267
33268 \end_layout
33269
33270 \begin_layout Description
33271 Oval
33272 \begin_inset space ~
33273 \end_inset
33274
33275 box,
33276 \begin_inset space ~
33277 \end_inset
33278
33279 thin This draws an oval frame around the box.
33280  The frame line thickness has the size 0.4
33281 \begin_inset space \thinspace{}
33282 \end_inset
33283
33284 pt.
33285  
33286 \begin_inset Box ovalbox
33287 position "c"
33288 hor_pos "c"
33289 has_inner_box 1
33290 inner_pos "c"
33291 use_parbox 0
33292 use_makebox 0
33293 width "20col%"
33294 special "none"
33295 height "1in"
33296 height_special "totalheight"
33297 thickness "0.4pt"
33298 separation "3pt"
33299 shadowsize "4pt"
33300 framecolor "black"
33301 backgroundcolor "none"
33302 status collapsed
33303
33304 \begin_layout Plain Layout
33305 \align center
33306 Oval box, thin
33307 \end_layout
33308
33309 \end_inset
33310
33311
33312 \end_layout
33313
33314 \begin_layout Description
33315 Oval
33316 \begin_inset space ~
33317 \end_inset
33318
33319 box,
33320 \begin_inset space ~
33321 \end_inset
33322
33323 thick This draws an oval frame around the box.
33324  The frame line thickness has the size 0.8
33325 \begin_inset space \thinspace{}
33326 \end_inset
33327
33328 pt.
33329  
33330 \begin_inset Box Ovalbox
33331 position "c"
33332 hor_pos "c"
33333 has_inner_box 1
33334 inner_pos "c"
33335 use_parbox 0
33336 use_makebox 0
33337 width "20col%"
33338 special "none"
33339 height "1in"
33340 height_special "totalheight"
33341 thickness "0.4pt"
33342 separation "3pt"
33343 shadowsize "4pt"
33344 framecolor "black"
33345 backgroundcolor "none"
33346 status collapsed
33347
33348 \begin_layout Plain Layout
33349 \align center
33350 Oval box, thick
33351 \end_layout
33352
33353 \end_inset
33354
33355
33356 \end_layout
33357
33358 \begin_layout Description
33359 Drop
33360 \begin_inset space ~
33361 \end_inset
33362
33363 shadow This draws a rectangular frame with a shadow around the box.
33364  The frame line thickness and the shadow can be specified.
33365  
33366 \begin_inset Box Shadowbox
33367 position "c"
33368 hor_pos "c"
33369 has_inner_box 1
33370 inner_pos "c"
33371 use_parbox 0
33372 use_makebox 0
33373 width "20col%"
33374 special "none"
33375 height "1in"
33376 height_special "totalheight"
33377 thickness "0.4pt"
33378 separation "3pt"
33379 shadowsize "4pt"
33380 framecolor "black"
33381 backgroundcolor "none"
33382 status collapsed
33383
33384 \begin_layout Plain Layout
33385 \align center
33386 Shadow box
33387 \end_layout
33388
33389 \end_inset
33390
33391
33392 \end_layout
33393
33394 \begin_layout Description
33395 Shaded
33396 \begin_inset space ~
33397 \end_inset
33398
33399 background This draws a box with a red background.
33400  Unlike colored boxes
33401 \begin_inset Foot
33402 status collapsed
33403
33404 \begin_layout Plain Layout
33405 see sec.
33406 \begin_inset space \thinspace{}
33407 \end_inset
33408
33409
33410 \begin_inset CommandInset ref
33411 LatexCommand ref
33412 reference "sec:Colored-Boxes"
33413
33414 \end_inset
33415
33416
33417 \end_layout
33418
33419 \end_inset
33420
33421 , it always uses the whole column width and the box is set as its own paragraph.
33422  
33423 \begin_inset Box Shaded
33424 position "t"
33425 hor_pos "c"
33426 has_inner_box 0
33427 inner_pos "t"
33428 use_parbox 0
33429 use_makebox 0
33430 width "50col%"
33431 special "none"
33432 height "1in"
33433 height_special "totalheight"
33434 thickness "0.4pt"
33435 separation "3pt"
33436 shadowsize "4pt"
33437 framecolor "black"
33438 backgroundcolor "none"
33439 status collapsed
33440
33441 \begin_layout Plain Layout
33442 Shaded background box
33443 \end_layout
33444
33445 \end_inset
33446
33447
33448 \end_layout
33449
33450 \begin_layout Description
33451 Double
33452 \begin_inset space ~
33453 \end_inset
33454
33455 rectangular
33456 \begin_inset space ~
33457 \end_inset
33458
33459 frame This draws a double-line rectangular frame around the box.
33460  The line thickness of the inner frame is 0.75
33461 \begin_inset space \thinspace{}
33462 \end_inset
33463
33464 line
33465 \begin_inset space ~
33466 \end_inset
33467
33468 thickness, the thickness of the outer frame is 1.5
33469 \begin_inset space \thinspace{}
33470 \end_inset
33471
33472 line
33473 \begin_inset space ~
33474 \end_inset
33475
33476 thickness.
33477  The distance between the lines is 1.5
33478 \begin_inset space \thinspace{}
33479 \end_inset
33480
33481 line
33482 \begin_inset space ~
33483 \end_inset
33484
33485 thickness
33486 \begin_inset space \thinspace{}
33487 \end_inset
33488
33489 +
33490 \begin_inset space \thinspace{}
33491 \end_inset
33492
33493 0.5
33494 \begin_inset space \thinspace{}
33495 \end_inset
33496
33497 pt.
33498  
33499 \begin_inset Box Doublebox
33500 position "c"
33501 hor_pos "c"
33502 has_inner_box 1
33503 inner_pos "c"
33504 use_parbox 0
33505 use_makebox 0
33506 width "20col%"
33507 special "none"
33508 height "1in"
33509 height_special "totalheight"
33510 thickness "0.4pt"
33511 separation "3pt"
33512 shadowsize "4pt"
33513 framecolor "black"
33514 backgroundcolor "none"
33515 status collapsed
33516
33517 \begin_layout Plain Layout
33518 \align center
33519 Double rectangular box
33520 \end_layout
33521
33522 \end_inset
33523
33524
33525 \end_layout
33526
33527 \begin_layout Standard
33528 \begin_inset VSpace bigskip
33529 \end_inset
33530
33531 \SpecialChar LyX
33532 's box label will reflect the different frame types.
33533  To be able to use all types, the \SpecialChar LaTeX
33534 -package 
33535 \series bold
33536 fancybox
33537 \series default
33538
33539 \begin_inset Index idx
33540 status collapsed
33541
33542 \begin_layout Plain Layout
33543 \SpecialChar LaTeX
33544 -packages ! fancybox
33545 \end_layout
33546
33547 \end_inset
33548
33549  must be installed.
33550 \end_layout
33551
33552 \begin_layout Standard
33553 \begin_inset VSpace bigskip
33554 \end_inset
33555
33556 When you use the decoration 
33557 \family sans
33558 simple rectangular frame
33559 \family default
33560  and no inner box, you can allow page breaks within a box.
33561  Note that then, unlike other framed boxes, the frame always uses the whole
33562  column width and the box is set as its own paragraph: 
33563 \begin_inset Box Framed
33564 position "t"
33565 hor_pos "c"
33566 has_inner_box 0
33567 inner_pos "t"
33568 use_parbox 0
33569 use_makebox 0
33570 width "100col%"
33571 special "none"
33572 height "1in"
33573 height_special "totalheight"
33574 thickness "0.4pt"
33575 separation "3pt"
33576 shadowsize "4pt"
33577 framecolor "black"
33578 backgroundcolor "none"
33579 status collapsed
33580
33581 \begin_layout Plain Layout
33582 Allow page break box
33583 \end_layout
33584
33585 \end_inset
33586
33587
33588 \end_layout
33589
33590 \begin_layout Section
33591 Box Customization
33592 \begin_inset Index idx
33593 status collapsed
33594
33595 \begin_layout Plain Layout
33596 Boxes ! Customization
33597 \end_layout
33598
33599 \end_inset
33600
33601
33602 \end_layout
33603
33604 \begin_layout Standard
33605 The diameter of the round corners of the oval boxes can be set with the
33606  command 
33607 \series bold
33608
33609 \backslash
33610 cornersize
33611 \series default
33612 .
33613  The command
33614 \end_layout
33615
33616 \begin_layout Standard
33617
33618 \series bold
33619
33620 \backslash
33621 cornersize*{1cm}
33622 \end_layout
33623
33624 \begin_layout Standard
33625 sets the diameter to 1
33626 \begin_inset space \thinspace{}
33627 \end_inset
33628
33629 cm.
33630  The command
33631 \end_layout
33632
33633 \begin_layout Standard
33634
33635 \series bold
33636
33637 \backslash
33638 cornersize{num}
33639 \end_layout
33640
33641 \begin_layout Standard
33642 sets the diameter to 
33643 \family sans
33644 num
33645 \begin_inset space \thinspace{}
33646 \end_inset
33647
33648 ×
33649 \begin_inset space \thinspace{}
33650 \end_inset
33651
33652 minimum(width and height of box)
33653 \family default
33654 .
33655  The default is 
33656 \series bold
33657
33658 \backslash
33659 cornersize{0.5}
33660 \series default
33661 .
33662 \end_layout
33663
33664 \begin_layout Standard
33665 \begin_inset ERT
33666 status collapsed
33667
33668 \begin_layout Plain Layout
33669
33670
33671 \backslash
33672 cornersize*{1.5cm}
33673 \end_layout
33674
33675 \end_inset
33676
33677
33678 \begin_inset Box Ovalbox
33679 position "c"
33680 hor_pos "c"
33681 has_inner_box 1
33682 inner_pos "c"
33683 use_parbox 0
33684 use_makebox 0
33685 width "25col%"
33686 special "none"
33687 height "1in"
33688 height_special "totalheight"
33689 thickness "0.4pt"
33690 separation "3pt"
33691 shadowsize "4pt"
33692 framecolor "black"
33693 backgroundcolor "none"
33694 status open
33695
33696 \begin_layout Plain Layout
33697 \align center
33698 Oval box with 
33699 \series bold
33700
33701 \backslash
33702 cornersize
33703 \series default
33704
33705 \begin_inset space \thinspace{}
33706 \end_inset
33707
33708 =
33709 \begin_inset space \thinspace{}
33710 \end_inset
33711
33712 1.5
33713 \begin_inset space \thinspace{}
33714 \end_inset
33715
33716 cm
33717 \end_layout
33718
33719 \end_inset
33720
33721
33722 \begin_inset ERT
33723 status collapsed
33724
33725 \begin_layout Plain Layout
33726
33727
33728 \backslash
33729 cornersize{0.5}
33730 \end_layout
33731
33732 \end_inset
33733
33734
33735 \end_layout
33736
33737 \begin_layout Standard
33738 \begin_inset VSpace bigskip
33739 \end_inset
33740
33741
33742 \end_layout
33743
33744 \begin_layout Standard
33745 The default background color red of 
33746 \family sans
33747 shaded background
33748 \family default
33749  boxes can either be changed locally with the command 
33750 \series bold
33751
33752 \backslash
33753 definecolor{shadecolor}
33754 \series default
33755  or globally with the menu 
33756 \family sans
33757 Tools\SpecialChar menuseparator
33758 Preferences\SpecialChar menuseparator
33759 Colors\SpecialChar menuseparator
33760 shaded
33761 \begin_inset space ~
33762 \end_inset
33763
33764 box
33765 \family default
33766 .
33767  The scheme of the 
33768 \series bold
33769
33770 \backslash
33771 definecolor
33772 \series default
33773  command is explained in section
33774 \begin_inset space ~
33775 \end_inset
33776
33777
33778 \begin_inset CommandInset ref
33779 LatexCommand ref
33780 reference "sec:Colored-Tables"
33781
33782 \end_inset
33783
33784 .
33785 \begin_inset Foot
33786 status collapsed
33787
33788 \begin_layout Plain Layout
33789 Note that 
33790 \series bold
33791
33792 \backslash
33793 definecolor
33794 \series default
33795  requires the \SpecialChar LaTeX
33796 -package 
33797 \series bold
33798 color
33799 \series default
33800  in the preamble, see section
33801 \begin_inset space ~
33802 \end_inset
33803
33804
33805 \begin_inset CommandInset ref
33806 LatexCommand ref
33807 reference "sec:Colored-Boxes"
33808
33809 \end_inset
33810
33811 .
33812 \end_layout
33813
33814 \end_inset
33815
33816  For example the appearance of the following shaded background box is set
33817  with the \SpecialChar TeX
33818  Code command
33819 \end_layout
33820
33821 \begin_layout Standard
33822
33823 \series bold
33824
33825 \backslash
33826 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33827 \end_layout
33828
33829 \begin_layout Standard
33830 \begin_inset ERT
33831 status collapsed
33832
33833 \begin_layout Plain Layout
33834
33835
33836 \backslash
33837 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33838 \end_layout
33839
33840 \end_inset
33841
33842
33843 \begin_inset Box Shaded
33844 position "t"
33845 hor_pos "c"
33846 has_inner_box 0
33847 inner_pos "t"
33848 use_parbox 0
33849 use_makebox 0
33850 width "100col%"
33851 special "none"
33852 height "1in"
33853 height_special "totalheight"
33854 thickness "0.4pt"
33855 separation "3pt"
33856 shadowsize "4pt"
33857 framecolor "black"
33858 backgroundcolor "none"
33859 status open
33860
33861 \begin_layout Plain Layout
33862
33863 \color yellow
33864 This is yellow text in a
33865 \color none
33866  
33867 \family sans
33868 \color yellow
33869 shaded background
33870 \family default
33871 \color none
33872  
33873 \color yellow
33874 box with dark green background.
33875 \end_layout
33876
33877 \end_inset
33878
33879
33880 \begin_inset ERT
33881 status collapsed
33882
33883 \begin_layout Plain Layout
33884
33885
33886 \backslash
33887 definecolor{shadecolor}{rgb}{1,0,0}
33888 \end_layout
33889
33890 \end_inset
33891
33892
33893 \end_layout
33894
33895 \begin_layout Standard
33896 \begin_inset VSpace bigskip
33897 \end_inset
33898
33899 Manually changed sizes and colors are valid for all boxes following the
33900  commands that change them.
33901 \end_layout
33902
33903 \begin_layout Section
33904 Minipages
33905 \begin_inset CommandInset label
33906 LatexCommand label
33907 name "sec:Minipages"
33908
33909 \end_inset
33910
33911
33912 \begin_inset Index idx
33913 status collapsed
33914
33915 \begin_layout Plain Layout
33916 Boxes ! Minipages
33917 \end_layout
33918
33919 \end_inset
33920
33921
33922 \end_layout
33923
33924 \begin_layout Standard
33925 Minipages are treated by \SpecialChar LaTeX
33926  as pages within pages and can therefore for example
33927  have their own footnotes.
33928 \end_layout
33929
33930 \begin_layout Standard
33931 Minipages are useful when you write documents with different languages.
33932 \end_layout
33933
33934 \begin_layout Standard
33935 Below are two example minipages side by side.
33936  Their width is set to 45
33937 \begin_inset space \thinspace{}
33938 \end_inset
33939
33940 col% and they are separated by a horizontal fill, that was inserted via
33941  the menu 
33942 \family sans
33943 Insert\SpecialChar menuseparator
33944 Special
33945 \begin_inset space ~
33946 \end_inset
33947
33948 Formatting\SpecialChar menuseparator
33949 Horizontal
33950 \begin_inset space ~
33951 \end_inset
33952
33953 Fill
33954 \family default
33955 .
33956 \begin_inset Newpage newpage
33957 \end_inset
33958
33959
33960 \end_layout
33961
33962 \begin_layout Standard
33963 \begin_inset Box Frameless
33964 position "t"
33965 hor_pos "c"
33966 has_inner_box 1
33967 inner_pos "c"
33968 use_parbox 0
33969 use_makebox 0
33970 width "45col%"
33971 special "none"
33972 height "1in"
33973 height_special "totalheight"
33974 thickness "0.4pt"
33975 separation "3pt"
33976 shadowsize "4pt"
33977 framecolor "black"
33978 backgroundcolor "none"
33979 status open
33980
33981 \begin_layout Plain Layout
33982
33983 \lang ngerman
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  Dies ist ein deutscher Text
33997 \begin_inset Foot
33998 status collapsed
33999
34000 \begin_layout Plain Layout
34001
34002 \lang ngerman
34003 Dies ist eine deutsche Fußnote.
34004 \end_layout
34005
34006 \end_inset
34007
34008 .
34009  Dies ist ein deutscher Text.
34010  Dies ist ein deutscher Text.
34011 \end_layout
34012
34013 \end_inset
34014
34015
34016 \begin_inset space \hfill{}
34017 \end_inset
34018
34019
34020 \begin_inset Box Frameless
34021 position "t"
34022 hor_pos "c"
34023 has_inner_box 1
34024 inner_pos "c"
34025 use_parbox 0
34026 use_makebox 0
34027 width "45col%"
34028 special "none"
34029 height "1in"
34030 height_special "totalheight"
34031 thickness "0.4pt"
34032 separation "3pt"
34033 shadowsize "4pt"
34034 framecolor "black"
34035 backgroundcolor "none"
34036 status open
34037
34038 \begin_layout Plain Layout
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  This is an English Text.
34055 \begin_inset Foot
34056 status collapsed
34057
34058 \begin_layout Plain Layout
34059 This is an English footnote.
34060 \end_layout
34061
34062 \end_inset
34063
34064  This is an English Text.
34065 \end_layout
34066
34067 \end_inset
34068
34069
34070 \end_layout
34071
34072 \begin_layout Standard
34073 \begin_inset VSpace bigskip
34074 \end_inset
34075
34076 The document-wide paragraph settings are ignored within minipages.
34077  That means that there will be no space between paragraphs in minipages
34078  although you set it to e.
34079 \begin_inset space \thinspace{}
34080 \end_inset
34081
34082 g.
34083 \begin_inset space \space{}
34084 \end_inset
34085
34086
34087 \family sans
34088 MedSkip
34089 \family default
34090  in the document settings.
34091 \end_layout
34092
34093 \begin_layout Standard
34094 Minipages can also be used to set a background color for text parts, see
34095  section
34096 \begin_inset space ~
34097 \end_inset
34098
34099
34100 \begin_inset CommandInset ref
34101 LatexCommand ref
34102 reference "sec:Colored-Boxes"
34103
34104 \end_inset
34105
34106 .
34107 \end_layout
34108
34109 \begin_layout Standard
34110 \begin_inset Note Greyedout
34111 status open
34112
34113 \begin_layout Plain Layout
34114
34115 \series bold
34116 Note:
34117 \series default
34118  You cannot have floats or margin notes inside minipages but minipages can
34119  be used inside tables, floats, and other boxes.
34120 \end_layout
34121
34122 \end_inset
34123
34124
34125 \end_layout
34126
34127 \begin_layout Standard
34128 \begin_inset VSpace bigskip
34129 \end_inset
34130
34131
34132 \end_layout
34133
34134 \begin_layout Standard
34135 \SpecialChar LyX
34136  has also basic support for minipages whose size is automatically determined
34137  by the width of their contents, via the module 
34138 \family sans
34139 Variable-width Minipages
34140 \family default
34141 .
34142  The \SpecialChar LyX
34143  example file 
34144 \emph on
34145 varwidth-floats-side-by-side
34146 \emph default
34147  gives examples of variable-width minipages used for placing two floats
34148  side-by-side.
34149 \end_layout
34150
34151 \begin_layout Section
34152 Parboxes
34153 \begin_inset CommandInset label
34154 LatexCommand label
34155 name "sec:Parboxes"
34156
34157 \end_inset
34158
34159
34160 \begin_inset Index idx
34161 status collapsed
34162
34163 \begin_layout Plain Layout
34164 Boxes ! Parboxes
34165 \end_layout
34166
34167 \end_inset
34168
34169
34170 \end_layout
34171
34172 \begin_layout Standard
34173 Parboxes are very similar to minipages with the difference that they cannot
34174  have footnotes.
34175 \begin_inset Separator latexpar
34176 \end_inset
34177
34178
34179 \end_layout
34180
34181 \begin_layout Standard
34182 \align center
34183 \begin_inset Box Frameless
34184 position "t"
34185 hor_pos "c"
34186 has_inner_box 1
34187 inner_pos "t"
34188 use_parbox 1
34189 use_makebox 0
34190 width "33col%"
34191 special "none"
34192 height "1in"
34193 height_special "totalheight"
34194 thickness "0.4pt"
34195 separation "3pt"
34196 shadowsize "4pt"
34197 framecolor "black"
34198 backgroundcolor "none"
34199 status open
34200
34201 \begin_layout Plain Layout
34202 This a text within a parbox.
34203  This a text within a parbox.
34204 \end_layout
34205
34206 \begin_layout Plain Layout
34207 This footnote won't appear:
34208 \begin_inset Foot
34209 status collapsed
34210
34211 \begin_layout Plain Layout
34212 This footnote is inside a parbox and will therefore not appear.
34213 \end_layout
34214
34215 \end_inset
34216
34217
34218 \end_layout
34219
34220 \end_inset
34221
34222
34223 \end_layout
34224
34225 \begin_layout Section
34226 Boxes for Words and Characters
34227 \begin_inset Index idx
34228 status collapsed
34229
34230 \begin_layout Plain Layout
34231 Boxes ! for Characters
34232 \end_layout
34233
34234 \end_inset
34235
34236
34237 \end_layout
34238
34239 \begin_layout Subsection
34240 Prevent Hyphenation
34241 \begin_inset CommandInset label
34242 LatexCommand label
34243 name "sec:Prevent-Hyphenation"
34244
34245 \end_inset
34246
34247
34248 \begin_inset Index idx
34249 status collapsed
34250
34251 \begin_layout Plain Layout
34252 Boxes ! to Prevent Hyphenation
34253 \end_layout
34254
34255 \end_inset
34256
34257
34258 \end_layout
34259
34260 \begin_layout Standard
34261 You can use the box type 
34262 \family sans
34263 Makebox
34264 \family default
34265  to prevent words or text from being hyphenated.
34266 \begin_inset Newline newline
34267 \end_inset
34268
34269 Here is an example text:
34270 \end_layout
34271
34272 \begin_layout Standard
34273 This line is an example to show how you can prevent the hyphenation of 
34274 \begin_inset Quotes eld
34275 \end_inset
34276
34277 veryverylongword
34278 \begin_inset Quotes erd
34279 \end_inset
34280
34281 .
34282 \end_layout
34283
34284 \begin_layout Standard
34285 To prevent the hyphenation of the word 
34286 \begin_inset Quotes eld
34287 \end_inset
34288
34289 veryverylongword
34290 \begin_inset Quotes erd
34291 \end_inset
34292
34293 , put the word into a box, set the 
34294 \family sans
34295 Inner
34296 \begin_inset space ~
34297 \end_inset
34298
34299 box
34300 \family default
34301  to 
34302 \family sans
34303 Makebox
34304 \family default
34305  and use no explicit width.
34306 \end_layout
34307
34308 \begin_layout Standard
34309 This is the result:
34310 \end_layout
34311
34312 \begin_layout Standard
34313 This line is an example to show how you can prevent the hyphenation of 
34314 \begin_inset Box Frameless
34315 position "t"
34316 hor_pos "c"
34317 has_inner_box 1
34318 inner_pos "t"
34319 use_parbox 0
34320 use_makebox 1
34321 width ""
34322 special "none"
34323 height "1in"
34324 height_special "totalheight"
34325 thickness "0.4pt"
34326 separation "3pt"
34327 shadowsize "4pt"
34328 framecolor "black"
34329 backgroundcolor "none"
34330 status open
34331
34332 \begin_layout Plain Layout
34333 \begin_inset Quotes eld
34334 \end_inset
34335
34336 veryverylongword
34337 \begin_inset Quotes erd
34338 \end_inset
34339
34340
34341 \end_layout
34342
34343 \end_inset
34344
34345 .
34346 \end_layout
34347
34348 \begin_layout Standard
34349 You can alternatively set the command 
34350 \begin_inset Quotes eld
34351 \end_inset
34352
34353
34354 \series bold
34355
34356 \backslash
34357 -
34358 \series default
34359
34360 \begin_inset Quotes grd
34361 \end_inset
34362
34363  as \SpecialChar TeX
34364  Code directly before the word:
34365 \end_layout
34366
34367 \begin_layout Standard
34368 This line is an example to show how you can prevent the hyphenation of 
34369 \begin_inset Quotes eld
34370 \end_inset
34371
34372
34373 \begin_inset ERT
34374 status collapsed
34375
34376 \begin_layout Plain Layout
34377
34378
34379 \backslash
34380 -
34381 \end_layout
34382
34383 \end_inset
34384
34385 veryverylongword
34386 \begin_inset Quotes erd
34387 \end_inset
34388
34389 .
34390 \end_layout
34391
34392 \begin_layout Standard
34393 Of course the word now protrudes over the side margin.
34394  To avoid this, add via the menu 
34395 \family sans
34396 Insert\SpecialChar menuseparator
34397 Formatting\SpecialChar menuseparator
34398 Ragged
34399 \begin_inset space ~
34400 \end_inset
34401
34402 Line
34403 \begin_inset space ~
34404 \end_inset
34405
34406 Break
34407 \family default
34408  (shortcut 
34409 \begin_inset Info
34410 type  "shortcut"
34411 arg   "newline-insert newline"
34412 \end_inset
34413
34414 ) a line break before the word:
34415 \end_layout
34416
34417 \begin_layout Standard
34418 This line is an example to show how you can prevent the hyphenation of 
34419 \begin_inset Newline newline
34420 \end_inset
34421
34422
34423 \begin_inset Box Frameless
34424 position "t"
34425 hor_pos "c"
34426 has_inner_box 1
34427 inner_pos "t"
34428 use_parbox 0
34429 use_makebox 1
34430 width ""
34431 special "none"
34432 height "1in"
34433 height_special "totalheight"
34434 thickness "0.4pt"
34435 separation "3pt"
34436 shadowsize "4pt"
34437 framecolor "black"
34438 backgroundcolor "none"
34439 status open
34440
34441 \begin_layout Plain Layout
34442 \begin_inset Quotes eld
34443 \end_inset
34444
34445 veryverylongword
34446 \begin_inset Quotes erd
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \end_inset
34453
34454 .
34455 \end_layout
34456
34457 \begin_layout Subsection
34458 Vertical Alignment
34459 \begin_inset CommandInset label
34460 LatexCommand label
34461 name "subsec:Vertical-Alignment"
34462
34463 \end_inset
34464
34465
34466 \begin_inset Index idx
34467 status collapsed
34468
34469 \begin_layout Plain Layout
34470 Boxes ! for Vertical Alignment
34471 \end_layout
34472
34473 \end_inset
34474
34475
34476 \begin_inset Index idx
34477 status collapsed
34478
34479 \begin_layout Plain Layout
34480 Boxes ! Raiseboxes
34481 \end_layout
34482
34483 \end_inset
34484
34485
34486 \end_layout
34487
34488 \begin_layout Standard
34489 With the help of the command 
34490 \series bold
34491
34492 \backslash
34493 raisebox
34494 \series default
34495  you can align words, characters or other boxes vertically relative to the
34496  surrounding text.
34497  
34498 \series bold
34499
34500 \backslash
34501 raisebox
34502 \series default
34503  is used with the following scheme:
34504 \end_layout
34505
34506 \begin_layout Standard
34507
34508 \series bold
34509
34510 \backslash
34511 raisebox{lift}[height][depth]{box content}
34512 \end_layout
34513
34514 \begin_layout Standard
34515 The lift can be a positive value to raise the box or a negative value to
34516  lower the box.
34517 \end_layout
34518
34519 \begin_layout Standard
34520 To align for example the word 
34521 \begin_inset Quotes eld
34522 \end_inset
34523
34524 preventing
34525 \begin_inset Quotes erd
34526 \end_inset
34527
34528  so that the bottom of the 
34529 \begin_inset Quotes eld
34530 \end_inset
34531
34532 deepest
34533 \begin_inset Quotes erd
34534 \end_inset
34535
34536  character 
34537 \begin_inset Quotes eld
34538 \end_inset
34539
34540 p
34541 \begin_inset Quotes erd
34542 \end_inset
34543
34544  is at the baseline, insert the command
34545 \end_layout
34546
34547 \begin_layout Standard
34548
34549 \series bold
34550
34551 \backslash
34552 raisebox{
34553 \backslash
34554 depth}{
34555 \end_layout
34556
34557 \begin_layout Standard
34558 in \SpecialChar TeX
34559  Code before the word.
34560  After the word insert a closing brace 
34561 \begin_inset Quotes eld
34562 \end_inset
34563
34564
34565 \series bold
34566 }
34567 \series default
34568
34569 \begin_inset Quotes erd
34570 \end_inset
34571
34572  in \SpecialChar TeX
34573  Code.
34574 \begin_inset Newline newline
34575 \end_inset
34576
34577 This is the result:
34578 \end_layout
34579
34580 \begin_layout Standard
34581 This is a text line with the word 
34582 \begin_inset ERT
34583 status collapsed
34584
34585 \begin_layout Plain Layout
34586
34587
34588 \backslash
34589 raisebox{
34590 \backslash
34591 depth}{
34592 \end_layout
34593
34594 \end_inset
34595
34596
34597 \begin_inset Quotes eld
34598 \end_inset
34599
34600 preventing
34601 \begin_inset Quotes erd
34602 \end_inset
34603
34604
34605 \begin_inset ERT
34606 status collapsed
34607
34608 \begin_layout Plain Layout
34609
34610 }
34611 \end_layout
34612
34613 \end_inset
34614
34615  as a raised word.
34616 \end_layout
34617
34618 \begin_layout Standard
34619 \begin_inset VSpace bigskip
34620 \end_inset
34621
34622 When you raise or lower characters in a line, the line distance will be
34623  spread:
34624 \end_layout
34625
34626 \begin_layout Standard
34627 This is a text line with the word 
34628 \begin_inset ERT
34629 status collapsed
34630
34631 \begin_layout Plain Layout
34632
34633
34634 \backslash
34635 raisebox{-
34636 \backslash
34637 depth}{
34638 \end_layout
34639
34640 \end_inset
34641
34642
34643 \begin_inset Quotes eld
34644 \end_inset
34645
34646 preventing
34647 \begin_inset Quotes erd
34648 \end_inset
34649
34650
34651 \begin_inset ERT
34652 status collapsed
34653
34654 \begin_layout Plain Layout
34655
34656 }
34657 \end_layout
34658
34659 \end_inset
34660
34661  as a lowered word.
34662 \begin_inset Newline newline
34663 \end_inset
34664
34665 This is a text line with the word 
34666 \begin_inset ERT
34667 status collapsed
34668
34669 \begin_layout Plain Layout
34670
34671
34672 \backslash
34673 raisebox{0.5cm}{
34674 \end_layout
34675
34676 \end_inset
34677
34678
34679 \begin_inset Quotes eld
34680 \end_inset
34681
34682 testing
34683 \begin_inset Quotes erd
34684 \end_inset
34685
34686
34687 \begin_inset ERT
34688 status collapsed
34689
34690 \begin_layout Plain Layout
34691
34692 }
34693 \end_layout
34694
34695 \end_inset
34696
34697  as a raised word.
34698 \end_layout
34699
34700 \begin_layout Standard
34701 If you want to prevent this for a certain reason, set the box height to
34702  a zero value.
34703  For example use
34704 \end_layout
34705
34706 \begin_layout Standard
34707
34708 \series bold
34709
34710 \backslash
34711 raisebox{-
34712 \backslash
34713 depth}[0pt]{
34714 \end_layout
34715
34716 \begin_layout Standard
34717 This is a text line with the word 
34718 \begin_inset ERT
34719 status collapsed
34720
34721 \begin_layout Plain Layout
34722
34723
34724 \backslash
34725 raisebox{-
34726 \backslash
34727 depth}[0pt]{
34728 \end_layout
34729
34730 \end_inset
34731
34732
34733 \begin_inset Quotes eld
34734 \end_inset
34735
34736 preventing
34737 \begin_inset Quotes erd
34738 \end_inset
34739
34740
34741 \begin_inset ERT
34742 status collapsed
34743
34744 \begin_layout Plain Layout
34745
34746 }
34747 \end_layout
34748
34749 \end_inset
34750
34751  as a lowered word.
34752 \begin_inset Newline newline
34753 \end_inset
34754
34755
34756 \begin_inset Newline newline
34757 \end_inset
34758
34759 This is a text line with the word 
34760 \begin_inset ERT
34761 status collapsed
34762
34763 \begin_layout Plain Layout
34764
34765
34766 \backslash
34767 raisebox{0.5cm}[0pt]{
34768 \end_layout
34769
34770 \end_inset
34771
34772
34773 \begin_inset Quotes eld
34774 \end_inset
34775
34776 testing
34777 \begin_inset Quotes erd
34778 \end_inset
34779
34780
34781 \begin_inset ERT
34782 status collapsed
34783
34784 \begin_layout Plain Layout
34785
34786 }
34787 \end_layout
34788
34789 \end_inset
34790
34791  as a raised word.
34792 \end_layout
34793
34794 \begin_layout Section
34795 Colored Boxes
34796 \begin_inset CommandInset label
34797 LatexCommand label
34798 name "sec:Colored-Boxes"
34799
34800 \end_inset
34801
34802
34803 \begin_inset Index idx
34804 status collapsed
34805
34806 \begin_layout Plain Layout
34807 Boxes ! Color
34808 \end_layout
34809
34810 \end_inset
34811
34812
34813 \end_layout
34814
34815 \begin_layout Standard
34816 To color the background of a box just select the color you like in the box
34817  dialog.
34818  This is for example a box with orange background: 
34819 \begin_inset Box Frameless
34820 position "t"
34821 hor_pos "c"
34822 has_inner_box 1
34823 inner_pos "t"
34824 use_parbox 0
34825 use_makebox 1
34826 width ""
34827 special "none"
34828 height "1in"
34829 height_special "totalheight"
34830 thickness "0.4pt"
34831 separation "3pt"
34832 shadowsize "4pt"
34833 framecolor "black"
34834 backgroundcolor "orange"
34835 status open
34836
34837 \begin_layout Plain Layout
34838 Box with orange background
34839 \end_layout
34840
34841 \end_inset
34842
34843
34844 \end_layout
34845
34846 \begin_layout Standard
34847 If you use the decoration 
34848 \family sans
34849 Simple
34850 \begin_inset space ~
34851 \end_inset
34852
34853 rectangular
34854 \begin_inset space ~
34855 \end_inset
34856
34857 frame
34858 \family default
34859  you can set a frame color.
34860  In this case you must also specify a background color (LyX sets white as
34861  default).
34862  Here is an example: 
34863 \begin_inset Box Boxed
34864 position "t"
34865 hor_pos "c"
34866 has_inner_box 0
34867 inner_pos "t"
34868 use_parbox 0
34869 use_makebox 0
34870 width ""
34871 special "none"
34872 height "1in"
34873 height_special "totalheight"
34874 thickness "0.4pt"
34875 separation "3pt"
34876 shadowsize "4pt"
34877 framecolor "teal"
34878 backgroundcolor "yellow"
34879 status open
34880
34881 \begin_layout Plain Layout
34882 Box with teal frame color and yellow background color
34883 \end_layout
34884
34885 \end_inset
34886
34887
34888 \end_layout
34889
34890 \begin_layout Standard
34891 \begin_inset VSpace bigskip
34892 \end_inset
34893
34894 Of course you can also have colored text inside a colored box:
34895 \begin_inset Newline newline
34896 \end_inset
34897
34898
34899 \begin_inset Box Boxed
34900 position "t"
34901 hor_pos "c"
34902 has_inner_box 0
34903 inner_pos "t"
34904 use_parbox 0
34905 use_makebox 0
34906 width ""
34907 special "none"
34908 height "1in"
34909 height_special "totalheight"
34910 thickness "0.4pt"
34911 separation "3pt"
34912 shadowsize "4pt"
34913 framecolor "cyan"
34914 backgroundcolor "magenta"
34915 status open
34916
34917 \begin_layout Plain Layout
34918
34919 \color yellow
34920 This is colored text within a colored, framed box
34921 \end_layout
34922
34923 \end_inset
34924
34925
34926 \end_layout
34927
34928 \begin_layout Standard
34929 \begin_inset VSpace bigskip
34930 \end_inset
34931
34932
34933 \end_layout
34934
34935 \begin_layout Standard
34936 If you need another color than the predefined ones, you can define your
34937  own color as described in section
34938 \begin_inset space ~
34939 \end_inset
34940
34941
34942 \begin_inset CommandInset ref
34943 LatexCommand ref
34944 reference "sec:Colored-Tables"
34945
34946 \end_inset
34947
34948 .
34949  To use your own color you must typeset the box by using TeX code:
34950 \end_layout
34951
34952 \begin_layout Standard
34953 Colored boxes without frame are created with the command 
34954 \series bold
34955
34956 \backslash
34957 colorbox
34958 \series default
34959 .
34960  It has the following scheme:
34961 \end_layout
34962
34963 \begin_layout Standard
34964
34965 \series bold
34966
34967 \backslash
34968 colorbox{color}{box content}
34969 \end_layout
34970
34971 \begin_layout Standard
34972 The box content can also be a box and colored boxes can also be within other
34973  boxes.
34974  To have e.
34975 \begin_inset space \thinspace{}
34976 \end_inset
34977
34978 g.
34979 \begin_inset space \space{}
34980 \end_inset
34981
34982 a darkgreen background for a word, insert the command
34983 \end_layout
34984
34985 \begin_layout Standard
34986
34987 \series bold
34988
34989 \backslash
34990 colorbox{darkgreen}{
34991 \end_layout
34992
34993 \begin_layout Standard
34994 before the word in \SpecialChar TeX
34995  Code.
34996  After the word insert a closing brace 
34997 \begin_inset Quotes eld
34998 \end_inset
34999
35000
35001 \series bold
35002 }
35003 \series default
35004
35005 \begin_inset Quotes erd
35006 \end_inset
35007
35008  in \SpecialChar TeX
35009  Code.
35010 \begin_inset Newline newline
35011 \end_inset
35012
35013 This is the result:
35014 \end_layout
35015
35016 \begin_layout Standard
35017 This is a line where the word 
35018 \begin_inset ERT
35019 status collapsed
35020
35021 \begin_layout Plain Layout
35022
35023
35024 \backslash
35025 colorbox{darkgreen}{
35026 \end_layout
35027
35028 \end_inset
35029
35030
35031 \begin_inset Quotes eld
35032 \end_inset
35033
35034 Attention!
35035 \begin_inset Quotes erd
35036 \end_inset
35037
35038
35039 \begin_inset ERT
35040 status collapsed
35041
35042 \begin_layout Plain Layout
35043
35044 }
35045 \end_layout
35046
35047 \end_inset
35048
35049  has a darkgreen background.
35050 \end_layout
35051
35052 \begin_layout Standard
35053 Framed, colored boxes are created with the command 
35054 \series bold
35055
35056 \backslash
35057 fcolorbox
35058 \series default
35059 .
35060  It has the following scheme:
35061 \end_layout
35062
35063 \begin_layout Standard
35064
35065 \series bold
35066
35067 \backslash
35068 fcolorbox{frame color}{box color}{box content}
35069 \end_layout
35070
35071 \begin_layout Section
35072 Rotated and Scaled Boxes
35073 \end_layout
35074
35075 \begin_layout Standard
35076 To use the boxes described in this section, the module 
35077 \family sans
35078 GraphicBoxes
35079 \family default
35080  must be loaded in the document settings.
35081 \end_layout
35082
35083 \begin_layout Standard
35084 \begin_inset Note Greyedout
35085 status open
35086
35087 \begin_layout Plain Layout
35088
35089 \series bold
35090 Note:
35091 \series default
35092  Not all DVI viewers are able to display rotated or scaled material.
35093 \end_layout
35094
35095 \end_inset
35096
35097
35098 \end_layout
35099
35100 \begin_layout Standard
35101 \begin_inset Note Greyedout
35102 status open
35103
35104 \begin_layout Plain Layout
35105
35106 \series bold
35107 Note:
35108 \series default
35109  Floats are not allowed inside a rotated or scaled box.
35110 \end_layout
35111
35112 \end_inset
35113
35114
35115 \end_layout
35116
35117 \begin_layout Subsection
35118 Rotated Boxes
35119 \begin_inset Index idx
35120 status collapsed
35121
35122 \begin_layout Plain Layout
35123 Boxes ! rotated
35124 \end_layout
35125
35126 \end_inset
35127
35128
35129 \begin_inset Index idx
35130 status collapsed
35131
35132 \begin_layout Plain Layout
35133 Rotated Material
35134 \end_layout
35135
35136 \end_inset
35137
35138
35139 \end_layout
35140
35141 \begin_layout Standard
35142 To rotate material, you can put it into a 
35143 \family sans
35144 Rotatebox
35145 \family default
35146 .
35147  Such a box is inserted via the menu 
35148 \family sans
35149 Insert\SpecialChar menuseparator
35150 Custom Insets\SpecialChar menuseparator
35151 Rotatebox
35152 \family default
35153 .
35154 \end_layout
35155
35156 \begin_layout Standard
35157 The rotation origin can be specified via the inset 
35158 \family sans
35159 Origin
35160 \family default
35161  (menu 
35162 \family sans
35163 Insert\SpecialChar menuseparator
35164 Origin
35165 \family default
35166 ) in the form 
35167 \series bold
35168 origin=position
35169 \series default
35170 .
35171  The following positions are possible: 
35172 \emph on
35173 c
35174 \emph default
35175  (center), 
35176 \emph on
35177 l
35178 \emph default
35179  (left), 
35180 \emph on
35181 r
35182 \emph default
35183  (right), 
35184 \emph on
35185 b
35186 \emph default
35187  (bottom), 
35188 \emph on
35189 t
35190 \emph default
35191  (top), along with meaningful combinations of the four base positions.
35192  For example 
35193 \emph on
35194 lt
35195 \emph default
35196  means that the rotation origin is at the top left corner of the box.
35197  When no rotation origin is specified, the position 
35198 \emph on
35199 l
35200 \emph default
35201  will be used.
35202  The rotation angle is a number that can be negative that specifies the
35203  angle in degrees.
35204  The rotation direction is counterclockwise.
35205 \end_layout
35206
35207 \begin_layout Standard
35208 In the following example 
35209 \series bold
35210 origin=c
35211 \series default
35212  was inserted to the 
35213 \family sans
35214 Origin
35215 \family default
35216  inset and 
35217 \series bold
35218 60
35219 \series default
35220  was inserted to the 
35221 \family sans
35222 Angle
35223 \family default
35224  inset.
35225 \end_layout
35226
35227 \begin_layout Standard
35228 This is a line 
35229 \begin_inset Flex Rotatebox
35230 status open
35231
35232 \begin_layout Plain Layout
35233 \begin_inset Argument 1
35234 status open
35235
35236 \begin_layout Plain Layout
35237 origin=c
35238 \end_layout
35239
35240 \end_inset
35241
35242
35243 \begin_inset Argument 2
35244 status open
35245
35246 \begin_layout Plain Layout
35247 60
35248 \end_layout
35249
35250 \end_inset
35251
35252 with rotated
35253 \end_layout
35254
35255 \end_inset
35256
35257  text.
35258 \end_layout
35259
35260 \begin_layout Standard
35261 The box content can also be another box or an inline formula:
35262 \end_layout
35263
35264 \begin_layout Standard
35265 This is a line 
35266 \begin_inset Flex Rotatebox
35267 status open
35268
35269 \begin_layout Plain Layout
35270 \begin_inset Argument 1
35271 status open
35272
35273 \begin_layout Plain Layout
35274 origin=r
35275 \end_layout
35276
35277 \end_inset
35278
35279
35280 \begin_inset Argument 2
35281 status open
35282
35283 \begin_layout Plain Layout
35284 -60
35285 \end_layout
35286
35287 \end_inset
35288
35289
35290 \begin_inset Box Doublebox
35291 position "c"
35292 hor_pos "c"
35293 has_inner_box 0
35294 inner_pos "c"
35295 use_parbox 0
35296 use_makebox 0
35297 width "1in"
35298 special "width"
35299 height "1in"
35300 height_special "totalheight"
35301 thickness "0.4pt"
35302 separation "3pt"
35303 shadowsize "4pt"
35304 framecolor "black"
35305 backgroundcolor "none"
35306 status collapsed
35307
35308 \begin_layout Plain Layout
35309 with rotated
35310 \end_layout
35311
35312 \end_inset
35313
35314
35315 \end_layout
35316
35317 \end_inset
35318
35319  framed text 
35320 \begin_inset Flex Rotatebox
35321 status open
35322
35323 \begin_layout Plain Layout
35324 \begin_inset Argument 1
35325 status open
35326
35327 \begin_layout Plain Layout
35328 origin=lb
35329 \end_layout
35330
35331 \end_inset
35332
35333
35334 \begin_inset Argument 2
35335 status open
35336
35337 \begin_layout Plain Layout
35338 60
35339 \end_layout
35340
35341 \end_inset
35342
35343
35344 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35345 \end_inset
35346
35347
35348 \end_layout
35349
35350 \end_inset
35351
35352  and a formula.
35353 \end_layout
35354
35355 \begin_layout Standard
35356 or an image or table:
35357 \end_layout
35358
35359 \begin_layout Standard
35360 This is a line 
35361 \begin_inset Flex Rotatebox
35362 status open
35363
35364 \begin_layout Plain Layout
35365 \begin_inset Argument 1
35366 status open
35367
35368 \begin_layout Plain Layout
35369 origin=lb
35370 \end_layout
35371
35372 \end_inset
35373
35374
35375 \begin_inset Argument 2
35376 status open
35377
35378 \begin_layout Plain Layout
35379 90
35380 \end_layout
35381
35382 \end_inset
35383
35384
35385 \begin_inset Graphics
35386         filename clipart/platypus.eps
35387         lyxscale 50
35388         width 25col%
35389
35390 \end_inset
35391
35392
35393 \end_layout
35394
35395 \end_inset
35396
35397  with a rotated image 
35398 \begin_inset Flex Rotatebox
35399 status open
35400
35401 \begin_layout Plain Layout
35402 \begin_inset Argument 2
35403 status open
35404
35405 \begin_layout Plain Layout
35406 -90
35407 \end_layout
35408
35409 \end_inset
35410
35411
35412 \begin_inset Tabular
35413 <lyxtabular version="3" rows="2" columns="2">
35414 <features tabularvalignment="middle">
35415 <column alignment="center" valignment="top">
35416 <column alignment="center" valignment="top">
35417 <row>
35418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35419 \begin_inset Text
35420
35421 \begin_layout Plain Layout
35422 q
35423 \end_layout
35424
35425 \end_inset
35426 </cell>
35427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35428 \begin_inset Text
35429
35430 \begin_layout Plain Layout
35431 w
35432 \end_layout
35433
35434 \end_inset
35435 </cell>
35436 </row>
35437 <row>
35438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35439 \begin_inset Text
35440
35441 \begin_layout Plain Layout
35442 e
35443 \end_layout
35444
35445 \end_inset
35446 </cell>
35447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35448 \begin_inset Text
35449
35450 \begin_layout Plain Layout
35451 r
35452 \end_layout
35453
35454 \end_inset
35455 </cell>
35456 </row>
35457 </lyxtabular>
35458
35459 \end_inset
35460
35461
35462 \end_layout
35463
35464 \end_inset
35465
35466  and table.
35467 \begin_inset Index idx
35468 status collapsed
35469
35470 \begin_layout Plain Layout
35471 Figures ! rotated
35472 \end_layout
35473
35474 \end_inset
35475
35476
35477 \begin_inset Index idx
35478 status collapsed
35479
35480 \begin_layout Plain Layout
35481 Table Customization ! Rotating
35482 \end_layout
35483
35484 \end_inset
35485
35486
35487 \end_layout
35488
35489 \begin_layout Standard
35490 \begin_inset Note Greyedout
35491 status open
35492
35493 \begin_layout Plain Layout
35494
35495 \series bold
35496 Note:
35497 \series default
35498  If the 
35499 \family sans
35500 Angle
35501 \family default
35502  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
35503
35504  errors when viewing/exporting the document.
35505 \end_layout
35506
35507 \end_inset
35508
35509
35510 \end_layout
35511
35512 \begin_layout Subsection
35513 Scaled Boxes
35514 \begin_inset Index idx
35515 status collapsed
35516
35517 \begin_layout Plain Layout
35518 Boxes ! scaled
35519 \end_layout
35520
35521 \end_inset
35522
35523
35524 \begin_inset Index idx
35525 status collapsed
35526
35527 \begin_layout Plain Layout
35528 Scaled Material
35529 \end_layout
35530
35531 \end_inset
35532
35533
35534 \end_layout
35535
35536 \begin_layout Standard
35537 To scale material put it into a 
35538 \family sans
35539 Scalebox
35540 \family default
35541 .
35542  Such a box is inserted via the menu 
35543 \family sans
35544 Insert\SpecialChar menuseparator
35545 Custom Insets\SpecialChar menuseparator
35546 Scalebox
35547 \family default
35548 .
35549 \end_layout
35550
35551 \begin_layout Standard
35552 The 
35553 \family sans
35554 Scalebox
35555 \family default
35556  inset has the mandatory inset 
35557 \family sans
35558 H-Factor
35559 \family default
35560  and the optional inset 
35561 \family sans
35562 V-Factor
35563 \family default
35564  (inserted via the menu 
35565 \family sans
35566 Insert\SpecialChar menuseparator
35567 V-Factor)
35568 \family default
35569 .
35570  Input there the horizontal and vertical scale factor, respectively.
35571  If no 
35572 \family sans
35573 V-Factor
35574 \family default
35575  inset is used, the horizontal factor will also be used as the vertical
35576  one.
35577 \end_layout
35578
35579 \begin_layout Standard
35580 To get for example the double text size, compared to the document text size,
35581  insert 
35582 \series bold
35583 2
35584 \series default
35585  into the 
35586 \family sans
35587 H-Factor
35588 \family default
35589  inset.
35590  An example: 
35591 \begin_inset Flex Scalebox
35592 status open
35593
35594 \begin_layout Plain Layout
35595 \begin_inset Argument 1
35596 status open
35597
35598 \begin_layout Plain Layout
35599 2
35600 \end_layout
35601
35602 \end_inset
35603
35604 Hello
35605 \end_layout
35606
35607 \end_inset
35608
35609
35610 \end_layout
35611
35612 \begin_layout Standard
35613
35614 \series bold
35615 2
35616 \series default
35617  as 
35618 \family sans
35619 H-Factor
35620 \family default
35621  and 
35622 \series bold
35623 1
35624 \series default
35625  as 
35626 \family sans
35627 V-Factor
35628 \family default
35629  distorts the 
35630 \begin_inset Flex Scalebox
35631 status open
35632
35633 \begin_layout Plain Layout
35634 \begin_inset Argument 1
35635 status open
35636
35637 \begin_layout Plain Layout
35638 2
35639 \end_layout
35640
35641 \end_inset
35642
35643
35644 \begin_inset Argument 2
35645 status open
35646
35647 \begin_layout Plain Layout
35648 1
35649 \end_layout
35650
35651 \end_inset
35652
35653 Hello
35654 \end_layout
35655
35656 \end_inset
35657
35658 .
35659 \end_layout
35660
35661 \begin_layout Standard
35662 If the scaling factor is negative, the box content will be mirrored.
35663  Therefore 
35664 \series bold
35665 -1
35666 \series default
35667  as 
35668 \family sans
35669 H-Factor
35670 \family default
35671  and 
35672 \series bold
35673 1
35674 \series default
35675  as 
35676 \family sans
35677 V-Factor
35678 \family default
35679  can be used to create mirror writing: 
35680 \begin_inset Flex Scalebox
35681 status open
35682
35683 \begin_layout Plain Layout
35684 \begin_inset Argument 1
35685 status open
35686
35687 \begin_layout Plain Layout
35688 -1
35689 \end_layout
35690
35691 \end_inset
35692
35693
35694 \begin_inset Argument 2
35695 status open
35696
35697 \begin_layout Plain Layout
35698 1
35699 \end_layout
35700
35701 \end_inset
35702
35703 Hello
35704 \end_layout
35705
35706 \end_inset
35707
35708
35709 \end_layout
35710
35711 \begin_layout Standard
35712
35713 \series bold
35714 1
35715 \series default
35716  as 
35717 \family sans
35718 H-Factor
35719 \family default
35720  and 
35721 \series bold
35722 -1
35723 \series default
35724  as 
35725 \family sans
35726 V-Factor
35727 \family default
35728  reflects the 
35729 \begin_inset Flex Scalebox
35730 status open
35731
35732 \begin_layout Plain Layout
35733 \begin_inset Argument 1
35734 status open
35735
35736 \begin_layout Plain Layout
35737 1
35738 \end_layout
35739
35740 \end_inset
35741
35742
35743 \begin_inset Argument 2
35744 status open
35745
35746 \begin_layout Plain Layout
35747 -1
35748 \end_layout
35749
35750 \end_inset
35751
35752 Hello
35753 \end_layout
35754
35755 \end_inset
35756
35757  at the base line.
35758 \end_layout
35759
35760 \begin_layout Standard
35761 The 
35762 \family sans
35763 Reflectbox
35764 \family default
35765  (menu 
35766 \family sans
35767 Insert\SpecialChar menuseparator
35768 Custom Insets\SpecialChar menuseparator
35769 Reflectbox
35770 \family default
35771 ) is equivalent to 
35772 \series bold
35773 -1
35774 \series default
35775  as 
35776 \family sans
35777 H-Factor
35778 \family default
35779  and 
35780 \series bold
35781 1
35782 \series default
35783  as 
35784 \family sans
35785 V-Factor 
35786 \family default
35787 for a 
35788 \family sans
35789 Scalebox
35790 \family default
35791 .
35792 \end_layout
35793
35794 \begin_layout Standard
35795 \begin_inset Note Greyedout
35796 status open
35797
35798 \begin_layout Plain Layout
35799
35800 \series bold
35801 Note:
35802 \series default
35803  If the 
35804 \family sans
35805 H-Factor
35806 \family default
35807  inset is empty or contains other characters than numbers you will get LaTeX
35808  errors when viewing/exporting the document.
35809 \end_layout
35810
35811 \end_inset
35812
35813
35814 \end_layout
35815
35816 \begin_layout Standard
35817 \begin_inset VSpace bigskip
35818 \end_inset
35819
35820 The 
35821 \family sans
35822 Resizebox
35823 \family default
35824  (menu 
35825 \family sans
35826 Insert\SpecialChar menuseparator
35827 Custom Insets\SpecialChar menuseparator
35828 Resizebox
35829 \family default
35830 ) is used to scale the content to a defined width and height.
35831  The 
35832 \family sans
35833 Resizebox
35834 \family default
35835  inset has the mandatory inset 
35836 \family sans
35837 Width
35838 \family default
35839  and the optional inset 
35840 \family sans
35841 Height
35842 \family default
35843  (inserted via the menu 
35844 \family sans
35845 Insert\SpecialChar menuseparator
35846 Height)
35847 \family default
35848 .
35849  Input there the width and height, respectively, as value with a unit.
35850  
35851 \begin_inset CommandInset ref
35852 LatexCommand ref
35853 reference "tab:Units"
35854
35855 \end_inset
35856
35857  lists the possible units.
35858  If there is an exclamation mark 
35859 \series bold
35860 !
35861 \series default
35862  in of of the two insets, the size is set so that the aspect ratio of the
35863  box content is kept.
35864  If no 
35865 \family sans
35866 Height
35867 \family default
35868  inset is used an exclamation mark will internally be used for the height.
35869 \end_layout
35870
35871 \begin_layout Standard
35872
35873 \series bold
35874 2cm
35875 \series default
35876  as 
35877 \family sans
35878 Width
35879 \family default
35880  and 
35881 \series bold
35882 1cm
35883 \series default
35884  as 
35885 \family sans
35886 Height
35887 \family default
35888  produces: 
35889 \begin_inset Flex Resizebox
35890 status open
35891
35892 \begin_layout Plain Layout
35893 \begin_inset Argument 1
35894 status open
35895
35896 \begin_layout Plain Layout
35897 2cm
35898 \end_layout
35899
35900 \end_inset
35901
35902
35903 \begin_inset Argument 2
35904 status open
35905
35906 \begin_layout Plain Layout
35907 1cm
35908 \end_layout
35909
35910 \end_inset
35911
35912 Hello
35913 \end_layout
35914
35915 \end_inset
35916
35917
35918 \begin_inset Newline newline
35919 \end_inset
35920
35921
35922 \series bold
35923 2cm
35924 \series default
35925  as 
35926 \family sans
35927 Width
35928 \family default
35929  and 
35930 \series bold
35931 !
35932 \series default
35933  as 
35934 \family sans
35935 Height
35936 \family default
35937  (or no 
35938 \family sans
35939 Height
35940 \family default
35941 ) produces: 
35942 \begin_inset Flex Resizebox
35943 status open
35944
35945 \begin_layout Plain Layout
35946 \begin_inset Argument 1
35947 status open
35948
35949 \begin_layout Plain Layout
35950 2cm
35951 \end_layout
35952
35953 \end_inset
35954
35955
35956 \begin_inset Argument 2
35957 status open
35958
35959 \begin_layout Plain Layout
35960 !
35961 \end_layout
35962
35963 \end_inset
35964
35965 Hello
35966 \end_layout
35967
35968 \end_inset
35969
35970
35971 \end_layout
35972
35973 \begin_layout Standard
35974 \begin_inset Note Greyedout
35975 status open
35976
35977 \begin_layout Plain Layout
35978
35979 \series bold
35980 Note:
35981 \series default
35982  If the 
35983 \family sans
35984 Width
35985 \family default
35986  inset is empty or contains an invalid unit you will get LaTeX errors when
35987  viewing/exporting the document.
35988 \end_layout
35989
35990 \end_inset
35991
35992
35993 \end_layout
35994
35995 \begin_layout Standard
35996 \begin_inset VSpace bigskip
35997 \end_inset
35998
35999
36000 \end_layout
36001
36002 \begin_layout Standard
36003 The boxes can be combined in any order.
36004  As example a 
36005 \family sans
36006 Reflectbox
36007 \family default
36008  inside a 
36009 \family sans
36010 Resizebox
36011 \family default
36012  which is in turn inside a 
36013 \family sans
36014 Rotatebox
36015 \family default
36016 :
36017 \end_layout
36018
36019 \begin_layout Standard
36020 \noindent
36021 \align center
36022 \begin_inset Flex Rotatebox
36023 status open
36024
36025 \begin_layout Plain Layout
36026 \begin_inset Argument 1
36027 status open
36028
36029 \begin_layout Plain Layout
36030 origin=c
36031 \end_layout
36032
36033 \end_inset
36034
36035
36036 \begin_inset Argument 2
36037 status open
36038
36039 \begin_layout Plain Layout
36040 -45
36041 \end_layout
36042
36043 \end_inset
36044
36045
36046 \begin_inset Flex Resizebox
36047 status open
36048
36049 \begin_layout Plain Layout
36050 \begin_inset Argument 1
36051 status open
36052
36053 \begin_layout Plain Layout
36054 2cm
36055 \end_layout
36056
36057 \end_inset
36058
36059
36060 \begin_inset Flex Reflectbox
36061 status open
36062
36063 \begin_layout Plain Layout
36064 Hello
36065 \end_layout
36066
36067 \end_inset
36068
36069
36070 \end_layout
36071
36072 \end_inset
36073
36074
36075 \end_layout
36076
36077 \end_inset
36078
36079
36080 \end_layout
36081
36082 \begin_layout Standard
36083 \noindent
36084 Images, tables, and inline formulas are allowed as box content:
36085 \end_layout
36086
36087 \begin_layout Standard
36088 \noindent
36089 \align center
36090 \begin_inset Flex Resizebox
36091 status open
36092
36093 \begin_layout Plain Layout
36094 \begin_inset Argument 1
36095 status open
36096
36097 \begin_layout Plain Layout
36098 2cm
36099 \end_layout
36100
36101 \end_inset
36102
36103
36104 \begin_inset Flex Reflectbox
36105 status open
36106
36107 \begin_layout Plain Layout
36108 \begin_inset Graphics
36109         filename clipart/platypus.eps
36110         lyxscale 50
36111         width 25col%
36112
36113 \end_inset
36114
36115
36116 \end_layout
36117
36118 \end_inset
36119
36120
36121 \end_layout
36122
36123 \end_inset
36124
36125  
36126 \begin_inset Flex Resizebox
36127 status open
36128
36129 \begin_layout Plain Layout
36130 \begin_inset Argument 1
36131 status open
36132
36133 \begin_layout Plain Layout
36134 2cm
36135 \end_layout
36136
36137 \end_inset
36138
36139
36140 \begin_inset Flex Reflectbox
36141 status open
36142
36143 \begin_layout Plain Layout
36144 \begin_inset Tabular
36145 <lyxtabular version="3" rows="2" columns="2">
36146 <features tabularvalignment="middle">
36147 <column alignment="center" valignment="top">
36148 <column alignment="center" valignment="top">
36149 <row>
36150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36151 \begin_inset Text
36152
36153 \begin_layout Plain Layout
36154 q
36155 \end_layout
36156
36157 \end_inset
36158 </cell>
36159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36160 \begin_inset Text
36161
36162 \begin_layout Plain Layout
36163 w
36164 \end_layout
36165
36166 \end_inset
36167 </cell>
36168 </row>
36169 <row>
36170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36171 \begin_inset Text
36172
36173 \begin_layout Plain Layout
36174 e
36175 \end_layout
36176
36177 \end_inset
36178 </cell>
36179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36180 \begin_inset Text
36181
36182 \begin_layout Plain Layout
36183 r
36184 \end_layout
36185
36186 \end_inset
36187 </cell>
36188 </row>
36189 </lyxtabular>
36190
36191 \end_inset
36192
36193
36194 \end_layout
36195
36196 \end_inset
36197
36198
36199 \end_layout
36200
36201 \end_inset
36202
36203  
36204 \begin_inset Flex Resizebox
36205 status open
36206
36207 \begin_layout Plain Layout
36208 \begin_inset Argument 1
36209 status open
36210
36211 \begin_layout Plain Layout
36212 3cm
36213 \end_layout
36214
36215 \end_inset
36216
36217
36218 \begin_inset Flex Reflectbox
36219 status open
36220
36221 \begin_layout Plain Layout
36222 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36223 \end_inset
36224
36225
36226 \end_layout
36227
36228 \end_inset
36229
36230
36231 \end_layout
36232
36233 \end_inset
36234
36235
36236 \begin_inset Index idx
36237 status collapsed
36238
36239 \begin_layout Plain Layout
36240 Figures ! scaled
36241 \end_layout
36242
36243 \end_inset
36244
36245
36246 \begin_inset Index idx
36247 status collapsed
36248
36249 \begin_layout Plain Layout
36250 Table Customization ! Scaling
36251 \end_layout
36252
36253 \end_inset
36254
36255
36256 \end_layout
36257
36258 \begin_layout Standard
36259 When the global formula style 
36260 \series bold
36261 fleqn
36262 \series default
36263  is used in the document
36264 \begin_inset Foot
36265 status collapsed
36266
36267 \begin_layout Plain Layout
36268 When 
36269 \begin_inset Quotes eld
36270 \end_inset
36271
36272 fleqn
36273 \begin_inset Quotes erd
36274 \end_inset
36275
36276  is added to the document class options.
36277 \end_layout
36278
36279 \end_inset
36280
36281 , display style formulas can also be scaled.
36282 \end_layout
36283
36284 \begin_layout Chapter
36285 Objects Surrounded by Text
36286 \begin_inset Index idx
36287 status collapsed
36288
36289 \begin_layout Plain Layout
36290 Surrounded by text
36291 \end_layout
36292
36293 \end_inset
36294
36295
36296 \end_layout
36297
36298 \begin_layout Section
36299 Wrap Floats
36300 \begin_inset CommandInset label
36301 LatexCommand label
36302 name "sec:Wrap-Floats"
36303
36304 \end_inset
36305
36306
36307 \begin_inset Index idx
36308 status collapsed
36309
36310 \begin_layout Plain Layout
36311 Floats ! Wrap Floats
36312 \end_layout
36313
36314 \end_inset
36315
36316
36317 \begin_inset Index idx
36318 status collapsed
36319
36320 \begin_layout Plain Layout
36321 Surrounded by text ! Wrap Floats
36322 \end_layout
36323
36324 \end_inset
36325
36326
36327 \end_layout
36328
36329 \begin_layout Standard
36330 \begin_inset Wrap figure
36331 lines 0
36332 placement l
36333 overhang 1cm
36334 width "40col%"
36335 status open
36336
36337 \begin_layout Plain Layout
36338 \begin_inset Graphics
36339         filename clipart/mobius.eps
36340         width 40col%
36341         scaleBeforeRotation
36342         rotateOrigin center
36343
36344 \end_inset
36345
36346
36347 \end_layout
36348
36349 \begin_layout Plain Layout
36350 \begin_inset Caption Standard
36351
36352 \begin_layout Plain Layout
36353 \begin_inset CommandInset label
36354 LatexCommand label
36355 name "fig:This-is-a"
36356
36357 \end_inset
36358
36359 This is a figure wrap float.
36360 \end_layout
36361
36362 \end_inset
36363
36364
36365 \end_layout
36366
36367 \end_inset
36368
36369  This float type is used if you want to wrap text around a figure or table
36370  so that it only occupies some fraction of the column width.
36371  It can be inserted using the menu 
36372 \family sans
36373 Insert\SpecialChar menuseparator
36374 Floats\SpecialChar menuseparator
36375 Figure
36376 \begin_inset space ~
36377 \end_inset
36378
36379 Wrap
36380 \begin_inset space ~
36381 \end_inset
36382
36383 Float
36384 \family default
36385  or 
36386 \family sans
36387 Table
36388 \begin_inset space ~
36389 \end_inset
36390
36391 Wrap
36392 \begin_inset space ~
36393 \end_inset
36394
36395 Float
36396 \family default
36397  if the \SpecialChar LaTeX
36398 -package 
36399 \series bold
36400 wrapfig
36401 \series default
36402
36403 \begin_inset Index idx
36404 status collapsed
36405
36406 \begin_layout Plain Layout
36407 \SpecialChar LaTeX
36408 -packages ! wrapfig
36409 \end_layout
36410
36411 \end_inset
36412
36413  is installed.
36414 \begin_inset Foot
36415 status collapsed
36416
36417 \begin_layout Plain Layout
36418 Installing a \SpecialChar LaTeX
36419 -package is explained it in the 
36420 \emph on
36421 \SpecialChar LaTeX
36422
36423 \begin_inset space ~
36424 \end_inset
36425
36426 Configuration
36427 \emph default
36428  manual.
36429 \end_layout
36430
36431 \end_inset
36432
36433  The settings of the float can be modified by right-clicking on the float
36434  box.
36435  The mandatory settings are the float 
36436 \family sans
36437 Placement
36438 \family default
36439  and its 
36440 \family sans
36441 Width
36442 \family default
36443 .
36444  Optional are the 
36445 \family sans
36446 Overhang
36447 \family default
36448  that specifies how much the float is set into the paragraph
36449 \begin_inset space \thinspace{}
36450 \end_inset
36451
36452 /
36453 \begin_inset space \thinspace{}
36454 \end_inset
36455
36456 page margin, and the 
36457 \family sans
36458 Line
36459 \begin_inset space ~
36460 \end_inset
36461
36462 span
36463 \family default
36464  that specifies how many text lines the float will approximately need.
36465  The line span is often hard to approximate; so it is better only to use
36466  it when you encounter float placement problems.
36467  You can furthermore decide if \SpecialChar LaTeX
36468  is allowed to let the float float within
36469  the paragraph or to surrounding paragraphs.
36470  Figure
36471 \begin_inset space ~
36472 \end_inset
36473
36474
36475 \begin_inset CommandInset ref
36476 LatexCommand ref
36477 reference "fig:This-is-a"
36478
36479 \end_inset
36480
36481  is an example text wrap float with a width of 40
36482 \begin_inset space \thinspace{}
36483 \end_inset
36484
36485 col%, 1
36486 \begin_inset space \thinspace{}
36487 \end_inset
36488
36489 cm overhang, set to the left.
36490 \end_layout
36491
36492 \begin_layout Standard
36493 \begin_inset Note Greyedout
36494 status open
36495
36496 \begin_layout Plain Layout
36497
36498 \series bold
36499 Note:
36500 \series default
36501  Text
36502 \begin_inset space ~
36503 \end_inset
36504
36505 wrap float floats are fragile! E.
36506 \begin_inset space \thinspace{}
36507 \end_inset
36508
36509 g.
36510 \begin_inset space \space{}
36511 \end_inset
36512
36513 having a figure too close to the bottom of the page can mess things up in
36514  such a way that the float does not appear in the output or that it is placed
36515  over some other text.
36516 \end_layout
36517
36518 \end_inset
36519
36520
36521 \end_layout
36522
36523 \begin_layout Standard
36524 In general, the following applies for wrap floats:
36525 \end_layout
36526
36527 \begin_layout Itemize
36528 They should not be placed in paragraphs that run over a page break.
36529  That means that wrap floats are better inserted in their exact place when
36530  the document is almost finished and you are able to estimate where page
36531  breaks will appear.
36532 \end_layout
36533
36534 \begin_layout Itemize
36535 They should either be placed in their own paragraph before the paragraph
36536  where they should wrap into or within a paragraph.
36537 \end_layout
36538
36539 \begin_layout Itemize
36540 In consecutive paragraphs they may cause troubles, so ensure that there
36541  is a text paragraph between them as separator.
36542 \end_layout
36543
36544 \begin_layout Itemize
36545 They are not allowed in section headings or tables.
36546 \end_layout
36547
36548 \begin_layout Itemize
36549 Their numbering and referencing works as described in chap.
36550 \begin_inset space \thinspace{}
36551 \end_inset
36552
36553
36554 \begin_inset CommandInset ref
36555 LatexCommand ref
36556 reference "chap:Floats"
36557
36558 \end_inset
36559
36560 .
36561 \end_layout
36562
36563 \begin_layout Section
36564 Surrounded Fixed Objects
36565 \begin_inset Index idx
36566 status collapsed
36567
36568 \begin_layout Plain Layout
36569 Surrounded by text ! Fixed objects
36570 \end_layout
36571
36572 \end_inset
36573
36574
36575 \end_layout
36576
36577 \begin_layout Standard
36578 The wrap floats described in sec.
36579 \begin_inset space \thinspace{}
36580 \end_inset
36581
36582
36583 \begin_inset CommandInset ref
36584 LatexCommand ref
36585 reference "sec:Wrap-Floats"
36586
36587 \end_inset
36588
36589  have these positions in the paragraph:
36590 \begin_inset Separator latexpar
36591 \end_inset
36592
36593
36594 \end_layout
36595
36596 \begin_layout Standard
36597 \noindent
36598 \align center
36599 \begin_inset Tabular
36600 <lyxtabular version="3" rows="2" columns="2">
36601 <features tabularvalignment="middle">
36602 <column alignment="center" valignment="top">
36603 <column alignment="center" valignment="top">
36604 <row>
36605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36606 \begin_inset Text
36607
36608 \begin_layout Plain Layout
36609 \begin_inset Info
36610 type  "icon"
36611 arg   "dialog-show-new-inset graphics"
36612 \end_inset
36613
36614
36615 \end_layout
36616
36617 \end_inset
36618 </cell>
36619 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36620 \begin_inset Text
36621
36622 \begin_layout Plain Layout
36623 text
36624 \end_layout
36625
36626 \end_inset
36627 </cell>
36628 </row>
36629 <row>
36630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36631 \begin_inset Text
36632
36633 \begin_layout Plain Layout
36634 text
36635 \end_layout
36636
36637 \end_inset
36638 </cell>
36639 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36640 \begin_inset Text
36641
36642 \begin_layout Plain Layout
36643 text
36644 \end_layout
36645
36646 \end_inset
36647 </cell>
36648 </row>
36649 </lyxtabular>
36650
36651 \end_inset
36652
36653  or 
36654 \begin_inset Tabular
36655 <lyxtabular version="3" rows="2" columns="2">
36656 <features tabularvalignment="middle">
36657 <column alignment="center" valignment="top">
36658 <column alignment="center" valignment="top">
36659 <row>
36660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36661 \begin_inset Text
36662
36663 \begin_layout Plain Layout
36664 text
36665 \end_layout
36666
36667 \end_inset
36668 </cell>
36669 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36670 \begin_inset Text
36671
36672 \begin_layout Plain Layout
36673 \begin_inset Info
36674 type  "icon"
36675 arg   "dialog-show-new-inset graphics"
36676 \end_inset
36677
36678
36679 \end_layout
36680
36681 \end_inset
36682 </cell>
36683 </row>
36684 <row>
36685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36686 \begin_inset Text
36687
36688 \begin_layout Plain Layout
36689 text
36690 \end_layout
36691
36692 \end_inset
36693 </cell>
36694 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36695 \begin_inset Text
36696
36697 \begin_layout Plain Layout
36698 text
36699 \end_layout
36700
36701 \end_inset
36702 </cell>
36703 </row>
36704 </lyxtabular>
36705
36706 \end_inset
36707
36708
36709 \end_layout
36710
36711 \begin_layout Standard
36712 To get an object exactly at the position where it is inserted, for example
36713  to get one of these positions:
36714 \begin_inset VSpace defskip
36715 \end_inset
36716
36717
36718 \end_layout
36719
36720 \begin_layout Standard
36721 \noindent
36722 \align center
36723 \begin_inset Tabular
36724 <lyxtabular version="3" rows="2" columns="2">
36725 <features tabularvalignment="middle">
36726 <column alignment="center" valignment="top">
36727 <column alignment="center" valignment="top">
36728 <row>
36729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36730 \begin_inset Text
36731
36732 \begin_layout Plain Layout
36733 text
36734 \end_layout
36735
36736 \end_inset
36737 </cell>
36738 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36739 \begin_inset Text
36740
36741 \begin_layout Plain Layout
36742 text
36743 \end_layout
36744
36745 \end_inset
36746 </cell>
36747 </row>
36748 <row>
36749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36750 \begin_inset Text
36751
36752 \begin_layout Plain Layout
36753 \begin_inset Info
36754 type  "icon"
36755 arg   "dialog-show-new-inset graphics"
36756 \end_inset
36757
36758
36759 \end_layout
36760
36761 \end_inset
36762 </cell>
36763 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36764 \begin_inset Text
36765
36766 \begin_layout Plain Layout
36767 text
36768 \end_layout
36769
36770 \end_inset
36771 </cell>
36772 </row>
36773 </lyxtabular>
36774
36775 \end_inset
36776
36777  
36778 \begin_inset Tabular
36779 <lyxtabular version="3" rows="2" columns="2">
36780 <features tabularvalignment="middle">
36781 <column alignment="center" valignment="top">
36782 <column alignment="center" valignment="top">
36783 <row>
36784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36785 \begin_inset Text
36786
36787 \begin_layout Plain Layout
36788 text
36789 \end_layout
36790
36791 \end_inset
36792 </cell>
36793 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36794 \begin_inset Text
36795
36796 \begin_layout Plain Layout
36797 text
36798 \end_layout
36799
36800 \end_inset
36801 </cell>
36802 </row>
36803 <row>
36804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36805 \begin_inset Text
36806
36807 \begin_layout Plain Layout
36808 text
36809 \end_layout
36810
36811 \end_inset
36812 </cell>
36813 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36814 \begin_inset Text
36815
36816 \begin_layout Plain Layout
36817 \begin_inset Info
36818 type  "icon"
36819 arg   "dialog-show-new-inset graphics"
36820 \end_inset
36821
36822
36823 \end_layout
36824
36825 \end_inset
36826 </cell>
36827 </row>
36828 </lyxtabular>
36829
36830 \end_inset
36831
36832  
36833 \begin_inset Tabular
36834 <lyxtabular version="3" rows="2" columns="3">
36835 <features tabularvalignment="middle">
36836 <column alignment="center" valignment="top">
36837 <column alignment="center" valignment="top">
36838 <column alignment="center" valignment="top">
36839 <row>
36840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36841 \begin_inset Text
36842
36843 \begin_layout Plain Layout
36844 text
36845 \end_layout
36846
36847 \end_inset
36848 </cell>
36849 <cell alignment="center" valignment="top" topline="true" usebox="none">
36850 \begin_inset Text
36851
36852 \begin_layout Plain Layout
36853 \begin_inset Info
36854 type  "icon"
36855 arg   "dialog-show-new-inset graphics"
36856 \end_inset
36857
36858
36859 \end_layout
36860
36861 \end_inset
36862 </cell>
36863 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36864 \begin_inset Text
36865
36866 \begin_layout Plain Layout
36867 text
36868 \end_layout
36869
36870 \end_inset
36871 </cell>
36872 </row>
36873 <row>
36874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36875 \begin_inset Text
36876
36877 \begin_layout Plain Layout
36878 text
36879 \end_layout
36880
36881 \end_inset
36882 </cell>
36883 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36884 \begin_inset Text
36885
36886 \begin_layout Plain Layout
36887 text
36888 \end_layout
36889
36890 \end_inset
36891 </cell>
36892 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36893 \begin_inset Text
36894
36895 \begin_layout Plain Layout
36896 text
36897 \end_layout
36898
36899 \end_inset
36900 </cell>
36901 </row>
36902 </lyxtabular>
36903
36904 \end_inset
36905
36906  
36907 \begin_inset Tabular
36908 <lyxtabular version="3" rows="2" columns="3">
36909 <features tabularvalignment="middle">
36910 <column alignment="center" valignment="top">
36911 <column alignment="center" valignment="top">
36912 <column alignment="center" valignment="top">
36913 <row>
36914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36915 \begin_inset Text
36916
36917 \begin_layout Plain Layout
36918 text
36919 \end_layout
36920
36921 \end_inset
36922 </cell>
36923 <cell alignment="center" valignment="top" topline="true" usebox="none">
36924 \begin_inset Text
36925
36926 \begin_layout Plain Layout
36927 text
36928 \end_layout
36929
36930 \end_inset
36931 </cell>
36932 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36933 \begin_inset Text
36934
36935 \begin_layout Plain Layout
36936 text
36937 \end_layout
36938
36939 \end_inset
36940 </cell>
36941 </row>
36942 <row>
36943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36944 \begin_inset Text
36945
36946 \begin_layout Plain Layout
36947 text
36948 \end_layout
36949
36950 \end_inset
36951 </cell>
36952 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36953 \begin_inset Text
36954
36955 \begin_layout Plain Layout
36956 \begin_inset Info
36957 type  "icon"
36958 arg   "dialog-show-new-inset graphics"
36959 \end_inset
36960
36961
36962 \end_layout
36963
36964 \end_inset
36965 </cell>
36966 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36967 \begin_inset Text
36968
36969 \begin_layout Plain Layout
36970 text
36971 \end_layout
36972
36973 \end_inset
36974 </cell>
36975 </row>
36976 </lyxtabular>
36977
36978 \end_inset
36979
36980
36981 \end_layout
36982
36983 \begin_layout Standard
36984 \noindent
36985 \align center
36986 \begin_inset Tabular
36987 <lyxtabular version="3" rows="3" columns="2">
36988 <features tabularvalignment="middle">
36989 <column alignment="center" valignment="top">
36990 <column alignment="center" valignment="top">
36991 <row>
36992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36993 \begin_inset Text
36994
36995 \begin_layout Plain Layout
36996 text
36997 \end_layout
36998
36999 \end_inset
37000 </cell>
37001 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37002 \begin_inset Text
37003
37004 \begin_layout Plain Layout
37005 text
37006 \end_layout
37007
37008 \end_inset
37009 </cell>
37010 </row>
37011 <row>
37012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37013 \begin_inset Text
37014
37015 \begin_layout Plain Layout
37016 \begin_inset Info
37017 type  "icon"
37018 arg   "dialog-show-new-inset graphics"
37019 \end_inset
37020
37021
37022 \end_layout
37023
37024 \end_inset
37025 </cell>
37026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37027 \begin_inset Text
37028
37029 \begin_layout Plain Layout
37030 text
37031 \end_layout
37032
37033 \end_inset
37034 </cell>
37035 </row>
37036 <row>
37037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37038 \begin_inset Text
37039
37040 \begin_layout Plain Layout
37041 text
37042 \end_layout
37043
37044 \end_inset
37045 </cell>
37046 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37047 \begin_inset Text
37048
37049 \begin_layout Plain Layout
37050 text
37051 \end_layout
37052
37053 \end_inset
37054 </cell>
37055 </row>
37056 </lyxtabular>
37057
37058 \end_inset
37059
37060  
37061 \begin_inset Tabular
37062 <lyxtabular version="3" rows="3" columns="3">
37063 <features tabularvalignment="middle">
37064 <column alignment="center" valignment="top">
37065 <column alignment="center" valignment="top">
37066 <column alignment="center" valignment="top">
37067 <row>
37068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37069 \begin_inset Text
37070
37071 \begin_layout Plain Layout
37072 text
37073 \end_layout
37074
37075 \end_inset
37076 </cell>
37077 <cell alignment="center" valignment="top" topline="true" usebox="none">
37078 \begin_inset Text
37079
37080 \begin_layout Plain Layout
37081 text
37082 \end_layout
37083
37084 \end_inset
37085 </cell>
37086 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37087 \begin_inset Text
37088
37089 \begin_layout Plain Layout
37090 text
37091 \end_layout
37092
37093 \end_inset
37094 </cell>
37095 </row>
37096 <row>
37097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37098 \begin_inset Text
37099
37100 \begin_layout Plain Layout
37101 text
37102 \end_layout
37103
37104 \end_inset
37105 </cell>
37106 <cell alignment="center" valignment="top" usebox="none">
37107 \begin_inset Text
37108
37109 \begin_layout Plain Layout
37110 \begin_inset Info
37111 type  "icon"
37112 arg   "dialog-show-new-inset graphics"
37113 \end_inset
37114
37115
37116 \end_layout
37117
37118 \end_inset
37119 </cell>
37120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37121 \begin_inset Text
37122
37123 \begin_layout Plain Layout
37124 text
37125 \end_layout
37126
37127 \end_inset
37128 </cell>
37129 </row>
37130 <row>
37131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37132 \begin_inset Text
37133
37134 \begin_layout Plain Layout
37135 text
37136 \end_layout
37137
37138 \end_inset
37139 </cell>
37140 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37141 \begin_inset Text
37142
37143 \begin_layout Plain Layout
37144 text
37145 \end_layout
37146
37147 \end_inset
37148 </cell>
37149 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37150 \begin_inset Text
37151
37152 \begin_layout Plain Layout
37153 text
37154 \end_layout
37155
37156 \end_inset
37157 </cell>
37158 </row>
37159 </lyxtabular>
37160
37161 \end_inset
37162
37163  
37164 \begin_inset Tabular
37165 <lyxtabular version="3" rows="3" columns="2">
37166 <features tabularvalignment="middle">
37167 <column alignment="center" valignment="top">
37168 <column alignment="center" valignment="top">
37169 <row>
37170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37171 \begin_inset Text
37172
37173 \begin_layout Plain Layout
37174 text
37175 \end_layout
37176
37177 \end_inset
37178 </cell>
37179 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37180 \begin_inset Text
37181
37182 \begin_layout Plain Layout
37183 text
37184 \end_layout
37185
37186 \end_inset
37187 </cell>
37188 </row>
37189 <row>
37190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37191 \begin_inset Text
37192
37193 \begin_layout Plain Layout
37194 text
37195 \end_layout
37196
37197 \end_inset
37198 </cell>
37199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37200 \begin_inset Text
37201
37202 \begin_layout Plain Layout
37203 \begin_inset Info
37204 type  "icon"
37205 arg   "dialog-show-new-inset graphics"
37206 \end_inset
37207
37208
37209 \end_layout
37210
37211 \end_inset
37212 </cell>
37213 </row>
37214 <row>
37215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37216 \begin_inset Text
37217
37218 \begin_layout Plain Layout
37219 text
37220 \end_layout
37221
37222 \end_inset
37223 </cell>
37224 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37225 \begin_inset Text
37226
37227 \begin_layout Plain Layout
37228 text
37229 \end_layout
37230
37231 \end_inset
37232 </cell>
37233 </row>
37234 </lyxtabular>
37235
37236 \end_inset
37237
37238
37239 \end_layout
37240
37241 \begin_layout Standard
37242 \noindent
37243 you can use the \SpecialChar LaTeX
37244 -package 
37245 \series bold
37246 picinpar
37247 \series default
37248
37249 \begin_inset Index idx
37250 status collapsed
37251
37252 \begin_layout Plain Layout
37253 \SpecialChar LaTeX
37254 -packages ! picinpar
37255 \end_layout
37256
37257 \end_inset
37258
37259 .
37260  Here is an example:
37261 \end_layout
37262
37263 \begin_layout Standard
37264 \begin_inset ERT
37265 status collapsed
37266
37267 \begin_layout Plain Layout
37268
37269
37270 \backslash
37271 ifpicinpar
37272 \end_layout
37273
37274 \end_inset
37275
37276
37277 \begin_inset Note Note
37278 status open
37279
37280 \begin_layout Plain Layout
37281 The following section will only be displayed when the \SpecialChar LaTeX
37282 -package 
37283 \series bold
37284 picinpar
37285 \series default
37286  is installed.
37287 \end_layout
37288
37289 \end_inset
37290
37291
37292 \end_layout
37293
37294 \begin_layout Standard
37295 \begin_inset ERT
37296 status collapsed
37297
37298 \begin_layout Plain Layout
37299
37300
37301 \backslash
37302 begin{window}[2,c,{
37303 \end_layout
37304
37305 \end_inset
37306
37307
37308 \begin_inset Graphics
37309         filename clipart/mobius.eps
37310         lyxscale 60
37311         width 40col%
37312         scaleBeforeRotation
37313         rotateOrigin center
37314
37315 \end_inset
37316
37317
37318 \begin_inset ERT
37319 status collapsed
37320
37321 \begin_layout Plain Layout
37322
37323 },]
37324 \end_layout
37325
37326 \begin_layout Plain Layout
37327
37328 {}
37329 \end_layout
37330
37331 \end_inset
37332
37333
37334 \size small
37335 It was in the spring of the year 1894 that all London was interested, and
37336  the fashionable world dismayed, by the murder of the Honourable Ronald
37337  Adair under most unusual and inexplicable circumstances.
37338  The public has already learned those particulars of the crime which
37339 \size default
37340
37341 \begin_inset ERT
37342 status collapsed
37343
37344 \begin_layout Plain Layout
37345
37346
37347 \backslash
37348 footnotemark{}
37349 \end_layout
37350
37351 \end_inset
37352
37353
37354 \size small
37355  came out in the police investigation, but a good deal was suppressed upon
37356  that occasion, since the case for the prosecution was so overwhelmingly
37357  strong that it was not necessary to bring forward all the facts.
37358  Only now, at the end of nearly ten years, am I allowed to supply those
37359  missing links which make up the whole of that remarkable chain.
37360 \size default
37361
37362 \begin_inset ERT
37363 status collapsed
37364
37365 \begin_layout Plain Layout
37366
37367
37368 \backslash
37369 end{window}
37370 \end_layout
37371
37372 \end_inset
37373
37374
37375 \end_layout
37376
37377 \begin_layout Standard
37378 \begin_inset ERT
37379 status collapsed
37380
37381 \begin_layout Plain Layout
37382
37383
37384 \backslash
37385 footnotetext{
37386 \end_layout
37387
37388 \end_inset
37389
37390 Footnote of the paragraph with the fixed object.
37391 \begin_inset ERT
37392 status collapsed
37393
37394 \begin_layout Plain Layout
37395
37396 }
37397 \end_layout
37398
37399 \end_inset
37400
37401
37402 \end_layout
37403
37404 \begin_layout Standard
37405 Surrounded fixed objects are used to let text float around them, at which
37406  the object's position in the paragraph can be determined by the number
37407  of lines above it.
37408  In contrary to floats is it not possible to have a numbered caption.
37409 \end_layout
37410
37411 \begin_layout Standard
37412 A fixed object is inserted by adding the command
37413 \end_layout
37414
37415 \begin_layout Standard
37416
37417 \series bold
37418
37419 \backslash
37420 begin{window}[2,c,{
37421 \end_layout
37422
37423 \begin_layout Standard
37424 as \SpecialChar TeX
37425  Code at the beginning of the paragraph.
37426  The first parameter in the bracket, here '2', defines the number of lines
37427  above the object, the second, here 'c', the position of the object.
37428  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37429  Behind the command you insert the object.
37430  In this example an image with a width of 40
37431 \begin_inset space \thinspace{}
37432 \end_inset
37433
37434 % of the text column width was inserted.
37435  The object can also be a table, a box or an equation.
37436  Behind the object the command
37437 \end_layout
37438
37439 \begin_layout Standard
37440
37441 \series bold
37442 },description text]
37443 \begin_inset Newline newline
37444 \end_inset
37445
37446 {}
37447 \end_layout
37448
37449 \begin_layout Standard
37450 is inserted.
37451  Note that the 
37452 \begin_inset Quotes eld
37453 \end_inset
37454
37455
37456 \series bold
37457 {}
37458 \series default
37459
37460 \begin_inset Quotes erd
37461 \end_inset
37462
37463  is in the second line.
37464  The description text is optional.
37465  The text surrounding the object must be in the same paragraph as the object,
37466  so it must begin directly after the 
37467 \series bold
37468 {}
37469 \series default
37470 .
37471  At the end of the paragraph insert the command:
37472 \end_layout
37473
37474 \begin_layout Standard
37475
37476 \series bold
37477
37478 \backslash
37479 end{window}
37480 \end_layout
37481
37482 \begin_layout Standard
37483 Within a paragraph with a fixed object, you cannot insert footnotes in the
37484  normal way.
37485  You have to use instead the command 
37486 \series bold
37487
37488 \backslash
37489 footnotemark
37490 \series default
37491  inside the paragraph and outside the command 
37492 \series bold
37493
37494 \backslash
37495 footnotetext
37496 \series default
37497  as described in sec.
37498 \begin_inset space \thinspace{}
37499 \end_inset
37500
37501
37502 \begin_inset CommandInset ref
37503 LatexCommand ref
37504 reference "sec:Footnotes"
37505
37506 \end_inset
37507
37508 .
37509 \end_layout
37510
37511 \begin_layout Standard
37512 \begin_inset ERT
37513 status collapsed
37514
37515 \begin_layout Plain Layout
37516
37517
37518 \backslash
37519 else
37520 \end_layout
37521
37522 \end_inset
37523
37524
37525 \begin_inset Note Note
37526 status open
37527
37528 \begin_layout Plain Layout
37529 The following will be displayed when the \SpecialChar LaTeX
37530 -package 
37531 \series bold
37532 picinpar
37533 \series default
37534  is not installed:
37535 \end_layout
37536
37537 \end_inset
37538
37539
37540 \end_layout
37541
37542 \begin_layout Standard
37543 You need to install the \SpecialChar LaTeX
37544 -package 
37545 \series bold
37546 picinpar
37547 \series default
37548  to see the following part of this section in the output.
37549 \end_layout
37550
37551 \begin_layout Standard
37552 \begin_inset ERT
37553 status collapsed
37554
37555 \begin_layout Plain Layout
37556
37557
37558 \backslash
37559 fi
37560 \end_layout
37561
37562 \end_inset
37563
37564
37565 \end_layout
37566
37567 \begin_layout Section
37568 Initials
37569 \begin_inset Index idx
37570 status collapsed
37571
37572 \begin_layout Plain Layout
37573 Initials
37574 \end_layout
37575
37576 \end_inset
37577
37578
37579 \begin_inset Index idx
37580 status collapsed
37581
37582 \begin_layout Plain Layout
37583 Surrounded by text ! Initials
37584 \end_layout
37585
37586 \end_inset
37587
37588
37589 \end_layout
37590
37591 \begin_layout Standard
37592 To use initials, you must have the \SpecialChar LaTeX
37593 -package 
37594 \series bold
37595 lettrine
37596 \series default
37597
37598 \begin_inset Index idx
37599 status collapsed
37600
37601 \begin_layout Plain Layout
37602 \SpecialChar LaTeX
37603 -packages ! lettrine
37604 \end_layout
37605
37606 \end_inset
37607
37608  installed and use the module 
37609 \family sans
37610 Initials
37611 \family default
37612  in your document (menu 
37613 \family sans
37614 Document\SpecialChar menuseparator
37615 Settings\SpecialChar menuseparator
37616 Modules
37617 \family default
37618 ).
37619  To insert an initial, use the style 
37620 \family sans
37621 Initial
37622 \family default
37623 .
37624  This style has a mandatory and two optional arguments.
37625  The arguments are inserted via the 
37626 \family sans
37627 Insert
37628 \family default
37629  menu.
37630  The mandatory argument 
37631 \family sans
37632 Initial
37633 \family default
37634  contains the letter(s) that is the initial, the argument 
37635 \family sans
37636 Rest
37637 \begin_inset space ~
37638 \end_inset
37639
37640 of
37641 \begin_inset space ~
37642 \end_inset
37643
37644 Initial
37645 \family default
37646  contains the rest of the word or text of the initial letter(s).
37647  The argument 
37648 \family sans
37649 Options
37650 \family default
37651  contains parameters to modify the initial.
37652  For more information about the possible parameters see the documentation
37653  of 
37654 \series bold
37655 lettrine
37656 \series default
37657
37658 \begin_inset CommandInset citation
37659 LatexCommand cite
37660 key "lettrine"
37661
37662 \end_inset
37663
37664 .
37665  The style itself contains the text that is surrounding the initial.
37666  The usual style is hereby that the word whose first letter is the initial,
37667  is printed with 
37668 \shape smallcaps
37669 small caps
37670 \shape default
37671 .
37672 \end_layout
37673
37674 \begin_layout Standard
37675 Here are some examples:
37676 \end_layout
37677
37678 \begin_layout Standard
37679 \begin_inset ERT
37680 status collapsed
37681
37682 \begin_layout Plain Layout
37683
37684
37685 \backslash
37686 iflettrine
37687 \end_layout
37688
37689 \end_inset
37690
37691
37692 \begin_inset Note Note
37693 status open
37694
37695 \begin_layout Plain Layout
37696 The following section will only be displayed when the \SpecialChar LaTeX
37697 -package 
37698 \series bold
37699 lettrine
37700 \series default
37701  is installed.
37702 \end_layout
37703
37704 \end_inset
37705
37706
37707 \end_layout
37708
37709 \begin_layout Enumerate
37710 No optional argument, the initial is the letter 'I' in the math font 
37711 \begin_inset Formula $\mathfrak{Fraktur}$
37712 \end_inset
37713
37714 :
37715 \begin_inset Separator latexpar
37716 \end_inset
37717
37718
37719 \end_layout
37720
37721 \begin_deeper
37722 \begin_layout Initial
37723 \begin_inset Argument 2
37724 status open
37725
37726 \begin_layout Plain Layout
37727 \begin_inset Formula $\mathfrak{I}$
37728 \end_inset
37729
37730
37731 \end_layout
37732
37733 \end_inset
37734
37735
37736 \begin_inset Argument 3
37737 status open
37738
37739 \begin_layout Plain Layout
37740 t
37741 \end_layout
37742
37743 \end_inset
37744
37745  was in the spring of the year 1894 that all London was interested, and
37746  the fashionable world dismayed, by the murder of the Honourable Ronald
37747  Adair under most unusual and inexplicable circumstances.
37748  The public has already learned those particulars of the crime which came
37749  out in the police investigation, but a good deal was suppressed upon that
37750  occasion, since the case for the prosecution was so overwhelmingly strong
37751  that it was not necessary to bring forward all the facts.
37752 \begin_inset Newpage newpage
37753 \end_inset
37754
37755
37756 \end_layout
37757
37758 \end_deeper
37759 \begin_layout Enumerate
37760 Only one line is surrounding the initial, which is formed by two letters
37761  in standard font and no text is printed in small caps:
37762 \begin_inset Separator latexpar
37763 \end_inset
37764
37765
37766 \end_layout
37767
37768 \begin_deeper
37769 \begin_layout Initial
37770 \begin_inset Argument 1
37771 status open
37772
37773 \begin_layout Plain Layout
37774 lines=1
37775 \end_layout
37776
37777 \end_inset
37778
37779
37780 \begin_inset Argument 2
37781 status open
37782
37783 \begin_layout Plain Layout
37784 It
37785 \end_layout
37786
37787 \end_inset
37788
37789  was in the spring of the year 1894 that all London was interested, and
37790  the fashionable world dismayed, by the murder of the Honourable Ronald
37791  Adair under most unusual and inexplicable circumstances.
37792  The public has already learned those particulars of the crime which came
37793  out in the police investigation, but a good deal was suppressed upon that
37794  occasion, since the case for the prosecution was so overwhelmingly strong
37795  that it was not necessary to bring forward all the facts.
37796 \end_layout
37797
37798 \end_deeper
37799 \begin_layout Enumerate
37800 Magenta, hanging initial over 3
37801 \begin_inset space ~
37802 \end_inset
37803
37804 lines in the math font 
37805 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37806 \end_inset
37807
37808 , the text 
37809 \begin_inset Quotes eld
37810 \end_inset
37811
37812 t was in the spring
37813 \begin_inset Quotes erd
37814 \end_inset
37815
37816  is in 
37817 \shape smallcaps
37818 small caps
37819 \shape default
37820 ; to color the initial, you must insert this command before the initial:
37821 \begin_inset Newline newline
37822 \end_inset
37823
37824
37825 \series bold
37826
37827 \backslash
37828 renewcommand{
37829 \backslash
37830 LettrineFontHook}{
37831 \backslash
37832 color{color}}
37833 \series default
37834
37835 \begin_inset Newline newline
37836 \end_inset
37837
37838 where the second 
37839 \emph on
37840 color
37841 \emph default
37842  can be 
37843 \begin_inset Quotes eld
37844 \end_inset
37845
37846 red
37847 \begin_inset Quotes erd
37848 \end_inset
37849
37850
37851 \begin_inset Quotes eld
37852 \end_inset
37853
37854 blue
37855 \begin_inset Quotes erd
37856 \end_inset
37857
37858
37859 \begin_inset Quotes eld
37860 \end_inset
37861
37862 green
37863 \begin_inset Quotes erd
37864 \end_inset
37865
37866
37867 \begin_inset Quotes eld
37868 \end_inset
37869
37870 yellow
37871 \begin_inset Quotes erd
37872 \end_inset
37873
37874
37875 \begin_inset Quotes eld
37876 \end_inset
37877
37878 cyan
37879 \begin_inset Quotes erd
37880 \end_inset
37881
37882
37883 \begin_inset Quotes eld
37884 \end_inset
37885
37886 magenta
37887 \begin_inset Quotes erd
37888 \end_inset
37889
37890
37891 \begin_inset Quotes eld
37892 \end_inset
37893
37894 black
37895 \begin_inset Quotes erd
37896 \end_inset
37897
37898  or 
37899 \begin_inset Quotes eld
37900 \end_inset
37901
37902 white
37903 \begin_inset Quotes erd
37904 \end_inset
37905
37906 , and add this command to the document preamble:
37907 \begin_inset Newline newline
37908 \end_inset
37909
37910
37911 \series bold
37912
37913 \backslash
37914 @ifundefined{textcolor}
37915 \begin_inset Newline newline
37916 \end_inset
37917
37918
37919 \begin_inset space ~
37920 \end_inset
37921
37922 {
37923 \backslash
37924 usepackage{color}}{}
37925 \series default
37926
37927 \begin_inset Separator latexpar
37928 \end_inset
37929
37930
37931 \end_layout
37932
37933 \begin_deeper
37934 \begin_layout Standard
37935 \begin_inset ERT
37936 status collapsed
37937
37938 \begin_layout Plain Layout
37939
37940
37941 \backslash
37942 renewcommand{
37943 \backslash
37944 LettrineFontHook}{
37945 \backslash
37946 color{magenta}}
37947 \end_layout
37948
37949 \end_inset
37950
37951
37952 \begin_inset Note Note
37953 status collapsed
37954
37955 \begin_layout Plain Layout
37956 makes the initial magenta
37957 \end_layout
37958
37959 \end_inset
37960
37961
37962 \end_layout
37963
37964 \begin_layout Initial
37965 \begin_inset Argument 1
37966 status open
37967
37968 \begin_layout Plain Layout
37969 lines=3, lhang=0.33, loversize=0.25
37970 \end_layout
37971
37972 \end_inset
37973
37974
37975 \begin_inset Argument 2
37976 status open
37977
37978 \begin_layout Plain Layout
37979 \begin_inset Formula $\mathcal{I}$
37980 \end_inset
37981
37982
37983 \end_layout
37984
37985 \end_inset
37986
37987
37988 \begin_inset Argument 3
37989 status open
37990
37991 \begin_layout Plain Layout
37992 t was in the spring
37993 \end_layout
37994
37995 \end_inset
37996
37997  of the year 1894 that all London was interested, and the fashionable world
37998  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37999  and inexplicable circumstances.
38000  The public has already learned those particulars of the crime which came
38001  out in the police investigation, but a good deal was suppressed upon that
38002  occasion, since the case for the prosecution was so overwhelmingly strong
38003  that it was not necessary to bring forward all the facts.
38004 \end_layout
38005
38006 \end_deeper
38007 \begin_layout Standard
38008 \begin_inset ERT
38009 status collapsed
38010
38011 \begin_layout Plain Layout
38012
38013
38014 \backslash
38015 else
38016 \end_layout
38017
38018 \end_inset
38019
38020
38021 \begin_inset Note Note
38022 status open
38023
38024 \begin_layout Plain Layout
38025 The following will be displayed when the \SpecialChar LaTeX
38026 -package 
38027 \series bold
38028 lettrine
38029 \series default
38030  is not installed:
38031 \end_layout
38032
38033 \end_inset
38034
38035
38036 \end_layout
38037
38038 \begin_layout Standard
38039 You need to install the \SpecialChar LaTeX
38040 -package 
38041 \series bold
38042 lettrine
38043 \series default
38044  to see the following part of this section in the output.
38045 \end_layout
38046
38047 \begin_layout Standard
38048 \begin_inset ERT
38049 status collapsed
38050
38051 \begin_layout Plain Layout
38052
38053
38054 \backslash
38055 fi
38056 \end_layout
38057
38058 \end_inset
38059
38060
38061 \end_layout
38062
38063 \begin_layout Chapter
38064 External Document Parts
38065 \begin_inset Index idx
38066 status collapsed
38067
38068 \begin_layout Plain Layout
38069 External Document Parts
38070 \end_layout
38071
38072 \end_inset
38073
38074
38075 \end_layout
38076
38077 \begin_layout Standard
38078 With the menu 
38079 \family sans
38080 Insert\SpecialChar menuseparator
38081 File
38082 \family default
38083  you can insert external material into your document.
38084  This can be:
38085 \end_layout
38086
38087 \begin_layout Description
38088 LyX
38089 \begin_inset space ~
38090 \end_inset
38091
38092 Document Another \SpecialChar LyX
38093  document; its content is directly inserted to your document.
38094 \end_layout
38095
38096 \begin_layout Description
38097 Plain
38098 \begin_inset space ~
38099 \end_inset
38100
38101 Text A text document; each line is inserted in your document as a separate
38102  paragraph.
38103 \end_layout
38104
38105 \begin_layout Description
38106 Plain
38107 \begin_inset space ~
38108 \end_inset
38109
38110 Text,
38111 \begin_inset space ~
38112 \end_inset
38113
38114 Join
38115 \begin_inset space ~
38116 \end_inset
38117
38118 Lines A text document; text lines are inserted in your document continuously
38119  but an empty text line creates a new paragraph.
38120 \end_layout
38121
38122 \begin_layout Description
38123 External
38124 \begin_inset space ~
38125 \end_inset
38126
38127 Material Files in various formats.
38128 \end_layout
38129
38130 \begin_layout Description
38131 Child
38132 \begin_inset space ~
38133 \end_inset
38134
38135 Document \SpecialChar LyX
38136  or \SpecialChar LaTeX
38137  documents.
38138 \end_layout
38139
38140 \begin_layout Section
38141 External Material
38142 \begin_inset Index idx
38143 status collapsed
38144
38145 \begin_layout Plain Layout
38146 External Document Parts ! External Material
38147 \end_layout
38148
38149 \end_inset
38150
38151
38152 \end_layout
38153
38154 \begin_layout Standard
38155 The external material feature allows you to insert files into your document
38156  without converting them to a format that can be read by the document output
38157  format.
38158  \SpecialChar LyX
38159  takes care of the necessary conversions.
38160  This is similar to images that can be inserted in various image formats
38161  in \SpecialChar LyX
38162  documents.
38163  When you have enabled Instant Preview in \SpecialChar LyX
38164 's preferences under 
38165 \family sans
38166 Look
38167 \begin_inset space ~
38168 \end_inset
38169
38170 and
38171 \begin_inset space ~
38172 \end_inset
38173
38174 feel\SpecialChar menuseparator
38175 Graphics
38176 \family default
38177 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
38178 .
38179 \end_layout
38180
38181 \begin_layout Standard
38182 External material can be inserted via the 
38183 \family sans
38184 External Material
38185 \family default
38186  dialog that is accessible with the menu 
38187 \family sans
38188 Insert\SpecialChar menuseparator
38189 File\SpecialChar menuseparator
38190 External
38191 \begin_inset space ~
38192 \end_inset
38193
38194 Material
38195 \family default
38196 .
38197  Currently the following file types (
38198 \family sans
38199 Templates
38200 \family default
38201 ) are allowed:
38202 \end_layout
38203
38204 \begin_layout Description
38205 Chess
38206 \begin_inset space ~
38207 \end_inset
38208
38209 diagram This template supports chess position diagrams made with the program
38210  
38211 \series bold
38212
38213 \begin_inset CommandInset href
38214 LatexCommand href
38215 name "XBoard"
38216 target "http://en.wikipedia.org/wiki/XBoard"
38217
38218 \end_inset
38219
38220
38221 \series default
38222 .
38223 \end_layout
38224
38225 \begin_layout Description
38226 Dia
38227 \begin_inset space ~
38228 \end_inset
38229
38230 diagram This template supports diagrams created with the program 
38231 \series bold
38232
38233 \begin_inset CommandInset href
38234 LatexCommand href
38235 name "Dia"
38236 target "http://en.wikipedia.org/wiki/Dia_(software)"
38237
38238 \end_inset
38239
38240
38241 \series default
38242 .
38243 \end_layout
38244
38245 \begin_layout Description
38246 Spreadsheet With this template you can insert spreadsheets
38247 \begin_inset space \thinspace{}
38248 \end_inset
38249
38250 /
38251 \begin_inset space \thinspace{}
38252 \end_inset
38253
38254 tables in the format of 
38255 \series bold
38256
38257 \begin_inset CommandInset href
38258 LatexCommand href
38259 name "Gnumeric"
38260 target "http://en.wikipedia.org/wiki/Gnumeric"
38261
38262 \end_inset
38263
38264
38265 \series default
38266
38267 \begin_inset CommandInset href
38268 LatexCommand href
38269 name "OpenDocument"
38270 target "http://en.wikipedia.org/wiki/OpenDocument"
38271
38272 \end_inset
38273
38274
38275 \begin_inset CommandInset href
38276 LatexCommand href
38277 name "Microsoft Office XML"
38278 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38279
38280 \end_inset
38281
38282  and 
38283 \begin_inset CommandInset href
38284 LatexCommand href
38285 name "Office Open XML"
38286 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38287
38288 \end_inset
38289
38290 .
38291  For this feature \SpecialChar LyX
38292  must have found the program 
38293 \family typewriter
38294 ssconvert
38295 \family default
38296  during its configuration.
38297  This program is part of Gnumeric, so that you must have Gnumeric installed,
38298  also if you don't have tables in the Gnumeric format.
38299  For examples and possible limitations have a look at \SpecialChar LyX
38300 's example file 
38301 \emph on
38302 spreadsheet.lyx
38303 \emph default
38304 .
38305 \end_layout
38306
38307 \begin_layout Description
38308 Lilypond
38309 \begin_inset space ~
38310 \end_inset
38311
38312 typeset
38313 \begin_inset space ~
38314 \end_inset
38315
38316 music This template is used for music notation typeset with the program
38317 \begin_inset Newline linebreak
38318 \end_inset
38319
38320
38321 \series bold
38322
38323 \begin_inset CommandInset href
38324 LatexCommand href
38325 name "LilyPond"
38326 target "http://en.wikipedia.org/wiki/LilyPond"
38327
38328 \end_inset
38329
38330
38331 \series default
38332 .
38333  For \SpecialChar LyX
38334 's extended support for LilyPond have a look at \SpecialChar LyX
38335 's example file 
38336 \emph on
38337 lilypond.lyx
38338 \emph default
38339 .
38340 \end_layout
38341
38342 \begin_layout Description
38343 PDF
38344 \begin_inset space ~
38345 \end_inset
38346
38347 pages With this template you can insert PDF documents to your document.
38348  To specify the range of pages that should be included, use the option 
38349 \series bold
38350 pages
38351 \series default
38352  in the 
38353 \family sans
38354 Option
38355 \family default
38356  field in the 
38357 \family sans
38358 LaTeX and LyX options
38359 \family default
38360  tab.
38361  The argument of this option is a comma separated list, containing page
38362  numbers (insert as option 
38363 \series bold
38364 pages={3,5,6,8}
38365 \series default
38366 ), ranges of page numbers (
38367 \series bold
38368 pages={4-9}
38369 \series default
38370 ) or any combination.
38371  To insert empty pages use {}.
38372  E.
38373 \begin_inset space \thinspace{}
38374 \end_inset
38375
38376 g.
38377 \begin_inset space ~
38378 \end_inset
38379
38380
38381 \series bold
38382 pages={3,{},8-11,15}
38383 \series default
38384  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38385  Page ranges are specified in the syntax 
38386 \emph on
38387 start
38388 \emph default
38389 -
38390 \emph on
38391 stop
38392 \emph default
38393 .
38394  This selects all pages from 
38395 \emph on
38396 start
38397 \emph default
38398  to 
38399 \emph on
38400 stop
38401 \emph default
38402 .
38403  Omitting 
38404 \emph on
38405 start
38406 \emph default
38407  defaults to the first page; omitting 
38408 \emph on
38409 stop
38410 \emph default
38411  defaults to the last page of the document.
38412  The last page can also be selected with the keyword 
38413 \series bold
38414 last
38415 \series default
38416 .
38417  (This is only permitted in a page range.) So 
38418 \series bold
38419 pages=-
38420 \series default
38421  will insert all pages of the document and 
38422 \series bold
38423 pages=last-1
38424 \series default
38425  will insert all pages in reverse order.
38426  If the pages option is not specified, only the first page of the PDF is
38427  inserted.
38428 \begin_inset Newline newline
38429 \end_inset
38430
38431 The option 
38432 \series bold
38433 noautoscale
38434 \series default
38435  inserts the pages with their original size, if this option is not given,
38436  the pages will be resized to fith the width of the page of your document.
38437  In the tab 
38438 \family sans
38439 Size and Rotation
38440 \family default
38441  you can specify the width and height of the input pages and their rotation.
38442  If another width than 100
38443 \begin_inset space \thinspace{}
38444 \end_inset
38445
38446 Scale% is used, the option 
38447 \series bold
38448 noautoscale
38449 \series default
38450  will be overwritten.
38451  For more info and possible options, have a look into the documentation
38452  of the \SpecialChar LaTeX
38453 -package 
38454 \series bold
38455 pdfpages
38456 \series default
38457  
38458 \begin_inset CommandInset citation
38459 LatexCommand cite
38460 key "pdfpages"
38461
38462 \end_inset
38463
38464 .
38465 \begin_inset Index idx
38466 status collapsed
38467
38468 \begin_layout Plain Layout
38469 \SpecialChar LaTeX
38470 -packages ! pdfpages
38471 \end_layout
38472
38473 \end_inset
38474
38475
38476 \begin_inset Newline newline
38477 \end_inset
38478
38479 To use this template in a 
38480 \family sans
38481 Beamer
38482 \family default
38483  presentation you need to first insert an 
38484 \family sans
38485 EndFrame
38486 \family default
38487  environment and in a subsequent paragraph a \SpecialChar TeX
38488  Code box containing the command
38489  
38490 \series bold
38491
38492 \backslash
38493 setbeamertemplate{background canvas}{}
38494 \series default
38495 .
38496  Then you can insert as many paragraphs containing the PDFPages template
38497  as you wish.
38498  Behind the included PDF pages you can resume the Beamer presentation by
38499  beginning a new frame or by starting a new section.
38500  To avoid stray blank pages prior to the PDF pages, make sure to use the
38501  
38502 \family sans
38503 Default
38504 \family default
38505  alignment for the paragraph containing the template.
38506 \begin_inset Newline newline
38507 \end_inset
38508
38509 Here is an included PDF which is rotated by -5°: 
38510 \begin_inset External
38511         template PDFPages
38512         filename clipart/Abstract.pdf
38513         extra LaTeX "noautoscale, pages=-"
38514         rotateAngle -5
38515         rotateOrigin bottomleft
38516
38517 \end_inset
38518
38519
38520 \end_layout
38521
38522 \begin_layout Description
38523 Raster
38524 \begin_inset space ~
38525 \end_inset
38526
38527 image This can be used for bitmap images.
38528  The image can be treated in the 
38529 \family sans
38530 External material
38531 \family default
38532  dialog like the images that are usually included via the 
38533 \family sans
38534 Graphics
38535 \family default
38536  dialog as described in section
38537 \begin_inset space ~
38538 \end_inset
38539
38540
38541 \begin_inset CommandInset ref
38542 LatexCommand ref
38543 reference "sec:Graphics-Dialog"
38544
38545 \end_inset
38546
38547 .
38548  Here is an inserted raster image: 
38549 \begin_inset External
38550         template RasterImage
38551         filename clipart/ToolbarEnvBox.png
38552
38553 \end_inset
38554
38555
38556 \end_layout
38557
38558 \begin_layout Description
38559 Vector
38560 \begin_inset space ~
38561 \end_inset
38562
38563 graphics This can be used for vector graphics.
38564  The image can be treated in the 
38565 \family sans
38566 External material
38567 \family default
38568  dialog like the images that are usually included via the 
38569 \family sans
38570 Graphics
38571 \family default
38572  dialog as described in section
38573 \begin_inset space ~
38574 \end_inset
38575
38576
38577 \begin_inset CommandInset ref
38578 LatexCommand ref
38579 reference "sec:Graphics-Dialog"
38580
38581 \end_inset
38582
38583 .
38584  Here is an inserted vector graphics: 
38585 \begin_inset External
38586         template VectorGraphics
38587         filename clipart/SVG-Drawing.svg
38588         scale 33
38589
38590 \end_inset
38591
38592
38593 \end_layout
38594
38595 \begin_layout Description
38596 Xfig
38597 \begin_inset space ~
38598 \end_inset
38599
38600 figure This template supports images created with the program 
38601 \series bold
38602
38603 \begin_inset CommandInset href
38604 LatexCommand href
38605 name "Xfig"
38606 target "http://en.wikipedia.org/wiki/Xfig"
38607
38608 \end_inset
38609
38610
38611 \series default
38612 .
38613 \change_inserted 227574939 1473131626
38614
38615 \end_layout
38616
38617 \begin_layout Description
38618
38619 \change_inserted 227574939 1473131628
38620 Inkscape
38621 \begin_inset space ~
38622 \end_inset
38623
38624 figure This experimental template supports 
38625 \change_inserted 2047637253 1475533187
38626 SVG 
38627 \change_inserted 227574939 1473131628
38628 images
38629 \change_inserted 2047637253 1475533525
38630  that contain text written in \SpecialChar LaTeX
38631 .
38632
38633 \change_inserted 227574939 1473131628
38634  
38635 \change_inserted 2047637253 1475533551
38636 It relies on the PDF/PS+\SpecialChar LaTeX
38637  option of 
38638 \change_deleted 2047637253 1475533556
38639 created with 
38640 \change_inserted 227574939 1473131628
38641 the program 
38642 \begin_inset CommandInset href
38643 LatexCommand href
38644 name "Inkscape"
38645 target "https://en.wikipedia.org/wiki/Inkscape"
38646
38647 \end_inset
38648
38649 .
38650  
38651 \change_inserted 2047637253 1475534005
38652 As described by the CTAN demonstration package 
38653 \emph on
38654 svg-inkscape
38655 \emph default
38656 ,
38657 \end_layout
38658
38659 \begin_deeper
38660 \begin_layout Quote
38661
38662 \change_inserted 2047637253 1475534064
38663
38664 \emph on
38665 using the 
38666 \begin_inset Quotes eld
38667 \end_inset
38668
38669 PDF+\SpecialChar LaTeX
38670  output
38671 \begin_inset Quotes erd
38672 \end_inset
38673
38674  option of Inkscape, it is possible to include SVG in documents, in which
38675  \SpecialChar LaTeX
38676  typesets the text.
38677  This results in uniform text style throughout the document, including text
38678  in images; moreover, \SpecialChar LaTeX
38679  commands may be used in the image’s text, providing
38680  such things as mathematics and references.
38681 \end_layout
38682
38683 \begin_layout Standard
38684
38685 \change_inserted 2047637253 1475534692
38686 With Inkscape, even the size of the font is taken from the surrounding \SpecialChar LaTeX
38687
38688  document.
38689  Of course, you can always embed \SpecialChar LaTeX
38690  modifiers like 
38691 \family typewriter
38692
38693 \backslash
38694 Large
38695 \family default
38696
38697 \family typewriter
38698
38699 \backslash
38700 small
38701 \family default
38702 , etc.
38703  into your figure text strings.
38704  Refer to the 
38705 \emph on
38706 svg-inkscape
38707 \emph default
38708  documentation package for more information and examples.
38709 \end_layout
38710
38711 \begin_layout Standard
38712
38713 \change_inserted 2047637253 1475534902
38714 It should be noted that while the image takes into account the surrounding
38715  font, its preview in \SpecialChar LyX
38716  does not.
38717  Wrapping the external inset in a preview inset gives better results in
38718  this regard.
38719 \end_layout
38720
38721 \begin_layout Standard
38722
38723 \change_deleted 2047637253 1475534821
38724 It
38725 \change_inserted 2047637253 1475534913
38726 The template
38727 \change_inserted 227574939 1473131628
38728  works very similarly to Xfig support, except that Inkscape is a more modern
38729  image editor than Xfig, which uses Scalable Vector Graphics (SVG) as its
38730  native format.
38731
38732 \change_unchanged
38733  
38734 \change_inserted 227574939 1473131628
38735 LyX will process the image file in much the same way as it does an Xfig
38736  image, extracting the text into a separate TeX file for the text strings,
38737  and a PDF file for the rest.
38738 \end_layout
38739
38740 \begin_layout Description
38741
38742 \change_inserted 227574939 1473131628
38743 Warning: Unfortunately the latest version of Inkscape, 0.91, contains a bug:
38744  with multi-page PDFs, the TeX file will sometimes reference more pages
38745  than the PDF file contains.
38746  This is the version that ships with Ubuntu 16.04.
38747  Its use with LyX can therefore not be recommended, until the bug is fixed
38748 \begin_inset Foot
38749 status open
38750
38751 \begin_layout Plain Layout
38752
38753 \change_inserted 227574939 1473131628
38754 A workaround for those who have already SVG figures in their document is,
38755  to manually do the LaTeX+PDF output from Inkscape, edit the 
38756 \family typewriter
38757 .pdf_tex
38758 \family default
38759  file to remove the erroneous references, and 
38760 \family typewriter
38761
38762 \backslash
38763 input
38764 \family default
38765  it directly into LyX, i.e., not use the external-template mechanism:
38766 \end_layout
38767
38768 \begin_layout Plain Layout
38769
38770 \change_inserted 227574939 1473131628
38771 \begin_inset Graphics
38772         filename clipart/workaround.png
38773         scale 50
38774
38775 \end_inset
38776
38777
38778 \end_layout
38779
38780 \begin_layout Plain Layout
38781
38782 \change_inserted 227574939 1473131628
38783 Here, the child document input inset (
38784 \family sans
38785 Insert\SpecialChar menuseparator
38786 File\SpecialChar menuseparator
38787 Child Document
38788 \family default
38789 ) was used, which allows you do directly edit the 
38790 \family typewriter
38791 .pdf_tex
38792 \family default
38793  file in a text editor.
38794  The LaTeX output is based on this edited snippet as re-generation from
38795  the SVG file has been commented out.
38796 \end_layout
38797
38798 \end_inset
38799
38800 .
38801 \change_deleted 2047637253 1475534230
38802
38803 \end_layout
38804
38805 \begin_layout Standard
38806
38807 \change_deleted 2047637253 1475534225
38808 The reason why we would use this complicated process at all, like in the
38809  case of Xfig, is that it makes the text strings inside the figure of the
38810  same font type and attributes as the surrounding text, which looks so much
38811  more professional.
38812  With Inkscape, even the 
38813 \emph on
38814 size
38815 \emph default
38816  of the font is taken from the surrounding LaTeX document â€“ in Xfig, you
38817  have to set it by hand to be the same.
38818  Of course you can always embed LaTeX modifiers like 
38819 \family typewriter
38820
38821 \backslash
38822 Large
38823 \family default
38824
38825 \family typewriter
38826
38827 \backslash
38828 small
38829 \family default
38830 , etc.
38831  into your figure text strings.
38832 \change_inserted 227574939 1473131628
38833
38834 \end_layout
38835
38836 \end_deeper
38837 \begin_layout Standard
38838 \begin_inset Float table
38839 placement !h
38840 wide false
38841 sideways false
38842 status open
38843
38844 \begin_layout Plain Layout
38845 \begin_inset Caption Standard
38846
38847 \begin_layout Plain Layout
38848 \begin_inset CommandInset label
38849 LatexCommand label
38850 name "tab:Comparison-of-the"
38851
38852 \end_inset
38853
38854 Comparison of the date input methods.
38855 \end_layout
38856
38857 \end_inset
38858
38859
38860 \end_layout
38861
38862 \begin_layout Plain Layout
38863 \align center
38864 \begin_inset Tabular
38865 <lyxtabular version="3" rows="4" columns="3">
38866 <features tabularvalignment="middle">
38867 <column alignment="center" valignment="top">
38868 <column alignment="center" valignment="top">
38869 <column alignment="center" valignment="top">
38870 <row>
38871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38872 \begin_inset Text
38873
38874 \begin_layout Plain Layout
38875 Document format
38876 \end_layout
38877
38878 \end_inset
38879 </cell>
38880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38881 \begin_inset Text
38882
38883 \begin_layout Plain Layout
38884
38885 \family sans
38886 Insert\SpecialChar menuseparator
38887 Date
38888 \end_layout
38889
38890 \end_inset
38891 </cell>
38892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38893 \begin_inset Text
38894
38895 \begin_layout Plain Layout
38896 command 
38897 \series bold
38898
38899 \backslash
38900 today
38901 \end_layout
38902
38903 \end_inset
38904 </cell>
38905 </row>
38906 <row>
38907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38908 \begin_inset Text
38909
38910 \begin_layout Plain Layout
38911 \SpecialChar LyX
38912
38913 \end_layout
38914
38915 \end_inset
38916 </cell>
38917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38918 \begin_inset Text
38919
38920 \begin_layout Plain Layout
38921 as date
38922 \end_layout
38923
38924 \end_inset
38925 </cell>
38926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38927 \begin_inset Text
38928
38929 \begin_layout Plain Layout
38930 as \SpecialChar TeX
38931  Code inset box
38932 \end_layout
38933
38934 \end_inset
38935 </cell>
38936 </row>
38937 <row>
38938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38939 \begin_inset Text
38940
38941 \begin_layout Plain Layout
38942 \SpecialChar LaTeX
38943
38944 \end_layout
38945
38946 \end_inset
38947 </cell>
38948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38949 \begin_inset Text
38950
38951 \begin_layout Plain Layout
38952 as date
38953 \end_layout
38954
38955 \end_inset
38956 </cell>
38957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38958 \begin_inset Text
38959
38960 \begin_layout Plain Layout
38961 as command
38962 \end_layout
38963
38964 \end_inset
38965 </cell>
38966 </row>
38967 <row>
38968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38969 \begin_inset Text
38970
38971 \begin_layout Plain Layout
38972 DVI, PDF, PS
38973 \end_layout
38974
38975 \end_inset
38976 </cell>
38977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38978 \begin_inset Text
38979
38980 \begin_layout Plain Layout
38981 as date
38982 \end_layout
38983
38984 \end_inset
38985 </cell>
38986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38987 \begin_inset Text
38988
38989 \begin_layout Plain Layout
38990 as date
38991 \end_layout
38992
38993 \end_inset
38994 </cell>
38995 </row>
38996 </lyxtabular>
38997
38998 \end_inset
38999
39000
39001 \end_layout
39002
39003 \end_inset
39004
39005
39006 \end_layout
39007
39008 \begin_layout Standard
39009 When you use the option 
39010 \family sans
39011 Draft
39012 \family default
39013  in the 
39014 \family sans
39015 File
39016 \family default
39017  tab of the 
39018 \family sans
39019 External Material
39020 \family default
39021  dialog, only the path to the inserted file is shown in the output.
39022 \begin_inset Newline newline
39023 \end_inset
39024
39025 External material is displayed in \SpecialChar LyX
39026  either as a box like this: 
39027 \begin_inset Graphics
39028         filename clipart/ExternalMaterial.png
39029         scale 75
39030         scaleBeforeRotation
39031
39032 \end_inset
39033
39034  or as image, depending on the option 
39035 \family sans
39036 Show in LyX
39037 \family default
39038  in the 
39039 \family sans
39040 LaTeX and LyX options
39041 \family default
39042  tab of the dialog.
39043 \end_layout
39044
39045 \begin_layout Standard
39046 The 
39047 \family sans
39048 \emph on
39049 Customization
39050 \family default
39051 \emph default
39052  manual explains how you can define your own templates.
39053 \end_layout
39054
39055 \begin_layout Section
39056 Child Documents
39057 \begin_inset CommandInset label
39058 LatexCommand label
39059 name "sec:Child-Documents"
39060
39061 \end_inset
39062
39063
39064 \begin_inset Index idx
39065 status collapsed
39066
39067 \begin_layout Plain Layout
39068 External Document Parts ! Child Documents
39069 \end_layout
39070
39071 \end_inset
39072
39073
39074 \begin_inset Index idx
39075 status collapsed
39076
39077 \begin_layout Plain Layout
39078 Files ! Include
39079 \end_layout
39080
39081 \end_inset
39082
39083
39084 \end_layout
39085
39086 \begin_layout Standard
39087 Child documents are used if you have a long document consisting of several
39088  larger parts or sections.
39089  For maintenance it is often useful and sometimes even required to split
39090  the document into several files that can be revised separately.
39091  The different documents are then the so called 
39092 \begin_inset Quotes eld
39093 \end_inset
39094
39095 child documents
39096 \begin_inset Quotes erd
39097 \end_inset
39098
39099 , and a master document connects them to print the full document or parts
39100  of it.
39101  A child document inherits elements from its master, for example the \SpecialChar LaTeX
39102  preamble,
39103  the bibliography, and labels for cross-references.
39104 \end_layout
39105
39106 \begin_layout Standard
39107 To be able to work on child documents without the need to open their master,
39108  specify in the child document the master in the menu
39109 \family sans
39110  Document\SpecialChar menuseparator
39111 Settings\SpecialChar menuseparator
39112 Document
39113 \begin_inset space ~
39114 \end_inset
39115
39116 Class
39117 \family default
39118 .
39119  This master document will then be used in the background by \SpecialChar LyX
39120  when you edit
39121  the child document.
39122 \end_layout
39123
39124 \begin_layout Standard
39125 Included documents are displayed in \SpecialChar LyX
39126  as a box like this: 
39127 \begin_inset Graphics
39128         filename clipart/ChildDocument.png
39129         scaleBeforeRotation
39130
39131 \end_inset
39132
39133  To include child documents in a master document use the menu 
39134 \family sans
39135 Insert\SpecialChar menuseparator
39136 File\SpecialChar menuseparator
39137 Child
39138 \begin_inset space ~
39139 \end_inset
39140
39141 Documents
39142 \family default
39143 .
39144  A dialog pops up where you can choose between four include methods:
39145 \end_layout
39146
39147 \begin_layout Description
39148 Include You can include \SpecialChar LyX
39149  and \SpecialChar LaTeX
39150  documents.
39151  When you press the 
39152 \family sans
39153 Edit
39154 \family default
39155  button in the 
39156 \family sans
39157 Child Document
39158 \family default
39159  dialog, the included document will be opened in \SpecialChar LyX
39160  in a new file tab so that
39161  you can modify it.
39162 \begin_inset Newline newline
39163 \end_inset
39164
39165
39166 \end_layout
39167
39168 \begin_layout Standard
39169 Here is a child document inserted using 
39170 \family sans
39171 Include
39172 \family default
39173
39174 \begin_inset CommandInset include
39175 LatexCommand include
39176 filename "DummyDocument1.lyx"
39177
39178 \end_inset
39179
39180
39181 \end_layout
39182
39183 \begin_layout Standard
39184 The section numbering includes the sections of the included files in the
39185  order they are inserted in the master document.
39186  The included example document has for example a subsection that is numbered
39187  as a subsection of this section.
39188  Labels of included documents can be referenced: Subsection
39189 \begin_inset space ~
39190 \end_inset
39191
39192
39193 \begin_inset CommandInset ref
39194 LatexCommand ref
39195 reference "subsec:External-Subsection-1"
39196
39197 \end_inset
39198
39199 .
39200 \end_layout
39201
39202 \begin_layout Standard
39203 The preamble of the child document is ignored; only the preamble of the
39204  master document is used.
39205  Branches in child documents will be ignored by the master document when
39206  the master document does not have a branch with the same name.
39207  Included documents are inserted starting on a new page and ending with
39208  a page break.
39209 \end_layout
39210
39211 \begin_layout Standard
39212 \begin_inset Note Greyedout
39213 status open
39214
39215 \begin_layout Plain Layout
39216
39217 \series bold
39218 Note:
39219 \series default
39220  If you have included a \SpecialChar LyX
39221  or \SpecialChar LaTeX
39222  file, you are warned when you export/view the
39223  document in case the child document uses another document class than the
39224  master document as this will lead to unexpected outputs.
39225 \end_layout
39226
39227 \end_inset
39228
39229
39230 \end_layout
39231
39232 \begin_layout Description
39233 Input This method is very similar to the Include method.
39234  The differences are:
39235 \begin_inset Separator latexpar
39236 \end_inset
39237
39238
39239 \end_layout
39240
39241 \begin_deeper
39242 \begin_layout Itemize
39243 Input files don't start with a new page and don't end with a page break.
39244 \end_layout
39245
39246 \begin_layout Itemize
39247 Input files can be previewed in \SpecialChar LyX
39248  when 
39249 \family sans
39250 Instant
39251 \begin_inset space ~
39252 \end_inset
39253
39254 Preview
39255 \family default
39256  is enabled in \SpecialChar LyX
39257 's preferences under 
39258 \family sans
39259 Look
39260 \begin_inset space ~
39261 \end_inset
39262
39263 and
39264 \begin_inset space ~
39265 \end_inset
39266
39267 feel\SpecialChar menuseparator
39268 Graphics
39269 \family default
39270 .
39271 \end_layout
39272
39273 \begin_layout Itemize
39274 You cannot exclude Input files via the menu 
39275 \family sans
39276 Document\SpecialChar menuseparator
39277 Settings\SpecialChar menuseparator
39278 Child Documents
39279 \family default
39280 .
39281 \end_layout
39282
39283 \end_deeper
39284 \begin_layout Standard
39285 Here is a child document inserted using 
39286 \family sans
39287 Input
39288 \family default
39289
39290 \begin_inset CommandInset include
39291 LatexCommand input
39292 filename "DummyDocument2.lyx"
39293
39294 \end_inset
39295
39296
39297 \end_layout
39298
39299 \begin_layout Description
39300 Verbatim With this method any text file can be included.
39301  The file is shown in the output with its source code; no command used in
39302  the text is invoked.
39303  You can use the option 
39304 \family sans
39305 Mark spaces in output
39306 \family default
39307  that displays the character 
39308 \begin_inset Quotes eld
39309 \end_inset
39310
39311
39312 \begin_inset ERT
39313 status collapsed
39314
39315 \begin_layout Plain Layout
39316
39317
39318 \backslash
39319 textvisiblespace 
39320 \end_layout
39321
39322 \end_inset
39323
39324
39325 \begin_inset Quotes erd
39326 \end_inset
39327
39328  for every space character in the source code.
39329  The difference from the method via the menu 
39330 \family sans
39331 Insert\SpecialChar menuseparator
39332 File\SpecialChar menuseparator
39333 Plain
39334 \begin_inset space ~
39335 \end_inset
39336
39337 Text
39338 \family default
39339  is that the document content is not shown in \SpecialChar LyX
39340 .
39341 \end_layout
39342
39343 \begin_layout Standard
39344 Here is a child document inserted as Verbatim: 
39345 \begin_inset CommandInset include
39346 LatexCommand verbatiminput
39347 filename "DummyTextDocument.txt"
39348
39349 \end_inset
39350
39351
39352 \begin_inset VSpace bigskip
39353 \end_inset
39354
39355  Here is a child document inserted as Verbatim using the 
39356 \family sans
39357 Mark spaces in output
39358 \family default
39359  option: 
39360 \begin_inset CommandInset include
39361 LatexCommand verbatiminput*
39362 filename "DummyTextDocument.txt"
39363
39364 \end_inset
39365
39366
39367 \end_layout
39368
39369 \begin_layout Standard
39370 \begin_inset VSpace bigskip
39371 \end_inset
39372
39373
39374 \end_layout
39375
39376 \begin_layout Standard
39377 \begin_inset Note Greyedout
39378 status open
39379
39380 \begin_layout Plain Layout
39381
39382 \series bold
39383 Note:
39384 \series default
39385  As you can see in the examples above, the text of the documents included
39386  as 
39387 \family sans
39388 verbatim
39389 \family default
39390  is not broken at the end of the document lines.
39391 \end_layout
39392
39393 \end_inset
39394
39395
39396 \end_layout
39397
39398 \begin_layout Description
39399 Listings This type is described in chapter
39400 \begin_inset space ~
39401 \end_inset
39402
39403
39404 \begin_inset CommandInset ref
39405 LatexCommand ref
39406 reference "cha:Program-Code-Listings"
39407
39408 \end_inset
39409
39410 .
39411 \end_layout
39412
39413 \begin_layout Standard
39414 \begin_inset Note Greyedout
39415 status open
39416
39417 \begin_layout Plain Layout
39418
39419 \series bold
39420 Note:
39421 \series default
39422  Including the same document twice in a document using different methods
39423  could cause \SpecialChar LaTeX
39424 -problems.
39425 \end_layout
39426
39427 \end_inset
39428
39429
39430 \end_layout
39431
39432 \begin_layout Standard
39433 If you want to view/export only selected children of your master document,
39434  either because you want to save compiling time or because you want to distribut
39435 e single chapters of the book you are just writing, you can exclude children
39436  from the output.
39437  This is done via the menu 
39438 \family sans
39439 Document\SpecialChar menuseparator
39440 Settings\SpecialChar menuseparator
39441 Child Documents
39442 \family default
39443 .
39444  You can exclude\SpecialChar breakableslash
39445 include children by double-clicking on the 
39446 \family sans
39447 include to output
39448 \family default
39449  column of the respective child document in the list (note that this only
39450  works for documents embedded via 
39451 \begin_inset Quotes eld
39452 \end_inset
39453
39454 Include
39455 \begin_inset Quotes erd
39456 \end_inset
39457
39458 , not with 
39459 \begin_inset Quotes eld
39460 \end_inset
39461
39462 Input
39463 \begin_inset Quotes erd
39464 \end_inset
39465
39466 ).
39467  If the option 
39468 \family sans
39469 Maintain counters and references
39470 \family default
39471  is enabled, \SpecialChar LyX
39472  will assure that all page numbers, references etc.
39473 \begin_inset space ~
39474 \end_inset
39475
39476 are correct as if the whole document was processed.
39477  This is useful if you want the selected sub-documents to look exactly as
39478  in the context of the whole document.
39479  However, \SpecialChar LyX
39480  needs to process the whole document in the background for this
39481  feature.
39482  So if you want to save compile time and if counters and references do not
39483  need to be correct, disable this checkbox.
39484 \end_layout
39485
39486 \begin_layout Standard
39487 Alternatively, you can put each included file into a branch.
39488 \begin_inset Foot
39489 status collapsed
39490
39491 \begin_layout Plain Layout
39492 Branches are described in section 
39493 \emph on
39494 Branches
39495 \emph default
39496  of the \SpecialChar LyX
39497  
39498 \emph on
39499 Userguide
39500 \emph default
39501 .
39502 \end_layout
39503
39504 \end_inset
39505
39506  By enabling\SpecialChar breakableslash
39507 disabling branches you can decide which included files will
39508  appear in the output.
39509  This has the advantage that it also works with Input'ed sub-documents.
39510  However, counters and references will not be maintained with this approach.
39511 \end_layout
39512
39513 \begin_layout Chapter
39514 Program Code Listings
39515 \begin_inset CommandInset label
39516 LatexCommand label
39517 name "cha:Program-Code-Listings"
39518
39519 \end_inset
39520
39521
39522 \begin_inset Index idx
39523 status collapsed
39524
39525 \begin_layout Plain Layout
39526 Listings
39527 \end_layout
39528
39529 \end_inset
39530
39531
39532 \begin_inset Index idx
39533 status collapsed
39534
39535 \begin_layout Plain Layout
39536 Program Code
39537 \end_layout
39538
39539 \end_inset
39540
39541
39542 \begin_inset Index idx
39543 status collapsed
39544
39545 \begin_layout Plain Layout
39546 Floats ! Listings
39547 \end_layout
39548
39549 \end_inset
39550
39551
39552 \end_layout
39553
39554 \begin_layout Standard
39555 To include and typeset program code you can use the 
39556 \family sans
39557 Listings
39558 \family default
39559  inset that can be inserted via the menu 
39560 \family sans
39561 Insert\SpecialChar menuseparator
39562 Program Listing
39563 \family default
39564 .
39565  The \SpecialChar LaTeX
39566 -package 
39567 \series bold
39568 listings
39569 \series default
39570
39571 \begin_inset Index idx
39572 status collapsed
39573
39574 \begin_layout Plain Layout
39575 \SpecialChar LaTeX
39576 -packages ! listings
39577 \end_layout
39578
39579 \end_inset
39580
39581  provides a powerful and flexible way to insert program source code into
39582  your document.
39583 \end_layout
39584
39585 \begin_layout Standard
39586 Right-clicking on a listings inset opens the context menu containing where
39587  you can set the listings format.
39588 \end_layout
39589
39590 \begin_layout Standard
39591 By default, a listing starts a new paragraph in the output.
39592  The placement option 
39593 \family sans
39594 Inline
39595 \begin_inset space ~
39596 \end_inset
39597
39598 listing
39599 \family default
39600  prints the listing inline like this: 
39601 \begin_inset listings
39602 lstparams "language={C++}"
39603 inline true
39604 status open
39605
39606 \begin_layout Plain Layout
39607
39608 int a=5;
39609 \end_layout
39610
39611 \end_inset
39612
39613
39614 \begin_inset Newline newline
39615 \end_inset
39616
39617 The option 
39618 \family sans
39619 Float
39620 \family default
39621  creates a listings float where you can specify the placement options 
39622 \begin_inset Quotes eld
39623 \end_inset
39624
39625
39626 \family sans
39627 h
39628 \family default
39629
39630 \begin_inset Quotes erd
39631 \end_inset
39632
39633
39634 \begin_inset Quotes eld
39635 \end_inset
39636
39637
39638 \family sans
39639 t
39640 \family default
39641
39642 \begin_inset Quotes erd
39643 \end_inset
39644
39645
39646 \begin_inset Quotes eld
39647 \end_inset
39648
39649
39650 \family sans
39651 b
39652 \family default
39653
39654 \begin_inset Quotes erd
39655 \end_inset
39656
39657 , and 
39658 \begin_inset Quotes eld
39659 \end_inset
39660
39661
39662 \family sans
39663 p
39664 \family default
39665
39666 \begin_inset Quotes erd
39667 \end_inset
39668
39669  corresponding to the float placement options described in section
39670 \begin_inset space ~
39671 \end_inset
39672
39673
39674 \begin_inset CommandInset ref
39675 LatexCommand ref
39676 reference "sec:Float-Placement"
39677
39678 \end_inset
39679
39680 .
39681  The placement options can be mixed and are inserted without any separation,
39682  e.
39683 \begin_inset space \thinspace{}
39684 \end_inset
39685
39686 g.
39687 \begin_inset space \space{}
39688 \end_inset
39689
39690
39691 \begin_inset Quotes eld
39692 \end_inset
39693
39694
39695 \family sans
39696 htbp
39697 \family default
39698
39699 \begin_inset Quotes erd
39700 \end_inset
39701
39702 .
39703  The option 
39704 \begin_inset Quotes eld
39705 \end_inset
39706
39707 h
39708 \begin_inset Quotes erd
39709 \end_inset
39710
39711  has sometimes no effect, but you don't need to use the 
39712 \family sans
39713 Float
39714 \family default
39715  option in this case as also non-float listings can have captions and be
39716  referenced.
39717 \end_layout
39718
39719 \begin_layout Standard
39720 You can add captions to listings with the menu 
39721 \family sans
39722 Insert\SpecialChar menuseparator
39723 Caption
39724 \family default
39725 .
39726  Listings can be referenced like floats: Listing
39727 \begin_inset space ~
39728 \end_inset
39729
39730
39731 \begin_inset CommandInset ref
39732 LatexCommand ref
39733 reference "lst:Example-Listing"
39734
39735 \end_inset
39736
39737 .
39738  A list of listings which contains all listings with captions can be created
39739  via the menu 
39740 \family sans
39741 Insert\SpecialChar menuseparator
39742 List
39743 \begin_inset space ~
39744 \end_inset
39745
39746 /
39747 \begin_inset space ~
39748 \end_inset
39749
39750 TOC\SpecialChar menuseparator
39751 List of Listings
39752 \family default
39753 .
39754  The list entries are the listing caption and the listing number.
39755 \end_layout
39756
39757 \begin_layout Standard
39758 \begin_inset listings
39759 lstparams "language=Python"
39760 inline false
39761 status open
39762
39763 \begin_layout Plain Layout
39764
39765 \begin_inset Caption Standard
39766
39767 \begin_layout Plain Layout
39768 \begin_inset CommandInset label
39769 LatexCommand label
39770 name "lst:Example-Listing"
39771
39772 \end_inset
39773
39774 Example Listing float
39775 \end_layout
39776
39777 \end_inset
39778
39779 # Example listing float
39780 \end_layout
39781
39782 \begin_layout Plain Layout
39783
39784 def func(param):
39785 \end_layout
39786
39787 \begin_layout Plain Layout
39788
39789     'this is a python function'
39790 \end_layout
39791
39792 \begin_layout Plain Layout
39793
39794     pass
39795 \end_layout
39796
39797 \end_inset
39798
39799
39800 \end_layout
39801
39802 \begin_layout Standard
39803 When you have set a programming language in the listings dialog, the keywords
39804  of this language will be recognized and specially typeset in the output.
39805  In the example listings the Python keyword 
39806 \begin_inset Quotes eld
39807 \end_inset
39808
39809 def
39810 \begin_inset Quotes erd
39811 \end_inset
39812
39813  is recognized and printed bold in the output.
39814 \end_layout
39815
39816 \begin_layout Standard
39817 \begin_inset Note Greyedout
39818 status open
39819
39820 \begin_layout Plain Layout
39821
39822 \series bold
39823 Note:
39824 \series default
39825  If you don't get bold keywords when using typewriter fonts, your 
39826 \family typewriter
39827 typewriter
39828 \family default
39829  font probably doesn't provide a bold shape.
39830  In this case select a different one in the menu 
39831 \family sans
39832 Document\SpecialChar menuseparator
39833 Settings\SpecialChar menuseparator
39834 Fonts
39835 \family default
39836 .
39837  (The fonts 
39838 \emph on
39839 LuxiMono, BeraMono
39840 \emph default
39841  and 
39842 \emph on
39843 Courier
39844 \emph default
39845  provide bold shapes.)
39846 \end_layout
39847
39848 \end_inset
39849
39850
39851 \end_layout
39852
39853 \begin_layout Standard
39854 In section 
39855 \family sans
39856 Line
39857 \begin_inset space ~
39858 \end_inset
39859
39860 numbering
39861 \family default
39862  of the listings dialog you can specify the line numbering style.
39863  You can insert a number to specify which lines are numbered in the field
39864  
39865 \family sans
39866 Step
39867 \family default
39868 .
39869  When you insert e.
39870 \begin_inset space \thinspace{}
39871 \end_inset
39872
39873 g.
39874 \begin_inset space \space{}
39875 \end_inset
39876
39877
39878 \begin_inset Quotes eld
39879 \end_inset
39880
39881 3
39882 \begin_inset Quotes erd
39883 \end_inset
39884
39885 , only every 3rd line will be numbered.
39886 \end_layout
39887
39888 \begin_layout Standard
39889 You can furthermore specify a range of lines; only these will then appear
39890  in the output.
39891  The option 
39892 \family sans
39893 Extended character table
39894 \family default
39895  should be used when you use national characters like the German umlauts
39896  in the listing.
39897 \begin_inset Newline newline
39898 \end_inset
39899
39900 Here is an example listing with left line numbering, step 
39901 \begin_inset Quotes eld
39902 \end_inset
39903
39904 3
39905 \begin_inset Quotes erd
39906 \end_inset
39907
39908 , language 
39909 \begin_inset Quotes eld
39910 \end_inset
39911
39912 Python
39913 \begin_inset Quotes erd
39914 \end_inset
39915
39916 , options 
39917 \begin_inset Quotes eld
39918 \end_inset
39919
39920 Extended character table
39921 \begin_inset Quotes erd
39922 \end_inset
39923
39924  and 
39925 \begin_inset Quotes eld
39926 \end_inset
39927
39928 Space
39929 \begin_inset space ~
39930 \end_inset
39931
39932 as
39933 \begin_inset space ~
39934 \end_inset
39935
39936 symbol
39937 \begin_inset Quotes erd
39938 \end_inset
39939
39940 , range lines 3
39941 \begin_inset space \thinspace{}
39942 \end_inset
39943
39944 -
39945 \begin_inset space \thinspace{}
39946 \end_inset
39947
39948 8:
39949 \end_layout
39950
39951 \begin_layout Standard
39952 \begin_inset listings
39953 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39954 inline false
39955 status open
39956
39957 \begin_layout Plain Layout
39958
39959 def func(param):
39960 \end_layout
39961
39962 \begin_layout Plain Layout
39963
39964     'this is a python function'
39965 \end_layout
39966
39967 \begin_layout Plain Layout
39968
39969     pass
39970 \end_layout
39971
39972 \begin_layout Plain Layout
39973
39974 def func(param):
39975 \end_layout
39976
39977 \begin_layout Plain Layout
39978
39979 'This is a German word: Tschüß'
39980 \end_layout
39981
39982 \begin_layout Plain Layout
39983
39984 pass
39985 \end_layout
39986
39987 \begin_layout Plain Layout
39988
39989 def func(param):
39990 \end_layout
39991
39992 \begin_layout Plain Layout
39993
39994 'this is a python function'
39995 \end_layout
39996
39997 \begin_layout Plain Layout
39998
39999 pass
40000 \end_layout
40001
40002 \end_inset
40003
40004
40005 \end_layout
40006
40007 \begin_layout Standard
40008 When you have tabulators in your listing, you can specify the number of
40009  characters that are spanned by a tabulator in the field 
40010 \family sans
40011 Tabulator
40012 \begin_inset space ~
40013 \end_inset
40014
40015 size
40016 \family default
40017 .
40018 \end_layout
40019
40020 \begin_layout Standard
40021 \begin_inset Note Greyedout
40022 status open
40023
40024 \begin_layout Plain Layout
40025
40026 \series bold
40027 Note:
40028 \series default
40029  Due to a bug in the 
40030 \series bold
40031 listings
40032 \series default
40033  package the line numbering is shifted by a line by every previous listing.
40034  That's the reason why the lines 2 and 5 are numbered in the above listing
40035  and not the lines 3 and 6.
40036 \end_layout
40037
40038 \end_inset
40039
40040
40041 \end_layout
40042
40043 \begin_layout Standard
40044 \begin_inset VSpace bigskip
40045 \end_inset
40046
40047
40048 \end_layout
40049
40050 \begin_layout Standard
40051 It is also possible to print lines from a file as listing.
40052  To do this, use the menu 
40053 \family sans
40054 Insert\SpecialChar menuseparator
40055 File\SpecialChar menuseparator
40056 Child Document
40057 \family default
40058  and choose the type 
40059 \family sans
40060 Listings
40061 \family default
40062 .
40063 \begin_inset Foot
40064 status collapsed
40065
40066 \begin_layout Plain Layout
40067 The other child document types are described in section
40068 \begin_inset space ~
40069 \end_inset
40070
40071
40072 \begin_inset CommandInset ref
40073 LatexCommand ref
40074 reference "sec:Child-Documents"
40075
40076 \end_inset
40077
40078 .
40079 \end_layout
40080
40081 \end_inset
40082
40083  In the child document dialog you can specify the listing parameters in
40084  a text box.
40085  To show a list of all available parameters, type in a question mark 
40086 \begin_inset Quotes eld
40087 \end_inset
40088
40089 ?
40090 \begin_inset Quotes erd
40091 \end_inset
40092
40093  in the text box.
40094 \end_layout
40095
40096 \begin_layout Standard
40097 To reference child document listings, write a label text into the corresponding
40098  field of the child document dialog.
40099  The label can then be referenced using the menu 
40100 \family sans
40101 Insert\SpecialChar menuseparator
40102 Cross-Reference
40103 \family default
40104 .
40105 \end_layout
40106
40107 \begin_layout Standard
40108 Listing
40109 \begin_inset space ~
40110 \end_inset
40111
40112
40113 \begin_inset CommandInset ref
40114 LatexCommand ref
40115 reference "lst:file-listing"
40116
40117 \end_inset
40118
40119  is an example for a listing of a file; there the lines 10
40120 \begin_inset space \thinspace{}
40121 \end_inset
40122
40123 -
40124 \begin_inset space \thinspace{}
40125 \end_inset
40126
40127 15 of this \SpecialChar LyX
40128  file are listed.
40129 \end_layout
40130
40131 \begin_layout Standard
40132 \begin_inset CommandInset include
40133 LatexCommand lstinputlisting
40134 filename "EmbeddedObjects.lyx"
40135 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
40136
40137 \end_inset
40138
40139
40140 \end_layout
40141
40142 \begin_layout Standard
40143 \begin_inset VSpace bigskip
40144 \end_inset
40145
40146
40147 \end_layout
40148
40149 \begin_layout Standard
40150 Inserting a formula into a listing can be done the following way:
40151 \end_layout
40152
40153 \begin_layout Enumerate
40154 Open the listings dialog and add
40155 \begin_inset Newline newline
40156 \end_inset
40157
40158
40159 \family sans
40160 mathescape=true
40161 \family default
40162
40163 \begin_inset Newline newline
40164 \end_inset
40165
40166 to the field of the 
40167 \family sans
40168 Advanced
40169 \family default
40170  tab.
40171 \end_layout
40172
40173 \begin_layout Enumerate
40174 Create a formula outside the listing
40175 \end_layout
40176
40177 \begin_layout Enumerate
40178 Copy the content of the formula (not the formula inset) to the clipboard
40179  (shortcut 
40180 \begin_inset Info
40181 type  "shortcut"
40182 arg   "copy"
40183 \end_inset
40184
40185 )
40186 \end_layout
40187
40188 \begin_layout Enumerate
40189 In the listing write 
40190 \begin_inset Quotes eld
40191 \end_inset
40192
40193
40194 \family sans
40195 $$
40196 \family default
40197
40198 \begin_inset Quotes erd
40199 \end_inset
40200
40201  and copy from the clipboard between the dollar-signs (shortcut 
40202 \begin_inset Info
40203 type  "shortcut"
40204 arg   "paste"
40205 \end_inset
40206
40207 )
40208 \end_layout
40209
40210 \begin_layout Standard
40211 \begin_inset listings
40212 lstparams "language=Python,mathescape=true"
40213 inline false
40214 status open
40215
40216 \begin_layout Plain Layout
40217
40218 \begin_inset Caption Standard
40219
40220 \begin_layout Plain Layout
40221 Example Listing float containing a formula
40222 \end_layout
40223
40224 \end_inset
40225
40226 # Example listing float
40227 \end_layout
40228
40229 \begin_layout Plain Layout
40230
40231 def func(param):
40232 \end_layout
40233
40234 \begin_layout Plain Layout
40235
40236     # $
40237 \backslash
40238 prod_{n=1}^{
40239 \backslash
40240 infty}
40241 \backslash
40242 ,
40243 \backslash
40244 frac{1}{x^{2}}$
40245 \end_layout
40246
40247 \begin_layout Plain Layout
40248
40249     pass
40250 \end_layout
40251
40252 \end_inset
40253
40254
40255 \end_layout
40256
40257 \begin_layout Standard
40258 \begin_inset VSpace bigskip
40259 \end_inset
40260
40261
40262 \end_layout
40263
40264 \begin_layout Standard
40265 Global listings settings can be set in the 
40266 \family sans
40267 Document\SpecialChar menuseparator
40268 Settings\SpecialChar menuseparator
40269 Listings
40270 \family default
40271  dialog.
40272  To get there a list of available options, type in a question mark 
40273 \begin_inset Quotes eld
40274 \end_inset
40275
40276 ?
40277 \begin_inset Quotes erd
40278 \end_inset
40279
40280 .
40281 \end_layout
40282
40283 \begin_layout Standard
40284 For more information about the 
40285 \series bold
40286 listings
40287 \series default
40288  package, we refer to its documentation 
40289 \begin_inset CommandInset citation
40290 LatexCommand cite
40291 key "listings"
40292
40293 \end_inset
40294
40295 .
40296 \end_layout
40297
40298 \begin_layout Standard
40299 \begin_inset Newpage newpage
40300 \end_inset
40301
40302
40303 \end_layout
40304
40305 \begin_layout Chapter
40306 \start_of_appendix
40307 Units available in \SpecialChar LyX
40308
40309 \begin_inset Index idx
40310 status collapsed
40311
40312 \begin_layout Plain Layout
40313 Units
40314 \end_layout
40315
40316 \end_inset
40317
40318
40319 \begin_inset CommandInset label
40320 LatexCommand label
40321 name "cha:Units-available-in"
40322
40323 \end_inset
40324
40325
40326 \end_layout
40327
40328 \begin_layout Standard
40329 To understand the units described in this documentation, Table
40330 \begin_inset space ~
40331 \end_inset
40332
40333
40334 \begin_inset CommandInset ref
40335 LatexCommand ref
40336 reference "tab:Units"
40337
40338 \end_inset
40339
40340  explains all units available in \SpecialChar LyX
40341 .
40342 \end_layout
40343
40344 \begin_layout Standard
40345 \begin_inset Float table
40346 placement h
40347 wide false
40348 sideways false
40349 status open
40350
40351 \begin_layout Plain Layout
40352 \begin_inset Caption Standard
40353
40354 \begin_layout Plain Layout
40355 \begin_inset CommandInset label
40356 LatexCommand label
40357 name "tab:Units"
40358
40359 \end_inset
40360
40361 Units
40362 \end_layout
40363
40364 \end_inset
40365
40366
40367 \end_layout
40368
40369 \begin_layout Plain Layout
40370 \begin_inset VSpace medskip
40371 \end_inset
40372
40373
40374 \end_layout
40375
40376 \begin_layout Plain Layout
40377 \align center
40378 \begin_inset Tabular
40379 <lyxtabular version="3" rows="20" columns="3">
40380 <features tabularvalignment="middle">
40381 <column alignment="center" valignment="top">
40382 <column alignment="center" valignment="top">
40383 <column alignment="center" valignment="top">
40384 <row>
40385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40386 \begin_inset Text
40387
40388 \begin_layout Plain Layout
40389 unit
40390 \end_layout
40391
40392 \end_inset
40393 </cell>
40394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40395 \begin_inset Text
40396
40397 \begin_layout Plain Layout
40398 name/description
40399 \end_layout
40400
40401 \end_inset
40402 </cell>
40403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40404 \begin_inset Text
40405
40406 \begin_layout Plain Layout
40407 \SpecialChar LaTeX
40408  command
40409 \end_layout
40410
40411 \end_inset
40412 </cell>
40413 </row>
40414 <row>
40415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40416 \begin_inset Text
40417
40418 \begin_layout Plain Layout
40419 mm
40420 \end_layout
40421
40422 \end_inset
40423 </cell>
40424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40425 \begin_inset Text
40426
40427 \begin_layout Plain Layout
40428 millimeter
40429 \end_layout
40430
40431 \end_inset
40432 </cell>
40433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40434 \begin_inset Text
40435
40436 \begin_layout Plain Layout
40437 -
40438 \end_layout
40439
40440 \end_inset
40441 </cell>
40442 </row>
40443 <row>
40444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40445 \begin_inset Text
40446
40447 \begin_layout Plain Layout
40448 cm
40449 \end_layout
40450
40451 \end_inset
40452 </cell>
40453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40454 \begin_inset Text
40455
40456 \begin_layout Plain Layout
40457 centimeter
40458 \end_layout
40459
40460 \end_inset
40461 </cell>
40462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40463 \begin_inset Text
40464
40465 \begin_layout Plain Layout
40466 -
40467 \end_layout
40468
40469 \end_inset
40470 </cell>
40471 </row>
40472 <row>
40473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40474 \begin_inset Text
40475
40476 \begin_layout Plain Layout
40477 in
40478 \end_layout
40479
40480 \end_inset
40481 </cell>
40482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40483 \begin_inset Text
40484
40485 \begin_layout Plain Layout
40486 inch
40487 \end_layout
40488
40489 \end_inset
40490 </cell>
40491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40492 \begin_inset Text
40493
40494 \begin_layout Plain Layout
40495 -
40496 \end_layout
40497
40498 \end_inset
40499 </cell>
40500 </row>
40501 <row>
40502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40503 \begin_inset Text
40504
40505 \begin_layout Plain Layout
40506 pt
40507 \end_layout
40508
40509 \end_inset
40510 </cell>
40511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40512 \begin_inset Text
40513
40514 \begin_layout Plain Layout
40515 point (72.27
40516 \begin_inset space \thinspace{}
40517 \end_inset
40518
40519 pt = 1
40520 \begin_inset space \thinspace{}
40521 \end_inset
40522
40523 in)
40524 \end_layout
40525
40526 \end_inset
40527 </cell>
40528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40529 \begin_inset Text
40530
40531 \begin_layout Plain Layout
40532 -
40533 \end_layout
40534
40535 \end_inset
40536 </cell>
40537 </row>
40538 <row>
40539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40540 \begin_inset Text
40541
40542 \begin_layout Plain Layout
40543 pc
40544 \end_layout
40545
40546 \end_inset
40547 </cell>
40548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40549 \begin_inset Text
40550
40551 \begin_layout Plain Layout
40552 pica (1
40553 \begin_inset space \thinspace{}
40554 \end_inset
40555
40556 pc = 12
40557 \begin_inset space \thinspace{}
40558 \end_inset
40559
40560 pt)
40561 \end_layout
40562
40563 \end_inset
40564 </cell>
40565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40566 \begin_inset Text
40567
40568 \begin_layout Plain Layout
40569 -
40570 \end_layout
40571
40572 \end_inset
40573 </cell>
40574 </row>
40575 <row>
40576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40577 \begin_inset Text
40578
40579 \begin_layout Plain Layout
40580 sp
40581 \end_layout
40582
40583 \end_inset
40584 </cell>
40585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40586 \begin_inset Text
40587
40588 \begin_layout Plain Layout
40589 scaled point (65536
40590 \begin_inset space \thinspace{}
40591 \end_inset
40592
40593 sp = 1
40594 \begin_inset space \thinspace{}
40595 \end_inset
40596
40597 pt)
40598 \end_layout
40599
40600 \end_inset
40601 </cell>
40602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40603 \begin_inset Text
40604
40605 \begin_layout Plain Layout
40606 -
40607 \end_layout
40608
40609 \end_inset
40610 </cell>
40611 </row>
40612 <row>
40613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40614 \begin_inset Text
40615
40616 \begin_layout Plain Layout
40617 bp
40618 \end_layout
40619
40620 \end_inset
40621 </cell>
40622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40623 \begin_inset Text
40624
40625 \begin_layout Plain Layout
40626 big point (72
40627 \begin_inset space \thinspace{}
40628 \end_inset
40629
40630 bp = 1
40631 \begin_inset space \thinspace{}
40632 \end_inset
40633
40634 in)
40635 \end_layout
40636
40637 \end_inset
40638 </cell>
40639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40640 \begin_inset Text
40641
40642 \begin_layout Plain Layout
40643 -
40644 \end_layout
40645
40646 \end_inset
40647 </cell>
40648 </row>
40649 <row>
40650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40651 \begin_inset Text
40652
40653 \begin_layout Plain Layout
40654 dd
40655 \end_layout
40656
40657 \end_inset
40658 </cell>
40659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40660 \begin_inset Text
40661
40662 \begin_layout Plain Layout
40663 didot (1
40664 \begin_inset space \thinspace{}
40665 \end_inset
40666
40667 dd 
40668 \begin_inset Formula $\approx$
40669 \end_inset
40670
40671  0.376
40672 \begin_inset space \thinspace{}
40673 \end_inset
40674
40675 mm)
40676 \end_layout
40677
40678 \end_inset
40679 </cell>
40680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40681 \begin_inset Text
40682
40683 \begin_layout Plain Layout
40684 -
40685 \end_layout
40686
40687 \end_inset
40688 </cell>
40689 </row>
40690 <row>
40691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40692 \begin_inset Text
40693
40694 \begin_layout Plain Layout
40695 cc
40696 \end_layout
40697
40698 \end_inset
40699 </cell>
40700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40701 \begin_inset Text
40702
40703 \begin_layout Plain Layout
40704 cicero (1
40705 \begin_inset space \thinspace{}
40706 \end_inset
40707
40708 cc = 12
40709 \begin_inset space \thinspace{}
40710 \end_inset
40711
40712 dd)
40713 \end_layout
40714
40715 \end_inset
40716 </cell>
40717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40718 \begin_inset Text
40719
40720 \begin_layout Plain Layout
40721 -
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 Scale Graphics %
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 original image 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 \end_layout
40752
40753 \end_inset
40754 </cell>
40755 </row>
40756 <row>
40757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40758 \begin_inset Text
40759
40760 \begin_layout Plain Layout
40761 Text Width %
40762 \end_layout
40763
40764 \end_inset
40765 </cell>
40766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40767 \begin_inset Text
40768
40769 \begin_layout Plain Layout
40770 % of text width
40771 \end_layout
40772
40773 \end_inset
40774 </cell>
40775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40776 \begin_inset Text
40777
40778 \begin_layout Plain Layout
40779
40780 \backslash
40781 textwidth
40782 \end_layout
40783
40784 \end_inset
40785 </cell>
40786 </row>
40787 <row>
40788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40789 \begin_inset Text
40790
40791 \begin_layout Plain Layout
40792 Column Width %
40793 \end_layout
40794
40795 \end_inset
40796 </cell>
40797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40798 \begin_inset Text
40799
40800 \begin_layout Plain Layout
40801 % of column width
40802 \end_layout
40803
40804 \end_inset
40805 </cell>
40806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40807 \begin_inset Text
40808
40809 \begin_layout Plain Layout
40810
40811 \backslash
40812 columnwidth
40813 \end_layout
40814
40815 \end_inset
40816 </cell>
40817 </row>
40818 <row>
40819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40820 \begin_inset Text
40821
40822 \begin_layout Plain Layout
40823 Page Width %
40824 \end_layout
40825
40826 \end_inset
40827 </cell>
40828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40829 \begin_inset Text
40830
40831 \begin_layout Plain Layout
40832 % of paper width
40833 \end_layout
40834
40835 \end_inset
40836 </cell>
40837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40838 \begin_inset Text
40839
40840 \begin_layout Plain Layout
40841
40842 \backslash
40843 paperwidth
40844 \end_layout
40845
40846 \end_inset
40847 </cell>
40848 </row>
40849 <row>
40850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40851 \begin_inset Text
40852
40853 \begin_layout Plain Layout
40854 Line Width %
40855 \end_layout
40856
40857 \end_inset
40858 </cell>
40859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40860 \begin_inset Text
40861
40862 \begin_layout Plain Layout
40863 % of line width
40864 \end_layout
40865
40866 \end_inset
40867 </cell>
40868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40869 \begin_inset Text
40870
40871 \begin_layout Plain Layout
40872
40873 \backslash
40874 linewidth
40875 \end_layout
40876
40877 \end_inset
40878 </cell>
40879 </row>
40880 <row>
40881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40882 \begin_inset Text
40883
40884 \begin_layout Plain Layout
40885 Text Height %
40886 \end_layout
40887
40888 \end_inset
40889 </cell>
40890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40891 \begin_inset Text
40892
40893 \begin_layout Plain Layout
40894 % of text height
40895 \end_layout
40896
40897 \end_inset
40898 </cell>
40899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40900 \begin_inset Text
40901
40902 \begin_layout Plain Layout
40903
40904 \backslash
40905 textheight
40906 \end_layout
40907
40908 \end_inset
40909 </cell>
40910 </row>
40911 <row>
40912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40913 \begin_inset Text
40914
40915 \begin_layout Plain Layout
40916 Page Height %
40917 \end_layout
40918
40919 \end_inset
40920 </cell>
40921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40922 \begin_inset Text
40923
40924 \begin_layout Plain Layout
40925 % of paper height
40926 \end_layout
40927
40928 \end_inset
40929 </cell>
40930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40931 \begin_inset Text
40932
40933 \begin_layout Plain Layout
40934
40935 \backslash
40936 paperheight
40937 \end_layout
40938
40939 \end_inset
40940 </cell>
40941 </row>
40942 <row>
40943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40944 \begin_inset Text
40945
40946 \begin_layout Plain Layout
40947 ex
40948 \end_layout
40949
40950 \end_inset
40951 </cell>
40952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40953 \begin_inset Text
40954
40955 \begin_layout Plain Layout
40956 height of letter 
40957 \emph on
40958 x
40959 \emph default
40960  in current font
40961 \end_layout
40962
40963 \end_inset
40964 </cell>
40965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40966 \begin_inset Text
40967
40968 \begin_layout Plain Layout
40969 -
40970 \end_layout
40971
40972 \end_inset
40973 </cell>
40974 </row>
40975 <row>
40976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40977 \begin_inset Text
40978
40979 \begin_layout Plain Layout
40980 em
40981 \end_layout
40982
40983 \end_inset
40984 </cell>
40985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40986 \begin_inset Text
40987
40988 \begin_layout Plain Layout
40989 width of letter 
40990 \emph on
40991 M
40992 \emph default
40993  in current font
40994 \end_layout
40995
40996 \end_inset
40997 </cell>
40998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40999 \begin_inset Text
41000
41001 \begin_layout Plain Layout
41002 -
41003 \end_layout
41004
41005 \end_inset
41006 </cell>
41007 </row>
41008 <row>
41009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41010 \begin_inset Text
41011
41012 \begin_layout Plain Layout
41013 mu
41014 \end_layout
41015
41016 \end_inset
41017 </cell>
41018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41019 \begin_inset Text
41020
41021 \begin_layout Plain Layout
41022 math unit (1
41023 \begin_inset space \thinspace{}
41024 \end_inset
41025
41026 mu = 1/18
41027 \begin_inset space \thinspace{}
41028 \end_inset
41029
41030 em)
41031 \end_layout
41032
41033 \end_inset
41034 </cell>
41035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41036 \begin_inset Text
41037
41038 \begin_layout Plain Layout
41039 -
41040 \end_layout
41041
41042 \end_inset
41043 </cell>
41044 </row>
41045 </lyxtabular>
41046
41047 \end_inset
41048
41049
41050 \end_layout
41051
41052 \end_inset
41053
41054
41055 \end_layout
41056
41057 \begin_layout Chapter
41058 Output File Formats with Graphics
41059 \begin_inset CommandInset label
41060 LatexCommand label
41061 name "cha:Output-File-Formats"
41062
41063 \end_inset
41064
41065
41066 \end_layout
41067
41068 \begin_layout Section
41069 DVI
41070 \begin_inset Index idx
41071 status collapsed
41072
41073 \begin_layout Plain Layout
41074 File Formats ! DVI
41075 \end_layout
41076
41077 \end_inset
41078
41079
41080 \begin_inset Index idx
41081 status collapsed
41082
41083 \begin_layout Plain Layout
41084 DVI|see
41085 \begin_inset ERT
41086 status collapsed
41087
41088 \begin_layout Plain Layout
41089
41090 {
41091 \end_layout
41092
41093 \end_inset
41094
41095 File Formats
41096 \begin_inset ERT
41097 status collapsed
41098
41099 \begin_layout Plain Layout
41100
41101 }
41102 \end_layout
41103
41104 \end_inset
41105
41106
41107 \end_layout
41108
41109 \end_inset
41110
41111
41112 \end_layout
41113
41114 \begin_layout Standard
41115 This file type has the extension 
41116 \begin_inset Quotes eld
41117 \end_inset
41118
41119
41120 \family typewriter
41121 .dvi
41122 \family default
41123
41124 \begin_inset Quotes erd
41125 \end_inset
41126
41127 .
41128  It is called 
41129 \begin_inset Quotes eld
41130 \end_inset
41131
41132 device-independent
41133 \begin_inset Quotes erd
41134 \end_inset
41135
41136  (DVI), because it is completely portable; you can move them from one machine
41137  to another without needing to do any sort of conversion.
41138  At the time when this file-format was developed, this was no matter of
41139  course.
41140  DVIs are used for quick previews and as pre-stage for other output formats,
41141  like PostScript.
41142 \end_layout
41143
41144 \begin_layout Standard
41145 \begin_inset Note Greyedout
41146 status open
41147
41148 \begin_layout Plain Layout
41149
41150 \series bold
41151 Note:
41152 \series default
41153  DVI-files do not contain images; they will only be a linked.
41154 \end_layout
41155
41156 \end_inset
41157
41158  So don't forget this, if you move your 
41159 \family typewriter
41160 .dvi
41161 \family default
41162  file to another computer.
41163  This property can also slow down your computer when you view the DVI, because
41164  the DVI-viewer has to convert the image in the background to make it visible
41165  when you scroll in the DVI.
41166  So it is recommended that you use PDF for files with many images.
41167 \end_layout
41168
41169 \begin_layout Standard
41170 You can export your document to DVI by using the menu 
41171 \family sans
41172 File\SpecialChar menuseparator
41173 Export\SpecialChar menuseparator
41174 DVI
41175 \family default
41176 .
41177  You can view your document as DVI via the 
41178 \family sans
41179 View
41180 \family default
41181  menu.
41182 \end_layout
41183
41184 \begin_layout Section
41185 PostScript
41186 \begin_inset Index idx
41187 status collapsed
41188
41189 \begin_layout Plain Layout
41190 File Formats ! PostScript
41191 \end_layout
41192
41193 \end_inset
41194
41195
41196 \begin_inset Index idx
41197 status collapsed
41198
41199 \begin_layout Plain Layout
41200 PostScript|see
41201 \begin_inset ERT
41202 status collapsed
41203
41204 \begin_layout Plain Layout
41205
41206 {
41207 \end_layout
41208
41209 \end_inset
41210
41211 File Formats
41212 \begin_inset ERT
41213 status collapsed
41214
41215 \begin_layout Plain Layout
41216
41217 }
41218 \end_layout
41219
41220 \end_inset
41221
41222
41223 \end_layout
41224
41225 \end_inset
41226
41227
41228 \end_layout
41229
41230 \begin_layout Standard
41231 This file type has the extension 
41232 \begin_inset Quotes eld
41233 \end_inset
41234
41235
41236 \family typewriter
41237 .ps
41238 \family default
41239
41240 \begin_inset Quotes erd
41241 \end_inset
41242
41243 .
41244  PostScript was developed by the company 
41245 \family typewriter
41246 Adobe
41247 \family default
41248  as a printer language.
41249  The file therefore contains commands that the printer uses to print the
41250  file.
41251  PostScript can be seen as a 
41252 \begin_inset Quotes eld
41253 \end_inset
41254
41255 programming language
41256 \begin_inset Quotes erd
41257 \end_inset
41258
41259 ; you can calculate with it and draw diagrams and images.
41260 \begin_inset Foot
41261 status collapsed
41262
41263 \begin_layout Plain Layout
41264 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
41265 -package
41266  
41267 \series bold
41268 PSTricks
41269 \series default
41270  
41271 \begin_inset CommandInset citation
41272 LatexCommand cite
41273 key "pstricks"
41274
41275 \end_inset
41276
41277 .
41278 \end_layout
41279
41280 \end_inset
41281
41282  Due to this ability, the files are often bigger than PDFs.
41283 \end_layout
41284
41285 \begin_layout Standard
41286 PostScript can only contain images in the format 
41287 \begin_inset Quotes eld
41288 \end_inset
41289
41290 Encapsulated PostScript
41291 \begin_inset Quotes erd
41292 \end_inset
41293
41294  (EPS, file extension 
41295 \begin_inset Quotes eld
41296 \end_inset
41297
41298
41299 \family typewriter
41300 .eps
41301 \family default
41302
41303 \begin_inset Quotes erd
41304 \end_inset
41305
41306 ).
41307  As \SpecialChar LyX
41308  allows you to use any known image format in your document, it has to
41309  convert images in the background to EPS.
41310  If you have e.g.
41311 \begin_inset space ~
41312 \end_inset
41313
41314 50
41315 \begin_inset space ~
41316 \end_inset
41317
41318 images in your document, \SpecialChar LyX
41319  has to do 50
41320 \begin_inset space ~
41321 \end_inset
41322
41323 conversions whenever you view or export your document.
41324  This will slow down your work flow with \SpecialChar LyX
41325  drastically.
41326  So if you plan to use PostScript, you can insert your images directly as
41327  EPS to avoid this problem.
41328 \end_layout
41329
41330 \begin_layout Standard
41331 You can export your document to PostScript using the menu 
41332 \family sans
41333 File\SpecialChar menuseparator
41334 Export\SpecialChar menuseparator
41335 Postscript
41336 \family default
41337 .
41338  You can view your document as PostScript via the 
41339 \family sans
41340 View
41341 \family default
41342  menu.
41343 \end_layout
41344
41345 \begin_layout Section
41346 PDF
41347 \begin_inset Index idx
41348 status collapsed
41349
41350 \begin_layout Plain Layout
41351 File Formats ! PDF
41352 \end_layout
41353
41354 \end_inset
41355
41356
41357 \begin_inset Index idx
41358 status collapsed
41359
41360 \begin_layout Plain Layout
41361 PDF
41362 \end_layout
41363
41364 \end_inset
41365
41366
41367 \end_layout
41368
41369 \begin_layout Standard
41370 This file type has the extension 
41371 \begin_inset Quotes eld
41372 \end_inset
41373
41374
41375 \family typewriter
41376 .pdf
41377 \family default
41378
41379 \begin_inset Quotes erd
41380 \end_inset
41381
41382 .
41383  The 
41384 \begin_inset Quotes eld
41385 \end_inset
41386
41387 Portable Document Format
41388 \begin_inset Quotes erd
41389 \end_inset
41390
41391  (PDF) was developed by 
41392 \family typewriter
41393 Adobe
41394 \family default
41395  as a derivative of PostScript.
41396  It is more compressed and it uses fewer commands than PostScript.
41397  As the name 
41398 \begin_inset Quotes eld
41399 \end_inset
41400
41401 portable
41402 \begin_inset Quotes erd
41403 \end_inset
41404
41405  implies, it can be processed at any computer system and the printed output
41406  looks exactly the same.
41407 \end_layout
41408
41409 \begin_layout Standard
41410 PDF can contain images in its own PDF format, in the format 
41411 \begin_inset Quotes eld
41412 \end_inset
41413
41414 Joint Photographic Experts Group
41415 \begin_inset Quotes erd
41416 \end_inset
41417
41418  (JPG, file extension 
41419 \begin_inset Quotes eld
41420 \end_inset
41421
41422
41423 \family typewriter
41424 .jpg
41425 \family default
41426
41427 \begin_inset Quotes erd
41428 \end_inset
41429
41430  or 
41431 \begin_inset Quotes eld
41432 \end_inset
41433
41434
41435 \family typewriter
41436 .jpeg
41437 \family default
41438
41439 \begin_inset Quotes erd
41440 \end_inset
41441
41442 ), and in the format 
41443 \begin_inset Quotes eld
41444 \end_inset
41445
41446 Portable Network Graphics
41447 \begin_inset Quotes erd
41448 \end_inset
41449
41450  (PNG, file extension 
41451 \begin_inset Quotes eld
41452 \end_inset
41453
41454
41455 \family typewriter
41456 .png
41457 \family default
41458
41459 \begin_inset Quotes erd
41460 \end_inset
41461
41462 ).
41463  Nevertheless you can use any other image format, because \SpecialChar LyX
41464  converts them
41465  in the background to one of these formats.
41466  But as described in the section about PostScript, the image conversion
41467  will slow down your work flow.
41468  So it is recommended that you use images in one of the three mentioned
41469  formats.
41470 \end_layout
41471
41472 \begin_layout Standard
41473 You can export your document to PDF via the menu 
41474 \family sans
41475 File\SpecialChar menuseparator
41476 Export
41477 \family default
41478  in three different ways:
41479 \end_layout
41480
41481 \begin_layout Description
41482 PDF
41483 \begin_inset space ~
41484 \end_inset
41485
41486 (ps2pdf) This uses the program 
41487 \family typewriter
41488 ps2pdf
41489 \family default
41490  that creates a PDF from a PostScript-version of your file.
41491  The PostScript-version is produced by the program 
41492 \family typewriter
41493 dvips
41494 \family default
41495  which uses a DVI-version as intermediate step.
41496  So this export variant consists of three conversions.
41497 \end_layout
41498
41499 \begin_layout Description
41500 PDF
41501 \begin_inset space ~
41502 \end_inset
41503
41504 (dvipdfm) This uses the program 
41505 \family typewriter
41506 dvipdfm
41507 \family default
41508  that converts your file in the background to DVI and in a second step to
41509  PDF.
41510 \end_layout
41511
41512 \begin_layout Description
41513 PDF
41514 \begin_inset space ~
41515 \end_inset
41516
41517 (pdflatex) This uses the program 
41518 \family typewriter
41519 pdftex
41520 \family default
41521  that converts your file directly to PDF.
41522 \end_layout
41523
41524 \begin_layout Standard
41525 It is recommended that you use 
41526 \family sans
41527 PDF
41528 \begin_inset space ~
41529 \end_inset
41530
41531 (pdflatex)
41532 \family default
41533  because 
41534 \family typewriter
41535 pdftex
41536 \family default
41537  supports all features of actual PDF-versions, is quick and works stable.
41538  The program 
41539 \family typewriter
41540 dvipdfm
41541 \family default
41542  is not under development and therefore a bit outdated.
41543 \end_layout
41544
41545 \begin_layout Standard
41546 You can view your document as PDF via the 
41547 \family sans
41548 View
41549 \family default
41550  menu or by using a toolbar button.
41551 \end_layout
41552
41553 \begin_layout Chapter
41554 List of dvips color names
41555 \begin_inset CommandInset label
41556 LatexCommand label
41557 name "chap:List-of-dvips-colornames"
41558
41559 \end_inset
41560
41561
41562 \end_layout
41563
41564 \begin_layout Standard
41565 \begin_inset Tabular
41566 <lyxtabular version="3" rows="17" columns="4">
41567 <features tabularvalignment="middle">
41568 <column alignment="left" valignment="top" width="0pt">
41569 <column alignment="left" valignment="top" width="0pt">
41570 <column alignment="left" valignment="top" width="0pt">
41571 <column alignment="left" valignment="top" width="0pt">
41572 <row>
41573 <cell alignment="left" valignment="top" usebox="none">
41574 \begin_inset Text
41575
41576 \begin_layout Plain Layout
41577 \begin_inset ERT
41578 status collapsed
41579
41580 \begin_layout Plain Layout
41581
41582
41583 \backslash
41584 fcolorbox{black}{
41585 \end_layout
41586
41587 \end_inset
41588
41589 white
41590 \begin_inset ERT
41591 status collapsed
41592
41593 \begin_layout Plain Layout
41594
41595 }{
41596 \end_layout
41597
41598 \end_inset
41599
41600 Color
41601 \begin_inset ERT
41602 status collapsed
41603
41604 \begin_layout Plain Layout
41605
41606 }
41607 \end_layout
41608
41609 \end_inset
41610
41611  Color name
41612 \end_layout
41613
41614 \end_inset
41615 </cell>
41616 <cell alignment="left" valignment="top" usebox="none">
41617 \begin_inset Text
41618
41619 \begin_layout Plain Layout
41620 \begin_inset ERT
41621 status collapsed
41622
41623 \begin_layout Plain Layout
41624
41625
41626 \backslash
41627 fcolorbox{black}{
41628 \end_layout
41629
41630 \end_inset
41631
41632 white
41633 \begin_inset ERT
41634 status collapsed
41635
41636 \begin_layout Plain Layout
41637
41638 }{
41639 \end_layout
41640
41641 \end_inset
41642
41643 Color
41644 \begin_inset ERT
41645 status collapsed
41646
41647 \begin_layout Plain Layout
41648
41649 }
41650 \end_layout
41651
41652 \end_inset
41653
41654  Color name
41655 \end_layout
41656
41657 \end_inset
41658 </cell>
41659 <cell alignment="left" valignment="top" usebox="none">
41660 \begin_inset Text
41661
41662 \begin_layout Plain Layout
41663 \begin_inset ERT
41664 status collapsed
41665
41666 \begin_layout Plain Layout
41667
41668
41669 \backslash
41670 fcolorbox{black}{
41671 \end_layout
41672
41673 \end_inset
41674
41675 white
41676 \begin_inset ERT
41677 status collapsed
41678
41679 \begin_layout Plain Layout
41680
41681 }{
41682 \end_layout
41683
41684 \end_inset
41685
41686 Color
41687 \begin_inset ERT
41688 status collapsed
41689
41690 \begin_layout Plain Layout
41691
41692 }
41693 \end_layout
41694
41695 \end_inset
41696
41697  Color name
41698 \end_layout
41699
41700 \end_inset
41701 </cell>
41702 <cell alignment="left" valignment="top" usebox="none">
41703 \begin_inset Text
41704
41705 \begin_layout Plain Layout
41706 \begin_inset ERT
41707 status collapsed
41708
41709 \begin_layout Plain Layout
41710
41711
41712 \backslash
41713 fcolorbox{black}{
41714 \end_layout
41715
41716 \end_inset
41717
41718 white
41719 \begin_inset ERT
41720 status collapsed
41721
41722 \begin_layout Plain Layout
41723
41724 }{
41725 \end_layout
41726
41727 \end_inset
41728
41729 Color
41730 \begin_inset ERT
41731 status collapsed
41732
41733 \begin_layout Plain Layout
41734
41735 }
41736 \end_layout
41737
41738 \end_inset
41739
41740  Color name
41741 \end_layout
41742
41743 \end_inset
41744 </cell>
41745 </row>
41746 <row>
41747 <cell alignment="center" valignment="top" usebox="none">
41748 \begin_inset Text
41749
41750 \begin_layout Plain Layout
41751 \begin_inset ERT
41752 status collapsed
41753
41754 \begin_layout Plain Layout
41755
41756
41757 \backslash
41758 fcolorbox{black}{
41759 \end_layout
41760
41761 \end_inset
41762
41763 Apricot
41764 \begin_inset ERT
41765 status collapsed
41766
41767 \begin_layout Plain Layout
41768
41769 }{
41770 \end_layout
41771
41772 \end_inset
41773
41774
41775 \begin_inset Phantom Phantom
41776 status open
41777
41778 \begin_layout Plain Layout
41779 W
41780 \end_layout
41781
41782 \end_inset
41783
41784
41785 \begin_inset ERT
41786 status collapsed
41787
41788 \begin_layout Plain Layout
41789
41790 }
41791 \end_layout
41792
41793 \end_inset
41794
41795  Apricot
41796 \end_layout
41797
41798 \end_inset
41799 </cell>
41800 <cell alignment="center" valignment="top" usebox="none">
41801 \begin_inset Text
41802
41803 \begin_layout Plain Layout
41804 \begin_inset ERT
41805 status collapsed
41806
41807 \begin_layout Plain Layout
41808
41809
41810 \backslash
41811 fcolorbox{black}{
41812 \end_layout
41813
41814 \end_inset
41815
41816 Aquamarine
41817 \begin_inset ERT
41818 status collapsed
41819
41820 \begin_layout Plain Layout
41821
41822 }{
41823 \end_layout
41824
41825 \end_inset
41826
41827
41828 \begin_inset Phantom Phantom
41829 status open
41830
41831 \begin_layout Plain Layout
41832 W
41833 \end_layout
41834
41835 \end_inset
41836
41837
41838 \begin_inset ERT
41839 status collapsed
41840
41841 \begin_layout Plain Layout
41842
41843 }
41844 \end_layout
41845
41846 \end_inset
41847
41848  Aquamarine
41849 \end_layout
41850
41851 \end_inset
41852 </cell>
41853 <cell alignment="center" valignment="top" usebox="none">
41854 \begin_inset Text
41855
41856 \begin_layout Plain Layout
41857 \begin_inset ERT
41858 status collapsed
41859
41860 \begin_layout Plain Layout
41861
41862
41863 \backslash
41864 fcolorbox{black}{
41865 \end_layout
41866
41867 \end_inset
41868
41869 Bittersweet
41870 \begin_inset ERT
41871 status collapsed
41872
41873 \begin_layout Plain Layout
41874
41875 }{
41876 \end_layout
41877
41878 \end_inset
41879
41880
41881 \begin_inset Phantom Phantom
41882 status open
41883
41884 \begin_layout Plain Layout
41885 W
41886 \end_layout
41887
41888 \end_inset
41889
41890
41891 \begin_inset ERT
41892 status collapsed
41893
41894 \begin_layout Plain Layout
41895
41896 }
41897 \end_layout
41898
41899 \end_inset
41900
41901  Bittersweet
41902 \end_layout
41903
41904 \end_inset
41905 </cell>
41906 <cell alignment="center" valignment="top" usebox="none">
41907 \begin_inset Text
41908
41909 \begin_layout Plain Layout
41910 \begin_inset ERT
41911 status collapsed
41912
41913 \begin_layout Plain Layout
41914
41915
41916 \backslash
41917 fcolorbox{black}{
41918 \end_layout
41919
41920 \end_inset
41921
41922 BlueGreen
41923 \begin_inset ERT
41924 status collapsed
41925
41926 \begin_layout Plain Layout
41927
41928 }{
41929 \end_layout
41930
41931 \end_inset
41932
41933
41934 \begin_inset Phantom Phantom
41935 status open
41936
41937 \begin_layout Plain Layout
41938 W
41939 \end_layout
41940
41941 \end_inset
41942
41943
41944 \begin_inset ERT
41945 status collapsed
41946
41947 \begin_layout Plain Layout
41948
41949 }
41950 \end_layout
41951
41952 \end_inset
41953
41954  BlueGreen
41955 \end_layout
41956
41957 \end_inset
41958 </cell>
41959 </row>
41960 <row>
41961 <cell alignment="left" valignment="top" usebox="none">
41962 \begin_inset Text
41963
41964 \begin_layout Plain Layout
41965 \begin_inset ERT
41966 status collapsed
41967
41968 \begin_layout Plain Layout
41969
41970
41971 \backslash
41972 fcolorbox{black}{
41973 \end_layout
41974
41975 \end_inset
41976
41977 BlueViolet
41978 \begin_inset ERT
41979 status collapsed
41980
41981 \begin_layout Plain Layout
41982
41983 }{
41984 \end_layout
41985
41986 \end_inset
41987
41988
41989 \begin_inset Phantom Phantom
41990 status open
41991
41992 \begin_layout Plain Layout
41993 W
41994 \end_layout
41995
41996 \end_inset
41997
41998
41999 \begin_inset ERT
42000 status collapsed
42001
42002 \begin_layout Plain Layout
42003
42004 }
42005 \end_layout
42006
42007 \end_inset
42008
42009  BlueViolet
42010 \end_layout
42011
42012 \end_inset
42013 </cell>
42014 <cell alignment="left" valignment="top" usebox="none">
42015 \begin_inset Text
42016
42017 \begin_layout Plain Layout
42018 \begin_inset ERT
42019 status collapsed
42020
42021 \begin_layout Plain Layout
42022
42023
42024 \backslash
42025 fcolorbox{black}{
42026 \end_layout
42027
42028 \end_inset
42029
42030 BrickRed
42031 \begin_inset ERT
42032 status collapsed
42033
42034 \begin_layout Plain Layout
42035
42036 }{
42037 \end_layout
42038
42039 \end_inset
42040
42041
42042 \begin_inset Phantom Phantom
42043 status open
42044
42045 \begin_layout Plain Layout
42046 W
42047 \end_layout
42048
42049 \end_inset
42050
42051
42052 \begin_inset ERT
42053 status collapsed
42054
42055 \begin_layout Plain Layout
42056
42057 }
42058 \end_layout
42059
42060 \end_inset
42061
42062  BrickRed
42063 \end_layout
42064
42065 \end_inset
42066 </cell>
42067 <cell alignment="left" valignment="top" usebox="none">
42068 \begin_inset Text
42069
42070 \begin_layout Plain Layout
42071 \begin_inset ERT
42072 status collapsed
42073
42074 \begin_layout Plain Layout
42075
42076
42077 \backslash
42078 fcolorbox{black}{
42079 \end_layout
42080
42081 \end_inset
42082
42083 Brown
42084 \begin_inset ERT
42085 status collapsed
42086
42087 \begin_layout Plain Layout
42088
42089 }{
42090 \end_layout
42091
42092 \end_inset
42093
42094
42095 \begin_inset Phantom Phantom
42096 status open
42097
42098 \begin_layout Plain Layout
42099 W
42100 \end_layout
42101
42102 \end_inset
42103
42104
42105 \begin_inset ERT
42106 status collapsed
42107
42108 \begin_layout Plain Layout
42109
42110 }
42111 \end_layout
42112
42113 \end_inset
42114
42115  Brown
42116 \end_layout
42117
42118 \end_inset
42119 </cell>
42120 <cell alignment="left" valignment="top" usebox="none">
42121 \begin_inset Text
42122
42123 \begin_layout Plain Layout
42124 \begin_inset ERT
42125 status collapsed
42126
42127 \begin_layout Plain Layout
42128
42129
42130 \backslash
42131 fcolorbox{black}{
42132 \end_layout
42133
42134 \end_inset
42135
42136 BurntOrange
42137 \begin_inset ERT
42138 status collapsed
42139
42140 \begin_layout Plain Layout
42141
42142 }{
42143 \end_layout
42144
42145 \end_inset
42146
42147
42148 \begin_inset Phantom Phantom
42149 status open
42150
42151 \begin_layout Plain Layout
42152 W
42153 \end_layout
42154
42155 \end_inset
42156
42157
42158 \begin_inset ERT
42159 status collapsed
42160
42161 \begin_layout Plain Layout
42162
42163 }
42164 \end_layout
42165
42166 \end_inset
42167
42168  BurntOrange
42169 \end_layout
42170
42171 \end_inset
42172 </cell>
42173 </row>
42174 <row>
42175 <cell alignment="left" valignment="top" usebox="none">
42176 \begin_inset Text
42177
42178 \begin_layout Plain Layout
42179 \begin_inset ERT
42180 status collapsed
42181
42182 \begin_layout Plain Layout
42183
42184
42185 \backslash
42186 fcolorbox{black}{
42187 \end_layout
42188
42189 \end_inset
42190
42191 CadetBlue
42192 \begin_inset ERT
42193 status collapsed
42194
42195 \begin_layout Plain Layout
42196
42197 }{
42198 \end_layout
42199
42200 \end_inset
42201
42202
42203 \begin_inset Phantom Phantom
42204 status open
42205
42206 \begin_layout Plain Layout
42207 W
42208 \end_layout
42209
42210 \end_inset
42211
42212
42213 \begin_inset ERT
42214 status collapsed
42215
42216 \begin_layout Plain Layout
42217
42218 }
42219 \end_layout
42220
42221 \end_inset
42222
42223  CadetBlue
42224 \end_layout
42225
42226 \end_inset
42227 </cell>
42228 <cell alignment="left" valignment="top" usebox="none">
42229 \begin_inset Text
42230
42231 \begin_layout Plain Layout
42232 \begin_inset ERT
42233 status collapsed
42234
42235 \begin_layout Plain Layout
42236
42237
42238 \backslash
42239 fcolorbox{black}{
42240 \end_layout
42241
42242 \end_inset
42243
42244 CarnationPink
42245 \begin_inset ERT
42246 status collapsed
42247
42248 \begin_layout Plain Layout
42249
42250 }{
42251 \end_layout
42252
42253 \end_inset
42254
42255
42256 \begin_inset Phantom Phantom
42257 status open
42258
42259 \begin_layout Plain Layout
42260 W
42261 \end_layout
42262
42263 \end_inset
42264
42265
42266 \begin_inset ERT
42267 status collapsed
42268
42269 \begin_layout Plain Layout
42270
42271 }
42272 \end_layout
42273
42274 \end_inset
42275
42276  CarnationPink
42277 \end_layout
42278
42279 \end_inset
42280 </cell>
42281 <cell alignment="left" valignment="top" usebox="none">
42282 \begin_inset Text
42283
42284 \begin_layout Plain Layout
42285 \begin_inset ERT
42286 status collapsed
42287
42288 \begin_layout Plain Layout
42289
42290
42291 \backslash
42292 fcolorbox{black}{
42293 \end_layout
42294
42295 \end_inset
42296
42297 Cerulean
42298 \begin_inset ERT
42299 status collapsed
42300
42301 \begin_layout Plain Layout
42302
42303 }{
42304 \end_layout
42305
42306 \end_inset
42307
42308
42309 \begin_inset Phantom Phantom
42310 status open
42311
42312 \begin_layout Plain Layout
42313 W
42314 \end_layout
42315
42316 \end_inset
42317
42318
42319 \begin_inset ERT
42320 status collapsed
42321
42322 \begin_layout Plain Layout
42323
42324 }
42325 \end_layout
42326
42327 \end_inset
42328
42329  Cerulean
42330 \end_layout
42331
42332 \end_inset
42333 </cell>
42334 <cell alignment="left" valignment="top" usebox="none">
42335 \begin_inset Text
42336
42337 \begin_layout Plain Layout
42338 \begin_inset ERT
42339 status collapsed
42340
42341 \begin_layout Plain Layout
42342
42343
42344 \backslash
42345 fcolorbox{black}{
42346 \end_layout
42347
42348 \end_inset
42349
42350 CornflowerBlue
42351 \begin_inset ERT
42352 status collapsed
42353
42354 \begin_layout Plain Layout
42355
42356 }{
42357 \end_layout
42358
42359 \end_inset
42360
42361
42362 \begin_inset Phantom Phantom
42363 status open
42364
42365 \begin_layout Plain Layout
42366 W
42367 \end_layout
42368
42369 \end_inset
42370
42371
42372 \begin_inset ERT
42373 status collapsed
42374
42375 \begin_layout Plain Layout
42376
42377 }
42378 \end_layout
42379
42380 \end_inset
42381
42382  CornflowerBlue
42383 \end_layout
42384
42385 \end_inset
42386 </cell>
42387 </row>
42388 <row>
42389 <cell alignment="left" valignment="top" usebox="none">
42390 \begin_inset Text
42391
42392 \begin_layout Plain Layout
42393 \begin_inset ERT
42394 status collapsed
42395
42396 \begin_layout Plain Layout
42397
42398
42399 \backslash
42400 fcolorbox{black}{
42401 \end_layout
42402
42403 \end_inset
42404
42405 Dandelion
42406 \begin_inset ERT
42407 status collapsed
42408
42409 \begin_layout Plain Layout
42410
42411 }{
42412 \end_layout
42413
42414 \end_inset
42415
42416
42417 \begin_inset Phantom Phantom
42418 status open
42419
42420 \begin_layout Plain Layout
42421 W
42422 \end_layout
42423
42424 \end_inset
42425
42426
42427 \begin_inset ERT
42428 status collapsed
42429
42430 \begin_layout Plain Layout
42431
42432 }
42433 \end_layout
42434
42435 \end_inset
42436
42437  Dandelion
42438 \end_layout
42439
42440 \end_inset
42441 </cell>
42442 <cell alignment="left" valignment="top" usebox="none">
42443 \begin_inset Text
42444
42445 \begin_layout Plain Layout
42446 \begin_inset ERT
42447 status collapsed
42448
42449 \begin_layout Plain Layout
42450
42451
42452 \backslash
42453 fcolorbox{black}{
42454 \end_layout
42455
42456 \end_inset
42457
42458 DarkOrchid
42459 \begin_inset ERT
42460 status collapsed
42461
42462 \begin_layout Plain Layout
42463
42464 }{
42465 \end_layout
42466
42467 \end_inset
42468
42469
42470 \begin_inset Phantom Phantom
42471 status open
42472
42473 \begin_layout Plain Layout
42474 W
42475 \end_layout
42476
42477 \end_inset
42478
42479
42480 \begin_inset ERT
42481 status collapsed
42482
42483 \begin_layout Plain Layout
42484
42485 }
42486 \end_layout
42487
42488 \end_inset
42489
42490  DarkOrchid
42491 \end_layout
42492
42493 \end_inset
42494 </cell>
42495 <cell alignment="left" valignment="top" usebox="none">
42496 \begin_inset Text
42497
42498 \begin_layout Plain Layout
42499 \begin_inset ERT
42500 status collapsed
42501
42502 \begin_layout Plain Layout
42503
42504
42505 \backslash
42506 fcolorbox{black}{
42507 \end_layout
42508
42509 \end_inset
42510
42511 Emerald
42512 \begin_inset ERT
42513 status collapsed
42514
42515 \begin_layout Plain Layout
42516
42517 }{
42518 \end_layout
42519
42520 \end_inset
42521
42522
42523 \begin_inset Phantom Phantom
42524 status open
42525
42526 \begin_layout Plain Layout
42527 W
42528 \end_layout
42529
42530 \end_inset
42531
42532
42533 \begin_inset ERT
42534 status collapsed
42535
42536 \begin_layout Plain Layout
42537
42538 }
42539 \end_layout
42540
42541 \end_inset
42542
42543  Emerald
42544 \end_layout
42545
42546 \end_inset
42547 </cell>
42548 <cell alignment="left" valignment="top" usebox="none">
42549 \begin_inset Text
42550
42551 \begin_layout Plain Layout
42552 \begin_inset ERT
42553 status collapsed
42554
42555 \begin_layout Plain Layout
42556
42557
42558 \backslash
42559 fcolorbox{black}{
42560 \end_layout
42561
42562 \end_inset
42563
42564 ForestGreen
42565 \begin_inset ERT
42566 status collapsed
42567
42568 \begin_layout Plain Layout
42569
42570 }{
42571 \end_layout
42572
42573 \end_inset
42574
42575
42576 \begin_inset Phantom Phantom
42577 status open
42578
42579 \begin_layout Plain Layout
42580 W
42581 \end_layout
42582
42583 \end_inset
42584
42585
42586 \begin_inset ERT
42587 status collapsed
42588
42589 \begin_layout Plain Layout
42590
42591 }
42592 \end_layout
42593
42594 \end_inset
42595
42596  ForestGreen
42597 \end_layout
42598
42599 \end_inset
42600 </cell>
42601 </row>
42602 <row>
42603 <cell alignment="left" valignment="top" usebox="none">
42604 \begin_inset Text
42605
42606 \begin_layout Plain Layout
42607 \begin_inset ERT
42608 status collapsed
42609
42610 \begin_layout Plain Layout
42611
42612
42613 \backslash
42614 fcolorbox{black}{
42615 \end_layout
42616
42617 \end_inset
42618
42619 Fuchsia
42620 \begin_inset ERT
42621 status collapsed
42622
42623 \begin_layout Plain Layout
42624
42625 }{
42626 \end_layout
42627
42628 \end_inset
42629
42630
42631 \begin_inset Phantom Phantom
42632 status open
42633
42634 \begin_layout Plain Layout
42635 W
42636 \end_layout
42637
42638 \end_inset
42639
42640
42641 \begin_inset ERT
42642 status collapsed
42643
42644 \begin_layout Plain Layout
42645
42646 }
42647 \end_layout
42648
42649 \end_inset
42650
42651  Fuchsia
42652 \end_layout
42653
42654 \end_inset
42655 </cell>
42656 <cell alignment="left" valignment="top" usebox="none">
42657 \begin_inset Text
42658
42659 \begin_layout Plain Layout
42660 \begin_inset ERT
42661 status collapsed
42662
42663 \begin_layout Plain Layout
42664
42665
42666 \backslash
42667 fcolorbox{black}{
42668 \end_layout
42669
42670 \end_inset
42671
42672 Goldenrod
42673 \begin_inset ERT
42674 status collapsed
42675
42676 \begin_layout Plain Layout
42677
42678 }{
42679 \end_layout
42680
42681 \end_inset
42682
42683
42684 \begin_inset Phantom Phantom
42685 status open
42686
42687 \begin_layout Plain Layout
42688 W
42689 \end_layout
42690
42691 \end_inset
42692
42693
42694 \begin_inset ERT
42695 status collapsed
42696
42697 \begin_layout Plain Layout
42698
42699 }
42700 \end_layout
42701
42702 \end_inset
42703
42704  Goldenrod
42705 \end_layout
42706
42707 \end_inset
42708 </cell>
42709 <cell alignment="left" valignment="top" usebox="none">
42710 \begin_inset Text
42711
42712 \begin_layout Plain Layout
42713 \begin_inset ERT
42714 status collapsed
42715
42716 \begin_layout Plain Layout
42717
42718
42719 \backslash
42720 fcolorbox{black}{
42721 \end_layout
42722
42723 \end_inset
42724
42725 Gray
42726 \begin_inset ERT
42727 status collapsed
42728
42729 \begin_layout Plain Layout
42730
42731 }{
42732 \end_layout
42733
42734 \end_inset
42735
42736
42737 \begin_inset Phantom Phantom
42738 status open
42739
42740 \begin_layout Plain Layout
42741 W
42742 \end_layout
42743
42744 \end_inset
42745
42746
42747 \begin_inset ERT
42748 status collapsed
42749
42750 \begin_layout Plain Layout
42751
42752 }
42753 \end_layout
42754
42755 \end_inset
42756
42757  Gray
42758 \end_layout
42759
42760 \end_inset
42761 </cell>
42762 <cell alignment="left" valignment="top" usebox="none">
42763 \begin_inset Text
42764
42765 \begin_layout Plain Layout
42766 \begin_inset ERT
42767 status collapsed
42768
42769 \begin_layout Plain Layout
42770
42771
42772 \backslash
42773 fcolorbox{black}{
42774 \end_layout
42775
42776 \end_inset
42777
42778 GreenYellow
42779 \begin_inset ERT
42780 status collapsed
42781
42782 \begin_layout Plain Layout
42783
42784 }{
42785 \end_layout
42786
42787 \end_inset
42788
42789
42790 \begin_inset Phantom Phantom
42791 status open
42792
42793 \begin_layout Plain Layout
42794 W
42795 \end_layout
42796
42797 \end_inset
42798
42799
42800 \begin_inset ERT
42801 status collapsed
42802
42803 \begin_layout Plain Layout
42804
42805 }
42806 \end_layout
42807
42808 \end_inset
42809
42810  GreenYellow
42811 \end_layout
42812
42813 \end_inset
42814 </cell>
42815 </row>
42816 <row>
42817 <cell alignment="center" valignment="top" usebox="none">
42818 \begin_inset Text
42819
42820 \begin_layout Plain Layout
42821 \begin_inset ERT
42822 status collapsed
42823
42824 \begin_layout Plain Layout
42825
42826
42827 \backslash
42828 fcolorbox{black}{
42829 \end_layout
42830
42831 \end_inset
42832
42833 JungleGreen
42834 \begin_inset ERT
42835 status collapsed
42836
42837 \begin_layout Plain Layout
42838
42839 }{
42840 \end_layout
42841
42842 \end_inset
42843
42844
42845 \begin_inset Phantom Phantom
42846 status open
42847
42848 \begin_layout Plain Layout
42849 W
42850 \end_layout
42851
42852 \end_inset
42853
42854
42855 \begin_inset ERT
42856 status collapsed
42857
42858 \begin_layout Plain Layout
42859
42860 }
42861 \end_layout
42862
42863 \end_inset
42864
42865  JungleGreen
42866 \end_layout
42867
42868 \end_inset
42869 </cell>
42870 <cell alignment="center" valignment="top" usebox="none">
42871 \begin_inset Text
42872
42873 \begin_layout Plain Layout
42874 \begin_inset ERT
42875 status collapsed
42876
42877 \begin_layout Plain Layout
42878
42879
42880 \backslash
42881 fcolorbox{black}{
42882 \end_layout
42883
42884 \end_inset
42885
42886 Lavender
42887 \begin_inset ERT
42888 status collapsed
42889
42890 \begin_layout Plain Layout
42891
42892 }{
42893 \end_layout
42894
42895 \end_inset
42896
42897
42898 \begin_inset Phantom Phantom
42899 status open
42900
42901 \begin_layout Plain Layout
42902 W
42903 \end_layout
42904
42905 \end_inset
42906
42907
42908 \begin_inset ERT
42909 status collapsed
42910
42911 \begin_layout Plain Layout
42912
42913 }
42914 \end_layout
42915
42916 \end_inset
42917
42918  Lavender
42919 \end_layout
42920
42921 \end_inset
42922 </cell>
42923 <cell alignment="center" valignment="top" usebox="none">
42924 \begin_inset Text
42925
42926 \begin_layout Plain Layout
42927 \begin_inset ERT
42928 status collapsed
42929
42930 \begin_layout Plain Layout
42931
42932
42933 \backslash
42934 fcolorbox{black}{
42935 \end_layout
42936
42937 \end_inset
42938
42939 LimeGreen
42940 \begin_inset ERT
42941 status collapsed
42942
42943 \begin_layout Plain Layout
42944
42945 }{
42946 \end_layout
42947
42948 \end_inset
42949
42950
42951 \begin_inset Phantom Phantom
42952 status open
42953
42954 \begin_layout Plain Layout
42955 W
42956 \end_layout
42957
42958 \end_inset
42959
42960
42961 \begin_inset ERT
42962 status collapsed
42963
42964 \begin_layout Plain Layout
42965
42966 }
42967 \end_layout
42968
42969 \end_inset
42970
42971  LimeGreen
42972 \end_layout
42973
42974 \end_inset
42975 </cell>
42976 <cell alignment="center" valignment="top" usebox="none">
42977 \begin_inset Text
42978
42979 \begin_layout Plain Layout
42980 \begin_inset ERT
42981 status collapsed
42982
42983 \begin_layout Plain Layout
42984
42985
42986 \backslash
42987 fcolorbox{black}{
42988 \end_layout
42989
42990 \end_inset
42991
42992 Mahogany
42993 \begin_inset ERT
42994 status collapsed
42995
42996 \begin_layout Plain Layout
42997
42998 }{
42999 \end_layout
43000
43001 \end_inset
43002
43003
43004 \begin_inset Phantom Phantom
43005 status open
43006
43007 \begin_layout Plain Layout
43008 W
43009 \end_layout
43010
43011 \end_inset
43012
43013
43014 \begin_inset ERT
43015 status collapsed
43016
43017 \begin_layout Plain Layout
43018
43019 }
43020 \end_layout
43021
43022 \end_inset
43023
43024  Mahogany
43025 \end_layout
43026
43027 \end_inset
43028 </cell>
43029 </row>
43030 <row>
43031 <cell alignment="left" valignment="top" usebox="none">
43032 \begin_inset Text
43033
43034 \begin_layout Plain Layout
43035 \begin_inset ERT
43036 status collapsed
43037
43038 \begin_layout Plain Layout
43039
43040
43041 \backslash
43042 fcolorbox{black}{
43043 \end_layout
43044
43045 \end_inset
43046
43047 Mahogany
43048 \begin_inset ERT
43049 status collapsed
43050
43051 \begin_layout Plain Layout
43052
43053 }{
43054 \end_layout
43055
43056 \end_inset
43057
43058
43059 \begin_inset Phantom Phantom
43060 status open
43061
43062 \begin_layout Plain Layout
43063 W
43064 \end_layout
43065
43066 \end_inset
43067
43068
43069 \begin_inset ERT
43070 status collapsed
43071
43072 \begin_layout Plain Layout
43073
43074 }
43075 \end_layout
43076
43077 \end_inset
43078
43079  Mahogany
43080 \end_layout
43081
43082 \end_inset
43083 </cell>
43084 <cell alignment="left" valignment="top" usebox="none">
43085 \begin_inset Text
43086
43087 \begin_layout Plain Layout
43088 \begin_inset ERT
43089 status collapsed
43090
43091 \begin_layout Plain Layout
43092
43093
43094 \backslash
43095 fcolorbox{black}{
43096 \end_layout
43097
43098 \end_inset
43099
43100 Maroon
43101 \begin_inset ERT
43102 status collapsed
43103
43104 \begin_layout Plain Layout
43105
43106 }{
43107 \end_layout
43108
43109 \end_inset
43110
43111
43112 \begin_inset Phantom Phantom
43113 status open
43114
43115 \begin_layout Plain Layout
43116 W
43117 \end_layout
43118
43119 \end_inset
43120
43121
43122 \begin_inset ERT
43123 status collapsed
43124
43125 \begin_layout Plain Layout
43126
43127 }
43128 \end_layout
43129
43130 \end_inset
43131
43132  Maroon
43133 \end_layout
43134
43135 \end_inset
43136 </cell>
43137 <cell alignment="left" valignment="top" usebox="none">
43138 \begin_inset Text
43139
43140 \begin_layout Plain Layout
43141 \begin_inset ERT
43142 status collapsed
43143
43144 \begin_layout Plain Layout
43145
43146
43147 \backslash
43148 fcolorbox{black}{
43149 \end_layout
43150
43151 \end_inset
43152
43153 Melon
43154 \begin_inset ERT
43155 status collapsed
43156
43157 \begin_layout Plain Layout
43158
43159 }{
43160 \end_layout
43161
43162 \end_inset
43163
43164
43165 \begin_inset Phantom Phantom
43166 status open
43167
43168 \begin_layout Plain Layout
43169 W
43170 \end_layout
43171
43172 \end_inset
43173
43174
43175 \begin_inset ERT
43176 status collapsed
43177
43178 \begin_layout Plain Layout
43179
43180 }
43181 \end_layout
43182
43183 \end_inset
43184
43185  Melon
43186 \end_layout
43187
43188 \end_inset
43189 </cell>
43190 <cell alignment="left" valignment="top" usebox="none">
43191 \begin_inset Text
43192
43193 \begin_layout Plain Layout
43194 \begin_inset ERT
43195 status collapsed
43196
43197 \begin_layout Plain Layout
43198
43199
43200 \backslash
43201 fcolorbox{black}{
43202 \end_layout
43203
43204 \end_inset
43205
43206 MidnightBlue
43207 \begin_inset ERT
43208 status collapsed
43209
43210 \begin_layout Plain Layout
43211
43212 }{
43213 \end_layout
43214
43215 \end_inset
43216
43217
43218 \begin_inset Phantom Phantom
43219 status open
43220
43221 \begin_layout Plain Layout
43222 W
43223 \end_layout
43224
43225 \end_inset
43226
43227
43228 \begin_inset ERT
43229 status collapsed
43230
43231 \begin_layout Plain Layout
43232
43233 }
43234 \end_layout
43235
43236 \end_inset
43237
43238  MidnightBlue
43239 \end_layout
43240
43241 \end_inset
43242 </cell>
43243 </row>
43244 <row>
43245 <cell alignment="left" valignment="top" usebox="none">
43246 \begin_inset Text
43247
43248 \begin_layout Plain Layout
43249 \begin_inset ERT
43250 status collapsed
43251
43252 \begin_layout Plain Layout
43253
43254
43255 \backslash
43256 fcolorbox{black}{
43257 \end_layout
43258
43259 \end_inset
43260
43261 Mulberry
43262 \begin_inset ERT
43263 status collapsed
43264
43265 \begin_layout Plain Layout
43266
43267 }{
43268 \end_layout
43269
43270 \end_inset
43271
43272
43273 \begin_inset Phantom Phantom
43274 status open
43275
43276 \begin_layout Plain Layout
43277 W
43278 \end_layout
43279
43280 \end_inset
43281
43282
43283 \begin_inset ERT
43284 status collapsed
43285
43286 \begin_layout Plain Layout
43287
43288 }
43289 \end_layout
43290
43291 \end_inset
43292
43293  Mulberry
43294 \end_layout
43295
43296 \end_inset
43297 </cell>
43298 <cell alignment="left" valignment="top" usebox="none">
43299 \begin_inset Text
43300
43301 \begin_layout Plain Layout
43302 \begin_inset ERT
43303 status collapsed
43304
43305 \begin_layout Plain Layout
43306
43307
43308 \backslash
43309 fcolorbox{black}{
43310 \end_layout
43311
43312 \end_inset
43313
43314 NavyBlue
43315 \begin_inset ERT
43316 status collapsed
43317
43318 \begin_layout Plain Layout
43319
43320 }{
43321 \end_layout
43322
43323 \end_inset
43324
43325
43326 \begin_inset Phantom Phantom
43327 status open
43328
43329 \begin_layout Plain Layout
43330 W
43331 \end_layout
43332
43333 \end_inset
43334
43335
43336 \begin_inset ERT
43337 status collapsed
43338
43339 \begin_layout Plain Layout
43340
43341 }
43342 \end_layout
43343
43344 \end_inset
43345
43346  NavyBlue
43347 \end_layout
43348
43349 \end_inset
43350 </cell>
43351 <cell alignment="left" valignment="top" usebox="none">
43352 \begin_inset Text
43353
43354 \begin_layout Plain Layout
43355 \begin_inset ERT
43356 status collapsed
43357
43358 \begin_layout Plain Layout
43359
43360
43361 \backslash
43362 fcolorbox{black}{
43363 \end_layout
43364
43365 \end_inset
43366
43367 OliveGreen
43368 \begin_inset ERT
43369 status collapsed
43370
43371 \begin_layout Plain Layout
43372
43373 }{
43374 \end_layout
43375
43376 \end_inset
43377
43378
43379 \begin_inset Phantom Phantom
43380 status open
43381
43382 \begin_layout Plain Layout
43383 W
43384 \end_layout
43385
43386 \end_inset
43387
43388
43389 \begin_inset ERT
43390 status collapsed
43391
43392 \begin_layout Plain Layout
43393
43394 }
43395 \end_layout
43396
43397 \end_inset
43398
43399  OliveGreen
43400 \end_layout
43401
43402 \end_inset
43403 </cell>
43404 <cell alignment="left" valignment="top" usebox="none">
43405 \begin_inset Text
43406
43407 \begin_layout Plain Layout
43408 \begin_inset ERT
43409 status collapsed
43410
43411 \begin_layout Plain Layout
43412
43413
43414 \backslash
43415 fcolorbox{black}{
43416 \end_layout
43417
43418 \end_inset
43419
43420 Orange
43421 \begin_inset ERT
43422 status collapsed
43423
43424 \begin_layout Plain Layout
43425
43426 }{
43427 \end_layout
43428
43429 \end_inset
43430
43431
43432 \begin_inset Phantom Phantom
43433 status open
43434
43435 \begin_layout Plain Layout
43436 W
43437 \end_layout
43438
43439 \end_inset
43440
43441
43442 \begin_inset ERT
43443 status collapsed
43444
43445 \begin_layout Plain Layout
43446
43447 }
43448 \end_layout
43449
43450 \end_inset
43451
43452  Orange
43453 \end_layout
43454
43455 \end_inset
43456 </cell>
43457 </row>
43458 <row>
43459 <cell alignment="left" valignment="top" usebox="none">
43460 \begin_inset Text
43461
43462 \begin_layout Plain Layout
43463 \begin_inset ERT
43464 status collapsed
43465
43466 \begin_layout Plain Layout
43467
43468
43469 \backslash
43470 fcolorbox{black}{
43471 \end_layout
43472
43473 \end_inset
43474
43475 OrangeRed
43476 \begin_inset ERT
43477 status collapsed
43478
43479 \begin_layout Plain Layout
43480
43481 }{
43482 \end_layout
43483
43484 \end_inset
43485
43486
43487 \begin_inset Phantom Phantom
43488 status open
43489
43490 \begin_layout Plain Layout
43491 W
43492 \end_layout
43493
43494 \end_inset
43495
43496
43497 \begin_inset ERT
43498 status collapsed
43499
43500 \begin_layout Plain Layout
43501
43502 }
43503 \end_layout
43504
43505 \end_inset
43506
43507  OrangeRed
43508 \end_layout
43509
43510 \end_inset
43511 </cell>
43512 <cell alignment="left" valignment="top" usebox="none">
43513 \begin_inset Text
43514
43515 \begin_layout Plain Layout
43516 \begin_inset ERT
43517 status collapsed
43518
43519 \begin_layout Plain Layout
43520
43521
43522 \backslash
43523 fcolorbox{black}{
43524 \end_layout
43525
43526 \end_inset
43527
43528 Orchid
43529 \begin_inset ERT
43530 status collapsed
43531
43532 \begin_layout Plain Layout
43533
43534 }{
43535 \end_layout
43536
43537 \end_inset
43538
43539
43540 \begin_inset Phantom Phantom
43541 status open
43542
43543 \begin_layout Plain Layout
43544 W
43545 \end_layout
43546
43547 \end_inset
43548
43549
43550 \begin_inset ERT
43551 status collapsed
43552
43553 \begin_layout Plain Layout
43554
43555 }
43556 \end_layout
43557
43558 \end_inset
43559
43560  Orchid
43561 \end_layout
43562
43563 \end_inset
43564 </cell>
43565 <cell alignment="left" valignment="top" usebox="none">
43566 \begin_inset Text
43567
43568 \begin_layout Plain Layout
43569 \begin_inset ERT
43570 status collapsed
43571
43572 \begin_layout Plain Layout
43573
43574
43575 \backslash
43576 fcolorbox{black}{
43577 \end_layout
43578
43579 \end_inset
43580
43581 Peach
43582 \begin_inset ERT
43583 status collapsed
43584
43585 \begin_layout Plain Layout
43586
43587 }{
43588 \end_layout
43589
43590 \end_inset
43591
43592
43593 \begin_inset Phantom Phantom
43594 status open
43595
43596 \begin_layout Plain Layout
43597 W
43598 \end_layout
43599
43600 \end_inset
43601
43602
43603 \begin_inset ERT
43604 status collapsed
43605
43606 \begin_layout Plain Layout
43607
43608 }
43609 \end_layout
43610
43611 \end_inset
43612
43613  Peach
43614 \end_layout
43615
43616 \end_inset
43617 </cell>
43618 <cell alignment="left" valignment="top" usebox="none">
43619 \begin_inset Text
43620
43621 \begin_layout Plain Layout
43622 \begin_inset ERT
43623 status collapsed
43624
43625 \begin_layout Plain Layout
43626
43627
43628 \backslash
43629 fcolorbox{black}{
43630 \end_layout
43631
43632 \end_inset
43633
43634 Periwinkle
43635 \begin_inset ERT
43636 status collapsed
43637
43638 \begin_layout Plain Layout
43639
43640 }{
43641 \end_layout
43642
43643 \end_inset
43644
43645
43646 \begin_inset Phantom Phantom
43647 status open
43648
43649 \begin_layout Plain Layout
43650 W
43651 \end_layout
43652
43653 \end_inset
43654
43655
43656 \begin_inset ERT
43657 status collapsed
43658
43659 \begin_layout Plain Layout
43660
43661 }
43662 \end_layout
43663
43664 \end_inset
43665
43666  Periwinkle
43667 \end_layout
43668
43669 \end_inset
43670 </cell>
43671 </row>
43672 <row>
43673 <cell alignment="left" valignment="top" usebox="none">
43674 \begin_inset Text
43675
43676 \begin_layout Plain Layout
43677 \begin_inset ERT
43678 status collapsed
43679
43680 \begin_layout Plain Layout
43681
43682
43683 \backslash
43684 fcolorbox{black}{
43685 \end_layout
43686
43687 \end_inset
43688
43689 PineGreen
43690 \begin_inset ERT
43691 status collapsed
43692
43693 \begin_layout Plain Layout
43694
43695 }{
43696 \end_layout
43697
43698 \end_inset
43699
43700
43701 \begin_inset Phantom Phantom
43702 status open
43703
43704 \begin_layout Plain Layout
43705 W
43706 \end_layout
43707
43708 \end_inset
43709
43710
43711 \begin_inset ERT
43712 status collapsed
43713
43714 \begin_layout Plain Layout
43715
43716 }
43717 \end_layout
43718
43719 \end_inset
43720
43721  PineGreen
43722 \end_layout
43723
43724 \end_inset
43725 </cell>
43726 <cell alignment="left" valignment="top" usebox="none">
43727 \begin_inset Text
43728
43729 \begin_layout Plain Layout
43730 \begin_inset ERT
43731 status collapsed
43732
43733 \begin_layout Plain Layout
43734
43735
43736 \backslash
43737 fcolorbox{black}{
43738 \end_layout
43739
43740 \end_inset
43741
43742 Plum
43743 \begin_inset ERT
43744 status collapsed
43745
43746 \begin_layout Plain Layout
43747
43748 }{
43749 \end_layout
43750
43751 \end_inset
43752
43753
43754 \begin_inset Phantom Phantom
43755 status open
43756
43757 \begin_layout Plain Layout
43758 W
43759 \end_layout
43760
43761 \end_inset
43762
43763
43764 \begin_inset ERT
43765 status collapsed
43766
43767 \begin_layout Plain Layout
43768
43769 }
43770 \end_layout
43771
43772 \end_inset
43773
43774  Plum
43775 \end_layout
43776
43777 \end_inset
43778 </cell>
43779 <cell alignment="left" valignment="top" usebox="none">
43780 \begin_inset Text
43781
43782 \begin_layout Plain Layout
43783 \begin_inset ERT
43784 status collapsed
43785
43786 \begin_layout Plain Layout
43787
43788
43789 \backslash
43790 fcolorbox{black}{
43791 \end_layout
43792
43793 \end_inset
43794
43795 ProcessBlue
43796 \begin_inset ERT
43797 status collapsed
43798
43799 \begin_layout Plain Layout
43800
43801 }{
43802 \end_layout
43803
43804 \end_inset
43805
43806
43807 \begin_inset Phantom Phantom
43808 status open
43809
43810 \begin_layout Plain Layout
43811 W
43812 \end_layout
43813
43814 \end_inset
43815
43816
43817 \begin_inset ERT
43818 status collapsed
43819
43820 \begin_layout Plain Layout
43821
43822 }
43823 \end_layout
43824
43825 \end_inset
43826
43827  ProcessBlue
43828 \end_layout
43829
43830 \end_inset
43831 </cell>
43832 <cell alignment="left" valignment="top" usebox="none">
43833 \begin_inset Text
43834
43835 \begin_layout Plain Layout
43836 \begin_inset ERT
43837 status collapsed
43838
43839 \begin_layout Plain Layout
43840
43841
43842 \backslash
43843 fcolorbox{black}{
43844 \end_layout
43845
43846 \end_inset
43847
43848 Purple
43849 \begin_inset ERT
43850 status collapsed
43851
43852 \begin_layout Plain Layout
43853
43854 }{
43855 \end_layout
43856
43857 \end_inset
43858
43859
43860 \begin_inset Phantom Phantom
43861 status open
43862
43863 \begin_layout Plain Layout
43864 W
43865 \end_layout
43866
43867 \end_inset
43868
43869
43870 \begin_inset ERT
43871 status collapsed
43872
43873 \begin_layout Plain Layout
43874
43875 }
43876 \end_layout
43877
43878 \end_inset
43879
43880  Purple
43881 \end_layout
43882
43883 \end_inset
43884 </cell>
43885 </row>
43886 <row>
43887 <cell alignment="left" valignment="top" usebox="none">
43888 \begin_inset Text
43889
43890 \begin_layout Plain Layout
43891 \begin_inset ERT
43892 status collapsed
43893
43894 \begin_layout Plain Layout
43895
43896
43897 \backslash
43898 fcolorbox{black}{
43899 \end_layout
43900
43901 \end_inset
43902
43903 RawSienna
43904 \begin_inset ERT
43905 status collapsed
43906
43907 \begin_layout Plain Layout
43908
43909 }{
43910 \end_layout
43911
43912 \end_inset
43913
43914
43915 \begin_inset Phantom Phantom
43916 status open
43917
43918 \begin_layout Plain Layout
43919 W
43920 \end_layout
43921
43922 \end_inset
43923
43924
43925 \begin_inset ERT
43926 status collapsed
43927
43928 \begin_layout Plain Layout
43929
43930 }
43931 \end_layout
43932
43933 \end_inset
43934
43935  RawSienna
43936 \end_layout
43937
43938 \end_inset
43939 </cell>
43940 <cell alignment="left" valignment="top" usebox="none">
43941 \begin_inset Text
43942
43943 \begin_layout Plain Layout
43944 \begin_inset ERT
43945 status collapsed
43946
43947 \begin_layout Plain Layout
43948
43949
43950 \backslash
43951 fcolorbox{black}{
43952 \end_layout
43953
43954 \end_inset
43955
43956 RedOrange
43957 \begin_inset ERT
43958 status collapsed
43959
43960 \begin_layout Plain Layout
43961
43962 }{
43963 \end_layout
43964
43965 \end_inset
43966
43967
43968 \begin_inset Phantom Phantom
43969 status open
43970
43971 \begin_layout Plain Layout
43972 W
43973 \end_layout
43974
43975 \end_inset
43976
43977
43978 \begin_inset ERT
43979 status collapsed
43980
43981 \begin_layout Plain Layout
43982
43983 }
43984 \end_layout
43985
43986 \end_inset
43987
43988  RedOrange
43989 \end_layout
43990
43991 \end_inset
43992 </cell>
43993 <cell alignment="left" valignment="top" usebox="none">
43994 \begin_inset Text
43995
43996 \begin_layout Plain Layout
43997 \begin_inset ERT
43998 status collapsed
43999
44000 \begin_layout Plain Layout
44001
44002
44003 \backslash
44004 fcolorbox{black}{
44005 \end_layout
44006
44007 \end_inset
44008
44009 RedViolet
44010 \begin_inset ERT
44011 status collapsed
44012
44013 \begin_layout Plain Layout
44014
44015 }{
44016 \end_layout
44017
44018 \end_inset
44019
44020
44021 \begin_inset Phantom Phantom
44022 status open
44023
44024 \begin_layout Plain Layout
44025 W
44026 \end_layout
44027
44028 \end_inset
44029
44030
44031 \begin_inset ERT
44032 status collapsed
44033
44034 \begin_layout Plain Layout
44035
44036 }
44037 \end_layout
44038
44039 \end_inset
44040
44041  RedViolet
44042 \end_layout
44043
44044 \end_inset
44045 </cell>
44046 <cell alignment="left" valignment="top" usebox="none">
44047 \begin_inset Text
44048
44049 \begin_layout Plain Layout
44050 \begin_inset ERT
44051 status collapsed
44052
44053 \begin_layout Plain Layout
44054
44055
44056 \backslash
44057 fcolorbox{black}{
44058 \end_layout
44059
44060 \end_inset
44061
44062 Rhodamine
44063 \begin_inset ERT
44064 status collapsed
44065
44066 \begin_layout Plain Layout
44067
44068 }{
44069 \end_layout
44070
44071 \end_inset
44072
44073
44074 \begin_inset Phantom Phantom
44075 status open
44076
44077 \begin_layout Plain Layout
44078 W
44079 \end_layout
44080
44081 \end_inset
44082
44083
44084 \begin_inset ERT
44085 status collapsed
44086
44087 \begin_layout Plain Layout
44088
44089 }
44090 \end_layout
44091
44092 \end_inset
44093
44094  Rhodamine
44095 \end_layout
44096
44097 \end_inset
44098 </cell>
44099 </row>
44100 <row>
44101 <cell alignment="left" valignment="top" usebox="none">
44102 \begin_inset Text
44103
44104 \begin_layout Plain Layout
44105 \begin_inset ERT
44106 status collapsed
44107
44108 \begin_layout Plain Layout
44109
44110
44111 \backslash
44112 fcolorbox{black}{
44113 \end_layout
44114
44115 \end_inset
44116
44117 RoyalBlue
44118 \begin_inset ERT
44119 status collapsed
44120
44121 \begin_layout Plain Layout
44122
44123 }{
44124 \end_layout
44125
44126 \end_inset
44127
44128
44129 \begin_inset Phantom Phantom
44130 status open
44131
44132 \begin_layout Plain Layout
44133 W
44134 \end_layout
44135
44136 \end_inset
44137
44138
44139 \begin_inset ERT
44140 status collapsed
44141
44142 \begin_layout Plain Layout
44143
44144 }
44145 \end_layout
44146
44147 \end_inset
44148
44149  RoyalBlue
44150 \end_layout
44151
44152 \end_inset
44153 </cell>
44154 <cell alignment="left" valignment="top" usebox="none">
44155 \begin_inset Text
44156
44157 \begin_layout Plain Layout
44158 \begin_inset ERT
44159 status collapsed
44160
44161 \begin_layout Plain Layout
44162
44163
44164 \backslash
44165 fcolorbox{black}{
44166 \end_layout
44167
44168 \end_inset
44169
44170 RoyalPurple
44171 \begin_inset ERT
44172 status collapsed
44173
44174 \begin_layout Plain Layout
44175
44176 }{
44177 \end_layout
44178
44179 \end_inset
44180
44181
44182 \begin_inset Phantom Phantom
44183 status open
44184
44185 \begin_layout Plain Layout
44186 W
44187 \end_layout
44188
44189 \end_inset
44190
44191
44192 \begin_inset ERT
44193 status collapsed
44194
44195 \begin_layout Plain Layout
44196
44197 }
44198 \end_layout
44199
44200 \end_inset
44201
44202  RoyalPurple
44203 \end_layout
44204
44205 \end_inset
44206 </cell>
44207 <cell alignment="left" valignment="top" usebox="none">
44208 \begin_inset Text
44209
44210 \begin_layout Plain Layout
44211 \begin_inset ERT
44212 status collapsed
44213
44214 \begin_layout Plain Layout
44215
44216
44217 \backslash
44218 fcolorbox{black}{
44219 \end_layout
44220
44221 \end_inset
44222
44223 RubineRed
44224 \begin_inset ERT
44225 status collapsed
44226
44227 \begin_layout Plain Layout
44228
44229 }{
44230 \end_layout
44231
44232 \end_inset
44233
44234
44235 \begin_inset Phantom Phantom
44236 status open
44237
44238 \begin_layout Plain Layout
44239 W
44240 \end_layout
44241
44242 \end_inset
44243
44244
44245 \begin_inset ERT
44246 status collapsed
44247
44248 \begin_layout Plain Layout
44249
44250 }
44251 \end_layout
44252
44253 \end_inset
44254
44255  RubineRed
44256 \end_layout
44257
44258 \end_inset
44259 </cell>
44260 <cell alignment="left" valignment="top" usebox="none">
44261 \begin_inset Text
44262
44263 \begin_layout Plain Layout
44264 \begin_inset ERT
44265 status collapsed
44266
44267 \begin_layout Plain Layout
44268
44269
44270 \backslash
44271 fcolorbox{black}{
44272 \end_layout
44273
44274 \end_inset
44275
44276 Salmon
44277 \begin_inset ERT
44278 status collapsed
44279
44280 \begin_layout Plain Layout
44281
44282 }{
44283 \end_layout
44284
44285 \end_inset
44286
44287
44288 \begin_inset Phantom Phantom
44289 status open
44290
44291 \begin_layout Plain Layout
44292 W
44293 \end_layout
44294
44295 \end_inset
44296
44297
44298 \begin_inset ERT
44299 status collapsed
44300
44301 \begin_layout Plain Layout
44302
44303 }
44304 \end_layout
44305
44306 \end_inset
44307
44308  Salmon
44309 \end_layout
44310
44311 \end_inset
44312 </cell>
44313 </row>
44314 <row>
44315 <cell alignment="left" valignment="top" usebox="none">
44316 \begin_inset Text
44317
44318 \begin_layout Plain Layout
44319 \begin_inset ERT
44320 status collapsed
44321
44322 \begin_layout Plain Layout
44323
44324
44325 \backslash
44326 fcolorbox{black}{
44327 \end_layout
44328
44329 \end_inset
44330
44331 SeaGreen
44332 \begin_inset ERT
44333 status collapsed
44334
44335 \begin_layout Plain Layout
44336
44337 }{
44338 \end_layout
44339
44340 \end_inset
44341
44342
44343 \begin_inset Phantom Phantom
44344 status open
44345
44346 \begin_layout Plain Layout
44347 W
44348 \end_layout
44349
44350 \end_inset
44351
44352
44353 \begin_inset ERT
44354 status collapsed
44355
44356 \begin_layout Plain Layout
44357
44358 }
44359 \end_layout
44360
44361 \end_inset
44362
44363  SeaGreen
44364 \end_layout
44365
44366 \end_inset
44367 </cell>
44368 <cell alignment="left" valignment="top" usebox="none">
44369 \begin_inset Text
44370
44371 \begin_layout Plain Layout
44372 \begin_inset ERT
44373 status collapsed
44374
44375 \begin_layout Plain Layout
44376
44377
44378 \backslash
44379 fcolorbox{black}{
44380 \end_layout
44381
44382 \end_inset
44383
44384 Sepia
44385 \begin_inset ERT
44386 status collapsed
44387
44388 \begin_layout Plain Layout
44389
44390 }{
44391 \end_layout
44392
44393 \end_inset
44394
44395
44396 \begin_inset Phantom Phantom
44397 status open
44398
44399 \begin_layout Plain Layout
44400 W
44401 \end_layout
44402
44403 \end_inset
44404
44405
44406 \begin_inset ERT
44407 status collapsed
44408
44409 \begin_layout Plain Layout
44410
44411 }
44412 \end_layout
44413
44414 \end_inset
44415
44416  Sepia
44417 \end_layout
44418
44419 \end_inset
44420 </cell>
44421 <cell alignment="left" valignment="top" usebox="none">
44422 \begin_inset Text
44423
44424 \begin_layout Plain Layout
44425 \begin_inset ERT
44426 status collapsed
44427
44428 \begin_layout Plain Layout
44429
44430
44431 \backslash
44432 fcolorbox{black}{
44433 \end_layout
44434
44435 \end_inset
44436
44437 SkyBlue
44438 \begin_inset ERT
44439 status collapsed
44440
44441 \begin_layout Plain Layout
44442
44443 }{
44444 \end_layout
44445
44446 \end_inset
44447
44448
44449 \begin_inset Phantom Phantom
44450 status open
44451
44452 \begin_layout Plain Layout
44453 W
44454 \end_layout
44455
44456 \end_inset
44457
44458
44459 \begin_inset ERT
44460 status collapsed
44461
44462 \begin_layout Plain Layout
44463
44464 }
44465 \end_layout
44466
44467 \end_inset
44468
44469  SkyBlue
44470 \end_layout
44471
44472 \end_inset
44473 </cell>
44474 <cell alignment="left" valignment="top" usebox="none">
44475 \begin_inset Text
44476
44477 \begin_layout Plain Layout
44478 \begin_inset ERT
44479 status collapsed
44480
44481 \begin_layout Plain Layout
44482
44483
44484 \backslash
44485 fcolorbox{black}{
44486 \end_layout
44487
44488 \end_inset
44489
44490 SpringGreen
44491 \begin_inset ERT
44492 status collapsed
44493
44494 \begin_layout Plain Layout
44495
44496 }{
44497 \end_layout
44498
44499 \end_inset
44500
44501
44502 \begin_inset Phantom Phantom
44503 status open
44504
44505 \begin_layout Plain Layout
44506 W
44507 \end_layout
44508
44509 \end_inset
44510
44511
44512 \begin_inset ERT
44513 status collapsed
44514
44515 \begin_layout Plain Layout
44516
44517 }
44518 \end_layout
44519
44520 \end_inset
44521
44522  SpringGreen
44523 \end_layout
44524
44525 \end_inset
44526 </cell>
44527 </row>
44528 <row>
44529 <cell alignment="left" valignment="top" usebox="none">
44530 \begin_inset Text
44531
44532 \begin_layout Plain Layout
44533 \begin_inset ERT
44534 status collapsed
44535
44536 \begin_layout Plain Layout
44537
44538
44539 \backslash
44540 fcolorbox{black}{
44541 \end_layout
44542
44543 \end_inset
44544
44545 Tan
44546 \begin_inset ERT
44547 status collapsed
44548
44549 \begin_layout Plain Layout
44550
44551 }{
44552 \end_layout
44553
44554 \end_inset
44555
44556
44557 \begin_inset Phantom Phantom
44558 status open
44559
44560 \begin_layout Plain Layout
44561 W
44562 \end_layout
44563
44564 \end_inset
44565
44566
44567 \begin_inset ERT
44568 status collapsed
44569
44570 \begin_layout Plain Layout
44571
44572 }
44573 \end_layout
44574
44575 \end_inset
44576
44577  Tan
44578 \end_layout
44579
44580 \end_inset
44581 </cell>
44582 <cell alignment="left" valignment="top" usebox="none">
44583 \begin_inset Text
44584
44585 \begin_layout Plain Layout
44586 \begin_inset ERT
44587 status collapsed
44588
44589 \begin_layout Plain Layout
44590
44591
44592 \backslash
44593 fcolorbox{black}{
44594 \end_layout
44595
44596 \end_inset
44597
44598 TealBlue
44599 \begin_inset ERT
44600 status collapsed
44601
44602 \begin_layout Plain Layout
44603
44604 }{
44605 \end_layout
44606
44607 \end_inset
44608
44609
44610 \begin_inset Phantom Phantom
44611 status open
44612
44613 \begin_layout Plain Layout
44614 W
44615 \end_layout
44616
44617 \end_inset
44618
44619
44620 \begin_inset ERT
44621 status collapsed
44622
44623 \begin_layout Plain Layout
44624
44625 }
44626 \end_layout
44627
44628 \end_inset
44629
44630  TealBlue
44631 \end_layout
44632
44633 \end_inset
44634 </cell>
44635 <cell alignment="left" valignment="top" usebox="none">
44636 \begin_inset Text
44637
44638 \begin_layout Plain Layout
44639 \begin_inset ERT
44640 status collapsed
44641
44642 \begin_layout Plain Layout
44643
44644
44645 \backslash
44646 fcolorbox{black}{
44647 \end_layout
44648
44649 \end_inset
44650
44651 Thistle
44652 \begin_inset ERT
44653 status collapsed
44654
44655 \begin_layout Plain Layout
44656
44657 }{
44658 \end_layout
44659
44660 \end_inset
44661
44662
44663 \begin_inset Phantom Phantom
44664 status open
44665
44666 \begin_layout Plain Layout
44667 W
44668 \end_layout
44669
44670 \end_inset
44671
44672
44673 \begin_inset ERT
44674 status collapsed
44675
44676 \begin_layout Plain Layout
44677
44678 }
44679 \end_layout
44680
44681 \end_inset
44682
44683  Thistle
44684 \end_layout
44685
44686 \end_inset
44687 </cell>
44688 <cell alignment="left" valignment="top" usebox="none">
44689 \begin_inset Text
44690
44691 \begin_layout Plain Layout
44692 \begin_inset ERT
44693 status collapsed
44694
44695 \begin_layout Plain Layout
44696
44697
44698 \backslash
44699 fcolorbox{black}{
44700 \end_layout
44701
44702 \end_inset
44703
44704 Turquoise
44705 \begin_inset ERT
44706 status collapsed
44707
44708 \begin_layout Plain Layout
44709
44710 }{
44711 \end_layout
44712
44713 \end_inset
44714
44715
44716 \begin_inset Phantom Phantom
44717 status open
44718
44719 \begin_layout Plain Layout
44720 W
44721 \end_layout
44722
44723 \end_inset
44724
44725
44726 \begin_inset ERT
44727 status collapsed
44728
44729 \begin_layout Plain Layout
44730
44731 }
44732 \end_layout
44733
44734 \end_inset
44735
44736  Turquoise
44737 \end_layout
44738
44739 \end_inset
44740 </cell>
44741 </row>
44742 <row>
44743 <cell alignment="left" valignment="top" usebox="none">
44744 \begin_inset Text
44745
44746 \begin_layout Plain Layout
44747 \begin_inset ERT
44748 status collapsed
44749
44750 \begin_layout Plain Layout
44751
44752
44753 \backslash
44754 fcolorbox{black}{
44755 \end_layout
44756
44757 \end_inset
44758
44759 Violet
44760 \begin_inset ERT
44761 status collapsed
44762
44763 \begin_layout Plain Layout
44764
44765 }{
44766 \end_layout
44767
44768 \end_inset
44769
44770
44771 \begin_inset Phantom Phantom
44772 status open
44773
44774 \begin_layout Plain Layout
44775 W
44776 \end_layout
44777
44778 \end_inset
44779
44780
44781 \begin_inset ERT
44782 status collapsed
44783
44784 \begin_layout Plain Layout
44785
44786 }
44787 \end_layout
44788
44789 \end_inset
44790
44791  Violet
44792 \end_layout
44793
44794 \end_inset
44795 </cell>
44796 <cell alignment="left" valignment="top" usebox="none">
44797 \begin_inset Text
44798
44799 \begin_layout Plain Layout
44800 \begin_inset ERT
44801 status collapsed
44802
44803 \begin_layout Plain Layout
44804
44805
44806 \backslash
44807 fcolorbox{black}{
44808 \end_layout
44809
44810 \end_inset
44811
44812 VioletRed
44813 \begin_inset ERT
44814 status collapsed
44815
44816 \begin_layout Plain Layout
44817
44818 }{
44819 \end_layout
44820
44821 \end_inset
44822
44823
44824 \begin_inset Phantom Phantom
44825 status open
44826
44827 \begin_layout Plain Layout
44828 W
44829 \end_layout
44830
44831 \end_inset
44832
44833
44834 \begin_inset ERT
44835 status collapsed
44836
44837 \begin_layout Plain Layout
44838
44839 }
44840 \end_layout
44841
44842 \end_inset
44843
44844  VioletRed
44845 \end_layout
44846
44847 \end_inset
44848 </cell>
44849 <cell alignment="left" valignment="top" usebox="none">
44850 \begin_inset Text
44851
44852 \begin_layout Plain Layout
44853 \begin_inset ERT
44854 status collapsed
44855
44856 \begin_layout Plain Layout
44857
44858
44859 \backslash
44860 fcolorbox{black}{
44861 \end_layout
44862
44863 \end_inset
44864
44865 WildStrawberry
44866 \begin_inset ERT
44867 status collapsed
44868
44869 \begin_layout Plain Layout
44870
44871 }{
44872 \end_layout
44873
44874 \end_inset
44875
44876
44877 \begin_inset Phantom Phantom
44878 status open
44879
44880 \begin_layout Plain Layout
44881 W
44882 \end_layout
44883
44884 \end_inset
44885
44886
44887 \begin_inset ERT
44888 status collapsed
44889
44890 \begin_layout Plain Layout
44891
44892 }
44893 \end_layout
44894
44895 \end_inset
44896
44897  WildStrawberry
44898 \end_layout
44899
44900 \end_inset
44901 </cell>
44902 <cell alignment="left" valignment="top" usebox="none">
44903 \begin_inset Text
44904
44905 \begin_layout Plain Layout
44906 \begin_inset ERT
44907 status collapsed
44908
44909 \begin_layout Plain Layout
44910
44911
44912 \backslash
44913 fcolorbox{black}{
44914 \end_layout
44915
44916 \end_inset
44917
44918 YellowGreen
44919 \begin_inset ERT
44920 status collapsed
44921
44922 \begin_layout Plain Layout
44923
44924 }{
44925 \end_layout
44926
44927 \end_inset
44928
44929
44930 \begin_inset Phantom Phantom
44931 status open
44932
44933 \begin_layout Plain Layout
44934 W
44935 \end_layout
44936
44937 \end_inset
44938
44939
44940 \begin_inset ERT
44941 status collapsed
44942
44943 \begin_layout Plain Layout
44944
44945 }
44946 \end_layout
44947
44948 \end_inset
44949
44950  YellowGreen
44951 \end_layout
44952
44953 \end_inset
44954 </cell>
44955 </row>
44956 <row>
44957 <cell alignment="left" valignment="top" usebox="none">
44958 \begin_inset Text
44959
44960 \begin_layout Plain Layout
44961 \begin_inset ERT
44962 status collapsed
44963
44964 \begin_layout Plain Layout
44965
44966
44967 \backslash
44968 fcolorbox{black}{
44969 \end_layout
44970
44971 \end_inset
44972
44973 YellowOrange
44974 \begin_inset ERT
44975 status collapsed
44976
44977 \begin_layout Plain Layout
44978
44979 }{
44980 \end_layout
44981
44982 \end_inset
44983
44984
44985 \begin_inset Phantom Phantom
44986 status open
44987
44988 \begin_layout Plain Layout
44989 W
44990 \end_layout
44991
44992 \end_inset
44993
44994
44995 \begin_inset ERT
44996 status collapsed
44997
44998 \begin_layout Plain Layout
44999
45000 }
45001 \end_layout
45002
45003 \end_inset
45004
45005  YellowOrange
45006 \end_layout
45007
45008 \end_inset
45009 </cell>
45010 <cell alignment="left" valignment="top" usebox="none">
45011 \begin_inset Text
45012
45013 \begin_layout Plain Layout
45014
45015 \end_layout
45016
45017 \end_inset
45018 </cell>
45019 <cell alignment="left" valignment="top" usebox="none">
45020 \begin_inset Text
45021
45022 \begin_layout Plain Layout
45023
45024 \end_layout
45025
45026 \end_inset
45027 </cell>
45028 <cell alignment="left" valignment="top" usebox="none">
45029 \begin_inset Text
45030
45031 \begin_layout Plain Layout
45032
45033 \end_layout
45034
45035 \end_inset
45036 </cell>
45037 </row>
45038 </lyxtabular>
45039
45040 \end_inset
45041
45042
45043 \end_layout
45044
45045 \begin_layout Chapter
45046 Explanation of Equation
45047 \begin_inset space ~
45048 \end_inset
45049
45050 (
45051 \begin_inset CommandInset ref
45052 LatexCommand ref
45053 reference "eq:Wgn"
45054
45055 \end_inset
45056
45057 )
45058 \begin_inset CommandInset label
45059 LatexCommand label
45060 name "cha:Explanation-of-Equation"
45061
45062 \end_inset
45063
45064
45065 \end_layout
45066
45067 \begin_layout Standard
45068 We can calculate the total width of 
45069 \emph on
45070 n
45071 \emph default
45072  table cells 
45073 \begin_inset Formula $W_{\mathrm{tot\,n}}$
45074 \end_inset
45075
45076  as follows:
45077 \begin_inset Formula 
45078 \begin{equation}
45079 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45080 \end{equation}
45081
45082 \end_inset
45083
45084 where 
45085 \begin_inset Formula $W_{g\,n}$
45086 \end_inset
45087
45088  is the given width of all cells, 
45089 \series bold
45090
45091 \backslash
45092 tabcolsep
45093 \series default
45094  is the \SpecialChar LaTeX
45095 -length between the cell text and the cell border (its default value
45096  is 6
45097 \begin_inset space \thinspace{}
45098 \end_inset
45099
45100 pt).
45101  
45102 \series bold
45103
45104 \backslash
45105 arrayrulewidth
45106 \series default
45107  is the thickness of the cell border line, the default is 0.4
45108 \begin_inset space \thinspace{}
45109 \end_inset
45110
45111 pt.
45112 \end_layout
45113
45114 \begin_layout Standard
45115 Following equation
45116 \begin_inset space ~
45117 \end_inset
45118
45119
45120 \begin_inset CommandInset ref
45121 LatexCommand eqref
45122 reference "eq:Wtot_n"
45123
45124 \end_inset
45125
45126 , the total width of a multicolumn 
45127 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45128 \end_inset
45129
45130  is
45131 \begin_inset Formula 
45132 \begin{equation}
45133 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45134 \end{equation}
45135
45136 \end_inset
45137
45138
45139 \end_layout
45140
45141 \begin_layout Standard
45142 By setting equation
45143 \begin_inset space ~
45144 \end_inset
45145
45146
45147 \begin_inset CommandInset ref
45148 LatexCommand eqref
45149 reference "eq:Wtot_n"
45150
45151 \end_inset
45152
45153  and 
45154 \begin_inset CommandInset ref
45155 LatexCommand eqref
45156 reference "eq:Wtot_mult"
45157
45158 \end_inset
45159
45160  equal we can calculate the needed given width 
45161 \begin_inset Formula $W_{g\,n}$
45162 \end_inset
45163
45164  when 
45165 \emph on
45166 n
45167 \emph default
45168  columns are spanned, so that each column has a total width of 
45169 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45170 \end_inset
45171
45172 :
45173 \begin_inset Formula 
45174 \begin{equation}
45175 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45176 \end{equation}
45177
45178 \end_inset
45179
45180
45181 \end_layout
45182
45183 \begin_layout Bibliography
45184 \begin_inset CommandInset bibitem
45185 LatexCommand bibitem
45186 key "latexcompanion"
45187
45188 \end_inset
45189
45190 Frank Mittelbach and Michel Goossens: 
45191 \emph on
45192 The \SpecialChar LaTeX
45193  Companion Second Edition.
45194
45195 \emph default
45196  Addison-Wesley, 2004
45197 \end_layout
45198
45199 \begin_layout Bibliography
45200 \begin_inset CommandInset bibitem
45201 LatexCommand bibitem
45202 key "latexguide"
45203
45204 \end_inset
45205
45206 Helmut Kopka and Patrick W.
45207  Daly: 
45208 \emph on
45209 A Guide to \SpecialChar LaTeX
45210  Fourth Edition.
45211
45212 \emph default
45213  Addison-Wesley, 2003
45214 \end_layout
45215
45216 \begin_layout Bibliography
45217 \begin_inset CommandInset bibitem
45218 LatexCommand bibitem
45219 key "latexbook"
45220
45221 \end_inset
45222
45223 Leslie Lamport: 
45224 \emph on
45225 \SpecialChar LaTeX
45226 : A Document Preparation System.
45227
45228 \emph default
45229  Addison-Wesley, second edition, 1994
45230 \end_layout
45231
45232 \begin_layout Bibliography
45233 \begin_inset CommandInset bibitem
45234 LatexCommand bibitem
45235 key "arydshln"
45236
45237 \end_inset
45238
45239 Documentation of the \SpecialChar LaTeX
45240 -package 
45241 \series bold
45242
45243 \begin_inset CommandInset href
45244 LatexCommand href
45245 name "arydshln"
45246 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45247
45248 \end_inset
45249
45250
45251 \series default
45252
45253 \begin_inset Index idx
45254 status collapsed
45255
45256 \begin_layout Plain Layout
45257 \SpecialChar LaTeX
45258 -packages ! arydshln
45259 \end_layout
45260
45261 \end_inset
45262
45263
45264 \end_layout
45265
45266 \begin_layout Bibliography
45267 \begin_inset CommandInset bibitem
45268 LatexCommand bibitem
45269 key "booktabs"
45270
45271 \end_inset
45272
45273 Documentation of the \SpecialChar LaTeX
45274 -package 
45275 \series bold
45276
45277 \begin_inset CommandInset href
45278 LatexCommand href
45279 name "booktabs"
45280 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45281
45282 \end_inset
45283
45284
45285 \series default
45286
45287 \begin_inset Index idx
45288 status collapsed
45289
45290 \begin_layout Plain Layout
45291 \SpecialChar LaTeX
45292 -packages ! booktabs
45293 \end_layout
45294
45295 \end_inset
45296
45297
45298 \end_layout
45299
45300 \begin_layout Bibliography
45301 \begin_inset CommandInset bibitem
45302 LatexCommand bibitem
45303 key "caption"
45304
45305 \end_inset
45306
45307 Documentation of the \SpecialChar LaTeX
45308 -package 
45309 \series bold
45310
45311 \begin_inset CommandInset href
45312 LatexCommand href
45313 name "caption"
45314 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45315
45316 \end_inset
45317
45318
45319 \series default
45320
45321 \begin_inset Index idx
45322 status collapsed
45323
45324 \begin_layout Plain Layout
45325 \SpecialChar LaTeX
45326 -packages ! caption
45327 \end_layout
45328
45329 \end_inset
45330
45331
45332 \end_layout
45333
45334 \begin_layout Bibliography
45335 \begin_inset CommandInset bibitem
45336 LatexCommand bibitem
45337 key "diagbox"
45338
45339 \end_inset
45340
45341 Documentation of the \SpecialChar LaTeX
45342 -package 
45343 \series bold
45344
45345 \begin_inset CommandInset href
45346 LatexCommand href
45347 name "diagbox"
45348 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45349
45350 \end_inset
45351
45352
45353 \series default
45354
45355 \begin_inset Index idx
45356 status collapsed
45357
45358 \begin_layout Plain Layout
45359 \SpecialChar LaTeX
45360 -packages ! diagbox
45361 \end_layout
45362
45363 \end_inset
45364
45365
45366 \end_layout
45367
45368 \begin_layout Bibliography
45369 \begin_inset CommandInset bibitem
45370 LatexCommand bibitem
45371 key "endfloat"
45372
45373 \end_inset
45374
45375 Documentation of the \SpecialChar LaTeX
45376 -package 
45377 \series bold
45378
45379 \begin_inset CommandInset href
45380 LatexCommand href
45381 name "endfloat"
45382 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45383
45384 \end_inset
45385
45386
45387 \series default
45388
45389 \begin_inset Index idx
45390 status collapsed
45391
45392 \begin_layout Plain Layout
45393 \SpecialChar LaTeX
45394 -packages ! endfloat
45395 \end_layout
45396
45397 \end_inset
45398
45399
45400 \end_layout
45401
45402 \begin_layout Bibliography
45403 \begin_inset CommandInset bibitem
45404 LatexCommand bibitem
45405 key "footmisc"
45406
45407 \end_inset
45408
45409 Documentation of the \SpecialChar LaTeX
45410 -package 
45411 \series bold
45412
45413 \begin_inset CommandInset href
45414 LatexCommand href
45415 name "footmisc"
45416 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45417
45418 \end_inset
45419
45420
45421 \series default
45422
45423 \begin_inset Index idx
45424 status collapsed
45425
45426 \begin_layout Plain Layout
45427 \SpecialChar LaTeX
45428 -packages ! footmisc
45429 \end_layout
45430
45431 \end_inset
45432
45433
45434 \end_layout
45435
45436 \begin_layout Bibliography
45437 \begin_inset CommandInset bibitem
45438 LatexCommand bibitem
45439 key "hypcap"
45440
45441 \end_inset
45442
45443 Documentation of the \SpecialChar LaTeX
45444 -package 
45445 \series bold
45446
45447 \begin_inset CommandInset href
45448 LatexCommand href
45449 name "hypcap"
45450 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45451
45452 \end_inset
45453
45454
45455 \series default
45456
45457 \begin_inset Index idx
45458 status collapsed
45459
45460 \begin_layout Plain Layout
45461 \SpecialChar LaTeX
45462 -packages ! hyperref
45463 \end_layout
45464
45465 \end_inset
45466
45467
45468 \end_layout
45469
45470 \begin_layout Bibliography
45471 \begin_inset CommandInset bibitem
45472 LatexCommand bibitem
45473 key "hyperref"
45474
45475 \end_inset
45476
45477 Documentation of the \SpecialChar LaTeX
45478 -package 
45479 \series bold
45480
45481 \begin_inset CommandInset href
45482 LatexCommand href
45483 name "hyperref"
45484 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45485
45486 \end_inset
45487
45488
45489 \series default
45490
45491 \begin_inset Index idx
45492 status collapsed
45493
45494 \begin_layout Plain Layout
45495 \SpecialChar LaTeX
45496 -packages ! hyperref
45497 \end_layout
45498
45499 \end_inset
45500
45501
45502 \end_layout
45503
45504 \begin_layout Bibliography
45505 \begin_inset CommandInset bibitem
45506 LatexCommand bibitem
45507 key "KOMA-Script"
45508
45509 \end_inset
45510
45511 Documentation of the \SpecialChar LaTeX
45512 -package 
45513 \series bold
45514
45515 \begin_inset CommandInset href
45516 LatexCommand href
45517 name "KOMA-Script"
45518 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45519
45520 \end_inset
45521
45522
45523 \series default
45524
45525 \begin_inset Index idx
45526 status collapsed
45527
45528 \begin_layout Plain Layout
45529 \SpecialChar LaTeX
45530 -packages ! KOMA-Script
45531 \end_layout
45532
45533 \end_inset
45534
45535
45536 \end_layout
45537
45538 \begin_layout Bibliography
45539 \begin_inset CommandInset bibitem
45540 LatexCommand bibitem
45541 key "lettrine"
45542
45543 \end_inset
45544
45545 Documentation of the \SpecialChar LaTeX
45546 -package 
45547 \series bold
45548
45549 \begin_inset CommandInset href
45550 LatexCommand href
45551 name "lettrine"
45552 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45553
45554 \end_inset
45555
45556
45557 \series default
45558  and an 
45559 \begin_inset CommandInset href
45560 LatexCommand href
45561 name "example"
45562 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45563
45564 \end_inset
45565
45566
45567 \begin_inset Index idx
45568 status collapsed
45569
45570 \begin_layout Plain Layout
45571 \SpecialChar LaTeX
45572 -packages ! lettrine
45573 \end_layout
45574
45575 \end_inset
45576
45577
45578 \end_layout
45579
45580 \begin_layout Bibliography
45581 \begin_inset CommandInset bibitem
45582 LatexCommand bibitem
45583 key "listings"
45584
45585 \end_inset
45586
45587 Documentation of the \SpecialChar LaTeX
45588 -package 
45589 \series bold
45590
45591 \begin_inset CommandInset href
45592 LatexCommand href
45593 name "listings"
45594 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45595
45596 \end_inset
45597
45598
45599 \series default
45600
45601 \begin_inset Index idx
45602 status collapsed
45603
45604 \begin_layout Plain Layout
45605 \SpecialChar LaTeX
45606 -packages ! listings
45607 \end_layout
45608
45609 \end_inset
45610
45611
45612 \end_layout
45613
45614 \begin_layout Bibliography
45615 \begin_inset CommandInset bibitem
45616 LatexCommand bibitem
45617 key "marginnote"
45618
45619 \end_inset
45620
45621 Documentation of the \SpecialChar LaTeX
45622 -package 
45623 \series bold
45624
45625 \begin_inset CommandInset href
45626 LatexCommand href
45627 name "marginnote"
45628 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45629
45630 \end_inset
45631
45632
45633 \series default
45634
45635 \begin_inset Index idx
45636 status collapsed
45637
45638 \begin_layout Plain Layout
45639 \SpecialChar LaTeX
45640 -packages ! marginnote
45641 \end_layout
45642
45643 \end_inset
45644
45645
45646 \end_layout
45647
45648 \begin_layout Bibliography
45649 \begin_inset CommandInset bibitem
45650 LatexCommand bibitem
45651 key "pdfpages"
45652
45653 \end_inset
45654
45655 Documentation of the \SpecialChar LaTeX
45656 -package 
45657 \series bold
45658
45659 \begin_inset CommandInset href
45660 LatexCommand href
45661 name "pdfpages"
45662 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45663
45664 \end_inset
45665
45666
45667 \series default
45668
45669 \begin_inset Index idx
45670 status collapsed
45671
45672 \begin_layout Plain Layout
45673 \SpecialChar LaTeX
45674 -packages ! pdfpages
45675 \end_layout
45676
45677 \end_inset
45678
45679
45680 \end_layout
45681
45682 \begin_layout Bibliography
45683 \begin_inset CommandInset bibitem
45684 LatexCommand bibitem
45685 key "prettyref"
45686
45687 \end_inset
45688
45689 Documentation of the \SpecialChar LaTeX
45690 -package 
45691 \series bold
45692
45693 \begin_inset CommandInset href
45694 LatexCommand href
45695 name "prettyref"
45696 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45697
45698 \end_inset
45699
45700
45701 \series default
45702
45703 \begin_inset Index idx
45704 status collapsed
45705
45706 \begin_layout Plain Layout
45707 \SpecialChar LaTeX
45708 -packages ! prettyref
45709 \end_layout
45710
45711 \end_inset
45712
45713
45714 \end_layout
45715
45716 \begin_layout Bibliography
45717 \begin_inset CommandInset bibitem
45718 LatexCommand bibitem
45719 key "pstricks"
45720
45721 \end_inset
45722
45723 Web page of the \SpecialChar LaTeX
45724 -package 
45725 \series bold
45726
45727 \begin_inset CommandInset href
45728 LatexCommand href
45729 name "PSTricks"
45730 target "http://tug.org/PSTricks/"
45731
45732 \end_inset
45733
45734
45735 \series default
45736
45737 \begin_inset Index idx
45738 status collapsed
45739
45740 \begin_layout Plain Layout
45741 \SpecialChar LaTeX
45742 -packages ! PSTricks
45743 \end_layout
45744
45745 \end_inset
45746
45747
45748 \end_layout
45749
45750 \begin_layout Bibliography
45751 \begin_inset CommandInset bibitem
45752 LatexCommand bibitem
45753 key "refstyle"
45754
45755 \end_inset
45756
45757 Documentation of the \SpecialChar LaTeX
45758 -package 
45759 \series bold
45760
45761 \begin_inset CommandInset href
45762 LatexCommand href
45763 name "refstyle"
45764 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
45765
45766 \end_inset
45767
45768
45769 \series default
45770
45771 \begin_inset Index idx
45772 status collapsed
45773
45774 \begin_layout Plain Layout
45775 \SpecialChar LaTeX
45776 -packages ! refstyle
45777 \end_layout
45778
45779 \end_inset
45780
45781
45782 \end_layout
45783
45784 \begin_layout Bibliography
45785 \begin_inset CommandInset bibitem
45786 LatexCommand bibitem
45787 key "sidecap"
45788
45789 \end_inset
45790
45791 Documentation of the \SpecialChar LaTeX
45792 -package 
45793 \series bold
45794
45795 \begin_inset CommandInset href
45796 LatexCommand href
45797 name "sidecap"
45798 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45799
45800 \end_inset
45801
45802
45803 \series default
45804
45805 \begin_inset Index idx
45806 status collapsed
45807
45808 \begin_layout Plain Layout
45809 \SpecialChar LaTeX
45810 -packages ! sidecap
45811 \end_layout
45812
45813 \end_inset
45814
45815
45816 \end_layout
45817
45818 \begin_layout Bibliography
45819 \begin_inset CommandInset bibitem
45820 LatexCommand bibitem
45821 key "NewInLyX20"
45822
45823 \end_inset
45824
45825
45826 \begin_inset CommandInset href
45827 LatexCommand href
45828 name "Wiki page"
45829 target "http://wiki.lyx.org/LyX/NewInLyX20"
45830
45831 \end_inset
45832
45833  about new features in 
45834 \family sans
45835 \SpecialChar LyX
45836  2.0
45837 \family default
45838 .
45839 \end_layout
45840
45841 \begin_layout Standard
45842 \begin_inset CommandInset index_print
45843 LatexCommand printindex
45844 type "idx"
45845
45846 \end_inset
45847
45848
45849 \end_layout
45850
45851 \end_body
45852 \end_document