]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
9c11df3d0398206cdf2659671cec194c0a0fceef
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used for colored table rows
85 \usepackage[table]{xcolor}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % insert additional vertical space of
109 % 1.5 mm between footnotes
110 \let\myFoot\footnote
111 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
112
113 % number algorithm floats within chapters
114 \numberwithin{algorithm}{chapter}
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package arydshln
121 % used for tables with dashed lines
122 \newboolean{arydshln}
123 \IfFileExists{arydshln.sty}
124  {\usepackage{arydshln}
125   \setboolean{arydshln}{true}}
126  {\setboolean{arydshln}{false}}
127
128 % check for package marginnote
129 % used for margin notes
130 \newboolean{marginnote}
131 \IfFileExists{marginnote.sty}
132  {\usepackage{marginnote}
133   \let\marginpar\marginnote
134   \setboolean{marginnote}{true}}
135  {\setboolean{marginnote}{false}}
136
137 % check for package sidecap
138 % used for captions on the side
139 \newboolean{sidecap}
140 \IfFileExists{sidecap.sty}
141  {\usepackage{sidecap}
142   \setboolean{sidecap}{true}}
143  {\setboolean{sidecap}{false}}
144
145 % check for picinpar
146 % used for surrounded fixed objects
147 \newboolean{picinpar}
148 \IfFileExists{picinpar.sty}
149  {\usepackage{picinpar}
150   \setboolean{picinpar}{true}}
151  {\setboolean{picinpar}{false}}
152
153 % check for lettrine
154 \newboolean{lettrine}
155 \IfFileExists{lettrine.sty}
156  {\usepackage{lettrine}
157   \setboolean{lettrine}{true}}
158  {\setboolean{lettrine}{false}}
159
160 % check for diagbox
161 \newboolean{diagbox}
162 \IfFileExists{diagbox.sty}
163  {\usepackage{diagbox}
164   \setboolean{diagbox}{true}}
165  {\setboolean{diagbox}{false}}
166 \end_preamble
167 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
168 \use_default_options false
169 \begin_modules
170 initials
171 \end_modules
172 \maintain_unincluded_children false
173 \language english
174 \language_package default
175 \inputencoding auto
176 \fontencoding global
177 \font_roman default
178 \font_sans default
179 \font_typewriter default
180 \font_math auto
181 \font_default_family default
182 \use_non_tex_fonts false
183 \font_sc false
184 \font_osf false
185 \font_sf_scale 100
186 \font_tt_scale 100
187 \graphics default
188 \default_output_format default
189 \output_sync 0
190 \bibtex_command default
191 \index_command default
192 \paperfontsize 12
193 \spacing single
194 \use_hyperref true
195 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
196 \pdf_author "LyX Team, Uwe Stöhr"
197 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
198 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
199 \pdf_bookmarks true
200 \pdf_bookmarksnumbered true
201 \pdf_bookmarksopen true
202 \pdf_bookmarksopenlevel 1
203 \pdf_breaklinks false
204 \pdf_pdfborder false
205 \pdf_colorlinks true
206 \pdf_backref false
207 \pdf_pdfusetitle false
208 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
209 \papersize default
210 \use_geometry false
211 \use_package amsmath 2
212 \use_package amssymb 2
213 \use_package cancel 0
214 \use_package esint 0
215 \use_package mathdots 1
216 \use_package mathtools 0
217 \use_package mhchem 1
218 \use_package stackrel 0
219 \use_package stmaryrd 0
220 \use_package undertilde 0
221 \cite_engine basic
222 \cite_engine_type default
223 \biblio_style plain
224 \use_bibtopic false
225 \use_indices false
226 \paperorientation portrait
227 \suppress_date false
228 \justification true
229 \use_refstyle 0
230 \notefontcolor #0000ff
231 \index Index
232 \shortcut idx
233 \color #008000
234 \end_index
235 \secnumdepth 3
236 \tocdepth 3
237 \paragraph_separation skip
238 \defskip medskip
239 \quotes_language english
240 \papercolumns 1
241 \papersides 2
242 \paperpagestyle default
243 \tracking_changes false
244 \output_changes false
245 \html_math_output 0
246 \html_css_as_file 0
247 \html_be_strict false
248 \end_header
249
250 \begin_body
251
252 \begin_layout Title
253 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
254  manual
255 \end_layout
256
257 \begin_layout Author
258 by the LyX Team
259 \begin_inset Foot
260 status collapsed
261
262 \begin_layout Plain Layout
263 \noindent
264 If you have comments or error corrections, please send them to the LyX Documenta
265 tion mailing list: 
266 \begin_inset CommandInset href
267 LatexCommand href
268 name "lyx-docs@lists.lyx.org"
269 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
270 type "mailto:"
271
272 \end_inset
273
274
275 \end_layout
276
277 \end_inset
278
279
280 \begin_inset Note Note
281 status collapsed
282
283 \begin_layout Plain Layout
284 author: Uwe Stöhr
285 \end_layout
286
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \begin_inset Newline newline
295 \end_inset
296
297
298 \family sans
299 Version 2.1.x
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset CommandInset toc
304 LatexCommand tableofcontents
305
306 \end_inset
307
308
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset Note Note
313 status open
314
315 \begin_layout Plain Layout
316 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
317  
318 \series bold
319 arydshln
320 \series default
321
322 \series bold
323 colortbl
324 \series default
325
326 \series bold
327 diagbox, lettrine, marginnote, picinpar
328 \series default
329  and 
330 \series bold
331 sidecap
332 \series default
333  must be installed.
334  If they are not installed you can export the document anyway but the sections
335  where the packages are required won't appear in the output.
336 \end_layout
337
338 \begin_layout Plain Layout
339 The latest PDF-version of this document can be found here:
340 \begin_inset Newline newline
341 \end_inset
342
343
344 \series bold
345 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
346 \end_layout
347
348 \end_inset
349
350
351 \end_layout
352
353 \begin_layout Chapter
354 Figures
355 \begin_inset Index idx
356 status collapsed
357
358 \begin_layout Plain Layout
359 Figures
360 \end_layout
361
362 \end_inset
363
364
365 \begin_inset Index idx
366 status collapsed
367
368 \begin_layout Plain Layout
369 Graphics|see
370 \begin_inset ERT
371 status collapsed
372
373 \begin_layout Plain Layout
374
375 {
376 \end_layout
377
378 \end_inset
379
380 Figures
381 \begin_inset ERT
382 status collapsed
383
384 \begin_layout Plain Layout
385
386 }
387 \end_layout
388
389 \end_inset
390
391
392 \end_layout
393
394 \end_inset
395
396
397 \end_layout
398
399 \begin_layout Section
400 Graphics Dialog
401 \begin_inset Index idx
402 status collapsed
403
404 \begin_layout Plain Layout
405 Figures ! Graphics Dialog
406 \end_layout
407
408 \end_inset
409
410
411 \begin_inset CommandInset label
412 LatexCommand label
413 name "sec:Graphics-Dialog"
414
415 \end_inset
416
417
418 \end_layout
419
420 \begin_layout Standard
421 To insert an image into your document, place the cursor at the text position
422  you want and click on the toolbar icon 
423 \begin_inset Info
424 type  "icon"
425 arg   "dialog-show-new-inset graphics"
426 \end_inset
427
428  or use the menu 
429 \family sans
430 Insert\SpecialChar \menuseparator
431 Graphics
432 \family default
433 .
434  Then a dialog will appear to choose the file to load.
435  The image will appear in the output exactly at the position where it is
436  in the text.
437 \end_layout
438
439 \begin_layout Standard
440 The graphics dialog can be called at any time by clicking on an image.
441  This dialog has three tabs:
442 \end_layout
443
444 \begin_layout Description
445
446 \family sans
447 Graphics
448 \family default
449  Here you can choose an image file and adjust its appearance in the output.
450  The available units for the image size are explained in appendix
451 \begin_inset space ~
452 \end_inset
453
454
455 \begin_inset CommandInset ref
456 LatexCommand ref
457 reference "cha:Units-available-in"
458
459 \end_inset
460
461 .
462 \begin_inset Newline newline
463 \end_inset
464
465
466 \begin_inset Index idx
467 status collapsed
468
469 \begin_layout Plain Layout
470 Figures ! rotated
471 \end_layout
472
473 \end_inset
474
475 You can rotate images counter-clockwise by setting a rotation angle and
476  a rotation origin.
477  The image will also be rotated inside LyX.
478 \begin_inset Newline newline
479 \end_inset
480
481
482 \begin_inset Index idx
483 status collapsed
484
485 \begin_layout Plain Layout
486 Figures ! scaled
487 \end_layout
488
489 \end_inset
490
491 Images can be scaled by using a percentage value or by setting the width
492  and height explicitly.
493  If you set only the width or only the height, the other size will be determined
494  automatically.
495  If you set both, then the image will be transformed to the given size,
496  possibly distorting it.
497  To prevent the image from distortion, use the option 
498 \family sans
499 Maintain aspect ratio
500 \family default
501 .
502  The image will then be scaled so that its width and height don't exceed
503  the specified dimensions.
504 \begin_inset Newline newline
505 \end_inset
506
507 Images can be opened in a program of your choice by right-clicking on it
508  and choosing the entry 
509 \family sans
510 Edit
511 \begin_inset space ~
512 \end_inset
513
514 externally
515 \family default
516  in the context menu.
517  The program can be set for every image format in the file format settings
518  in LyX's preferences.
519 \end_layout
520
521 \begin_layout Description
522
523 \family sans
524 Clipping
525 \family default
526  Alternatively to the usage of scaling units it is possible to set image
527  coordinates to adjust the height and width of the image in the output.
528  The coordinates can also be calculated automatically by pressing the button
529  
530 \family sans
531 Get
532 \begin_inset space ~
533 \end_inset
534
535 from
536 \begin_inset space ~
537 \end_inset
538
539 File
540 \family default
541 .
542  The option 
543 \family sans
544 Clip
545 \begin_inset space ~
546 \end_inset
547
548 to
549 \begin_inset space ~
550 \end_inset
551
552 bounding
553 \begin_inset space ~
554 \end_inset
555
556 box
557 \family default
558  will only print the image region within the given coordinates.
559  Normally you don't need to worry about image coordinates and can ignore
560  this tab.
561 \end_layout
562
563 \begin_layout Description
564
565 \family sans
566 LaTeX
567 \begin_inset space ~
568 \end_inset
569
570 and
571 \begin_inset space ~
572 \end_inset
573
574 LyX
575 \begin_inset space ~
576 \end_inset
577
578 options
579 \family default
580  In this tab you can modify the appearance of the image within LyX and LaTeX
581  experts can specify additional LaTeX options.
582 \begin_inset Newline newline
583 \end_inset
584
585 The option 
586 \family sans
587 Draft
588 \begin_inset space ~
589 \end_inset
590
591 mode
592 \family default
593  makes the image appear in the output only as a frame with the size of the
594  image.
595 \begin_inset Newline newline
596 \end_inset
597
598 The 
599 \family sans
600 Don't
601 \begin_inset space ~
602 \end_inset
603
604 unzip
605 \begin_inset space ~
606 \end_inset
607
608 on
609 \begin_inset space ~
610 \end_inset
611
612 export
613 \family default
614  option only affects zipped EPS-graphics, e.
615 \begin_inset space \thinspace{}
616 \end_inset
617
618 g.
619 \begin_inset space \space{}
620 \end_inset
621
622
623 \emph on
624 x.eps.gz
625 \emph default
626 .
627  When the option is used the images will not be unzipped on export, since
628  LaTeX can handle them as they are.
629 \begin_inset Newline newline
630 \end_inset
631
632 Zipped EPS-graphics are useful to save disk space when you choose PostScript
633  as output format, see appendix
634 \begin_inset space ~
635 \end_inset
636
637
638 \begin_inset CommandInset ref
639 LatexCommand ref
640 reference "sec:PostScript"
641
642 \end_inset
643
644 .
645  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
646  console:
647 \begin_inset Newline newline
648 \end_inset
649
650
651 \series bold
652 gzip x.eps
653 \series default
654
655 \begin_inset Newline newline
656 \end_inset
657
658
659 \series bold
660 zgrep %%Bounding x.eps.gz > x.eps.bb
661 \series default
662
663 \begin_inset Newline newline
664 \end_inset
665
666 The second command creates the bounding box file 
667 \begin_inset Quotes eld
668 \end_inset
669
670 x.eps.bb
671 \begin_inset Quotes erd
672 \end_inset
673
674  that is needed by LaTeX for zipped graphics.
675 \begin_inset Newline newline
676 \end_inset
677
678 In the section 
679 \family sans
680 Graphics
681 \begin_inset space ~
682 \end_inset
683
684 Group
685 \family default
686  you can define or join an image settings group.
687 \begin_inset Index idx
688 status collapsed
689
690 \begin_layout Plain Layout
691 Figures ! Settings grouping
692 \end_layout
693
694 \end_inset
695
696  Images within such a group share their settings, so adjusting one image
697  of the group automatically also adjusts all other images of the group in
698  the same way.
699  So you can for example change the size for a bunch of images without the
700  need to manually change each of them.
701  Joining an existing group can also be done using the context menu of the
702  image by checking the name of the desired group.
703 \end_layout
704
705 \begin_layout Standard
706 \begin_inset VSpace bigskip
707 \end_inset
708
709
710 \end_layout
711
712 \begin_layout Standard
713 This is an example image in EPS format
714 \begin_inset Foot
715 status collapsed
716
717 \begin_layout Plain Layout
718 Image formats are explained in section
719 \begin_inset space ~
720 \end_inset
721
722
723 \begin_inset CommandInset ref
724 LatexCommand ref
725 reference "sec:Image-Formats"
726
727 \end_inset
728
729 .
730 \end_layout
731
732 \end_inset
733
734  within a separate, horizontally centered paragraph:
735 \end_layout
736
737 \begin_layout Standard
738 \align center
739 \begin_inset Graphics
740         filename clipart/mobius.eps
741         scale 70
742         scaleBeforeRotation
743         rotateOrigin center
744
745 \end_inset
746
747
748 \end_layout
749
750 \begin_layout Standard
751 This is the same image like the one above but in draft mode:
752 \end_layout
753
754 \begin_layout Standard
755 \align center
756 \begin_inset Graphics
757         filename clipart/mobius.eps
758         scale 70
759         draft
760         scaleBeforeRotation
761         rotateOrigin center
762
763 \end_inset
764
765
766 \end_layout
767
768 \begin_layout Standard
769 \begin_inset Newpage newpage
770 \end_inset
771
772
773 \end_layout
774
775 \begin_layout Section
776 Figure Floats
777 \begin_inset CommandInset label
778 LatexCommand label
779 name "sec:Figure-Floats"
780
781 \end_inset
782
783
784 \begin_inset Index idx
785 status collapsed
786
787 \begin_layout Plain Layout
788 Floats ! Figures
789 \end_layout
790
791 \end_inset
792
793
794 \begin_inset Index idx
795 status collapsed
796
797 \begin_layout Plain Layout
798 Figures ! Floats
799 \end_layout
800
801 \end_inset
802
803
804 \end_layout
805
806 \begin_layout Standard
807 For general explanations about floats, have a look at section
808 \begin_inset space ~
809 \end_inset
810
811
812 \begin_inset CommandInset ref
813 LatexCommand ref
814 reference "sec:FloatIntroduction"
815
816 \end_inset
817
818 .
819 \end_layout
820
821 \begin_layout Standard
822 The toolbar button 
823 \begin_inset Info
824 type  "icon"
825 arg   "float-insert figure"
826 \end_inset
827
828  and the menu 
829 \family sans
830 Insert\SpecialChar \menuseparator
831 Float\SpecialChar \menuseparator
832 Figure
833 \family default
834  inserts a float with a caption that has the label 
835 \begin_inset Quotes eld
836 \end_inset
837
838 Figure
839 \begin_inset space ~
840 \end_inset
841
842 #:
843 \begin_inset Quotes erd
844 \end_inset
845
846  (# is the actual number).
847  You can insert the image above the caption, like in Figure
848 \begin_inset space ~
849 \end_inset
850
851
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "fig:kill-plat"
855
856 \end_inset
857
858  or below the caption, like in Figure
859 \begin_inset space ~
860 \end_inset
861
862
863 \begin_inset CommandInset ref
864 LatexCommand ref
865 reference "fig:escher"
866
867 \end_inset
868
869 .
870  More about caption placement is described in section
871 \begin_inset space ~
872 \end_inset
873
874
875 \begin_inset CommandInset ref
876 LatexCommand ref
877 reference "sec:Caption-Placement"
878
879 \end_inset
880
881 .
882 \end_layout
883
884 \begin_layout Standard
885 \begin_inset Float figure
886 wide false
887 sideways false
888 status open
889
890 \begin_layout Plain Layout
891 \align center
892 \begin_inset Graphics
893         filename clipart/platypus.eps
894         width 50col%
895         scaleBeforeRotation
896         rotateOrigin center
897
898 \end_inset
899
900
901 \end_layout
902
903 \begin_layout Plain Layout
904 \begin_inset Caption Standard
905
906 \begin_layout Plain Layout
907 \begin_inset CommandInset label
908 LatexCommand label
909 name "fig:kill-plat"
910
911 \end_inset
912
913 A severely distorted platypus in a float.
914 \end_layout
915
916 \end_inset
917
918
919 \end_layout
920
921 \end_inset
922
923
924 \end_layout
925
926 \begin_layout Standard
927 \begin_inset Float figure
928 wide false
929 sideways false
930 status open
931
932 \begin_layout Plain Layout
933 \begin_inset Caption Standard
934
935 \begin_layout Plain Layout
936 \begin_inset CommandInset label
937 LatexCommand label
938 name "fig:escher"
939
940 \end_inset
941
942 M.C.
943  Escher on acid.
944 \end_layout
945
946 \end_inset
947
948
949 \end_layout
950
951 \begin_layout Plain Layout
952 \align center
953 \begin_inset Graphics
954         filename clipart/escher-lsd.eps
955         scale 80
956         scaleBeforeRotation
957         rotateOrigin center
958
959 \end_inset
960
961
962 \end_layout
963
964 \end_inset
965
966
967 \end_layout
968
969 \begin_layout Standard
970 \begin_inset Index idx
971 status collapsed
972
973 \begin_layout Plain Layout
974 References ! to Figures
975 \end_layout
976
977 \end_inset
978
979 Figure
980 \begin_inset space ~
981 \end_inset
982
983
984 \begin_inset CommandInset ref
985 LatexCommand ref
986 reference "fig:kill-plat"
987
988 \end_inset
989
990  and 
991 \begin_inset CommandInset ref
992 LatexCommand ref
993 reference "fig:escher"
994
995 \end_inset
996
997  are examples of referenced figures.
998  Figures can be referenced in the text by referencing their label.
999  To do this insert a label in the caption using the menu 
1000 \family sans
1001 Insert\SpecialChar \menuseparator
1002 Label
1003 \family default
1004  or the toolbar button 
1005 \begin_inset Info
1006 type  "icon"
1007 arg   "label-insert"
1008 \end_inset
1009
1010 .
1011  You can now refer to the label using the menu 
1012 \family sans
1013 Insert\SpecialChar \menuseparator
1014 Cross
1015 \begin_inset space ~
1016 \end_inset
1017
1018 reference
1019 \family default
1020  or the toolbar button 
1021 \begin_inset Info
1022 type  "icon"
1023 arg   "dialog-show-new-inset ref"
1024 \end_inset
1025
1026 .
1027  It is important to use references to floats, rather than using vague references
1028  like 
1029 \begin_inset Quotes eld
1030 \end_inset
1031
1032 the figure above
1033 \begin_inset Quotes erd
1034 \end_inset
1035
1036 , because LaTeX will reposition the floats in the final document and it
1037  might not be 
1038 \begin_inset Quotes eld
1039 \end_inset
1040
1041 above
1042 \begin_inset Quotes erd
1043 \end_inset
1044
1045  at all.
1046 \begin_inset Newline newline
1047 \end_inset
1048
1049 Referencing is explained in detail in section
1050 \begin_inset space ~
1051 \end_inset
1052
1053
1054 \begin_inset CommandInset ref
1055 LatexCommand ref
1056 reference "sec:Referencing-Floats"
1057
1058 \end_inset
1059
1060 .
1061 \end_layout
1062
1063 \begin_layout Standard
1064 Normally only one image is inserted to a figure float, but sometimes you
1065  might want to use two images with separate subcaptions.
1066  This can be done by inserting image floats into existing image floats.
1067  Note that only the main caption of the float is added to the List of Figures.
1068  Figure
1069 \begin_inset space ~
1070 \end_inset
1071
1072
1073 \begin_inset CommandInset ref
1074 LatexCommand ref
1075 reference "fig:Two-distorted-images"
1076
1077 \end_inset
1078
1079  is an example of a figure float with two images set side by side.
1080  You can also set the images one below the other.
1081  Figure
1082 \begin_inset space ~
1083 \end_inset
1084
1085
1086 \begin_inset CommandInset ref
1087 LatexCommand ref
1088 reference "fig:Undefinable-structure"
1089
1090 \end_inset
1091
1092  and 
1093 \begin_inset CommandInset ref
1094 LatexCommand ref
1095 reference "fig:A-Platypus"
1096
1097 \end_inset
1098
1099  are the subfigures.
1100 \end_layout
1101
1102 \begin_layout Standard
1103 \begin_inset Float figure
1104 wide false
1105 sideways false
1106 status open
1107
1108 \begin_layout Plain Layout
1109 \begin_inset space \hfill{}
1110 \end_inset
1111
1112
1113 \begin_inset Float figure
1114 wide false
1115 sideways false
1116 status collapsed
1117
1118 \begin_layout Plain Layout
1119 \begin_inset Caption Standard
1120
1121 \begin_layout Plain Layout
1122 \begin_inset CommandInset label
1123 LatexCommand label
1124 name "fig:Undefinable-structure"
1125
1126 \end_inset
1127
1128 Undefinable structure.
1129 \end_layout
1130
1131 \end_inset
1132
1133
1134 \end_layout
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Graphics
1138         filename clipart/escher-lsd.eps
1139         width 45col%
1140         scaleBeforeRotation
1141         groupId distorted
1142
1143 \end_inset
1144
1145
1146 \end_layout
1147
1148 \end_inset
1149
1150
1151 \begin_inset space \hfill{}
1152 \end_inset
1153
1154
1155 \begin_inset Float figure
1156 wide false
1157 sideways false
1158 status collapsed
1159
1160 \begin_layout Plain Layout
1161 \begin_inset Caption Standard
1162
1163 \begin_layout Plain Layout
1164 \begin_inset CommandInset label
1165 LatexCommand label
1166 name "fig:A-Platypus"
1167
1168 \end_inset
1169
1170 A Platypus.
1171 \end_layout
1172
1173 \end_inset
1174
1175
1176 \end_layout
1177
1178 \begin_layout Plain Layout
1179 \begin_inset Graphics
1180         filename clipart/platypus.eps
1181         width 45col%
1182         scaleBeforeRotation
1183         groupId distorted
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \end_inset
1191
1192
1193 \begin_inset space \hfill{}
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \begin_layout Plain Layout
1200 \begin_inset Caption Standard
1201
1202 \begin_layout Plain Layout
1203 \begin_inset CommandInset label
1204 LatexCommand label
1205 name "fig:Two-distorted-images"
1206
1207 \end_inset
1208
1209
1210 \begin_inset CommandInset label
1211 LatexCommand label
1212 name "fig2:Two-distorted-images-2"
1213
1214 \end_inset
1215
1216 Two distorted images.
1217  Both images are in the image settings group named 
1218 \begin_inset Quotes eld
1219 \end_inset
1220
1221 distorted
1222 \begin_inset Quotes erd
1223 \end_inset
1224
1225 .
1226 \end_layout
1227
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \end_inset
1234
1235
1236 \end_layout
1237
1238 \begin_layout Standard
1239 \begin_inset Newpage newpage
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \begin_layout Section
1246 Image Formats
1247 \begin_inset CommandInset label
1248 LatexCommand label
1249 name "sec:Image-Formats"
1250
1251 \end_inset
1252
1253
1254 \begin_inset Index idx
1255 status collapsed
1256
1257 \begin_layout Plain Layout
1258 Image Formats
1259 \end_layout
1260
1261 \end_inset
1262
1263
1264 \begin_inset Index idx
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268 Figures ! Image Formats
1269 \end_layout
1270
1271 \end_inset
1272
1273
1274 \end_layout
1275
1276 \begin_layout Standard
1277 You can insert images in any known file format.
1278  But as explained in appendix
1279 \begin_inset space ~
1280 \end_inset
1281
1282
1283 \begin_inset CommandInset ref
1284 LatexCommand ref
1285 reference "cha:Output-File-Formats"
1286
1287 \end_inset
1288
1289 , each output document format allows only a few image formats.
1290  LyX uses therefore the program 
1291 \family typewriter
1292 ImageMagick
1293 \family default
1294  in the background to convert the images to the right format.
1295  To increase your work flow by avoiding these conversions in the background,
1296  you could choose to use only the image formats that can directly be embedded
1297  in the output file format.
1298  The output file formats are explained in appendix
1299 \begin_inset space ~
1300 \end_inset
1301
1302
1303 \begin_inset CommandInset ref
1304 LatexCommand ref
1305 reference "cha:Output-File-Formats"
1306
1307 \end_inset
1308
1309 .
1310 \end_layout
1311
1312 \begin_layout Standard
1313 Similar to fonts there are two types of image formats:
1314 \end_layout
1315
1316 \begin_layout Description
1317 Bitmap
1318 \begin_inset space ~
1319 \end_inset
1320
1321 images consist of pixel values, often in a compressed form.
1322  They are therefore not fully scalable and look pixelated in large zooms.
1323  Well-known bitmap image formats are 
1324 \begin_inset Quotes eld
1325 \end_inset
1326
1327 Graphics Interchange Format
1328 \begin_inset Quotes erd
1329 \end_inset
1330
1331  (GIF, file extension 
1332 \begin_inset Quotes eld
1333 \end_inset
1334
1335
1336 \family typewriter
1337 .gif
1338 \family default
1339
1340 \begin_inset Quotes erd
1341 \end_inset
1342
1343 )
1344 \begin_inset Index idx
1345 status collapsed
1346
1347 \begin_layout Plain Layout
1348 GIF|see
1349 \begin_inset ERT
1350 status collapsed
1351
1352 \begin_layout Plain Layout
1353
1354 {
1355 \end_layout
1356
1357 \end_inset
1358
1359 Image formats
1360 \begin_inset ERT
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364
1365 }
1366 \end_layout
1367
1368 \end_inset
1369
1370
1371 \end_layout
1372
1373 \end_inset
1374
1375
1376 \begin_inset Quotes eld
1377 \end_inset
1378
1379 Portable Network Graphics
1380 \begin_inset Quotes erd
1381 \end_inset
1382
1383  (PNG, file extension 
1384 \begin_inset Quotes eld
1385 \end_inset
1386
1387
1388 \family typewriter
1389 .png
1390 \family default
1391
1392 \begin_inset Quotes erd
1393 \end_inset
1394
1395 )
1396 \begin_inset Index idx
1397 status collapsed
1398
1399 \begin_layout Plain Layout
1400 PNG|see
1401 \begin_inset ERT
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405
1406 {
1407 \end_layout
1408
1409 \end_inset
1410
1411 Image formats
1412 \begin_inset ERT
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416
1417 }
1418 \end_layout
1419
1420 \end_inset
1421
1422
1423 \end_layout
1424
1425 \end_inset
1426
1427 , and 
1428 \begin_inset Quotes eld
1429 \end_inset
1430
1431 Joint Photographic Experts Group
1432 \begin_inset Quotes erd
1433 \end_inset
1434
1435  (JPG, file extension 
1436 \begin_inset Quotes eld
1437 \end_inset
1438
1439
1440 \family typewriter
1441 .jpg
1442 \family default
1443
1444 \begin_inset Quotes erd
1445 \end_inset
1446
1447  or 
1448 \begin_inset Quotes eld
1449 \end_inset
1450
1451
1452 \family typewriter
1453 .jpeg
1454 \family default
1455
1456 \begin_inset Quotes erd
1457 \end_inset
1458
1459 )
1460 \begin_inset Index idx
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464 JPG|see
1465 \begin_inset ERT
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469
1470 {
1471 \end_layout
1472
1473 \end_inset
1474
1475 Image formats
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 }
1482 \end_layout
1483
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \end_inset
1490
1491 .
1492 \end_layout
1493
1494 \begin_layout Description
1495 Vector
1496 \begin_inset space ~
1497 \end_inset
1498
1499 images consist of vectors and can therefore be scaled to any size without
1500  data loss.
1501  The scaling ability is necessary if you want to create presentations, because
1502  presentations are always scaled by the video projector.
1503  Scaling is also useful for online documents to let the user zoom into diagrams.
1504 \begin_inset Newline newline
1505 \end_inset
1506
1507 Well-known scalable image formats are 
1508 \begin_inset Quotes eld
1509 \end_inset
1510
1511 Scalable Vector Graphics
1512 \begin_inset Quotes erd
1513 \end_inset
1514
1515  (SVG, file extension 
1516 \begin_inset Quotes eld
1517 \end_inset
1518
1519
1520 \family typewriter
1521 .svg
1522 \family default
1523
1524 \begin_inset Quotes erd
1525 \end_inset
1526
1527 )
1528 \begin_inset Index idx
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532 SVG|see
1533 \begin_inset ERT
1534 status collapsed
1535
1536 \begin_layout Plain Layout
1537
1538 {
1539 \end_layout
1540
1541 \end_inset
1542
1543 Image formats
1544 \begin_inset ERT
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548
1549 }
1550 \end_layout
1551
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \begin_inset Quotes eld
1561 \end_inset
1562
1563 Encapsulated PostScript
1564 \begin_inset Quotes erd
1565 \end_inset
1566
1567  (EPS, file extension 
1568 \begin_inset Quotes eld
1569 \end_inset
1570
1571
1572 \family typewriter
1573 .eps
1574 \family default
1575
1576 \begin_inset Quotes erd
1577 \end_inset
1578
1579 )
1580 \begin_inset Index idx
1581 status collapsed
1582
1583 \begin_layout Plain Layout
1584 EPS|see
1585 \begin_inset ERT
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589
1590 {
1591 \end_layout
1592
1593 \end_inset
1594
1595 Image formats
1596 \begin_inset ERT
1597 status collapsed
1598
1599 \begin_layout Plain Layout
1600
1601 }
1602 \end_layout
1603
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \end_inset
1610
1611
1612 \begin_inset Quotes eld
1613 \end_inset
1614
1615 Portable Document Format
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619  (PDF, file extension 
1620 \begin_inset Quotes eld
1621 \end_inset
1622
1623
1624 \family typewriter
1625 .pdf
1626 \family default
1627
1628 \begin_inset Quotes erd
1629 \end_inset
1630
1631 )
1632 \begin_inset Index idx
1633 status collapsed
1634
1635 \begin_layout Plain Layout
1636 PDF
1637 \end_layout
1638
1639 \end_inset
1640
1641 , and 
1642 \begin_inset Quotes eld
1643 \end_inset
1644
1645 Windows Metafile
1646 \begin_inset Quotes erd
1647 \end_inset
1648
1649  (WMF, file extension 
1650 \begin_inset Quotes eld
1651 \end_inset
1652
1653
1654 \family typewriter
1655 .wmf
1656 \family default
1657
1658 \begin_inset Quotes erd
1659 \end_inset
1660
1661 )
1662 \begin_inset Index idx
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666 SVG|see
1667 \begin_inset ERT
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671
1672 {
1673 \end_layout
1674
1675 \end_inset
1676
1677 Image formats
1678 \begin_inset ERT
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682
1683 }
1684 \end_layout
1685
1686 \end_inset
1687
1688
1689 \end_layout
1690
1691 \end_inset
1692
1693 .
1694  We wrote 
1695 \begin_inset Quotes eld
1696 \end_inset
1697
1698 can be
1699 \begin_inset Quotes erd
1700 \end_inset
1701
1702 , because you can convert any bitmap image to a PDF or EPS-image and the
1703  result will still be a bitmap image.
1704  In such cases only a header with the image properties is added to the original
1705  image
1706 \begin_inset Foot
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 In the case of PDF, the original image is additionally compressed.
1711 \end_layout
1712
1713 \end_inset
1714
1715 .
1716  The PDF-files generated by 
1717 \family typewriter
1718 Adobe Photoshop
1719 \family default
1720  are for example bitmap images.
1721 \end_layout
1722
1723 \begin_layout Standard
1724 Normally it is not possible to convert a bitmap image into a scalable one,
1725  only vice versa.
1726  Only the image formats PDF and EPS can directly be embedded to PDF and
1727  PostScript output files, respectively.
1728  SVG and WMF-images are recalculated to bitmaps when the output file is
1729  generated because there is currently no adequate WMF/SVG
1730 \begin_inset Formula $\to$
1731 \end_inset
1732
1733 PDF/EPS converter available.
1734 \end_layout
1735
1736 \begin_layout Chapter
1737 Tables
1738 \begin_inset Index idx
1739 status collapsed
1740
1741 \begin_layout Plain Layout
1742 Table
1743 \end_layout
1744
1745 \end_inset
1746
1747
1748 \end_layout
1749
1750 \begin_layout Section
1751 Introduction
1752 \begin_inset Index idx
1753 status collapsed
1754
1755 \begin_layout Plain Layout
1756 Table ! Introduction
1757 \end_layout
1758
1759 \end_inset
1760
1761
1762 \end_layout
1763
1764 \begin_layout Standard
1765 You can insert a table using either the toolbar button 
1766 \begin_inset Info
1767 type  "icon"
1768 arg   "tabular-insert"
1769 \end_inset
1770
1771  or the menu 
1772 \family sans
1773 Insert\SpecialChar \menuseparator
1774 Table
1775 \family default
1776 .
1777  The toolbar button offers you a graphical selection: move the mouse to
1778  set the column/row number of the table that should be created and then
1779  press a mouse button.
1780  When you use the menu to create a table, a dialog will appear, asking you
1781  for the number of rows and columns.
1782 \begin_inset Newline newline
1783 \end_inset
1784
1785 The default table has lines around any cell and the first row appears separated
1786  from the rest of the table.
1787  This separation occurs due to a double line: The cells of the first row
1788  have a line below them and the cells of the second row have a line above
1789  them.
1790  Here is an example table:
1791 \end_layout
1792
1793 \begin_layout Standard
1794 \align center
1795 \begin_inset Tabular
1796 <lyxtabular version="3" rows="4" columns="4">
1797 <features rotate="0" tabularvalignment="middle">
1798 <column alignment="center" valignment="top">
1799 <column alignment="center" valignment="top">
1800 <column alignment="center" valignment="top">
1801 <column alignment="center" valignment="top">
1802 <row>
1803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816
1817 \family roman
1818 \series medium
1819 \shape up
1820 \size normal
1821 \emph off
1822 \bar no
1823 \noun off
1824 \color none
1825 1
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834 2
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843 3
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \family roman
1856 \series medium
1857 \shape up
1858 \size normal
1859 \emph off
1860 \bar no
1861 \noun off
1862 \color none
1863 A
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 </row>
1896 <row>
1897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901
1902 \family roman
1903 \series medium
1904 \shape up
1905 \size normal
1906 \emph off
1907 \bar no
1908 \noun off
1909 \color none
1910 B
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Plain Layout
1928
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 </row>
1943 <row>
1944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948
1949 \family roman
1950 \series medium
1951 \shape up
1952 \size normal
1953 \emph off
1954 \bar no
1955 \noun off
1956 \color none
1957 C
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Plain Layout
1966
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1972 \begin_inset Text
1973
1974 \begin_layout Plain Layout
1975
1976 \end_layout
1977
1978 \end_inset
1979 </cell>
1980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1981 \begin_inset Text
1982
1983 \begin_layout Plain Layout
1984
1985 \end_layout
1986
1987 \end_inset
1988 </cell>
1989 </row>
1990 </lyxtabular>
1991
1992 \end_inset
1993
1994
1995 \end_layout
1996
1997 \begin_layout Section
1998 Table Dialog
1999 \begin_inset Index idx
2000 status collapsed
2001
2002 \begin_layout Plain Layout
2003 Table ! Dialog
2004 \end_layout
2005
2006 \end_inset
2007
2008
2009 \end_layout
2010
2011 \begin_layout Standard
2012 You can alter a table by clicking on it with the right mouse button, which
2013  brings up the context menu.
2014  Under the menu entry 
2015 \family sans
2016 More
2017 \family default
2018  you can adjust the settings of that cell and row/column respectively where
2019  the cursor is currently placed.
2020  The context menu 
2021 \family sans
2022 More\SpecialChar \menuseparator
2023 Settings
2024 \family default
2025  opens the table dialog where you can adjust more things.
2026  Most of the dialog options also work on selections.
2027  This means if you select more cells, columns or rows, the action is done
2028  for the whole selection.
2029  Note that there is a difference between selecting the 
2030 \emph on
2031 contents
2032 \emph default
2033  of the cell, and the cell itself.
2034 \begin_inset Newline newline
2035 \end_inset
2036
2037 With the dialog option 
2038 \family sans
2039 Immediate
2040 \begin_inset space ~
2041 \end_inset
2042
2043 Apply
2044 \family default
2045  every change you make in the dialog is directly applied.
2046  If you move the cursor to another table cell the dialog will then also
2047  be updated with the parameters of the new cell.
2048  If you change length values in the dialog you must press 
2049 \family sans
2050 Return
2051 \family default
2052  to get the change applied.
2053 \begin_inset Newline newline
2054 \end_inset
2055
2056 You can alter tables with the following tabs of the table dialog:
2057 \end_layout
2058
2059 \begin_layout Description
2060
2061 \family sans
2062 Table
2063 \begin_inset space ~
2064 \end_inset
2065
2066 Settings
2067 \family default
2068  Here you can set the table width
2069 \begin_inset Index idx
2070 status collapsed
2071
2072 \begin_layout Plain Layout
2073 Table ! Width
2074 \end_layout
2075
2076 \end_inset
2077
2078 , and the horizontal alignment and the width of the current column.
2079  The alignment 
2080 \family sans
2081 At
2082 \begin_inset space ~
2083 \end_inset
2084
2085 Decimal
2086 \begin_inset space ~
2087 \end_inset
2088
2089 Separator
2090 \family default
2091  is described in section
2092 \begin_inset space ~
2093 \end_inset
2094
2095
2096 \begin_inset CommandInset ref
2097 LatexCommand ref
2098 reference "sub:Special-Cell-Alignment"
2099
2100 \end_inset
2101
2102 .
2103  When you have set a width you can also adjust the vertical alignment of
2104  the current row.
2105  A given width will allow the cell to have line breaks and multiple paragraphs
2106  of text, see sec.
2107 \begin_inset space \thinspace{}
2108 \end_inset
2109
2110
2111 \begin_inset CommandInset ref
2112 LatexCommand ref
2113 reference "sub:Multiple-Lines-in"
2114
2115 \end_inset
2116
2117 .
2118  If you set no width, the column is as wide as the content of its widest
2119  cell.
2120 \begin_inset Newline newline
2121 \end_inset
2122
2123 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2124  cell, see sec.
2125 \begin_inset space \thinspace{}
2126 \end_inset
2127
2128
2129 \begin_inset CommandInset ref
2130 LatexCommand ref
2131 reference "sub:Multicolumns"
2132
2133 \end_inset
2134
2135  or the cells of one column as multirow cell, see sec.
2136 \begin_inset space \thinspace{}
2137 \end_inset
2138
2139
2140 \begin_inset CommandInset ref
2141 LatexCommand ref
2142 reference "sub:Multirows"
2143
2144 \end_inset
2145
2146 .
2147 \begin_inset Newline newline
2148 \end_inset
2149
2150 The rotate check boxes rotate the current cell, a selection, or the whole
2151  table counter-clockwise by 90
2152 \begin_inset space \thinspace{}
2153 \end_inset
2154
2155 °.
2156  The rotation is not shown within LyX, only in the output.
2157  For more information see sec.
2158 \begin_inset space \thinspace{}
2159 \end_inset
2160
2161
2162 \begin_inset CommandInset ref
2163 LatexCommand ref
2164 reference "sec:Rotated-Table-Cells"
2165
2166 \end_inset
2167
2168 .
2169 \begin_inset Newline newline
2170 \end_inset
2171
2172
2173 \begin_inset Note Greyedout
2174 status open
2175
2176 \begin_layout Plain Layout
2177
2178 \series bold
2179 Note:
2180 \series default
2181  Not all DVI-viewers are able to display rotations.
2182 \end_layout
2183
2184 \end_inset
2185
2186
2187 \begin_inset Newline newline
2188 \end_inset
2189
2190 The table-wide vertical alignment is used for tables within text lines:
2191 \begin_inset Newline newline
2192 \end_inset
2193
2194 A line with tables with different alignments: 
2195 \begin_inset Tabular
2196 <lyxtabular version="3" rows="2" columns="2">
2197 <features rotate="0" tabularvalignment="top">
2198 <column alignment="center" valignment="top" width="0pt">
2199 <column alignment="center" valignment="top">
2200 <row>
2201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2202 \begin_inset Text
2203
2204 \begin_layout Plain Layout
2205
2206 \end_layout
2207
2208 \end_inset
2209 </cell>
2210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2211 \begin_inset Text
2212
2213 \begin_layout Plain Layout
2214
2215 \family roman
2216 \series medium
2217 \shape up
2218 \size normal
2219 \emph off
2220 \bar no
2221 \noun off
2222 \color none
2223 1
2224 \end_layout
2225
2226 \end_inset
2227 </cell>
2228 </row>
2229 <row>
2230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2231 \begin_inset Text
2232
2233 \begin_layout Plain Layout
2234
2235 \family roman
2236 \series medium
2237 \shape up
2238 \size normal
2239 \emph off
2240 \bar no
2241 \noun off
2242 \color none
2243 A
2244 \end_layout
2245
2246 \end_inset
2247 </cell>
2248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2249 \begin_inset Text
2250
2251 \begin_layout Plain Layout
2252
2253 \end_layout
2254
2255 \end_inset
2256 </cell>
2257 </row>
2258 </lyxtabular>
2259
2260 \end_inset
2261
2262  
2263 \begin_inset Tabular
2264 <lyxtabular version="3" rows="2" columns="2">
2265 <features rotate="0" tabularvalignment="middle">
2266 <column alignment="center" valignment="top">
2267 <column alignment="center" valignment="top">
2268 <row>
2269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2270 \begin_inset Text
2271
2272 \begin_layout Plain Layout
2273
2274 \end_layout
2275
2276 \end_inset
2277 </cell>
2278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2279 \begin_inset Text
2280
2281 \begin_layout Plain Layout
2282
2283 \family roman
2284 \series medium
2285 \shape up
2286 \size normal
2287 \emph off
2288 \bar no
2289 \noun off
2290 \color none
2291 1
2292 \end_layout
2293
2294 \end_inset
2295 </cell>
2296 </row>
2297 <row>
2298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2299 \begin_inset Text
2300
2301 \begin_layout Plain Layout
2302
2303 \family roman
2304 \series medium
2305 \shape up
2306 \size normal
2307 \emph off
2308 \bar no
2309 \noun off
2310 \color none
2311 A
2312 \end_layout
2313
2314 \end_inset
2315 </cell>
2316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2317 \begin_inset Text
2318
2319 \begin_layout Plain Layout
2320
2321 \end_layout
2322
2323 \end_inset
2324 </cell>
2325 </row>
2326 </lyxtabular>
2327
2328 \end_inset
2329
2330  
2331 \begin_inset Tabular
2332 <lyxtabular version="3" rows="2" columns="2">
2333 <features rotate="0" tabularvalignment="bottom">
2334 <column alignment="center" valignment="top" width="0pt">
2335 <column alignment="center" valignment="top">
2336 <row>
2337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2338 \begin_inset Text
2339
2340 \begin_layout Plain Layout
2341
2342 \end_layout
2343
2344 \end_inset
2345 </cell>
2346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2347 \begin_inset Text
2348
2349 \begin_layout Plain Layout
2350
2351 \family roman
2352 \series medium
2353 \shape up
2354 \size normal
2355 \emph off
2356 \bar no
2357 \noun off
2358 \color none
2359 1
2360 \end_layout
2361
2362 \end_inset
2363 </cell>
2364 </row>
2365 <row>
2366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2367 \begin_inset Text
2368
2369 \begin_layout Plain Layout
2370
2371 \family roman
2372 \series medium
2373 \shape up
2374 \size normal
2375 \emph off
2376 \bar no
2377 \noun off
2378 \color none
2379 A
2380 \end_layout
2381
2382 \end_inset
2383 </cell>
2384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2385 \begin_inset Text
2386
2387 \begin_layout Plain Layout
2388
2389 \end_layout
2390
2391 \end_inset
2392 </cell>
2393 </row>
2394 </lyxtabular>
2395
2396 \end_inset
2397
2398
2399 \begin_inset Newline newline
2400 \end_inset
2401
2402 It is also possible to enter a LaTeX-argument which is needed for special
2403  table formattings, see sec.
2404 \begin_inset space \thinspace{}
2405 \end_inset
2406
2407
2408 \begin_inset CommandInset ref
2409 LatexCommand ref
2410 reference "sub:Multicolumn-Calculations"
2411
2412 \end_inset
2413
2414  and 
2415 \begin_inset CommandInset ref
2416 LatexCommand ref
2417 reference "sec:Colored-Tables"
2418
2419 \end_inset
2420
2421 .
2422 \end_layout
2423
2424 \begin_layout Description
2425
2426 \family sans
2427 Borders
2428 \family default
2429  In this tab you can add and delete border lines for the current row/column.
2430 \begin_inset Newline newline
2431 \end_inset
2432
2433 Using the style option 
2434 \family sans
2435 Formal
2436 \family default
2437  will convert the table to a formal table as described in sec.
2438 \begin_inset space \thinspace{}
2439 \end_inset
2440
2441
2442 \begin_inset CommandInset ref
2443 LatexCommand ref
2444 reference "sec:Formal-Tables"
2445
2446 \end_inset
2447
2448 .
2449 \begin_inset Newline newline
2450 \end_inset
2451
2452 You can also add space here to table rows as described in sec.
2453 \begin_inset space \thinspace{}
2454 \end_inset
2455
2456
2457 \begin_inset CommandInset ref
2458 LatexCommand ref
2459 reference "sub:Row-Spacing"
2460
2461 \end_inset
2462
2463 .
2464 \end_layout
2465
2466 \begin_layout Description
2467
2468 \family sans
2469 Longtable
2470 \family default
2471  This tab is to make a table a so called 
2472 \begin_inset Quotes eld
2473 \end_inset
2474
2475
2476 \emph on
2477 longtable
2478 \emph default
2479
2480 \begin_inset Quotes erd
2481 \end_inset
2482
2483  that can run over several pages.
2484  Sections
2485 \begin_inset space ~
2486 \end_inset
2487
2488
2489 \begin_inset CommandInset ref
2490 LatexCommand ref
2491 reference "sec:Longtables"
2492
2493 \end_inset
2494
2495  and 
2496 \begin_inset CommandInset ref
2497 LatexCommand ref
2498 reference "sec:Special-Longtable-Issues"
2499
2500 \end_inset
2501
2502  describe the longtable features in detail.
2503 \end_layout
2504
2505 \begin_layout Section
2506 Table Toolbar
2507 \begin_inset Index idx
2508 status collapsed
2509
2510 \begin_layout Plain Layout
2511 Table ! Toolbar
2512 \end_layout
2513
2514 \end_inset
2515
2516
2517 \end_layout
2518
2519 \begin_layout Standard
2520 The table toolbar is an alternative to the table dialog to be able to alter
2521  tables faster.
2522  It should normally appear at the bottom of LyX's main window when the cursor
2523  is inside a table.
2524  You can alternatively switch it on to appear always, by right-clicking
2525  in LyX's main menu bar.
2526 \end_layout
2527
2528 \begin_layout Standard
2529 The toolbar has the following icons:
2530 \end_layout
2531
2532 \begin_layout Labeling
2533 \labelwidthstring 00.00.0000
2534 \begin_inset Info
2535 type  "icon"
2536 arg   "inset-modify tabular append-row"
2537 \end_inset
2538
2539  adds a row below the current cell or selection
2540 \end_layout
2541
2542 \begin_layout Labeling
2543 \labelwidthstring 00.00.0000
2544 \begin_inset Info
2545 type  "icon"
2546 arg   "inset-modify tabular append-column"
2547 \end_inset
2548
2549  adds a column right beside the current cell or selection
2550 \end_layout
2551
2552 \begin_layout Labeling
2553 \labelwidthstring 00.00.0000
2554 \begin_inset Info
2555 type  "icon"
2556 arg   "inset-modify tabular delete-row"
2557 \end_inset
2558
2559  deletes the current row or selection
2560 \end_layout
2561
2562 \begin_layout Labeling
2563 \labelwidthstring 00.00.0000
2564 \begin_inset Info
2565 type  "icon"
2566 arg   "inset-modify tabular delete-column"
2567 \end_inset
2568
2569  deletes the current column or selection
2570 \end_layout
2571
2572 \begin_layout Labeling
2573 \labelwidthstring 00.00.0000
2574 \begin_inset Info
2575 type  "icon"
2576 arg   "inset-modify tabular move-row-up"
2577 \end_inset
2578
2579  moves the row up
2580 \end_layout
2581
2582 \begin_layout Labeling
2583 \labelwidthstring 00.00.0000
2584 \begin_inset Info
2585 type  "icon"
2586 arg   "inset-modify tabular move-column-left"
2587 \end_inset
2588
2589  moves the column to the left
2590 \end_layout
2591
2592 \begin_layout Labeling
2593 \labelwidthstring 00.00.0000
2594 \begin_inset Info
2595 type  "icon"
2596 arg   "inset-modify tabular move-row-down"
2597 \end_inset
2598
2599  moves the row down
2600 \end_layout
2601
2602 \begin_layout Labeling
2603 \labelwidthstring 00.00.0000
2604 \begin_inset Info
2605 type  "icon"
2606 arg   "inset-modify tabular move-column-right"
2607 \end_inset
2608
2609  moves the column to the right
2610 \end_layout
2611
2612 \begin_layout Labeling
2613 \labelwidthstring 00.00.0000
2614 \begin_inset Info
2615 type  "icon"
2616 arg   "inset-modify tabular toggle-line-top"
2617 \end_inset
2618
2619  adds a line at the top of the current cell / row or of a selection
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624 \begin_inset Info
2625 type  "icon"
2626 arg   "inset-modify tabular toggle-line-bottom"
2627 \end_inset
2628
2629  adds a line at the bottom of the current cell / row or of a selection
2630 \end_layout
2631
2632 \begin_layout Labeling
2633 \labelwidthstring 00.00.0000
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "inset-modify tabular toggle-line-left"
2637 \end_inset
2638
2639  adds a line at the left side of the current cell / row or of a selection
2640 \end_layout
2641
2642 \begin_layout Labeling
2643 \labelwidthstring 00.00.0000
2644 \begin_inset Info
2645 type  "icon"
2646 arg   "inset-modify tabular toggle-line-right"
2647 \end_inset
2648
2649  adds a line at the right side of the current cell / row or of a selection
2650 \end_layout
2651
2652 \begin_layout Labeling
2653 \labelwidthstring 00.00.0000
2654 \begin_inset Info
2655 type  "icon"
2656 arg   "inset-modify tabular set-all-lines"
2657 \end_inset
2658
2659  adds lines around the current or selected cells - if the current cell no
2660  multicolumn cell this also affects the current row and column
2661 \end_layout
2662
2663 \begin_layout Labeling
2664 \labelwidthstring 00.00.0000
2665 \begin_inset Info
2666 type  "icon"
2667 arg   "inset-modify tabular unset-all-lines"
2668 \end_inset
2669
2670  deletes all lines of the current or selected cells - if the current cell
2671  no multicolumn cell this also affects the current row and column
2672 \end_layout
2673
2674 \begin_layout Labeling
2675 \labelwidthstring 00.00.0000
2676 \begin_inset Info
2677 type  "icon"
2678 arg   "inset-modify tabular m-align-left"
2679 \end_inset
2680
2681  left-aligns the content of the current cell / column
2682 \end_layout
2683
2684 \begin_layout Labeling
2685 \labelwidthstring 00.00.0000
2686 \begin_inset Info
2687 type  "icon"
2688 arg   "inset-modify tabular m-align-center"
2689 \end_inset
2690
2691  centers the content of the current cell / column horizontally
2692 \end_layout
2693
2694 \begin_layout Labeling
2695 \labelwidthstring 00.00.0000
2696 \begin_inset Info
2697 type  "icon"
2698 arg   "inset-modify tabular m-align-right"
2699 \end_inset
2700
2701  right-aligns the content of the current cell / column
2702 \end_layout
2703
2704 \begin_layout Labeling
2705 \labelwidthstring 00.00.0000
2706 \begin_inset Info
2707 type  "icon"
2708 arg   "inset-modify tabular align-decimal"
2709 \end_inset
2710
2711  aligns the content of the current column at a character
2712 \end_layout
2713
2714 \begin_layout Labeling
2715 \labelwidthstring 00.00.0000
2716 \begin_inset Info
2717 type  "icon"
2718 arg   "inset-modify tabular m-valign-top"
2719 \end_inset
2720
2721  aligns the content of the current cell vertically to the top
2722 \end_layout
2723
2724 \begin_layout Labeling
2725 \labelwidthstring 00.00.0000
2726 \begin_inset Info
2727 type  "icon"
2728 arg   "inset-modify tabular m-valign-middle"
2729 \end_inset
2730
2731  centers the content of the current cell vertically
2732 \end_layout
2733
2734 \begin_layout Labeling
2735 \labelwidthstring 00.00.0000
2736 \begin_inset Info
2737 type  "icon"
2738 arg   "inset-modify tabular m-valign-bottom"
2739 \end_inset
2740
2741  aligns the content of the current cell vertically to the bottom
2742 \end_layout
2743
2744 \begin_layout Labeling
2745 \labelwidthstring 00.00.0000
2746 \begin_inset Info
2747 type  "icon"
2748 arg   "inset-modify tabular set-rotate-cell"
2749 \end_inset
2750
2751  rotates the current cell or selection counter-clockwise by 90°
2752 \end_layout
2753
2754 \begin_layout Labeling
2755 \labelwidthstring 00.00.0000
2756 \begin_inset Info
2757 type  "icon"
2758 arg   "inset-modify tabular set-rotate-tabular"
2759 \end_inset
2760
2761  rotates the whole table counter-clockwise by 90°
2762 \end_layout
2763
2764 \begin_layout Labeling
2765 \labelwidthstring 00.00.0000
2766 \begin_inset Info
2767 type  "icon"
2768 arg   "inset-modify tabular multicolumn"
2769 \end_inset
2770
2771  sets the current cell or selection as a multicolumn
2772 \end_layout
2773
2774 \begin_layout Labeling
2775 \labelwidthstring 00.00.0000
2776 \begin_inset Info
2777 type  "icon"
2778 arg   "inset-modify tabular multirow"
2779 \end_inset
2780
2781  sets the current cell or selection as a multirow
2782 \end_layout
2783
2784 \begin_layout Standard
2785 \begin_inset Note Greyedout
2786 status open
2787
2788 \begin_layout Plain Layout
2789
2790 \series bold
2791 Note:
2792 \series default
2793  For the output the vertical alignment of the first cell in a row is used
2794  for all following cells in the row.
2795 \end_layout
2796
2797 \end_inset
2798
2799
2800 \end_layout
2801
2802 \begin_layout Section
2803 Edit Table Menu
2804 \begin_inset Index idx
2805 status collapsed
2806
2807 \begin_layout Plain Layout
2808 Table ! Edit Menu
2809 \end_layout
2810
2811 \end_inset
2812
2813
2814 \end_layout
2815
2816 \begin_layout Standard
2817 In addition to the table dialog and toolbar, the menu 
2818 \family sans
2819 Edit\SpecialChar \menuseparator
2820 Table
2821 \family default
2822  allows you to add and delete border lines for the current row/column and
2823  to set the current selection as multicolumn.
2824  The menu is only available when the cursor is inside a table.
2825 \end_layout
2826
2827 \begin_layout Section
2828 Table Floats
2829 \begin_inset CommandInset label
2830 LatexCommand label
2831 name "sec:Table-Floats"
2832
2833 \end_inset
2834
2835
2836 \begin_inset Index idx
2837 status collapsed
2838
2839 \begin_layout Plain Layout
2840 Floats ! Tables
2841 \end_layout
2842
2843 \end_inset
2844
2845
2846 \begin_inset Index idx
2847 status collapsed
2848
2849 \begin_layout Plain Layout
2850 Table ! Floats
2851 \end_layout
2852
2853 \end_inset
2854
2855
2856 \end_layout
2857
2858 \begin_layout Standard
2859 For general explanations about floats, have a look at section
2860 \begin_inset space ~
2861 \end_inset
2862
2863
2864 \begin_inset CommandInset ref
2865 LatexCommand ref
2866 reference "sec:FloatIntroduction"
2867
2868 \end_inset
2869
2870 .
2871 \end_layout
2872
2873 \begin_layout Standard
2874 \begin_inset Float table
2875 placement h
2876 wide false
2877 sideways false
2878 status open
2879
2880 \begin_layout Plain Layout
2881 \begin_inset Caption Standard
2882
2883 \begin_layout Plain Layout
2884 \begin_inset CommandInset label
2885 LatexCommand label
2886 name "tab:a table float"
2887
2888 \end_inset
2889
2890 A table float.
2891 \end_layout
2892
2893 \end_inset
2894
2895
2896 \end_layout
2897
2898 \begin_layout Plain Layout
2899 \align center
2900 \begin_inset Tabular
2901 <lyxtabular version="3" rows="3" columns="3">
2902 <features rotate="0" tabularvalignment="middle">
2903 <column alignment="center" valignment="top" width="0pt">
2904 <column alignment="center" valignment="top" width="0pt">
2905 <column alignment="center" valignment="top" width="0pt">
2906 <row>
2907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2908 \begin_inset Text
2909
2910 \begin_layout Plain Layout
2911
2912 \family roman
2913 \series medium
2914 \shape up
2915 \size normal
2916 \emph off
2917 \bar no
2918 \noun off
2919 \color none
2920 1
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2926 \begin_inset Text
2927
2928 \begin_layout Plain Layout
2929
2930 \family roman
2931 \series medium
2932 \shape up
2933 \size normal
2934 \emph off
2935 \bar no
2936 \noun off
2937 \color none
2938 2
2939 \end_layout
2940
2941 \end_inset
2942 </cell>
2943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2944 \begin_inset Text
2945
2946 \begin_layout Plain Layout
2947
2948 \family roman
2949 \series medium
2950 \shape up
2951 \size normal
2952 \emph off
2953 \bar no
2954 \noun off
2955 \color none
2956 3
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 </row>
2962 <row>
2963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2964 \begin_inset Text
2965
2966 \begin_layout Plain Layout
2967
2968 \family roman
2969 \series medium
2970 \shape up
2971 \size normal
2972 \emph off
2973 \bar no
2974 \noun off
2975 \color none
2976 Joe
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2982 \begin_inset Text
2983
2984 \begin_layout Plain Layout
2985
2986 \family roman
2987 \series medium
2988 \shape up
2989 \size normal
2990 \emph off
2991 \bar no
2992 \noun off
2993 \color none
2994 Mary
2995 \end_layout
2996
2997 \end_inset
2998 </cell>
2999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Plain Layout
3003
3004 \family roman
3005 \series medium
3006 \shape up
3007 \size normal
3008 \emph off
3009 \bar no
3010 \noun off
3011 \color none
3012 Ted
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 </row>
3018 <row>
3019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3020 \begin_inset Text
3021
3022 \begin_layout Plain Layout
3023
3024 \family roman
3025 \series medium
3026 \shape up
3027 \size normal
3028 \emph off
3029 \bar no
3030 \noun off
3031 \color none
3032 \begin_inset Formula $\int x^{2}dx$
3033 \end_inset
3034
3035
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3041 \begin_inset Text
3042
3043 \begin_layout Plain Layout
3044
3045 \family roman
3046 \series medium
3047 \shape up
3048 \size normal
3049 \emph off
3050 \bar no
3051 \noun off
3052 \color none
3053 \begin_inset Formula $\left[\begin{array}{cc}
3054 a & b\\
3055 c & d
3056 \end{array}\right]$
3057 \end_inset
3058
3059
3060 \end_layout
3061
3062 \end_inset
3063 </cell>
3064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3065 \begin_inset Text
3066
3067 \begin_layout Plain Layout
3068
3069 \family roman
3070 \series medium
3071 \shape up
3072 \size normal
3073 \emph off
3074 \bar no
3075 \noun off
3076 \color none
3077 \begin_inset Formula $1+1=2$
3078 \end_inset
3079
3080
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 </row>
3086 </lyxtabular>
3087
3088 \end_inset
3089
3090
3091 \end_layout
3092
3093 \end_inset
3094
3095
3096 \end_layout
3097
3098 \begin_layout Standard
3099 Table floats can be inserted using the menu 
3100 \family sans
3101 Insert\SpecialChar \menuseparator
3102 Float\SpecialChar \menuseparator
3103 Table
3104 \family default
3105  or the toolbar button 
3106 \begin_inset Info
3107 type  "icon"
3108 arg   "float-insert table"
3109 \end_inset
3110
3111 .
3112 \end_layout
3113
3114 \begin_layout Standard
3115 The float appears as a collapsible box with a caption that has the label
3116  
3117 \begin_inset Quotes eld
3118 \end_inset
3119
3120 Table
3121 \begin_inset space ~
3122 \end_inset
3123
3124 #:
3125 \begin_inset Quotes erd
3126 \end_inset
3127
3128  (# is the actual table number).
3129  You can insert tables in the float above or below the caption.
3130 \end_layout
3131
3132 \begin_layout Standard
3133 Table
3134 \begin_inset space ~
3135 \end_inset
3136
3137
3138 \begin_inset CommandInset ref
3139 LatexCommand ref
3140 reference "tab:a table float"
3141
3142 \end_inset
3143
3144  is an example table within a table float.
3145 \end_layout
3146
3147 \begin_layout Standard
3148 Having the caption above the table is the common rule that is unfortunately
3149  not supported in LaTeX's standard classes.
3150  This means that, if you are using the document classes 
3151 \family sans
3152 article
3153 \family default
3154
3155 \family sans
3156 book
3157 \family default
3158
3159 \family sans
3160 letter
3161 \family default
3162 , or 
3163 \family sans
3164 report
3165 \family default
3166 , there will be no space between the caption and the table.
3167  To insert the needed space, add the following option to the load command
3168  of the LaTeX-package 
3169 \series bold
3170 caption
3171 \series default
3172
3173 \begin_inset Index idx
3174 status collapsed
3175
3176 \begin_layout Plain Layout
3177 LaTeX-packages ! caption
3178 \end_layout
3179
3180 \end_inset
3181
3182  in your document preamble
3183 \begin_inset Foot
3184 status collapsed
3185
3186 \begin_layout Plain Layout
3187 For more information have a look at section
3188 \begin_inset space ~
3189 \end_inset
3190
3191
3192 \begin_inset CommandInset ref
3193 LatexCommand ref
3194 reference "sec:Caption-Placement"
3195
3196 \end_inset
3197
3198 .
3199 \end_layout
3200
3201 \end_inset
3202
3203 :
3204 \end_layout
3205
3206 \begin_layout Standard
3207
3208 \series bold
3209 tableposition=top
3210 \end_layout
3211
3212 \begin_layout Standard
3213 The package 
3214 \series bold
3215 caption
3216 \series default
3217 , which is described in section
3218 \begin_inset space ~
3219 \end_inset
3220
3221
3222 \begin_inset CommandInset ref
3223 LatexCommand ref
3224 reference "sec:Caption-Formatting"
3225
3226 \end_inset
3227
3228 , is used to adjust the caption format.
3229 \end_layout
3230
3231 \begin_layout Standard
3232 \begin_inset Index idx
3233 status collapsed
3234
3235 \begin_layout Plain Layout
3236 References ! to Tables
3237 \end_layout
3238
3239 \end_inset
3240
3241 Tables can be cross-referenced in the text by referencing their label.
3242  To do this insert a label in the caption using the menu 
3243 \family sans
3244 Insert\SpecialChar \menuseparator
3245 Label
3246 \family default
3247  or the toolbar button 
3248 \begin_inset Info
3249 type  "icon"
3250 arg   "label-insert"
3251 \end_inset
3252
3253 .
3254  You can now refer to the label using the menu 
3255 \family sans
3256 Insert\SpecialChar \menuseparator
3257 Cross
3258 \begin_inset space ~
3259 \end_inset
3260
3261 reference
3262 \family default
3263  or the toolbar button 
3264 \begin_inset Info
3265 type  "icon"
3266 arg   "dialog-show-new-inset ref"
3267 \end_inset
3268
3269 .
3270 \begin_inset Newline newline
3271 \end_inset
3272
3273 Referencing is explained in detail in section
3274 \begin_inset space ~
3275 \end_inset
3276
3277
3278 \begin_inset CommandInset ref
3279 LatexCommand ref
3280 reference "sec:Referencing-Floats"
3281
3282 \end_inset
3283
3284 .
3285 \end_layout
3286
3287 \begin_layout Section
3288 Longtables
3289 \begin_inset CommandInset label
3290 LatexCommand label
3291 name "sec:Longtables"
3292
3293 \end_inset
3294
3295
3296 \begin_inset Index idx
3297 status collapsed
3298
3299 \begin_layout Plain Layout
3300 Longtables
3301 \end_layout
3302
3303 \end_inset
3304
3305
3306 \begin_inset Index idx
3307 status collapsed
3308
3309 \begin_layout Plain Layout
3310 Table ! Longtables
3311 \end_layout
3312
3313 \end_inset
3314
3315
3316 \end_layout
3317
3318 \begin_layout Standard
3319 If the table is too long to fit on one page, you can use the option 
3320 \family sans
3321 Use
3322 \begin_inset space ~
3323 \end_inset
3324
3325 long
3326 \begin_inset space ~
3327 \end_inset
3328
3329 table
3330 \family default
3331  in the tab 
3332 \family sans
3333 Longtable
3334 \family default
3335  of the table dialog to split the table automatically over more pages.
3336  Doing this enables the following options:
3337 \end_layout
3338
3339 \begin_layout Description
3340 Header: The current row is defined to be a header row that appears on all
3341  pages of the longtable; except for the first page, if 
3342 \family sans
3343 First
3344 \begin_inset space ~
3345 \end_inset
3346
3347 header
3348 \family default
3349  is defined.
3350  This is therefore called the main header.
3351 \end_layout
3352
3353 \begin_layout Description
3354 First
3355 \begin_inset space ~
3356 \end_inset
3357
3358 header: The current row is defined to be a header row that appears on the
3359  first page of the longtable.
3360 \end_layout
3361
3362 \begin_layout Description
3363 Footer: The current row is defined to be a footer row that appears on all
3364  pages of the longtable; except for the last page, if 
3365 \family sans
3366 Last
3367 \begin_inset space ~
3368 \end_inset
3369
3370 footer
3371 \family default
3372  is defined.
3373 \end_layout
3374
3375 \begin_layout Description
3376 Last
3377 \begin_inset space ~
3378 \end_inset
3379
3380 footer: The current row is defined to be a footer row that appears on the
3381  last page of the longtable.
3382 \end_layout
3383
3384 \begin_layout Description
3385 Caption: The current row contains the table caption.
3386  The row is reset as single column and a caption is inserted.
3387  More about longtable captions is explained in sec.
3388 \begin_inset space \thinspace{}
3389 \end_inset
3390
3391
3392 \begin_inset CommandInset ref
3393 LatexCommand ref
3394 reference "sub:Longtable-Captions"
3395
3396 \end_inset
3397
3398 .
3399 \end_layout
3400
3401 \begin_layout Standard
3402 You can also specify a row where the table is split.
3403  See the following longtable to see how it works:
3404 \end_layout
3405
3406 \begin_layout Standard
3407 \align center
3408 \begin_inset Tabular
3409 <lyxtabular version="3" rows="69" columns="3">
3410 <features rotate="0" islongtable="true" longtabularalignment="center">
3411 <column alignment="left" valignment="top" width="0cm">
3412 <column alignment="left" valignment="top" width="0pt">
3413 <column alignment="center" valignment="top" width="0pt">
3414 <row endfirsthead="true">
3415 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 Example Phone List (ignore the names)
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row endfirsthead="true">
3446 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \series bold
3452 NAME
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470
3471 \series bold
3472 TEL.
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 </row>
3478 <row endhead="true">
3479 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483
3484 \series bold
3485 Example Phone List
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 </row>
3509 <row endhead="true">
3510 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514
3515 \series bold
3516 NAME
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534
3535 \series bold
3536 TEL.
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 </row>
3542 <row endfoot="true">
3543 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547  continued on next page
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 </row>
3571 <row>
3572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576
3577 \series bold
3578 Annovi
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 Silvia
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 111
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 </row>
3602 <row>
3603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607
3608 \series bold
3609 Bertoli
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 Stefano
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 111
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 </row>
3633 <row>
3634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638
3639 \series bold
3640 Bozzi
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 Walter
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 111
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 </row>
3664 <row>
3665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669
3670 \series bold
3671 Cachia
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 Maria
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 111
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 </row>
3695 <row>
3696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700
3701 \series bold
3702 Cachia
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 Maurizio
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 111
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 </row>
3726 <row>
3727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731
3732 \series bold
3733 Cinquemani
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 Giusi
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 111
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 </row>
3757 <row>
3758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762
3763 \series bold
3764 Colin
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 Bernard
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 111
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 </row>
3788 <row>
3789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793
3794 \series bold
3795 Concli
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 Gianfranco
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 111
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 </row>
3819 <row>
3820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824
3825 \series bold
3826 Dal Bosco
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 Carolina
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 111
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 </row>
3850 <row>
3851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855
3856 \series bold
3857 Dalpiaz
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 Annamaria
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 111
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 </row>
3881 <row>
3882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886
3887 \series bold
3888 Feliciello
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 Domenico
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 111
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 </row>
3912 <row>
3913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917
3918 \series bold
3919 Focarelli
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 Paola
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 111
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 </row>
3943 <row>
3944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948
3949 \series bold
3950 Galletti
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 Oreste
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 111
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 </row>
3974 <row>
3975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979
3980 \series bold
3981 Gasparini
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 Franca
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 111
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 </row>
4005 <row>
4006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010
4011 \series bold
4012 Rizzardi
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 Paola
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 111
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 </row>
4036 <row>
4037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041
4042 \series bold
4043 Lassini
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 Giancarlo
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 111
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 </row>
4067 <row>
4068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072
4073 \series bold
4074 Malfatti
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 Luciano
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 111
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 </row>
4098 <row>
4099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103
4104 \series bold
4105 Malfatti
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 Valeriano
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 111
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 </row>
4129 <row>
4130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134
4135 \series bold
4136 Meneguzzo
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 Roberto
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 111
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 </row>
4160 <row>
4161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165
4166 \series bold
4167 Mezzadra
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 Roberto
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 111
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 </row>
4191 <row>
4192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196
4197 \series bold
4198 Pirpamer
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 Erich
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 111
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 </row>
4222 <row>
4223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227
4228 \series bold
4229 Pochiesa
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 Paolo
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 111, 222
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 </row>
4253 <row>
4254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258
4259 \series bold
4260 Radina
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 Claudio
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 111
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 </row>
4284 <row>
4285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289
4290 \series bold
4291 Stuffer
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 Oskar
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 111
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 </row>
4315 <row>
4316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320
4321 \series bold
4322 Tacchelli
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 Ugo
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 111
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 </row>
4346 <row>
4347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351
4352 \series bold
4353 Tezzele
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 Margit
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 111
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 </row>
4377 <row>
4378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382
4383 \series bold
4384 Unterkalmsteiner
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 <cell alignment="center" valignment="top" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 Frieda
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 111
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 </row>
4408 <row>
4409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413
4414 \series bold
4415 Vieider
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424 Hilde
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 111
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 </row>
4439 <row>
4440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444
4445 \series bold
4446 Vigna
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell alignment="center" valignment="top" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455 Jürgen
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 111
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 </row>
4470 <row>
4471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475
4476 \series bold
4477 Weber
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 <cell alignment="center" valignment="top" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486 Maurizio
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 111
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 </row>
4501 <row>
4502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506
4507 \series bold
4508 Winkler
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 Franz
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526 111
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 </row>
4532 <row>
4533 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537  
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 </row>
4561 <row>
4562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566
4567 \series bold
4568 Annovi
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 Silvia
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 555
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 </row>
4592 <row>
4593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597
4598 \series bold
4599 Bertoli
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 Stefano
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 555
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 </row>
4623 <row>
4624 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628
4629 \series bold
4630 Bozzi
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 Walter
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 555
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 </row>
4654 <row>
4655 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659
4660 \series bold
4661 Cachia
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 Maria
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 555
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 </row>
4685 <row>
4686 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690
4691 \series bold
4692 Cachia
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 Maurizio
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 555
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 </row>
4716 <row>
4717 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721
4722 \series bold
4723 Cinquemani
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 Giusi
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 555
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 </row>
4747 <row>
4748 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752
4753 \series bold
4754 Colin
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 Bernard
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 555
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 </row>
4778 <row>
4779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783
4784 \series bold
4785 Concli
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 Gianfranco
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 555
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 </row>
4809 <row>
4810 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814
4815 \series bold
4816 Dal Bosco
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 Carolina
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 555
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 </row>
4840 <row>
4841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845
4846 \series bold
4847 Dalpiaz
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 Annamaria
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 555
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 </row>
4871 <row>
4872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876
4877 \series bold
4878 Feliciello
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 Domenico
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 555
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 </row>
4902 <row>
4903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907
4908 \series bold
4909 Focarelli
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 Paola
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 555
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 </row>
4933 <row>
4934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938
4939 \series bold
4940 Galletti
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 Oreste
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 555
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 </row>
4964 <row>
4965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969
4970 \series bold
4971 Gasparini
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 Franca
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 555
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 </row>
4995 <row>
4996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000
5001 \series bold
5002 Rizzardi
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 Paola
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 555
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 </row>
5026 <row>
5027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031
5032 \series bold
5033 Lassini
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 Giancarlo
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 555
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 </row>
5057 <row>
5058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062
5063 \series bold
5064 Malfatti
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 Luciano
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 555
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 </row>
5088 <row>
5089 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093
5094 \series bold
5095 Malfatti
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 Valeriano
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 555
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 </row>
5119 <row>
5120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124
5125 \series bold
5126 Meneguzzo
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 Roberto
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 555
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 </row>
5150 <row>
5151 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155
5156 \series bold
5157 Mezzadra
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 Roberto
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175 555
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 </row>
5181 <row>
5182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186
5187 \series bold
5188 Pirpamer
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 Erich
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206 555
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 </row>
5212 <row>
5213 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217
5218 \series bold
5219 Pochiesa
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 Paolo
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237 555, 222
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 </row>
5243 <row>
5244 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248
5249 \series bold
5250 Radina
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 Claudio
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268 555
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 </row>
5274 <row>
5275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279
5280 \series bold
5281 Stuffer
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 Oskar
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 555
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 </row>
5305 <row>
5306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310
5311 \series bold
5312 Tacchelli
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 Ugo
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 555
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 </row>
5336 <row>
5337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341
5342 \series bold
5343 Tezzele
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell alignment="center" valignment="top" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 Margit
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 555
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 </row>
5367 <row>
5368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372
5373 \series bold
5374 Unterkalmsteiner
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383 Frieda
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392 555
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 </row>
5398 <row>
5399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403
5404 \series bold
5405 Vieider
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 <cell alignment="center" valignment="top" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414 Hilde
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423 555
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 </row>
5429 <row>
5430 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434
5435 \series bold
5436 Vigna
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 <cell alignment="center" valignment="top" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 Jürgen
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 999
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 </row>
5460 <row>
5461 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465
5466 \series bold
5467 Weber
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell alignment="center" valignment="top" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476 Maurizio
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485 555
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 </row>
5491 <row>
5492 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496
5497 \series bold
5498 Winkler
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507 Franz
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 555
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 </row>
5522 <row endlastfoot="true">
5523 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 end
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 </row>
5551 </lyxtabular>
5552
5553 \end_inset
5554
5555
5556 \begin_inset ERT
5557 status collapsed
5558
5559 \begin_layout Plain Layout
5560
5561
5562 \backslash
5563 addtocounter{table}{-1}
5564 \end_layout
5565
5566 \end_inset
5567
5568
5569 \begin_inset Note Note
5570 status collapsed
5571
5572 \begin_layout Plain Layout
5573 See the first greyed-out note in section
5574 \begin_inset space ~
5575 \end_inset
5576
5577
5578 \begin_inset CommandInset ref
5579 LatexCommand ref
5580 reference "sub:Longtable-Captions"
5581
5582 \end_inset
5583
5584  for an explanation of this command.
5585 \end_layout
5586
5587 \end_inset
5588
5589
5590 \end_layout
5591
5592 \begin_layout Subsection
5593 Footnotes in Longtables
5594 \begin_inset CommandInset label
5595 LatexCommand label
5596 name "sub:Footnotes-in-Longtables"
5597
5598 \end_inset
5599
5600
5601 \begin_inset Index idx
5602 status collapsed
5603
5604 \begin_layout Plain Layout
5605 Longtables ! Footnotes
5606 \end_layout
5607
5608 \end_inset
5609
5610
5611 \end_layout
5612
5613 \begin_layout Standard
5614 Footnotes can be inserted to every longtable cell.
5615  They appear at the bottom of the page where the table cell with the footnote
5616  appears.
5617  Table
5618 \begin_inset space ~
5619 \end_inset
5620
5621
5622 \begin_inset CommandInset ref
5623 LatexCommand ref
5624 reference "tab:DiffCaptions"
5625
5626 \end_inset
5627
5628  has for example a footnote.
5629 \end_layout
5630
5631 \begin_layout Subsection
5632 Longtable Alignment
5633 \begin_inset Index idx
5634 status collapsed
5635
5636 \begin_layout Plain Layout
5637 Longtables ! Alignment
5638 \end_layout
5639
5640 \end_inset
5641
5642
5643 \end_layout
5644
5645 \begin_layout Standard
5646 The horizontal alignment of longtables can be set in the table settings
5647  dialog.
5648  For left- and right-alignment the table will be directly at the page border.
5649  To add space between the table and the border one has to set the alignment
5650  to center and change the value of the LaTeX-lengths 
5651 \series bold
5652
5653 \backslash
5654 LTleft 
5655 \series default
5656 or 
5657 \series bold
5658
5659 \backslash
5660 LTright
5661 \series default
5662  by inserting this line as TeX-Code before the longtable:
5663 \end_layout
5664
5665 \begin_layout Standard
5666
5667 \series bold
5668
5669 \backslash
5670 setlength{
5671 \backslash
5672 LTleft}{value}
5673 \end_layout
5674
5675 \begin_layout Standard
5676 The value can have any of the units listed in Table
5677 \begin_inset space ~
5678 \end_inset
5679
5680
5681 \begin_inset CommandInset ref
5682 LatexCommand ref
5683 reference "tab:Units"
5684
5685 \end_inset
5686
5687 .
5688  
5689 \series bold
5690
5691 \backslash
5692 LTleft
5693 \series default
5694  controls the horizontal distance from the left page border to the longtable,
5695  
5696 \series bold
5697
5698 \backslash
5699 LTright
5700 \series default
5701  the distance from the right side.
5702  The default value for both lengths is 
5703 \series bold
5704
5705 \backslash
5706 fill
5707 \series default
5708 , which is in this case the same as an horizontal fill in LyX.
5709 \end_layout
5710
5711 \begin_layout Standard
5712 The following longtable was centered and 
5713 \series bold
5714
5715 \backslash
5716 LTleft
5717 \series default
5718  set to 
5719 \family sans
5720 0.1
5721 \backslash
5722 columnwidth
5723 \family default
5724 :
5725 \begin_inset ERT
5726 status collapsed
5727
5728 \begin_layout Plain Layout
5729
5730
5731 \backslash
5732 setlength{
5733 \backslash
5734 LTleft}{0.1
5735 \backslash
5736 columnwidth}
5737 \end_layout
5738
5739 \end_inset
5740
5741
5742 \end_layout
5743
5744 \begin_layout Standard
5745 \begin_inset Tabular
5746 <lyxtabular version="3" rows="5" columns="5">
5747 <features rotate="0" islongtable="true" longtabularalignment="center">
5748 <column alignment="center" valignment="top">
5749 <column alignment="center" valignment="top" width="0pt">
5750 <column alignment="center" valignment="top">
5751 <column alignment="center" valignment="top">
5752 <column alignment="center" valignment="top">
5753 <row>
5754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 1
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 2
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 3
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 4
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 5
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 </row>
5800 <row>
5801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 asd
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 s
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823 s
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" rightline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 asd
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 </row>
5847 <row>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 asd
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 s
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 s
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 s
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
5894 <row>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 asd
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 s
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 s
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 s
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 asd
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 </row>
5941 <row>
5942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 asd
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 asd
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 asd
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 asd
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 asd
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 </row>
5988 </lyxtabular>
5989
5990 \end_inset
5991
5992
5993 \begin_inset ERT
5994 status collapsed
5995
5996 \begin_layout Plain Layout
5997
5998
5999 \backslash
6000 setlength{
6001 \backslash
6002 LTleft}{
6003 \backslash
6004 fill}
6005 \end_layout
6006
6007 \end_inset
6008
6009
6010 \begin_inset ERT
6011 status collapsed
6012
6013 \begin_layout Plain Layout
6014
6015
6016 \backslash
6017 addtocounter{table}{-1}
6018 \end_layout
6019
6020 \end_inset
6021
6022
6023 \begin_inset Note Note
6024 status collapsed
6025
6026 \begin_layout Plain Layout
6027 See the first greyed-out note in section
6028 \begin_inset space ~
6029 \end_inset
6030
6031
6032 \begin_inset CommandInset ref
6033 LatexCommand ref
6034 reference "sub:Longtable-Captions"
6035
6036 \end_inset
6037
6038  for an explanation of this command.
6039 \end_layout
6040
6041 \end_inset
6042
6043
6044 \end_layout
6045
6046 \begin_layout Subsection
6047 Longtable Captions
6048 \begin_inset Index idx
6049 status collapsed
6050
6051 \begin_layout Plain Layout
6052 Longtables ! Captions
6053 \end_layout
6054
6055 \end_inset
6056
6057
6058 \begin_inset CommandInset label
6059 LatexCommand label
6060 name "sub:Longtable-Captions"
6061
6062 \end_inset
6063
6064
6065 \end_layout
6066
6067 \begin_layout Standard
6068 A longtable cannot be put into a table float because floats can only be
6069  on one page.
6070  But the caption environment of floats can also be used for longtables when
6071  you use the longtable option 
6072 \family sans
6073 Caption
6074 \family default
6075  as described in sec.
6076 \begin_inset space \thinspace{}
6077 \end_inset
6078
6079
6080 \begin_inset CommandInset ref
6081 LatexCommand ref
6082 reference "sec:Longtables"
6083
6084 \end_inset
6085
6086 .
6087  Only one table row should contain a caption, either a header or a footer
6088  row.
6089 \end_layout
6090
6091 \begin_layout Standard
6092 Here is a short longtable to see how it works:
6093 \end_layout
6094
6095 \begin_layout Standard
6096 \begin_inset Tabular
6097 <lyxtabular version="3" rows="6" columns="5">
6098 <features rotate="0" islongtable="true" longtabularalignment="center">
6099 <column alignment="center" valignment="top">
6100 <column alignment="center" valignment="top">
6101 <column alignment="center" valignment="top">
6102 <column alignment="center" valignment="top">
6103 <column alignment="center" valignment="top">
6104 <row endfirsthead="true" caption="true">
6105 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 \begin_inset Caption Standard
6110
6111 \begin_layout Plain Layout
6112 Longtable with caption
6113 \begin_inset Argument 1
6114 status open
6115
6116 \begin_layout Plain Layout
6117 Longtable
6118 \end_layout
6119
6120 \end_inset
6121
6122
6123 \end_layout
6124
6125 \end_inset
6126
6127
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 </row>
6169 <row>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 1
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 2
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 3
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 4
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 5
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 </row>
6216 <row>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 asd
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 s
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 s
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" rightline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 asd
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 </row>
6263 <row>
6264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 asd
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 s
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 s
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 s
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6310 <row>
6311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 asd
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 s
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 s
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 s
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 asd
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 </row>
6357 <row>
6358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362 asd
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 asd
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 asd
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 asd
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 asd
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 </row>
6404 </lyxtabular>
6405
6406 \end_inset
6407
6408
6409 \end_layout
6410
6411 \begin_layout Standard
6412 \begin_inset VSpace medskip
6413 \end_inset
6414
6415
6416 \begin_inset Note Greyedout
6417 status open
6418
6419 \begin_layout Plain Layout
6420
6421 \series bold
6422 Note
6423 \begin_inset space ~
6424 \end_inset
6425
6426 1:
6427 \series default
6428  The table number is increased for every longtable, even if you did not
6429  set a caption for it.
6430  For this reason you could have the case that e.
6431 \begin_inset space \thinspace{}
6432 \end_inset
6433
6434 g.
6435 \begin_inset space \space{}
6436 \end_inset
6437
6438 Table
6439 \begin_inset space ~
6440 \end_inset
6441
6442 2.4 follows Table
6443 \begin_inset space ~
6444 \end_inset
6445
6446 2.1 in the list of tables if there are two longtables without captions.
6447  To avoid this you can add the following command in TeX-Code after every
6448  longtable without a caption:
6449 \end_layout
6450
6451 \begin_layout Plain Layout
6452
6453 \series bold
6454
6455 \backslash
6456 addtocounter{table}{-1}
6457 \end_layout
6458
6459 \begin_layout Plain Layout
6460 This is not needed when none of your longtables has a caption and you add
6461  the following code to the document preamble:
6462 \end_layout
6463
6464 \begin_layout Plain Layout
6465
6466 \series bold
6467
6468 \backslash
6469 let
6470 \backslash
6471 myEnd
6472 \backslash
6473 endlongtable
6474 \begin_inset Newline newline
6475 \end_inset
6476
6477
6478 \backslash
6479 renewcommand{
6480 \backslash
6481 endlongtable}{
6482 \backslash
6483 myEnd
6484 \backslash
6485 addtocounter{table}{-1}}
6486 \end_layout
6487
6488 \end_inset
6489
6490
6491 \end_layout
6492
6493 \begin_layout Standard
6494 \begin_inset Note Greyedout
6495 status open
6496
6497 \begin_layout Plain Layout
6498
6499 \series bold
6500 Note
6501 \begin_inset space ~
6502 \end_inset
6503
6504 2:
6505 \series default
6506  If you are using
6507 \series bold
6508  hyperref
6509 \series default
6510
6511 \begin_inset Index idx
6512 status collapsed
6513
6514 \begin_layout Plain Layout
6515 LaTeX-packages ! hyperref
6516 \end_layout
6517
6518 \end_inset
6519
6520  in the 
6521 \family sans
6522 PDF Properties
6523 \family default
6524  of the 
6525 \family sans
6526 Document Settings
6527 \family default
6528  dialog to link cross-references, the link to a longtable caption will always
6529  point to the beginning of the document.
6530 \end_layout
6531
6532 \end_inset
6533
6534
6535 \end_layout
6536
6537 \begin_layout Subsubsection
6538 References to Longtables
6539 \begin_inset Index idx
6540 status collapsed
6541
6542 \begin_layout Plain Layout
6543 Longtables ! References
6544 \end_layout
6545
6546 \end_inset
6547
6548
6549 \end_layout
6550
6551 \begin_layout Standard
6552 \begin_inset Tabular
6553 <lyxtabular version="3" rows="6" columns="5">
6554 <features rotate="0" islongtable="true" longtabularalignment="center">
6555 <column alignment="center" valignment="top">
6556 <column alignment="center" valignment="top">
6557 <column alignment="center" valignment="top">
6558 <column alignment="center" valignment="top">
6559 <column alignment="center" valignment="top">
6560 <row endfirsthead="true" caption="true">
6561 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565 \begin_inset Caption Standard
6566
6567 \begin_layout Plain Layout
6568 Referenced longtable
6569 \begin_inset CommandInset label
6570 LatexCommand label
6571 name "tab:RefExample"
6572
6573 \end_inset
6574
6575
6576 \end_layout
6577
6578 \end_inset
6579
6580
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 </row>
6622 <row>
6623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 1
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 2
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 3
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 4
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663 5
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 </row>
6669 <row>
6670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 asd
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 s
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 s
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 s
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 asd
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 </row>
6716 <row>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 asd
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 s
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 s
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 s
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 asd
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 </row>
6763 <row>
6764 <cell alignment="center" valignment="top" topline="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" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 s
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 s
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 s
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 asd
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 </row>
6810 <row>
6811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815 asd
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 sad
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 asd
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 asd
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 asd
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 </row>
6857 </lyxtabular>
6858
6859 \end_inset
6860
6861
6862 \end_layout
6863
6864 \begin_layout Standard
6865 To reference a longtable, insert a label into the caption.
6866 \end_layout
6867
6868 \begin_layout Standard
6869 This is a reference to Table
6870 \begin_inset space ~
6871 \end_inset
6872
6873
6874 \begin_inset CommandInset ref
6875 LatexCommand ref
6876 reference "tab:RefExample"
6877
6878 \end_inset
6879
6880 .
6881 \end_layout
6882
6883 \begin_layout Standard
6884 The caption layout can be set together with all other captions of your document
6885  using the LaTeX-package 
6886 \series bold
6887 caption
6888 \series default
6889
6890 \begin_inset Index idx
6891 status collapsed
6892
6893 \begin_layout Plain Layout
6894 LaTeX-packages ! caption
6895 \end_layout
6896
6897 \end_inset
6898
6899 , see section
6900 \begin_inset space ~
6901 \end_inset
6902
6903
6904 \begin_inset CommandInset ref
6905 LatexCommand ref
6906 reference "sec:Caption-Formatting"
6907
6908 \end_inset
6909
6910 .
6911 \end_layout
6912
6913 \begin_layout Subsubsection
6914 Caption Width
6915 \begin_inset Index idx
6916 status collapsed
6917
6918 \begin_layout Plain Layout
6919 Longtables ! Caption Width
6920 \end_layout
6921
6922 \end_inset
6923
6924
6925 \end_layout
6926
6927 \begin_layout Standard
6928 The maximal width of caption lines is defined by the length 
6929 \series bold
6930
6931 \backslash
6932 LTcapwidth
6933 \series default
6934 .
6935  Its default value is 4
6936 \begin_inset space \thinspace{}
6937 \end_inset
6938
6939 in.
6940  To change it add the following command to your document preamble or as
6941  TeX-Code into your document before the longtable that should be affected
6942 \end_layout
6943
6944 \begin_layout Standard
6945
6946 \series bold
6947
6948 \backslash
6949 setlength{
6950 \backslash
6951 LTcapwidth}{width}
6952 \end_layout
6953
6954 \begin_layout Standard
6955 where the width could have one of the units listed in appendix
6956 \begin_inset space ~
6957 \end_inset
6958
6959
6960 \begin_inset CommandInset ref
6961 LatexCommand ref
6962 reference "cha:Units-available-in"
6963
6964 \end_inset
6965
6966 .
6967 \end_layout
6968
6969 \begin_layout Standard
6970 The following tables show the difference:
6971 \end_layout
6972
6973 \begin_layout Standard
6974 \begin_inset Tabular
6975 <lyxtabular version="3" rows="6" columns="5">
6976 <features rotate="0" islongtable="true" longtabularalignment="center">
6977 <column alignment="center" valignment="top">
6978 <column alignment="center" valignment="top">
6979 <column alignment="center" valignment="top">
6980 <column alignment="center" valignment="top">
6981 <column alignment="center" valignment="top">
6982 <row endfirsthead="true" caption="true">
6983 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6984 \begin_inset Text
6985
6986 \begin_layout Plain Layout
6987 \begin_inset Caption Standard
6988
6989 \begin_layout Plain Layout
6990 long full title with default width long full title with default width long
6991  full title with default width
6992 \begin_inset Argument 1
6993 status collapsed
6994
6995 \begin_layout Plain Layout
6996 caption with default width
6997 \end_layout
6998
6999 \end_inset
7000
7001
7002 \end_layout
7003
7004 \end_inset
7005
7006
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 </row>
7048 <row>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 1
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 2
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 3
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 4
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 5
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 </row>
7095 <row>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 asd
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 s
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 s
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 s
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 asd
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 </row>
7142 <row>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 asd
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 s
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 s
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 s
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 asd
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 </row>
7189 <row>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 asd
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 s
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 s
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 s
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 asd
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 </row>
7236 <row>
7237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 asd
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 sad
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 asd
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 asd
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 asd
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 </row>
7283 </lyxtabular>
7284
7285 \end_inset
7286
7287
7288 \end_layout
7289
7290 \begin_layout Standard
7291 \begin_inset ERT
7292 status collapsed
7293
7294 \begin_layout Plain Layout
7295
7296
7297 \backslash
7298 setlength{
7299 \backslash
7300 LTcapwidth}{5cm}
7301 \end_layout
7302
7303 \end_inset
7304
7305
7306 \begin_inset Tabular
7307 <lyxtabular version="3" rows="6" columns="5">
7308 <features rotate="0" islongtable="true" longtabularalignment="center">
7309 <column alignment="center" valignment="top">
7310 <column alignment="center" valignment="top">
7311 <column alignment="center" valignment="top">
7312 <column alignment="center" valignment="top">
7313 <column alignment="center" valignment="top">
7314 <row endfirsthead="true" caption="true">
7315 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319 \begin_inset Caption Standard
7320
7321 \begin_layout Plain Layout
7322 long full title with width set to 5
7323 \begin_inset space \thinspace{}
7324 \end_inset
7325
7326 cm long full title with width set to 5
7327 \begin_inset space \thinspace{}
7328 \end_inset
7329
7330 cm long full title with width set to 5
7331 \begin_inset space \thinspace{}
7332 \end_inset
7333
7334 cm
7335 \begin_inset Argument 1
7336 status collapsed
7337
7338 \begin_layout Plain Layout
7339 caption with width
7340 \begin_inset space \thinspace{}
7341 \end_inset
7342
7343 =
7344 \begin_inset space \thinspace{}
7345 \end_inset
7346
7347 5
7348 \begin_inset space \thinspace{}
7349 \end_inset
7350
7351 cm
7352 \end_layout
7353
7354 \end_inset
7355
7356
7357 \end_layout
7358
7359 \end_inset
7360
7361
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 </row>
7403 <row>
7404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Plain Layout
7408 1
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Plain Layout
7417 2
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426 3
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 4
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444 5
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 </row>
7450 <row>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 asd
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 s
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 s
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 s
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 asd
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 </row>
7497 <row>
7498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 asd
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 s
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 s
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 s
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 asd
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 </row>
7544 <row>
7545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 asd
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 s
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 s
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 s
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 asd
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 </row>
7591 <row>
7592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 asd
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605 sad
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 asd
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 asd
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 asd
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 </row>
7638 </lyxtabular>
7639
7640 \end_inset
7641
7642
7643 \end_layout
7644
7645 \begin_layout Standard
7646 \begin_inset ERT
7647 status collapsed
7648
7649 \begin_layout Plain Layout
7650
7651
7652 \backslash
7653 setlength{
7654 \backslash
7655 LTcapwidth}{4in}
7656 \end_layout
7657
7658 \end_inset
7659
7660
7661 \end_layout
7662
7663 \begin_layout Standard
7664 \begin_inset Note Greyedout
7665 status open
7666
7667 \begin_layout Plain Layout
7668
7669 \series bold
7670 Note:
7671 \series default
7672  When the LaTeX-package 
7673 \series bold
7674 caption
7675 \series default
7676
7677 \begin_inset Index idx
7678 status collapsed
7679
7680 \begin_layout Plain Layout
7681 LaTeX-packages ! caption
7682 \end_layout
7683
7684 \end_inset
7685
7686  is used, as in this document, the full page width is used for the caption
7687  when you use the default value of 4
7688 \begin_inset space \thinspace{}
7689 \end_inset
7690
7691 in for 
7692 \series bold
7693
7694 \backslash
7695 LTcapwidth
7696 \series default
7697 .
7698  To get in this case exactly a 4
7699 \begin_inset space \thinspace{}
7700 \end_inset
7701
7702 in wide caption, you can either use a value slightly different from 4.0
7703 \begin_inset space \thinspace{}
7704 \end_inset
7705
7706 in, e.
7707 \begin_inset space \thinspace{}
7708 \end_inset
7709
7710 g.
7711 \begin_inset space \space{}
7712 \end_inset
7713
7714 3.99
7715 \begin_inset space \thinspace{}
7716 \end_inset
7717
7718 in, or the LaTeX-command 
7719 \series bold
7720
7721 \backslash
7722 captionsetup{width=value}
7723 \series default
7724  that is provided by the 
7725 \series bold
7726 caption
7727 \series default
7728 -package.
7729 \end_layout
7730
7731 \end_inset
7732
7733
7734 \end_layout
7735
7736 \begin_layout Subsubsection
7737 Different Captions for Table Pages
7738 \begin_inset Index idx
7739 status collapsed
7740
7741 \begin_layout Plain Layout
7742 Longtables ! Different Captions for Pages
7743 \end_layout
7744
7745 \end_inset
7746
7747
7748 \end_layout
7749
7750 \begin_layout Standard
7751 When the table captions for the following pages should differ from the one
7752  of the first table page, mark a empty row as header which contains a caption.
7753  Then right-click on the caption and select in the context menu 
7754 \family sans
7755 Caption
7756 \begin_inset space ~
7757 \end_inset
7758
7759 (LongTableNoNumber)
7760 \family default
7761 .
7762  Table
7763 \begin_inset space ~
7764 \end_inset
7765
7766
7767 \begin_inset CommandInset ref
7768 LatexCommand ref
7769 reference "tab:DiffCaptions"
7770
7771 \end_inset
7772
7773  is an example of a longtable with different heading where the second caption
7774  does not include the table number.
7775 \end_layout
7776
7777 \begin_layout Standard
7778 \align center
7779 \begin_inset Tabular
7780 <lyxtabular version="3" rows="59" columns="3">
7781 <features rotate="0" islongtable="true" longtabularalignment="center">
7782 <column alignment="left" valignment="top" width="0cm">
7783 <column alignment="left" valignment="top" width="0pt">
7784 <column alignment="center" valignment="top" width="0pt">
7785 <row endfirsthead="true" caption="true">
7786 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790 \begin_inset Caption Standard
7791
7792 \begin_layout Plain Layout
7793 Example Phone List
7794 \begin_inset CommandInset label
7795 LatexCommand label
7796 name "tab:DiffCaptions"
7797
7798 \end_inset
7799
7800
7801 \begin_inset Argument 1
7802 status collapsed
7803
7804 \begin_layout Plain Layout
7805 Example Phone List
7806 \end_layout
7807
7808 \end_inset
7809
7810
7811 \end_layout
7812
7813 \end_inset
7814
7815
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 </row>
7839 <row endfirsthead="true">
7840 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844
7845 \series bold
7846 Example Phone List (ignore the names)
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 </row>
7870 <row endfirsthead="true">
7871 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875
7876 \series bold
7877 NAME
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895
7896 \series bold
7897 TEL.
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 </row>
7903 <row endhead="true" caption="true">
7904 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908 \begin_inset Caption LongTableNoNumber
7909
7910 \begin_layout Plain Layout
7911 Continued Example Phone List
7912 \end_layout
7913
7914 \end_inset
7915
7916
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row endhead="true">
7941 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \series bold
7947 Example Phone List
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row endhead="true">
7972 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \series bold
7978 NAME
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996
7997 \series bold
7998 TEL.
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 </row>
8004 <row endfoot="true">
8005 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 continued on next page
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 <row>
8034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \series bold
8040 Annovi
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 Silvia
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 111
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 </row>
8064 <row>
8065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069
8070 \series bold
8071 Bertoli
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 Stefano
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 111
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 </row>
8095 <row>
8096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100
8101 \series bold
8102 Bozzi
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 Walter
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 111
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 </row>
8126 <row>
8127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131
8132 \series bold
8133 Cachia
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 Maria
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 111
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 </row>
8157 <row>
8158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162
8163 \series bold
8164 Cachia
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 Maurizio
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 111
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 </row>
8188 <row>
8189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193
8194 \series bold
8195 Cinquemani
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 Giusi
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 111
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 </row>
8219 <row>
8220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224
8225 \series bold
8226 Colin
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 Bernard
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 111
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 </row>
8250 <row>
8251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255
8256 \series bold
8257 Concli
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 Gianfranco
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 111
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 </row>
8281 <row>
8282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286
8287 \series bold
8288 Dal Bosco
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 Carolina
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 111
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 </row>
8312 <row>
8313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317
8318 \series bold
8319 Dalpiaz
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328 Annamaria
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 111
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 <row>
8344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348
8349 \series bold
8350 Feliciello
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 Domenico
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 111
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 </row>
8374 <row>
8375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379
8380 \series bold
8381 Focarelli
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390 Paola
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 111
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 </row>
8405 <row>
8406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410
8411 \series bold
8412 Galletti
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 Oreste
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430 111
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 </row>
8436 <row>
8437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441
8442 \series bold
8443 Gasparini
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 Franca
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 111
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 </row>
8467 <row>
8468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472
8473 \series bold
8474 Rizzardi
8475 \series default
8476
8477 \begin_inset Foot
8478 status open
8479
8480 \begin_layout Plain Layout
8481 Example footnote
8482 \end_layout
8483
8484 \end_inset
8485
8486
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Paola
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 111
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 Lassini
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 Giancarlo
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 111
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \series bold
8548 Malfatti
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 Luciano
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 111
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577
8578 \series bold
8579 Malfatti
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 Valeriano
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 111
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 </row>
8603 <row>
8604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608
8609 \series bold
8610 Meneguzzo
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619 Roberto
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 111
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 </row>
8634 <row>
8635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639
8640 \series bold
8641 Mezzadra
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 Roberto
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 111
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 </row>
8665 <row>
8666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670
8671 \series bold
8672 Pirpamer
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 Erich
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 111
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 </row>
8696 <row>
8697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701
8702 \series bold
8703 Pochiesa
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 Paolo
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 111, 222
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 </row>
8727 <row>
8728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732
8733 \series bold
8734 Radina
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 Claudio
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 111
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 <row>
8759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763
8764 \series bold
8765 Stuffer
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 Oskar
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 111
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 <row>
8790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794
8795 \series bold
8796 Tacchelli
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 Ugo
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 111
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 </row>
8820 <row>
8821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825
8826 \series bold
8827 Tezzele
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 Margit
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 111
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 </row>
8851 <row>
8852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856
8857 \series bold
8858 Unterkalmsteiner
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867 Frieda
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 111
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 </row>
8882 <row>
8883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887
8888 \series bold
8889 Vieider
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 Hilde
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 111
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 </row>
8913 <row>
8914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918
8919 \series bold
8920 Vigna
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 Jürgen
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 111
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 </row>
8944 <row>
8945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949
8950 \series bold
8951 Weber
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 Maurizio
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969 111
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 </row>
8975 <row>
8976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980
8981 \series bold
8982 Winkler
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 Franz
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 111
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 </row>
9006 <row>
9007 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011  
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Annovi
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Silvia
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 555
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \series bold
9073 Bertoli
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 Stefano
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 555
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \series bold
9104 Bozzi
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 Walter
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 555
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133
9134 \series bold
9135 Cachia
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 Maria
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 555
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \series bold
9166 Cachia
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Maurizio
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 555
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 <row>
9191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195
9196 \series bold
9197 Cinquemani
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 Giusi
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 555
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row>
9222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \series bold
9228 Colin
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 Bernard
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 555
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 </row>
9252 <row>
9253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257
9258 \series bold
9259 Concli
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268 Gianfranco
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 555
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 </row>
9283 <row>
9284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288
9289 \series bold
9290 Dal Bosco
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299 Carolina
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308 555
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 </row>
9314 <row>
9315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319
9320 \series bold
9321 Dalpiaz
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330 Annamaria
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 555
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350
9351 \series bold
9352 Feliciello
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 Domenico
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 555
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 <row>
9377 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381
9382 \series bold
9383 Focarelli
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 Paola
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401 555
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 </row>
9407 <row>
9408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412
9413 \series bold
9414 Galletti
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 Oreste
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 555
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 </row>
9438 <row>
9439 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443
9444 \series bold
9445 Gasparini
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 Franca
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463 555
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 </row>
9469 <row>
9470 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474
9475 \series bold
9476 Rizzardi
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485 Paola
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494 555
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 <row>
9501 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \series bold
9507 Lassini
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516 Giancarlo
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525 555
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 </row>
9531 <row>
9532 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536
9537 \series bold
9538 Malfatti
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547 Luciano
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 555
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 </row>
9562 <row>
9563 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567
9568 \series bold
9569 Malfatti
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578 Valeriano
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587 555
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 </row>
9593 <row>
9594 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9595 \begin_inset Text
9596
9597 \begin_layout Plain Layout
9598
9599 \series bold
9600 Meneguzzo
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Plain Layout
9609 Roberto
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618 555
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 </row>
9624 <row>
9625 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629
9630 \series bold
9631 Mezzadra
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640 Roberto
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Plain Layout
9649 555
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 </row>
9655 </lyxtabular>
9656
9657 \end_inset
9658
9659
9660 \end_layout
9661
9662 \begin_layout Section
9663 Special Longtable Issues
9664 \begin_inset CommandInset label
9665 LatexCommand label
9666 name "sec:Special-Longtable-Issues"
9667
9668 \end_inset
9669
9670
9671 \end_layout
9672
9673 \begin_layout Subsection
9674 Longtable Calculation
9675 \begin_inset Index idx
9676 status collapsed
9677
9678 \begin_layout Plain Layout
9679 Longtables ! Calculation
9680 \end_layout
9681
9682 \end_inset
9683
9684
9685 \end_layout
9686
9687 \begin_layout Standard
9688 LaTeX calculates the height of table pages and their page breaks using so
9689  called chunks.
9690  Chunks are parts of tables that held at the same time in LaTeX's memory.
9691  The default value was historically set to only 20 table rows.
9692  If you are using longtables with many pages this may slow down the creation
9693  of your document.
9694  You can safely increase the chunk size to values of 100-1000 by adding
9695  this command line to your document preamble:
9696 \end_layout
9697
9698 \begin_layout Standard
9699
9700 \series bold
9701
9702 \backslash
9703 setcounter{LTchunksize}{100}
9704 \end_layout
9705
9706 \begin_layout Subsection
9707 Floats and Longtables
9708 \begin_inset Index idx
9709 status collapsed
9710
9711 \begin_layout Plain Layout
9712 Longtables ! Floats
9713 \end_layout
9714
9715 \end_inset
9716
9717
9718 \end_layout
9719
9720 \begin_layout Standard
9721 There might be problems when a float appears on the same page where a longtable
9722  starts.
9723  To avoid such a situation, insert a 
9724 \begin_inset Quotes eld
9725 \end_inset
9726
9727 clear page
9728 \begin_inset Quotes erd
9729 \end_inset
9730
9731  (menu 
9732 \family sans
9733 Insert\SpecialChar \menuseparator
9734 Formatting\SpecialChar \menuseparator
9735 Clear
9736 \begin_inset space ~
9737 \end_inset
9738
9739 Page
9740 \family default
9741 ) before your longtable.
9742 \end_layout
9743
9744 \begin_layout Subsection
9745 Forced Page Breaks
9746 \begin_inset Index idx
9747 status collapsed
9748
9749 \begin_layout Plain Layout
9750 Longtables ! Forced Page Breaks
9751 \end_layout
9752
9753 \end_inset
9754
9755
9756 \end_layout
9757
9758 \begin_layout Standard
9759 By default tables are only broken between rows.
9760  If you have a cell with multiples lines and want to have a page break within
9761  the cell, insert the new line command 
9762 \begin_inset Quotes eld
9763 \end_inset
9764
9765
9766 \series bold
9767
9768 \backslash
9769
9770 \backslash
9771
9772 \series default
9773
9774 \begin_inset Quotes erd
9775 \end_inset
9776
9777  as TeX-Code at the point of the cell where it can be broken.
9778  Before the 
9779 \series bold
9780
9781 \backslash
9782
9783 \backslash
9784
9785 \series default
9786  command you have to insert in TeX-Code as many 
9787 \begin_inset Quotes eld
9788 \end_inset
9789
9790
9791 \series bold
9792 &
9793 \series default
9794
9795 \begin_inset Quotes erd
9796 \end_inset
9797
9798  characters as the number of the following table columns.
9799  The 
9800 \series bold
9801 &
9802 \series default
9803  is the character to separate table cells.
9804  Write in TeX-Code after each 
9805 \series bold
9806 &
9807 \series default
9808  the content of the corresponding following cell and delete the content
9809  of these cells.
9810 \begin_inset Newline newline
9811 \end_inset
9812
9813 After the 
9814 \series bold
9815
9816 \backslash
9817
9818 \backslash
9819
9820 \series default
9821  command, insert as many 
9822 \series bold
9823 &
9824 \series default
9825  characters as the number of table columns before the current column.
9826  In Table
9827 \begin_inset space ~
9828 \end_inset
9829
9830
9831 \begin_inset CommandInset ref
9832 LatexCommand ref
9833 reference "tab:ForcedPagebreak"
9834
9835 \end_inset
9836
9837  the cell that should be broken is in the second column followed by another
9838  column.
9839  Therefore the following command was inserted in the cell as TeX-Code after
9840  
9841 \begin_inset Quotes eld
9842 \end_inset
9843
9844
9845 \emph on
9846 Castelchiodato,
9847 \emph default
9848
9849 \begin_inset Quotes erd
9850 \end_inset
9851
9852 :
9853 \end_layout
9854
9855 \begin_layout Standard
9856
9857 \series bold
9858 & 111
9859 \backslash
9860
9861 \backslash
9862  
9863 \backslash
9864 newpage
9865 \begin_inset Newline newline
9866 \end_inset
9867
9868 &
9869 \end_layout
9870
9871 \begin_layout Standard
9872 The 
9873 \begin_inset Quotes eld
9874 \end_inset
9875
9876 111
9877 \begin_inset Quotes erd
9878 \end_inset
9879
9880  in the third column of the row was deleted.
9881  
9882 \series bold
9883
9884 \backslash
9885 newpage
9886 \series default
9887  is only needed when a page break should definitely occur at this position,
9888  otherwise it would be a conditional break.
9889  If your footer row of the longtable has for a certain reason no upper line
9890  but you would have a horizontal line where the cell is broken, use this
9891  command instead:
9892 \end_layout
9893
9894 \begin_layout Standard
9895
9896 \series bold
9897 & 111
9898 \backslash
9899
9900 \backslash
9901
9902 \begin_inset Newline newline
9903 \end_inset
9904
9905
9906 \backslash
9907 hline &
9908 \end_layout
9909
9910 \begin_layout Standard
9911 When the cell to be broken is in the last column, the command
9912 \end_layout
9913
9914 \begin_layout Standard
9915
9916 \series bold
9917
9918 \backslash
9919 setlength{
9920 \backslash
9921 parfillskip}{0pt}
9922 \end_layout
9923
9924 \begin_layout Standard
9925 must be inserted as TeX-Code at the beginning of the cell.
9926  This ensures that the part of the cell that will be displayed on the new
9927  page appears with the full width.
9928 \end_layout
9929
9930 \begin_layout Standard
9931 \align center
9932 \begin_inset Tabular
9933 <lyxtabular version="3" rows="38" columns="3">
9934 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9935 <column alignment="left" valignment="top" width="0cm">
9936 <column alignment="left" valignment="top" width="3cm">
9937 <column alignment="center" valignment="top" width="0pt">
9938 <row endfirsthead="true" caption="true">
9939 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943 \begin_inset Caption Standard
9944
9945 \begin_layout Plain Layout
9946 Table with forced page break in table cell
9947 \begin_inset CommandInset label
9948 LatexCommand label
9949 name "tab:ForcedPagebreak"
9950
9951 \end_inset
9952
9953
9954 \begin_inset Argument 1
9955 status collapsed
9956
9957 \begin_layout Plain Layout
9958 Table with forced page break in table cell
9959 \end_layout
9960
9961 \end_inset
9962
9963
9964 \end_layout
9965
9966 \end_inset
9967
9968
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 </row>
9992 <row endfirsthead="true">
9993 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997
9998 \series bold
9999 Example Phone List (ignore the names)
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 </row>
10023 <row endfirsthead="true">
10024 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028
10029 \series bold
10030 NAME
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048
10049 \series bold
10050 TEL.
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 </row>
10056 <row endhead="true">
10057 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061 \begin_inset ERT
10062 status collapsed
10063
10064 \begin_layout Plain Layout
10065
10066
10067 \backslash
10068 caption*{Continued Example Phone List}
10069 \backslash
10070
10071 \backslash
10072 %
10073 \end_layout
10074
10075 \end_inset
10076
10077
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 </row>
10101 <row endhead="true">
10102 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106
10107 \series bold
10108 Example Phone List
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 </row>
10132 <row endhead="true">
10133 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137
10138 \series bold
10139 NAME
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157
10158 \series bold
10159 TEL.
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 </row>
10165 <row endfoot="true">
10166 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170 continued on next page
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 </row>
10194 <row>
10195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199
10200 \series bold
10201 Annovi
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 Silvia
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219 111
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 </row>
10225 <row>
10226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230
10231 \series bold
10232 Bertoli
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241 Stefano
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 111
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 </row>
10256 <row>
10257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261
10262 \series bold
10263 Bozzi
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272 Walter
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 111
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 </row>
10287 <row>
10288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292
10293 \series bold
10294 Cachia
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 Maria
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 111
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 </row>
10318 <row>
10319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323
10324 \series bold
10325 Cachia
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 Maurizio
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 111
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 </row>
10349 <row>
10350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354
10355 \series bold
10356 Cinquemani
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 Giusi
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 111
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 </row>
10380 <row>
10381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385
10386 \series bold
10387 Colin
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 Bernard
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 111
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 </row>
10411 <row>
10412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416
10417 \series bold
10418 Concli
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 Gianfranco
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 111
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 </row>
10442 <row>
10443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447
10448 \series bold
10449 Dal Bosco
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 Carolina
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 111
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 </row>
10473 <row>
10474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478
10479 \series bold
10480 Dalpiaz
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 Annamaria
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 111
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 </row>
10504 <row>
10505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509
10510 \series bold
10511 Feliciello
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520 Domenico
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 111
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 </row>
10535 <row>
10536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540
10541 \series bold
10542 Focarelli
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551 Paola
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560 111
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 </row>
10566 <row>
10567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571
10572 \series bold
10573 Galletti
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 Oreste
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 111
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 </row>
10597 <row>
10598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602
10603 \series bold
10604 Gasparini
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10610 \begin_inset Text
10611
10612 \begin_layout Plain Layout
10613 Franca
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 111
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 </row>
10628 <row>
10629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633
10634 \series bold
10635 Lassini
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644 Giancarlo
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 111
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 </row>
10659 <row>
10660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664
10665 \series bold
10666 Malfatti
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675 Luciano
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 111
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 </row>
10690 <row>
10691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695
10696 \series bold
10697 Malfatti
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 Valeriano
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 111
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 </row>
10721 <row>
10722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726
10727 \series bold
10728 Meneguzzo
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737 Roberto
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 111
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 </row>
10752 <row>
10753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757
10758 \series bold
10759 Mezzadra
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768 Roberto
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777 111
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 </row>
10783 <row>
10784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788
10789 \series bold
10790 Pirpamer
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799 Erich
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 111
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 </row>
10814 <row>
10815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819
10820 \series bold
10821 Pochiesa
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830 Paolo
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 111, 222
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 </row>
10845 <row>
10846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10847 \begin_inset Text
10848
10849 \begin_layout Plain Layout
10850
10851 \series bold
10852 Radina
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861 Claudio
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870 111
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 </row>
10876 <row>
10877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10878 \begin_inset Text
10879
10880 \begin_layout Plain Layout
10881
10882 \series bold
10883 Rizzardi
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 Paolo, 11.
10893  Fürst von Montecompatri, 11.
10894  Fürst von Sulmona und Vivaro, 10.
10895  Fürst von Rossano, 5.
10896  Herzog von Canemorte, 11.
10897  Herzog von Palombara, 5.
10898  Herzog von Castelchiodato,
10899 \begin_inset ERT
10900 status open
10901
10902 \begin_layout Plain Layout
10903
10904 & 111
10905 \backslash
10906
10907 \backslash
10908  
10909 \backslash
10910 newpage
10911 \end_layout
10912
10913 \begin_layout Plain Layout
10914
10915 &
10916 \end_layout
10917
10918 \end_inset
10919
10920  11.
10921  Herzog von Poggionativo, 11.
10922  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10923  Graf von Valinfreda, 11.
10924  Baron von Cropalati, 11.
10925  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 </row>
10940 <row>
10941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945
10946 \series bold
10947 Stuffer
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10953 \begin_inset Text
10954
10955 \begin_layout Plain Layout
10956 Oskar
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965 111
10966 \end_layout
10967
10968 \end_inset
10969 </cell>
10970 </row>
10971 <row>
10972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976
10977 \series bold
10978 Tacchelli
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987 Ugo
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996 111
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 </row>
11002 <row>
11003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007
11008 \series bold
11009 Tezzele
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 Margit
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 111
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 </row>
11033 <row>
11034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038
11039 \series bold
11040 Unterkalmsteiner
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11046 \begin_inset Text
11047
11048 \begin_layout Plain Layout
11049 Frieda
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 111
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 </row>
11064 <row>
11065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069
11070 \series bold
11071 Vieider
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080 Hilde
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089 111
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 </row>
11095 <row>
11096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100
11101 \series bold
11102 Vigna
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 Jürgen
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 111
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 </row>
11126 <row>
11127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131
11132 \series bold
11133 Weber
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 Maurizio
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 111
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 </row>
11157 <row>
11158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162
11163 \series bold
11164 Winkler
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 Franz
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 111
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 </row>
11188 </lyxtabular>
11189
11190 \end_inset
11191
11192
11193 \end_layout
11194
11195 \begin_layout Section
11196 Multiple Lines, Columns and Rows
11197 \end_layout
11198
11199 \begin_layout Subsection
11200 Multiple Lines in Table Cells
11201 \begin_inset CommandInset label
11202 LatexCommand label
11203 name "sub:Multiple-Lines-in"
11204
11205 \end_inset
11206
11207
11208 \begin_inset Index idx
11209 status collapsed
11210
11211 \begin_layout Plain Layout
11212 Multiple Lines in Table Cells
11213 \end_layout
11214
11215 \end_inset
11216
11217
11218 \begin_inset Index idx
11219 status collapsed
11220
11221 \begin_layout Plain Layout
11222 Table ! Linebreaks
11223 \end_layout
11224
11225 \end_inset
11226
11227
11228 \end_layout
11229
11230 \begin_layout Standard
11231 \noindent
11232 \begin_inset Float table
11233 placement H
11234 wide false
11235 sideways false
11236 status open
11237
11238 \begin_layout Plain Layout
11239 \begin_inset Caption Standard
11240
11241 \begin_layout Plain Layout
11242 \begin_inset CommandInset label
11243 LatexCommand label
11244 name "tab:Table-with-multiple"
11245
11246 \end_inset
11247
11248 Table with multiple lines in cells
11249 \end_layout
11250
11251 \end_inset
11252
11253
11254 \end_layout
11255
11256 \begin_layout Plain Layout
11257 \align center
11258 \begin_inset Tabular
11259 <lyxtabular version="3" rows="3" columns="3">
11260 <features rotate="0" tabularvalignment="middle">
11261 <column alignment="center" valignment="middle" width="2.5cm">
11262 <column alignment="center" valignment="middle">
11263 <column alignment="center" valignment="middle">
11264 <row>
11265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 multiple
11270 \begin_inset Newline linebreak
11271 \end_inset
11272
11273 lines
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 b
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 c
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 </row>
11297 <row>
11298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 d
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 e
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 f
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 </row>
11326 <row>
11327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 g
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340 h
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 i
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 </row>
11355 </lyxtabular>
11356
11357 \end_inset
11358
11359
11360 \end_layout
11361
11362 \end_inset
11363
11364
11365 \end_layout
11366
11367 \begin_layout Standard
11368 Setting a fixed width for a column enables you to enter text as a paragraph
11369  with multiple lines and hyphenation.
11370 \end_layout
11371
11372 \begin_layout Standard
11373 To produce Table
11374 \begin_inset space ~
11375 \end_inset
11376
11377
11378 \begin_inset CommandInset ref
11379 LatexCommand ref
11380 reference "tab:Table-with-multiple"
11381
11382 \end_inset
11383
11384 , create a 3×3 table, mark the first cell and right-click on it.
11385  In the appearing table dialog we set a cell width of 2.5
11386 \begin_inset space \thinspace{}
11387 \end_inset
11388
11389 cm and choose centered for the vertical and horizontal alignment.
11390  The vertical alignment is used for all cells of the row.
11391  As our text is smaller than 2.5
11392 \begin_inset space \thinspace{}
11393 \end_inset
11394
11395 cm, only one line will appear.
11396  To get two lines, a justified line break (shortcut 
11397 \begin_inset Info
11398 type  "shortcut"
11399 arg   "newline-insert linebreak"
11400 \end_inset
11401
11402 ) was added.
11403  If the text is wider than the set cell width, it will automatically be
11404  broken to several lines.
11405 \end_layout
11406
11407 \begin_layout Standard
11408 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11409  by LaTeX if it is the first entry.
11410  Therefore you need to insert something to prevent the word not being the
11411  first entry.
11412  So add a horizontal space of 0
11413 \begin_inset space \thinspace{}
11414 \end_inset
11415
11416 pt before the word.
11417  As the space is zero, it doesn't change the output.
11418  Table
11419 \begin_inset space ~
11420 \end_inset
11421
11422
11423 \begin_inset CommandInset ref
11424 LatexCommand ref
11425 reference "tab:Table-with-and"
11426
11427 \end_inset
11428
11429  shows the effect.
11430 \end_layout
11431
11432 \begin_layout Standard
11433 \begin_inset Float table
11434 placement h
11435 wide false
11436 sideways false
11437 status open
11438
11439 \begin_layout Plain Layout
11440 \begin_inset Caption Standard
11441
11442 \begin_layout Plain Layout
11443 \begin_inset CommandInset label
11444 LatexCommand label
11445 name "tab:Table-with-and"
11446
11447 \end_inset
11448
11449 Table with and without hyphenation
11450 \end_layout
11451
11452 \end_inset
11453
11454
11455 \end_layout
11456
11457 \begin_layout Plain Layout
11458 \begin_inset space \hfill{}
11459 \end_inset
11460
11461
11462 \begin_inset Tabular
11463 <lyxtabular version="3" rows="3" columns="3">
11464 <features rotate="0" tabularvalignment="middle">
11465 <column alignment="center" valignment="middle" width="2.5cm">
11466 <column alignment="center" valignment="middle">
11467 <column alignment="center" valignment="middle">
11468 <row>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 verylongtablecellword
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 b
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 c
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 </row>
11497 <row>
11498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 d
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 e
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 f
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 </row>
11526 <row>
11527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 g
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 h
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 i
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 </row>
11555 </lyxtabular>
11556
11557 \end_inset
11558
11559
11560 \begin_inset space \hfill{}
11561 \end_inset
11562
11563
11564 \begin_inset Tabular
11565 <lyxtabular version="3" rows="3" columns="3">
11566 <features rotate="0" tabularvalignment="middle">
11567 <column alignment="center" valignment="middle" width="2.5cm">
11568 <column alignment="center" valignment="middle">
11569 <column alignment="center" valignment="middle">
11570 <row>
11571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 \begin_inset space \hspace{}
11576 \length 0pt
11577 \end_inset
11578
11579 verylongtablecellword
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 b
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 c
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 </row>
11603 <row>
11604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 d
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617 e
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626 f
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 </row>
11632 <row>
11633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 g
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 h
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 i
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 </row>
11661 </lyxtabular>
11662
11663 \end_inset
11664
11665
11666 \begin_inset space \hfill{}
11667 \end_inset
11668
11669
11670 \end_layout
11671
11672 \end_inset
11673
11674
11675 \end_layout
11676
11677 \begin_layout Subsection
11678 Multicolumns
11679 \begin_inset CommandInset label
11680 LatexCommand label
11681 name "sub:Multicolumns"
11682
11683 \end_inset
11684
11685
11686 \begin_inset Index idx
11687 status collapsed
11688
11689 \begin_layout Plain Layout
11690 Multicolumns
11691 \end_layout
11692
11693 \end_inset
11694
11695
11696 \begin_inset Index idx
11697 status collapsed
11698
11699 \begin_layout Plain Layout
11700 Table ! Multicolumns
11701 \end_layout
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \begin_layout Subsubsection
11709 Multicolumn Basics
11710 \end_layout
11711
11712 \begin_layout Standard
11713 To merge cells over multiple columns, select as many cells within a row
11714  as you want to merge and use either the table-toolbar button 
11715 \begin_inset Info
11716 type  "icon"
11717 arg   "inset-modify tabular multicolumn"
11718 \end_inset
11719
11720 , or the menu 
11721 \family sans
11722 Edit\SpecialChar \menuseparator
11723 Table\SpecialChar \menuseparator
11724 Multicolumn
11725 \family default
11726 , or right click on the marked cells and choose 
11727 \family sans
11728 Multicolumn
11729 \family default
11730  in the context menu.
11731 \end_layout
11732
11733 \begin_layout Standard
11734 Multicolumns have there own cell settings.
11735  That means changing cell borders, cell alignment, and the width only affects
11736  the multicolumn.
11737  Here is an example table with a multicolumn cell in the first row and one
11738  in the last row without the upper border:
11739 \end_layout
11740
11741 \begin_layout Standard
11742 \align center
11743 \begin_inset Tabular
11744 <lyxtabular version="3" rows="3" columns="4">
11745 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11746 <column alignment="center" valignment="top" width="0pt">
11747 <column alignment="center" valignment="middle">
11748 <column alignment="center" valignment="top" width="0in">
11749 <column alignment="center" valignment="top" width="0pt">
11750 <row>
11751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 abc
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 def ghi
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 jkl
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 </row>
11788 <row>
11789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11790 \begin_inset Text
11791
11792 \begin_layout Plain Layout
11793
11794 \family roman
11795 \series medium
11796 \shape up
11797 \size normal
11798 \emph off
11799 \bar no
11800 \noun off
11801 \color none
11802 A
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811 B
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820 C
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829 D
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 </row>
11835 <row>
11836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 1
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 2
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Plain Layout
11858 3
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 4
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 </row>
11873 </lyxtabular>
11874
11875 \end_inset
11876
11877
11878 \end_layout
11879
11880 \begin_layout Subsubsection
11881 Multicolumn Calculations
11882 \begin_inset CommandInset label
11883 LatexCommand label
11884 name "sub:Multicolumn-Calculations"
11885
11886 \end_inset
11887
11888
11889 \begin_inset Index idx
11890 status collapsed
11891
11892 \begin_layout Plain Layout
11893 Multicolumns ! Calculations
11894 \end_layout
11895
11896 \end_inset
11897
11898
11899 \end_layout
11900
11901 \begin_layout Standard
11902 LyX supports multicolumns directly, but we have to take account of the cell
11903  width of the columns spanned by the multicolumn cell.
11904 \end_layout
11905
11906 \begin_layout Standard
11907 \begin_inset Float table
11908 placement h
11909 wide false
11910 sideways false
11911 status open
11912
11913 \begin_layout Plain Layout
11914 \begin_inset Caption Standard
11915
11916 \begin_layout Plain Layout
11917 \begin_inset CommandInset label
11918 LatexCommand label
11919 name "tab:Table-with-centered"
11920
11921 \end_inset
11922
11923 Table with centered multicolumn text above two columns that have exactly
11924  half the width of the multicolumn cell
11925 \begin_inset Argument 1
11926 status collapsed
11927
11928 \begin_layout Plain Layout
11929 Perfect multicolumn table
11930 \end_layout
11931
11932 \end_inset
11933
11934
11935 \end_layout
11936
11937 \end_inset
11938
11939
11940 \end_layout
11941
11942 \begin_layout Plain Layout
11943 \align center
11944 \begin_inset Tabular
11945 <lyxtabular version="3" rows="3" columns="3">
11946 <features rotate="0" tabularvalignment="middle">
11947 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11948 <column alignment="center" valignment="middle">
11949 <column alignment="center" valignment="top">
11950 <row>
11951 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 multiple lines multicolumn
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11961 \begin_inset Text
11962
11963 \begin_layout Plain Layout
11964
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11970 \begin_inset Text
11971
11972 \begin_layout Plain Layout
11973 c
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 </row>
11979 <row>
11980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11981 \begin_inset Text
11982
11983 \begin_layout Plain Layout
11984 d
11985 \end_layout
11986
11987 \end_inset
11988 </cell>
11989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11990 \begin_inset Text
11991
11992 \begin_layout Plain Layout
11993 e
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11999 \begin_inset Text
12000
12001 \begin_layout Plain Layout
12002 f
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 </row>
12008 <row>
12009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013 g
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12019 \begin_inset Text
12020
12021 \begin_layout Plain Layout
12022 h
12023 \end_layout
12024
12025 \end_inset
12026 </cell>
12027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12028 \begin_inset Text
12029
12030 \begin_layout Plain Layout
12031 i
12032 \end_layout
12033
12034 \end_inset
12035 </cell>
12036 </row>
12037 </lyxtabular>
12038
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \end_inset
12045
12046
12047 \end_layout
12048
12049 \begin_layout Standard
12050 To create for example Table
12051 \begin_inset space ~
12052 \end_inset
12053
12054
12055 \begin_inset CommandInset ref
12056 LatexCommand ref
12057 reference "tab:Table-with-centered"
12058
12059 \end_inset
12060
12061 , mark the first two cells in the first row of a 3×3 table and right-click
12062  on them.
12063  Now choose for this cell 
12064 \emph on
12065 multicolumn
12066 \emph default
12067
12068 \emph on
12069 centered alignment
12070 \emph default
12071  and a width of 2.5
12072 \begin_inset space \thinspace{}
12073 \end_inset
12074
12075 cm in the table dialog.
12076  The merged columns should have exactly half the width of the multicolumn
12077  cell, so that you would set a width of 1.25
12078 \begin_inset space \thinspace{}
12079 \end_inset
12080
12081 cm for the first column.
12082  The second column has then automatically a width of 1.25
12083 \begin_inset space \thinspace{}
12084 \end_inset
12085
12086 cm (multicolumn width - width of first column).
12087  This was done for Table
12088 \begin_inset space ~
12089 \end_inset
12090
12091
12092 \begin_inset CommandInset ref
12093 LatexCommand ref
12094 reference "tab:Table-without-half"
12095
12096 \end_inset
12097
12098 .
12099 \end_layout
12100
12101 \begin_layout Standard
12102 \begin_inset Float table
12103 wide false
12104 sideways false
12105 status open
12106
12107 \begin_layout Plain Layout
12108 \begin_inset Caption Standard
12109
12110 \begin_layout Plain Layout
12111 \begin_inset CommandInset label
12112 LatexCommand label
12113 name "tab:Table-without-half"
12114
12115 \end_inset
12116
12117 Table where the spanned table columns are not exactly half the width of
12118  the multicolumn cell
12119 \begin_inset Argument 1
12120 status collapsed
12121
12122 \begin_layout Plain Layout
12123 Imperfect multicolumn table
12124 \end_layout
12125
12126 \end_inset
12127
12128
12129 \end_layout
12130
12131 \end_inset
12132
12133
12134 \end_layout
12135
12136 \begin_layout Plain Layout
12137 \align center
12138 \begin_inset Tabular
12139 <lyxtabular version="3" rows="3" columns="3">
12140 <features rotate="0" tabularvalignment="middle">
12141 <column alignment="center" valignment="top" width="1.25cm">
12142 <column alignment="center" valignment="top">
12143 <column alignment="center" valignment="top">
12144 <row>
12145 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12146 \begin_inset Text
12147
12148 \begin_layout Plain Layout
12149 multiple lines multicolumn
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158
12159 \end_layout
12160
12161 \end_inset
12162 </cell>
12163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12164 \begin_inset Text
12165
12166 \begin_layout Plain Layout
12167 c
12168 \end_layout
12169
12170 \end_inset
12171 </cell>
12172 </row>
12173 <row>
12174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12175 \begin_inset Text
12176
12177 \begin_layout Plain Layout
12178 d
12179 \end_layout
12180
12181 \end_inset
12182 </cell>
12183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12184 \begin_inset Text
12185
12186 \begin_layout Plain Layout
12187 e
12188 \end_layout
12189
12190 \end_inset
12191 </cell>
12192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12193 \begin_inset Text
12194
12195 \begin_layout Plain Layout
12196 f
12197 \end_layout
12198
12199 \end_inset
12200 </cell>
12201 </row>
12202 <row>
12203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12204 \begin_inset Text
12205
12206 \begin_layout Plain Layout
12207 g
12208 \end_layout
12209
12210 \end_inset
12211 </cell>
12212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12213 \begin_inset Text
12214
12215 \begin_layout Plain Layout
12216 h
12217 \end_layout
12218
12219 \end_inset
12220 </cell>
12221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12222 \begin_inset Text
12223
12224 \begin_layout Plain Layout
12225 i
12226 \end_layout
12227
12228 \end_inset
12229 </cell>
12230 </row>
12231 </lyxtabular>
12232
12233 \end_inset
12234
12235
12236 \end_layout
12237
12238 \end_inset
12239
12240
12241 \end_layout
12242
12243 \begin_layout Standard
12244 You can see that the first column is not half the width of the multicolumn
12245  cell, it is a bit bigger.
12246  The reason is that the specified width of a cell 
12247 \begin_inset Formula $W_{g}$
12248 \end_inset
12249
12250  is not its total width 
12251 \begin_inset Formula $W_{\mathrm{tot}}$
12252 \end_inset
12253
12254  because a cell is always a bit larger than specified.
12255  Appendix
12256 \begin_inset space ~
12257 \end_inset
12258
12259
12260 \begin_inset CommandInset ref
12261 LatexCommand ref
12262 reference "cha:Explanation-of-Equation"
12263
12264 \end_inset
12265
12266  explains this in detail.
12267 \end_layout
12268
12269 \begin_layout Standard
12270 The width 
12271 \begin_inset Formula $W_{g\, n}$
12272 \end_inset
12273
12274  which the user needs to set when 
12275 \emph on
12276 n
12277 \emph default
12278  columns are spanned can be calculated, so that each column has a total
12279  width of 
12280 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12281 \end_inset
12282
12283 :
12284 \begin_inset Formula 
12285 \begin{equation}
12286 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12287 \end{equation}
12288
12289 \end_inset
12290
12291
12292 \end_layout
12293
12294 \begin_layout Standard
12295 In our case we have 
12296 \begin_inset Formula $n=2$
12297 \end_inset
12298
12299
12300 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12301 \end_inset
12302
12303 cm and the default values for the lengths, so that equation 
12304 \begin_inset CommandInset ref
12305 LatexCommand ref
12306 reference "eq:Wgn"
12307
12308 \end_inset
12309
12310  becomes
12311 \begin_inset Formula 
12312 \begin{equation}
12313 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12314 \end{equation}
12315
12316 \end_inset
12317
12318
12319 \end_layout
12320
12321 \begin_layout Standard
12322 To enable calculations in LaTeX, the LaTeX-package 
12323 \series bold
12324 calc
12325 \series default
12326  must be loaded with the document preamble line
12327 \begin_inset Index idx
12328 status collapsed
12329
12330 \begin_layout Plain Layout
12331 LaTeX-packages ! calc
12332 \end_layout
12333
12334 \end_inset
12335
12336
12337 \end_layout
12338
12339 \begin_layout Standard
12340
12341 \series bold
12342
12343 \backslash
12344 usepackage{calc}
12345 \end_layout
12346
12347 \begin_layout Standard
12348 LyX does not allow you to calculate lengths in the 
12349 \family sans
12350 Width
12351 \family default
12352  field of the table dialog.
12353  Therefore you have to format the column by inserting a LaTeX-argument in
12354  the dialog.
12355  Here is an overview about the arguments:
12356 \end_layout
12357
12358 \begin_layout Itemize
12359
12360 \series bold
12361 p{width}
12362 \series default
12363  creates cell with a fixed width, its text is vertically top-aligned
12364 \end_layout
12365
12366 \begin_layout Itemize
12367
12368 \series bold
12369 m{width}
12370 \series default
12371  creates cell with a fixed width, its text is vertically centered
12372 \end_layout
12373
12374 \begin_layout Itemize
12375
12376 \series bold
12377 b{width}
12378 \series default
12379  creates cell with a fixed width, its text is vertically bottom-aligned
12380 \end_layout
12381
12382 \begin_layout Standard
12383 By entering a LaTeX-argument, all cell settings set in the table dialog
12384  are overwritten.
12385 \end_layout
12386
12387 \begin_layout Standard
12388 \begin_inset Note Greyedout
12389 status open
12390
12391 \begin_layout Plain Layout
12392
12393 \series bold
12394 Note:
12395 \series default
12396  Due to a bug, LyX shows the overwritten settings anyway.
12397 \end_layout
12398
12399 \end_inset
12400
12401
12402 \end_layout
12403
12404 \begin_layout Standard
12405 As the text should be horizontally centered, the command 
12406 \series bold
12407
12408 \backslash
12409 centering
12410 \series default
12411  is added.
12412  You can now enter the following LaTeX-argument for the first spanned column:
12413 \end_layout
12414
12415 \begin_layout Standard
12416
12417 \series bold
12418 >{
12419 \backslash
12420 centering}m{1.25cm-6.2pt}
12421 \end_layout
12422
12423 \begin_layout Standard
12424 The command 
12425 \series bold
12426 >{ }
12427 \series default
12428  means, that the commands inside the braces are applied before the cell
12429  is created.
12430 \end_layout
12431
12432 \begin_layout Standard
12433 Although we have chosen centered alignment for the text of the multicolumn
12434  cell, it is still left aligned.
12435  This is because LyX only applies the alignment to single columns.
12436  So for the multicolumn cell we have to use the LaTeX-argument
12437 \end_layout
12438
12439 \begin_layout Standard
12440
12441 \series bold
12442 >{
12443 \backslash
12444 centering}m{2.5cm}
12445 \end_layout
12446
12447 \begin_layout Subsection
12448 Multirows
12449 \begin_inset CommandInset label
12450 LatexCommand label
12451 name "sub:Multirows"
12452
12453 \end_inset
12454
12455
12456 \begin_inset Index idx
12457 status collapsed
12458
12459 \begin_layout Plain Layout
12460 Multirows
12461 \end_layout
12462
12463 \end_inset
12464
12465
12466 \begin_inset Index idx
12467 status collapsed
12468
12469 \begin_layout Plain Layout
12470 Table ! Multirows
12471 \end_layout
12472
12473 \end_inset
12474
12475
12476 \end_layout
12477
12478 \begin_layout Standard
12479 To merge cells over multiple rows, select as many cells within a column
12480  as you want to merge and use either the table-toolbar button 
12481 \begin_inset Info
12482 type  "icon"
12483 arg   "inset-modify tabular multirow"
12484 \end_inset
12485
12486 , or the menu 
12487 \family sans
12488 Edit\SpecialChar \menuseparator
12489 Table\SpecialChar \menuseparator
12490 Multirow
12491 \family default
12492 , or right click on the marked cells and choose 
12493 \family sans
12494 Multirow
12495 \family default
12496  in the context menu.
12497 \end_layout
12498
12499 \begin_layout Standard
12500 Here is an example table with a multirow in the first column:
12501 \end_layout
12502
12503 \begin_layout Standard
12504 \align center
12505 \begin_inset Tabular
12506 <lyxtabular version="3" rows="3" columns="3">
12507 <features rotate="0" tabularvalignment="middle">
12508 <column alignment="center" valignment="top" width="0pt">
12509 <column alignment="center" valignment="top">
12510 <column alignment="center" valignment="top">
12511 <row>
12512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516 a long cell entry
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525 b
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 c
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 </row>
12540 <row>
12541 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Plain Layout
12545 multirow
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554 e
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12560 \begin_inset Text
12561
12562 \begin_layout Plain Layout
12563 f
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 </row>
12569 <row>
12570 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 h
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Plain Layout
12592 i
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 </row>
12598 </lyxtabular>
12599
12600 \end_inset
12601
12602
12603 \end_layout
12604
12605 \begin_layout Standard
12606 The width of multirow cells is set by setting the width and alignment for
12607  the whole column.
12608  The 
12609 \family sans
12610 Vertical Offset
12611 \family default
12612  shifts the content of the multirow up/down if the offset is positive/negative.
12613 \end_layout
12614
12615 \begin_layout Standard
12616 If the column of a multirow cell has no explicit width, the multirow cell
12617  inherits the alignment of the column.
12618  Otherwise it is by default left-aligned.
12619  To override the default, renew the command 
12620 \series bold
12621
12622 \backslash
12623 multirowsetup
12624 \series default
12625  with the command
12626 \end_layout
12627
12628 \begin_layout Standard
12629
12630 \series bold
12631
12632 \backslash
12633 renewcommand{
12634 \backslash
12635 multirowsetup}{
12636 \backslash
12637 centering}
12638 \end_layout
12639
12640 \begin_layout Standard
12641 in the document preamble.
12642  Then all entries of multirow cells in the document are centered.
12643  If centering is only needed for several tables, you can renew the command
12644  in a TeX-Code box just before the table instead of the preamble.
12645  If the text should be right-aligned, replace 
12646 \series bold
12647
12648 \backslash
12649 centering
12650 \series default
12651  by 
12652 \series bold
12653
12654 \backslash
12655 raggedleft
12656 \series default
12657 .
12658  To return to left-alignment 
12659 \series bold
12660
12661 \backslash
12662 raggedright
12663 \series default
12664  is used.
12665 \end_layout
12666
12667 \begin_layout Standard
12668 This is an example table with a right-aligned multirow cell that has a vertical
12669  offset of -4
12670 \begin_inset space \thinspace{}
12671 \end_inset
12672
12673 mm and is in a 3
12674 \begin_inset space \thinspace{}
12675 \end_inset
12676
12677 cm wide column:
12678 \end_layout
12679
12680 \begin_layout Standard
12681 \noindent
12682 \align center
12683 \begin_inset ERT
12684 status collapsed
12685
12686 \begin_layout Plain Layout
12687
12688
12689 \backslash
12690 renewcommand{
12691 \backslash
12692 multirowsetup}{
12693 \backslash
12694 raggedleft}
12695 \end_layout
12696
12697 \end_inset
12698
12699
12700 \begin_inset Tabular
12701 <lyxtabular version="3" rows="4" columns="3">
12702 <features rotate="0" tabularvalignment="middle">
12703 <column alignment="center" valignment="top" width="3cm">
12704 <column alignment="center" valignment="top">
12705 <column alignment="center" valignment="top">
12706 <row>
12707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711 a long cell entry
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 b
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12726 \begin_inset Text
12727
12728 \begin_layout Plain Layout
12729 c
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 </row>
12735 <row>
12736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12737 \begin_inset Text
12738
12739 \begin_layout Plain Layout
12740 t
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749 n
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758 m
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 </row>
12764 <row>
12765 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769 multirow
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778 e
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787 f
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 </row>
12793 <row>
12794 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807 h
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12813 \begin_inset Text
12814
12815 \begin_layout Plain Layout
12816 i
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 </row>
12822 </lyxtabular>
12823
12824 \end_inset
12825
12826
12827 \begin_inset ERT
12828 status collapsed
12829
12830 \begin_layout Plain Layout
12831
12832
12833 \backslash
12834 renewcommand{
12835 \backslash
12836 multirowsetup}{
12837 \backslash
12838 raggedright}
12839 \end_layout
12840
12841 \end_inset
12842
12843
12844 \end_layout
12845
12846 \begin_layout Standard
12847 To start a new line in a multirow you can use a forced line break (shortcut
12848  
12849 \begin_inset Info
12850 type  "shortcut"
12851 arg   "newline-insert newline"
12852 \end_inset
12853
12854 ) but this will not respect the cell lines as demonstrated in this table:
12855 \end_layout
12856
12857 \begin_layout Standard
12858 \noindent
12859 \align center
12860 \begin_inset Tabular
12861 <lyxtabular version="3" rows="3" columns="2">
12862 <features rotate="0" tabularvalignment="middle">
12863 <column alignment="left" valignment="middle" width="2cm">
12864 <column alignment="center" valignment="top">
12865 <row>
12866 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 aaa
12871 \begin_inset Newline newline
12872 \end_inset
12873
12874 aaa
12875 \begin_inset Newline newline
12876 \end_inset
12877
12878 wrong cell
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887 ccc
12888 \end_layout
12889
12890 \end_inset
12891 </cell>
12892 </row>
12893 <row>
12894 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Plain Layout
12898
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Plain Layout
12907 ddd
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 </row>
12913 <row>
12914 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12915 \begin_inset Text
12916
12917 \begin_layout Plain Layout
12918 bbb
12919 \end_layout
12920
12921 \end_inset
12922 </cell>
12923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12924 \begin_inset Text
12925
12926 \begin_layout Plain Layout
12927 eee
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 </row>
12933 </lyxtabular>
12934
12935 \end_inset
12936
12937
12938 \end_layout
12939
12940 \begin_layout Standard
12941 Therefore be careful with forced line breaks.
12942 \end_layout
12943
12944 \begin_layout Subsection
12945 Cells with diagonal line(s)
12946 \end_layout
12947
12948 \begin_layout Standard
12949 To tell the reader what is meant by column and row headings in a table,
12950  it is helpful to split the first cell of the table by one or two diagonal
12951  lines.
12952  This can be achieved by loading the LaTeX-package 
12953 \series bold
12954 diagbox
12955 \series default
12956
12957 \begin_inset Index idx
12958 status collapsed
12959
12960 \begin_layout Plain Layout
12961 LaTeX-packages ! picinpar
12962 \end_layout
12963
12964 \end_inset
12965
12966  in the document preamble.
12967  The package provides the command 
12968 \series bold
12969
12970 \backslash
12971 diagbox
12972 \series default
12973  that is inserted as TeX-Code and that can take 2 or 3
12974 \begin_inset space ~
12975 \end_inset
12976
12977 arguments:
12978 \end_layout
12979
12980 \begin_layout Standard
12981
12982 \series bold
12983
12984 \backslash
12985 diagbox[options]{lower left}{upper right}
12986 \end_layout
12987
12988 \begin_layout Standard
12989
12990 \series bold
12991
12992 \backslash
12993 diagbox[options]{lower left}{upper left}{upper right}
12994 \end_layout
12995
12996 \begin_layout Standard
12997 The first scheme divides the cell by a single diagonal line and the arguments
12998  are placed below and above this line.
12999  The second scheme divides the cell by 2
13000 \begin_inset space ~
13001 \end_inset
13002
13003 lines.
13004 \end_layout
13005
13006 \begin_layout Standard
13007 \begin_inset ERT
13008 status collapsed
13009
13010 \begin_layout Plain Layout
13011
13012
13013 \backslash
13014 ifdiagbox
13015 \end_layout
13016
13017 \end_inset
13018
13019
13020 \begin_inset Note Note
13021 status open
13022
13023 \begin_layout Plain Layout
13024 The following section will only be displayed when the LaTeX-package 
13025 \series bold
13026 diagbox
13027 \series default
13028  is installed.
13029 \end_layout
13030
13031 \end_inset
13032
13033
13034 \end_layout
13035
13036 \begin_layout Standard
13037 Here is an example table where 
13038 \series bold
13039
13040 \backslash
13041 diagbox 
13042 \series default
13043 is used in the 2-argument scheme in the first cell:
13044 \begin_inset VSpace medskip
13045 \end_inset
13046
13047
13048 \end_layout
13049
13050 \begin_layout Standard
13051 \noindent
13052 \begin_inset Tabular
13053 <lyxtabular version="3" rows="4" columns="4">
13054 <features rotate="0" tabularvalignment="middle">
13055 <column alignment="center" valignment="top">
13056 <column alignment="center" valignment="top">
13057 <column alignment="center" valignment="top">
13058 <column alignment="center" valignment="top">
13059 <row>
13060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13061 \begin_inset Text
13062
13063 \begin_layout Plain Layout
13064 \begin_inset ERT
13065 status collapsed
13066
13067 \begin_layout Plain Layout
13068
13069
13070 \backslash
13071 diagbox{
13072 \end_layout
13073
13074 \end_inset
13075
13076 Name
13077 \begin_inset ERT
13078 status collapsed
13079
13080 \begin_layout Plain Layout
13081
13082 }{
13083 \end_layout
13084
13085 \end_inset
13086
13087 Parameter
13088 \begin_inset ERT
13089 status collapsed
13090
13091 \begin_layout Plain Layout
13092
13093 }
13094 \end_layout
13095
13096 \end_inset
13097
13098
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107 Thickness in nm
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13113 \begin_inset Text
13114
13115 \begin_layout Plain Layout
13116 Transparency in %
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125 Hardness in MPa
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 </row>
13131 <row>
13132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 Perfect Green
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13142 \begin_inset Text
13143
13144 \begin_layout Plain Layout
13145 45
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13151 \begin_inset Text
13152
13153 \begin_layout Plain Layout
13154 80
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 504
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 </row>
13169 <row>
13170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Plain Layout
13174 Dark Multi-P
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183 60
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 72
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 982
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 </row>
13207 <row>
13208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212 Crystal Clear Pro
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221 18
13222 \end_layout
13223
13224 \end_inset
13225 </cell>
13226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 86
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239 374
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 </row>
13245 </lyxtabular>
13246
13247 \end_inset
13248
13249
13250 \begin_inset VSpace medskip
13251 \end_inset
13252
13253
13254 \end_layout
13255
13256 \begin_layout Standard
13257 The 3-argument scheme is for example useful for cross-tables of sports leagues
13258  or distances:
13259 \end_layout
13260
13261 \begin_layout Standard
13262 \noindent
13263 \align center
13264 \begin_inset Tabular
13265 <lyxtabular version="3" rows="4" columns="4">
13266 <features rotate="0" tabularvalignment="middle">
13267 <column alignment="center" valignment="top" width="0pt">
13268 <column alignment="center" valignment="top">
13269 <column alignment="center" valignment="top">
13270 <column alignment="center" valignment="top">
13271 <row>
13272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276 \begin_inset ERT
13277 status collapsed
13278
13279 \begin_layout Plain Layout
13280
13281
13282 \backslash
13283 diagbox{
13284 \end_layout
13285
13286 \end_inset
13287
13288 Team home
13289 \begin_inset ERT
13290 status collapsed
13291
13292 \begin_layout Plain Layout
13293
13294 }{
13295 \end_layout
13296
13297 \end_inset
13298
13299 Result
13300 \begin_inset ERT
13301 status collapsed
13302
13303 \begin_layout Plain Layout
13304
13305 }{
13306 \end_layout
13307
13308 \end_inset
13309
13310 Team away
13311 \begin_inset ERT
13312 status collapsed
13313
13314 \begin_layout Plain Layout
13315
13316 }
13317 \end_layout
13318
13319 \end_inset
13320
13321
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13327 \begin_inset Text
13328
13329 \begin_layout Plain Layout
13330 Tigers
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13336 \begin_inset Text
13337
13338 \begin_layout Plain Layout
13339 Panthers
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348 Falcons
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 </row>
13354 <row>
13355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359 Tigers
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 ---
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Plain Layout
13377 1:3
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13383 \begin_inset Text
13384
13385 \begin_layout Plain Layout
13386 0:1
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 </row>
13392 <row>
13393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397 Panthers
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 3:1
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415 ---
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 0:0
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 </row>
13430 <row>
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 Falcons
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 1:0
13445 \end_layout
13446
13447 \end_inset
13448 </cell>
13449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453 0:0
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462 ---
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 </row>
13468 </lyxtabular>
13469
13470 \end_inset
13471
13472
13473 \end_layout
13474
13475 \begin_layout Standard
13476 For larger cross-tables one might use split cells in 2 or every corner of
13477  the table like in this example:
13478 \end_layout
13479
13480 \begin_layout Standard
13481 \noindent
13482 \align center
13483 \begin_inset Tabular
13484 <lyxtabular version="3" rows="5" columns="5">
13485 <features rotate="0" tabularvalignment="middle">
13486 <column alignment="center" valignment="top" width="0pt">
13487 <column alignment="center" valignment="top">
13488 <column alignment="center" valignment="top">
13489 <column alignment="center" valignment="top">
13490 <column alignment="center" valignment="top">
13491 <row>
13492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496 \begin_inset ERT
13497 status open
13498
13499 \begin_layout Plain Layout
13500
13501
13502 \backslash
13503 diagbox{
13504 \end_layout
13505
13506 \end_inset
13507
13508 Team home
13509 \begin_inset ERT
13510 status collapsed
13511
13512 \begin_layout Plain Layout
13513
13514 }{
13515 \end_layout
13516
13517 \end_inset
13518
13519 Result
13520 \begin_inset ERT
13521 status collapsed
13522
13523 \begin_layout Plain Layout
13524
13525 }{
13526 \end_layout
13527
13528 \end_inset
13529
13530 Team away
13531 \begin_inset ERT
13532 status collapsed
13533
13534 \begin_layout Plain Layout
13535
13536 }
13537 \end_layout
13538
13539 \end_inset
13540
13541
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 Tigers
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 Panthers
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 Falcons
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577 \begin_inset ERT
13578 status open
13579
13580 \begin_layout Plain Layout
13581
13582
13583 \backslash
13584 diagbox[dir=NE]{
13585 \end_layout
13586
13587 \end_inset
13588
13589 Team home
13590 \begin_inset ERT
13591 status collapsed
13592
13593 \begin_layout Plain Layout
13594
13595 }{
13596 \end_layout
13597
13598 \end_inset
13599
13600 Result
13601 \begin_inset ERT
13602 status collapsed
13603
13604 \begin_layout Plain Layout
13605
13606 }{
13607 \end_layout
13608
13609 \end_inset
13610
13611 Team away
13612 \begin_inset ERT
13613 status collapsed
13614
13615 \begin_layout Plain Layout
13616
13617 }
13618 \end_layout
13619
13620 \end_inset
13621
13622
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 </row>
13628 <row>
13629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 Tigers
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Plain Layout
13642 ---
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651 1:3
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660 0:1
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Plain Layout
13669 Tigers
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 </row>
13675 <row>
13676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 Panthers
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 3:1
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13695 \begin_inset Text
13696
13697 \begin_layout Plain Layout
13698 ---
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 0:0
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 Panthers
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 </row>
13722 <row>
13723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727 Falcons
13728 \end_layout
13729
13730 \end_inset
13731 </cell>
13732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 1:0
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 0:0
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754 ---
13755 \end_layout
13756
13757 \end_inset
13758 </cell>
13759 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13760 \begin_inset Text
13761
13762 \begin_layout Plain Layout
13763 Falcons
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 </row>
13769 <row>
13770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13771 \begin_inset Text
13772
13773 \begin_layout Plain Layout
13774 \begin_inset ERT
13775 status open
13776
13777 \begin_layout Plain Layout
13778
13779
13780 \backslash
13781 diagbox[dir=SW]{
13782 \end_layout
13783
13784 \end_inset
13785
13786 Team home
13787 \begin_inset ERT
13788 status collapsed
13789
13790 \begin_layout Plain Layout
13791
13792 }{
13793 \end_layout
13794
13795 \end_inset
13796
13797 Result
13798 \begin_inset ERT
13799 status collapsed
13800
13801 \begin_layout Plain Layout
13802
13803 }{
13804 \end_layout
13805
13806 \end_inset
13807
13808 Team away
13809 \begin_inset ERT
13810 status collapsed
13811
13812 \begin_layout Plain Layout
13813
13814 }
13815 \end_layout
13816
13817 \end_inset
13818
13819
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Plain Layout
13828 Tigers
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837 Panthers
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 Falcons
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 \begin_inset ERT
13856 status open
13857
13858 \begin_layout Plain Layout
13859
13860
13861 \backslash
13862 diagbox[dir=SE]{
13863 \end_layout
13864
13865 \end_inset
13866
13867 Team home
13868 \begin_inset ERT
13869 status collapsed
13870
13871 \begin_layout Plain Layout
13872
13873 }{
13874 \end_layout
13875
13876 \end_inset
13877
13878 Result
13879 \begin_inset ERT
13880 status collapsed
13881
13882 \begin_layout Plain Layout
13883
13884 }{
13885 \end_layout
13886
13887 \end_inset
13888
13889 Team away
13890 \begin_inset ERT
13891 status collapsed
13892
13893 \begin_layout Plain Layout
13894
13895 }
13896 \end_layout
13897
13898 \end_inset
13899
13900
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 </row>
13906 </lyxtabular>
13907
13908 \end_inset
13909
13910
13911 \end_layout
13912
13913 \begin_layout Standard
13914 To rotate the diagonal lines, the command option 
13915 \series bold
13916 dir=direction
13917 \series default
13918  is used.
13919  
13920 \emph on
13921 direction
13922 \emph default
13923  is either 
13924 \series bold
13925 NE
13926 \series default
13927
13928 \series bold
13929 DE
13930 \series default
13931
13932 \series bold
13933 SW
13934 \series default
13935  or 
13936 \series bold
13937 NW
13938 \series default
13939  and represent a point of a compass.
13940  
13941 \series bold
13942 SW
13943 \series default
13944  is for example the south-west corner.
13945  Thus in the lower left cell of the above table the command
13946 \end_layout
13947
13948 \begin_layout Standard
13949
13950 \series bold
13951
13952 \backslash
13953 diagbox[dir=SW]{Team home}{Result}{Team away}
13954 \end_layout
13955
13956 \begin_layout Standard
13957 is used.
13958  If no direction is given, it will be NW.
13959 \end_layout
13960
13961 \begin_layout Standard
13962 The necessary width of split cells is automatically calculated.
13963  Thus if you set a fixed column width smaller than the calculated one, the
13964  cell's content will protrude the cell borders:
13965 \end_layout
13966
13967 \begin_layout Standard
13968 \noindent
13969 \align center
13970 \begin_inset Tabular
13971 <lyxtabular version="3" rows="2" columns="2">
13972 <features rotate="0" tabularvalignment="middle">
13973 <column alignment="center" valignment="top" width="3cm">
13974 <column alignment="center" valignment="top">
13975 <row>
13976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13977 \begin_inset Text
13978
13979 \begin_layout Plain Layout
13980 \begin_inset ERT
13981 status collapsed
13982
13983 \begin_layout Plain Layout
13984
13985
13986 \backslash
13987 diagbox{
13988 \end_layout
13989
13990 \end_inset
13991
13992 Name
13993 \begin_inset ERT
13994 status collapsed
13995
13996 \begin_layout Plain Layout
13997
13998 }{
13999 \end_layout
14000
14001 \end_inset
14002
14003 Parameter
14004 \begin_inset ERT
14005 status collapsed
14006
14007 \begin_layout Plain Layout
14008
14009 }
14010 \end_layout
14011
14012 \end_inset
14013
14014
14015 \end_layout
14016
14017 \end_inset
14018 </cell>
14019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023 Thickness in nm
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 </row>
14029 <row>
14030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14031 \begin_inset Text
14032
14033 \begin_layout Plain Layout
14034 Perfect Green
14035 \end_layout
14036
14037 \end_inset
14038 </cell>
14039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14040 \begin_inset Text
14041
14042 \begin_layout Plain Layout
14043 45
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 </row>
14049 </lyxtabular>
14050
14051 \end_inset
14052
14053
14054 \end_layout
14055
14056 \begin_layout Standard
14057 If you need a certain width for columns with a split cell, use the command
14058  option 
14059 \series bold
14060 width=3cm
14061 \series default
14062  (replace '3cm' by the width you need).
14063  In the following table the width of the first column is set to 4
14064 \begin_inset space \thinspace{}
14065 \end_inset
14066
14067 cm.
14068  For 
14069 \series bold
14070
14071 \backslash
14072 diagbox
14073 \series default
14074  a width of 4
14075 \begin_inset space \thinspace{}
14076 \end_inset
14077
14078 cm + 2
14079 \begin_inset space \thinspace{}
14080 \end_inset
14081
14082
14083 \backslash
14084 tabcolsep is necessary because the overall width is the width for the text
14085  (in this case the 4
14086 \begin_inset space \thinspace{}
14087 \end_inset
14088
14089 cm) plus two times the separation of the text and the cell border.
14090  The calculation of the width cannot be done in the command option of 
14091 \series bold
14092
14093 \backslash
14094 diagbox
14095 \series default
14096  so one needs to create a new length which can be used later.
14097  This is done with the TeX-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 LaTeX one needs to load the package 
14151 \series bold
14152 calc
14153 \series default
14154
14155 \begin_inset Index idx
14156 status collapsed
14157
14158 \begin_layout Plain Layout
14159 LaTeX-packages ! calc
14160 \end_layout
14161
14162 \end_inset
14163
14164  in the document preamble.
14165 \end_layout
14166
14167 \begin_layout Standard
14168 In this table you can now use the command
14169 \end_layout
14170
14171 \begin_layout Standard
14172
14173 \series bold
14174
14175 \backslash
14176 diagbox[width=
14177 \backslash
14178 diagtest]{A}{B}
14179 \end_layout
14180
14181 \begin_layout Standard
14182 in the first cell:
14183 \end_layout
14184
14185 \begin_layout Standard
14186 \noindent
14187 \align center
14188 \begin_inset Tabular
14189 <lyxtabular version="3" rows="2" columns="2">
14190 <features rotate="0" tabularvalignment="middle">
14191 <column alignment="center" valignment="top" width="4cm">
14192 <column alignment="center" valignment="top">
14193 <row>
14194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 \begin_inset ERT
14199 status open
14200
14201 \begin_layout Plain Layout
14202
14203
14204 \backslash
14205 diagbox[width=
14206 \backslash
14207 diagtest]{
14208 \end_layout
14209
14210 \end_inset
14211
14212 A
14213 \begin_inset ERT
14214 status collapsed
14215
14216 \begin_layout Plain Layout
14217
14218 }{
14219 \end_layout
14220
14221 \end_inset
14222
14223 B
14224 \begin_inset ERT
14225 status collapsed
14226
14227 \begin_layout Plain Layout
14228
14229 }
14230 \end_layout
14231
14232 \end_inset
14233
14234
14235 \end_layout
14236
14237 \end_inset
14238 </cell>
14239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14240 \begin_inset Text
14241
14242 \begin_layout Plain Layout
14243 Thickness in nm
14244 \end_layout
14245
14246 \end_inset
14247 </cell>
14248 </row>
14249 <row>
14250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14251 \begin_inset Text
14252
14253 \begin_layout Plain Layout
14254 Perfect Green
14255 \end_layout
14256
14257 \end_inset
14258 </cell>
14259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14260 \begin_inset Text
14261
14262 \begin_layout Plain Layout
14263 45
14264 \end_layout
14265
14266 \end_inset
14267 </cell>
14268 </row>
14269 </lyxtabular>
14270
14271 \end_inset
14272
14273
14274 \end_layout
14275
14276 \begin_layout Standard
14277 Note that the split cell needs to be the widest one in the column.
14278  Otherwise the length of the diagonal line cannot be calculated correctly
14279  like in this table:
14280 \end_layout
14281
14282 \begin_layout Standard
14283 \noindent
14284 \align center
14285 \begin_inset Tabular
14286 <lyxtabular version="3" rows="2" columns="2">
14287 <features rotate="0" tabularvalignment="middle">
14288 <column alignment="center" valignment="top" width="0pt">
14289 <column alignment="center" valignment="top">
14290 <row>
14291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14292 \begin_inset Text
14293
14294 \begin_layout Plain Layout
14295 \begin_inset ERT
14296 status collapsed
14297
14298 \begin_layout Plain Layout
14299
14300
14301 \backslash
14302 diagbox{
14303 \end_layout
14304
14305 \end_inset
14306
14307 A
14308 \begin_inset ERT
14309 status collapsed
14310
14311 \begin_layout Plain Layout
14312
14313 }{
14314 \end_layout
14315
14316 \end_inset
14317
14318 B
14319 \begin_inset ERT
14320 status collapsed
14321
14322 \begin_layout Plain Layout
14323
14324 }
14325 \end_layout
14326
14327 \end_inset
14328
14329
14330 \end_layout
14331
14332 \end_inset
14333 </cell>
14334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14335 \begin_inset Text
14336
14337 \begin_layout Plain Layout
14338 Thickness in nm
14339 \end_layout
14340
14341 \end_inset
14342 </cell>
14343 </row>
14344 <row>
14345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Plain Layout
14349 Perfect Green
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Plain Layout
14358 45
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 </row>
14364 </lyxtabular>
14365
14366 \end_inset
14367
14368
14369 \end_layout
14370
14371 \begin_layout Standard
14372 In this case use the 
14373 \series bold
14374 width
14375 \series default
14376  option of the 
14377 \series bold
14378
14379 \backslash
14380 diagbox
14381 \series default
14382  command.
14383  It is then not necessary to add 2
14384 \backslash
14385 tabcolsep because the cell width is now the width of the column.
14386  In this table a width of 3
14387 \begin_inset space \thinspace{}
14388 \end_inset
14389
14390 cm is used:
14391 \end_layout
14392
14393 \begin_layout Standard
14394 \noindent
14395 \align center
14396 \begin_inset Tabular
14397 <lyxtabular version="3" rows="2" columns="2">
14398 <features rotate="0" tabularvalignment="middle">
14399 <column alignment="center" valignment="top" width="0pt">
14400 <column alignment="center" valignment="top">
14401 <row>
14402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14403 \begin_inset Text
14404
14405 \begin_layout Plain Layout
14406 \begin_inset ERT
14407 status open
14408
14409 \begin_layout Plain Layout
14410
14411
14412 \backslash
14413 diagbox[width=3cm]{
14414 \end_layout
14415
14416 \end_inset
14417
14418 A
14419 \begin_inset ERT
14420 status collapsed
14421
14422 \begin_layout Plain Layout
14423
14424 }{
14425 \end_layout
14426
14427 \end_inset
14428
14429 B
14430 \begin_inset ERT
14431 status collapsed
14432
14433 \begin_layout Plain Layout
14434
14435 }
14436 \end_layout
14437
14438 \end_inset
14439
14440
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14446 \begin_inset Text
14447
14448 \begin_layout Plain Layout
14449 Thickness in nm
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 </row>
14455 <row>
14456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 Perfect Green
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 45
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 </row>
14475 </lyxtabular>
14476
14477 \end_inset
14478
14479
14480 \end_layout
14481
14482 \begin_layout Standard
14483 For multiple text lines in split cells one needs some extra height to fit
14484  the text to the cell.
14485  This can be achieved with the 
14486 \series bold
14487
14488 \backslash
14489 diagbox
14490 \series default
14491  option 
14492 \series bold
14493 height=3cm
14494 \series default
14495  (replace '3cm' by the height you need).
14496  In the following table the command
14497 \end_layout
14498
14499 \begin_layout Standard
14500
14501 \series bold
14502
14503 \backslash
14504 diagbox[width=3cm,height=1.4cm]{A
14505 \backslash
14506
14507 \backslash
14508 B}{C
14509 \backslash
14510
14511 \backslash
14512 D}
14513 \end_layout
14514
14515 \begin_layout Standard
14516 is used in the first cell.
14517  The command 
14518 \series bold
14519
14520 \backslash
14521
14522 \backslash
14523
14524 \series default
14525  creates hereby the line break.
14526 \begin_inset Foot
14527 status collapsed
14528
14529 \begin_layout Plain Layout
14530 Breaking lines with 
14531 \family sans
14532 Ctrl+Return
14533 \family default
14534  is only possible when the column has a fixed width.
14535 \end_layout
14536
14537 \end_inset
14538
14539
14540 \end_layout
14541
14542 \begin_layout Standard
14543 \noindent
14544 \align center
14545 \begin_inset Tabular
14546 <lyxtabular version="3" rows="2" columns="2">
14547 <features rotate="0" tabularvalignment="middle">
14548 <column alignment="center" valignment="top">
14549 <column alignment="center" valignment="top">
14550 <row>
14551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14552 \begin_inset Text
14553
14554 \begin_layout Plain Layout
14555 \begin_inset ERT
14556 status open
14557
14558 \begin_layout Plain Layout
14559
14560
14561 \backslash
14562 diagbox[width=3cm,height=1.4cm]{
14563 \end_layout
14564
14565 \end_inset
14566
14567 A
14568 \begin_inset ERT
14569 status collapsed
14570
14571 \begin_layout Plain Layout
14572
14573
14574 \backslash
14575
14576 \backslash
14577
14578 \end_layout
14579
14580 \end_inset
14581
14582 B
14583 \begin_inset ERT
14584 status collapsed
14585
14586 \begin_layout Plain Layout
14587
14588 }{
14589 \end_layout
14590
14591 \end_inset
14592
14593 C
14594 \begin_inset ERT
14595 status collapsed
14596
14597 \begin_layout Plain Layout
14598
14599
14600 \backslash
14601
14602 \backslash
14603
14604 \end_layout
14605
14606 \end_inset
14607
14608 D
14609 \begin_inset ERT
14610 status collapsed
14611
14612 \begin_layout Plain Layout
14613
14614 }
14615 \end_layout
14616
14617 \end_inset
14618
14619
14620 \end_layout
14621
14622 \end_inset
14623 </cell>
14624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14625 \begin_inset Text
14626
14627 \begin_layout Plain Layout
14628 Thickness in nm
14629 \end_layout
14630
14631 \end_inset
14632 </cell>
14633 </row>
14634 <row>
14635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14636 \begin_inset Text
14637
14638 \begin_layout Plain Layout
14639 Perfect Green
14640 \end_layout
14641
14642 \end_inset
14643 </cell>
14644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14645 \begin_inset Text
14646
14647 \begin_layout Plain Layout
14648 45
14649 \end_layout
14650
14651 \end_inset
14652 </cell>
14653 </row>
14654 </lyxtabular>
14655
14656 \end_inset
14657
14658
14659 \end_layout
14660
14661 \begin_layout Standard
14662 \begin_inset ERT
14663 status collapsed
14664
14665 \begin_layout Plain Layout
14666
14667
14668 \backslash
14669 else
14670 \end_layout
14671
14672 \end_inset
14673
14674
14675 \begin_inset Note Note
14676 status open
14677
14678 \begin_layout Plain Layout
14679 The following will be displayed when the LaTeX-package 
14680 \series bold
14681 diagbox
14682 \series default
14683  is not installed:
14684 \end_layout
14685
14686 \end_inset
14687
14688
14689 \end_layout
14690
14691 \begin_layout Standard
14692 You need to install the LaTeX-package 
14693 \series bold
14694 diagbox
14695 \series default
14696  to see the following part of this section in the output.
14697 \end_layout
14698
14699 \begin_layout Standard
14700 \begin_inset ERT
14701 status collapsed
14702
14703 \begin_layout Plain Layout
14704
14705
14706 \backslash
14707 fi
14708 \end_layout
14709
14710 \end_inset
14711
14712
14713 \end_layout
14714
14715 \begin_layout Standard
14716 For more info about the LaTeX-package 
14717 \series bold
14718 diagbox
14719 \series default
14720 , see its documentation, 
14721 \begin_inset CommandInset citation
14722 LatexCommand cite
14723 key "diagbox"
14724
14725 \end_inset
14726
14727 .
14728 \end_layout
14729
14730 \begin_layout Section
14731 Formal Tables
14732 \begin_inset CommandInset label
14733 LatexCommand label
14734 name "sec:Formal-Tables"
14735
14736 \end_inset
14737
14738
14739 \begin_inset Index idx
14740 status collapsed
14741
14742 \begin_layout Plain Layout
14743 Table ! Formal
14744 \end_layout
14745
14746 \end_inset
14747
14748
14749 \end_layout
14750
14751 \begin_layout Standard
14752 Tables are often typeset in books similar to Table
14753 \begin_inset space ~
14754 \end_inset
14755
14756
14757 \begin_inset CommandInset ref
14758 LatexCommand ref
14759 reference "tab:Example-booktabs-table"
14760
14761 \end_inset
14762
14763 .
14764  This kind of tables is called 
14765 \begin_inset Quotes eld
14766 \end_inset
14767
14768
14769 \emph on
14770 formal
14771 \emph default
14772
14773 \begin_inset Quotes erd
14774 \end_inset
14775
14776 .
14777  To make a table a formal table use the option 
14778 \family sans
14779 Formal
14780 \family default
14781  in the 
14782 \family sans
14783 Borders
14784 \family default
14785  tab of the table dialog.
14786 \end_layout
14787
14788 \begin_layout Standard
14789 \begin_inset Float table
14790 placement h
14791 wide false
14792 sideways false
14793 status open
14794
14795 \begin_layout Plain Layout
14796 \begin_inset Caption Standard
14797
14798 \begin_layout Plain Layout
14799 \begin_inset CommandInset label
14800 LatexCommand label
14801 name "tab:Example-booktabs-table"
14802
14803 \end_inset
14804
14805 Example booktabs-table
14806 \end_layout
14807
14808 \end_inset
14809
14810
14811 \end_layout
14812
14813 \begin_layout Plain Layout
14814 \align center
14815 \begin_inset Tabular
14816 <lyxtabular version="3" rows="8" columns="4">
14817 <features rotate="0" booktabs="true" tabularvalignment="middle">
14818 <column alignment="center" valignment="top">
14819 <column alignment="center" valignment="top">
14820 <column alignment="center" valignment="top">
14821 <column alignment="center" valignment="top">
14822 <row>
14823 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14824 \begin_inset Text
14825
14826 \begin_layout Plain Layout
14827 System
14828 \end_layout
14829
14830 \end_inset
14831 </cell>
14832 <cell alignment="center" valignment="top" topline="true" usebox="none">
14833 \begin_inset Text
14834
14835 \begin_layout Plain Layout
14836 Chip
14837 \begin_inset space \thinspace{}
14838 \end_inset
14839
14840 1
14841 \end_layout
14842
14843 \end_inset
14844 </cell>
14845 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849 Chip
14850 \begin_inset space \thinspace{}
14851 \end_inset
14852
14853 2
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14859 \begin_inset Text
14860
14861 \begin_layout Plain Layout
14862
14863 \end_layout
14864
14865 \end_inset
14866 </cell>
14867 </row>
14868 <row>
14869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Plain Layout
14873 \begin_inset ERT
14874 status collapsed
14875
14876 \begin_layout Plain Layout
14877
14878
14879 \backslash
14880 cmidrule(r){2-2}
14881 \end_layout
14882
14883 \end_inset
14884
14885
14886 \begin_inset ERT
14887 status collapsed
14888
14889 \begin_layout Plain Layout
14890
14891
14892 \backslash
14893 cmidrule(l){3-4}
14894 \end_layout
14895
14896 \end_inset
14897
14898 Detector thickness in Âµm
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 <cell alignment="center" valignment="top" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907 300
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 <cell alignment="center" valignment="top" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916 300
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 <cell alignment="center" valignment="top" usebox="none">
14922 \begin_inset Text
14923
14924 \begin_layout Plain Layout
14925 700
14926 \end_layout
14927
14928 \end_inset
14929 </cell>
14930 </row>
14931 <row>
14932 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 Edge angle in Â°
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" topline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 3.55
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" topline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 2.71
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 7.99
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 </row>
14969 <row topspace="default">
14970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974 Spatial resolution in Âµm
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 <cell alignment="center" valignment="top" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983 4.26
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell alignment="center" valignment="top" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 10.17
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 <cell alignment="center" valignment="top" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001 10.56
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 </row>
15007 <row topspace="default">
15008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012 MTF at 
15013 \begin_inset Formula $f_{\mathrm{max}}$
15014 \end_inset
15015
15016
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025 0.53
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034 0.37
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 <cell alignment="center" valignment="top" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043 0.39
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 </row>
15049 <row topspace="default">
15050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054 \begin_inset ERT
15055 status collapsed
15056
15057 \begin_layout Plain Layout
15058
15059
15060 \backslash
15061 cmidrule(l{10pt}){1-1}
15062 \end_layout
15063
15064 \end_inset
15065
15066 LSF-spatial resolution
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 <cell alignment="center" valignment="top" usebox="none">
15090 \begin_inset Text
15091
15092 \begin_layout Plain Layout
15093
15094 \end_layout
15095
15096 \end_inset
15097 </cell>
15098 </row>
15099 <row>
15100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104 in Âµm
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 129.7
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 52.75
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 50.78
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 </row>
15137 <row>
15138 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 in % of pixel size
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151 76.3
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 95.9
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169 92.3
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 </row>
15175 </lyxtabular>
15176
15177 \end_inset
15178
15179
15180 \end_layout
15181
15182 \end_inset
15183
15184
15185 \end_layout
15186
15187 \begin_layout Standard
15188 Spaces to table rows can be added using the 
15189 \family sans
15190 Borders
15191 \family default
15192  tab of the table dialog as described in section
15193 \begin_inset space ~
15194 \end_inset
15195
15196
15197 \begin_inset CommandInset ref
15198 LatexCommand ref
15199 reference "sub:Row-Spacing"
15200
15201 \end_inset
15202
15203 .
15204 \end_layout
15205
15206 \begin_layout Standard
15207 Unlike normal tables, formal tables have no vertical table lines.
15208  The horizontal table lines can be set as for normal tables but they appear
15209  with different widths in the output:
15210 \begin_inset Newline newline
15211 \end_inset
15212
15213 The first and the last table line have a default width of 0.08
15214 \begin_inset space \thinspace{}
15215 \end_inset
15216
15217 em while the other lines have a default width of 0.05
15218 \begin_inset space \thinspace{}
15219 \end_inset
15220
15221 em.
15222 \end_layout
15223
15224 \begin_layout Standard
15225 The default widths can be changed with the following preamble lines
15226 \end_layout
15227
15228 \begin_layout Standard
15229
15230 \series bold
15231
15232 \backslash
15233 let
15234 \backslash
15235 mytoprule
15236 \backslash
15237 toprule
15238 \begin_inset Newline newline
15239 \end_inset
15240
15241
15242 \backslash
15243 renewcommand{
15244 \backslash
15245 toprule}{
15246 \backslash
15247 mytoprule[width]}
15248 \end_layout
15249
15250 \begin_layout Standard
15251 This example is for the first line, the so called 
15252 \series bold
15253 toprule
15254 \series default
15255 .
15256  If you want to change the width for the last line, replace 
15257 \series bold
15258 toprule
15259 \series default
15260  by 
15261 \series bold
15262 bottomrule
15263 \series default
15264 .
15265  To change the width for the other lines replace 
15266 \series bold
15267 toprule
15268 \series default
15269  by 
15270 \series bold
15271 midrule
15272 \series default
15273 .
15274  You can use all units listed in appendix
15275 \begin_inset space ~
15276 \end_inset
15277
15278
15279 \begin_inset CommandInset ref
15280 LatexCommand ref
15281 reference "cha:Units-available-in"
15282
15283 \end_inset
15284
15285  to set the width.
15286 \end_layout
15287
15288 \begin_layout Standard
15289 Lines that do not span all table columns can be created by setting a table
15290  line for multicolumn cells.
15291  LyX will then internally use the command 
15292 \series bold
15293
15294 \backslash
15295 cmidrule
15296 \series default
15297  to create this line.
15298  Its full scheme is
15299 \end_layout
15300
15301 \begin_layout Standard
15302
15303 \series bold
15304
15305 \backslash
15306 cmidrule[width](trim){startcol-endcol}
15307 \end_layout
15308
15309 \begin_layout Standard
15310 The options of 
15311 \series bold
15312
15313 \backslash
15314 cmidrule
15315 \series default
15316  are currently not supported by LyX so you have to use TeX-Code to be able
15317  to use them.
15318  
15319 \series bold
15320
15321 \backslash
15322 cmidrule
15323 \series default
15324 s can manually be created by inserting the command as TeX-Code as the first
15325  cell entry of the first cell of a row.
15326  The line is then drawn in the output above the current row.
15327 \end_layout
15328
15329 \begin_layout Standard
15330 The default for the width is 0.03
15331 \begin_inset space \thinspace{}
15332 \end_inset
15333
15334 em.
15335  Startcol is the number of the column where the line starts and endcol the
15336  column number where the line ends.
15337  The endcol always needs to be specified, also when the line should span
15338  only one column.
15339  The optional parameter trim could be either 
15340 \emph on
15341 l{trimwidth}
15342 \emph default
15343 , or 
15344 \emph on
15345 r{trimwidth}
15346 \emph default
15347  where the trimwidth is also optional.
15348  Using for example the parameter 
15349 \emph on
15350 l{2pt}
15351 \emph default
15352  means that the line is trimmed from its left end by 2
15353 \begin_inset space \thinspace{}
15354 \end_inset
15355
15356 pt.
15357  If you don't specify the trimwidth the lines are trimmed by the default
15358  of 0.5
15359 \begin_inset space \thinspace{}
15360 \end_inset
15361
15362 em.
15363 \end_layout
15364
15365 \begin_layout Standard
15366 \begin_inset VSpace bigskip
15367 \end_inset
15368
15369 Table
15370 \begin_inset space ~
15371 \end_inset
15372
15373
15374 \begin_inset CommandInset ref
15375 LatexCommand ref
15376 reference "tab:Example-booktabs-table"
15377
15378 \end_inset
15379
15380  was created using the commands
15381 \end_layout
15382
15383 \begin_layout Standard
15384
15385 \series bold
15386
15387 \backslash
15388 cmidrule(r){2-2}
15389 \backslash
15390 cmidrule(l){3-4}
15391 \end_layout
15392
15393 \begin_layout Standard
15394 at the beginning of the second row and
15395 \end_layout
15396
15397 \begin_layout Standard
15398
15399 \series bold
15400
15401 \backslash
15402 cmidrule(l{10pt}){1-1}
15403 \end_layout
15404
15405 \begin_layout Standard
15406 in the sixth row.
15407 \end_layout
15408
15409 \begin_layout Standard
15410 \begin_inset VSpace bigskip
15411 \end_inset
15412
15413
15414 \end_layout
15415
15416 \begin_layout Standard
15417 You might want to have overlapping 
15418 \series bold
15419
15420 \backslash
15421 cmidrule
15422 \series default
15423 s as in in Table
15424 \begin_inset space ~
15425 \end_inset
15426
15427
15428 \begin_inset CommandInset ref
15429 LatexCommand ref
15430 reference "tab:Special-booktabs-table"
15431
15432 \end_inset
15433
15434 .
15435  This can be achieved with the TeX-Code command
15436 \end_layout
15437
15438 \begin_layout Standard
15439
15440 \series bold
15441
15442 \backslash
15443 morecmidrules
15444 \end_layout
15445
15446 \begin_layout Standard
15447 The command that was used for the second row of Table
15448 \begin_inset space ~
15449 \end_inset
15450
15451
15452 \begin_inset CommandInset ref
15453 LatexCommand ref
15454 reference "tab:Special-booktabs-table"
15455
15456 \end_inset
15457
15458  is
15459 \end_layout
15460
15461 \begin_layout Standard
15462
15463 \series bold
15464
15465 \backslash
15466 cmidrule(r){2-2}
15467 \backslash
15468 cmidrule(l){3-4}
15469 \backslash
15470 morecmidrules
15471 \backslash
15472 cmidrule{2-4}
15473 \end_layout
15474
15475 \begin_layout Standard
15476 The command for the sixth row is
15477 \end_layout
15478
15479 \begin_layout Standard
15480
15481 \series bold
15482
15483 \backslash
15484 midrule
15485 \backslash
15486 morecmidrules
15487 \backslash
15488 cmidrule{3-4}
15489 \end_layout
15490
15491 \begin_layout Standard
15492 \begin_inset VSpace bigskip
15493 \end_inset
15494
15495
15496 \end_layout
15497
15498 \begin_layout Standard
15499 If you are in any way not satisfied with the border line spacing, you can
15500  use the following command to produce lines that span over all table columns
15501 \series bold
15502 :
15503 \end_layout
15504
15505 \begin_layout Standard
15506
15507 \series bold
15508
15509 \backslash
15510 specialrule{width}{space above}{space below}
15511 \end_layout
15512
15513 \begin_layout Standard
15514 For more information about these features, refer to the manual of the LaTeX-pack
15515 age 
15516 \series bold
15517 booktabs
15518 \series default
15519  
15520 \begin_inset CommandInset citation
15521 LatexCommand cite
15522 key "booktabs"
15523
15524 \end_inset
15525
15526 .
15527 \begin_inset Index idx
15528 status collapsed
15529
15530 \begin_layout Plain Layout
15531 LaTeX-packages ! booktabs
15532 \end_layout
15533
15534 \end_inset
15535
15536
15537 \end_layout
15538
15539 \begin_layout Standard
15540 \begin_inset Float table
15541 placement h
15542 wide false
15543 sideways false
15544 status open
15545
15546 \begin_layout Plain Layout
15547 \begin_inset Caption Standard
15548
15549 \begin_layout Plain Layout
15550 \begin_inset CommandInset label
15551 LatexCommand label
15552 name "tab:Special-booktabs-table"
15553
15554 \end_inset
15555
15556 Special booktabs-table
15557 \end_layout
15558
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \begin_layout Plain Layout
15565 \align center
15566 \begin_inset Tabular
15567 <lyxtabular version="3" rows="8" columns="4">
15568 <features rotate="0" booktabs="true" tabularvalignment="middle">
15569 <column alignment="center" valignment="top">
15570 <column alignment="center" valignment="top">
15571 <column alignment="center" valignment="top">
15572 <column alignment="center" valignment="top">
15573 <row>
15574 <cell alignment="center" valignment="top" topline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578 System
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 <cell alignment="center" valignment="top" topline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587 Chip
15588 \begin_inset space \thinspace{}
15589 \end_inset
15590
15591 1
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Plain Layout
15600 Chip
15601 \begin_inset space \thinspace{}
15602 \end_inset
15603
15604 2
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Plain Layout
15613
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 </row>
15619 <row>
15620 <cell alignment="center" valignment="top" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624 \begin_inset ERT
15625 status collapsed
15626
15627 \begin_layout Plain Layout
15628
15629
15630 \backslash
15631 cmidrule(r){2-2}
15632 \end_layout
15633
15634 \end_inset
15635
15636
15637 \begin_inset ERT
15638 status collapsed
15639
15640 \begin_layout Plain Layout
15641
15642
15643 \backslash
15644 cmidrule(l){3-4}
15645 \end_layout
15646
15647 \end_inset
15648
15649
15650 \begin_inset ERT
15651 status collapsed
15652
15653 \begin_layout Plain Layout
15654
15655
15656 \backslash
15657 morecmidrules 
15658 \end_layout
15659
15660 \end_inset
15661
15662
15663 \begin_inset ERT
15664 status collapsed
15665
15666 \begin_layout Plain Layout
15667
15668
15669 \backslash
15670 cmidrule{2-4}
15671 \end_layout
15672
15673 \end_inset
15674
15675 Detector thickness in Âµm
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 <cell alignment="center" valignment="top" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684 300
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 <cell alignment="center" valignment="top" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693 300
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 <cell alignment="center" valignment="top" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702 700
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 </row>
15708 <row>
15709 <cell alignment="center" valignment="top" topline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713 Edge angle in Â°
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 <cell alignment="center" valignment="top" topline="true" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722 3.55
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 <cell alignment="center" valignment="top" topline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731 2.71
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 <cell alignment="center" valignment="top" topline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740 7.99
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 </row>
15746 <row topspace="default">
15747 <cell alignment="center" valignment="top" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 Spatial resolution in Âµm
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 4.26
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 10.17
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell alignment="center" valignment="top" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778 10.56
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 </row>
15784 <row topspace="default">
15785 <cell alignment="center" valignment="top" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789 MTF at 
15790 \begin_inset Formula $f_{\mathrm{max}}$
15791 \end_inset
15792
15793
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802 0.53
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811 0.37
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 <cell alignment="center" valignment="top" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820 0.39
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 </row>
15826 <row>
15827 <cell alignment="center" valignment="top" topline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831 \begin_inset ERT
15832 status collapsed
15833
15834 \begin_layout Plain Layout
15835
15836
15837 \backslash
15838 morecmidrules 
15839 \end_layout
15840
15841 \end_inset
15842
15843
15844 \begin_inset ERT
15845 status collapsed
15846
15847 \begin_layout Plain Layout
15848
15849
15850 \backslash
15851 cmidrule{3-4}
15852 \end_layout
15853
15854 \end_inset
15855
15856 LSF-spatial resolution
15857 \end_layout
15858
15859 \end_inset
15860 </cell>
15861 <cell alignment="center" valignment="top" topline="true" usebox="none">
15862 \begin_inset Text
15863
15864 \begin_layout Plain Layout
15865
15866 \end_layout
15867
15868 \end_inset
15869 </cell>
15870 <cell alignment="center" valignment="top" topline="true" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874
15875 \end_layout
15876
15877 \end_inset
15878 </cell>
15879 <cell alignment="center" valignment="top" topline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883
15884 \end_layout
15885
15886 \end_inset
15887 </cell>
15888 </row>
15889 <row>
15890 <cell alignment="center" valignment="top" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Plain Layout
15894 in Âµm
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 <cell alignment="center" valignment="top" usebox="none">
15900 \begin_inset Text
15901
15902 \begin_layout Plain Layout
15903 129.7
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 <cell alignment="center" valignment="top" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Plain Layout
15912 52.75
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 <cell alignment="center" valignment="top" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Plain Layout
15921 50.78
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 </row>
15927 <row>
15928 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932 in % of pixel size
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 76.3
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 95.9
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959 92.3
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 </row>
15965 </lyxtabular>
15966
15967 \end_inset
15968
15969
15970 \end_layout
15971
15972 \end_inset
15973
15974
15975 \end_layout
15976
15977 \begin_layout Section
15978 Vertical Table Alignment
15979 \begin_inset Index idx
15980 status collapsed
15981
15982 \begin_layout Plain Layout
15983 Table ! Alignment
15984 \end_layout
15985
15986 \end_inset
15987
15988
15989 \end_layout
15990
15991 \begin_layout Standard
15992 To align tables vertically in a text line, the table must be inside a box.
15993  The box can then be vertically aligned as described in section
15994 \begin_inset space ~
15995 \end_inset
15996
15997
15998 \begin_inset CommandInset ref
15999 LatexCommand ref
16000 reference "sec:Box-Dialog"
16001
16002 \end_inset
16003
16004 .
16005 \end_layout
16006
16007 \begin_layout Standard
16008 In the following example the tables are inside a minipage
16009 \begin_inset Foot
16010 status collapsed
16011
16012 \begin_layout Plain Layout
16013 Minipages are described in section
16014 \begin_inset space ~
16015 \end_inset
16016
16017
16018 \begin_inset CommandInset ref
16019 LatexCommand ref
16020 reference "sec:Minipages"
16021
16022 \end_inset
16023
16024 .
16025 \end_layout
16026
16027 \end_inset
16028
16029  box that has a width of 15
16030 \begin_inset space \thinspace{}
16031 \end_inset
16032
16033 col%:
16034 \end_layout
16035
16036 \begin_layout Itemize
16037 test 
16038 \begin_inset Box Frameless
16039 position "t"
16040 hor_pos "c"
16041 has_inner_box 1
16042 inner_pos "c"
16043 use_parbox 0
16044 use_makebox 0
16045 width "15col%"
16046 special "none"
16047 height "1in"
16048 height_special "totalheight"
16049 status collapsed
16050
16051 \begin_layout Plain Layout
16052 \begin_inset Tabular
16053 <lyxtabular version="3" rows="3" columns="3">
16054 <features rotate="0" tabularvalignment="middle">
16055 <column alignment="center" valignment="top">
16056 <column alignment="center" valignment="top">
16057 <column alignment="center" valignment="top">
16058 <row>
16059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063 a
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072 d
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16078 \begin_inset Text
16079
16080 \begin_layout Plain Layout
16081 g
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 </row>
16087 <row>
16088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 b
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101 e
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Plain Layout
16110 h
16111 \end_layout
16112
16113 \end_inset
16114 </cell>
16115 </row>
16116 <row>
16117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 c
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130 f
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139 i
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 </row>
16145 </lyxtabular>
16146
16147 \end_inset
16148
16149
16150 \end_layout
16151
16152 \end_inset
16153
16154  test 
16155 \begin_inset ERT
16156 status collapsed
16157
16158 \begin_layout Plain Layout
16159
16160
16161 \backslash
16162 raisebox{0.85
16163 \backslash
16164 baselineskip}{
16165 \end_layout
16166
16167 \end_inset
16168
16169
16170 \begin_inset Box Frameless
16171 position "t"
16172 hor_pos "c"
16173 has_inner_box 1
16174 inner_pos "c"
16175 use_parbox 0
16176 use_makebox 0
16177 width "15col%"
16178 special "none"
16179 height "1in"
16180 height_special "totalheight"
16181 status collapsed
16182
16183 \begin_layout Plain Layout
16184 \begin_inset Tabular
16185 <lyxtabular version="3" rows="3" columns="3">
16186 <features rotate="0" tabularvalignment="middle">
16187 <column alignment="center" valignment="top">
16188 <column alignment="center" valignment="top">
16189 <column alignment="center" valignment="top">
16190 <row>
16191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 a
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16201 \begin_inset Text
16202
16203 \begin_layout Plain Layout
16204 d
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213 g
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 </row>
16219 <row>
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 b
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233 e
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242 h
16243 \end_layout
16244
16245 \end_inset
16246 </cell>
16247 </row>
16248 <row>
16249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253 c
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 f
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271 i
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 </row>
16277 </lyxtabular>
16278
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \end_inset
16285
16286
16287 \begin_inset ERT
16288 status collapsed
16289
16290 \begin_layout Plain Layout
16291
16292 }
16293 \end_layout
16294
16295 \end_inset
16296
16297
16298 \end_layout
16299
16300 \begin_layout Itemize
16301 test 
16302 \begin_inset Box Frameless
16303 position "c"
16304 hor_pos "c"
16305 has_inner_box 1
16306 inner_pos "c"
16307 use_parbox 0
16308 use_makebox 0
16309 width "15col%"
16310 special "none"
16311 height "1in"
16312 height_special "totalheight"
16313 status collapsed
16314
16315 \begin_layout Plain Layout
16316 \begin_inset Tabular
16317 <lyxtabular version="3" rows="3" columns="3">
16318 <features rotate="0" tabularvalignment="middle">
16319 <column alignment="center" valignment="top">
16320 <column alignment="center" valignment="top">
16321 <column alignment="center" valignment="top">
16322 <row>
16323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327 a
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336 d
16337 \end_layout
16338
16339 \end_inset
16340 </cell>
16341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345 g
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 </row>
16351 <row>
16352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356 b
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16362 \begin_inset Text
16363
16364 \begin_layout Plain Layout
16365 e
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 h
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 </row>
16380 <row>
16381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Plain Layout
16385 c
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394 f
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403 i
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 </row>
16409 </lyxtabular>
16410
16411 \end_inset
16412
16413
16414 \end_layout
16415
16416 \end_inset
16417
16418
16419 \end_layout
16420
16421 \begin_layout Itemize
16422 test 
16423 \begin_inset Box Frameless
16424 position "b"
16425 hor_pos "c"
16426 has_inner_box 1
16427 inner_pos "c"
16428 use_parbox 0
16429 use_makebox 0
16430 width "15col%"
16431 special "none"
16432 height "1in"
16433 height_special "totalheight"
16434 status collapsed
16435
16436 \begin_layout Plain Layout
16437 \begin_inset Tabular
16438 <lyxtabular version="3" rows="3" columns="3">
16439 <features rotate="0" tabularvalignment="middle">
16440 <column alignment="center" valignment="top">
16441 <column alignment="center" valignment="top">
16442 <column alignment="center" valignment="top">
16443 <row>
16444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Plain Layout
16448 a
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 d
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466 g
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 </row>
16472 <row>
16473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477 b
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 e
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 h
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 </row>
16501 <row>
16502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 c
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 f
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 i
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 </row>
16530 </lyxtabular>
16531
16532 \end_inset
16533
16534
16535 \end_layout
16536
16537 \end_inset
16538
16539  test 
16540 \begin_inset ERT
16541 status collapsed
16542
16543 \begin_layout Plain Layout
16544
16545
16546 \backslash
16547 raisebox{-0.32
16548 \backslash
16549 baselineskip}{
16550 \end_layout
16551
16552 \end_inset
16553
16554
16555 \begin_inset Box Frameless
16556 position "b"
16557 hor_pos "c"
16558 has_inner_box 1
16559 inner_pos "c"
16560 use_parbox 0
16561 use_makebox 0
16562 width "15col%"
16563 special "none"
16564 height "1in"
16565 height_special "totalheight"
16566 status collapsed
16567
16568 \begin_layout Plain Layout
16569 \begin_inset Tabular
16570 <lyxtabular version="3" rows="3" columns="3">
16571 <features rotate="0" tabularvalignment="middle">
16572 <column alignment="center" valignment="top">
16573 <column alignment="center" valignment="top">
16574 <column alignment="center" valignment="top">
16575 <row>
16576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 a
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 d
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598 g
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 <row>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 b
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618 e
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 h
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 </row>
16633 <row>
16634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 c
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647 f
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656 i
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 </row>
16662 </lyxtabular>
16663
16664 \end_inset
16665
16666
16667 \end_layout
16668
16669 \end_inset
16670
16671
16672 \begin_inset ERT
16673 status collapsed
16674
16675 \begin_layout Plain Layout
16676
16677 }
16678 \end_layout
16679
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \begin_layout Standard
16686 As you will see, the content of the first and last table row is not correctly
16687  aligned.
16688  To get this alignment, the minipage box must be set into a raisebox
16689 \begin_inset Foot
16690 status collapsed
16691
16692 \begin_layout Plain Layout
16693 Raiseboxes are described in section
16694 \begin_inset space ~
16695 \end_inset
16696
16697
16698 \begin_inset CommandInset ref
16699 LatexCommand ref
16700 reference "sub:Vertical-Alignment"
16701
16702 \end_inset
16703
16704 .
16705 \end_layout
16706
16707 \end_inset
16708
16709 .
16710  In the example above the second table in the first item is aligned using
16711  the TeX-Code-command
16712 \end_layout
16713
16714 \begin_layout Standard
16715
16716 \series bold
16717
16718 \backslash
16719 raisebox{0.85
16720 \backslash
16721 baselineskip}{
16722 \end_layout
16723
16724 \begin_layout Standard
16725 before the box.
16726  After the box the closing brace 
16727 \series bold
16728 }
16729 \series default
16730  is inserted as TeX-Code.
16731  For the second table in the last item the command
16732 \end_layout
16733
16734 \begin_layout Standard
16735
16736 \series bold
16737
16738 \backslash
16739 raisebox{-0.32
16740 \backslash
16741 baselineskip}{
16742 \end_layout
16743
16744 \begin_layout Standard
16745 is used.
16746 \end_layout
16747
16748 \begin_layout Standard
16749 \begin_inset Note Greyedout
16750 status open
16751
16752 \begin_layout Plain Layout
16753
16754 \series bold
16755 Note:
16756 \series default
16757  The alignment of the table row content to the surrounding text line is
16758  not exact.
16759  The required value for the 
16760 \series bold
16761
16762 \backslash
16763 raisebox
16764 \series default
16765  command for this alignment depends on the document font, the font size,
16766  and the table line thickness.
16767 \end_layout
16768
16769 \end_inset
16770
16771
16772 \end_layout
16773
16774 \begin_layout Section
16775 Colored Tables
16776 \begin_inset CommandInset label
16777 LatexCommand label
16778 name "sec:Colored-Tables"
16779
16780 \end_inset
16781
16782
16783 \begin_inset Index idx
16784 status collapsed
16785
16786 \begin_layout Plain Layout
16787 Table ! Color
16788 \end_layout
16789
16790 \end_inset
16791
16792
16793 \end_layout
16794
16795 \begin_layout Subsection
16796 Colored Cells
16797 \begin_inset Index idx
16798 status collapsed
16799
16800 \begin_layout Plain Layout
16801 Table Color ! for Cells
16802 \end_layout
16803
16804 \end_inset
16805
16806
16807 \begin_inset Index idx
16808 status collapsed
16809
16810 \begin_layout Plain Layout
16811 Color ! for Table Cells
16812 \end_layout
16813
16814 \end_inset
16815
16816
16817 \end_layout
16818
16819 \begin_layout Standard
16820 \begin_inset Float table
16821 placement h
16822 wide false
16823 sideways false
16824 status open
16825
16826 \begin_layout Plain Layout
16827 \begin_inset Caption Standard
16828
16829 \begin_layout Plain Layout
16830 \begin_inset CommandInset label
16831 LatexCommand label
16832 name "tab:Table-colored-without"
16833
16834 \end_inset
16835
16836 Table colored without using the package 
16837 \series bold
16838 colortbl
16839 \series default
16840
16841 \begin_inset Argument 1
16842 status collapsed
16843
16844 \begin_layout Plain Layout
16845 Table without colortbl
16846 \end_layout
16847
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \end_inset
16854
16855
16856 \end_layout
16857
16858 \begin_layout Plain Layout
16859 \align center
16860 \begin_inset Tabular
16861 <lyxtabular version="3" rows="3" columns="3">
16862 <features rotate="0" tabularvalignment="middle">
16863 <column alignment="center" valignment="top">
16864 <column alignment="center" valignment="top">
16865 <column alignment="center" valignment="top">
16866 <row>
16867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871
16872 \color green
16873 a
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882
16883 \color red
16884 b
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893
16894 \color red
16895 c
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 </row>
16901 <row>
16902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906
16907 \color green
16908 d
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917
16918 \color blue
16919 e
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928
16929 \color blue
16930 f
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 </row>
16936 <row>
16937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941
16942 \color green
16943 g
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952
16953 \color blue
16954 h
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963
16964 \color blue
16965 i
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 </row>
16971 </lyxtabular>
16972
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \begin_layout Standard
16984 If you only need colored text, mark the cells and choose a color in the
16985  
16986 \family sans
16987 Text
16988 \begin_inset space ~
16989 \end_inset
16990
16991 Style
16992 \family default
16993  dialog (toolbar button 
16994 \begin_inset Info
16995 type  "icon"
16996 arg   "dialog-show character"
16997 \end_inset
16998
16999 ).
17000  This was used to create Table
17001 \begin_inset space ~
17002 \end_inset
17003
17004
17005 \begin_inset CommandInset ref
17006 LatexCommand ref
17007 reference "tab:Table-colored-without"
17008
17009 \end_inset
17010
17011 .
17012  In any other case you have to use the LaTeX-package 
17013 \series bold
17014 colortbl
17015 \series default
17016 .
17017 \begin_inset Index idx
17018 status collapsed
17019
17020 \begin_layout Plain Layout
17021 LaTeX-packages ! colortbl
17022 \end_layout
17023
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \begin_layout Standard
17030 \begin_inset ERT
17031 status collapsed
17032
17033 \begin_layout Plain Layout
17034
17035
17036 \backslash
17037 ifcolortbl
17038 \end_layout
17039
17040 \end_inset
17041
17042
17043 \begin_inset Note Note
17044 status open
17045
17046 \begin_layout Plain Layout
17047 The following section part will only be displayed when the LaTeX-package
17048  
17049 \series bold
17050 colortbl
17051 \series default
17052  is installed.
17053 \end_layout
17054
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \begin_layout Standard
17061 To create colored tables, 
17062 \series bold
17063 colortbl
17064 \series default
17065  must be loaded in the preamble with the line
17066 \end_layout
17067
17068 \begin_layout Standard
17069
17070 \series bold
17071
17072 \backslash
17073 usepackage{colortbl}
17074 \end_layout
17075
17076 \begin_layout Standard
17077 The color of a column is adjusted with the command
17078 \end_layout
17079
17080 \begin_layout Standard
17081
17082 \series bold
17083
17084 \backslash
17085 columncolor{name of color}
17086 \end_layout
17087
17088 \begin_layout Standard
17089 inside the command 
17090 \series bold
17091 >{ }
17092 \series default
17093 .
17094  More about the command 
17095 \series bold
17096 >{}
17097 \series default
17098  is contained in section
17099 \begin_inset space ~
17100 \end_inset
17101
17102
17103 \begin_inset CommandInset ref
17104 LatexCommand ref
17105 reference "sub:Multicolumn-Calculations"
17106
17107 \end_inset
17108
17109 .
17110 \end_layout
17111
17112 \begin_layout Standard
17113 The following color names are predefined:
17114 \end_layout
17115
17116 \begin_layout Standard
17117
17118 \family sans
17119 red
17120 \family default
17121
17122 \family sans
17123 green
17124 \family default
17125
17126 \family sans
17127 yellow
17128 \family default
17129
17130 \family sans
17131 blue
17132 \family default
17133
17134 \family sans
17135 cyan
17136 \family default
17137
17138 \family sans
17139 magenta
17140 \family default
17141
17142 \family sans
17143 black
17144 \family default
17145  and 
17146 \family sans
17147 white
17148 \end_layout
17149
17150 \begin_layout Standard
17151 \begin_inset VSpace medskip
17152 \end_inset
17153
17154
17155 \end_layout
17156
17157 \begin_layout Standard
17158 If you add the options
17159 \end_layout
17160
17161 \begin_layout Standard
17162
17163 \series bold
17164 usenames,dvipsnames
17165 \end_layout
17166
17167 \begin_layout Standard
17168 to the document class options in the document settings, you can additionally
17169  use further 61
17170 \begin_inset space ~
17171 \end_inset
17172
17173 colors.
17174  These colors are listed in appendix
17175 \begin_inset space ~
17176 \end_inset
17177
17178
17179 \begin_inset CommandInset ref
17180 LatexCommand ref
17181 reference "chap:List-of-dvips-colornames"
17182
17183 \end_inset
17184
17185 .
17186  One of these colors, 
17187 \family sans
17188 Maroon
17189 \family default
17190 , is used as example in Table
17191 \begin_inset space ~
17192 \end_inset
17193
17194
17195 \begin_inset CommandInset ref
17196 LatexCommand ref
17197 reference "tab:Table-colored-using"
17198
17199 \end_inset
17200
17201 .
17202 \end_layout
17203
17204 \begin_layout Standard
17205 \begin_inset VSpace medskip
17206 \end_inset
17207
17208
17209 \end_layout
17210
17211 \begin_layout Standard
17212 You can also define your own color with the command
17213 \end_layout
17214
17215 \begin_layout Standard
17216
17217 \series bold
17218
17219 \backslash
17220 definecolor{color name}{color model}{color values}
17221 \end_layout
17222
17223 \begin_layout Standard
17224 The color model can be
17225 \end_layout
17226
17227 \begin_layout Labeling
17228 \labelwidthstring 00.00.0000
17229 cmyk: cyan, magenta, yellow, black
17230 \end_layout
17231
17232 \begin_layout Labeling
17233 \labelwidthstring 00.00.0000
17234 rgb: red, green blue
17235 \end_layout
17236
17237 \begin_layout Labeling
17238 \labelwidthstring 00.00.0000
17239 gray gray
17240 \end_layout
17241
17242 \begin_layout Standard
17243 and the color values are comma separated numbers between 0 and 1 describing
17244  the factor for the corresponding color of the color model.
17245 \end_layout
17246
17247 \begin_layout Standard
17248 You can e.
17249 \begin_inset space \thinspace{}
17250 \end_inset
17251
17252 g.
17253 \begin_inset space \space{}
17254 \end_inset
17255
17256 define the color "
17257 \emph on
17258 darkgreen
17259 \emph default
17260 " in the preamble with
17261 \end_layout
17262
17263 \begin_layout Standard
17264
17265 \series bold
17266
17267 \backslash
17268 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17269 \end_layout
17270
17271 \begin_layout Standard
17272 and the color "
17273 \emph on
17274 lightgray
17275 \emph default
17276 " with
17277 \end_layout
17278
17279 \begin_layout Standard
17280
17281 \series bold
17282
17283 \backslash
17284 definecolor{lightgray}{gray}{0.8}
17285 \end_layout
17286
17287 \begin_layout Standard
17288 \begin_inset VSpace medskip
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \begin_layout Standard
17295 Lines are colored with the command
17296 \end_layout
17297
17298 \begin_layout Standard
17299
17300 \series bold
17301
17302 \backslash
17303 rowcolor{name of color}
17304 \end_layout
17305
17306 \begin_layout Standard
17307 and cells are colored with the command
17308 \end_layout
17309
17310 \begin_layout Standard
17311
17312 \series bold
17313
17314 \backslash
17315 cellcolor{name of color}
17316 \end_layout
17317
17318 \begin_layout Standard
17319 Both commands are inserted at the beginning of a cell as TeX-Code.
17320 \end_layout
17321
17322 \begin_layout Standard
17323 To color characters in the table, mark the cells and use the 
17324 \family sans
17325 Text
17326 \begin_inset space ~
17327 \end_inset
17328
17329 Style
17330 \family default
17331  dialog.
17332  If a cell contains TeX-Code mark only the characters, otherwise the colored
17333  TeX-Code will cause LaTeX-errors.
17334 \end_layout
17335
17336 \begin_layout Standard
17337 \begin_inset Note Greyedout
17338 status open
17339
17340 \begin_layout Plain Layout
17341
17342 \series bold
17343 Note:
17344 \series default
17345  Not all DVI-viewers are able to display self-defined colors.
17346 \end_layout
17347
17348 \end_inset
17349
17350
17351 \end_layout
17352
17353 \begin_layout Standard
17354 \begin_inset VSpace bigskip
17355 \end_inset
17356
17357
17358 \end_layout
17359
17360 \begin_layout Standard
17361 To create Table
17362 \begin_inset space ~
17363 \end_inset
17364
17365
17366 \begin_inset CommandInset ref
17367 LatexCommand ref
17368 reference "tab:Table-colored-using"
17369
17370 \end_inset
17371
17372  do the following: The color of the first column should be 
17373 \emph on
17374 darkgreen
17375 \emph default
17376 .
17377  So insert
17378 \end_layout
17379
17380 \begin_layout Standard
17381
17382 \series bold
17383 >{
17384 \backslash
17385 columncolor{darkgreen}
17386 \backslash
17387 centering}c
17388 \end_layout
17389
17390 \begin_layout Standard
17391 as LaTeX-argument for this column.
17392  The first row should be light blue, therefore the TeX-Code command
17393 \end_layout
17394
17395 \begin_layout Standard
17396
17397 \series bold
17398
17399 \backslash
17400 rowcolor{cyan}
17401 \end_layout
17402
17403 \begin_layout Standard
17404 is inserted to the first cell of this row.
17405  Note that this overwrites the column color for the first cell.
17406  The last cell of the last row is colored maroon by inserting the TeX-Code
17407  command
17408 \end_layout
17409
17410 \begin_layout Standard
17411
17412 \series bold
17413
17414 \backslash
17415 cellcolor{Maroon}
17416 \end_layout
17417
17418 \begin_layout Standard
17419 The characters could now be colored using the menu 
17420 \family sans
17421 Edit\SpecialChar \menuseparator
17422 Text
17423 \begin_inset space ~
17424 \end_inset
17425
17426 Style
17427 \family default
17428 .
17429 \end_layout
17430
17431 \begin_layout Standard
17432 \begin_inset Float table
17433 placement h
17434 wide false
17435 sideways false
17436 status open
17437
17438 \begin_layout Plain Layout
17439 \begin_inset Caption Standard
17440
17441 \begin_layout Plain Layout
17442 \begin_inset CommandInset label
17443 LatexCommand label
17444 name "tab:Table-colored-using"
17445
17446 \end_inset
17447
17448 Table colored using the package 
17449 \series bold
17450 colortbl
17451 \series default
17452
17453 \begin_inset Argument 1
17454 status collapsed
17455
17456 \begin_layout Plain Layout
17457 Table with colortbl
17458 \end_layout
17459
17460 \end_inset
17461
17462
17463 \end_layout
17464
17465 \end_inset
17466
17467
17468 \end_layout
17469
17470 \begin_layout Plain Layout
17471 \align center
17472 \begin_inset Tabular
17473 <lyxtabular version="3" rows="3" columns="3">
17474 <features rotate="0" tabularvalignment="middle">
17475 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17476 <column alignment="center" valignment="top">
17477 <column alignment="center" valignment="top">
17478 <row>
17479 <cell alignment="center" valignment="top" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483 \begin_inset ERT
17484 status collapsed
17485
17486 \begin_layout Plain Layout
17487
17488
17489 \backslash
17490 rowcolor{cyan}
17491 \end_layout
17492
17493 \end_inset
17494
17495
17496 \color magenta
17497 a
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell alignment="center" valignment="top" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506
17507 \color red
17508 b
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 <cell alignment="center" valignment="top" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517
17518 \color red
17519 c
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 </row>
17525 <row>
17526 <cell alignment="center" valignment="top" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530
17531 \color yellow
17532 d
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 <cell alignment="center" valignment="top" usebox="none">
17538 \begin_inset Text
17539
17540 \begin_layout Plain Layout
17541
17542 \color blue
17543 e
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 <cell alignment="center" valignment="top" usebox="none">
17549 \begin_inset Text
17550
17551 \begin_layout Plain Layout
17552
17553 \color blue
17554 f
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 </row>
17560 <row>
17561 <cell alignment="center" valignment="top" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565
17566 \color yellow
17567 g
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576
17577 \color blue
17578 h
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 <cell alignment="center" valignment="top" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Plain Layout
17587 \begin_inset ERT
17588 status collapsed
17589
17590 \begin_layout Plain Layout
17591
17592
17593 \backslash
17594 cellcolor{Maroon}
17595 \end_layout
17596
17597 \end_inset
17598
17599
17600 \color green
17601 i
17602 \end_layout
17603
17604 \end_inset
17605 </cell>
17606 </row>
17607 </lyxtabular>
17608
17609 \end_inset
17610
17611
17612 \end_layout
17613
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \begin_layout Standard
17620 \begin_inset ERT
17621 status collapsed
17622
17623 \begin_layout Plain Layout
17624
17625
17626 \backslash
17627 else
17628 \end_layout
17629
17630 \end_inset
17631
17632
17633 \begin_inset Note Note
17634 status open
17635
17636 \begin_layout Plain Layout
17637 The following will be displayed when the LaTeX-package 
17638 \series bold
17639 colortbl
17640 \series default
17641  is not installed:
17642 \end_layout
17643
17644 \end_inset
17645
17646
17647 \end_layout
17648
17649 \begin_layout Standard
17650 You need to install the package 
17651 \series bold
17652 colortbl
17653 \series default
17654  to see the content of this section in the output.
17655 \end_layout
17656
17657 \begin_layout Standard
17658 \begin_inset ERT
17659 status collapsed
17660
17661 \begin_layout Plain Layout
17662
17663
17664 \backslash
17665 fi
17666 \end_layout
17667
17668 \end_inset
17669
17670
17671 \end_layout
17672
17673 \begin_layout Subsection
17674 Colored Rows
17675 \begin_inset Index idx
17676 status collapsed
17677
17678 \begin_layout Plain Layout
17679 Table Color ! for Rows
17680 \end_layout
17681
17682 \end_inset
17683
17684
17685 \begin_inset Index idx
17686 status collapsed
17687
17688 \begin_layout Plain Layout
17689 Color ! for Table Rows
17690 \end_layout
17691
17692 \end_inset
17693
17694
17695 \end_layout
17696
17697 \begin_layout Standard
17698 In case every second table row needs to be colored there is an alternative
17699  to the method described in the previous section: One loads the package
17700  
17701 \series bold
17702 xcolor
17703 \series default
17704
17705 \begin_inset Index idx
17706 status collapsed
17707
17708 \begin_layout Plain Layout
17709 LaTeX-packages ! xcolor
17710 \begin_inset ERT
17711 status collapsed
17712
17713 \begin_layout Plain Layout
17714
17715
17716 \backslash
17717 vspace{4mm}
17718 \end_layout
17719
17720 \end_inset
17721
17722
17723 \end_layout
17724
17725 \end_inset
17726
17727  in the document preamble with the command
17728 \end_layout
17729
17730 \begin_layout Standard
17731
17732 \series bold
17733
17734 \backslash
17735 usepackage[table]{xcolor}
17736 \end_layout
17737
17738 \begin_layout Standard
17739
17740 \series bold
17741 xcolor
17742 \series default
17743  automatically loads also the package 
17744 \series bold
17745 colortbl
17746 \series default
17747
17748 \begin_inset Index idx
17749 status collapsed
17750
17751 \begin_layout Plain Layout
17752 LaTeX-packages ! colortbl
17753 \end_layout
17754
17755 \end_inset
17756
17757 , so 
17758 \series bold
17759 colortbl
17760 \series default
17761  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
17762 \end_layout
17763
17764 \begin_layout Standard
17765 \begin_inset ERT
17766 status collapsed
17767
17768 \begin_layout Plain Layout
17769
17770
17771 \backslash
17772 ifcolortbl
17773 \end_layout
17774
17775 \end_inset
17776
17777
17778 \begin_inset Note Note
17779 status open
17780
17781 \begin_layout Plain Layout
17782 The following section part will only be displayed when the LaTeX-package
17783  
17784 \series bold
17785 colortbl
17786 \series default
17787  is installed.
17788 \end_layout
17789
17790 \end_inset
17791
17792
17793 \end_layout
17794
17795 \begin_layout Standard
17796 The table rows are colored with the command
17797 \end_layout
17798
17799 \begin_layout Standard
17800
17801 \series bold
17802
17803 \backslash
17804 rowcolors[commands]{row number}{odd row color}{even row color}
17805 \end_layout
17806
17807 \begin_layout Standard
17808 that is either inserted in the document preamble or as TeX-Code before the
17809  first table to be colored.
17810  row
17811 \begin_inset space ~
17812 \end_inset
17813
17814 number is the number of the first row which should be colored according
17815  to the odd row color.
17816  commands can be additional commands that are executed before every table
17817  row.
17818  So for example the command
17819 \end_layout
17820
17821 \begin_layout Standard
17822
17823 \series bold
17824
17825 \backslash
17826 rowcolors{1}{white}{lightgray}
17827 \end_layout
17828
17829 \begin_layout Standard
17830 leads to the coloring scheme of Table
17831 \begin_inset space ~
17832 \end_inset
17833
17834
17835 \begin_inset CommandInset ref
17836 LatexCommand ref
17837 reference "tab:Table-rowcolors"
17838
17839 \end_inset
17840
17841 .
17842  The command
17843 \end_layout
17844
17845 \begin_layout Standard
17846
17847 \series bold
17848
17849 \backslash
17850 rowcolors[
17851 \backslash
17852 hline]{1}{lightgray}{cyan}
17853 \end_layout
17854
17855 \begin_layout Standard
17856 leads to the coloring scheme of Table
17857 \begin_inset space ~
17858 \end_inset
17859
17860
17861 \begin_inset CommandInset ref
17862 LatexCommand ref
17863 reference "tab:Table-rowcolors-2"
17864
17865 \end_inset
17866
17867 .
17868  If odd
17869 \begin_inset space ~
17870 \end_inset
17871
17872 row
17873 \begin_inset space ~
17874 \end_inset
17875
17876 color and/or even
17877 \begin_inset space ~
17878 \end_inset
17879
17880 row
17881 \begin_inset space ~
17882 \end_inset
17883
17884 color are left empty, no color will be used so that the command
17885 \end_layout
17886
17887 \begin_layout Standard
17888
17889 \series bold
17890
17891 \backslash
17892 rowcolors{1}{}{}
17893 \end_layout
17894
17895 \begin_layout Standard
17896 deletes all colors.
17897  
17898 \series bold
17899
17900 \backslash
17901 rowcolors
17902 \series default
17903  affects all tables following that command.
17904 \end_layout
17905
17906 \begin_layout Standard
17907 \begin_inset ERT
17908 status open
17909
17910 \begin_layout Plain Layout
17911
17912
17913 \backslash
17914 rowcolors{1}{white}{lightgray}
17915 \end_layout
17916
17917 \end_inset
17918
17919
17920 \end_layout
17921
17922 \begin_layout Standard
17923 \begin_inset Float table
17924 placement h
17925 wide false
17926 sideways false
17927 status open
17928
17929 \begin_layout Plain Layout
17930 \begin_inset Caption Standard
17931
17932 \begin_layout Plain Layout
17933 \begin_inset CommandInset label
17934 LatexCommand label
17935 name "tab:Table-rowcolors"
17936
17937 \end_inset
17938
17939 Table where every second row is colored light gray.
17940 \end_layout
17941
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \begin_layout Plain Layout
17948 \align center
17949 \begin_inset Tabular
17950 <lyxtabular version="3" rows="4" columns="3">
17951 <features rotate="0" tabularvalignment="middle">
17952 <column alignment="center" valignment="top">
17953 <column alignment="center" valignment="top" width="0pt">
17954 <column alignment="center" valignment="top" width="0pt">
17955 <row>
17956 <cell alignment="center" valignment="top" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960 X
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 <cell alignment="center" valignment="top" usebox="none">
17966 \begin_inset Text
17967
17968 \begin_layout Plain Layout
17969 Y
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 <cell alignment="center" valignment="top" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978 Z
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 </row>
17984 <row>
17985 <cell alignment="center" valignment="top" usebox="none">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989 1
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 <cell alignment="center" valignment="top" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998 2
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 <cell alignment="center" valignment="top" usebox="none">
18004 \begin_inset Text
18005
18006 \begin_layout Plain Layout
18007 3
18008 \end_layout
18009
18010 \end_inset
18011 </cell>
18012 </row>
18013 <row>
18014 <cell alignment="center" valignment="top" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018 4
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Plain Layout
18027 5
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036 6
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 </row>
18042 <row>
18043 <cell alignment="center" valignment="top" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047 7
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 <cell alignment="center" valignment="top" usebox="none">
18053 \begin_inset Text
18054
18055 \begin_layout Plain Layout
18056 8
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065 9
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 </row>
18071 </lyxtabular>
18072
18073 \end_inset
18074
18075
18076 \end_layout
18077
18078 \end_inset
18079
18080
18081 \end_layout
18082
18083 \begin_layout Standard
18084 \begin_inset ERT
18085 status open
18086
18087 \begin_layout Plain Layout
18088
18089
18090 \backslash
18091 rowcolors[
18092 \backslash
18093 hline]{1}{lightgray}{cyan}
18094 \end_layout
18095
18096 \end_inset
18097
18098
18099 \end_layout
18100
18101 \begin_layout Standard
18102 \begin_inset Float table
18103 placement h
18104 wide false
18105 sideways false
18106 status open
18107
18108 \begin_layout Plain Layout
18109 \begin_inset Caption Standard
18110
18111 \begin_layout Plain Layout
18112 \begin_inset CommandInset label
18113 LatexCommand label
18114 name "tab:Table-rowcolors-2"
18115
18116 \end_inset
18117
18118 Table where every second row is colored cyan and at which there is a line
18119  between each row.
18120 \end_layout
18121
18122 \end_inset
18123
18124
18125 \end_layout
18126
18127 \begin_layout Plain Layout
18128 \align center
18129 \begin_inset Tabular
18130 <lyxtabular version="3" rows="4" columns="3">
18131 <features rotate="0" tabularvalignment="middle">
18132 <column alignment="center" valignment="top">
18133 <column alignment="center" valignment="top">
18134 <column alignment="center" valignment="top" width="0pt">
18135 <row>
18136 <cell alignment="center" valignment="top" usebox="none">
18137 \begin_inset Text
18138
18139 \begin_layout Plain Layout
18140 X
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 <cell alignment="center" valignment="top" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149 Y
18150 \end_layout
18151
18152 \end_inset
18153 </cell>
18154 <cell alignment="center" valignment="top" usebox="none">
18155 \begin_inset Text
18156
18157 \begin_layout Plain Layout
18158 Z
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 </row>
18164 <row>
18165 <cell alignment="center" valignment="top" usebox="none">
18166 \begin_inset Text
18167
18168 \begin_layout Plain Layout
18169 1
18170 \end_layout
18171
18172 \end_inset
18173 </cell>
18174 <cell alignment="center" valignment="top" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178 2
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 <cell alignment="center" valignment="top" usebox="none">
18184 \begin_inset Text
18185
18186 \begin_layout Plain Layout
18187 3
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 </row>
18193 <row>
18194 <cell alignment="center" valignment="top" usebox="none">
18195 \begin_inset Text
18196
18197 \begin_layout Plain Layout
18198 4
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 5
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 <cell alignment="center" valignment="top" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 6
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 </row>
18222 <row>
18223 <cell alignment="center" valignment="top" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227 7
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 <cell alignment="center" valignment="top" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236 8
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 9
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 </row>
18251 </lyxtabular>
18252
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \end_inset
18259
18260
18261 \end_layout
18262
18263 \begin_layout Standard
18264 \begin_inset ERT
18265 status collapsed
18266
18267 \begin_layout Plain Layout
18268
18269
18270 \backslash
18271 rowcolors{1}{}{}
18272 \end_layout
18273
18274 \end_inset
18275
18276
18277 \begin_inset Note Note
18278 status collapsed
18279
18280 \begin_layout Plain Layout
18281 turns off the row coloring
18282 \end_layout
18283
18284 \end_inset
18285
18286
18287 \end_layout
18288
18289 \begin_layout Standard
18290 \begin_inset ERT
18291 status collapsed
18292
18293 \begin_layout Plain Layout
18294
18295
18296 \backslash
18297 else
18298 \end_layout
18299
18300 \end_inset
18301
18302
18303 \begin_inset Note Note
18304 status open
18305
18306 \begin_layout Plain Layout
18307 The following will be displayed when the LaTeX-package 
18308 \series bold
18309 colortbl
18310 \series default
18311  is not installed:
18312 \end_layout
18313
18314 \end_inset
18315
18316
18317 \end_layout
18318
18319 \begin_layout Standard
18320 You need to install the package 
18321 \series bold
18322 colortbl
18323 \series default
18324  to see the content of this section in the output.
18325 \end_layout
18326
18327 \begin_layout Standard
18328 \begin_inset ERT
18329 status collapsed
18330
18331 \begin_layout Plain Layout
18332
18333
18334 \backslash
18335 fi
18336 \end_layout
18337
18338 \end_inset
18339
18340
18341 \end_layout
18342
18343 \begin_layout Subsection
18344 Colored Lines
18345 \begin_inset Index idx
18346 status collapsed
18347
18348 \begin_layout Plain Layout
18349 Table Color ! for Lines
18350 \end_layout
18351
18352 \end_inset
18353
18354
18355 \begin_inset Index idx
18356 status collapsed
18357
18358 \begin_layout Plain Layout
18359 Color ! for Table Lines
18360 \end_layout
18361
18362 \end_inset
18363
18364
18365 \end_layout
18366
18367 \begin_layout Standard
18368 As described in section
18369 \begin_inset space ~
18370 \end_inset
18371
18372
18373 \begin_inset CommandInset ref
18374 LatexCommand ref
18375 reference "sub:Line-Thickness"
18376
18377 \end_inset
18378
18379 , the line thickness for all lines in a table can be adjusted with the length
18380  
18381 \series bold
18382
18383 \backslash
18384 arrayrulewidth
18385 \series default
18386 .
18387  It is set to 1.5
18388 \begin_inset space \thinspace{}
18389 \end_inset
18390
18391 pt for all tables of this section.
18392 \begin_inset ERT
18393 status collapsed
18394
18395 \begin_layout Plain Layout
18396
18397
18398 \backslash
18399 setlength{
18400 \backslash
18401 arrayrulewidth}{1.5pt}
18402 \end_layout
18403
18404 \end_inset
18405
18406
18407 \end_layout
18408
18409 \begin_layout Standard
18410 To color vertical lines for example with green, create the following column
18411  format in the document preamble, according to the description in section
18412 \begin_inset space ~
18413 \end_inset
18414
18415
18416 \begin_inset CommandInset ref
18417 LatexCommand ref
18418 reference "sub:Customized-Format"
18419
18420 \end_inset
18421
18422 :
18423 \end_layout
18424
18425 \begin_layout Standard
18426
18427 \series bold
18428
18429 \backslash
18430 newcolumntype{W}{!{
18431 \backslash
18432 color{green}
18433 \backslash
18434 vline}}
18435 \end_layout
18436
18437 \begin_layout Standard
18438 For Table
18439 \begin_inset space ~
18440 \end_inset
18441
18442
18443 \begin_inset CommandInset ref
18444 LatexCommand ref
18445 reference "tab:Table-with-vertical-colored"
18446
18447 \end_inset
18448
18449  the LaTeX-argument
18450 \series bold
18451  WcW
18452 \series default
18453  was used for the last column and
18454 \series bold
18455  Wc
18456 \series default
18457  for the other columns.
18458 \end_layout
18459
18460 \begin_layout Standard
18461 If you want to have several colors, define more column formats.
18462 \end_layout
18463
18464 \begin_layout Standard
18465 \begin_inset Float table
18466 placement h
18467 wide false
18468 sideways false
18469 status open
18470
18471 \begin_layout Plain Layout
18472 \begin_inset Caption Standard
18473
18474 \begin_layout Plain Layout
18475 \begin_inset CommandInset label
18476 LatexCommand label
18477 name "tab:Table-with-vertical-colored"
18478
18479 \end_inset
18480
18481 Table with colored vertical lines
18482 \end_layout
18483
18484 \end_inset
18485
18486
18487 \end_layout
18488
18489 \begin_layout Plain Layout
18490 \align center
18491 \begin_inset Tabular
18492 <lyxtabular version="3" rows="3" columns="3">
18493 <features rotate="0" tabularvalignment="middle">
18494 <column alignment="center" valignment="top" special="Wc">
18495 <column alignment="center" valignment="top" special="Wc">
18496 <column alignment="center" valignment="top" special="WcW">
18497 <row>
18498 <cell alignment="center" valignment="top" topline="true" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502 sd
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 <cell alignment="center" valignment="top" topline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 <cell alignment="center" valignment="top" topline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520
18521 \end_layout
18522
18523 \end_inset
18524 </cell>
18525 </row>
18526 <row>
18527 <cell alignment="center" valignment="top" topline="true" usebox="none">
18528 \begin_inset Text
18529
18530 \begin_layout Plain Layout
18531
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 <cell alignment="center" valignment="top" topline="true" usebox="none">
18537 \begin_inset Text
18538
18539 \begin_layout Plain Layout
18540 sd
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 <cell alignment="center" valignment="top" topline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549
18550 \end_layout
18551
18552 \end_inset
18553 </cell>
18554 </row>
18555 <row>
18556 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Plain Layout
18569
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578 sd
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 </row>
18584 </lyxtabular>
18585
18586 \end_inset
18587
18588
18589 \end_layout
18590
18591 \end_inset
18592
18593
18594 \end_layout
18595
18596 \begin_layout Standard
18597 \begin_inset VSpace bigskip
18598 \end_inset
18599
18600 To color horizontal lines for example with red, as in Table
18601 \begin_inset space ~
18602 \end_inset
18603
18604
18605 \begin_inset CommandInset ref
18606 LatexCommand ref
18607 reference "tab:Table-with-horizontal-colored"
18608
18609 \end_inset
18610
18611 , insert these commands in TeX-Code before the table or table float:
18612 \end_layout
18613
18614 \begin_layout Standard
18615
18616 \series bold
18617
18618 \backslash
18619 let
18620 \backslash
18621 myHlineC
18622 \backslash
18623 hline
18624 \begin_inset Newline newline
18625 \end_inset
18626
18627
18628 \backslash
18629 renewcommand{
18630 \backslash
18631 hline}
18632 \begin_inset Newline newline
18633 \end_inset
18634
18635
18636 \begin_inset Phantom HPhantom
18637 status open
18638
18639 \begin_layout Plain Layout
18640
18641 \series bold
18642 \begin_inset space ~
18643 \end_inset
18644
18645
18646 \end_layout
18647
18648 \end_inset
18649
18650 {
18651 \backslash
18652 arrayrulecolor{red}
18653 \backslash
18654 myHlineC
18655 \backslash
18656 arrayrulecolor{black}}
18657 \end_layout
18658
18659 \begin_layout Standard
18660 \begin_inset ERT
18661 status collapsed
18662
18663 \begin_layout Plain Layout
18664
18665
18666 \backslash
18667 let
18668 \backslash
18669 myHlineC
18670 \backslash
18671 hline
18672 \end_layout
18673
18674 \begin_layout Plain Layout
18675
18676
18677 \backslash
18678 renewcommand{
18679 \backslash
18680 hline}
18681 \end_layout
18682
18683 \begin_layout Plain Layout
18684
18685  {
18686 \backslash
18687 arrayrulecolor{red}
18688 \backslash
18689 myHlineC
18690 \backslash
18691 arrayrulecolor{black}}
18692 \end_layout
18693
18694 \end_inset
18695
18696
18697 \begin_inset Float table
18698 placement h
18699 wide false
18700 sideways false
18701 status open
18702
18703 \begin_layout Plain Layout
18704 \begin_inset Caption Standard
18705
18706 \begin_layout Plain Layout
18707 \begin_inset CommandInset label
18708 LatexCommand label
18709 name "tab:Table-with-horizontal-colored"
18710
18711 \end_inset
18712
18713 Table with colored horizontal lines
18714 \end_layout
18715
18716 \end_inset
18717
18718
18719 \end_layout
18720
18721 \begin_layout Plain Layout
18722 \align center
18723 \begin_inset Tabular
18724 <lyxtabular version="3" rows="3" columns="3">
18725 <features rotate="0" tabularvalignment="middle">
18726 <column alignment="center" valignment="top">
18727 <column alignment="center" valignment="top">
18728 <column alignment="center" valignment="top">
18729 <row>
18730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734 sd
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18749 \begin_inset Text
18750
18751 \begin_layout Plain Layout
18752
18753 \end_layout
18754
18755 \end_inset
18756 </cell>
18757 </row>
18758 <row>
18759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18769 \begin_inset Text
18770
18771 \begin_layout Plain Layout
18772 sd
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18778 \begin_inset Text
18779
18780 \begin_layout Plain Layout
18781
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 </row>
18787 <row>
18788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18789 \begin_inset Text
18790
18791 \begin_layout Plain Layout
18792
18793 \end_layout
18794
18795 \end_inset
18796 </cell>
18797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801
18802 \end_layout
18803
18804 \end_inset
18805 </cell>
18806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18807 \begin_inset Text
18808
18809 \begin_layout Plain Layout
18810 sd
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 </row>
18816 </lyxtabular>
18817
18818 \end_inset
18819
18820
18821 \end_layout
18822
18823 \end_inset
18824
18825
18826 \end_layout
18827
18828 \begin_layout Standard
18829 To return to the default line color black, insert this command in TeX-Code
18830  after the table or table float:
18831 \end_layout
18832
18833 \begin_layout Standard
18834
18835 \series bold
18836
18837 \backslash
18838 renewcommand{
18839 \backslash
18840 hline}{
18841 \backslash
18842 myHlineC}
18843 \end_layout
18844
18845 \begin_layout Standard
18846 Table
18847 \begin_inset space ~
18848 \end_inset
18849
18850
18851 \begin_inset CommandInset ref
18852 LatexCommand ref
18853 reference "tab:Table-with-colored"
18854
18855 \end_inset
18856
18857  is an example with colored vertical and horizontal lines.
18858 \end_layout
18859
18860 \begin_layout Standard
18861 \begin_inset Float table
18862 placement h
18863 wide false
18864 sideways false
18865 status open
18866
18867 \begin_layout Plain Layout
18868 \begin_inset Caption Standard
18869
18870 \begin_layout Plain Layout
18871 \begin_inset CommandInset label
18872 LatexCommand label
18873 name "tab:Table-with-colored"
18874
18875 \end_inset
18876
18877 Table with colored lines
18878 \end_layout
18879
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \begin_layout Plain Layout
18886 \align center
18887 \begin_inset Tabular
18888 <lyxtabular version="3" rows="3" columns="3">
18889 <features rotate="0" tabularvalignment="middle">
18890 <column alignment="center" valignment="top" special="Wc">
18891 <column alignment="center" valignment="top" special="Wc">
18892 <column alignment="center" valignment="top" special="WcW">
18893 <row>
18894 <cell alignment="center" valignment="top" topline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898 sd
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 <cell alignment="center" valignment="top" topline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 <cell alignment="center" valignment="top" topline="true" usebox="none">
18913 \begin_inset Text
18914
18915 \begin_layout Plain Layout
18916
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 </row>
18922 <row>
18923 <cell alignment="center" valignment="top" topline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 <cell alignment="center" valignment="top" topline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936 sd
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 <cell alignment="center" valignment="top" topline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 </row>
18951 <row topspace="default">
18952 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18953 \begin_inset Text
18954
18955 \begin_layout Plain Layout
18956
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974 sd
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 </row>
18980 </lyxtabular>
18981
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \end_inset
18988
18989
18990 \end_layout
18991
18992 \begin_layout Standard
18993 \begin_inset ERT
18994 status collapsed
18995
18996 \begin_layout Plain Layout
18997
18998
18999 \backslash
19000 renewcommand{
19001 \backslash
19002 hline}{
19003 \backslash
19004 myHlineC}
19005 \end_layout
19006
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \begin_layout Standard
19013 \begin_inset ERT
19014 status collapsed
19015
19016 \begin_layout Plain Layout
19017
19018
19019 \backslash
19020 setlength{
19021 \backslash
19022 arrayrulewidth}{0.4pt}
19023 \end_layout
19024
19025 \end_inset
19026
19027
19028 \end_layout
19029
19030 \begin_layout Section
19031 Rotated Table Cells
19032 \begin_inset CommandInset label
19033 LatexCommand label
19034 name "sec:Rotated-Table-Cells"
19035
19036 \end_inset
19037
19038
19039 \begin_inset Index idx
19040 status collapsed
19041
19042 \begin_layout Plain Layout
19043 Table ! Rotated Cells
19044 \end_layout
19045
19046 \end_inset
19047
19048
19049 \begin_inset Index idx
19050 status collapsed
19051
19052 \begin_layout Plain Layout
19053 Rotated Material
19054 \end_layout
19055
19056 \end_inset
19057
19058
19059 \end_layout
19060
19061 \begin_layout Standard
19062 \begin_inset Note Greyedout
19063 status open
19064
19065 \begin_layout Plain Layout
19066
19067 \series bold
19068 Note:
19069 \series default
19070  Not all DVI-viewers are able to display rotations.
19071 \end_layout
19072
19073 \end_inset
19074
19075
19076 \end_layout
19077
19078 \begin_layout Standard
19079 Currently LyX only offers to rotate table cells by 90
19080 \begin_inset space \thinspace{}
19081 \end_inset
19082
19083 ° counter-clockwise.
19084  To rotate cells by an angle of your choice, you have to add this to the
19085  document preamble:
19086 \end_layout
19087
19088 \begin_layout Standard
19089
19090 \series bold
19091
19092 \backslash
19093 @ifundefined{turnbox}{
19094 \backslash
19095 usepackage{rotating}}{}
19096 \end_layout
19097
19098 \begin_layout Standard
19099 In the table cell that should be rotated, add at the beginning this command
19100  as TeX-code:
19101 \end_layout
19102
19103 \begin_layout Standard
19104
19105 \series bold
19106
19107 \backslash
19108 begin{turn}{angle}
19109 \end_layout
19110
19111 \begin_layout Standard
19112 where angle is the rotation angle in Â°.
19113  At the end of the cell the command
19114 \end_layout
19115
19116 \begin_layout Standard
19117
19118 \series bold
19119
19120 \backslash
19121 end{turn}
19122 \end_layout
19123
19124 \begin_layout Standard
19125 is inserted as TeX-code.
19126 \end_layout
19127
19128 \begin_layout Standard
19129 Table
19130 \begin_inset space ~
19131 \end_inset
19132
19133
19134 \begin_inset CommandInset ref
19135 LatexCommand ref
19136 reference "tab:Table-with-rotated-multi"
19137
19138 \end_inset
19139
19140  is an example where 3
19141 \begin_inset space ~
19142 \end_inset
19143
19144 cells were rotated by 45
19145 \begin_inset space \thinspace{}
19146 \end_inset
19147
19148 °.
19149 \end_layout
19150
19151 \begin_layout Standard
19152 \begin_inset Float table
19153 wide false
19154 sideways false
19155 status open
19156
19157 \begin_layout Plain Layout
19158 \begin_inset Caption Standard
19159
19160 \begin_layout Plain Layout
19161 \begin_inset CommandInset label
19162 LatexCommand label
19163 name "tab:Table-with-rotated"
19164
19165 \end_inset
19166
19167 Table with rotated cells in the first row.
19168 \end_layout
19169
19170 \end_inset
19171
19172
19173 \end_layout
19174
19175 \begin_layout Plain Layout
19176 \noindent
19177 \align center
19178 \begin_inset Tabular
19179 <lyxtabular version="3" rows="2" columns="3">
19180 <features rotate="0" tabularvalignment="middle">
19181 <column alignment="center" valignment="top">
19182 <column alignment="center" valignment="top" width="0pt">
19183 <column alignment="center" valignment="top">
19184 <row>
19185 <cell alignment="center" valignment="top" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189 \begin_inset ERT
19190 status collapsed
19191
19192 \begin_layout Plain Layout
19193
19194
19195 \backslash
19196 begin{turn}{45}
19197 \end_layout
19198
19199 \end_inset
19200
19201 cups
19202 \begin_inset ERT
19203 status collapsed
19204
19205 \begin_layout Plain Layout
19206
19207
19208 \backslash
19209 end{turn}
19210 \end_layout
19211
19212 \end_inset
19213
19214
19215 \end_layout
19216
19217 \end_inset
19218 </cell>
19219 <cell alignment="center" valignment="top" usebox="none">
19220 \begin_inset Text
19221
19222 \begin_layout Plain Layout
19223 \begin_inset ERT
19224 status collapsed
19225
19226 \begin_layout Plain Layout
19227
19228
19229 \backslash
19230 begin{turn}{45}
19231 \end_layout
19232
19233 \end_inset
19234
19235 plates
19236 \begin_inset ERT
19237 status collapsed
19238
19239 \begin_layout Plain Layout
19240
19241
19242 \backslash
19243 end{turn}
19244 \end_layout
19245
19246 \end_inset
19247
19248
19249 \end_layout
19250
19251 \end_inset
19252 </cell>
19253 <cell alignment="center" valignment="top" usebox="none">
19254 \begin_inset Text
19255
19256 \begin_layout Plain Layout
19257 \begin_inset ERT
19258 status collapsed
19259
19260 \begin_layout Plain Layout
19261
19262
19263 \backslash
19264 begin{turn}{45}
19265 \end_layout
19266
19267 \end_inset
19268
19269 saucers
19270 \begin_inset ERT
19271 status collapsed
19272
19273 \begin_layout Plain Layout
19274
19275
19276 \backslash
19277 end{turn}
19278 \end_layout
19279
19280 \end_inset
19281
19282
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 </row>
19288 <row>
19289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293 45
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 33
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311 21
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 </row>
19317 </lyxtabular>
19318
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \begin_layout Standard
19330 \begin_inset Note Greyedout
19331 status open
19332
19333 \begin_layout Plain Layout
19334
19335 \series bold
19336 Note:
19337 \series default
19338  Line breaks (shortcut 
19339 \begin_inset Info
19340 type  "shortcut"
19341 arg   "newline-insert newline"
19342 \end_inset
19343
19344 ) are not allowed in rotated cells.
19345 \end_layout
19346
19347 \end_inset
19348
19349
19350 \end_layout
19351
19352 \begin_layout Standard
19353 If you want to rotate table cells containing line breaks, you have to put
19354  the cell content into a minipage or a parbox.
19355 \begin_inset Foot
19356 status collapsed
19357
19358 \begin_layout Plain Layout
19359 For more about these boxes see sec.
19360 \begin_inset space \thinspace{}
19361 \end_inset
19362
19363
19364 \begin_inset CommandInset ref
19365 LatexCommand ref
19366 reference "sec:Minipages"
19367
19368 \end_inset
19369
19370  and 
19371 \begin_inset CommandInset ref
19372 LatexCommand ref
19373 reference "sec:Parboxes"
19374
19375 \end_inset
19376
19377 .
19378 \end_layout
19379
19380 \end_inset
19381
19382  If you rotate this cell by 90
19383 \begin_inset space \thinspace{}
19384 \end_inset
19385
19386 ° the width of the box is the height of the cell.
19387  Table
19388 \begin_inset space ~
19389 \end_inset
19390
19391
19392 \begin_inset CommandInset ref
19393 LatexCommand ref
19394 reference "tab:Table-with-rotated-multi"
19395
19396 \end_inset
19397
19398  is an example for a rotated multiline cell where the box width was set
19399  to 3
19400 \begin_inset space \thinspace{}
19401 \end_inset
19402
19403 cm.
19404 \end_layout
19405
19406 \begin_layout Standard
19407 \begin_inset Float table
19408 wide false
19409 sideways false
19410 status open
19411
19412 \begin_layout Plain Layout
19413 \begin_inset Caption Standard
19414
19415 \begin_layout Plain Layout
19416 \begin_inset CommandInset label
19417 LatexCommand label
19418 name "tab:Table-with-rotated-multi"
19419
19420 \end_inset
19421
19422 Table with rotated multiline cell.
19423 \end_layout
19424
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \begin_layout Plain Layout
19431 \noindent
19432 \align center
19433 \begin_inset Tabular
19434 <lyxtabular version="3" rows="2" columns="3">
19435 <features rotate="0" tabularvalignment="middle">
19436 <column alignment="center" valignment="top">
19437 <column alignment="center" valignment="top" width="0pt">
19438 <column alignment="center" valignment="top">
19439 <row>
19440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444 a
19445 \end_layout
19446
19447 \end_inset
19448 </cell>
19449 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453 \begin_inset Box Frameless
19454 position "t"
19455 hor_pos "c"
19456 has_inner_box 1
19457 inner_pos "t"
19458 use_parbox 0
19459 use_makebox 0
19460 width "3cm"
19461 special "none"
19462 height "1in"
19463 height_special "totalheight"
19464 status open
19465
19466 \begin_layout Plain Layout
19467 rotated cell
19468 \begin_inset Newline newline
19469 \end_inset
19470
19471 with line break
19472 \end_layout
19473
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485 e
19486 \end_layout
19487
19488 \end_inset
19489 </cell>
19490 </row>
19491 <row>
19492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496 b
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19502 \begin_inset Text
19503
19504 \begin_layout Plain Layout
19505 c
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514 d
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 </row>
19520 </lyxtabular>
19521
19522 \end_inset
19523
19524
19525 \end_layout
19526
19527 \end_inset
19528
19529
19530 \end_layout
19531
19532 \begin_layout Section
19533 Table Width Calculation
19534 \begin_inset CommandInset label
19535 LatexCommand label
19536 name "sec:Table-Width-Calculation"
19537
19538 \end_inset
19539
19540
19541 \end_layout
19542
19543 \begin_layout Standard
19544 For wide tables it is sometimes difficult to assure that the table does
19545  not protrude over the page margin.
19546  Setting a fixed width for every column of the table is the solution, but
19547  what amount of space is needed for each column?
19548 \end_layout
19549
19550 \begin_layout Standard
19551 The table width 
19552 \begin_inset Formula $W_{\mathrm{table}}$
19553 \end_inset
19554
19555  can be calculated: Every column has the width of the specified column width
19556  
19557 \begin_inset Formula $W_{\mathrm{column}}$
19558 \end_inset
19559
19560  (that the content of the column can consume) plus two times the separation
19561  between the column content and the column border (LaTeX length
19562 \series bold
19563  
19564 \backslash
19565 tabcolsep
19566 \series default
19567 , default 6
19568 \begin_inset space \thinspace{}
19569 \end_inset
19570
19571 pt) plus the width of a border line (LaTeX length 
19572 \series bold
19573
19574 \backslash
19575 arrayrulewidth
19576 \series default
19577 , default 0.4
19578 \begin_inset space \thinspace{}
19579 \end_inset
19580
19581 pt): So if all 
19582 \begin_inset Formula $n$
19583 \end_inset
19584
19585
19586 \begin_inset space ~
19587 \end_inset
19588
19589 columns have the same width, the table width is
19590 \begin_inset Formula 
19591 \begin{equation}
19592 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19593 \end{equation}
19594
19595 \end_inset
19596
19597
19598 \end_layout
19599
19600 \begin_layout Standard
19601 The available width for a table is the space between the page margins or
19602  the width of a text column (for a two-column document) (LaTeX length 
19603 \series bold
19604
19605 \backslash
19606 columnwidth
19607 \series default
19608 ).
19609  If all table columns should have the same width and 
19610 \begin_inset Formula $W_{\mathrm{table}}$
19611 \end_inset
19612
19613  should be 1
19614 \begin_inset space \thinspace{}
19615 \end_inset
19616
19617
19618 \backslash
19619 columnwidth, 
19620 \begin_inset Formula $W_{\mathrm{column}}$
19621 \end_inset
19622
19623  can easily be calculated.
19624 \end_layout
19625
19626 \begin_layout Standard
19627 To be able to perform calculations you need to load the LaTeX-package 
19628 \series bold
19629 calc
19630 \series default
19631
19632 \begin_inset Index idx
19633 status collapsed
19634
19635 \begin_layout Plain Layout
19636 LaTeX-packages ! calc
19637 \end_layout
19638
19639 \end_inset
19640
19641  in the document preamble.
19642  To set the width in the table dialog you have to use the field 
19643 \family sans
19644 LaTeX argument
19645 \family default
19646 .
19647  The command scheme for this field is the same that is explained in section
19648 \begin_inset space ~
19649 \end_inset
19650
19651
19652 \begin_inset CommandInset ref
19653 LatexCommand ref
19654 reference "sub:Multicolumn-Calculations"
19655
19656 \end_inset
19657
19658 .
19659  For a table with 5
19660 \begin_inset space \thinspace{}
19661 \end_inset
19662
19663 columns with an uniform width and centered text, enter there for each column
19664  the command
19665 \end_layout
19666
19667 \begin_layout Standard
19668
19669 \series bold
19670 >{
19671 \backslash
19672 centering}p{(1
19673 \backslash
19674 columnwidth-62.4pt)/5}
19675 \end_layout
19676
19677 \begin_layout Standard
19678 For a table with 5
19679 \begin_inset space \thinspace{}
19680 \end_inset
19681
19682 columns where 2 should have 0.75
19683 \begin_inset space ~
19684 \end_inset
19685
19686 times the width than the 3 others, the calculation is
19687 \begin_inset Formula 
19688 \begin{align}
19689 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19690  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19691  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19692 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19693 \end{align}
19694
19695 \end_inset
19696
19697
19698 \end_layout
19699
19700 \begin_layout Standard
19701 In the table therefore the command
19702 \end_layout
19703
19704 \begin_layout Standard
19705
19706 \series bold
19707 >{
19708 \backslash
19709 centering}p{(1
19710 \backslash
19711 columnwidth-62.4pt)/
19712 \backslash
19713 real{4.5}}
19714 \end_layout
19715
19716 \begin_layout Standard
19717 is used for the wider columns and
19718 \end_layout
19719
19720 \begin_layout Standard
19721
19722 \series bold
19723 >{
19724 \backslash
19725 centering}p{(1
19726 \backslash
19727 columnwidth-62.4pt)/
19728 \backslash
19729 real{4.5}*
19730 \backslash
19731 real{0.75}}
19732 \end_layout
19733
19734 \begin_layout Standard
19735 for the smaller ones:
19736 \end_layout
19737
19738 \begin_layout Standard
19739 \begin_inset Tabular
19740 <lyxtabular version="3" rows="2" columns="5">
19741 <features rotate="0" tabularvalignment="middle">
19742 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19743 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19744 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19745 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19746 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19747 <row>
19748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 1
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761 2
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770 3
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19776 \begin_inset Text
19777
19778 \begin_layout Plain Layout
19779 4
19780 \end_layout
19781
19782 \end_inset
19783 </cell>
19784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788 5
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 </row>
19794 <row>
19795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799 111111 1111111 111111 111111111 11111 11111 1111
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Plain Layout
19808
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817 2222 22222 222222 222222222 2222222 22 22222
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19832 \begin_inset Text
19833
19834 \begin_layout Plain Layout
19835 333333 333333 333333 33333 3333333 333
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 </row>
19841 </lyxtabular>
19842
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \begin_layout Section
19849 Table Customization
19850 \begin_inset Index idx
19851 status collapsed
19852
19853 \begin_layout Plain Layout
19854 Table Customization
19855 \end_layout
19856
19857 \end_inset
19858
19859
19860 \begin_inset Index idx
19861 status collapsed
19862
19863 \begin_layout Plain Layout
19864 Table ! Customization
19865 \end_layout
19866
19867 \end_inset
19868
19869
19870 \end_layout
19871
19872 \begin_layout Subsection
19873 Row Spacing
19874 \begin_inset CommandInset label
19875 LatexCommand label
19876 name "sub:Row-Spacing"
19877
19878 \end_inset
19879
19880
19881 \begin_inset Index idx
19882 status collapsed
19883
19884 \begin_layout Plain Layout
19885 Table Customization ! Row Spacing
19886 \end_layout
19887
19888 \end_inset
19889
19890
19891 \end_layout
19892
19893 \begin_layout Standard
19894 You can add vertical space to table rows in the 
19895 \family sans
19896 Borders
19897 \family default
19898  tab of the table dialog.
19899  You find there three possibilities:
19900 \end_layout
19901
19902 \begin_layout Description
19903 Top
19904 \begin_inset space ~
19905 \end_inset
19906
19907 of
19908 \begin_inset space ~
19909 \end_inset
19910
19911 row will add space above the characters of the table row.
19912  If the table is a formal table
19913 \begin_inset Foot
19914 status collapsed
19915
19916 \begin_layout Plain Layout
19917 Formal tables are explained in section
19918 \begin_inset space ~
19919 \end_inset
19920
19921
19922 \begin_inset CommandInset ref
19923 LatexCommand ref
19924 reference "sec:Formal-Tables"
19925
19926 \end_inset
19927
19928 .
19929 \end_layout
19930
19931 \end_inset
19932
19933  LyX will insert as default 0.5
19934 \begin_inset space \thinspace{}
19935 \end_inset
19936
19937 em space.
19938  For normal tables the inserted space will unfortunately destroy the vertical
19939  table lines as in the following table:
19940 \begin_inset VSpace medskip
19941 \end_inset
19942
19943
19944 \begin_inset Newline newline
19945 \end_inset
19946
19947
19948 \begin_inset space \hspace*{}
19949 \length 0pt
19950 \end_inset
19951
19952
19953 \begin_inset space \hfill{}
19954 \end_inset
19955
19956
19957 \begin_inset Tabular
19958 <lyxtabular version="3" rows="3" columns="1">
19959 <features rotate="0" tabularvalignment="middle">
19960 <column alignment="center" valignment="top">
19961 <row>
19962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966 A
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 </row>
19972 <row topspace="3mm">
19973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19974 \begin_inset Text
19975
19976 \begin_layout Plain Layout
19977 3
19978 \begin_inset space \thinspace{}
19979 \end_inset
19980
19981 mm space top of row
19982 \end_layout
19983
19984 \end_inset
19985 </cell>
19986 </row>
19987 <row>
19988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992 C
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 </row>
19998 </lyxtabular>
19999
20000 \end_inset
20001
20002
20003 \begin_inset space \hfill{}
20004 \end_inset
20005
20006
20007 \begin_inset space \hspace*{}
20008 \length 0pt
20009 \end_inset
20010
20011
20012 \begin_inset VSpace medskip
20013 \end_inset
20014
20015
20016 \begin_inset Newline newline
20017 \end_inset
20018
20019 So inserting space in the top of row for normal tables is only useful when
20020  you don't have vertical lines.
20021 \end_layout
20022
20023 \begin_layout Description
20024 Bottom
20025 \begin_inset space ~
20026 \end_inset
20027
20028 of
20029 \begin_inset space ~
20030 \end_inset
20031
20032 row will add space below the characters of the table row.
20033  If the table is a formal table LyX will insert as default 0.5
20034 \begin_inset space \thinspace{}
20035 \end_inset
20036
20037 em space, for normal tables the default size is 2
20038 \begin_inset space \thinspace{}
20039 \end_inset
20040
20041 pt.
20042 \end_layout
20043
20044 \begin_layout Description
20045 Between
20046 \begin_inset space ~
20047 \end_inset
20048
20049 rows adds space between the current and the following row.
20050  If the table is a formal table LyX will insert as default 0.5
20051 \begin_inset space \thinspace{}
20052 \end_inset
20053
20054 em space.
20055  For normal tables the inserted space will unfortunately destroy the vertical
20056  table lines as in the following table:
20057 \begin_inset VSpace medskip
20058 \end_inset
20059
20060
20061 \begin_inset Newline newline
20062 \end_inset
20063
20064
20065 \begin_inset space \hspace*{}
20066 \length 0pt
20067 \end_inset
20068
20069
20070 \begin_inset space \hfill{}
20071 \end_inset
20072
20073
20074 \begin_inset Tabular
20075 <lyxtabular version="3" rows="3" columns="1">
20076 <features rotate="0" tabularvalignment="middle">
20077 <column alignment="center" valignment="top">
20078 <row>
20079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083 A
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 </row>
20089 <row interlinespace="3mm">
20090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094 \begin_inset Formula $\downarrow$
20095 \end_inset
20096
20097  3
20098 \begin_inset space \thinspace{}
20099 \end_inset
20100
20101 mm space between row 
20102 \begin_inset Formula $\downarrow$
20103 \end_inset
20104
20105
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 </row>
20111 <row>
20112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116 \begin_inset Formula $\uparrow$
20117 \end_inset
20118
20119  3
20120 \begin_inset space \thinspace{}
20121 \end_inset
20122
20123 mm space between row 
20124 \begin_inset Formula $\uparrow$
20125 \end_inset
20126
20127
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 </row>
20133 </lyxtabular>
20134
20135 \end_inset
20136
20137
20138 \begin_inset space \hfill{}
20139 \end_inset
20140
20141
20142 \begin_inset space \hspace*{}
20143 \length 0pt
20144 \end_inset
20145
20146
20147 \begin_inset VSpace medskip
20148 \end_inset
20149
20150
20151 \begin_inset Newline newline
20152 \end_inset
20153
20154 So inserting space between rows for normal tables is only useful when you
20155  don't have vertical lines.
20156 \end_layout
20157
20158 \begin_layout Standard
20159 \begin_inset VSpace bigskip
20160 \end_inset
20161
20162 When you want to add extra height to all cells of all tables, you can do
20163  this with the following preamble lines:
20164 \end_layout
20165
20166 \begin_layout Standard
20167
20168 \series bold
20169
20170 \backslash
20171 @ifundefined{extrarowheight}
20172 \begin_inset Newline newline
20173 \end_inset
20174
20175
20176 \begin_inset Phantom HPhantom
20177 status open
20178
20179 \begin_layout Plain Layout
20180
20181 \series bold
20182 \begin_inset space ~
20183 \end_inset
20184
20185
20186 \end_layout
20187
20188 \end_inset
20189
20190 {
20191 \backslash
20192 usepackage{array}}{}
20193 \begin_inset Newline newline
20194 \end_inset
20195
20196
20197 \backslash
20198 setlength{
20199 \backslash
20200 extrarowheight}{height}
20201 \end_layout
20202
20203 \begin_layout Standard
20204 But this has the disadvantage that the cell texts are no longer exactly
20205  vertically centered.
20206  (The package 
20207 \series bold
20208 array
20209 \series default
20210  will be loaded automatically by LyX when you use self defined table formats.
20211  To avoid that it being loaded twice the command 
20212 \series bold
20213
20214 \backslash
20215 @ifundefined
20216 \series default
20217  is used in the above command.)
20218 \end_layout
20219
20220 \begin_layout Standard
20221 If you are using font sizes larger than the normal size, the table borders
20222  are often too close to the letters.
20223  This can be corrected by inserting the command 
20224 \series bold
20225
20226 \backslash
20227 strut
20228 \series default
20229  in TeX-Code at the beginning of a table row.
20230  Table
20231 \begin_inset space ~
20232 \end_inset
20233
20234
20235 \begin_inset CommandInset ref
20236 LatexCommand ref
20237 reference "tab:Vertical-alignment-of"
20238
20239 \end_inset
20240
20241  illustrates the effect.
20242 \end_layout
20243
20244 \begin_layout Standard
20245 \noindent
20246 \begin_inset Float table
20247 placement h
20248 wide false
20249 sideways false
20250 status open
20251
20252 \begin_layout Plain Layout
20253 \begin_inset Caption Standard
20254
20255 \begin_layout Plain Layout
20256 \begin_inset CommandInset label
20257 LatexCommand label
20258 name "tab:Vertical-alignment-of"
20259
20260 \end_inset
20261
20262 Vertical alignment of text with large font sizes.
20263 \end_layout
20264
20265 \end_inset
20266
20267
20268 \end_layout
20269
20270 \begin_layout Plain Layout
20271 \begin_inset space \hfill{}
20272 \end_inset
20273
20274
20275 \begin_inset Float table
20276 wide false
20277 sideways false
20278 status collapsed
20279
20280 \begin_layout Plain Layout
20281 \begin_inset Caption Standard
20282
20283 \begin_layout Plain Layout
20284 Normal table.
20285 \end_layout
20286
20287 \end_inset
20288
20289
20290 \end_layout
20291
20292 \begin_layout Plain Layout
20293 \noindent
20294 \align center
20295 \begin_inset Tabular
20296 <lyxtabular version="3" rows="6" columns="1">
20297 <features rotate="0" tabularvalignment="middle">
20298 <column alignment="left" valignment="top">
20299 <row>
20300 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304 Normal, g
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 </row>
20310 <row>
20311 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Plain Layout
20315
20316 \size large
20317 Large
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 </row>
20323 <row>
20324 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328
20329 \size larger
20330 Larger
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 </row>
20336 <row>
20337 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341
20342 \size largest
20343 Largest
20344 \end_layout
20345
20346 \end_inset
20347 </cell>
20348 </row>
20349 <row>
20350 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20351 \begin_inset Text
20352
20353 \begin_layout Plain Layout
20354
20355 \size huge
20356 Huge
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 </row>
20362 <row>
20363 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367
20368 \size huge
20369 Huger
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 </row>
20375 </lyxtabular>
20376
20377 \end_inset
20378
20379
20380 \end_layout
20381
20382 \end_inset
20383
20384
20385 \begin_inset space \hfill{}
20386 \end_inset
20387
20388
20389 \begin_inset Float table
20390 wide false
20391 sideways false
20392 status collapsed
20393
20394 \begin_layout Plain Layout
20395 \begin_inset Caption Standard
20396
20397 \begin_layout Plain Layout
20398 Table using the command 
20399 \series bold
20400
20401 \backslash
20402 strut
20403 \series default
20404 .
20405 \end_layout
20406
20407 \end_inset
20408
20409
20410 \end_layout
20411
20412 \begin_layout Plain Layout
20413 \noindent
20414 \align center
20415 \begin_inset Tabular
20416 <lyxtabular version="3" rows="6" columns="1">
20417 <features rotate="0" tabularvalignment="middle">
20418 <column alignment="left" valignment="top">
20419 <row>
20420 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424 Normal, g
20425 \end_layout
20426
20427 \end_inset
20428 </cell>
20429 </row>
20430 <row>
20431 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435
20436 \size large
20437 \begin_inset ERT
20438 status collapsed
20439
20440 \begin_layout Plain Layout
20441
20442
20443 \backslash
20444 strut 
20445 \end_layout
20446
20447 \end_inset
20448
20449 Large
20450 \end_layout
20451
20452 \end_inset
20453 </cell>
20454 </row>
20455 <row>
20456 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460
20461 \size larger
20462 \begin_inset ERT
20463 status collapsed
20464
20465 \begin_layout Plain Layout
20466
20467
20468 \backslash
20469 strut 
20470 \end_layout
20471
20472 \end_inset
20473
20474 Larger
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 </row>
20480 <row>
20481 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485
20486 \size largest
20487 \begin_inset ERT
20488 status collapsed
20489
20490 \begin_layout Plain Layout
20491
20492
20493 \backslash
20494 strut 
20495 \end_layout
20496
20497 \end_inset
20498
20499 Largest
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 </row>
20505 <row>
20506 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510
20511 \size huge
20512 \begin_inset ERT
20513 status collapsed
20514
20515 \begin_layout Plain Layout
20516
20517
20518 \backslash
20519 strut 
20520 \end_layout
20521
20522 \end_inset
20523
20524 Huge
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 </row>
20530 <row>
20531 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535
20536 \size giant
20537 \begin_inset ERT
20538 status collapsed
20539
20540 \begin_layout Plain Layout
20541
20542
20543 \backslash
20544 strut 
20545 \end_layout
20546
20547 \end_inset
20548
20549
20550 \size huge
20551 Huger
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 </row>
20557 </lyxtabular>
20558
20559 \end_inset
20560
20561
20562 \end_layout
20563
20564 \end_inset
20565
20566
20567 \begin_inset space \hfill{}
20568 \end_inset
20569
20570
20571 \end_layout
20572
20573 \end_inset
20574
20575
20576 \end_layout
20577
20578 \begin_layout Subsection
20579 Special Cell Alignment
20580 \begin_inset CommandInset label
20581 LatexCommand label
20582 name "sub:Special-Cell-Alignment"
20583
20584 \end_inset
20585
20586
20587 \begin_inset Index idx
20588 status collapsed
20589
20590 \begin_layout Plain Layout
20591 Table Customization ! Special Cell Alignment
20592 \end_layout
20593
20594 \end_inset
20595
20596
20597 \end_layout
20598
20599 \begin_layout Standard
20600 Sometimes it looks better when the cell entries of a column are aligned
20601  with a special character, e.
20602 \begin_inset space \thinspace{}
20603 \end_inset
20604
20605 g.
20606 \begin_inset space \space{}
20607 \end_inset
20608
20609 with the decimal separator as in Table
20610 \begin_inset space ~
20611 \end_inset
20612
20613
20614 \begin_inset CommandInset ref
20615 LatexCommand ref
20616 reference "tab:Table-cells-align"
20617
20618 \end_inset
20619
20620 .
20621  This alignment is achieved by setting the cursor into the column and then
20622  either pressing the toolbar button 
20623 \begin_inset Info
20624 type  "icon"
20625 arg   "inset-modify tabular align-decimal"
20626 \end_inset
20627
20628  or setting the alignment in the table settings to 
20629 \family sans
20630 At
20631 \begin_inset space ~
20632 \end_inset
20633
20634 Decimal
20635 \begin_inset space ~
20636 \end_inset
20637
20638 Separator
20639 \family default
20640 .
20641  The alignment character can be a character of your choice and is specified
20642  in the table settings.
20643 \end_layout
20644
20645 \begin_layout Standard
20646 \begin_inset Float table
20647 placement h
20648 wide false
20649 sideways false
20650 status open
20651
20652 \begin_layout Plain Layout
20653 \begin_inset Caption Standard
20654
20655 \begin_layout Plain Layout
20656 \begin_inset CommandInset label
20657 LatexCommand label
20658 name "tab:Table-cells-align"
20659
20660 \end_inset
20661
20662 Table cells of a column aligned with the decimal separator.
20663 \end_layout
20664
20665 \end_inset
20666
20667
20668 \end_layout
20669
20670 \begin_layout Plain Layout
20671 \align center
20672 \begin_inset Tabular
20673 <lyxtabular version="3" rows="4" columns="1">
20674 <features rotate="0" booktabs="true" tabularvalignment="middle">
20675 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20676 <row>
20677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20678 \begin_inset Text
20679
20680 \begin_layout Plain Layout
20681 heading
20682 \end_layout
20683
20684 \end_inset
20685 </cell>
20686 </row>
20687 <row>
20688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20689 \begin_inset Text
20690
20691 \begin_layout Plain Layout
20692 12.6
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 </row>
20698 <row>
20699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20700 \begin_inset Text
20701
20702 \begin_layout Plain Layout
20703 0.68
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 </row>
20709 <row>
20710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20711 \begin_inset Text
20712
20713 \begin_layout Plain Layout
20714 -123.0
20715 \end_layout
20716
20717 \end_inset
20718 </cell>
20719 </row>
20720 </lyxtabular>
20721
20722 \end_inset
20723
20724
20725 \end_layout
20726
20727 \end_inset
20728
20729
20730 \end_layout
20731
20732 \begin_layout Standard
20733 \begin_inset Float table
20734 placement h
20735 wide false
20736 sideways false
20737 status open
20738
20739 \begin_layout Plain Layout
20740 \begin_inset Caption Standard
20741
20742 \begin_layout Plain Layout
20743 \begin_inset CommandInset label
20744 LatexCommand label
20745 name "tab:Table-align-operator"
20746
20747 \end_inset
20748
20749 Table cells of a column aligned with the operators.
20750 \end_layout
20751
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \begin_layout Plain Layout
20758 \align center
20759 \begin_inset Tabular
20760 <lyxtabular version="3" rows="4" columns="2">
20761 <features rotate="0" booktabs="true" tabularvalignment="middle">
20762 <column alignment="right" valignment="top" width="0pt">
20763 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20764 <row>
20765 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20766 \begin_inset Text
20767
20768 \begin_layout Plain Layout
20769 heading
20770 \end_layout
20771
20772 \end_inset
20773 </cell>
20774 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20775 \begin_inset Text
20776
20777 \begin_layout Plain Layout
20778
20779 \end_layout
20780
20781 \end_inset
20782 </cell>
20783 </row>
20784 <row>
20785 <cell alignment="center" valignment="top" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789 \begin_inset Formula $12\,+$
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 <cell alignment="center" valignment="top" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801 \begin_inset Formula $\,6$
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 </row>
20810 <row>
20811 <cell alignment="center" valignment="top" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 \begin_inset Formula $0\,-$
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 <cell alignment="center" valignment="top" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827 \begin_inset Formula $\,68$
20828 \end_inset
20829
20830
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 </row>
20836 <row>
20837 <cell alignment="center" valignment="top" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 \begin_inset Formula $-123\,/$
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 <cell alignment="center" valignment="top" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853 \begin_inset Formula $\,0$
20854 \end_inset
20855
20856
20857 \end_layout
20858
20859 \end_inset
20860 </cell>
20861 </row>
20862 </lyxtabular>
20863
20864 \end_inset
20865
20866
20867 \end_layout
20868
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \begin_layout Standard
20875 For alignments at characters in formulas this method does not work because
20876  the field to specify the alignment character does not allow formulas.
20877  In this case one need to use the method from Table
20878 \begin_inset space ~
20879 \end_inset
20880
20881
20882 \begin_inset CommandInset ref
20883 LatexCommand ref
20884 reference "tab:Table-align-operator"
20885
20886 \end_inset
20887
20888 .
20889  This table was created with a 4×2 table.
20890  The heading is a centered multicolumn.
20891  The first column is right-aligned and contains the first part including
20892  the operator.
20893  The second column is left aligned and contains the rest.
20894  A small space was added at the beginning of each cell of the second column
20895  to get the space that is usually around operators.
20896  To omit the space that is normally between two table columns, the following
20897  LaTeX-argument was used for the second column:
20898 \end_layout
20899
20900 \begin_layout Standard
20901
20902 \series bold
20903 @{}l
20904 \end_layout
20905
20906 \begin_layout Standard
20907 Table
20908 \begin_inset space ~
20909 \end_inset
20910
20911
20912 \begin_inset CommandInset ref
20913 LatexCommand ref
20914 reference "tab:Several-table-cell"
20915
20916 \end_inset
20917
20918  shows some example alignments.
20919  For the alignment with the relation sign, a small space was added like
20920  for the second column of Table
20921 \begin_inset space ~
20922 \end_inset
20923
20924
20925 \begin_inset CommandInset ref
20926 LatexCommand ref
20927 reference "tab:Table-align-operator"
20928
20929 \end_inset
20930
20931 .
20932 \end_layout
20933
20934 \begin_layout Standard
20935 \begin_inset Float table
20936 placement h
20937 wide false
20938 sideways false
20939 status open
20940
20941 \begin_layout Plain Layout
20942 \begin_inset Caption Standard
20943
20944 \begin_layout Plain Layout
20945 \begin_inset CommandInset label
20946 LatexCommand label
20947 name "tab:Several-table-cell"
20948
20949 \end_inset
20950
20951 Several table cell alignments.
20952 \end_layout
20953
20954 \end_inset
20955
20956
20957 \end_layout
20958
20959 \begin_layout Plain Layout
20960 \align center
20961 \begin_inset Tabular
20962 <lyxtabular version="3" rows="4" columns="6">
20963 <features rotate="0" tabularvalignment="middle">
20964 <column alignment="right" valignment="top">
20965 <column alignment="left" valignment="top" special="@{}l">
20966 <column alignment="right" valignment="top">
20967 <column alignment="left" valignment="top" special="@{}l">
20968 <column alignment="right" valignment="top">
20969 <column alignment="left" valignment="top" special="@{}l">
20970 <row>
20971 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975 units
20976 \end_layout
20977
20978 \end_inset
20979 </cell>
20980 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
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 exponents
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" usebox="none">
21008 \begin_inset Text
21009
21010 \begin_layout Plain Layout
21011 relations
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 </row>
21026 <row>
21027 <cell alignment="center" valignment="top" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Plain Layout
21031 12×
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040 24
21041 \begin_inset space \thinspace{}
21042 \end_inset
21043
21044 bottles
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 <cell alignment="center" valignment="top" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053 \begin_inset Formula $10\cdot$
21054 \end_inset
21055
21056
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065 \begin_inset Formula $10^{\mbox{-}17}$
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 <cell alignment="center" valignment="top" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077 \begin_inset Formula $\Gamma(t)\propto$
21078 \end_inset
21079
21080
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 <cell alignment="center" valignment="top" usebox="none">
21086 \begin_inset Text
21087
21088 \begin_layout Plain Layout
21089 \begin_inset Formula $\:\Upsilon(t)$
21090 \end_inset
21091
21092
21093 \end_layout
21094
21095 \end_inset
21096 </cell>
21097 </row>
21098 <row>
21099 <cell alignment="center" valignment="top" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103 1024×
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112 768
21113 \begin_inset space \thinspace{}
21114 \end_inset
21115
21116 Pixels
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 <cell alignment="center" valignment="top" usebox="none">
21122 \begin_inset Text
21123
21124 \begin_layout Plain Layout
21125 \begin_inset Formula $5.78\cdot$
21126 \end_inset
21127
21128
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137 \begin_inset Formula $10^{7}$
21138 \end_inset
21139
21140
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 <cell alignment="center" valignment="top" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149 \begin_inset Formula $A\ne$
21150 \end_inset
21151
21152
21153 \end_layout
21154
21155 \end_inset
21156 </cell>
21157 <cell alignment="center" valignment="top" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161 \begin_inset Formula $\: B_{\mathrm{red}}$
21162 \end_inset
21163
21164
21165 \end_layout
21166
21167 \end_inset
21168 </cell>
21169 </row>
21170 <row>
21171 <cell alignment="center" valignment="top" usebox="none">
21172 \begin_inset Text
21173
21174 \begin_layout Plain Layout
21175 32×
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 6
21185 \begin_inset space \thinspace{}
21186 \end_inset
21187
21188 cm
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 <cell alignment="center" valignment="top" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197 -
21198 \begin_inset Formula $33.5\cdot$
21199 \end_inset
21200
21201
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21207 \begin_inset Text
21208
21209 \begin_layout Plain Layout
21210 \begin_inset Formula $10^{4}$
21211 \end_inset
21212
21213
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 <cell alignment="center" valignment="top" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222 \begin_inset Formula $\sin(\alpha)\ge$
21223 \end_inset
21224
21225
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 <cell alignment="center" valignment="top" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234 \begin_inset Formula $\:\sin(\beta)$
21235 \end_inset
21236
21237
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 </row>
21243 </lyxtabular>
21244
21245 \end_inset
21246
21247
21248 \end_layout
21249
21250 \end_inset
21251
21252
21253 \end_layout
21254
21255 \begin_layout Subsection
21256 Customized Cell/Column Format
21257 \begin_inset CommandInset label
21258 LatexCommand label
21259 name "sub:Customized-Format"
21260
21261 \end_inset
21262
21263
21264 \begin_inset Index idx
21265 status collapsed
21266
21267 \begin_layout Plain Layout
21268 Table Customization ! Cell/Column Format
21269 \end_layout
21270
21271 \end_inset
21272
21273
21274 \end_layout
21275
21276 \begin_layout Standard
21277 Calculating the required width for normal columns as described in section
21278 \begin_inset space ~
21279 \end_inset
21280
21281
21282 \begin_inset CommandInset ref
21283 LatexCommand ref
21284 reference "sec:Table-Width-Calculation"
21285
21286 \end_inset
21287
21288  or for spanned columns as described in section
21289 \begin_inset space ~
21290 \end_inset
21291
21292
21293 \begin_inset CommandInset ref
21294 LatexCommand ref
21295 reference "sub:Multicolumn-Calculations"
21296
21297 \end_inset
21298
21299  is very annoying if you have several tables where a calculation is necessary.
21300  To make life easier, you can define a cell/column format in the preamble,
21301  that can be used in all tables of the document.
21302  The format is defined with the command
21303 \end_layout
21304
21305 \begin_layout Standard
21306
21307 \series bold
21308
21309 \backslash
21310 newcolumntype{name of format}[number of arguments]{commands}
21311 \end_layout
21312
21313 \begin_layout Standard
21314 The format name may only consist of one letter.
21315  The letters 
21316 \emph on
21317 b
21318 \emph default
21319
21320 \emph on
21321 c
21322 \emph default
21323
21324 \emph on
21325 l
21326 \emph default
21327
21328 \emph on
21329 m
21330 \emph default
21331
21332 \emph on
21333 p
21334 \emph default
21335  and 
21336 \emph on
21337 r
21338 \emph default
21339  are predefined and cannot be used.
21340  But all letters are allowed as capitals.
21341 \end_layout
21342
21343 \begin_layout Standard
21344 \begin_inset VSpace medskip
21345 \end_inset
21346
21347
21348 \end_layout
21349
21350 \begin_layout Standard
21351 For vertically and horizontally centered multicolumn cells with a fixed
21352  width you can define the cell format
21353 \end_layout
21354
21355 \begin_layout Standard
21356
21357 \series bold
21358
21359 \backslash
21360 newcolumntype{M}[1]{>{
21361 \backslash
21362 centering
21363 \backslash
21364 hspace{0pt}}m{#1}}
21365 \end_layout
21366
21367 \begin_layout Standard
21368 where 
21369 \series bold
21370
21371 \backslash
21372 hspace{0pt}
21373 \series default
21374  avoids the problem of hyphenating the first word, as described in section
21375 \begin_inset space ~
21376 \end_inset
21377
21378
21379 \begin_inset CommandInset ref
21380 LatexCommand ref
21381 reference "sub:Multiple-Lines-in"
21382
21383 \end_inset
21384
21385 .
21386  Now you can simply enter
21387 \end_layout
21388
21389 \begin_layout Standard
21390
21391 \series bold
21392 M{width}
21393 \end_layout
21394
21395 \begin_layout Standard
21396 as 
21397 \family sans
21398 LaTeX-argument
21399 \family default
21400  in the table dialog to create a multicolumn.
21401 \end_layout
21402
21403 \begin_layout Standard
21404 \begin_inset VSpace bigskip
21405 \end_inset
21406
21407
21408 \end_layout
21409
21410 \begin_layout Standard
21411 For cells spanned by a multicolumn cell, you can define the format
21412 \end_layout
21413
21414 \begin_layout Standard
21415
21416 \series bold
21417
21418 \backslash
21419 newcolumntype{S}[2]{>{
21420 \backslash
21421 centering
21422 \backslash
21423 hspace{0pt}}
21424 \begin_inset Newline newline
21425 \end_inset
21426
21427
21428 \begin_inset Phantom HPhantom
21429 status open
21430
21431 \begin_layout Plain Layout
21432
21433 \series bold
21434
21435 \backslash
21436 newcolumntype
21437 \end_layout
21438
21439 \end_inset
21440
21441 m{(#1+(2
21442 \backslash
21443 tabcolsep+
21444 \backslash
21445 arrayrulewidth)*(1-#2))/#2}}
21446 \end_layout
21447
21448 \begin_layout Standard
21449 This format uses equation 
21450 \begin_inset CommandInset ref
21451 LatexCommand eqref
21452 reference "eq:Wgn"
21453
21454 \end_inset
21455
21456  to calculate the required width so that each spanned cell has the same
21457  width.
21458 \end_layout
21459
21460 \begin_layout Standard
21461 You can now enter
21462 \end_layout
21463
21464 \begin_layout Standard
21465
21466 \series bold
21467 S{width of multicolumn cell}{number of spanned columns}
21468 \end_layout
21469
21470 \begin_layout Standard
21471 as LaTeX-argument of the column.
21472 \end_layout
21473
21474 \begin_layout Standard
21475 \begin_inset VSpace bigskip
21476 \end_inset
21477
21478
21479 \end_layout
21480
21481 \begin_layout Standard
21482 For colored columns, you can define
21483 \end_layout
21484
21485 \begin_layout Standard
21486
21487 \series bold
21488
21489 \backslash
21490 newcolumntype{K}[1]{>{
21491 \backslash
21492 columncolor{#1}
21493 \backslash
21494 hspace{0pt}}c}
21495 \end_layout
21496
21497 \begin_layout Standard
21498 The 
21499 \begin_inset Quotes eld
21500 \end_inset
21501
21502 c
21503 \begin_inset Quotes erd
21504 \end_inset
21505
21506  at the end creates a column with a flexible width whose text is horizontally
21507  centered.
21508  You can now enter
21509 \end_layout
21510
21511 \begin_layout Standard
21512
21513 \series bold
21514 K{color name}
21515 \end_layout
21516
21517 \begin_layout Standard
21518 as LaTeX-argument.
21519 \end_layout
21520
21521 \begin_layout Standard
21522 \begin_inset VSpace bigskip
21523 \end_inset
21524
21525
21526 \end_layout
21527
21528 \begin_layout Standard
21529 To create Table
21530 \begin_inset space ~
21531 \end_inset
21532
21533
21534 \begin_inset CommandInset ref
21535 LatexCommand ref
21536 reference "tab:Table-using-user-defined"
21537
21538 \end_inset
21539
21540  use the LaTeX-arguments
21541 \end_layout
21542
21543 \begin_layout Standard
21544
21545 \series bold
21546 M{2.5cm}
21547 \end_layout
21548
21549 \begin_layout Standard
21550 for the first column and the multicolumn,
21551 \end_layout
21552
21553 \begin_layout Standard
21554
21555 \series bold
21556 K{red}
21557 \end_layout
21558
21559 \begin_layout Standard
21560 for the last column, and
21561 \end_layout
21562
21563 \begin_layout Standard
21564
21565 \series bold
21566 S{2.5cm}{2}
21567 \end_layout
21568
21569 \begin_layout Standard
21570 for the cells in the second column.
21571 \end_layout
21572
21573 \begin_layout Standard
21574 \begin_inset Float table
21575 placement h
21576 wide false
21577 sideways false
21578 status open
21579
21580 \begin_layout Plain Layout
21581 \begin_inset Caption Standard
21582
21583 \begin_layout Plain Layout
21584 \begin_inset CommandInset label
21585 LatexCommand label
21586 name "tab:Table-using-user-defined"
21587
21588 \end_inset
21589
21590 Table using user-defined table formats
21591 \end_layout
21592
21593 \end_inset
21594
21595
21596 \end_layout
21597
21598 \begin_layout Plain Layout
21599 \align center
21600 \begin_inset Tabular
21601 <lyxtabular version="3" rows="3" columns="4">
21602 <features rotate="0" tabularvalignment="middle">
21603 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21604 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21605 <column alignment="center" valignment="middle">
21606 <column alignment="center" valignment="middle" special="K{red}">
21607 <row>
21608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612 verylongtablecellword
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621 multiple lines multicolumn
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630
21631 \end_layout
21632
21633 \end_inset
21634 </cell>
21635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639 c
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 </row>
21645 <row>
21646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650 d
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659 e
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 f
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 g
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 </row>
21683 <row>
21684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688 h
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697 i
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706 j
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715 k
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 </row>
21721 </lyxtabular>
21722
21723 \end_inset
21724
21725
21726 \end_layout
21727
21728 \end_inset
21729
21730
21731 \end_layout
21732
21733 \begin_layout Subsection
21734 Line Thickness
21735 \begin_inset CommandInset label
21736 LatexCommand label
21737 name "sub:Line-Thickness"
21738
21739 \end_inset
21740
21741
21742 \begin_inset Index idx
21743 status collapsed
21744
21745 \begin_layout Plain Layout
21746 Table Customization ! Line Thickness
21747 \end_layout
21748
21749 \end_inset
21750
21751
21752 \end_layout
21753
21754 \begin_layout Standard
21755 The line thickness for all lines in a table can be adjusted with the length
21756  
21757 \series bold
21758
21759 \backslash
21760 arrayrulewidth
21761 \series default
21762 .
21763  To set for example a line thickness of 1.5
21764 \begin_inset space \thinspace{}
21765 \end_inset
21766
21767 pt, as in Table
21768 \begin_inset space ~
21769 \end_inset
21770
21771
21772 \begin_inset CommandInset ref
21773 LatexCommand ref
21774 reference "tab:Table-with-1.5"
21775
21776 \end_inset
21777
21778 , insert the command
21779 \end_layout
21780
21781 \begin_layout Standard
21782
21783 \series bold
21784
21785 \backslash
21786 setlength{
21787 \backslash
21788 arrayrulewidth}{1.5pt}
21789 \end_layout
21790
21791 \begin_layout Standard
21792 in TeX-Code before the table or table float.
21793  The changed thickness is valid for all subsequent tables.
21794  To use the default value again, set 
21795 \series bold
21796
21797 \backslash
21798 arrayrulewidth
21799 \series default
21800  to 0.4
21801 \begin_inset space \thinspace{}
21802 \end_inset
21803
21804 pt in TeX-Code after the table or table float.
21805 \end_layout
21806
21807 \begin_layout Standard
21808 \begin_inset ERT
21809 status collapsed
21810
21811 \begin_layout Plain Layout
21812
21813
21814 \backslash
21815 setlength{
21816 \backslash
21817 arrayrulewidth}{1.5pt}
21818 \end_layout
21819
21820 \end_inset
21821
21822
21823 \begin_inset Float table
21824 wide false
21825 sideways false
21826 status open
21827
21828 \begin_layout Plain Layout
21829 \begin_inset Caption Standard
21830
21831 \begin_layout Plain Layout
21832 \begin_inset CommandInset label
21833 LatexCommand label
21834 name "tab:Table-with-1.5"
21835
21836 \end_inset
21837
21838 Table with 1.5
21839 \begin_inset space \thinspace{}
21840 \end_inset
21841
21842 pt thick lines
21843 \end_layout
21844
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \begin_layout Plain Layout
21851 \align center
21852 \begin_inset Tabular
21853 <lyxtabular version="3" rows="3" columns="3">
21854 <features rotate="0" tabularvalignment="middle">
21855 <column alignment="center" valignment="top">
21856 <column alignment="center" valignment="top">
21857 <column alignment="center" valignment="top">
21858 <row>
21859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863 sd
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 </row>
21887 <row>
21888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 sd
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 </row>
21916 <row>
21917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939 sd
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 </lyxtabular>
21946
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \end_inset
21953
21954
21955 \begin_inset ERT
21956 status collapsed
21957
21958 \begin_layout Plain Layout
21959
21960
21961 \backslash
21962 setlength{
21963 \backslash
21964 arrayrulewidth}{0.4pt}
21965 \end_layout
21966
21967 \end_inset
21968
21969
21970 \end_layout
21971
21972 \begin_layout Standard
21973 \begin_inset VSpace bigskip
21974 \end_inset
21975
21976 To set the line thickness to 1.5
21977 \begin_inset space \thinspace{}
21978 \end_inset
21979
21980 pt only for horizontal lines, as in Table
21981 \begin_inset space ~
21982 \end_inset
21983
21984
21985 \begin_inset CommandInset ref
21986 LatexCommand ref
21987 reference "tab:Table-with-horizontal"
21988
21989 \end_inset
21990
21991 , insert these commands in TeX-Code before the table or table float:
21992 \end_layout
21993
21994 \begin_layout Standard
21995
21996 \series bold
21997
21998 \backslash
21999 let
22000 \backslash
22001 myHline
22002 \backslash
22003 hline
22004 \begin_inset Newline newline
22005 \end_inset
22006
22007
22008 \backslash
22009 renewcommand{
22010 \backslash
22011 hline}
22012 \begin_inset Newline newline
22013 \end_inset
22014
22015  {
22016 \backslash
22017 noalign{
22018 \backslash
22019 global
22020 \backslash
22021 arrayrulewidth 1.5pt}
22022 \begin_inset Newline newline
22023 \end_inset
22024
22025  
22026 \backslash
22027 myHline
22028 \backslash
22029 noalign{
22030 \backslash
22031 global
22032 \backslash
22033 arrayrulewidth 0.4pt}}
22034 \end_layout
22035
22036 \begin_layout Standard
22037 To return to the default line thickness, insert this command in TeX-Code
22038  after the table or table float:
22039 \end_layout
22040
22041 \begin_layout Standard
22042
22043 \series bold
22044
22045 \backslash
22046 renewcommand{
22047 \backslash
22048 hline}{
22049 \backslash
22050 myHline}
22051 \end_layout
22052
22053 \begin_layout Standard
22054 \begin_inset ERT
22055 status collapsed
22056
22057 \begin_layout Plain Layout
22058
22059
22060 \backslash
22061 let
22062 \backslash
22063 myHline
22064 \backslash
22065 hline
22066 \end_layout
22067
22068 \begin_layout Plain Layout
22069
22070
22071 \backslash
22072 renewcommand{
22073 \backslash
22074 hline}
22075 \end_layout
22076
22077 \begin_layout Plain Layout
22078
22079  {
22080 \backslash
22081 noalign{
22082 \backslash
22083 global
22084 \backslash
22085 arrayrulewidth 1.5pt}
22086 \end_layout
22087
22088 \begin_layout Plain Layout
22089
22090   
22091 \backslash
22092 myHline
22093 \backslash
22094 noalign{
22095 \backslash
22096 global
22097 \backslash
22098 arrayrulewidth 0.4pt}}
22099 \end_layout
22100
22101 \end_inset
22102
22103
22104 \begin_inset Float table
22105 wide false
22106 sideways false
22107 status open
22108
22109 \begin_layout Plain Layout
22110 \begin_inset Caption Standard
22111
22112 \begin_layout Plain Layout
22113 \begin_inset CommandInset label
22114 LatexCommand label
22115 name "tab:Table-with-horizontal"
22116
22117 \end_inset
22118
22119 Table with 1.5
22120 \begin_inset space \thinspace{}
22121 \end_inset
22122
22123 pt thick horizontal lines
22124 \end_layout
22125
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \begin_layout Plain Layout
22132 \align center
22133 \begin_inset Tabular
22134 <lyxtabular version="3" rows="3" columns="3">
22135 <features rotate="0" tabularvalignment="middle">
22136 <column alignment="center" valignment="top">
22137 <column alignment="center" valignment="top">
22138 <column alignment="center" valignment="top">
22139 <row>
22140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22141 \begin_inset Text
22142
22143 \begin_layout Plain Layout
22144 sd
22145 \end_layout
22146
22147 \end_inset
22148 </cell>
22149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22150 \begin_inset Text
22151
22152 \begin_layout Plain Layout
22153
22154 \end_layout
22155
22156 \end_inset
22157 </cell>
22158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 </row>
22168 <row>
22169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182 sd
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191
22192 \end_layout
22193
22194 \end_inset
22195 </cell>
22196 </row>
22197 <row>
22198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22199 \begin_inset Text
22200
22201 \begin_layout Plain Layout
22202
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211
22212 \end_layout
22213
22214 \end_inset
22215 </cell>
22216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220 sd
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 </row>
22226 </lyxtabular>
22227
22228 \end_inset
22229
22230
22231 \end_layout
22232
22233 \end_inset
22234
22235
22236 \begin_inset ERT
22237 status collapsed
22238
22239 \begin_layout Plain Layout
22240
22241
22242 \backslash
22243 renewcommand{
22244 \backslash
22245 hline}{
22246 \backslash
22247 myHline}
22248 \end_layout
22249
22250 \end_inset
22251
22252
22253 \end_layout
22254
22255 \begin_layout Standard
22256 \begin_inset VSpace bigskip
22257 \end_inset
22258
22259 To set the line thickness to 1.5
22260 \begin_inset space \thinspace{}
22261 \end_inset
22262
22263 pt only for vertical lines, create the following column format in the document
22264  preamble, according to the description in section
22265 \begin_inset space ~
22266 \end_inset
22267
22268
22269 \begin_inset CommandInset ref
22270 LatexCommand ref
22271 reference "sub:Customized-Format"
22272
22273 \end_inset
22274
22275 :
22276 \end_layout
22277
22278 \begin_layout Standard
22279
22280 \series bold
22281
22282 \backslash
22283 newcolumntype{V}{!{
22284 \backslash
22285 vrule width 1.5pt}}
22286 \end_layout
22287
22288 \begin_layout Standard
22289 For Table
22290 \begin_inset space ~
22291 \end_inset
22292
22293
22294 \begin_inset CommandInset ref
22295 LatexCommand ref
22296 reference "tab:Table-with-vertical"
22297
22298 \end_inset
22299
22300  the LaTeX-argument
22301 \end_layout
22302
22303 \begin_layout Standard
22304
22305 \series bold
22306 VcV
22307 \end_layout
22308
22309 \begin_layout Standard
22310 was used for the last column and
22311 \end_layout
22312
22313 \begin_layout Standard
22314
22315 \series bold
22316 Vc
22317 \end_layout
22318
22319 \begin_layout Standard
22320 for the other columns.
22321 \end_layout
22322
22323 \begin_layout Standard
22324 \begin_inset Float table
22325 wide false
22326 sideways false
22327 status open
22328
22329 \begin_layout Plain Layout
22330 \begin_inset Caption Standard
22331
22332 \begin_layout Plain Layout
22333 \begin_inset CommandInset label
22334 LatexCommand label
22335 name "tab:Table-with-vertical"
22336
22337 \end_inset
22338
22339 Table with 1.5
22340 \begin_inset space \thinspace{}
22341 \end_inset
22342
22343 pt thick vertical lines
22344 \end_layout
22345
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \begin_layout Plain Layout
22352 \align center
22353 \begin_inset Tabular
22354 <lyxtabular version="3" rows="3" columns="3">
22355 <features rotate="0" tabularvalignment="middle">
22356 <column alignment="center" valignment="top" special="Vc">
22357 <column alignment="center" valignment="top" special="Vc">
22358 <column alignment="center" valignment="top" special="VcV">
22359 <row>
22360 <cell alignment="center" valignment="top" topline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 sd
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 <cell alignment="center" valignment="top" topline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 <cell alignment="center" valignment="top" topline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 </row>
22388 <row>
22389 <cell alignment="center" valignment="top" topline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 <cell alignment="center" valignment="top" topline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402 sd
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 <cell alignment="center" valignment="top" topline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 </row>
22417 <row>
22418 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431
22432 \end_layout
22433
22434 \end_inset
22435 </cell>
22436 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440 sd
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 </row>
22446 </lyxtabular>
22447
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \end_inset
22454
22455
22456 \end_layout
22457
22458 \begin_layout Subsection
22459 Dashed Lines
22460 \begin_inset Index idx
22461 status collapsed
22462
22463 \begin_layout Plain Layout
22464 Table Customization ! Dashed Lines
22465 \end_layout
22466
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \begin_layout Standard
22473 \begin_inset ERT
22474 status collapsed
22475
22476 \begin_layout Plain Layout
22477
22478
22479 \backslash
22480 ifarydshln
22481 \end_layout
22482
22483 \end_inset
22484
22485
22486 \begin_inset Note Note
22487 status open
22488
22489 \begin_layout Plain Layout
22490 The following section will only be displayed when the LaTeX-package 
22491 \series bold
22492 arydshln
22493 \series default
22494  is installed.
22495 \end_layout
22496
22497 \end_inset
22498
22499
22500 \end_layout
22501
22502 \begin_layout Standard
22503 \begin_inset Float table
22504 placement H
22505 wide false
22506 sideways false
22507 status open
22508
22509 \begin_layout Plain Layout
22510 \begin_inset Caption Standard
22511
22512 \begin_layout Plain Layout
22513 \begin_inset CommandInset label
22514 LatexCommand label
22515 name "tab:Table-with-dashed"
22516
22517 \end_inset
22518
22519 Table with dashed lines
22520 \end_layout
22521
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \begin_layout Plain Layout
22528 \align center
22529 \begin_inset Tabular
22530 <lyxtabular version="3" rows="5" columns="5">
22531 <features rotate="0" tabularvalignment="middle">
22532 <column alignment="center" valignment="top">
22533 <column alignment="center" valignment="top">
22534 <column alignment="center" valignment="top" special=":c">
22535 <column alignment="center" valignment="top">
22536 <column alignment="center" valignment="top">
22537 <row>
22538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542 a
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551 b
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560 c
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569 d
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578 e
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 </row>
22584 <row>
22585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589 f
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 g
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 <cell alignment="center" valignment="top" topline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607 h
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 i
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625 j
22626 \end_layout
22627
22628 \end_inset
22629 </cell>
22630 </row>
22631 <row>
22632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22633 \begin_inset Text
22634
22635 \begin_layout Plain Layout
22636 \begin_inset ERT
22637 status collapsed
22638
22639 \begin_layout Plain Layout
22640
22641
22642 \backslash
22643 hdashline 
22644 \end_layout
22645
22646 \end_inset
22647
22648 k
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657 l
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 m
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675 n
22676 \end_layout
22677
22678 \end_inset
22679 </cell>
22680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22681 \begin_inset Text
22682
22683 \begin_layout Plain Layout
22684 o
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 </row>
22690 <row>
22691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695 \begin_inset ERT
22696 status collapsed
22697
22698 \begin_layout Plain Layout
22699
22700
22701 \backslash
22702 cdashline{4-5}
22703 \end_layout
22704
22705 \end_inset
22706
22707 p
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 q
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725 r
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734 s
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 </row>
22749 <row>
22750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22751 \begin_inset Text
22752
22753 \begin_layout Plain Layout
22754 t
22755 \end_layout
22756
22757 \end_inset
22758 </cell>
22759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763 u
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772 v
22773 \end_layout
22774
22775 \end_inset
22776 </cell>
22777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22778 \begin_inset Text
22779
22780 \begin_layout Plain Layout
22781 w
22782 \end_layout
22783
22784 \end_inset
22785 </cell>
22786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790 x
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 </row>
22796 </lyxtabular>
22797
22798 \end_inset
22799
22800
22801 \end_layout
22802
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \begin_layout Standard
22809 LyX does not natively support dashed lines, so you have to use TeX-Code.
22810  As a prerequisite the LaTeX-package 
22811 \series bold
22812 arydshln
22813 \series default
22814
22815 \begin_inset Index idx
22816 status collapsed
22817
22818 \begin_layout Plain Layout
22819 LaTeX-packages ! arydshln
22820 \end_layout
22821
22822 \end_inset
22823
22824  must be loaded in the document preamble with the command
22825 \end_layout
22826
22827 \begin_layout Standard
22828
22829 \series bold
22830
22831 \backslash
22832 usepackage{arydshln}
22833 \end_layout
22834
22835 \begin_layout Standard
22836 To make a vertical line dashed, enter the colon 
22837 \begin_inset Quotes eld
22838 \end_inset
22839
22840 :
22841 \begin_inset Quotes erd
22842 \end_inset
22843
22844  together with the character for the horizontal alignment as LaTeX-argument
22845  in the table cell dialog.
22846 \end_layout
22847
22848 \begin_layout Standard
22849 For a horizontal dashed line add the command
22850 \end_layout
22851
22852 \begin_layout Standard
22853
22854 \series bold
22855
22856 \backslash
22857 hdashline
22858 \end_layout
22859
22860 \begin_layout Standard
22861 in TeX-Code as first element of the first cell in the table row.
22862 \end_layout
22863
22864 \begin_layout Standard
22865 For dashed multicolumn lines use the command
22866 \end_layout
22867
22868 \begin_layout Standard
22869
22870 \series bold
22871
22872 \backslash
22873 cdashline{line number
22874 \series default
22875 }
22876 \end_layout
22877
22878 \begin_layout Standard
22879 in TeX-Code as the first element of the first cell in the table row.
22880  If you have for example a multicolumn spanning columns 2 to 4 and you want
22881  to have a dashed line above, add the command
22882 \end_layout
22883
22884 \begin_layout Standard
22885
22886 \series bold
22887
22888 \backslash
22889 cdashline{2-4}
22890 \end_layout
22891
22892 \begin_layout Standard
22893 as the first element of the first cell in the row of the multicolumn.
22894 \end_layout
22895
22896 \begin_layout Standard
22897 \begin_inset VSpace bigskip
22898 \end_inset
22899
22900
22901 \end_layout
22902
22903 \begin_layout Standard
22904 Table
22905 \begin_inset space ~
22906 \end_inset
22907
22908
22909 \begin_inset CommandInset ref
22910 LatexCommand ref
22911 reference "tab:Table-with-dashed"
22912
22913 \end_inset
22914
22915  was created using 
22916 \begin_inset Quotes eld
22917 \end_inset
22918
22919
22920 \series bold
22921 :c
22922 \series default
22923
22924 \begin_inset Quotes erd
22925 \end_inset
22926
22927  as LaTeX-argument of the third column.
22928  The TeX-Code command 
22929 \series bold
22930
22931 \backslash
22932 hdashline
22933 \series default
22934  was inserted in the first cell of the third row and the TeX-Code command
22935 \begin_inset Newline newline
22936 \end_inset
22937
22938  
22939 \series bold
22940
22941 \backslash
22942 cdashline{4-5}
22943 \series default
22944  was inserted in the first cell of the fourth row.
22945 \end_layout
22946
22947 \begin_layout Standard
22948 \begin_inset VSpace bigskip
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \begin_layout Standard
22955 Tables with dashed lines can also be colored as shown by Table
22956 \begin_inset space ~
22957 \end_inset
22958
22959
22960 \begin_inset CommandInset ref
22961 LatexCommand ref
22962 reference "tab:Colored-table-with"
22963
22964 \end_inset
22965
22966 .
22967 \end_layout
22968
22969 \begin_layout Standard
22970 \begin_inset ERT
22971 status collapsed
22972
22973 \begin_layout Plain Layout
22974
22975
22976 \backslash
22977 setlength{
22978 \backslash
22979 arrayrulewidth}{1pt}
22980 \end_layout
22981
22982 \end_inset
22983
22984
22985 \begin_inset Note Note
22986 status collapsed
22987
22988 \begin_layout Plain Layout
22989 thicker lines for better visualization of the line color
22990 \end_layout
22991
22992 \end_inset
22993
22994
22995 \end_layout
22996
22997 \begin_layout Standard
22998 \begin_inset ERT
22999 status collapsed
23000
23001 \begin_layout Plain Layout
23002
23003
23004 \backslash
23005 dashgapcolor{green}
23006 \end_layout
23007
23008 \end_inset
23009
23010
23011 \begin_inset Note Note
23012 status collapsed
23013
23014 \begin_layout Plain Layout
23015 color gaps between dashes green
23016 \end_layout
23017
23018 \end_inset
23019
23020
23021 \end_layout
23022
23023 \begin_layout Standard
23024 \begin_inset ERT
23025 status collapsed
23026
23027 \begin_layout Plain Layout
23028
23029
23030 \backslash
23031 let
23032 \backslash
23033 myHdashline
23034 \backslash
23035 hdashline
23036 \end_layout
23037
23038 \begin_layout Plain Layout
23039
23040
23041 \backslash
23042 renewcommand{
23043 \backslash
23044 hdashline}
23045 \end_layout
23046
23047 \begin_layout Plain Layout
23048
23049  {
23050 \backslash
23051 arrayrulecolor{red}
23052 \backslash
23053 myHdashline
23054 \backslash
23055 arrayrulecolor{black}}
23056 \end_layout
23057
23058 \end_inset
23059
23060
23061 \begin_inset Note Note
23062 status collapsed
23063
23064 \begin_layout Plain Layout
23065 color horizontal, dashed lines red
23066 \end_layout
23067
23068 \end_inset
23069
23070
23071 \end_layout
23072
23073 \begin_layout Standard
23074 \begin_inset ERT
23075 status collapsed
23076
23077 \begin_layout Plain Layout
23078
23079
23080 \backslash
23081 let
23082 \backslash
23083 myCdashline
23084 \backslash
23085 cdashline
23086 \end_layout
23087
23088 \begin_layout Plain Layout
23089
23090
23091 \backslash
23092 renewcommand{
23093 \backslash
23094 cdashline}[1]
23095 \end_layout
23096
23097 \begin_layout Plain Layout
23098
23099  {
23100 \backslash
23101 arrayrulecolor{yellow}
23102 \backslash
23103 myCdashline{#1}
23104 \backslash
23105 arrayrulecolor{black}}
23106 \end_layout
23107
23108 \end_inset
23109
23110
23111 \begin_inset Note Note
23112 status collapsed
23113
23114 \begin_layout Plain Layout
23115 color partial horizontal, dashed lines yellow
23116 \end_layout
23117
23118 \end_inset
23119
23120
23121 \end_layout
23122
23123 \begin_layout Standard
23124 \begin_inset Float table
23125 placement h
23126 wide false
23127 sideways false
23128 status open
23129
23130 \begin_layout Plain Layout
23131 \begin_inset Caption Standard
23132
23133 \begin_layout Plain Layout
23134 \begin_inset CommandInset label
23135 LatexCommand label
23136 name "tab:Colored-table-with"
23137
23138 \end_inset
23139
23140 Colored table with dashed lines
23141 \end_layout
23142
23143 \end_inset
23144
23145
23146 \end_layout
23147
23148 \begin_layout Plain Layout
23149 \align center
23150 \begin_inset Tabular
23151 <lyxtabular version="3" rows="5" columns="5">
23152 <features rotate="0" tabularvalignment="middle">
23153 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23154 <column alignment="center" valignment="top" width="0pt">
23155 <column alignment="center" valignment="top" width="0pt" special=":c">
23156 <column alignment="center" valignment="top">
23157 <column alignment="center" valignment="top">
23158 <row>
23159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163 a
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 <cell alignment="center" valignment="top" topline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172 b
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 <cell alignment="center" valignment="top" topline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181 c
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23187 \begin_inset Text
23188
23189 \begin_layout Plain Layout
23190 d
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199 e
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 </row>
23205 <row>
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210 f
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 g
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 <cell alignment="center" valignment="top" topline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Plain Layout
23228 h
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237 i
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 j
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 </row>
23252 <row>
23253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23254 \begin_inset Text
23255
23256 \begin_layout Plain Layout
23257 \begin_inset ERT
23258 status collapsed
23259
23260 \begin_layout Plain Layout
23261
23262
23263 \backslash
23264 hdashline 
23265 \end_layout
23266
23267 \end_inset
23268
23269
23270 \begin_inset ERT
23271 status collapsed
23272
23273 \begin_layout Plain Layout
23274
23275
23276 \backslash
23277 rowcolor{Gray}
23278 \end_layout
23279
23280 \end_inset
23281
23282 k
23283 \end_layout
23284
23285 \end_inset
23286 </cell>
23287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291 l
23292 \end_layout
23293
23294 \end_inset
23295 </cell>
23296 <cell alignment="center" valignment="top" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300 m
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309 n
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23315 \begin_inset Text
23316
23317 \begin_layout Plain Layout
23318 o
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 </row>
23324 <row>
23325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23326 \begin_inset Text
23327
23328 \begin_layout Plain Layout
23329 \begin_inset ERT
23330 status collapsed
23331
23332 \begin_layout Plain Layout
23333
23334
23335 \backslash
23336 cdashline{4-5}
23337 \end_layout
23338
23339 \end_inset
23340
23341 p
23342 \end_layout
23343
23344 \end_inset
23345 </cell>
23346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350 q
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 r
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368 s
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377
23378 \end_layout
23379
23380 \end_inset
23381 </cell>
23382 </row>
23383 <row>
23384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23385 \begin_inset Text
23386
23387 \begin_layout Plain Layout
23388 t
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 u
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406 v
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 w
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 \begin_inset ERT
23425 status collapsed
23426
23427 \begin_layout Plain Layout
23428
23429
23430 \backslash
23431 cellcolor{Maroon}
23432 \end_layout
23433
23434 \end_inset
23435
23436 i
23437 \end_layout
23438
23439 \end_inset
23440 </cell>
23441 </row>
23442 </lyxtabular>
23443
23444 \end_inset
23445
23446
23447 \end_layout
23448
23449 \end_inset
23450
23451
23452 \end_layout
23453
23454 \begin_layout Standard
23455 \begin_inset ERT
23456 status collapsed
23457
23458 \begin_layout Plain Layout
23459
23460
23461 \backslash
23462 renewcommand{
23463 \backslash
23464 hdashline}{
23465 \backslash
23466 myHdashline}
23467 \end_layout
23468
23469 \end_inset
23470
23471
23472 \begin_inset Note Note
23473 status collapsed
23474
23475 \begin_layout Plain Layout
23476 reset to default
23477 \end_layout
23478
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \begin_layout Standard
23485 \begin_inset ERT
23486 status collapsed
23487
23488 \begin_layout Plain Layout
23489
23490
23491 \backslash
23492 renewcommand{
23493 \backslash
23494 cdashline}{
23495 \backslash
23496 myCdashline}
23497 \end_layout
23498
23499 \end_inset
23500
23501
23502 \begin_inset Note Note
23503 status collapsed
23504
23505 \begin_layout Plain Layout
23506 reset to default
23507 \end_layout
23508
23509 \end_inset
23510
23511
23512 \end_layout
23513
23514 \begin_layout Standard
23515 \begin_inset ERT
23516 status collapsed
23517
23518 \begin_layout Plain Layout
23519
23520
23521 \backslash
23522 nodashgapcolor
23523 \end_layout
23524
23525 \end_inset
23526
23527
23528 \begin_inset Note Note
23529 status collapsed
23530
23531 \begin_layout Plain Layout
23532 reset to default
23533 \end_layout
23534
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \begin_layout Standard
23541 \begin_inset ERT
23542 status collapsed
23543
23544 \begin_layout Plain Layout
23545
23546
23547 \backslash
23548 setlength{
23549 \backslash
23550 arrayrulewidth}{0.4pt}
23551 \end_layout
23552
23553 \end_inset
23554
23555
23556 \begin_inset Note Note
23557 status collapsed
23558
23559 \begin_layout Plain Layout
23560 reset to default
23561 \end_layout
23562
23563 \end_inset
23564
23565
23566 \end_layout
23567
23568 \begin_layout Standard
23569 The coloring of lines, columns and lines works as decribed in section
23570 \begin_inset space ~
23571 \end_inset
23572
23573
23574 \begin_inset CommandInset ref
23575 LatexCommand ref
23576 reference "sec:Colored-Tables"
23577
23578 \end_inset
23579
23580 .
23581  Coloring horizontal lines works analogically as described there as well,
23582  one only needs to replace in the commands 
23583 \series bold
23584
23585 \backslash
23586 myHlineC
23587 \series default
23588  by 
23589 \series bold
23590
23591 \backslash
23592 myHdashline
23593 \series default
23594  and 
23595 \backslash
23596
23597 \series bold
23598 hline
23599 \series default
23600  by 
23601 \series bold
23602
23603 \backslash
23604 hdashline
23605 \series default
23606 ; so one uses the command
23607 \end_layout
23608
23609 \begin_layout Standard
23610
23611 \series bold
23612
23613 \backslash
23614 let
23615 \backslash
23616 myHdashline
23617 \backslash
23618 hdashline
23619 \begin_inset Newline newline
23620 \end_inset
23621
23622
23623 \backslash
23624 renewcommand{
23625 \backslash
23626 hdashline}
23627 \begin_inset Newline newline
23628 \end_inset
23629
23630
23631 \begin_inset Phantom HPhantom
23632 status open
23633
23634 \begin_layout Plain Layout
23635 \begin_inset space ~
23636 \end_inset
23637
23638
23639 \end_layout
23640
23641 \end_inset
23642
23643 {
23644 \backslash
23645 arrayrulecolor{red}
23646 \backslash
23647 myHdashline
23648 \backslash
23649 arrayrulecolor{black}}
23650 \end_layout
23651
23652 \begin_layout Standard
23653 To color 
23654 \series bold
23655
23656 \backslash
23657 cdashline
23658 \series default
23659 , the command is
23660 \end_layout
23661
23662 \begin_layout Standard
23663
23664 \series bold
23665
23666 \backslash
23667 let
23668 \backslash
23669 myCdashline
23670 \backslash
23671 cdashline
23672 \begin_inset Newline newline
23673 \end_inset
23674
23675
23676 \backslash
23677 renewcommand{
23678 \backslash
23679 cdashline}[1]
23680 \begin_inset Newline newline
23681 \end_inset
23682
23683
23684 \begin_inset Phantom HPhantom
23685 status open
23686
23687 \begin_layout Plain Layout
23688 \begin_inset space ~
23689 \end_inset
23690
23691
23692 \end_layout
23693
23694 \end_inset
23695
23696 {
23697 \backslash
23698 arrayrulecolor{red}
23699 \backslash
23700 myCdashline{#1}
23701 \backslash
23702 arrayrulecolor{black}}
23703 \end_layout
23704
23705 \begin_layout Standard
23706 To get back the black line color, one needs to insert the following commands
23707  as TeX-Code behind the table:
23708 \end_layout
23709
23710 \begin_layout Standard
23711 For 
23712 \series bold
23713
23714 \backslash
23715 hdashline
23716 \end_layout
23717
23718 \begin_layout Standard
23719
23720 \series bold
23721
23722 \backslash
23723 renewcommand{
23724 \backslash
23725 hdashline}{
23726 \backslash
23727 myHdashline}
23728 \end_layout
23729
23730 \begin_layout Standard
23731 and for 
23732 \series bold
23733
23734 \backslash
23735 cdashline
23736 \end_layout
23737
23738 \begin_layout Standard
23739
23740 \series bold
23741
23742 \backslash
23743 renewcommand{
23744 \backslash
23745 cdashline}{
23746 \backslash
23747 myCdashline}
23748 \end_layout
23749
23750 \begin_layout Standard
23751 To color the gaps between the dashes the command
23752 \end_layout
23753
23754 \begin_layout Standard
23755
23756 \series bold
23757
23758 \backslash
23759 dashgapcolor{color}
23760 \end_layout
23761
23762 \begin_layout Standard
23763 can be used in front of a table as TeX-Code.
23764  color is hereby the name of a defined color.
23765  The command
23766 \end_layout
23767
23768 \begin_layout Standard
23769
23770 \series bold
23771
23772 \backslash
23773 nodashgapcolor
23774 \end_layout
23775
23776 \begin_layout Standard
23777 unsets the changes made by 
23778 \series bold
23779
23780 \backslash
23781 dashgapcolor
23782 \series default
23783 .
23784 \end_layout
23785
23786 \begin_layout Standard
23787 \begin_inset Note Greyedout
23788 status open
23789
23790 \begin_layout Plain Layout
23791
23792 \series bold
23793 \color none
23794 Note
23795 \series default
23796 : If there are multiple commands in a cell, the command of 
23797 \series bold
23798 arydshln
23799 \series default
23800  needs to be the first one in the cell.
23801  Therefore in cell 
23802 \emph on
23803 k
23804 \emph default
23805  of Table
23806 \begin_inset space ~
23807 \end_inset
23808
23809
23810 \begin_inset CommandInset ref
23811 LatexCommand ref
23812 reference "tab:Colored-table-with"
23813
23814 \end_inset
23815
23816  the command 
23817 \series bold
23818
23819 \backslash
23820 hdashline
23821 \series default
23822  is before 
23823 \series bold
23824
23825 \backslash
23826 rowcolor
23827 \series default
23828 .
23829 \end_layout
23830
23831 \end_inset
23832
23833
23834 \end_layout
23835
23836 \begin_layout Standard
23837 \begin_inset Note Greyedout
23838 status open
23839
23840 \begin_layout Plain Layout
23841
23842 \series bold
23843 \color none
23844 Note:
23845 \series default
23846  The LaTeX-package 
23847 \series bold
23848 arydshln
23849 \series default
23850  must be loaded in the document preamble before the LaTeX-package 
23851 \series bold
23852 colortbl
23853 \series default
23854
23855 \begin_inset Index idx
23856 status collapsed
23857
23858 \begin_layout Plain Layout
23859 LaTeX-packages ! colortbl
23860 \end_layout
23861
23862 \end_inset
23863
23864 .
23865 \end_layout
23866
23867 \end_inset
23868
23869
23870 \end_layout
23871
23872 \begin_layout Standard
23873 \begin_inset ERT
23874 status collapsed
23875
23876 \begin_layout Plain Layout
23877
23878
23879 \backslash
23880 else
23881 \end_layout
23882
23883 \end_inset
23884
23885
23886 \begin_inset Note Note
23887 status open
23888
23889 \begin_layout Plain Layout
23890 The following will be displayed when the LaTeX-package 
23891 \series bold
23892 arydshln
23893 \series default
23894  is not installed:
23895 \end_layout
23896
23897 \end_inset
23898
23899
23900 \end_layout
23901
23902 \begin_layout Standard
23903 You need to install the package 
23904 \series bold
23905 arydshln
23906 \series default
23907  to see the content of this section in the output.
23908 \end_layout
23909
23910 \begin_layout Standard
23911 \begin_inset ERT
23912 status collapsed
23913
23914 \begin_layout Plain Layout
23915
23916
23917 \backslash
23918 fi
23919 \end_layout
23920
23921 \end_inset
23922
23923
23924 \end_layout
23925
23926 \begin_layout Standard
23927 For more information about dashed lines see the documentation of 
23928 \series bold
23929 arydshln
23930 \series default
23931
23932 \begin_inset CommandInset citation
23933 LatexCommand cite
23934 key "arydshln"
23935
23936 \end_inset
23937
23938 .
23939 \end_layout
23940
23941 \begin_layout Chapter
23942 Floats
23943 \begin_inset CommandInset label
23944 LatexCommand label
23945 name "chap:Floats"
23946
23947 \end_inset
23948
23949
23950 \begin_inset Index idx
23951 status collapsed
23952
23953 \begin_layout Plain Layout
23954 Floats
23955 \end_layout
23956
23957 \end_inset
23958
23959
23960 \end_layout
23961
23962 \begin_layout Section
23963 Introduction
23964 \begin_inset CommandInset label
23965 LatexCommand label
23966 name "sec:FloatIntroduction"
23967
23968 \end_inset
23969
23970
23971 \begin_inset Index idx
23972 status collapsed
23973
23974 \begin_layout Plain Layout
23975 Floats ! Introduction
23976 \end_layout
23977
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \begin_layout Standard
23984 A float is a block of text associated with some sort of label, which doesn't
23985  have a fixed location.
23986  It can 
23987 \begin_inset Quotes eld
23988 \end_inset
23989
23990 float
23991 \begin_inset Quotes erd
23992 \end_inset
23993
23994  forward or backward a page or two, to wherever it fits best.
23995  
23996 \family sans
23997 Footnotes
23998 \family default
23999  and 
24000 \family sans
24001 Margin
24002 \begin_inset space ~
24003 \end_inset
24004
24005 Notes
24006 \family default
24007  are also floats because they can float to the next page when there are
24008  too many notes on the page.
24009 \end_layout
24010
24011 \begin_layout Standard
24012 Floats allow a high quality layout.
24013  Images and tables can be spread evenly among the pages to avoid white space
24014  and pages without text.
24015  As the floating often destroys the context between the text and the image/table
24016 , every float can be referenced in the text.
24017  Floats are therefore numbered.
24018  Referencing is described in section
24019 \begin_inset space ~
24020 \end_inset
24021
24022
24023 \begin_inset CommandInset ref
24024 LatexCommand ref
24025 reference "sec:Referencing-Floats"
24026
24027 \end_inset
24028
24029 .
24030 \end_layout
24031
24032 \begin_layout Standard
24033 To insert a float, use the menu 
24034 \family sans
24035 Insert\SpecialChar \menuseparator
24036 Float
24037 \family default
24038  (toolbar button 
24039 \begin_inset Info
24040 type  "icon"
24041 arg   "float-insert figure"
24042 \end_inset
24043
24044  or 
24045 \begin_inset Info
24046 type  "icon"
24047 arg   "float-insert table"
24048 \end_inset
24049
24050 ).
24051  This inserts the 
24052 \family sans
24053 Caption
24054 \family default
24055  inset, a box with a label.
24056  The label will automatically be translated to the document language in
24057  the output.
24058  After the label you can insert the caption text.
24059  The image or table is inserted above or below the caption in a separate
24060  paragraph within the float.
24061  More about the caption placement is contained in section
24062 \begin_inset space ~
24063 \end_inset
24064
24065
24066 \begin_inset CommandInset ref
24067 LatexCommand ref
24068 reference "sec:Caption-Placement"
24069
24070 \end_inset
24071
24072 .
24073  To keep your LyX-document readable, you can open and close the float box
24074  by left-clicking on the box label.
24075  A closed float box looks like this: 
24076 \begin_inset Graphics
24077         filename clipart/floatQt4.png
24078         scale 70
24079         scaleBeforeRotation
24080
24081 \end_inset
24082
24083  â€“ a gray button with a red label.
24084 \end_layout
24085
24086 \begin_layout Standard
24087 It is recommended that you insert floats as separate standard paragraphs
24088  to avoid possible LaTeX-errors that can occur when the surrounding text
24089  is specially formatted.
24090 \end_layout
24091
24092 \begin_layout Standard
24093 Existing figures or tables can be put into a float by highlighting them
24094  and then pressing the corresponding toolbar button for a new float.
24095 \end_layout
24096
24097 \begin_layout Section
24098 Float Types
24099 \end_layout
24100
24101 \begin_layout Standard
24102 Besides figure and table floats that are described in sections
24103 \begin_inset space ~
24104 \end_inset
24105
24106
24107 \begin_inset CommandInset ref
24108 LatexCommand ref
24109 reference "sec:Figure-Floats"
24110
24111 \end_inset
24112
24113  and 
24114 \begin_inset CommandInset ref
24115 LatexCommand ref
24116 reference "sec:Table-Floats"
24117
24118 \end_inset
24119
24120  respectively, LyX offers the float types 
24121 \family sans
24122 Algorithm
24123 \family default
24124  and 
24125 \family sans
24126 Wrap
24127 \family default
24128 .
24129  The latter are explained in sec.
24130 \begin_inset space \thinspace{}
24131 \end_inset
24132
24133
24134 \begin_inset CommandInset ref
24135 LatexCommand ref
24136 reference "sec:Wrap-Floats"
24137
24138 \end_inset
24139
24140 .
24141 \end_layout
24142
24143 \begin_layout Subsection
24144 Algorithm Floats
24145 \begin_inset Index idx
24146 status collapsed
24147
24148 \begin_layout Plain Layout
24149 Floats ! Algorithms
24150 \end_layout
24151
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \begin_layout Standard
24158 \begin_inset Float algorithm
24159 placement h
24160 wide false
24161 sideways false
24162 status open
24163
24164 \begin_layout Plain Layout
24165 \begin_inset Caption Standard
24166
24167 \begin_layout Plain Layout
24168 \begin_inset CommandInset label
24169 LatexCommand label
24170 name "alg:Example-Algorithm-float"
24171
24172 \end_inset
24173
24174 Example Algorithm float
24175 \end_layout
24176
24177 \end_inset
24178
24179
24180 \end_layout
24181
24182 \begin_layout LyX-Code
24183 for I in 1..N loop
24184 \begin_inset Newline newline
24185 \end_inset
24186
24187  Sum:= Sum + A(I); /*comment*/
24188 \begin_inset Newline newline
24189 \end_inset
24190
24191 end loop
24192 \begin_inset VSpace -4mm
24193 \end_inset
24194
24195
24196 \end_layout
24197
24198 \end_inset
24199
24200
24201 \end_layout
24202
24203 \begin_layout Standard
24204 This float type is inserted with the menu 
24205 \family sans
24206 Insert\SpecialChar \menuseparator
24207 Float\SpecialChar \menuseparator
24208 Algorithm
24209 \family default
24210 .
24211  It is used for program codes and descriptions of algorithms and can be
24212  seen as an alternative to program code listings that are explained in chapter
24213 \begin_inset space ~
24214 \end_inset
24215
24216
24217 \begin_inset CommandInset ref
24218 LatexCommand ref
24219 reference "cha:Program-Code-Listings"
24220
24221 \end_inset
24222
24223 .
24224  A possible environment for algorithms is the 
24225 \family sans
24226 LyX-Code
24227 \family default
24228 , described in LyX's 
24229 \emph on
24230 Userguide
24231 \emph default
24232 .
24233  Algorithm
24234 \begin_inset space ~
24235 \end_inset
24236
24237
24238 \begin_inset CommandInset ref
24239 LatexCommand ref
24240 reference "alg:Example-Algorithm-float"
24241
24242 \end_inset
24243
24244  is an example of an algorithm float where -4
24245 \begin_inset space \thinspace{}
24246 \end_inset
24247
24248 mm vertical space was added at the end of the float to have the bottom rule
24249  exactly below the last text line.
24250 \end_layout
24251
24252 \begin_layout Standard
24253 The float label is not automatically translated into the document language.
24254  If your document is not in English, you have to do this manually by adding
24255  the following line to the document preamble
24256 \series bold
24257 :
24258 \end_layout
24259
24260 \begin_layout Standard
24261
24262 \series bold
24263
24264 \backslash
24265 floatname{algorithm}{your
24266 \begin_inset space ~
24267 \end_inset
24268
24269 name}
24270 \end_layout
24271
24272 \begin_layout Standard
24273 where 
24274 \family sans
24275 your
24276 \begin_inset space ~
24277 \end_inset
24278
24279 name
24280 \family default
24281  is the word 
24282 \begin_inset Quotes eld
24283 \end_inset
24284
24285
24286 \emph on
24287 algorithm
24288 \emph default
24289
24290 \begin_inset Quotes erd
24291 \end_inset
24292
24293  in your language.
24294 \end_layout
24295
24296 \begin_layout Standard
24297 To insert the list of algorithms you can use the menu 
24298 \family sans
24299 Insert\SpecialChar \menuseparator
24300 List
24301 \begin_inset space \thinspace{}
24302 \end_inset
24303
24304 /
24305 \begin_inset space \thinspace{}
24306 \end_inset
24307
24308 TOC\SpecialChar \menuseparator
24309 List of Algorithms
24310 \family default
24311  when your document has the same language as LyX's menu names.
24312  In other cases use this command in TeX-Code instead:
24313 \end_layout
24314
24315 \begin_layout Standard
24316
24317 \series bold
24318
24319 \backslash
24320 listof{algorithm}{your
24321 \begin_inset space ~
24322 \end_inset
24323
24324 name}
24325 \end_layout
24326
24327 \begin_layout Standard
24328 where 
24329 \family sans
24330 your
24331 \begin_inset space ~
24332 \end_inset
24333
24334 name
24335 \family default
24336  is the word 
24337 \begin_inset Quotes eld
24338 \end_inset
24339
24340
24341 \emph on
24342 List of Algorithm
24343 \emph default
24344 s
24345 \begin_inset Quotes erd
24346 \end_inset
24347
24348  in your language.
24349 \end_layout
24350
24351 \begin_layout Standard
24352 Algorithm floats are not by default numbered in the scheme 
24353 \begin_inset Quotes eld
24354 \end_inset
24355
24356 chapter.algorithm
24357 \begin_inset Quotes erd
24358 \end_inset
24359
24360  as is the case for table and figure floats in many document-classes.
24361  To number algorithm floats in the same scheme, add this command to your
24362  document preamble:
24363 \end_layout
24364
24365 \begin_layout Standard
24366
24367 \series bold
24368
24369 \backslash
24370 numberwithin{algorithm}{chapter}
24371 \end_layout
24372
24373 \begin_layout Standard
24374 To be able to use the command 
24375 \series bold
24376
24377 \backslash
24378 numberwithin
24379 \series default
24380 , set in the tab 
24381 \family sans
24382 Math
24383 \begin_inset space ~
24384 \end_inset
24385
24386 Options
24387 \family default
24388  in the document settings the option 
24389 \family sans
24390 Use
24391 \begin_inset space ~
24392 \end_inset
24393
24394 AMS
24395 \begin_inset space ~
24396 \end_inset
24397
24398 math
24399 \begin_inset space ~
24400 \end_inset
24401
24402 package
24403 \family default
24404 .
24405 \end_layout
24406
24407 \begin_layout Section
24408 Float Numbering
24409 \begin_inset Index idx
24410 status collapsed
24411
24412 \begin_layout Plain Layout
24413 Floats ! Numbering
24414 \end_layout
24415
24416 \end_inset
24417
24418
24419 \end_layout
24420
24421 \begin_layout Standard
24422 Floats are usually numbered either independently from the sections the floats
24423  are in, or in the scheme 
24424 \begin_inset Quotes eld
24425 \end_inset
24426
24427 chapter.number
24428 \begin_inset Quotes erd
24429 \end_inset
24430
24431  or 
24432 \begin_inset Quotes eld
24433 \end_inset
24434
24435 section.number
24436 \begin_inset Quotes erd
24437 \end_inset
24438
24439 .
24440  This depends on the document class used.
24441 \end_layout
24442
24443 \begin_layout Standard
24444 To change section-independent numbering, you can use this command in the
24445  document preamble:
24446 \end_layout
24447
24448 \begin_layout Standard
24449
24450 \series bold
24451
24452 \backslash
24453 renewcommand{
24454 \backslash
24455 thetable}{
24456 \backslash
24457 roman{table}}
24458 \end_layout
24459
24460 \begin_layout Standard
24461
24462 \series bold
24463
24464 \backslash
24465 thetable
24466 \series default
24467  is the command that prints the table number.
24468  For figure floats, the command would be 
24469 \series bold
24470
24471 \backslash
24472 thefigure
24473 \series default
24474 .
24475  
24476 \series bold
24477
24478 \backslash
24479 roman
24480 \series default
24481  in the command above prints the table number as a small roman number.
24482 \end_layout
24483
24484 \begin_layout Standard
24485 To change the numbering scheme for example to 
24486 \begin_inset Quotes eld
24487 \end_inset
24488
24489 subsection.number
24490 \begin_inset Quotes erd
24491 \end_inset
24492
24493 , use this command in the preamble:
24494 \end_layout
24495
24496 \begin_layout Standard
24497
24498 \series bold
24499
24500 \backslash
24501 numberwithin{table}{subsection}
24502 \end_layout
24503
24504 \begin_layout Standard
24505 To be able to use the command 
24506 \series bold
24507
24508 \backslash
24509 numberwithin
24510 \series default
24511 , set in the tab 
24512 \family sans
24513 Math
24514 \begin_inset space ~
24515 \end_inset
24516
24517 Options
24518 \family default
24519  in the document settings the option 
24520 \family sans
24521 Use
24522 \begin_inset space ~
24523 \end_inset
24524
24525 AMS
24526 \begin_inset space ~
24527 \end_inset
24528
24529 math
24530 \begin_inset space ~
24531 \end_inset
24532
24533 package
24534 \family default
24535 .
24536 \end_layout
24537
24538 \begin_layout Standard
24539 Please also have a look at section
24540 \begin_inset space ~
24541 \end_inset
24542
24543
24544 \begin_inset CommandInset ref
24545 LatexCommand ref
24546 reference "sub:Footnote-Numbering"
24547
24548 \end_inset
24549
24550  for the details and important notes about the numbering commands.
24551 \end_layout
24552
24553 \begin_layout Section
24554 Referencing Floats
24555 \begin_inset CommandInset label
24556 LatexCommand label
24557 name "sec:Referencing-Floats"
24558
24559 \end_inset
24560
24561
24562 \begin_inset Index idx
24563 status collapsed
24564
24565 \begin_layout Plain Layout
24566 Floats ! References
24567 \end_layout
24568
24569 \end_inset
24570
24571
24572 \begin_inset Index idx
24573 status collapsed
24574
24575 \begin_layout Plain Layout
24576 References ! to Floats
24577 \end_layout
24578
24579 \end_inset
24580
24581
24582 \end_layout
24583
24584 \begin_layout Standard
24585 To reference a float, insert a label into its caption using the menu 
24586 \family sans
24587 Insert\SpecialChar \menuseparator
24588 Label
24589 \family default
24590  or the toolbar button 
24591 \begin_inset Info
24592 type  "icon"
24593 arg   "label-insert"
24594 \end_inset
24595
24596 .
24597  A grey label box like this one: 
24598 \begin_inset Graphics
24599         filename clipart/labelQt4.png
24600         scale 85
24601         scaleBeforeRotation
24602
24603 \end_inset
24604
24605  will be inserted and the label window pops up asking for the label text.
24606  LyX offers as text the first words of the caption with a prefix.
24607  The prefix depends on the float type, e.
24608 \begin_inset space \thinspace{}
24609 \end_inset
24610
24611 g.
24612 \begin_inset space \space{}
24613 \end_inset
24614
24615 for figure floats the prefix will be "
24616 \family sans
24617 fig:
24618 \family default
24619 ".
24620 \end_layout
24621
24622 \begin_layout Standard
24623 The label is used as anchor and name for the reference.
24624  You can refer to the label using the menu 
24625 \family sans
24626 Insert\SpecialChar \menuseparator
24627 Cross-reference
24628 \family default
24629  or the toolbar button 
24630 \begin_inset Info
24631 type  "icon"
24632 arg   "dialog-show-new-inset ref"
24633 \end_inset
24634
24635 .
24636  The cross-reference window appears showing all labels of the document.
24637  If you have multiple LyX-documents opened, choose the one you are working
24638  on from the drop-list at the top of the dialog.
24639  You can now sort the labels alphabetically and then choose one.
24640  A grey cross-reference box like this one: 
24641 \begin_inset Graphics
24642         filename clipart/referenceQt4.png
24643         scale 85
24644         scaleBeforeRotation
24645
24646 \end_inset
24647
24648  will be inserted.
24649  At the position of the cross-reference box the float number will appear
24650  in the output.
24651 \end_layout
24652
24653 \begin_layout Standard
24654 It is recommended that you use a protected space between the cross-reference
24655  name and its number to avoid line breaks between them.
24656  If a cross-reference refers to a non-existing label, you will see two question
24657  marks in the output instead of the reference.
24658 \end_layout
24659
24660 \begin_layout Standard
24661 You can change labels at any time by clicking on the label box.
24662  References to the changed label will automatically update their links to
24663  the new label text.
24664 \end_layout
24665
24666 \begin_layout Standard
24667 The button 
24668 \family sans
24669 Go
24670 \begin_inset space ~
24671 \end_inset
24672
24673 to
24674 \begin_inset space ~
24675 \end_inset
24676
24677 Label
24678 \family default
24679  in the cross-reference window sets the cursor before the referred label.
24680  The button text changes then to Go
24681 \begin_inset space ~
24682 \end_inset
24683
24684 Back and you can use it to set the cursor back to the cross-reference.
24685 \end_layout
24686
24687 \begin_layout Subsection
24688 Cross-Reference Formats
24689 \begin_inset CommandInset label
24690 LatexCommand label
24691 name "sub:Cross-Reference-Formats"
24692
24693 \end_inset
24694
24695
24696 \begin_inset Index idx
24697 status collapsed
24698
24699 \begin_layout Plain Layout
24700 References ! Formats
24701 \end_layout
24702
24703 \end_inset
24704
24705
24706 \end_layout
24707
24708 \begin_layout Standard
24709 There are six varieties of cross-references:
24710 \end_layout
24711
24712 \begin_layout Description
24713 <reference>: prints the float number, this is the default: 
24714 \begin_inset CommandInset ref
24715 LatexCommand ref
24716 reference "fig:Two-distorted-images"
24717
24718 \end_inset
24719
24720
24721 \end_layout
24722
24723 \begin_layout Description
24724 (<reference>): prints the float number within two parentheses, this is the
24725  style normally used to reference formulas, especially when the reference
24726  name 
24727 \begin_inset Quotes eld
24728 \end_inset
24729
24730 Equation
24731 \begin_inset Quotes erd
24732 \end_inset
24733
24734  is omitted: 
24735 \begin_inset CommandInset ref
24736 LatexCommand eqref
24737 reference "eq:Wgn"
24738
24739 \end_inset
24740
24741
24742 \end_layout
24743
24744 \begin_layout Description
24745 <page>: prints the page number: Page
24746 \begin_inset space ~
24747 \end_inset
24748
24749
24750 \begin_inset CommandInset ref
24751 LatexCommand pageref
24752 reference "fig:Two-distorted-images"
24753
24754 \end_inset
24755
24756
24757 \end_layout
24758
24759 \begin_layout Description
24760 on
24761 \begin_inset space ~
24762 \end_inset
24763
24764 page
24765 \begin_inset space ~
24766 \end_inset
24767
24768 <page>: prints the text "on page" and the page number: 
24769 \begin_inset CommandInset ref
24770 LatexCommand vpageref
24771 reference "fig:Two-distorted-images"
24772
24773 \end_inset
24774
24775
24776 \end_layout
24777
24778 \begin_layout Description
24779 <reference>
24780 \begin_inset space ~
24781 \end_inset
24782
24783 on
24784 \begin_inset space ~
24785 \end_inset
24786
24787 page
24788 \begin_inset space ~
24789 \end_inset
24790
24791 <page>: prints the float number, the text "on page", and the page number:
24792  
24793 \begin_inset CommandInset ref
24794 LatexCommand vref
24795 reference "fig:Two-distorted-images"
24796
24797 \end_inset
24798
24799
24800 \end_layout
24801
24802 \begin_layout Description
24803 Formatted
24804 \begin_inset space ~
24805 \end_inset
24806
24807 reference: prints a self-defined cross-reference format.
24808 \begin_inset Newline newline
24809 \end_inset
24810
24811
24812 \begin_inset Note Greyedout
24813 status open
24814
24815 \begin_layout Plain Layout
24816
24817 \series bold
24818 Note:
24819 \series default
24820  This feature is only available when you have the LaTeX-package 
24821 \series bold
24822 prettyref
24823 \series default
24824  or 
24825 \series bold
24826 refstyle
24827 \series default
24828
24829 \begin_inset Index idx
24830 status collapsed
24831
24832 \begin_layout Plain Layout
24833 LaTeX-packages ! prettyref
24834 \end_layout
24835
24836 \end_inset
24837
24838
24839 \begin_inset Index idx
24840 status collapsed
24841
24842 \begin_layout Plain Layout
24843 LaTeX-packages ! refstyle
24844 \end_layout
24845
24846 \end_inset
24847
24848  installed.
24849 \end_layout
24850
24851 \end_inset
24852
24853
24854 \begin_inset Newline newline
24855 \end_inset
24856
24857 You can select which LaTeX-package should be used for this feature by setting
24858  the option 
24859 \family sans
24860 Use refstyle (not prettyref) for cross-references
24861 \family default
24862  in the menu 
24863 \family sans
24864 Document\SpecialChar \menuseparator
24865 Settings\SpecialChar \menuseparator
24866 Document Class
24867 \family default
24868 .
24869  The format is specified by adding the command 
24870 \series bold
24871
24872 \backslash
24873 newrefformat
24874 \series default
24875  (prettyref) or 
24876 \series bold
24877
24878 \backslash
24879 newref
24880 \series default
24881  (refstyle) to the preamble of the document.
24882  For example redefining all references to figures (which have the label
24883  shortcut 
24884 \begin_inset Quotes eld
24885 \end_inset
24886
24887
24888 \family sans
24889 fig
24890 \family default
24891
24892 \begin_inset Quotes erd
24893 \end_inset
24894
24895 ) can be done with this command
24896 \begin_inset Newline newline
24897 \end_inset
24898
24899
24900 \series bold
24901
24902 \backslash
24903 newref{fig}{refcmd={Image on page 
24904 \backslash
24905 pageref{#1}}}
24906 \series default
24907
24908 \begin_inset Newline newline
24909 \end_inset
24910
24911 For more information about the format, have a look at the package documentations
24912
24913 \begin_inset CommandInset citation
24914 LatexCommand cite
24915 key "prettyref,refstyle"
24916
24917 \end_inset
24918
24919 .
24920 \end_layout
24921
24922 \begin_layout Description
24923 Textual
24924 \begin_inset space ~
24925 \end_inset
24926
24927 reference: prints the caption of the reference: 
24928 \begin_inset CommandInset ref
24929 LatexCommand nameref
24930 reference "fig:Two-distorted-images"
24931
24932 \end_inset
24933
24934
24935 \end_layout
24936
24937 \begin_layout Standard
24938
24939 \family sans
24940 <page>
24941 \family default
24942  will not print the page number if the label is on the previous, the same,
24943  or the next page.
24944  You will e.
24945 \begin_inset space \thinspace{}
24946 \end_inset
24947
24948 g.
24949 \begin_inset space \space{}
24950 \end_inset
24951
24952 see the text 
24953 \begin_inset Quotes eld
24954 \end_inset
24955
24956
24957 \family sans
24958 on this page
24959 \family default
24960
24961 \begin_inset Quotes erd
24962 \end_inset
24963
24964  instead.
24965  The style 
24966 \family sans
24967 <reference> on page <page>
24968 \family default
24969  will not print anything about the page if the label is on the same page.
24970 \end_layout
24971
24972 \begin_layout Standard
24973 The number and current page of the part of the document referred to in the
24974  output is automatically calculated by LaTeX.
24975  The varieties are adjusted in the field 
24976 \family sans
24977 Format
24978 \family default
24979  of the cross-reference window that appears when you click on the cross-referenc
24980 e box.
24981 \end_layout
24982
24983 \begin_layout Standard
24984 \begin_inset Note Greyedout
24985 status open
24986
24987 \begin_layout Plain Layout
24988
24989 \series bold
24990 Note:
24991 \series default
24992  It is recommended to use the LaTeX-package 
24993 \series bold
24994 refstyle
24995 \series default
24996
24997 \begin_inset Index idx
24998 status collapsed
24999
25000 \begin_layout Plain Layout
25001 LaTeX-packages ! refstyle
25002 \end_layout
25003
25004 \end_inset
25005
25006  because 
25007 \series bold
25008 prettyref
25009 \series default
25010
25011 \begin_inset Index idx
25012 status collapsed
25013
25014 \begin_layout Plain Layout
25015 LaTeX-packages ! prettyref
25016 \end_layout
25017
25018 \end_inset
25019
25020  does not know all of LyX's possible label shortcuts
25021 \begin_inset Foot
25022 status collapsed
25023
25024 \begin_layout Plain Layout
25025 \begin_inset Quotes eld
25026 \end_inset
25027
25028 fig:
25029 \begin_inset Quotes erd
25030 \end_inset
25031
25032  is for example LyX's shortcut for labels in figure captions.
25033 \end_layout
25034
25035 \end_inset
25036
25037  and is not internationalized.
25038 \end_layout
25039
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \begin_layout Standard
25046 \begin_inset Note Greyedout
25047 status open
25048
25049 \begin_layout Plain Layout
25050
25051 \series bold
25052 Note:
25053 \series default
25054  Due to a bug in the LaTeX-package 
25055 \series bold
25056 varioref
25057 \series default
25058  version 1.4w, some cross-reference formats will cause LaTeX errors for document
25059  languages that make the period character active (like French).
25060  For a workaround, see
25061 \begin_inset Newline newline
25062 \end_inset
25063
25064
25065 \begin_inset CommandInset href
25066 LatexCommand href
25067 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25068
25069 \end_inset
25070
25071 .
25072 \end_layout
25073
25074 \end_inset
25075
25076
25077 \end_layout
25078
25079 \begin_layout Subsection
25080 Automatic Reference Naming
25081 \begin_inset Index idx
25082 status collapsed
25083
25084 \begin_layout Plain Layout
25085 References ! Automatic Reference Naming
25086 \end_layout
25087
25088 \end_inset
25089
25090
25091 \end_layout
25092
25093 \begin_layout Standard
25094 The LaTeX-package 
25095 \series bold
25096 hyperref
25097 \series default
25098
25099 \begin_inset Index idx
25100 status collapsed
25101
25102 \begin_layout Plain Layout
25103 LaTeX-packages ! hyperref
25104 \end_layout
25105
25106 \end_inset
25107
25108 , that is enabled in the 
25109 \family sans
25110 PDF Properties
25111 \family default
25112  of the 
25113 \family sans
25114 Document Settings
25115 \family default
25116  dialog, provides a very useful feature that cross-references automatically
25117  include the name of the referenced floats (or text parts like 
25118 \emph on
25119 section
25120 \emph default
25121 ).
25122  So you will save having to write e.
25123 \begin_inset space \thinspace{}
25124 \end_inset
25125
25126 g.
25127 \begin_inset space \space{}
25128 \end_inset
25129
25130 the name 
25131 \begin_inset Quotes eld
25132 \end_inset
25133
25134 Figure
25135 \begin_inset Quotes erd
25136 \end_inset
25137
25138  before every reference to a figure.
25139  To use this feature, enable 
25140 \series bold
25141 hyperref
25142 \series default
25143  and insert this line to the LaTeX preamble:
25144 \end_layout
25145
25146 \begin_layout Standard
25147
25148 \series bold
25149
25150 \backslash
25151 AtBeginDocument{
25152 \backslash
25153 renewcommand{
25154 \backslash
25155 ref}[1]{
25156 \backslash
25157 mbox{
25158 \backslash
25159 autoref{#1}}}}
25160 \end_layout
25161
25162 \begin_layout Standard
25163 When you prefer other reference names than the default ones, for example
25164  you want instead of 
25165 \begin_inset Quotes eld
25166 \end_inset
25167
25168 section
25169 \begin_inset Quotes erd
25170 \end_inset
25171
25172  the name 
25173 \begin_inset Quotes eld
25174 \end_inset
25175
25176 sec.
25177 \begin_inset space \thinspace{}
25178 \end_inset
25179
25180
25181 \begin_inset Quotes eld
25182 \end_inset
25183
25184 , you can redefine the name by inserting this in the preamble:
25185 \end_layout
25186
25187 \begin_layout Standard
25188
25189 \series bold
25190
25191 \backslash
25192 addto
25193 \backslash
25194 extrasenglish{
25195 \backslash
25196 renewcommand{
25197 \backslash
25198 sectionautorefname}
25199 \begin_inset Newline newline
25200 \end_inset
25201
25202
25203 \begin_inset Phantom HPhantom
25204 status open
25205
25206 \begin_layout Plain Layout
25207
25208 \series bold
25209 \begin_inset space ~
25210 \end_inset
25211
25212
25213 \end_layout
25214
25215 \end_inset
25216
25217 {sec.
25218 \backslash
25219 negthinspace}}
25220 \end_layout
25221
25222 \begin_layout Standard
25223 When you are using another document language than English, replace
25224 \begin_inset Newline newline
25225 \end_inset
25226
25227
25228 \series bold
25229
25230 \backslash
25231 extrasenglish
25232 \series default
25233  by 
25234 \series bold
25235
25236 \backslash
25237 extras***
25238 \series default
25239 , where *** is the name of the language used.
25240 \end_layout
25241
25242 \begin_layout Standard
25243 To get automatic names, but not for certain reference types, for example
25244  not for equations, use this preamble code:
25245 \end_layout
25246
25247 \begin_layout Standard
25248
25249 \series bold
25250
25251 \backslash
25252 addto
25253 \backslash
25254 extrasenglish{
25255 \backslash
25256 renewcommand*{
25257 \backslash
25258 equationautorefname}[1]{}}
25259 \end_layout
25260
25261 \begin_layout Standard
25262 More about this topic can be found in 
25263 \series bold
25264 hyperref
25265 \series default
25266 's documentation 
25267 \begin_inset CommandInset citation
25268 LatexCommand cite
25269 key "hyperref"
25270
25271 \end_inset
25272
25273 .
25274 \end_layout
25275
25276 \begin_layout Standard
25277 \begin_inset Note Greyedout
25278 status open
25279
25280 \begin_layout Plain Layout
25281
25282 \series bold
25283 Note:
25284 \series default
25285  Automatic reference naming cannot be used when you use cross-references
25286  in the 
25287 \family sans
25288 Formatted
25289 \begin_inset space ~
25290 \end_inset
25291
25292 reference
25293 \family default
25294  style, as described in section
25295 \begin_inset space ~
25296 \end_inset
25297
25298
25299 \begin_inset CommandInset ref
25300 LatexCommand ref
25301 reference "sub:Cross-Reference-Formats"
25302
25303 \end_inset
25304
25305 .
25306 \end_layout
25307
25308 \end_inset
25309
25310
25311 \end_layout
25312
25313 \begin_layout Standard
25314 The 
25315 \emph on
25316 Math
25317 \emph default
25318  manual is an example where automatic reference naming is used.
25319 \end_layout
25320
25321 \begin_layout Subsection
25322 Reference Position
25323 \begin_inset CommandInset label
25324 LatexCommand label
25325 name "sub:Reference-Position"
25326
25327 \end_inset
25328
25329
25330 \begin_inset Index idx
25331 status collapsed
25332
25333 \begin_layout Plain Layout
25334 References ! Reference Position
25335 \end_layout
25336
25337 \end_inset
25338
25339
25340 \end_layout
25341
25342 \begin_layout Standard
25343 If you use 
25344 \series bold
25345 hyperref
25346 \series default
25347
25348 \begin_inset Index idx
25349 status collapsed
25350
25351 \begin_layout Plain Layout
25352 LaTeX-packages ! hyperref
25353 \end_layout
25354
25355 \end_inset
25356
25357  in the 
25358 \family sans
25359 PDF Properties
25360 \family default
25361  of the 
25362 \family sans
25363 Document Settings
25364 \family default
25365  dialog to link cross-references in the output, you will see that clicking
25366  on an image float reference jumps to the image label.
25367  The caption will be the first text part on the screen, so that you cannot
25368  see the image without scrolling.
25369  This is because the reference link anchor is placed at the position of
25370  the label.
25371  With the use of the package 
25372 \series bold
25373 hypcap
25374 \series default
25375
25376 \begin_inset Index idx
25377 status collapsed
25378
25379 \begin_layout Plain Layout
25380 LaTeX-packages ! hypcap
25381 \end_layout
25382
25383 \end_inset
25384
25385 , which is part of the LaTeX-package 
25386 \series bold
25387 oberdiek
25388 \series default
25389
25390 \begin_inset Index idx
25391 status collapsed
25392
25393 \begin_layout Plain Layout
25394 LaTeX-packages ! oberdiek
25395 \end_layout
25396
25397 \end_inset
25398
25399 , the link anchor is placed at the beginning of a float.
25400  To use this feature for figure floats, load 
25401 \series bold
25402 hypcap
25403 \series default
25404  in the document preamble with the line
25405 \end_layout
25406
25407 \begin_layout Standard
25408
25409 \series bold
25410
25411 \backslash
25412 usepackage[figure]{hypcap}
25413 \end_layout
25414
25415 \begin_layout Standard
25416 You can also use 
25417 \series bold
25418 hypcap
25419 \series default
25420  for all float types but this is not recommended for stability reasons.
25421  For more information, have a look at 
25422 \series bold
25423 hypcap
25424 \series default
25425 's manual 
25426 \begin_inset CommandInset citation
25427 LatexCommand cite
25428 key "hypcap"
25429
25430 \end_inset
25431
25432 .
25433 \end_layout
25434
25435 \begin_layout Standard
25436 \begin_inset Note Greyedout
25437 status open
25438
25439 \begin_layout Plain Layout
25440
25441 \series bold
25442 Note:
25443 \series default
25444  
25445 \series bold
25446 hypcap
25447 \series default
25448  has no effect on references to subfigures.
25449 \end_layout
25450
25451 \end_inset
25452
25453
25454 \end_layout
25455
25456 \begin_layout Section
25457 Float Placement
25458 \begin_inset CommandInset label
25459 LatexCommand label
25460 name "sec:Float-Placement"
25461
25462 \end_inset
25463
25464
25465 \begin_inset Index idx
25466 status collapsed
25467
25468 \begin_layout Plain Layout
25469 Floats ! Placement
25470 \end_layout
25471
25472 \end_inset
25473
25474
25475 \end_layout
25476
25477 \begin_layout Standard
25478 Right-clicking on a float-box and clicking on 
25479 \family sans
25480 Settings
25481 \family default
25482  opens a dialog where you can alter the placement options that LaTeX uses
25483  for positioning the float.
25484 \begin_inset Newline newline
25485 \end_inset
25486
25487 The option 
25488 \family sans
25489 Span
25490 \begin_inset space ~
25491 \end_inset
25492
25493 columns
25494 \family default
25495  is only useful for two-column documents: If you select it, the float will
25496  span both columns on the page instead of being confined to just one.
25497 \begin_inset Newline newline
25498 \end_inset
25499
25500 The option 
25501 \family sans
25502 Rotate
25503 \begin_inset space ~
25504 \end_inset
25505
25506 sideways
25507 \family default
25508  is used to rotate floats, see section 
25509 \begin_inset CommandInset ref
25510 LatexCommand ref
25511 reference "sec:Rotated-Floats"
25512
25513 \end_inset
25514
25515 .
25516 \end_layout
25517
25518 \begin_layout Standard
25519 You can use one or more of the following options in the float dialog to
25520  set the placement for a particular float when you uncheck the option 
25521 \family sans
25522 Use
25523 \begin_inset space ~
25524 \end_inset
25525
25526 default
25527 \begin_inset space ~
25528 \end_inset
25529
25530 placement
25531 \family default
25532 :
25533 \end_layout
25534
25535 \begin_layout Description
25536 Here
25537 \begin_inset space ~
25538 \end_inset
25539
25540 if
25541 \begin_inset space ~
25542 \end_inset
25543
25544 possible try to place the float on the position where it has been inserted
25545 \end_layout
25546
25547 \begin_layout Description
25548 Top
25549 \begin_inset space ~
25550 \end_inset
25551
25552 of
25553 \begin_inset space ~
25554 \end_inset
25555
25556 page try to place the float at the top of the current page
25557 \end_layout
25558
25559 \begin_layout Description
25560 Bottom
25561 \begin_inset space ~
25562 \end_inset
25563
25564 of
25565 \begin_inset space ~
25566 \end_inset
25567
25568 page try to place the float at the bottom of the current page
25569 \end_layout
25570
25571 \begin_layout Description
25572 Page
25573 \begin_inset space ~
25574 \end_inset
25575
25576 of
25577 \begin_inset space ~
25578 \end_inset
25579
25580 floats try to place the float on its own page
25581 \end_layout
25582
25583 \begin_layout Standard
25584 The order of the above option is 
25585 \emph on
25586 always
25587 \emph default
25588  used by LaTeX.
25589  That means, if you use the default placement, LaTeX will first try out
25590  
25591 \family sans
25592 Here
25593 \begin_inset space ~
25594 \end_inset
25595
25596 if
25597 \begin_inset space ~
25598 \end_inset
25599
25600 possible
25601 \family default
25602 , then 
25603 \family sans
25604 Top
25605 \begin_inset space ~
25606 \end_inset
25607
25608 of
25609 \begin_inset space ~
25610 \end_inset
25611
25612 page
25613 \family default
25614 , and then the others.
25615  If you do not use the default, LaTeX will try only the checked options
25616  but in the same order.
25617  If none of the 4
25618 \begin_inset space ~
25619 \end_inset
25620
25621 placements is possible the procedure is internally repeated trying to put
25622  the float on the following page.
25623 \end_layout
25624
25625 \begin_layout Standard
25626 By default, each option has its own rules:
25627 \end_layout
25628
25629 \begin_layout Labeling
25630 \labelwidthstring 00.00.0000
25631
25632 \family sans
25633 Top
25634 \begin_inset space ~
25635 \end_inset
25636
25637 of
25638 \begin_inset space ~
25639 \end_inset
25640
25641 page
25642 \family default
25643  only floats occupying less than 70
25644 \begin_inset space \thinspace{}
25645 \end_inset
25646
25647 % of the page can be placed at the top of a page (
25648 \series bold
25649
25650 \backslash
25651 topfraction
25652 \series default
25653 )
25654 \end_layout
25655
25656 \begin_layout Labeling
25657 \labelwidthstring 00.00.0000
25658
25659 \family sans
25660 Bottom
25661 \begin_inset space ~
25662 \end_inset
25663
25664 of
25665 \begin_inset space ~
25666 \end_inset
25667
25668 page
25669 \family default
25670 : only floats occupying less than 30
25671 \begin_inset space \thinspace{}
25672 \end_inset
25673
25674 % of the page can be placed at the bottom of a page.
25675  (
25676 \series bold
25677
25678 \backslash
25679 bottomfraction
25680 \series default
25681 )
25682 \end_layout
25683
25684 \begin_layout Labeling
25685 \labelwidthstring 00.00.0000
25686
25687 \family sans
25688 Page
25689 \begin_inset space ~
25690 \end_inset
25691
25692 of
25693 \begin_inset space ~
25694 \end_inset
25695
25696 floats
25697 \family default
25698 : only if more than 50
25699 \begin_inset space \thinspace{}
25700 \end_inset
25701
25702 % of the page is occupied by floats, several floats can be set together
25703  on a page.
25704  (
25705 \series bold
25706
25707 \backslash
25708 floatpagefraction
25709 \series default
25710 )
25711 \end_layout
25712
25713 \begin_layout Standard
25714 If you don't like these rules, you can ignore them by using the additional
25715  option 
25716 \family sans
25717 Ignore
25718 \begin_inset space ~
25719 \end_inset
25720
25721 LaTeX
25722 \begin_inset space ~
25723 \end_inset
25724
25725 rules
25726 \family default
25727 .
25728 \begin_inset Newline newline
25729 \end_inset
25730
25731 You can also redefine the rules with LaTeX-commands that are given in parenthese
25732 s after the rules description above.
25733  To increase for example the often too small default of the bottom-rule
25734  to 50
25735 \begin_inset space \thinspace{}
25736 \end_inset
25737
25738 % of the page, add this line to your document preamble:
25739 \end_layout
25740
25741 \begin_layout Standard
25742
25743 \series bold
25744
25745 \backslash
25746 renewcommand{
25747 \backslash
25748 bottomfraction}{0.5}
25749 \end_layout
25750
25751 \begin_layout Standard
25752 Sometimes you might need, under all circumstances, a float to be placed
25753  exactly at the position where it is inserted.
25754  For this case you can use the option 
25755 \family sans
25756 Here
25757 \begin_inset space ~
25758 \end_inset
25759
25760 definitely
25761 \family default
25762 .
25763  Use this option very rarely and only if the document is almost ready to
25764  be printed, because the float is then no longer able to 
25765 \begin_inset Quotes eld
25766 \end_inset
25767
25768 float
25769 \begin_inset Quotes erd
25770 \end_inset
25771
25772  when you change your document and this will often destroy the page layout.
25773 \end_layout
25774
25775 \begin_layout Standard
25776 There are no placement options for text wrap floats, because they are always
25777  surrounded by the text of a certain paragraph.
25778 \begin_inset VSpace bigskip
25779 \end_inset
25780
25781
25782 \end_layout
25783
25784 \begin_layout Standard
25785 Sometimes you have the problem that a float is placed at the top of a page
25786  while its corresponding section starts at the middle of the page, so that
25787  the reader could think the float is part of the previous section.
25788  To avoid this the LaTeX-command 
25789 \series bold
25790
25791 \backslash
25792 suppressfloats
25793 \series default
25794  can be used.
25795  It suppresses a given float placement for the page where it is inserted
25796  and can therefore be used to avoid floats being set before a section starts.
25797  To get this, add these commands to your document preamble:
25798 \end_layout
25799
25800 \begin_layout Standard
25801
25802 \series bold
25803
25804 \backslash
25805 let
25806 \backslash
25807 mySection
25808 \backslash
25809 section
25810 \begin_inset Newline newline
25811 \end_inset
25812
25813
25814 \backslash
25815 renewcommand{
25816 \backslash
25817 section}{
25818 \backslash
25819 suppressfloats[t]
25820 \backslash
25821 mySection}
25822 \end_layout
25823
25824 \begin_layout Standard
25825 You can define the same for all section headings, like chapters and subsections.
25826  This definition is not recommended to be used for small text parts like
25827  subsubsections because LaTeX may then have problems finding a suitable
25828  placement.
25829 \end_layout
25830
25831 \begin_layout Standard
25832 \begin_inset VSpace bigskip
25833 \end_inset
25834
25835 In some cases it is required to have all figures/tables at the end of the
25836  document.
25837  For this purpose the LaTeX-package 
25838 \series bold
25839 endfloat
25840 \series default
25841
25842 \begin_inset Index idx
25843 status collapsed
25844
25845 \begin_layout Plain Layout
25846 LaTeX-packages ! endfloat
25847 \end_layout
25848
25849 \end_inset
25850
25851  was developed.
25852  It puts all figure and table floats at the end of the document into their
25853  own sections.
25854  At the original float position a text hint like 
25855 \begin_inset Quotes eld
25856 \end_inset
25857
25858
25859 \family sans
25860 [Figure
25861 \begin_inset space ~
25862 \end_inset
25863
25864 3.2 about here.]
25865 \family default
25866
25867 \begin_inset Quotes erd
25868 \end_inset
25869
25870  is inserted.
25871  The endfloat-package is loaded in the preamble with the line
25872 \end_layout
25873
25874 \begin_layout Standard
25875
25876 \series bold
25877
25878 \backslash
25879 usepackage[options]{endfloat}
25880 \end_layout
25881
25882 \begin_layout Standard
25883 There are various package options to format the created figure/table sections.
25884  For more information we refer you to the 
25885 \series bold
25886 endfloat
25887 \series default
25888  documentation 
25889 \begin_inset CommandInset citation
25890 LatexCommand cite
25891 key "endfloat"
25892
25893 \end_inset
25894
25895 .
25896 \begin_inset Newline newline
25897 \end_inset
25898
25899
25900 \begin_inset Note Greyedout
25901 status open
25902
25903 \begin_layout Plain Layout
25904
25905 \series bold
25906 Note: endfloat
25907 \series default
25908  doesn't provide an automatic translation for the text hint, you have to
25909  do this manually, see section
25910 \begin_inset space ~
25911 \end_inset
25912
25913 4 in 
25914 \begin_inset CommandInset citation
25915 LatexCommand cite
25916 key "endfloat"
25917
25918 \end_inset
25919
25920 .
25921 \end_layout
25922
25923 \end_inset
25924
25925
25926 \begin_inset Newline newline
25927 \end_inset
25928
25929
25930 \begin_inset Note Greyedout
25931 status open
25932
25933 \begin_layout Plain Layout
25934
25935 \series bold
25936 Note:
25937 \series default
25938  There is currently a bug in 
25939 \series bold
25940 endfloat
25941 \series default
25942  when the caption contains a German 
25943 \begin_inset Quotes eld
25944 \end_inset
25945
25946 ß
25947 \begin_inset Quotes erd
25948 \end_inset
25949
25950 .
25951  Use in this case the command 
25952 \begin_inset Quotes eld
25953 \end_inset
25954
25955
25956 \series bold
25957
25958 \backslash
25959 ss
25960 \series default
25961
25962 \begin_inset Quotes erd
25963 \end_inset
25964
25965  in TeX-Code instead of 
25966 \begin_inset Quotes eld
25967 \end_inset
25968
25969 ß
25970 \begin_inset Quotes erd
25971 \end_inset
25972
25973 .
25974 \end_layout
25975
25976 \end_inset
25977
25978
25979 \end_layout
25980
25981 \begin_layout Standard
25982 \begin_inset VSpace bigskip
25983 \end_inset
25984
25985 For more details about float placements, have a look at LaTeX books, 
25986 \begin_inset CommandInset citation
25987 LatexCommand cite
25988 key "latexcompanion,latexguide,latexbook"
25989
25990 \end_inset
25991
25992 .
25993 \end_layout
25994
25995 \begin_layout Section
25996 Rotated Floats
25997 \begin_inset CommandInset label
25998 LatexCommand label
25999 name "sec:Rotated-Floats"
26000
26001 \end_inset
26002
26003
26004 \begin_inset Index idx
26005 status collapsed
26006
26007 \begin_layout Plain Layout
26008 Floats ! Rotating
26009 \end_layout
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \begin_layout Standard
26017 Especially for wide tables you might have floats rotated.
26018  To rotate a whole float including the caption, right-click on the float-box
26019  and use the option 
26020 \family sans
26021 Rotate
26022 \begin_inset space ~
26023 \end_inset
26024
26025 sideways
26026 \family default
26027 .
26028 \end_layout
26029
26030 \begin_layout Standard
26031 Rotated floats are always placed on a page of their own (or column of their
26032  own; in case you have a multi-column document).
26033  You can let them span several columns using the float settings option 
26034 \family sans
26035 Span
26036 \begin_inset space ~
26037 \end_inset
26038
26039 columns
26040 \family default
26041 .
26042  Floats are rotated so that you can read them from the outside margin.
26043  To force a certain rotation direction for all pages, you can add either
26044  the option 
26045 \series bold
26046 figuresleft
26047 \series default
26048  or 
26049 \series bold
26050 figuresright
26051 \series default
26052  to the document class options.
26053 \end_layout
26054
26055 \begin_layout Standard
26056 Referencing rotated floats is the same as for normal floats, the caption
26057  format is also the same: Table
26058 \begin_inset space ~
26059 \end_inset
26060
26061
26062 \begin_inset CommandInset ref
26063 LatexCommand ref
26064 reference "tab:Rotated-table"
26065
26066 \end_inset
26067
26068  is an example of a rotated table float.
26069 \end_layout
26070
26071 \begin_layout Standard
26072 \begin_inset Note Greyedout
26073 status open
26074
26075 \begin_layout Plain Layout
26076
26077 \series bold
26078 Note:
26079 \series default
26080  Not all DVI-viewers are able to display rotated floats.
26081 \end_layout
26082
26083 \end_inset
26084
26085
26086 \end_layout
26087
26088 \begin_layout Standard
26089 \begin_inset Float table
26090 wide false
26091 sideways true
26092 status open
26093
26094 \begin_layout Plain Layout
26095 \begin_inset Caption Standard
26096
26097 \begin_layout Plain Layout
26098 \begin_inset CommandInset label
26099 LatexCommand label
26100 name "tab:Rotated-table"
26101
26102 \end_inset
26103
26104  Rotated table
26105 \end_layout
26106
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \begin_layout Plain Layout
26113 \align center
26114 \begin_inset Tabular
26115 <lyxtabular version="3" rows="1" columns="5">
26116 <features rotate="0" tabularvalignment="middle">
26117 <column alignment="center" valignment="top">
26118 <column alignment="center" valignment="top">
26119 <column alignment="center" valignment="top">
26120 <column alignment="center" valignment="top">
26121 <column alignment="center" valignment="top">
26122 <row>
26123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26124 \begin_inset Text
26125
26126 \begin_layout Plain Layout
26127 test
26128 \end_layout
26129
26130 \end_inset
26131 </cell>
26132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26133 \begin_inset Text
26134
26135 \begin_layout Plain Layout
26136 b
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145 c
26146 \end_layout
26147
26148 \end_inset
26149 </cell>
26150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Plain Layout
26154 d
26155 \end_layout
26156
26157 \end_inset
26158 </cell>
26159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163 e
26164 \end_layout
26165
26166 \end_inset
26167 </cell>
26168 </row>
26169 </lyxtabular>
26170
26171 \end_inset
26172
26173
26174 \end_layout
26175
26176 \end_inset
26177
26178
26179 \end_layout
26180
26181 \begin_layout Section
26182 Subfloats
26183 \begin_inset Index idx
26184 status collapsed
26185
26186 \begin_layout Plain Layout
26187 Floats ! Subfloats
26188 \end_layout
26189
26190 \end_inset
26191
26192
26193 \end_layout
26194
26195 \begin_layout Standard
26196 Subfloats are for example used when a figure consists of several images.
26197  They are created by inserting a float into an existing float.
26198  The placement of the subfloats can be controlled in the same way as for
26199  paragraphs as shown in table
26200 \begin_inset space ~
26201 \end_inset
26202
26203
26204 \begin_inset CommandInset ref
26205 LatexCommand ref
26206 reference "tab:Two-subtables-side"
26207
26208 \end_inset
26209
26210  and 
26211 \begin_inset CommandInset ref
26212 LatexCommand ref
26213 reference "tab:Two-subtables-upon"
26214
26215 \end_inset
26216
26217 .
26218 \end_layout
26219
26220 \begin_layout Standard
26221 Referencing subfloats works as for normal floats: Table
26222 \begin_inset space ~
26223 \end_inset
26224
26225
26226 \begin_inset CommandInset ref
26227 LatexCommand ref
26228 reference "tab:This-is-subtable-a"
26229
26230 \end_inset
26231
26232  and 
26233 \begin_inset CommandInset ref
26234 LatexCommand ref
26235 reference "tab:This-is-subtable-b"
26236
26237 \end_inset
26238
26239  are subtables of table
26240 \begin_inset space ~
26241 \end_inset
26242
26243
26244 \begin_inset CommandInset ref
26245 LatexCommand ref
26246 reference "tab:Two-subtables-side"
26247
26248 \end_inset
26249
26250 .
26251 \end_layout
26252
26253 \begin_layout Standard
26254 \begin_inset Float table
26255 wide false
26256 sideways false
26257 status open
26258
26259 \begin_layout Plain Layout
26260 \begin_inset Caption Standard
26261
26262 \begin_layout Plain Layout
26263 \begin_inset CommandInset label
26264 LatexCommand label
26265 name "tab:Two-subtables-side"
26266
26267 \end_inset
26268
26269 Two subtables placed side by side.
26270 \end_layout
26271
26272 \end_inset
26273
26274
26275 \end_layout
26276
26277 \begin_layout Plain Layout
26278 \align center
26279 \begin_inset space \hfill{}
26280 \end_inset
26281
26282
26283 \begin_inset Float table
26284 wide false
26285 sideways false
26286 status collapsed
26287
26288 \begin_layout Plain Layout
26289 \begin_inset Caption Standard
26290
26291 \begin_layout Plain Layout
26292 \begin_inset CommandInset label
26293 LatexCommand label
26294 name "tab:This-is-subtable-a"
26295
26296 \end_inset
26297
26298 This is subtable a.
26299 \end_layout
26300
26301 \end_inset
26302
26303
26304 \end_layout
26305
26306 \begin_layout Plain Layout
26307 \align center
26308 \begin_inset Tabular
26309 <lyxtabular version="3" rows="1" columns="5">
26310 <features rotate="0" tabularvalignment="middle">
26311 <column alignment="center" valignment="top">
26312 <column alignment="center" valignment="top">
26313 <column alignment="center" valignment="top">
26314 <column alignment="center" valignment="top">
26315 <column alignment="center" valignment="top">
26316 <row>
26317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26318 \begin_inset Text
26319
26320 \begin_layout Plain Layout
26321 test
26322 \end_layout
26323
26324 \end_inset
26325 </cell>
26326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330 b
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339 c
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26345 \begin_inset Text
26346
26347 \begin_layout Plain Layout
26348 d
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26354 \begin_inset Text
26355
26356 \begin_layout Plain Layout
26357 e
26358 \end_layout
26359
26360 \end_inset
26361 </cell>
26362 </row>
26363 </lyxtabular>
26364
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \end_inset
26371
26372
26373 \begin_inset space \hfill{}
26374 \end_inset
26375
26376
26377 \begin_inset Float table
26378 wide false
26379 sideways false
26380 status collapsed
26381
26382 \begin_layout Plain Layout
26383 \begin_inset Caption Standard
26384
26385 \begin_layout Plain Layout
26386 \begin_inset CommandInset label
26387 LatexCommand label
26388 name "tab:This-is-subtable-b"
26389
26390 \end_inset
26391
26392 This is subtable b.
26393 \end_layout
26394
26395 \end_inset
26396
26397
26398 \end_layout
26399
26400 \begin_layout Plain Layout
26401 \align center
26402 \begin_inset Tabular
26403 <lyxtabular version="3" rows="1" columns="5">
26404 <features rotate="0" tabularvalignment="middle">
26405 <column alignment="center" valignment="top">
26406 <column alignment="center" valignment="top">
26407 <column alignment="center" valignment="top">
26408 <column alignment="center" valignment="top">
26409 <column alignment="center" valignment="top">
26410 <row>
26411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26412 \begin_inset Text
26413
26414 \begin_layout Plain Layout
26415 e
26416 \end_layout
26417
26418 \end_inset
26419 </cell>
26420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424 d
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433 c
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26439 \begin_inset Text
26440
26441 \begin_layout Plain Layout
26442 b
26443 \end_layout
26444
26445 \end_inset
26446 </cell>
26447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26448 \begin_inset Text
26449
26450 \begin_layout Plain Layout
26451 test
26452 \end_layout
26453
26454 \end_inset
26455 </cell>
26456 </row>
26457 </lyxtabular>
26458
26459 \end_inset
26460
26461
26462 \end_layout
26463
26464 \end_inset
26465
26466
26467 \begin_inset space \hfill{}
26468 \end_inset
26469
26470
26471 \end_layout
26472
26473 \end_inset
26474
26475
26476 \end_layout
26477
26478 \begin_layout Standard
26479 \begin_inset Float table
26480 wide false
26481 sideways false
26482 status open
26483
26484 \begin_layout Plain Layout
26485 \begin_inset Caption Standard
26486
26487 \begin_layout Plain Layout
26488 \begin_inset CommandInset label
26489 LatexCommand label
26490 name "tab:Two-subtables-upon"
26491
26492 \end_inset
26493
26494 Two subtables placed one above the other.
26495  (a) table with 4 cells, (b) table with 5 cells.
26496 \end_layout
26497
26498 \end_inset
26499
26500
26501 \end_layout
26502
26503 \begin_layout Plain Layout
26504 \align center
26505 \begin_inset Float table
26506 wide false
26507 sideways false
26508 status collapsed
26509
26510 \begin_layout Plain Layout
26511 \begin_inset Caption Standard
26512
26513 \begin_layout Plain Layout
26514
26515 \end_layout
26516
26517 \end_inset
26518
26519
26520 \end_layout
26521
26522 \begin_layout Plain Layout
26523 \align center
26524 \begin_inset Tabular
26525 <lyxtabular version="3" rows="1" columns="4">
26526 <features rotate="0" tabularvalignment="middle">
26527 <column alignment="center" valignment="top">
26528 <column alignment="center" valignment="top">
26529 <column alignment="center" valignment="top">
26530 <column alignment="center" valignment="top">
26531 <row>
26532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26533 \begin_inset Text
26534
26535 \begin_layout Plain Layout
26536 test
26537 \end_layout
26538
26539 \end_inset
26540 </cell>
26541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26542 \begin_inset Text
26543
26544 \begin_layout Plain Layout
26545 test
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26551 \begin_inset Text
26552
26553 \begin_layout Plain Layout
26554 test
26555 \end_layout
26556
26557 \end_inset
26558 </cell>
26559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26560 \begin_inset Text
26561
26562 \begin_layout Plain Layout
26563 test
26564 \end_layout
26565
26566 \end_inset
26567 </cell>
26568 </row>
26569 </lyxtabular>
26570
26571 \end_inset
26572
26573
26574 \end_layout
26575
26576 \end_inset
26577
26578
26579 \end_layout
26580
26581 \begin_layout Plain Layout
26582 \align center
26583 \begin_inset Float table
26584 wide false
26585 sideways false
26586 status collapsed
26587
26588 \begin_layout Plain Layout
26589 \begin_inset Caption Standard
26590
26591 \begin_layout Plain Layout
26592
26593 \end_layout
26594
26595 \end_inset
26596
26597
26598 \end_layout
26599
26600 \begin_layout Plain Layout
26601 \align center
26602 \begin_inset Tabular
26603 <lyxtabular version="3" rows="1" columns="5">
26604 <features rotate="0" tabularvalignment="middle">
26605 <column alignment="center" valignment="top">
26606 <column alignment="center" valignment="top">
26607 <column alignment="center" valignment="top">
26608 <column alignment="center" valignment="top">
26609 <column alignment="center" valignment="top">
26610 <row>
26611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Plain Layout
26615 a
26616 \end_layout
26617
26618 \end_inset
26619 </cell>
26620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Plain Layout
26624 b
26625 \end_layout
26626
26627 \end_inset
26628 </cell>
26629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26630 \begin_inset Text
26631
26632 \begin_layout Plain Layout
26633 c
26634 \end_layout
26635
26636 \end_inset
26637 </cell>
26638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26639 \begin_inset Text
26640
26641 \begin_layout Plain Layout
26642 d
26643 \end_layout
26644
26645 \end_inset
26646 </cell>
26647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26648 \begin_inset Text
26649
26650 \begin_layout Plain Layout
26651 e
26652 \end_layout
26653
26654 \end_inset
26655 </cell>
26656 </row>
26657 </lyxtabular>
26658
26659 \end_inset
26660
26661
26662 \end_layout
26663
26664 \end_inset
26665
26666
26667 \end_layout
26668
26669 \end_inset
26670
26671
26672 \end_layout
26673
26674 \begin_layout Section
26675 Floats Side by Side
26676 \begin_inset Index idx
26677 status collapsed
26678
26679 \begin_layout Plain Layout
26680 Floats ! Side by side
26681 \end_layout
26682
26683 \end_inset
26684
26685
26686 \end_layout
26687
26688 \begin_layout Standard
26689 To place floats side by side, as in Figures
26690 \begin_inset space ~
26691 \end_inset
26692
26693
26694 \begin_inset CommandInset ref
26695 LatexCommand ref
26696 reference "fig:Float-left"
26697
26698 \end_inset
26699
26700  and 
26701 \begin_inset CommandInset ref
26702 LatexCommand ref
26703 reference "fig:Float-right"
26704
26705 \end_inset
26706
26707 , only 
26708 \emph on
26709 one
26710 \emph default
26711  float is used.
26712  In it two minipage boxes are inserted.
26713 \begin_inset Foot
26714 status collapsed
26715
26716 \begin_layout Plain Layout
26717 Minipages are explained in section
26718 \begin_inset space ~
26719 \end_inset
26720
26721
26722 \begin_inset CommandInset ref
26723 LatexCommand ref
26724 reference "sec:Minipages"
26725
26726 \end_inset
26727
26728 .
26729 \end_layout
26730
26731 \end_inset
26732
26733  The width is set to 45
26734 \begin_inset space \thinspace{}
26735 \end_inset
26736
26737 -50
26738 \begin_inset space \thinspace{}
26739 \end_inset
26740
26741 column% and the box alignment to 
26742 \family sans
26743 Bottom
26744 \family default
26745  for each minipage.
26746  The minipage boxes contain the image and the caption in the same way as
26747  they are in a float.
26748  The only difference is that the image unit 
26749 \family sans
26750 Column
26751 \begin_inset space ~
26752 \end_inset
26753
26754 Width
26755 \begin_inset space ~
26756 \end_inset
26757
26758 %
26759 \family default
26760  is now calculated according to the width of the minipage boxes.
26761 \end_layout
26762
26763 \begin_layout Standard
26764 \begin_inset Float figure
26765 wide false
26766 sideways false
26767 status open
26768
26769 \begin_layout Plain Layout
26770 \begin_inset Box Frameless
26771 position "b"
26772 hor_pos "c"
26773 has_inner_box 1
26774 inner_pos "t"
26775 use_parbox 0
26776 use_makebox 0
26777 width "45col%"
26778 special "none"
26779 height "1in"
26780 height_special "totalheight"
26781 status open
26782
26783 \begin_layout Plain Layout
26784 \align center
26785 \begin_inset Graphics
26786         filename clipart/mobius.eps
26787         lyxscale 50
26788         width 100col%
26789         scaleBeforeRotation
26790
26791 \end_inset
26792
26793
26794 \end_layout
26795
26796 \begin_layout Plain Layout
26797 \begin_inset Caption Standard
26798
26799 \begin_layout Plain Layout
26800 \begin_inset CommandInset label
26801 LatexCommand label
26802 name "fig:Float-left"
26803
26804 \end_inset
26805
26806 Float on the left side.
26807 \end_layout
26808
26809 \end_inset
26810
26811
26812 \end_layout
26813
26814 \end_inset
26815
26816
26817 \begin_inset space \hfill{}
26818 \end_inset
26819
26820
26821 \begin_inset Box Frameless
26822 position "b"
26823 hor_pos "c"
26824 has_inner_box 1
26825 inner_pos "t"
26826 use_parbox 0
26827 use_makebox 0
26828 width "45col%"
26829 special "none"
26830 height "1in"
26831 height_special "totalheight"
26832 status open
26833
26834 \begin_layout Plain Layout
26835 \align center
26836 \begin_inset Graphics
26837         filename clipart/platypus.eps
26838         lyxscale 50
26839         width 100col%
26840         scaleBeforeRotation
26841
26842 \end_inset
26843
26844
26845 \end_layout
26846
26847 \begin_layout Plain Layout
26848 \begin_inset Caption Standard
26849
26850 \begin_layout Plain Layout
26851 \begin_inset CommandInset label
26852 LatexCommand label
26853 name "fig:Float-right"
26854
26855 \end_inset
26856
26857 Float on the right side.
26858 \end_layout
26859
26860 \end_inset
26861
26862
26863 \end_layout
26864
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \begin_layout Plain Layout
26871
26872 \end_layout
26873
26874 \end_inset
26875
26876
26877 \end_layout
26878
26879 \begin_layout Section
26880 Caption Formatting
26881 \begin_inset Index idx
26882 status collapsed
26883
26884 \begin_layout Plain Layout
26885 Caption ! Formatting
26886 \end_layout
26887
26888 \end_inset
26889
26890
26891 \begin_inset Index idx
26892 status collapsed
26893
26894 \begin_layout Plain Layout
26895 Floats ! Caption Formatting
26896 \end_layout
26897
26898 \end_inset
26899
26900
26901 \begin_inset CommandInset label
26902 LatexCommand label
26903 name "sec:Caption-Formatting"
26904
26905 \end_inset
26906
26907
26908 \end_layout
26909
26910 \begin_layout Standard
26911 The 
26912 \family sans
26913 Caption
26914 \family default
26915  environment is the default paragraph environment for 
26916 \family sans
26917 Floats
26918 \family default
26919 .
26920  On the LyX screen captions appear as a label, e.
26921 \begin_inset space \thinspace{}
26922 \end_inset
26923
26924 g.
26925 \begin_inset space \space{}
26926 \end_inset
26927
26928
26929 \begin_inset Quotes eld
26930 \end_inset
26931
26932
26933 \family sans
26934 Figure #:
26935 \family default
26936
26937 \begin_inset Quotes erd
26938 \end_inset
26939
26940  followed by the caption text.
26941  
26942 \begin_inset Quotes eld
26943 \end_inset
26944
26945 #
26946 \begin_inset Quotes erd
26947 \end_inset
26948
26949  is the actual reference number.
26950  By default the label and the number are in the same font as the caption
26951  text and a colon follows the number to divide the label from the text.
26952  This caption format is suitable for many but not all documents.
26953  
26954 \end_layout
26955
26956 \begin_layout Standard
26957 To change the default caption format, load the LaTeX-package 
26958 \series bold
26959 caption
26960 \series default
26961
26962 \begin_inset Index idx
26963 status collapsed
26964
26965 \begin_layout Plain Layout
26966 LaTeX-packages ! caption
26967 \end_layout
26968
26969 \end_inset
26970
26971  in the document preamble with this line:
26972 \end_layout
26973
26974 \begin_layout Standard
26975
26976 \series bold
26977
26978 \backslash
26979 usepackage[format definition]{caption}
26980 \end_layout
26981
26982 \begin_layout Standard
26983 To have for example the label and the number in sans-serif, bold font and
26984  the table captions always above the table as in this document, use the
26985  following command:
26986 \end_layout
26987
26988 \begin_layout Standard
26989
26990 \series bold
26991
26992 \backslash
26993 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26994 \end_layout
26995
26996 \begin_layout Standard
26997 You can also define different caption formats for the different float types.
26998  In this case load the 
26999 \series bold
27000 caption
27001 \series default
27002  package without format specific options and define the different formats
27003  with the help of the command
27004 \end_layout
27005
27006 \begin_layout Standard
27007
27008 \series bold
27009
27010 \backslash
27011 captionsetup[float type]{format definition}
27012 \end_layout
27013
27014 \begin_layout Standard
27015 in the document preamble.
27016  For example the caption formats of Figure
27017 \begin_inset space ~
27018 \end_inset
27019
27020
27021 \begin_inset CommandInset ref
27022 LatexCommand ref
27023 reference "fig:This-is-an-fig"
27024
27025 \end_inset
27026
27027  and Table
27028 \begin_inset space ~
27029 \end_inset
27030
27031
27032 \begin_inset CommandInset ref
27033 LatexCommand ref
27034 reference "tab:This-is-an-tab"
27035
27036 \end_inset
27037
27038  can be created using these commands in the document preamble:
27039 \end_layout
27040
27041 \begin_layout Standard
27042
27043 \series bold
27044
27045 \backslash
27046 usepackage[tableposition=top]{caption}
27047 \series default
27048
27049 \begin_inset Newline newline
27050 \end_inset
27051
27052
27053 \series bold
27054
27055 \backslash
27056 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27057 \begin_inset Newline newline
27058 \end_inset
27059
27060
27061 \begin_inset Phantom HPhantom
27062 status open
27063
27064 \begin_layout Plain Layout
27065
27066 \series bold
27067
27068 \backslash
27069 captionsetup[figure]{
27070 \end_layout
27071
27072 \end_inset
27073
27074 labelsep=period}
27075 \begin_inset Newline newline
27076 \end_inset
27077
27078
27079 \backslash
27080 captionsetup[table]{labelfont={bf,sf}}
27081 \end_layout
27082
27083 \begin_layout Standard
27084 \begin_inset Note Greyedout
27085 status open
27086
27087 \begin_layout Plain Layout
27088
27089 \series bold
27090 Note:
27091 \series default
27092  The option 
27093 \series bold
27094 tableposition=top
27095 \series default
27096  has no effect when a 
27097 \series bold
27098 KOMA-Script
27099 \series default
27100
27101 \begin_inset Index idx
27102 status collapsed
27103
27104 \begin_layout Plain Layout
27105 LaTeX-packages ! KOMA-Script
27106 \end_layout
27107
27108 \end_inset
27109
27110  document class is used.
27111  In this case the document class option 
27112 \series bold
27113 captions=tableheading
27114 \series default
27115  must be used.
27116 \end_layout
27117
27118 \end_inset
27119
27120
27121 \end_layout
27122
27123 \begin_layout Standard
27124 For more information about the package 
27125 \series bold
27126 caption
27127 \series default
27128  we refer to its documentation 
27129 \begin_inset CommandInset citation
27130 LatexCommand cite
27131 key "caption"
27132
27133 \end_inset
27134
27135 .
27136 \end_layout
27137
27138 \begin_layout Standard
27139 To change the label name from e.
27140 \begin_inset space \thinspace{}
27141 \end_inset
27142
27143 g.
27144 \begin_inset space \space{}
27145 \end_inset
27146
27147
27148 \begin_inset Quotes eld
27149 \end_inset
27150
27151 Figure
27152 \begin_inset Quotes erd
27153 \end_inset
27154
27155  to 
27156 \begin_inset Quotes eld
27157 \end_inset
27158
27159 Image
27160 \begin_inset Quotes erd
27161 \end_inset
27162
27163  use this preamble command:
27164 \end_layout
27165
27166 \begin_layout Standard
27167
27168 \series bold
27169
27170 \backslash
27171 renewcommand{
27172 \backslash
27173 fnum@figure}{Image~
27174 \backslash
27175 thefigure}
27176 \end_layout
27177
27178 \begin_layout Standard
27179 where 
27180 \series bold
27181
27182 \backslash
27183 thefigure
27184 \series default
27185  inserts the figure number and
27186 \series bold
27187  
27188 \begin_inset Quotes eld
27189 \end_inset
27190
27191 ~
27192 \series default
27193
27194 \begin_inset Quotes erd
27195 \end_inset
27196
27197  creates a protected space.
27198 \end_layout
27199
27200 \begin_layout Standard
27201 \begin_inset VSpace bigskip
27202 \end_inset
27203
27204 If you are using a 
27205 \series bold
27206 KOMA-Script
27207 \series default
27208
27209 \begin_inset Index idx
27210 status collapsed
27211
27212 \begin_layout Plain Layout
27213 LaTeX-packages ! KOMA-Script
27214 \end_layout
27215
27216 \end_inset
27217
27218  document class (
27219 \family sans
27220 article (KOMA-Script)
27221 \family default
27222
27223 \family sans
27224 book (KOMA-Script)
27225 \family default
27226
27227 \family sans
27228 letter (KOMA-Script)
27229 \family default
27230 , or 
27231 \family sans
27232 report (KOMA-Script)
27233 \family default
27234
27235 \begin_inset space \thinspace{}
27236 \end_inset
27237
27238 ), you can alternatively to the 
27239 \series bold
27240 caption
27241 \series default
27242  package use 
27243 \series bold
27244 KOMA-Script
27245 \series default
27246 's built-in command 
27247 \series bold
27248
27249 \backslash
27250 setkomafont
27251 \series default
27252 .
27253  For example, to have the caption label in bold, add this command to your
27254  document preamble:
27255 \end_layout
27256
27257 \begin_layout Standard
27258
27259 \series bold
27260
27261 \backslash
27262 setkomafont{captionlabel}{
27263 \backslash
27264 bfseries}
27265 \end_layout
27266
27267 \begin_layout Standard
27268 For more information about 
27269 \series bold
27270
27271 \backslash
27272 setkomafont
27273 \series default
27274  we refer to the 
27275 \series bold
27276 KOMA-Script
27277 \series default
27278  documentation 
27279 \begin_inset CommandInset citation
27280 LatexCommand cite
27281 key "KOMA-Script"
27282
27283 \end_inset
27284
27285 .
27286 \end_layout
27287
27288 \begin_layout Standard
27289 \begin_inset ERT
27290 status collapsed
27291
27292 \begin_layout Plain Layout
27293
27294
27295 \backslash
27296 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27297 }
27298 \end_layout
27299
27300 \end_inset
27301
27302
27303 \begin_inset Note Note
27304 status open
27305
27306 \begin_layout Plain Layout
27307 The caption format is changed only for this example.
27308 \end_layout
27309
27310 \end_inset
27311
27312
27313 \end_layout
27314
27315 \begin_layout Standard
27316 \begin_inset Float figure
27317 placement !p
27318 wide false
27319 sideways false
27320 status open
27321
27322 \begin_layout Plain Layout
27323 \align center
27324 \begin_inset Graphics
27325         filename clipart/mobius.eps
27326         lyxscale 50
27327         scale 50
27328         scaleBeforeRotation
27329
27330 \end_inset
27331
27332
27333 \end_layout
27334
27335 \begin_layout Plain Layout
27336 \begin_inset Caption Standard
27337
27338 \begin_layout Plain Layout
27339 \begin_inset CommandInset label
27340 LatexCommand label
27341 name "fig:This-is-an-fig"
27342
27343 \end_inset
27344
27345 This is an example figure caption that is longer than one line to show the
27346  different caption format.
27347  Here a self-defined caption format is used.
27348 \end_layout
27349
27350 \end_inset
27351
27352
27353 \end_layout
27354
27355 \end_inset
27356
27357
27358 \end_layout
27359
27360 \begin_layout Standard
27361 \begin_inset ERT
27362 status collapsed
27363
27364 \begin_layout Plain Layout
27365
27366
27367 \backslash
27368 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27369 on}
27370 \end_layout
27371
27372 \end_inset
27373
27374
27375 \end_layout
27376
27377 \begin_layout Standard
27378 \begin_inset Float table
27379 placement !p
27380 wide false
27381 sideways false
27382 status open
27383
27384 \begin_layout Plain Layout
27385 \begin_inset Caption Standard
27386
27387 \begin_layout Plain Layout
27388 \begin_inset CommandInset label
27389 LatexCommand label
27390 name "tab:This-is-an-tab"
27391
27392 \end_inset
27393
27394 This is an example table caption that is longer than one line to show the
27395  different caption format.
27396  Here the standard caption format for tables in this document is used.
27397 \end_layout
27398
27399 \end_inset
27400
27401
27402 \end_layout
27403
27404 \begin_layout Plain Layout
27405 \align center
27406 \begin_inset Tabular
27407 <lyxtabular version="3" rows="1" columns="5">
27408 <features rotate="0" tabularvalignment="middle">
27409 <column alignment="center" valignment="top">
27410 <column alignment="center" valignment="top">
27411 <column alignment="center" valignment="top">
27412 <column alignment="center" valignment="top">
27413 <column alignment="center" valignment="top">
27414 <row>
27415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27416 \begin_inset Text
27417
27418 \begin_layout Plain Layout
27419 a
27420 \end_layout
27421
27422 \end_inset
27423 </cell>
27424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27425 \begin_inset Text
27426
27427 \begin_layout Plain Layout
27428 b
27429 \end_layout
27430
27431 \end_inset
27432 </cell>
27433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27434 \begin_inset Text
27435
27436 \begin_layout Plain Layout
27437 c
27438 \end_layout
27439
27440 \end_inset
27441 </cell>
27442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27443 \begin_inset Text
27444
27445 \begin_layout Plain Layout
27446 d
27447 \end_layout
27448
27449 \end_inset
27450 </cell>
27451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27452 \begin_inset Text
27453
27454 \begin_layout Plain Layout
27455 e
27456 \end_layout
27457
27458 \end_inset
27459 </cell>
27460 </row>
27461 </lyxtabular>
27462
27463 \end_inset
27464
27465
27466 \end_layout
27467
27468 \end_inset
27469
27470
27471 \end_layout
27472
27473 \begin_layout Section
27474 Caption Placement
27475 \begin_inset Index idx
27476 status collapsed
27477
27478 \begin_layout Plain Layout
27479 Caption ! Placement
27480 \end_layout
27481
27482 \end_inset
27483
27484
27485 \begin_inset Index idx
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489 Floats ! Caption Placement
27490 \end_layout
27491
27492 \end_inset
27493
27494
27495 \begin_inset CommandInset label
27496 LatexCommand label
27497 name "sec:Caption-Placement"
27498
27499 \end_inset
27500
27501
27502 \end_layout
27503
27504 \begin_layout Standard
27505 The common caption placement rule is:
27506 \end_layout
27507
27508 \begin_layout Description
27509 Figure: Caption is set below the figure
27510 \end_layout
27511
27512 \begin_layout Description
27513 Table: Caption is set above the table
27514 \end_layout
27515
27516 \begin_layout Standard
27517 Having the caption above the table is unfortunately not supported in LaTeX's
27518  standard classes.
27519  That means if you are using the document classes 
27520 \family sans
27521 article
27522 \family default
27523
27524 \family sans
27525 book
27526 \family default
27527
27528 \family sans
27529 letter
27530 \family default
27531 , or 
27532 \family sans
27533 report
27534 \family default
27535  there will be no space between the caption and the table.
27536  To insert the necessary space, load the LaTeX-package 
27537 \series bold
27538 caption
27539 \series default
27540
27541 \begin_inset Index idx
27542 status collapsed
27543
27544 \begin_layout Plain Layout
27545 LaTeX-packages ! caption
27546 \end_layout
27547
27548 \end_inset
27549
27550  in your document preamble with the option
27551 \begin_inset Foot
27552 status collapsed
27553
27554 \begin_layout Plain Layout
27555 See section
27556 \begin_inset space ~
27557 \end_inset
27558
27559
27560 \begin_inset CommandInset ref
27561 LatexCommand ref
27562 reference "sec:Caption-Formatting"
27563
27564 \end_inset
27565
27566  for more information of the package 
27567 \series bold
27568 caption
27569 \series default
27570 .
27571 \end_layout
27572
27573 \end_inset
27574
27575
27576 \end_layout
27577
27578 \begin_layout Standard
27579
27580 \series bold
27581 tableposition=top
27582 \end_layout
27583
27584 \begin_layout Standard
27585 If you are using a 
27586 \series bold
27587 KOMA-Script
27588 \series default
27589
27590 \begin_inset Index idx
27591 status collapsed
27592
27593 \begin_layout Plain Layout
27594 LaTeX-packages ! KOMA-Script
27595 \end_layout
27596
27597 \end_inset
27598
27599  document class (
27600 \family sans
27601 article (KOMA-Script)
27602 \family default
27603
27604 \family sans
27605 book (KOMA-Script)
27606 \family default
27607
27608 \family sans
27609 letter (KOMA-Script)
27610 \family default
27611 , or 
27612 \family sans
27613 report (KOMA-Script)
27614 \family default
27615
27616 \begin_inset space \thinspace{}
27617 \end_inset
27618
27619 ), you can alternatively to the 
27620 \series bold
27621 caption
27622 \series default
27623  package set the document class option
27624 \begin_inset Foot
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628 That option is used in this document.
27629 \end_layout
27630
27631 \end_inset
27632
27633
27634 \end_layout
27635
27636 \begin_layout Standard
27637
27638 \series bold
27639 captions=tableheading
27640 \end_layout
27641
27642 \begin_layout Standard
27643 In documents with a KOMA-Script document class you can also right-click
27644  on a caption and mark in the context menu if this should be a caption above
27645  or below the table/figure.
27646  This way you can override the document-wide caption placement for certain
27647  captions.
27648  Table
27649 \begin_inset space ~
27650 \end_inset
27651
27652
27653 \begin_inset CommandInset ref
27654 LatexCommand ref
27655 reference "tab:A-caption-marked"
27656
27657 \end_inset
27658
27659  is an example where the caption is marked a being below the table while
27660  it is above.
27661  For comparison the caption in Table
27662 \begin_inset space ~
27663 \end_inset
27664
27665
27666 \begin_inset CommandInset ref
27667 LatexCommand ref
27668 reference "tab:A-standard-table"
27669
27670 \end_inset
27671
27672  is not marked.
27673 \end_layout
27674
27675 \begin_layout Standard
27676 \begin_inset Float table
27677 wide false
27678 sideways false
27679 status open
27680
27681 \begin_layout Plain Layout
27682 \begin_inset Caption Below
27683
27684 \begin_layout Plain Layout
27685 \begin_inset CommandInset label
27686 LatexCommand label
27687 name "tab:A-caption-marked"
27688
27689 \end_inset
27690
27691 A caption marked as being below the table.
27692 \end_layout
27693
27694 \end_inset
27695
27696
27697 \end_layout
27698
27699 \begin_layout Plain Layout
27700 \align center
27701 \begin_inset Tabular
27702 <lyxtabular version="3" rows="3" columns="3">
27703 <features rotate="0" tabularvalignment="middle">
27704 <column alignment="center" valignment="top" width="0pt">
27705 <column alignment="center" valignment="top" width="0pt">
27706 <column alignment="center" valignment="top" width="0pt">
27707 <row>
27708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27709 \begin_inset Text
27710
27711 \begin_layout Plain Layout
27712 1
27713 \end_layout
27714
27715 \end_inset
27716 </cell>
27717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27718 \begin_inset Text
27719
27720 \begin_layout Plain Layout
27721 2
27722 \end_layout
27723
27724 \end_inset
27725 </cell>
27726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27727 \begin_inset Text
27728
27729 \begin_layout Plain Layout
27730 3
27731 \end_layout
27732
27733 \end_inset
27734 </cell>
27735 </row>
27736 <row>
27737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27738 \begin_inset Text
27739
27740 \begin_layout Plain Layout
27741 Joe
27742 \end_layout
27743
27744 \end_inset
27745 </cell>
27746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27747 \begin_inset Text
27748
27749 \begin_layout Plain Layout
27750 Mary
27751 \end_layout
27752
27753 \end_inset
27754 </cell>
27755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27756 \begin_inset Text
27757
27758 \begin_layout Plain Layout
27759 Ted
27760 \end_layout
27761
27762 \end_inset
27763 </cell>
27764 </row>
27765 <row>
27766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27767 \begin_inset Text
27768
27769 \begin_layout Plain Layout
27770 \begin_inset Formula $\int x^{2}dx$
27771 \end_inset
27772
27773
27774 \end_layout
27775
27776 \end_inset
27777 </cell>
27778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27779 \begin_inset Text
27780
27781 \begin_layout Plain Layout
27782 \begin_inset Formula $\left[\begin{array}{cc}
27783 a & b\\
27784 c & d
27785 \end{array}\right]$
27786 \end_inset
27787
27788
27789 \end_layout
27790
27791 \end_inset
27792 </cell>
27793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27794 \begin_inset Text
27795
27796 \begin_layout Plain Layout
27797 \begin_inset Formula $1+1=2$
27798 \end_inset
27799
27800
27801 \end_layout
27802
27803 \end_inset
27804 </cell>
27805 </row>
27806 </lyxtabular>
27807
27808 \end_inset
27809
27810
27811 \end_layout
27812
27813 \end_inset
27814
27815
27816 \end_layout
27817
27818 \begin_layout Standard
27819 \begin_inset Float table
27820 wide false
27821 sideways false
27822 status open
27823
27824 \begin_layout Plain Layout
27825 \begin_inset Caption Standard
27826
27827 \begin_layout Plain Layout
27828 \begin_inset CommandInset label
27829 LatexCommand label
27830 name "tab:A-standard-table"
27831
27832 \end_inset
27833
27834 A standard table caption.
27835 \end_layout
27836
27837 \end_inset
27838
27839
27840 \end_layout
27841
27842 \begin_layout Plain Layout
27843 \align center
27844 \begin_inset Tabular
27845 <lyxtabular version="3" rows="3" columns="3">
27846 <features rotate="0" tabularvalignment="middle">
27847 <column alignment="center" valignment="top" width="0pt">
27848 <column alignment="center" valignment="top" width="0pt">
27849 <column alignment="center" valignment="top" width="0pt">
27850 <row>
27851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27852 \begin_inset Text
27853
27854 \begin_layout Plain Layout
27855 1
27856 \end_layout
27857
27858 \end_inset
27859 </cell>
27860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27861 \begin_inset Text
27862
27863 \begin_layout Plain Layout
27864 2
27865 \end_layout
27866
27867 \end_inset
27868 </cell>
27869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27870 \begin_inset Text
27871
27872 \begin_layout Plain Layout
27873 3
27874 \end_layout
27875
27876 \end_inset
27877 </cell>
27878 </row>
27879 <row>
27880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27881 \begin_inset Text
27882
27883 \begin_layout Plain Layout
27884 Joe
27885 \end_layout
27886
27887 \end_inset
27888 </cell>
27889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27890 \begin_inset Text
27891
27892 \begin_layout Plain Layout
27893 Mary
27894 \end_layout
27895
27896 \end_inset
27897 </cell>
27898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27899 \begin_inset Text
27900
27901 \begin_layout Plain Layout
27902 Ted
27903 \end_layout
27904
27905 \end_inset
27906 </cell>
27907 </row>
27908 <row>
27909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27910 \begin_inset Text
27911
27912 \begin_layout Plain Layout
27913 \begin_inset Formula $\int x^{2}dx$
27914 \end_inset
27915
27916
27917 \end_layout
27918
27919 \end_inset
27920 </cell>
27921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27922 \begin_inset Text
27923
27924 \begin_layout Plain Layout
27925 \begin_inset Formula $\left[\begin{array}{cc}
27926 a & b\\
27927 c & d
27928 \end{array}\right]$
27929 \end_inset
27930
27931
27932 \end_layout
27933
27934 \end_inset
27935 </cell>
27936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27937 \begin_inset Text
27938
27939 \begin_layout Plain Layout
27940 \begin_inset Formula $1+1=2$
27941 \end_inset
27942
27943
27944 \end_layout
27945
27946 \end_inset
27947 </cell>
27948 </row>
27949 </lyxtabular>
27950
27951 \end_inset
27952
27953
27954 \end_layout
27955
27956 \end_inset
27957
27958
27959 \end_layout
27960
27961 \begin_layout Standard
27962 \begin_inset VSpace bigskip
27963 \end_inset
27964
27965 It is also possible to set the caption beside a figure or table.
27966  To get this the LaTeX-package 
27967 \series bold
27968 sidecap
27969 \series default
27970
27971 \begin_inset Index idx
27972 status collapsed
27973
27974 \begin_layout Plain Layout
27975 LaTeX-packages ! sidecap
27976 \end_layout
27977
27978 \end_inset
27979
27980  has to be loaded in the document preamble with the line
27981 \end_layout
27982
27983 \begin_layout Standard
27984
27985 \series bold
27986
27987 \backslash
27988 usepackage[option]{sidecap}
27989 \end_layout
27990
27991 \begin_layout Standard
27992 If you set no option, the caption is placed on the side of the outer page
27993  margin â€“ to the right on odd pages, to the left on even pages.
27994  You can change the placement to inner margin with the option 
27995 \series bold
27996 innercaption
27997 \series default
27998 .
27999  To force the placement always to the right or left, use the option 
28000 \series bold
28001 rightcaption
28002 \series default
28003  or 
28004 \series bold
28005 leftcaption
28006 \series default
28007 , respectively.
28008 \end_layout
28009
28010 \begin_layout Standard
28011 \begin_inset ERT
28012 status collapsed
28013
28014 \begin_layout Plain Layout
28015
28016
28017 \backslash
28018 ifsidecap
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \begin_inset Note Note
28025 status open
28026
28027 \begin_layout Plain Layout
28028 The following section will only be displayed when the LaTeX-package 
28029 \series bold
28030 sidecap
28031 \series default
28032  is installed.
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \begin_layout Standard
28041 To place in LyX the caption of a float on the side, it is necessary to add
28042  these commands to the document preamble:
28043 \end_layout
28044
28045 \begin_layout Standard
28046 \noindent
28047 \begin_inset CommandInset line
28048 LatexCommand rule
28049 offset "0.5ex"
28050 width "100line%"
28051 height "1pt"
28052
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \begin_layout Standard
28059
28060 \series bold
28061
28062 \backslash
28063 newcommand{
28064 \backslash
28065 TabBesBeg}[1][1.0]{%
28066 \begin_inset Newline newline
28067 \end_inset
28068
28069
28070 \begin_inset Phantom HPhantom
28071 status open
28072
28073 \begin_layout Plain Layout
28074 \begin_inset space ~
28075 \end_inset
28076
28077
28078 \end_layout
28079
28080 \end_inset
28081
28082
28083 \backslash
28084 let
28085 \backslash
28086 MyTable
28087 \backslash
28088 table
28089 \begin_inset Newline newline
28090 \end_inset
28091
28092
28093 \begin_inset Phantom HPhantom
28094 status open
28095
28096 \begin_layout Plain Layout
28097
28098 \series medium
28099 \begin_inset space ~
28100 \end_inset
28101
28102
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \backslash
28109 let
28110 \backslash
28111 MyEndtable
28112 \backslash
28113 endtable
28114 \begin_inset Newline newline
28115 \end_inset
28116
28117
28118 \begin_inset Phantom HPhantom
28119 status open
28120
28121 \begin_layout Plain Layout
28122
28123 \series medium
28124 \begin_inset space ~
28125 \end_inset
28126
28127
28128 \end_layout
28129
28130 \end_inset
28131
28132
28133 \backslash
28134 renewenvironment{table}[1]{
28135 \backslash
28136 begin{SCtable}[#1]##1}{
28137 \backslash
28138 end{SCtable}}}
28139 \end_layout
28140
28141 \begin_layout Standard
28142
28143 \series bold
28144
28145 \backslash
28146 newcommand{
28147 \backslash
28148 TabBesEnd}{%
28149 \begin_inset Newline newline
28150 \end_inset
28151
28152
28153 \begin_inset Phantom HPhantom
28154 status open
28155
28156 \begin_layout Plain Layout
28157 \begin_inset space ~
28158 \end_inset
28159
28160
28161 \end_layout
28162
28163 \end_inset
28164
28165
28166 \backslash
28167 let
28168 \backslash
28169 table
28170 \backslash
28171 MyTable
28172 \begin_inset Newline newline
28173 \end_inset
28174
28175
28176 \begin_inset Phantom HPhantom
28177 status open
28178
28179 \begin_layout Plain Layout
28180 \begin_inset space ~
28181 \end_inset
28182
28183
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \backslash
28190 let
28191 \backslash
28192 endtable
28193 \backslash
28194 MyEndtable
28195 \end_layout
28196
28197 \begin_layout Standard
28198
28199 \series bold
28200
28201 \backslash
28202 newcommand{
28203 \backslash
28204 FigBesBeg}[1][1.0]{%
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 \begin_inset space ~
28214 \end_inset
28215
28216
28217 \end_layout
28218
28219 \end_inset
28220
28221
28222 \backslash
28223 let
28224 \backslash
28225 MyFigure
28226 \backslash
28227 figure
28228 \begin_inset Newline newline
28229 \end_inset
28230
28231
28232 \begin_inset Phantom HPhantom
28233 status open
28234
28235 \begin_layout Plain Layout
28236 \begin_inset space ~
28237 \end_inset
28238
28239
28240 \end_layout
28241
28242 \end_inset
28243
28244
28245 \backslash
28246 let
28247 \backslash
28248 MyEndfigure
28249 \backslash
28250 endfigure
28251 \begin_inset Newline newline
28252 \end_inset
28253
28254
28255 \begin_inset Phantom HPhantom
28256 status open
28257
28258 \begin_layout Plain Layout
28259 \begin_inset space ~
28260 \end_inset
28261
28262
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \backslash
28269 renewenvironment{figure}[1]{
28270 \backslash
28271 begin{SCfigure}[#1]##1}{
28272 \backslash
28273 end{SCfigure}}}
28274 \end_layout
28275
28276 \begin_layout Standard
28277
28278 \series bold
28279
28280 \backslash
28281 newcommand{
28282 \backslash
28283 FigBesEnd}{%
28284 \begin_inset Newline newline
28285 \end_inset
28286
28287
28288 \begin_inset Phantom HPhantom
28289 status open
28290
28291 \begin_layout Plain Layout
28292 \begin_inset space ~
28293 \end_inset
28294
28295
28296 \end_layout
28297
28298 \end_inset
28299
28300
28301 \backslash
28302 let
28303 \backslash
28304 figure
28305 \backslash
28306 MyFigure
28307 \begin_inset Newline newline
28308 \end_inset
28309
28310
28311 \begin_inset Phantom HPhantom
28312 status open
28313
28314 \begin_layout Plain Layout
28315 \begin_inset space ~
28316 \end_inset
28317
28318
28319 \end_layout
28320
28321 \end_inset
28322
28323
28324 \backslash
28325 let
28326 \backslash
28327 endfigure
28328 \backslash
28329 MyEndfigure}
28330 \end_layout
28331
28332 \begin_layout Standard
28333 \noindent
28334 \begin_inset CommandInset line
28335 LatexCommand rule
28336 offset "0.5ex"
28337 width "100line%"
28338 height "1pt"
28339
28340 \end_inset
28341
28342
28343 \end_layout
28344
28345 \begin_layout Standard
28346 The commands allow you to redefine the floats so that the caption is set
28347  on the side.
28348  For figure floats use the command
28349 \end_layout
28350
28351 \begin_layout Standard
28352
28353 \series bold
28354
28355 \backslash
28356 FigBesBeg
28357 \end_layout
28358
28359 \begin_layout Standard
28360 in TeX-Code before the float.
28361  And insert the command
28362 \end_layout
28363
28364 \begin_layout Standard
28365
28366 \series bold
28367
28368 \backslash
28369 FigBesEnd
28370 \end_layout
28371
28372 \begin_layout Standard
28373 in TeX-Code at the point where you want to get back to the original float
28374  definition.
28375 \end_layout
28376
28377 \begin_layout Standard
28378 For table floats use the corresponding commands
28379 \end_layout
28380
28381 \begin_layout Standard
28382
28383 \series bold
28384
28385 \backslash
28386 TabBesBeg
28387 \series default
28388  and 
28389 \series bold
28390
28391 \backslash
28392 TabBesEnd
28393 \end_layout
28394
28395 \begin_layout Standard
28396 Figure
28397 \begin_inset space ~
28398 \end_inset
28399
28400
28401 \begin_inset CommandInset ref
28402 LatexCommand ref
28403 reference "fig:cap-beside-fig"
28404
28405 \end_inset
28406
28407  and Table
28408 \begin_inset space ~
28409 \end_inset
28410
28411
28412 \begin_inset CommandInset ref
28413 LatexCommand ref
28414 reference "tab:cap-beside-tab"
28415
28416 \end_inset
28417
28418  are examples where the caption is set beside.
28419 \end_layout
28420
28421 \begin_layout Standard
28422 You can see in the examples that the caption text appears at the top of
28423  the floats for table floats and at the bottom for figure floats.
28424  To change this, you can use the command
28425 \end_layout
28426
28427 \begin_layout Standard
28428
28429 \series bold
28430
28431 \backslash
28432 sidecaptionvpos{float type}{placement}
28433 \end_layout
28434
28435 \begin_layout Standard
28436 in the document preamble or in TeX-Code before the float.
28437  The float type is either 
28438 \family sans
28439 figure
28440 \family default
28441  or 
28442 \family sans
28443 table
28444 \family default
28445 , the placement can be 
28446 \begin_inset Quotes eld
28447 \end_inset
28448
28449
28450 \family sans
28451 t
28452 \family default
28453
28454 \begin_inset Quotes erd
28455 \end_inset
28456
28457  for top, 
28458 \begin_inset Quotes eld
28459 \end_inset
28460
28461
28462 \family sans
28463 c
28464 \family default
28465
28466 \begin_inset Quotes erd
28467 \end_inset
28468
28469  for center, or 
28470 \begin_inset Quotes eld
28471 \end_inset
28472
28473
28474 \family sans
28475 b
28476 \family default
28477
28478 \begin_inset Quotes erd
28479 \end_inset
28480
28481  for bottom.
28482  To have for example the caption of figure floats vertically centered, use
28483  the command
28484 \end_layout
28485
28486 \begin_layout Standard
28487
28488 \series bold
28489
28490 \backslash
28491 sidecaptionvpos{figure}{c}
28492 \end_layout
28493
28494 \begin_layout Standard
28495 This was used for Figure
28496 \begin_inset space ~
28497 \end_inset
28498
28499
28500 \begin_inset CommandInset ref
28501 LatexCommand ref
28502 reference "fig:cap-beside-fig-2"
28503
28504 \end_inset
28505
28506 .
28507 \end_layout
28508
28509 \begin_layout Standard
28510 \begin_inset VSpace medskip
28511 \end_inset
28512
28513
28514 \end_layout
28515
28516 \begin_layout Standard
28517 The default caption width is the width of the image/table.
28518  For thin image/tables, like in Table
28519 \begin_inset space ~
28520 \end_inset
28521
28522
28523 \begin_inset CommandInset ref
28524 LatexCommand ref
28525 reference "tab:cap-beside-tab"
28526
28527 \end_inset
28528
28529 , this leads to captions that are too thin.
28530  You can increase the width by specifying a factor that will be multiplied
28531  with the image/table width to get the caption width.
28532  The caption width will automatically be recalculated in case it would protrude
28533  over the page or column margin due to the specified width.
28534  The 
28535 \emph on
28536 factor
28537 \emph default
28538  can either be given as optional argument for 
28539 \series bold
28540
28541 \backslash
28542 FigBesBeg
28543 \series default
28544 :
28545 \end_layout
28546
28547 \begin_layout Standard
28548
28549 \series bold
28550
28551 \backslash
28552 FigBesBeg[factor]
28553 \end_layout
28554
28555 \begin_layout Standard
28556 or in the definition of 
28557 \series bold
28558
28559 \backslash
28560 FigBesBeg
28561 \series default
28562  by replacing the 
28563 \series bold
28564 1.0
28565 \series default
28566  with another value.
28567  If you do the latter, your factor will be the default if 
28568 \series bold
28569
28570 \backslash
28571 FigBesBeg
28572 \series default
28573  is used without an argument.
28574  For Table
28575 \begin_inset space ~
28576 \end_inset
28577
28578
28579 \begin_inset CommandInset ref
28580 LatexCommand ref
28581 reference "tab:cap-beside-tab-wider"
28582
28583 \end_inset
28584
28585  the factor 5 was used.
28586 \end_layout
28587
28588 \begin_layout Standard
28589 \begin_inset Note Greyedout
28590 status open
28591
28592 \begin_layout Plain Layout
28593
28594 \series bold
28595 Note:
28596 \series default
28597  For floats with captions set beside, you cannot use the float placement
28598  option 
28599 \family sans
28600 Here
28601 \begin_inset space ~
28602 \end_inset
28603
28604 definitely
28605 \family default
28606  because it is not supported by 
28607 \series bold
28608 sidecap
28609 \series default
28610 .
28611 \end_layout
28612
28613 \end_inset
28614
28615
28616 \end_layout
28617
28618 \begin_layout Standard
28619 \begin_inset VSpace medskip
28620 \end_inset
28621
28622 For more information about the package 
28623 \series bold
28624 sidecap
28625 \series default
28626  we refer to its documentation 
28627 \begin_inset CommandInset citation
28628 LatexCommand cite
28629 key "sidecap"
28630
28631 \end_inset
28632
28633 .
28634 \end_layout
28635
28636 \begin_layout Standard
28637 \begin_inset Note Greyedout
28638 status open
28639
28640 \begin_layout Plain Layout
28641
28642 \series bold
28643 Note:
28644 \series default
28645  The LaTeX-package 
28646 \series bold
28647 hypcap
28648 \series default
28649
28650 \begin_inset Index idx
28651 status collapsed
28652
28653 \begin_layout Plain Layout
28654 LaTeX-packages ! hypcap
28655 \end_layout
28656
28657 \end_inset
28658
28659 , described in section
28660 \begin_inset space ~
28661 \end_inset
28662
28663
28664 \begin_inset CommandInset ref
28665 LatexCommand ref
28666 reference "sub:Reference-Position"
28667
28668 \end_inset
28669
28670 , has no effect on floats with the caption set beside.
28671 \end_layout
28672
28673 \end_inset
28674
28675
28676 \end_layout
28677
28678 \begin_layout Standard
28679 \begin_inset ERT
28680 status collapsed
28681
28682 \begin_layout Plain Layout
28683
28684
28685 \backslash
28686 FigBesBeg
28687 \end_layout
28688
28689 \end_inset
28690
28691
28692 \end_layout
28693
28694 \begin_layout Standard
28695 \begin_inset Float figure
28696 wide false
28697 sideways false
28698 status open
28699
28700 \begin_layout Plain Layout
28701 \begin_inset Graphics
28702         filename clipart/escher-lsd.eps
28703         scale 75
28704         scaleBeforeRotation
28705
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \begin_layout Plain Layout
28712 \begin_inset Caption Standard
28713
28714 \begin_layout Plain Layout
28715 \begin_inset CommandInset label
28716 LatexCommand label
28717 name "fig:cap-beside-fig"
28718
28719 \end_inset
28720
28721 This is a caption beside a figure.
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \end_layout
28733
28734 \begin_layout Standard
28735 \begin_inset ERT
28736 status collapsed
28737
28738 \begin_layout Plain Layout
28739
28740
28741 \backslash
28742 FigBesEnd
28743 \end_layout
28744
28745 \end_inset
28746
28747
28748 \end_layout
28749
28750 \begin_layout Standard
28751 \begin_inset ERT
28752 status collapsed
28753
28754 \begin_layout Plain Layout
28755
28756
28757 \backslash
28758 TabBesBeg
28759 \end_layout
28760
28761 \end_inset
28762
28763
28764 \end_layout
28765
28766 \begin_layout Standard
28767 \begin_inset Float table
28768 wide false
28769 sideways false
28770 status open
28771
28772 \begin_layout Plain Layout
28773 \begin_inset Caption Standard
28774
28775 \begin_layout Plain Layout
28776 \begin_inset CommandInset label
28777 LatexCommand label
28778 name "tab:cap-beside-tab"
28779
28780 \end_inset
28781
28782 This is a caption beside a table.
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \end_layout
28789
28790 \begin_layout Plain Layout
28791 \begin_inset Tabular
28792 <lyxtabular version="3" rows="4" columns="5">
28793 <features rotate="0" tabularvalignment="middle">
28794 <column alignment="center" valignment="top">
28795 <column alignment="center" valignment="top">
28796 <column alignment="center" valignment="top">
28797 <column alignment="center" valignment="top">
28798 <column alignment="center" valignment="top">
28799 <row>
28800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28801 \begin_inset Text
28802
28803 \begin_layout Plain Layout
28804 a
28805 \end_layout
28806
28807 \end_inset
28808 </cell>
28809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28810 \begin_inset Text
28811
28812 \begin_layout Plain Layout
28813
28814 \end_layout
28815
28816 \end_inset
28817 </cell>
28818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28819 \begin_inset Text
28820
28821 \begin_layout Plain Layout
28822 b
28823 \end_layout
28824
28825 \end_inset
28826 </cell>
28827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28828 \begin_inset Text
28829
28830 \begin_layout Plain Layout
28831
28832 \end_layout
28833
28834 \end_inset
28835 </cell>
28836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28837 \begin_inset Text
28838
28839 \begin_layout Plain Layout
28840 c
28841 \end_layout
28842
28843 \end_inset
28844 </cell>
28845 </row>
28846 <row>
28847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28848 \begin_inset Text
28849
28850 \begin_layout Plain Layout
28851
28852 \end_layout
28853
28854 \end_inset
28855 </cell>
28856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28857 \begin_inset Text
28858
28859 \begin_layout Plain Layout
28860 d
28861 \end_layout
28862
28863 \end_inset
28864 </cell>
28865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28866 \begin_inset Text
28867
28868 \begin_layout Plain Layout
28869
28870 \end_layout
28871
28872 \end_inset
28873 </cell>
28874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28875 \begin_inset Text
28876
28877 \begin_layout Plain Layout
28878 e
28879 \end_layout
28880
28881 \end_inset
28882 </cell>
28883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28884 \begin_inset Text
28885
28886 \begin_layout Plain Layout
28887
28888 \end_layout
28889
28890 \end_inset
28891 </cell>
28892 </row>
28893 <row>
28894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28895 \begin_inset Text
28896
28897 \begin_layout Plain Layout
28898 f
28899 \end_layout
28900
28901 \end_inset
28902 </cell>
28903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28904 \begin_inset Text
28905
28906 \begin_layout Plain Layout
28907
28908 \end_layout
28909
28910 \end_inset
28911 </cell>
28912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28913 \begin_inset Text
28914
28915 \begin_layout Plain Layout
28916 g
28917 \end_layout
28918
28919 \end_inset
28920 </cell>
28921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28922 \begin_inset Text
28923
28924 \begin_layout Plain Layout
28925
28926 \end_layout
28927
28928 \end_inset
28929 </cell>
28930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28931 \begin_inset Text
28932
28933 \begin_layout Plain Layout
28934 h
28935 \end_layout
28936
28937 \end_inset
28938 </cell>
28939 </row>
28940 <row>
28941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28942 \begin_inset Text
28943
28944 \begin_layout Plain Layout
28945
28946 \end_layout
28947
28948 \end_inset
28949 </cell>
28950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28951 \begin_inset Text
28952
28953 \begin_layout Plain Layout
28954 i
28955 \end_layout
28956
28957 \end_inset
28958 </cell>
28959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28960 \begin_inset Text
28961
28962 \begin_layout Plain Layout
28963
28964 \end_layout
28965
28966 \end_inset
28967 </cell>
28968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28969 \begin_inset Text
28970
28971 \begin_layout Plain Layout
28972 j
28973 \end_layout
28974
28975 \end_inset
28976 </cell>
28977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28978 \begin_inset Text
28979
28980 \begin_layout Plain Layout
28981
28982 \end_layout
28983
28984 \end_inset
28985 </cell>
28986 </row>
28987 </lyxtabular>
28988
28989 \end_inset
28990
28991
28992 \end_layout
28993
28994 \end_inset
28995
28996
28997 \end_layout
28998
28999 \begin_layout Standard
29000 \begin_inset ERT
29001 status collapsed
29002
29003 \begin_layout Plain Layout
29004
29005
29006 \backslash
29007 TabBesEnd
29008 \end_layout
29009
29010 \end_inset
29011
29012
29013 \end_layout
29014
29015 \begin_layout Standard
29016 \begin_inset ERT
29017 status collapsed
29018
29019 \begin_layout Plain Layout
29020
29021
29022 \backslash
29023 FigBesBeg
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \begin_inset ERT
29030 status collapsed
29031
29032 \begin_layout Plain Layout
29033
29034
29035 \backslash
29036 sidecaptionvpos{figure}{c}
29037 \end_layout
29038
29039 \end_inset
29040
29041
29042 \begin_inset Float figure
29043 wide false
29044 sideways false
29045 status open
29046
29047 \begin_layout Plain Layout
29048 \begin_inset Graphics
29049         filename clipart/escher-lsd.eps
29050         scale 75
29051         scaleBeforeRotation
29052
29053 \end_inset
29054
29055
29056 \end_layout
29057
29058 \begin_layout Plain Layout
29059 \begin_inset Caption Standard
29060
29061 \begin_layout Plain Layout
29062 \begin_inset CommandInset label
29063 LatexCommand label
29064 name "fig:cap-beside-fig-2"
29065
29066 \end_inset
29067
29068 This is a vertically centered caption beside a figure.
29069 \end_layout
29070
29071 \end_inset
29072
29073
29074 \end_layout
29075
29076 \end_inset
29077
29078
29079 \end_layout
29080
29081 \begin_layout Standard
29082 \begin_inset ERT
29083 status collapsed
29084
29085 \begin_layout Plain Layout
29086
29087
29088 \backslash
29089 FigBesEnd
29090 \end_layout
29091
29092 \end_inset
29093
29094
29095 \end_layout
29096
29097 \begin_layout Standard
29098 \begin_inset ERT
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102
29103
29104 \backslash
29105 TabBesBeg[5]
29106 \end_layout
29107
29108 \end_inset
29109
29110
29111 \end_layout
29112
29113 \begin_layout Standard
29114 \begin_inset Float table
29115 wide false
29116 sideways false
29117 status open
29118
29119 \begin_layout Plain Layout
29120 \begin_inset Caption Standard
29121
29122 \begin_layout Plain Layout
29123 \begin_inset CommandInset label
29124 LatexCommand label
29125 name "tab:cap-beside-tab-wider"
29126
29127 \end_inset
29128
29129 This caption is wider than the one in Table
29130 \begin_inset space ~
29131 \end_inset
29132
29133
29134 \begin_inset CommandInset ref
29135 LatexCommand ref
29136 reference "tab:cap-beside-tab"
29137
29138 \end_inset
29139
29140 .
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \end_layout
29147
29148 \begin_layout Plain Layout
29149 \begin_inset Tabular
29150 <lyxtabular version="3" rows="4" columns="5">
29151 <features rotate="0" tabularvalignment="middle">
29152 <column alignment="center" valignment="top">
29153 <column alignment="center" valignment="top">
29154 <column alignment="center" valignment="top">
29155 <column alignment="center" valignment="top">
29156 <column alignment="center" valignment="top">
29157 <row>
29158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29159 \begin_inset Text
29160
29161 \begin_layout Plain Layout
29162 a
29163 \end_layout
29164
29165 \end_inset
29166 </cell>
29167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29168 \begin_inset Text
29169
29170 \begin_layout Plain Layout
29171
29172 \end_layout
29173
29174 \end_inset
29175 </cell>
29176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29177 \begin_inset Text
29178
29179 \begin_layout Plain Layout
29180 b
29181 \end_layout
29182
29183 \end_inset
29184 </cell>
29185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29186 \begin_inset Text
29187
29188 \begin_layout Plain Layout
29189
29190 \end_layout
29191
29192 \end_inset
29193 </cell>
29194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29195 \begin_inset Text
29196
29197 \begin_layout Plain Layout
29198 c
29199 \end_layout
29200
29201 \end_inset
29202 </cell>
29203 </row>
29204 <row>
29205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29206 \begin_inset Text
29207
29208 \begin_layout Plain Layout
29209
29210 \end_layout
29211
29212 \end_inset
29213 </cell>
29214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29215 \begin_inset Text
29216
29217 \begin_layout Plain Layout
29218 d
29219 \end_layout
29220
29221 \end_inset
29222 </cell>
29223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29224 \begin_inset Text
29225
29226 \begin_layout Plain Layout
29227
29228 \end_layout
29229
29230 \end_inset
29231 </cell>
29232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29233 \begin_inset Text
29234
29235 \begin_layout Plain Layout
29236 e
29237 \end_layout
29238
29239 \end_inset
29240 </cell>
29241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29242 \begin_inset Text
29243
29244 \begin_layout Plain Layout
29245
29246 \end_layout
29247
29248 \end_inset
29249 </cell>
29250 </row>
29251 <row>
29252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29253 \begin_inset Text
29254
29255 \begin_layout Plain Layout
29256 f
29257 \end_layout
29258
29259 \end_inset
29260 </cell>
29261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29262 \begin_inset Text
29263
29264 \begin_layout Plain Layout
29265
29266 \end_layout
29267
29268 \end_inset
29269 </cell>
29270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29271 \begin_inset Text
29272
29273 \begin_layout Plain Layout
29274 g
29275 \end_layout
29276
29277 \end_inset
29278 </cell>
29279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29280 \begin_inset Text
29281
29282 \begin_layout Plain Layout
29283
29284 \end_layout
29285
29286 \end_inset
29287 </cell>
29288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29289 \begin_inset Text
29290
29291 \begin_layout Plain Layout
29292 h
29293 \end_layout
29294
29295 \end_inset
29296 </cell>
29297 </row>
29298 <row>
29299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29300 \begin_inset Text
29301
29302 \begin_layout Plain Layout
29303
29304 \end_layout
29305
29306 \end_inset
29307 </cell>
29308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29309 \begin_inset Text
29310
29311 \begin_layout Plain Layout
29312 i
29313 \end_layout
29314
29315 \end_inset
29316 </cell>
29317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29318 \begin_inset Text
29319
29320 \begin_layout Plain Layout
29321
29322 \end_layout
29323
29324 \end_inset
29325 </cell>
29326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29327 \begin_inset Text
29328
29329 \begin_layout Plain Layout
29330 j
29331 \end_layout
29332
29333 \end_inset
29334 </cell>
29335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29336 \begin_inset Text
29337
29338 \begin_layout Plain Layout
29339
29340 \end_layout
29341
29342 \end_inset
29343 </cell>
29344 </row>
29345 </lyxtabular>
29346
29347 \end_inset
29348
29349
29350 \end_layout
29351
29352 \end_inset
29353
29354
29355 \end_layout
29356
29357 \begin_layout Standard
29358 \begin_inset ERT
29359 status collapsed
29360
29361 \begin_layout Plain Layout
29362
29363
29364 \backslash
29365 TabBesEnd
29366 \end_layout
29367
29368 \end_inset
29369
29370
29371 \end_layout
29372
29373 \begin_layout Standard
29374 \begin_inset ERT
29375 status collapsed
29376
29377 \begin_layout Plain Layout
29378
29379
29380 \backslash
29381 else
29382 \end_layout
29383
29384 \end_inset
29385
29386
29387 \begin_inset Note Note
29388 status open
29389
29390 \begin_layout Plain Layout
29391 The following will be displayed when the LaTeX-package 
29392 \series bold
29393 sidecap
29394 \series default
29395  is not installed:
29396 \end_layout
29397
29398 \end_inset
29399
29400
29401 \end_layout
29402
29403 \begin_layout Standard
29404 You need to install the LaTeX-package 
29405 \series bold
29406 sidecap
29407 \series default
29408  to see the following part of this section in the output.
29409 \end_layout
29410
29411 \begin_layout Standard
29412 \begin_inset ERT
29413 status collapsed
29414
29415 \begin_layout Plain Layout
29416
29417
29418 \backslash
29419 fi
29420 \end_layout
29421
29422 \end_inset
29423
29424
29425 \end_layout
29426
29427 \begin_layout Section
29428 Listings of Floats
29429 \begin_inset Index idx
29430 status collapsed
29431
29432 \begin_layout Plain Layout
29433 Floats ! Float Lists
29434 \end_layout
29435
29436 \end_inset
29437
29438
29439 \end_layout
29440
29441 \begin_layout Standard
29442 Similar to the table of contents where the sections of the document are
29443  listed, there are listings for all float types, like the figures of the
29444  documents.
29445  You can insert them via the 
29446 \family sans
29447 Insert\SpecialChar \menuseparator
29448 List
29449 \begin_inset space ~
29450 \end_inset
29451
29452 /
29453 \begin_inset space ~
29454 \end_inset
29455
29456 TOC
29457 \family default
29458  sub menus.
29459 \end_layout
29460
29461 \begin_layout Standard
29462 The list entries are the float captions or its short title, the float number,
29463  and the page number where they appear in the document.
29464 \end_layout
29465
29466 \begin_layout Standard
29467 You can find the list of figures and tables at the end of this document.
29468 \end_layout
29469
29470 \begin_layout Chapter
29471 Notes
29472 \end_layout
29473
29474 \begin_layout Section
29475 LyX Notes
29476 \begin_inset Index idx
29477 status collapsed
29478
29479 \begin_layout Plain Layout
29480 Notes ! LyX Notes
29481 \end_layout
29482
29483 \end_inset
29484
29485
29486 \end_layout
29487
29488 \begin_layout Standard
29489 Notes are inserted with the toolbar button 
29490 \begin_inset Info
29491 type  "icon"
29492 arg   "note-insert"
29493 \end_inset
29494
29495  or the menu 
29496 \family sans
29497 Insert\SpecialChar \menuseparator
29498 Note
29499 \family default
29500 .
29501  There are three types of notes:
29502 \end_layout
29503
29504 \begin_layout Description
29505 LyX
29506 \begin_inset space ~
29507 \end_inset
29508
29509 Note This note type is for internal notes that won't appear in the output.
29510  Its note-box looks like this:
29511 \begin_inset Newline newline
29512 \end_inset
29513
29514
29515 \begin_inset Newline newline
29516 \end_inset
29517
29518
29519 \begin_inset Graphics
29520         filename clipart/LyXNoteImageQt4.png
29521         display false
29522         scale 85
29523         scaleBeforeRotation
29524
29525 \end_inset
29526
29527  
29528 \begin_inset Note Note
29529 status open
29530
29531 \begin_layout Plain Layout
29532 This is text in a note box that doesn't appear in the output.
29533 \end_layout
29534
29535 \end_inset
29536
29537
29538 \end_layout
29539
29540 \begin_layout Description
29541 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
29542 ent, when you export the document to LaTeX via the menu 
29543 \family sans
29544 File\SpecialChar \menuseparator
29545 Export\SpecialChar \menuseparator
29546 LaTeX (pdflatex) / (plain)
29547 \family default
29548 .
29549  Its note-box looks like this:
29550 \begin_inset Newline newline
29551 \end_inset
29552
29553
29554 \begin_inset Newline newline
29555 \end_inset
29556
29557
29558 \begin_inset Graphics
29559         filename clipart/CommentNoteImageQt4.png
29560         display false
29561         scale 85
29562         scaleBeforeRotation
29563
29564 \end_inset
29565
29566  
29567 \begin_inset Note Comment
29568 status open
29569
29570 \begin_layout Plain Layout
29571 This is text in a note box that only appears as comment in LaTeX-files.
29572 \end_layout
29573
29574 \end_inset
29575
29576
29577 \end_layout
29578
29579 \begin_layout Description
29580 Greyed
29581 \begin_inset space ~
29582 \end_inset
29583
29584 Out This note will appear in the output as grey text.
29585  Its note-box looks like this:
29586 \begin_inset Newline newline
29587 \end_inset
29588
29589
29590 \begin_inset Newline newline
29591 \end_inset
29592
29593
29594 \begin_inset Graphics
29595         filename clipart/GreyedOutNoteImageQt4.png
29596         display false
29597         scale 85
29598         scaleBeforeRotation
29599
29600 \end_inset
29601
29602
29603 \begin_inset Newline newline
29604 \end_inset
29605
29606
29607 \begin_inset ERT
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611
29612
29613 \backslash
29614 renewenvironment{lyxgreyedout}
29615 \end_layout
29616
29617 \begin_layout Plain Layout
29618
29619 {
29620 \backslash
29621 textcolor[gray]{0.8}
29622 \backslash
29623 bgroup}{
29624 \backslash
29625 egroup}
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \begin_inset Note Greyedout
29632 status open
29633
29634 \begin_layout Plain Layout
29635 This is text
29636 \begin_inset Foot
29637 status open
29638
29639 \begin_layout Plain Layout
29640 This is an example footnote within a greyed out note.
29641 \end_layout
29642
29643 \end_inset
29644
29645  of a comment that appears in the output as grey text.
29646 \end_layout
29647
29648 \end_inset
29649
29650
29651 \begin_inset ERT
29652 status collapsed
29653
29654 \begin_layout Plain Layout
29655
29656
29657 \backslash
29658 renewenvironment{lyxgreyedout}
29659 \end_layout
29660
29661 \begin_layout Plain Layout
29662
29663 {
29664 \backslash
29665 textcolor{blue}
29666 \backslash
29667 bgroup}{
29668 \backslash
29669 egroup}
29670 \end_layout
29671
29672 \end_inset
29673
29674
29675 \begin_inset Note Note
29676 status collapsed
29677
29678 \begin_layout Plain Layout
29679 The greyed out note is here redefined to show it with the original LyX definitio
29680 n because greyed out notes are redefined in the preamble of this document,
29681  as described below, to have blue text.
29682 \end_layout
29683
29684 \end_inset
29685
29686
29687 \begin_inset Newline newline
29688 \end_inset
29689
29690
29691 \begin_inset Newline newline
29692 \end_inset
29693
29694 As you can see in the example, the first line of greyed out notes is a bit
29695  indented and greyed out notes can have footnotes.
29696 \end_layout
29697
29698 \begin_layout Standard
29699 \begin_inset VSpace bigskip
29700 \end_inset
29701
29702 When you use the toolbar button 
29703 \begin_inset Info
29704 type  "icon"
29705 arg   "note-insert"
29706 \end_inset
29707
29708  to insert notes, a 
29709 \family sans
29710 LyX
29711 \begin_inset space ~
29712 \end_inset
29713
29714 Note
29715 \family default
29716  is inserted.
29717  You can switch between the three note types by right-clicking on the note-box.
29718  
29719 \family roman
29720 \series medium
29721 \bar no
29722 If you want to turn existing text into a note, mark it and click on the
29723  note
29724 \family default
29725 \series default
29726 \bar default
29727  toolbar 
29728 \family roman
29729 \series medium
29730 \bar no
29731 button
29732 \family default
29733 \series default
29734 \bar default
29735 .
29736  To change a note to text, press the backspace key when the cursor is in
29737  the first position of a note, or press the delete key when the cursor is
29738  in the very last position of the note, respectively.
29739 \end_layout
29740
29741 \begin_layout Standard
29742 \begin_inset VSpace bigskip
29743 \end_inset
29744
29745 You can change the text color of the greyed out notes in the menu 
29746 \family sans
29747 Document\SpecialChar \menuseparator
29748 Settings\SpecialChar \menuseparator
29749 Colors
29750 \family default
29751 .
29752 \end_layout
29753
29754 \begin_layout Section
29755 Footnotes
29756 \begin_inset CommandInset label
29757 LatexCommand label
29758 name "sec:Footnotes"
29759
29760 \end_inset
29761
29762
29763 \begin_inset Index idx
29764 status collapsed
29765
29766 \begin_layout Plain Layout
29767 Notes ! Footnotes
29768 \end_layout
29769
29770 \end_inset
29771
29772
29773 \begin_inset Index idx
29774 status collapsed
29775
29776 \begin_layout Plain Layout
29777 Footnotes
29778 \end_layout
29779
29780 \end_inset
29781
29782
29783 \end_layout
29784
29785 \begin_layout Standard
29786 Footnotes can be inserted using the toolbar button 
29787 \begin_inset Info
29788 type  "icon"
29789 arg   "footnote-insert"
29790 \end_inset
29791
29792  or the menu 
29793 \family sans
29794 Insert\SpecialChar \menuseparator
29795 Footnote
29796 \family default
29797 .
29798  You will then see the following footnote-box: 
29799 \begin_inset Graphics
29800         filename clipart/footnoteQt4.png
29801         scale 80
29802         scaleBeforeRotation
29803
29804 \end_inset
29805
29806  
29807 \family roman
29808 \series medium
29809 \bar no
29810 where you can enter the footnote text.
29811  If you want to turn existing text into a footnote, mark it and click on
29812  the footnote
29813 \family default
29814 \series default
29815 \bar default
29816  toolbar 
29817 \family roman
29818 \series medium
29819 \bar no
29820 button
29821 \family default
29822 \series default
29823 \bar default
29824 .
29825  To change a 
29826 \family roman
29827 \series medium
29828 \bar no
29829 footnote
29830 \family default
29831 \series default
29832 \bar default
29833  to text, press the 
29834 \family sans
29835 Backspace
29836 \family default
29837  key when the cursor is in the first position of a 
29838 \family roman
29839 \series medium
29840 \bar no
29841 footnote
29842 \family default
29843 \series default
29844 \bar default
29845 , or press the 
29846 \family sans
29847 Delete
29848 \family default
29849  key when the cursor is in the very last position of the 
29850 \family roman
29851 \series medium
29852 \bar no
29853 footnote
29854 \family default
29855 \series default
29856 \bar default
29857 , respectively.
29858 \end_layout
29859
29860 \begin_layout Standard
29861 Here is an example footnote:
29862 \family roman
29863 \series medium
29864 \bar no
29865
29866 \begin_inset Foot
29867 status open
29868
29869 \begin_layout Plain Layout
29870 \begin_inset CommandInset label
29871 LatexCommand label
29872 name "foot:This-is-an"
29873
29874 \end_inset
29875
29876 This is an example footnote.
29877 \end_layout
29878
29879 \end_inset
29880
29881
29882 \family default
29883 \series default
29884 \bar default
29885
29886 \begin_inset ERT
29887 status collapsed
29888
29889 \begin_layout Plain Layout
29890
29891
29892 \backslash
29893 newcounter{MyRepeatFoot}
29894 \end_layout
29895
29896 \begin_layout Plain Layout
29897
29898
29899 \backslash
29900 setcounter{MyRepeatFoot}{
29901 \backslash
29902 thefootnote}
29903 \end_layout
29904
29905 \end_inset
29906
29907
29908 \end_layout
29909
29910 \begin_layout Standard
29911 The footnote will appear in the output as a superscript number at the text
29912  position where the footnote box is placed.
29913  The footnote text is placed at the bottom of the current page.
29914  The footnote number is calculated by LaTeX; the numbers are consecutive.
29915  Whether the footnote number is reset for every chapter depends on your
29916  document class.
29917 \end_layout
29918
29919 \begin_layout Standard
29920 Footnotes can be referenced like floats: Insert a label into the footnote
29921  and cross-reference this label in the text as described in section
29922 \begin_inset space ~
29923 \end_inset
29924
29925
29926 \begin_inset CommandInset ref
29927 LatexCommand ref
29928 reference "sec:Referencing-Floats"
29929
29930 \end_inset
29931
29932 .
29933 \begin_inset Newline newline
29934 \end_inset
29935
29936 This is a cross-reference of Footnote
29937 \begin_inset space ~
29938 \end_inset
29939
29940
29941 \begin_inset CommandInset ref
29942 LatexCommand ref
29943 reference "foot:This-is-an"
29944
29945 \end_inset
29946
29947 .
29948 \end_layout
29949
29950 \begin_layout Standard
29951 \begin_inset VSpace defskip
29952 \end_inset
29953
29954 Footnotes in tables are not printed by LaTeX due to technical reasons.
29955  However there exists another method to print them: Instead of the footnote
29956  the command 
29957 \series bold
29958
29959 \backslash
29960 footnotemark{}
29961 \series default
29962  is inserted as TeX-code.
29963  The text of the footnote is entered as an argument of the TeX-code command
29964  
29965 \series bold
29966
29967 \backslash
29968 footnotetext
29969 \series default
29970  after the table.
29971 \begin_inset Newline newline
29972 \end_inset
29973
29974 This was done for the following table with the command
29975 \end_layout
29976
29977 \begin_layout Standard
29978
29979 \series bold
29980
29981 \backslash
29982 footnotetext{
29983 \series default
29984 Printed table footnote.
29985 \series bold
29986 }
29987 \end_layout
29988
29989 \begin_layout Standard
29990 \begin_inset Tabular
29991 <lyxtabular version="3" rows="2" columns="1">
29992 <features rotate="0" tabularvalignment="middle">
29993 <column alignment="center" valignment="top">
29994 <row>
29995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29996 \begin_inset Text
29997
29998 \begin_layout Plain Layout
29999 This an example text.
30000 \begin_inset Foot
30001 status open
30002
30003 \begin_layout Plain Layout
30004 This footnote will not be printed!
30005 \end_layout
30006
30007 \end_inset
30008
30009
30010 \end_layout
30011
30012 \end_inset
30013 </cell>
30014 </row>
30015 <row>
30016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30017 \begin_inset Text
30018
30019 \begin_layout Plain Layout
30020 This an example text.
30021 \begin_inset ERT
30022 status collapsed
30023
30024 \begin_layout Plain Layout
30025
30026
30027 \backslash
30028 footnotemark{}
30029 \end_layout
30030
30031 \end_inset
30032
30033
30034 \end_layout
30035
30036 \end_inset
30037 </cell>
30038 </row>
30039 </lyxtabular>
30040
30041 \end_inset
30042
30043
30044 \begin_inset ERT
30045 status collapsed
30046
30047 \begin_layout Plain Layout
30048
30049
30050 \backslash
30051 footnotetext{
30052 \end_layout
30053
30054 \end_inset
30055
30056 Printed table footnote.
30057 \begin_inset ERT
30058 status collapsed
30059
30060 \begin_layout Plain Layout
30061
30062 }
30063 \end_layout
30064
30065 \end_inset
30066
30067
30068 \end_layout
30069
30070 \begin_layout Standard
30071 Footnotes in longtables are described in section
30072 \begin_inset space ~
30073 \end_inset
30074
30075
30076 \begin_inset CommandInset ref
30077 LatexCommand ref
30078 reference "sub:Footnotes-in-Longtables"
30079
30080 \end_inset
30081
30082 .
30083 \end_layout
30084
30085 \begin_layout Standard
30086 Footnotes in minipage boxes are printed, but inside the box and with a different
30087  numbering because a minipage box is like a page inside a page.
30088  (For more about minipages, see section
30089 \begin_inset space ~
30090 \end_inset
30091
30092
30093 \begin_inset CommandInset ref
30094 LatexCommand ref
30095 reference "sec:Minipages"
30096
30097 \end_inset
30098
30099 .) To get a footnote in the minipage that is output at the bottom of the
30100  page like normal footnotes, also use the method of 
30101 \series bold
30102
30103 \backslash
30104 footnotemark{}
30105 \series default
30106  and 
30107 \series bold
30108
30109 \backslash
30110 footnotetext
30111 \series default
30112 .
30113 \end_layout
30114
30115 \begin_layout Standard
30116 \begin_inset Box Frameless
30117 position "t"
30118 hor_pos "c"
30119 has_inner_box 1
30120 inner_pos "t"
30121 use_parbox 0
30122 use_makebox 0
30123 width "100col%"
30124 special "none"
30125 height "1in"
30126 height_special "totalheight"
30127 status open
30128
30129 \begin_layout Plain Layout
30130 This an example text in a minipage.
30131 \begin_inset Foot
30132 status open
30133
30134 \begin_layout Plain Layout
30135 Footnote in the minipage.
30136 \end_layout
30137
30138 \end_inset
30139
30140
30141 \end_layout
30142
30143 \begin_layout Plain Layout
30144 This an example text in a minipage.
30145 \begin_inset ERT
30146 status collapsed
30147
30148 \begin_layout Plain Layout
30149
30150
30151 \backslash
30152 footnotemark{}
30153 \end_layout
30154
30155 \end_inset
30156
30157
30158 \end_layout
30159
30160 \end_inset
30161
30162
30163 \end_layout
30164
30165 \begin_layout Standard
30166 \begin_inset ERT
30167 status collapsed
30168
30169 \begin_layout Plain Layout
30170
30171
30172 \backslash
30173 footnotetext{
30174 \end_layout
30175
30176 \end_inset
30177
30178 Footnote outside the minipage.
30179 \begin_inset ERT
30180 status collapsed
30181
30182 \begin_layout Plain Layout
30183
30184 }
30185 \end_layout
30186
30187 \end_inset
30188
30189
30190 \end_layout
30191
30192 \begin_layout Standard
30193 \begin_inset VSpace defskip
30194 \end_inset
30195
30196
30197 \end_layout
30198
30199 \begin_layout Standard
30200 To refer to the same footnote several times without printing the footnote
30201  text every time, use the command 
30202 \series bold
30203
30204 \backslash
30205 footnotemark[number]
30206 \series default
30207  in TeX-code.
30208 \begin_inset Newline newline
30209 \end_inset
30210
30211 As you do not know the number of the repeating footnote while you are writing
30212  the text, you have to store its number.
30213  For the following footnote mark example, these commands were inserted in
30214  TeX-code after Footnote
30215 \begin_inset space ~
30216 \end_inset
30217
30218
30219 \begin_inset CommandInset ref
30220 LatexCommand ref
30221 reference "foot:This-is-an"
30222
30223 \end_inset
30224
30225  to store the footnote number:
30226 \end_layout
30227
30228 \begin_layout Standard
30229
30230 \series bold
30231
30232 \backslash
30233 newcounter{MyRepeatFoot}
30234 \begin_inset Newline newline
30235 \end_inset
30236
30237
30238 \backslash
30239 setcounter{MyRepeatFoot}{
30240 \backslash
30241 thefootnote}
30242 \end_layout
30243
30244 \begin_layout Standard
30245 The footnote mark was then created with this command:
30246 \end_layout
30247
30248 \begin_layout Standard
30249
30250 \series bold
30251
30252 \backslash
30253 footnotemark[
30254 \backslash
30255 theMyRepeatFoot]
30256 \end_layout
30257
30258 \begin_layout Standard
30259 Here is a repeated footnote:
30260 \family roman
30261 \series medium
30262 \bar no
30263
30264 \begin_inset ERT
30265 status collapsed
30266
30267 \begin_layout Plain Layout
30268
30269
30270 \backslash
30271 footnotemark[
30272 \backslash
30273 theMyRepeatFoot]
30274 \end_layout
30275
30276 \end_inset
30277
30278
30279 \end_layout
30280
30281 \begin_layout Standard
30282 If you want to repeat the previous footnote, you can omit the storage of
30283  the footnote number and just use this command instead:
30284 \end_layout
30285
30286 \begin_layout Standard
30287
30288 \series bold
30289
30290 \backslash
30291 footnotemark[
30292 \backslash
30293 thefootnote]
30294 \end_layout
30295
30296 \begin_layout Standard
30297 Here is another repeated footnote:
30298 \family roman
30299 \series medium
30300 \bar no
30301
30302 \begin_inset ERT
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306
30307
30308 \backslash
30309 footnotemark[
30310 \backslash
30311 thefootnote]
30312 \end_layout
30313
30314 \end_inset
30315
30316
30317 \end_layout
30318
30319 \begin_layout Subsection
30320 Footnote Numbering
30321 \begin_inset CommandInset label
30322 LatexCommand label
30323 name "sub:Footnote-Numbering"
30324
30325 \end_inset
30326
30327
30328 \begin_inset Index idx
30329 status collapsed
30330
30331 \begin_layout Plain Layout
30332 Footnotes ! Numbering
30333 \end_layout
30334
30335 \end_inset
30336
30337
30338 \end_layout
30339
30340 \begin_layout Standard
30341 To reset the footnote number back to 1 after each section
30342 \family roman
30343 , add this command to your document preamble:
30344 \end_layout
30345
30346 \begin_layout Standard
30347
30348 \series bold
30349
30350 \backslash
30351 @addtoreset{footnote}{section}
30352 \end_layout
30353
30354 \begin_layout Standard
30355 \begin_inset VSpace bigskip
30356 \end_inset
30357
30358 The following preamble command changes the footnote numbering style to small
30359  roman numerals:
30360 \end_layout
30361
30362 \begin_layout Standard
30363
30364 \series bold
30365
30366 \backslash
30367 renewcommand{
30368 \backslash
30369 thefootnote}{
30370 \backslash
30371 roman{footnote}}
30372 \end_layout
30373
30374 \begin_layout Standard
30375 \begin_inset ERT
30376 status collapsed
30377
30378 \begin_layout Plain Layout
30379
30380
30381 \backslash
30382 renewcommand{
30383 \backslash
30384 thefootnote}{
30385 \backslash
30386 roman{footnote}}
30387 \end_layout
30388
30389 \end_inset
30390
30391  This is a footnote with roman numbering:
30392 \begin_inset Foot
30393 status open
30394
30395 \begin_layout Plain Layout
30396 This is an example footnote with roman numbering.
30397 \end_layout
30398
30399 \end_inset
30400
30401
30402 \end_layout
30403
30404 \begin_layout Standard
30405 To change the numbering style to capital roman numerals replace in the command
30406  above 
30407 \series bold
30408
30409 \backslash
30410 roman
30411 \series default
30412  by 
30413 \series bold
30414
30415 \backslash
30416 Roman
30417 \series default
30418 .
30419  To 
30420 \begin_inset Quotes eld
30421 \end_inset
30422
30423 number
30424 \begin_inset Quotes erd
30425 \end_inset
30426
30427  footnotes with capital or small Latin letters use 
30428 \series bold
30429
30430 \backslash
30431 Alph
30432 \series default
30433  or 
30434 \series bold
30435
30436 \backslash
30437 alph
30438 \series default
30439 , respectively.
30440  To 
30441 \begin_inset Quotes eld
30442 \end_inset
30443
30444 number
30445 \begin_inset Quotes erd
30446 \end_inset
30447
30448  footnotes with symbols use 
30449 \series bold
30450
30451 \backslash
30452 fnsymbol
30453 \series default
30454 .
30455 \end_layout
30456
30457 \begin_layout Standard
30458 \begin_inset Note Greyedout
30459 status open
30460
30461 \begin_layout Plain Layout
30462
30463 \series bold
30464 Note:
30465 \series default
30466  You can only number 26 footnotes with Latin letters, because this numbering
30467  is limited to single letters.
30468 \end_layout
30469
30470 \end_inset
30471
30472
30473 \begin_inset Newline newline
30474 \end_inset
30475
30476
30477 \begin_inset Note Greyedout
30478 status open
30479
30480 \begin_layout Plain Layout
30481
30482 \series bold
30483 Note:
30484 \series default
30485  You can only number 9 footnotes with symbols.
30486 \end_layout
30487
30488 \end_inset
30489
30490
30491 \end_layout
30492
30493 \begin_layout Standard
30494 To return to the default numbering style after you have changed to another
30495  one, use 
30496 \series bold
30497
30498 \backslash
30499 arabic
30500 \series default
30501  instead of 
30502 \series bold
30503
30504 \backslash
30505 roman
30506 \series default
30507  in the command above.
30508 \begin_inset ERT
30509 status collapsed
30510
30511 \begin_layout Plain Layout
30512
30513
30514 \backslash
30515 renewcommand{
30516 \backslash
30517 thefootnote}{
30518 \backslash
30519 arabic{footnote}}
30520 \end_layout
30521
30522 \end_inset
30523
30524
30525 \end_layout
30526
30527 \begin_layout Standard
30528 \begin_inset VSpace bigskip
30529 \end_inset
30530
30531
30532 \end_layout
30533
30534 \begin_layout Standard
30535 If you want to have footnotes numbered in the scheme 
30536 \begin_inset Quotes eld
30537 \end_inset
30538
30539 chapter.footnote
30540 \begin_inset Quotes erd
30541 \end_inset
30542
30543 , add the following command to your document preamble:
30544 \end_layout
30545
30546 \begin_layout Standard
30547
30548 \series bold
30549
30550 \backslash
30551 numberwithin{footnote}{chapter}
30552 \end_layout
30553
30554 \begin_layout Standard
30555 To be able to use the command 
30556 \series bold
30557
30558 \backslash
30559 numberwithin
30560 \series default
30561 , set in the tab 
30562 \family sans
30563 Math
30564 \begin_inset space ~
30565 \end_inset
30566
30567 Options
30568 \family default
30569  in the document settings the option 
30570 \family sans
30571 Use
30572 \begin_inset space ~
30573 \end_inset
30574
30575 AMS
30576 \begin_inset space ~
30577 \end_inset
30578
30579 math
30580 \begin_inset space ~
30581 \end_inset
30582
30583 package
30584 \family default
30585 .
30586 \end_layout
30587
30588 \begin_layout Standard
30589 \begin_inset ERT
30590 status collapsed
30591
30592 \begin_layout Plain Layout
30593
30594
30595 \backslash
30596 numberwithin{footnote}{chapter}
30597 \end_layout
30598
30599 \end_inset
30600
30601 This is another example footnote:
30602 \series bold
30603
30604 \begin_inset Foot
30605 status open
30606
30607 \begin_layout Plain Layout
30608 This is a footnote numbered in the scheme 
30609 \begin_inset Quotes eld
30610 \end_inset
30611
30612 chapter.footnote
30613 \begin_inset Quotes erd
30614 \end_inset
30615
30616 .
30617 \end_layout
30618
30619 \end_inset
30620
30621
30622 \series default
30623
30624 \begin_inset ERT
30625 status collapsed
30626
30627 \begin_layout Plain Layout
30628
30629
30630 \backslash
30631 renewcommand{
30632 \backslash
30633 thefootnote}{
30634 \backslash
30635 arabic{footnote}}
30636 \end_layout
30637
30638 \end_inset
30639
30640
30641 \end_layout
30642
30643 \begin_layout Standard
30644 \begin_inset Note Greyedout
30645 status open
30646
30647 \begin_layout Plain Layout
30648
30649 \series bold
30650 Note:
30651 \series default
30652  
30653 \series bold
30654
30655 \backslash
30656 numberwithin
30657 \series default
30658  always prints out the footnote number as arabic number; previous redefinitions
30659  to get non-arabic numbers are overwritten.
30660 \end_layout
30661
30662 \end_inset
30663
30664
30665 \end_layout
30666
30667 \begin_layout Standard
30668 So to get for example the scheme 
30669 \begin_inset Quotes eld
30670 \end_inset
30671
30672 chapter.
30673 \backslash
30674 Roman{footnote}
30675 \begin_inset Quotes erd
30676 \end_inset
30677
30678 , use this command instead of 
30679 \series bold
30680
30681 \backslash
30682 numberwithin
30683 \series default
30684 :
30685 \end_layout
30686
30687 \begin_layout Standard
30688
30689 \series bold
30690
30691 \backslash
30692 renewcommand{
30693 \backslash
30694 thefootnote}{
30695 \backslash
30696 thechapter.
30697 \backslash
30698 Roman{footnote}}
30699 \end_layout
30700
30701 \begin_layout Subsection
30702 Footnote Placement
30703 \begin_inset Index idx
30704 status collapsed
30705
30706 \begin_layout Plain Layout
30707 Footnotes ! Placement
30708 \end_layout
30709
30710 \end_inset
30711
30712
30713 \end_layout
30714
30715 \begin_layout Standard
30716 If you have several footnotes in one page, they appear without vertical
30717  space between them at the bottom of the page.
30718  To make them more readable you can e.
30719 \begin_inset space \thinspace{}
30720 \end_inset
30721
30722 g.
30723 \begin_inset space \space{}
30724 \end_inset
30725
30726 add 1.5
30727 \begin_inset space \thinspace{}
30728 \end_inset
30729
30730 mm space with the following preamble command:
30731 \end_layout
30732
30733 \begin_layout Standard
30734
30735 \series bold
30736
30737 \backslash
30738 let
30739 \backslash
30740 myFoot
30741 \backslash
30742 footnote
30743 \begin_inset Newline newline
30744 \end_inset
30745
30746
30747 \backslash
30748 renewcommand{
30749 \backslash
30750 footnote}[1]{
30751 \backslash
30752 myFoot{#1
30753 \backslash
30754 vspace{1.5mm}}}
30755 \end_layout
30756
30757 \begin_layout Standard
30758 \begin_inset VSpace bigskip
30759 \end_inset
30760
30761 In a two-column document the footnotes appear at the bottom of every column,
30762  see Figure
30763 \begin_inset space ~
30764 \end_inset
30765
30766
30767 \begin_inset CommandInset ref
30768 LatexCommand ref
30769 reference "fig:Standard-footnote-placement"
30770
30771 \end_inset
30772
30773 .
30774  If the footnotes should only appear at the bottom of the right column,
30775  as in Figure
30776 \begin_inset space ~
30777 \end_inset
30778
30779
30780 \begin_inset CommandInset ref
30781 LatexCommand ref
30782 reference "fig:Footnote-placement-in"
30783
30784 \end_inset
30785
30786 , use the LaTeX-package 
30787 \series bold
30788 ftnright
30789 \series default
30790
30791 \begin_inset Index idx
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795 LaTeX-packages ! ftnright
30796 \end_layout
30797
30798 \end_inset
30799
30800  with this command in the document preamble:
30801 \end_layout
30802
30803 \begin_layout Standard
30804
30805 \series bold
30806
30807 \backslash
30808 usepackage{ftnright}
30809 \end_layout
30810
30811 \begin_layout Standard
30812 \begin_inset Float figure
30813 placement !h
30814 wide false
30815 sideways false
30816 status open
30817
30818 \begin_layout Plain Layout
30819 \begin_inset ERT
30820 status collapsed
30821
30822 \begin_layout Plain Layout
30823
30824
30825 \backslash
30826 framebox{
30827 \end_layout
30828
30829 \end_inset
30830
30831
30832 \begin_inset Graphics
30833         filename clipart/without_fntright.pdf
30834         width 100col%
30835         scaleBeforeRotation
30836
30837 \end_inset
30838
30839
30840 \begin_inset ERT
30841 status collapsed
30842
30843 \begin_layout Plain Layout
30844
30845 }
30846 \end_layout
30847
30848 \end_inset
30849
30850
30851 \end_layout
30852
30853 \begin_layout Plain Layout
30854 \begin_inset Caption Standard
30855
30856 \begin_layout Plain Layout
30857 \begin_inset CommandInset label
30858 LatexCommand label
30859 name "fig:Standard-footnote-placement"
30860
30861 \end_inset
30862
30863 Standard footnote placement in two-column documents.
30864 \end_layout
30865
30866 \end_inset
30867
30868
30869 \end_layout
30870
30871 \end_inset
30872
30873
30874 \end_layout
30875
30876 \begin_layout Standard
30877 \begin_inset Float figure
30878 placement !h
30879 wide false
30880 sideways false
30881 status open
30882
30883 \begin_layout Plain Layout
30884 \begin_inset ERT
30885 status collapsed
30886
30887 \begin_layout Plain Layout
30888
30889
30890 \backslash
30891 framebox{
30892 \end_layout
30893
30894 \end_inset
30895
30896
30897 \begin_inset Graphics
30898         filename clipart/with_fntright.pdf
30899         width 100col%
30900         scaleBeforeRotation
30901
30902 \end_inset
30903
30904
30905 \begin_inset ERT
30906 status collapsed
30907
30908 \begin_layout Plain Layout
30909
30910 }
30911 \end_layout
30912
30913 \end_inset
30914
30915
30916 \end_layout
30917
30918 \begin_layout Plain Layout
30919 \begin_inset Caption Standard
30920
30921 \begin_layout Plain Layout
30922 \begin_inset CommandInset label
30923 LatexCommand label
30924 name "fig:Footnote-placement-in"
30925
30926 \end_inset
30927
30928 Footnote placement in two-column documents when the LaTeX-package 
30929 \series bold
30930 ftnright
30931 \series default
30932  is used.
30933 \end_layout
30934
30935 \end_inset
30936
30937
30938 \end_layout
30939
30940 \end_inset
30941
30942
30943 \end_layout
30944
30945 \begin_layout Standard
30946 \begin_inset VSpace bigskip
30947 \end_inset
30948
30949 In some scientific literature it is usual to collect the footnotes and print
30950  them in a separate paragraph at the end of a section, as in Figure
30951 \begin_inset space ~
30952 \end_inset
30953
30954
30955 \begin_inset CommandInset ref
30956 LatexCommand ref
30957 reference "fig:Endnotes"
30958
30959 \end_inset
30960
30961 .
30962  They are then called 
30963 \begin_inset Quotes eld
30964 \end_inset
30965
30966 endnotes
30967 \begin_inset Quotes erd
30968 \end_inset
30969
30970 .
30971 \begin_inset Index idx
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975 Endnotes
30976 \end_layout
30977
30978 \end_inset
30979
30980  To use endnotes instead of footnotes in your document, load in the menu
30981  
30982 \family sans
30983 Document\SpecialChar \menuseparator
30984 Settings\SpecialChar \menuseparator
30985 Modules 
30986 \family default
30987 the module 
30988 \family sans
30989 Foot
30990 \begin_inset space ~
30991 \end_inset
30992
30993 to
30994 \begin_inset space ~
30995 \end_inset
30996
30997 End
30998 \family default
30999 .
31000  To insert the collected footnotes, insert the command
31001 \end_layout
31002
31003 \begin_layout Standard
31004
31005 \series bold
31006
31007 \backslash
31008 theendnotes
31009 \end_layout
31010
31011 \begin_layout Standard
31012 in TeX-Code at the end of a section or chapter.
31013 \end_layout
31014
31015 \begin_layout Standard
31016 \begin_inset Float figure
31017 wide false
31018 sideways false
31019 status open
31020
31021 \begin_layout Plain Layout
31022 \align center
31023 \begin_inset ERT
31024 status collapsed
31025
31026 \begin_layout Plain Layout
31027
31028
31029 \backslash
31030 framebox{
31031 \end_layout
31032
31033 \end_inset
31034
31035
31036 \begin_inset Graphics
31037         filename clipart/endnotes.pdf
31038         scaleBeforeRotation
31039
31040 \end_inset
31041
31042
31043 \begin_inset ERT
31044 status collapsed
31045
31046 \begin_layout Plain Layout
31047
31048 }
31049 \end_layout
31050
31051 \end_inset
31052
31053
31054 \end_layout
31055
31056 \begin_layout Plain Layout
31057 \begin_inset Caption Standard
31058
31059 \begin_layout Plain Layout
31060 \begin_inset CommandInset label
31061 LatexCommand label
31062 name "fig:Endnotes"
31063
31064 \end_inset
31065
31066 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
31067  or chapters.
31068 \end_layout
31069
31070 \end_inset
31071
31072
31073 \end_layout
31074
31075 \end_inset
31076
31077
31078 \end_layout
31079
31080 \begin_layout Standard
31081 \begin_inset VSpace medskip
31082 \end_inset
31083
31084 The paragraph heading for the endnotes isn't automatically translated into
31085  the document language, this must be done manually.
31086  The following preamble command translates the default English 
31087 \begin_inset Quotes eld
31088 \end_inset
31089
31090 Notes
31091 \begin_inset Quotes erd
31092 \end_inset
31093
31094  into the German 
31095 \begin_inset Quotes eld
31096 \end_inset
31097
31098 Anmerkungen
31099 \begin_inset Quotes erd
31100 \end_inset
31101
31102 :
31103 \end_layout
31104
31105 \begin_layout Standard
31106
31107 \series bold
31108
31109 \backslash
31110 renewcommand{
31111 \backslash
31112 notesname}{Anmerkungen}
31113 \end_layout
31114
31115 \begin_layout Standard
31116 \begin_inset VSpace medskip
31117 \end_inset
31118
31119 The numbering of endnotes can be changed like the footnote numbering as
31120  described in section
31121 \begin_inset space ~
31122 \end_inset
31123
31124
31125 \begin_inset CommandInset ref
31126 LatexCommand ref
31127 reference "sub:Footnote-Numbering"
31128
31129 \end_inset
31130
31131 ; just replace the command 
31132 \series bold
31133
31134 \backslash
31135 thefootnote
31136 \series default
31137  by 
31138 \series bold
31139
31140 \backslash
31141 theendnote
31142 \series default
31143 .
31144  To reset the endnote number use the command 
31145 \series bold
31146
31147 \backslash
31148 @addtoreset
31149 \series default
31150  as described in section
31151 \begin_inset space ~
31152 \end_inset
31153
31154
31155 \begin_inset CommandInset ref
31156 LatexCommand ref
31157 reference "sub:Footnote-Numbering"
31158
31159 \end_inset
31160
31161  and replace the command parameter 
31162 \series bold
31163 footnote
31164 \series default
31165  by 
31166 \series bold
31167 endnote
31168 \series default
31169 .
31170 \end_layout
31171
31172 \begin_layout Standard
31173 For endnotes there is the command 
31174 \series bold
31175
31176 \backslash
31177 endnotemark[number]
31178 \series default
31179  similar to the command 
31180 \series bold
31181
31182 \backslash
31183 footnotemark
31184 \series default
31185 , that is described in section
31186 \begin_inset space ~
31187 \end_inset
31188
31189
31190 \begin_inset CommandInset ref
31191 LatexCommand ref
31192 reference "sec:Footnotes"
31193
31194 \end_inset
31195
31196 .
31197 \end_layout
31198
31199 \begin_layout Standard
31200 \begin_inset VSpace bigskip
31201 \end_inset
31202
31203 Footnotes can also be placed in the page margin and the footnote text alignment
31204  can be changed, see the LaTeX-package 
31205 \series bold
31206 footmisc
31207 \series default
31208
31209 \begin_inset Index idx
31210 status collapsed
31211
31212 \begin_layout Plain Layout
31213 LaTeX-packages ! footmisc
31214 \end_layout
31215
31216 \end_inset
31217
31218
31219 \begin_inset CommandInset citation
31220 LatexCommand cite
31221 key "footmisc"
31222
31223 \end_inset
31224
31225  for more information about this.
31226 \end_layout
31227
31228 \begin_layout Standard
31229 For various further footnote formatting issues have a look at LaTeX-books,
31230  
31231 \begin_inset CommandInset citation
31232 LatexCommand cite
31233 key "latexcompanion,latexguide,latexbook"
31234
31235 \end_inset
31236
31237 .
31238  If you are using a 
31239 \series bold
31240 KOMA-Script
31241 \series default
31242
31243 \begin_inset Index idx
31244 status collapsed
31245
31246 \begin_layout Plain Layout
31247 LaTeX-packages ! KOMA-Script
31248 \end_layout
31249
31250 \end_inset
31251
31252  document class, you can adjust all footnote settings using class-specific
31253  commands, see 
31254 \begin_inset CommandInset citation
31255 LatexCommand cite
31256 key "KOMA-Script"
31257
31258 \end_inset
31259
31260 .
31261 \end_layout
31262
31263 \begin_layout Section
31264 Margin Notes
31265 \begin_inset Index idx
31266 status collapsed
31267
31268 \begin_layout Plain Layout
31269 Notes ! Margin Notes
31270 \end_layout
31271
31272 \end_inset
31273
31274
31275 \end_layout
31276
31277 \begin_layout Standard
31278 Margin notes look and behave in LyX like footnotes.
31279  They are inserted via the menu 
31280 \family sans
31281 Insert\SpecialChar \menuseparator
31282 Marginal
31283 \begin_inset space ~
31284 \end_inset
31285
31286 Note
31287 \family default
31288  or the toolbar button 
31289 \begin_inset Info
31290 type  "icon"
31291 arg   "marginalnote-insert"
31292 \end_inset
31293
31294 .
31295  A grey 
31296 \family roman
31297 \series medium
31298 box with the
31299 \family default
31300 \series default
31301  red 
31302 \family roman
31303 \series medium
31304 label 
31305 \begin_inset Quotes eld
31306 \end_inset
31307
31308 margin
31309 \begin_inset Quotes erd
31310 \end_inset
31311
31312  appears where you can enter the text of the margin note.
31313 \end_layout
31314
31315 \begin_layout Standard
31316 At the side is an example margin note.
31317
31318 \family roman
31319 \series medium
31320  
31321 \begin_inset Marginal
31322 status open
31323
31324 \begin_layout Plain Layout
31325 This is a margin note.
31326 \end_layout
31327
31328 \end_inset
31329
31330
31331 \end_layout
31332
31333 \begin_layout Standard
31334 Margin notes appear at the right side in single-sided documents.
31335  In double-sided documents they appear in the outer margin â€“ left on even
31336  pages, right on odd pages.
31337  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
31338 d when the note appears in the left margin.
31339  The first line of the margin note is placed at the position of the text
31340  line where it is inserted in the document.
31341 \end_layout
31342
31343 \begin_layout Standard
31344 \begin_inset VSpace bigskip
31345 \end_inset
31346
31347 To place the margin note in the inner margin, add the command
31348 \end_layout
31349
31350 \begin_layout Standard
31351
31352 \series bold
31353
31354 \backslash
31355 reversemarginpar
31356 \end_layout
31357
31358 \begin_layout Standard
31359 in TeX-Code before a margin note.
31360  The new placement is valid for all subsequent margin notes.
31361  
31362 \begin_inset ERT
31363 status collapsed
31364
31365 \begin_layout Plain Layout
31366
31367
31368 \backslash
31369 reversemarginpar 
31370 \end_layout
31371
31372 \end_inset
31373
31374
31375 \begin_inset Marginal
31376 status open
31377
31378 \begin_layout Plain Layout
31379 This is a margin note in the inner margin.
31380 \end_layout
31381
31382 \end_inset
31383
31384
31385 \series bold
31386
31387 \begin_inset Newline newline
31388 \end_inset
31389
31390
31391 \series default
31392
31393 \begin_inset Note Greyedout
31394 status open
31395
31396 \begin_layout Plain Layout
31397
31398 \series bold
31399 Note:
31400 \series default
31401  There is often not enough space in the inner margin so that the notes are
31402  not correctly displayed in the output.
31403 \end_layout
31404
31405 \end_inset
31406
31407
31408 \end_layout
31409
31410 \begin_layout Standard
31411 To return to the default placement insert the command
31412 \end_layout
31413
31414 \begin_layout Standard
31415
31416 \series bold
31417
31418 \backslash
31419 normalmarginpar
31420 \end_layout
31421
31422 \begin_layout Standard
31423 in TeX-Code.
31424 \begin_inset ERT
31425 status collapsed
31426
31427 \begin_layout Plain Layout
31428
31429
31430 \backslash
31431 normalmarginpar 
31432 \end_layout
31433
31434 \end_inset
31435
31436  
31437 \begin_inset Note Greyedout
31438 status open
31439
31440 \begin_layout Plain Layout
31441
31442 \series bold
31443 Note:
31444 \series default
31445  The command is ignored when it is within a paragraph where also the command
31446  
31447 \series bold
31448
31449 \backslash
31450 reversemarginpar
31451 \series default
31452  is inserted.
31453 \end_layout
31454
31455 \end_inset
31456
31457
31458 \end_layout
31459
31460 \begin_layout Standard
31461 \begin_inset VSpace bigskip
31462 \end_inset
31463
31464
31465 \family roman
31466 \series medium
31467
31468 \begin_inset Marginal
31469 status open
31470
31471 \begin_layout Plain Layout
31472 AVeryLongMarginParWord that isn't hyphenated.
31473 \end_layout
31474
31475 \end_inset
31476
31477
31478 \family default
31479 \series default
31480  Similar to the case described in section
31481 \begin_inset space ~
31482 \end_inset
31483
31484
31485 \begin_inset CommandInset ref
31486 LatexCommand ref
31487 reference "sub:Multiple-Lines-in"
31488
31489 \end_inset
31490
31491 , long words cannot be hyphenated when they are the first word in a margin
31492  note.
31493  To avoid this, insert 0
31494 \begin_inset space \thinspace{}
31495 \end_inset
31496
31497 pt horizontal space before the word
31498 \family roman
31499 \series medium
31500 .
31501  
31502 \begin_inset Marginal
31503 status open
31504
31505 \begin_layout Plain Layout
31506 \begin_inset space \hspace*{}
31507 \length 0pt
31508 \end_inset
31509
31510 AVeryLongMarginParWord that is hyphenated.
31511 \end_layout
31512
31513 \end_inset
31514
31515
31516 \end_layout
31517
31518 \begin_layout Standard
31519 \begin_inset VSpace bigskip
31520 \end_inset
31521
31522
31523 \end_layout
31524
31525 \begin_layout Standard
31526 \begin_inset Note Greyedout
31527 status open
31528
31529 \begin_layout Plain Layout
31530
31531 \series bold
31532 Note:
31533 \series default
31534  Margin notes can normally not be used inside tables, floats, and footnotes.
31535 \end_layout
31536
31537 \end_inset
31538
31539
31540 \end_layout
31541
31542 \begin_layout Standard
31543 \begin_inset VSpace bigskip
31544 \end_inset
31545
31546
31547 \end_layout
31548
31549 \begin_layout Standard
31550 \begin_inset ERT
31551 status collapsed
31552
31553 \begin_layout Plain Layout
31554
31555
31556 \backslash
31557 ifmarginnote
31558 \end_layout
31559
31560 \end_inset
31561
31562
31563 \begin_inset Note Note
31564 status open
31565
31566 \begin_layout Plain Layout
31567 The following section will only be displayed when the LaTeX-package 
31568 \series bold
31569 marginnote
31570 \series default
31571  is installed.
31572 \end_layout
31573
31574 \end_inset
31575
31576
31577 \end_layout
31578
31579 \begin_layout Standard
31580 This restriction can be evaded by using the LaTeX-package 
31581 \series bold
31582 marginnote
31583 \series default
31584
31585 \begin_inset Index idx
31586 status collapsed
31587
31588 \begin_layout Plain Layout
31589 LaTeX-packages ! marginnote
31590 \end_layout
31591
31592 \end_inset
31593
31594 .
31595  By adding these two lines to your document preamble, the command used by
31596  LyX for margin notes is redefined to use the command provided by the 
31597 \series bold
31598 marginnote
31599 \series default
31600 -package:
31601 \end_layout
31602
31603 \begin_layout Standard
31604
31605 \series bold
31606
31607 \backslash
31608 usepackage{marginnote}
31609 \begin_inset Newline newline
31610 \end_inset
31611
31612
31613 \backslash
31614 let
31615 \backslash
31616 marginpar
31617 \backslash
31618 marginnote
31619 \end_layout
31620
31621 \begin_layout Standard
31622 This is also used in this document because 
31623 \series bold
31624 marginnote
31625 \series default
31626  has another useful feature: You can set a vertical offset for the note.
31627  This is often needed when too many margin notes are too close together
31628  or for a better page layout.
31629  The offset is set in LyX as TeX-Code directly after the margin note in
31630  the scheme
31631 \end_layout
31632
31633 \begin_layout Standard
31634
31635 \series bold
31636 [offset]
31637 \end_layout
31638
31639 \begin_layout Standard
31640 where the offset is a length with one of the units listed in Table
31641 \begin_inset space ~
31642 \end_inset
31643
31644
31645 \begin_inset CommandInset ref
31646 LatexCommand ref
31647 reference "tab:Units"
31648
31649 \end_inset
31650
31651 .
31652  A negative value shifts the note up, a positive value shifts it down.
31653  
31654 \family roman
31655 \series medium
31656 For example the margin note beside this text line is shifted up 1.5
31657 \begin_inset space \thinspace{}
31658 \end_inset
31659
31660 cm with the TeX-Code-command 
31661 \begin_inset Quotes eld
31662 \end_inset
31663
31664
31665 \family default
31666 \series bold
31667 [-1.5cm]
31668 \family roman
31669 \series medium
31670
31671 \begin_inset Quotes erd
31672 \end_inset
31673
31674
31675 \begin_inset Marginal
31676 status open
31677
31678 \begin_layout Plain Layout
31679 This margin note is shifted up 1.5
31680 \begin_inset space \thinspace{}
31681 \end_inset
31682
31683 cm from its original position.
31684 \end_layout
31685
31686 \end_inset
31687
31688
31689 \family default
31690 \series default
31691
31692 \begin_inset ERT
31693 status collapsed
31694
31695 \begin_layout Plain Layout
31696
31697 [-1.5cm]
31698 \end_layout
31699
31700 \end_inset
31701
31702
31703 \end_layout
31704
31705 \begin_layout Standard
31706 \begin_inset VSpace medskip
31707 \end_inset
31708
31709 With 
31710 \series bold
31711 marginnote
31712 \series default
31713  you can also change the alignment of the text in the margin note.
31714  For example the commands
31715 \end_layout
31716
31717 \begin_layout Standard
31718
31719 \series bold
31720
31721 \backslash
31722 renewcommand*{
31723 \backslash
31724 raggedleftmarginnote}{
31725 \backslash
31726 centering}
31727 \begin_inset Newline newline
31728 \end_inset
31729
31730
31731 \backslash
31732 renewcommand*{
31733 \backslash
31734 raggedrightmarginnote}{
31735 \backslash
31736 centering}
31737 \end_layout
31738
31739 \begin_layout Standard
31740 set the alignment to centered.
31741  
31742 \series bold
31743
31744 \backslash
31745 raggedleftmarginnote
31746 \series default
31747  denotes margin notes that appear at the left side.
31748 \family roman
31749 \series medium
31750
31751 \begin_inset ERT
31752 status collapsed
31753
31754 \begin_layout Plain Layout
31755
31756
31757 \backslash
31758 renewcommand*{
31759 \backslash
31760 raggedleftmarginnote}{
31761 \backslash
31762 centering}
31763 \end_layout
31764
31765 \begin_layout Plain Layout
31766
31767
31768 \backslash
31769 renewcommand*{
31770 \backslash
31771 raggedrightmarginnote}{
31772 \backslash
31773 centering}
31774 \end_layout
31775
31776 \end_inset
31777
31778
31779 \begin_inset Marginal
31780 status open
31781
31782 \begin_layout Plain Layout
31783 The text of this margin note is centered.
31784 \end_layout
31785
31786 \end_inset
31787
31788
31789 \family default
31790 \series default
31791  The default is
31792 \end_layout
31793
31794 \begin_layout Standard
31795
31796 \series bold
31797
31798 \backslash
31799 renewcommand*{
31800 \backslash
31801 raggedleftmarginnote}{
31802 \backslash
31803 raggedleft}
31804 \begin_inset Newline newline
31805 \end_inset
31806
31807
31808 \backslash
31809 renewcommand*{
31810 \backslash
31811 raggedrightmarginnote}{
31812 \backslash
31813 raggedright}
31814 \family roman
31815 \series medium
31816
31817 \begin_inset ERT
31818 status collapsed
31819
31820 \begin_layout Plain Layout
31821
31822
31823 \backslash
31824 renewcommand*{
31825 \backslash
31826 raggedleftmarginnote}{
31827 \backslash
31828 raggedleft}
31829 \end_layout
31830
31831 \begin_layout Plain Layout
31832
31833
31834 \backslash
31835 renewcommand*{
31836 \backslash
31837 raggedrightmarginnote}{
31838 \backslash
31839 raggedright}
31840 \end_layout
31841
31842 \end_inset
31843
31844
31845 \end_layout
31846
31847 \begin_layout Standard
31848 \begin_inset VSpace medskip
31849 \end_inset
31850
31851 For the other features of 
31852 \series bold
31853 marginnote
31854 \series default
31855  refer to its documentation 
31856 \begin_inset CommandInset citation
31857 LatexCommand cite
31858 key "marginnote"
31859
31860 \end_inset
31861
31862 .
31863 \end_layout
31864
31865 \begin_layout Standard
31866 \begin_inset VSpace bigskip
31867 \end_inset
31868
31869 You can adjust the layout of margin notes by changing its definition.
31870  To create for example a header for all margin notes with the underlined,
31871  sans-serif, and bold header text 
31872 \begin_inset Quotes eld
31873 \end_inset
31874
31875
31876 \family sans
31877 \series bold
31878 \bar under
31879 Attention!
31880 \family default
31881 \series default
31882 \bar default
31883
31884 \begin_inset Quotes erd
31885 \end_inset
31886
31887 , add this to your document preamble:
31888 \end_layout
31889
31890 \begin_layout Standard
31891
31892 \series bold
31893
31894 \backslash
31895 let
31896 \backslash
31897 myMarginpar
31898 \backslash
31899 marginpar
31900 \begin_inset Newline newline
31901 \end_inset
31902
31903
31904 \backslash
31905 renewcommand{
31906 \backslash
31907 marginpar}[1]{
31908 \backslash
31909 myMarginpar{%
31910 \begin_inset Newline newline
31911 \end_inset
31912
31913
31914 \begin_inset Phantom HPhantom
31915 status open
31916
31917 \begin_layout Plain Layout
31918
31919 \series bold
31920 \begin_inset space ~
31921 \end_inset
31922
31923
31924 \end_layout
31925
31926 \end_inset
31927
31928
31929 \backslash
31930 hspace{0pt}
31931 \backslash
31932 textsf{
31933 \backslash
31934 textbf{
31935 \backslash
31936 underbar{Attention!}}}%
31937 \begin_inset Newline newline
31938 \end_inset
31939
31940
31941 \begin_inset Phantom HPhantom
31942 status open
31943
31944 \begin_layout Plain Layout
31945
31946 \series bold
31947 \begin_inset space ~
31948 \end_inset
31949
31950
31951 \end_layout
31952
31953 \end_inset
31954
31955
31956 \backslash
31957 vspace{1.5mm}
31958 \backslash
31959
31960 \backslash
31961 #1}}
31962 \end_layout
31963
31964 \begin_layout Standard
31965
31966 \family roman
31967 \series medium
31968 \begin_inset ERT
31969 status collapsed
31970
31971 \begin_layout Plain Layout
31972
31973
31974 \backslash
31975 let
31976 \backslash
31977 myMarginpar
31978 \backslash
31979 marginpar
31980 \end_layout
31981
31982 \begin_layout Plain Layout
31983
31984
31985 \backslash
31986 renewcommand{
31987 \backslash
31988 marginpar}[1]{
31989 \backslash
31990 myMarginpar{%
31991 \end_layout
31992
31993 \begin_layout Plain Layout
31994
31995    
31996 \backslash
31997 textsf{
31998 \backslash
31999 textbf{
32000 \backslash
32001 underbar{Attention!}}}%
32002 \end_layout
32003
32004 \begin_layout Plain Layout
32005
32006    
32007 \backslash
32008 vspace{1.5mm}
32009 \backslash
32010
32011 \backslash
32012 #1}}
32013 \end_layout
32014
32015 \end_inset
32016
32017
32018 \begin_inset Marginal
32019 status open
32020
32021 \begin_layout Plain Layout
32022 This is a margin note with a defined heading.
32023 \end_layout
32024
32025 \end_inset
32026
32027
32028 \family default
32029 \series default
32030
32031 \begin_inset ERT
32032 status collapsed
32033
32034 \begin_layout Plain Layout
32035
32036 [-1.5cm]
32037 \end_layout
32038
32039 \end_inset
32040
32041
32042 \family roman
32043 \series medium
32044
32045 \begin_inset ERT
32046 status collapsed
32047
32048 \begin_layout Plain Layout
32049
32050
32051 \backslash
32052 renewcommand{
32053 \backslash
32054 marginpar}[1]{
32055 \backslash
32056 myMarginpar{#1}}
32057 \end_layout
32058
32059 \end_inset
32060
32061
32062 \family default
32063 \series default
32064
32065 \begin_inset Note Note
32066 status collapsed
32067
32068 \begin_layout Plain Layout
32069 The margin note format is changed only for this example.
32070 \end_layout
32071
32072 \end_inset
32073
32074
32075 \end_layout
32076
32077 \begin_layout Standard
32078 \begin_inset ERT
32079 status collapsed
32080
32081 \begin_layout Plain Layout
32082
32083
32084 \backslash
32085 else
32086 \end_layout
32087
32088 \end_inset
32089
32090
32091 \begin_inset Note Note
32092 status open
32093
32094 \begin_layout Plain Layout
32095 The following will be displayed when the LaTeX-package 
32096 \series bold
32097 marginnote
32098 \series default
32099  is not installed:
32100 \end_layout
32101
32102 \end_inset
32103
32104
32105 \end_layout
32106
32107 \begin_layout Standard
32108 You need to install the LaTeX-package 
32109 \series bold
32110 marginnote
32111 \series default
32112  to see the following part of this section in the output.
32113 \end_layout
32114
32115 \begin_layout Standard
32116 \begin_inset ERT
32117 status collapsed
32118
32119 \begin_layout Plain Layout
32120
32121
32122 \backslash
32123 fi
32124 \end_layout
32125
32126 \end_inset
32127
32128
32129 \end_layout
32130
32131 \begin_layout Chapter
32132 Boxes
32133 \end_layout
32134
32135 \begin_layout Section
32136 Introduction
32137 \begin_inset Index idx
32138 status collapsed
32139
32140 \begin_layout Plain Layout
32141 Boxes ! Introduction
32142 \end_layout
32143
32144 \end_inset
32145
32146
32147 \end_layout
32148
32149 \begin_layout Standard
32150 Boxes are used to format a block of text.
32151  Boxes can be used to write documents with multiple languages, see section
32152 \begin_inset space ~
32153 \end_inset
32154
32155
32156 \begin_inset CommandInset ref
32157 LatexCommand ref
32158 reference "sec:Minipages"
32159
32160 \end_inset
32161
32162 , to frame texts, see section
32163 \begin_inset space ~
32164 \end_inset
32165
32166
32167 \begin_inset CommandInset ref
32168 LatexCommand ref
32169 reference "sec:Decoration"
32170
32171 \end_inset
32172
32173 , to prevent words from being hyphenated, see section
32174 \begin_inset space ~
32175 \end_inset
32176
32177
32178 \begin_inset CommandInset ref
32179 LatexCommand ref
32180 reference "sec:Prevent-Hyphenation"
32181
32182 \end_inset
32183
32184 , to align text, see section
32185 \begin_inset space ~
32186 \end_inset
32187
32188
32189 \begin_inset CommandInset ref
32190 LatexCommand ref
32191 reference "sub:Vertical-Alignment"
32192
32193 \end_inset
32194
32195 , or to set the background color of texts, see section
32196 \begin_inset space ~
32197 \end_inset
32198
32199
32200 \begin_inset CommandInset ref
32201 LatexCommand ref
32202 reference "sec:Colored-Boxes"
32203
32204 \end_inset
32205
32206 .
32207 \end_layout
32208
32209 \begin_layout Standard
32210 Boxes can be inserted with the menu 
32211 \family sans
32212 Insert\SpecialChar \menuseparator
32213 Box
32214 \family default
32215  or the toolbar button 
32216 \begin_inset Info
32217 type  "icon"
32218 arg   "box-insert Frameless"
32219 \end_inset
32220
32221 .
32222  A grey box with the label 
32223 \family sans
32224 Box (Minipage)
32225 \family default
32226
32227 \begin_inset Graphics
32228         filename clipart/BoxInsetDefaultQt4.png
32229         scale 85
32230         scaleBeforeRotation
32231
32232 \end_inset
32233
32234  will be inserted.
32235  The box type can be specified by right-clicking on the box and selecting
32236  
32237 \family sans
32238 Settings
32239 \family default
32240 .
32241  The box dialog offers the 
32242 \family sans
32243 Inner
32244 \begin_inset space ~
32245 \end_inset
32246
32247 Box
32248 \family default
32249  types 
32250 \family sans
32251 Makebox
32252 \family default
32253
32254 \family sans
32255 Parbox
32256 \family default
32257  and 
32258 \family sans
32259 Minipage
32260 \family default
32261 .
32262  The type 
32263 \family sans
32264 Minipage
32265 \family default
32266  is the default for new boxes and is explained in section
32267 \begin_inset space ~
32268 \end_inset
32269
32270
32271 \begin_inset CommandInset ref
32272 LatexCommand ref
32273 reference "sec:Minipages"
32274
32275 \end_inset
32276
32277 ; the type 
32278 \family sans
32279 Parbox
32280 \family default
32281  is described in section
32282 \begin_inset space ~
32283 \end_inset
32284
32285
32286 \begin_inset CommandInset ref
32287 LatexCommand ref
32288 reference "sec:Parboxes"
32289
32290 \end_inset
32291
32292  and the type 
32293 \family sans
32294 Makebox
32295 \family default
32296  in 
32297 \begin_inset CommandInset ref
32298 LatexCommand ref
32299 reference "sec:Prevent-Hyphenation"
32300
32301 \end_inset
32302
32303 .
32304 \end_layout
32305
32306 \begin_layout Standard
32307 Boxes are not numbered and can therefore not be referenced like floats or
32308  footnotes.
32309 \end_layout
32310
32311 \begin_layout Standard
32312 \begin_inset Note Greyedout
32313 status open
32314
32315 \begin_layout Plain Layout
32316
32317 \series bold
32318 Note:
32319 \series default
32320  Boxes must not be the item in an 
32321 \family sans
32322 Itemize
32323 \family default
32324  or 
32325 \family sans
32326 Description
32327 \family default
32328  environment.
32329 \end_layout
32330
32331 \end_inset
32332
32333
32334 \end_layout
32335
32336 \begin_layout Standard
32337 \begin_inset Note Greyedout
32338 status open
32339
32340 \begin_layout Plain Layout
32341
32342 \series bold
32343 Note:
32344 \series default
32345  For an unknown reason you can only set the 
32346 \family sans
32347 Inner
32348 \begin_inset space ~
32349 \end_inset
32350
32351 Box
32352 \family default
32353  type to 
32354 \family sans
32355 None
32356 \family default
32357  when you use a framed box.
32358  Boxes without an 
32359 \family sans
32360 Inner
32361 \begin_inset space ~
32362 \end_inset
32363
32364 Box
32365 \family default
32366  type and without frames are explained in section
32367 \begin_inset space ~
32368 \end_inset
32369
32370
32371 \begin_inset CommandInset ref
32372 LatexCommand ref
32373 reference "sec:Prevent-Hyphenation"
32374
32375 \end_inset
32376
32377 .
32378 \end_layout
32379
32380 \end_inset
32381
32382
32383 \end_layout
32384
32385 \begin_layout Section
32386 Box Dialog
32387 \begin_inset CommandInset label
32388 LatexCommand label
32389 name "sec:Box-Dialog"
32390
32391 \end_inset
32392
32393
32394 \begin_inset Index idx
32395 status collapsed
32396
32397 \begin_layout Plain Layout
32398 Boxes ! Box Dialog
32399 \end_layout
32400
32401 \end_inset
32402
32403
32404 \end_layout
32405
32406 \begin_layout Subsection
32407 Size
32408 \begin_inset Index idx
32409 status collapsed
32410
32411 \begin_layout Plain Layout
32412 Boxes ! Size
32413 \end_layout
32414
32415 \end_inset
32416
32417
32418 \end_layout
32419
32420 \begin_layout Standard
32421 In the box dialog you can adjust the box geometry in the fields 
32422 \family sans
32423 Width
32424 \family default
32425  and 
32426 \family sans
32427 Height
32428 \family default
32429 .
32430  The available units for the geometry are explained in Table
32431 \begin_inset space ~
32432 \end_inset
32433
32434
32435 \begin_inset CommandInset ref
32436 LatexCommand ref
32437 reference "tab:Units"
32438
32439 \end_inset
32440
32441 .
32442  The field 
32443 \family sans
32444 Height
32445 \family default
32446  offers the following additional sizes:
32447 \end_layout
32448
32449 \begin_layout Description
32450 Depth This is the plain text 
32451 \begin_inset Quotes eld
32452 \end_inset
32453
32454 height
32455 \begin_inset Quotes erd
32456 \end_inset
32457
32458 .
32459  It ignores the total depth when there are multiple text lines in the box:
32460 \begin_inset Newline newline
32461 \end_inset
32462
32463
32464 \begin_inset Newline newline
32465 \end_inset
32466
32467
32468 \begin_inset Newline newline
32469 \end_inset
32470
32471
32472 \begin_inset Box Boxed
32473 position "c"
32474 hor_pos "c"
32475 has_inner_box 1
32476 inner_pos "c"
32477 use_parbox 0
32478 use_makebox 0
32479 width "12col%"
32480 special "none"
32481 height "1in"
32482 height_special "depth"
32483 status collapsed
32484
32485 \begin_layout Plain Layout
32486 \align center
32487 Box height set to 1
32488 \begin_inset space \thinspace{}
32489 \end_inset
32490
32491 Depth
32492 \end_layout
32493
32494 \end_inset
32495
32496
32497 \begin_inset Newline newline
32498 \end_inset
32499
32500
32501 \begin_inset Newline newline
32502 \end_inset
32503
32504
32505 \end_layout
32506
32507 \begin_layout Description
32508 Height This is the height of the text that is inside the box.
32509  A value of e.
32510 \begin_inset space \thinspace{}
32511 \end_inset
32512
32513 g.
32514 \begin_inset space \space{}
32515 \end_inset
32516
32517 2 for this size will set the box height to 2
32518 \begin_inset space ~
32519 \end_inset
32520
32521 times the text height: 
32522 \begin_inset Box Boxed
32523 position "c"
32524 hor_pos "c"
32525 has_inner_box 1
32526 inner_pos "c"
32527 use_parbox 0
32528 use_makebox 0
32529 width "20col%"
32530 special "none"
32531 height "2in"
32532 height_special "height"
32533 status collapsed
32534
32535 \begin_layout Plain Layout
32536 \align center
32537 Box height set to 2
32538 \begin_inset space \thinspace{}
32539 \end_inset
32540
32541 Height
32542 \end_layout
32543
32544 \end_inset
32545
32546
32547 \end_layout
32548
32549 \begin_layout Description
32550 Total
32551 \begin_inset space ~
32552 \end_inset
32553
32554 Height This is the Height
32555 \begin_inset space \thinspace{}
32556 \end_inset
32557
32558 +
32559 \begin_inset space \thinspace{}
32560 \end_inset
32561
32562 Depth: 
32563 \begin_inset Box Boxed
32564 position "c"
32565 hor_pos "c"
32566 has_inner_box 1
32567 inner_pos "c"
32568 use_parbox 0
32569 use_makebox 0
32570 width "20col%"
32571 special "none"
32572 height "1in"
32573 height_special "totalheight"
32574 status collapsed
32575
32576 \begin_layout Plain Layout
32577 \align center
32578 Box height set to 1
32579 \begin_inset space \thinspace{}
32580 \end_inset
32581
32582 Total
32583 \begin_inset space ~
32584 \end_inset
32585
32586 Height
32587 \end_layout
32588
32589 \end_inset
32590
32591
32592 \end_layout
32593
32594 \begin_layout Description
32595 Width This sets the width of the box as height: 
32596 \begin_inset Box Boxed
32597 position "c"
32598 hor_pos "c"
32599 has_inner_box 1
32600 inner_pos "c"
32601 use_parbox 0
32602 use_makebox 0
32603 width "12col%"
32604 special "none"
32605 height "1in"
32606 height_special "width"
32607 status collapsed
32608
32609 \begin_layout Plain Layout
32610 \align center
32611 Box height set to 1
32612 \begin_inset space \thinspace{}
32613 \end_inset
32614
32615 Width
32616 \end_layout
32617
32618 \end_inset
32619
32620
32621 \end_layout
32622
32623 \begin_layout Subsection
32624 Alignment
32625 \begin_inset Index idx
32626 status collapsed
32627
32628 \begin_layout Plain Layout
32629 Boxes ! Alignment
32630 \end_layout
32631
32632 \end_inset
32633
32634
32635 \end_layout
32636
32637 \begin_layout Standard
32638 When you have chosen an 
32639 \family sans
32640 Inner
32641 \begin_inset space ~
32642 \end_inset
32643
32644 Box
32645 \family default
32646 , the vertical box alignment can be:
32647 \end_layout
32648
32649 \begin_layout Description
32650 Top This is an example text line.
32651  
32652 \begin_inset Box Boxed
32653 position "t"
32654 hor_pos "c"
32655 has_inner_box 1
32656 inner_pos "c"
32657 use_parbox 0
32658 use_makebox 0
32659 width "12col%"
32660 special "none"
32661 height "1in"
32662 height_special "totalheight"
32663 status collapsed
32664
32665 \begin_layout Plain Layout
32666 \align center
32667 This box is top-aligned.
32668 \end_layout
32669
32670 \end_inset
32671
32672  This is an example text line.
32673 \end_layout
32674
32675 \begin_layout Description
32676 Middle This is an example text line.
32677  
32678 \begin_inset Box Boxed
32679 position "c"
32680 hor_pos "c"
32681 has_inner_box 1
32682 inner_pos "c"
32683 use_parbox 0
32684 use_makebox 0
32685 width "12col%"
32686 special "none"
32687 height "1in"
32688 height_special "totalheight"
32689 status collapsed
32690
32691 \begin_layout Plain Layout
32692 \align center
32693 This box is middle-aligned.
32694 \end_layout
32695
32696 \end_inset
32697
32698  This is an example text line.
32699 \end_layout
32700
32701 \begin_layout Description
32702 Bottom This is an example text line.
32703  
32704 \begin_inset Box Boxed
32705 position "b"
32706 hor_pos "c"
32707 has_inner_box 1
32708 inner_pos "c"
32709 use_parbox 0
32710 use_makebox 0
32711 width "12col%"
32712 special "none"
32713 height "1in"
32714 height_special "totalheight"
32715 status collapsed
32716
32717 \begin_layout Plain Layout
32718 \align center
32719 This box is bottom-aligned.
32720 \end_layout
32721
32722 \end_inset
32723
32724  This is an example text line.
32725 \end_layout
32726
32727 \begin_layout Standard
32728 \begin_inset Note Greyedout
32729 status open
32730
32731 \begin_layout Plain Layout
32732
32733 \series bold
32734 Note:
32735 \series default
32736  The vertical box alignment can be lost in the output when you have two
32737  boxes in a line and one has e.
32738 \begin_inset space \thinspace{}
32739 \end_inset
32740
32741 g.
32742 \begin_inset space \space{}
32743 \end_inset
32744
32745 a shadow and the other one not.
32746 \end_layout
32747
32748 \end_inset
32749
32750
32751 \end_layout
32752
32753 \begin_layout Standard
32754 The horizontal box alignment can be set via LyX's paragraph dialog when
32755  you set the box into its own paragraph.
32756 \end_layout
32757
32758 \begin_layout Standard
32759 \begin_inset VSpace bigskip
32760 \end_inset
32761
32762 When you have chosen an 
32763 \family sans
32764 Inner
32765 \begin_inset space ~
32766 \end_inset
32767
32768 Box
32769 \family default
32770 , the box content can be aligned vertically to:
32771 \end_layout
32772
32773 \begin_layout Description
32774 top This is an example text line.
32775  
32776 \begin_inset Box Boxed
32777 position "c"
32778 hor_pos "c"
32779 has_inner_box 1
32780 inner_pos "t"
32781 use_parbox 0
32782 use_makebox 0
32783 width "12col%"
32784 special "none"
32785 height "1.5in"
32786 height_special "totalheight"
32787 status collapsed
32788
32789 \begin_layout Plain Layout
32790 \align center
32791 This box text is top-aligned.
32792 \end_layout
32793
32794 \end_inset
32795
32796  This is an example text line.
32797 \end_layout
32798
32799 \begin_layout Description
32800 middle This is an example text line.
32801  
32802 \begin_inset Box Boxed
32803 position "c"
32804 hor_pos "c"
32805 has_inner_box 1
32806 inner_pos "c"
32807 use_parbox 0
32808 use_makebox 0
32809 width "12col%"
32810 special "none"
32811 height "1.5in"
32812 height_special "totalheight"
32813 status collapsed
32814
32815 \begin_layout Plain Layout
32816 \align center
32817 This box text is middle-aligned.
32818 \end_layout
32819
32820 \end_inset
32821
32822  This is an example text line.
32823 \end_layout
32824
32825 \begin_layout Description
32826 bottom This is an example text line.
32827  
32828 \begin_inset Box Boxed
32829 position "c"
32830 hor_pos "c"
32831 has_inner_box 1
32832 inner_pos "b"
32833 use_parbox 0
32834 use_makebox 0
32835 width "12col%"
32836 special "none"
32837 height "1.5in"
32838 height_special "totalheight"
32839 status collapsed
32840
32841 \begin_layout Plain Layout
32842 \align center
32843 This box text is bottom-aligned.
32844 \end_layout
32845
32846 \end_inset
32847
32848  This is an example text line.
32849 \end_layout
32850
32851 \begin_layout Description
32852 stretch This is an example text line.
32853  
32854 \begin_inset Box Boxed
32855 position "c"
32856 hor_pos "c"
32857 has_inner_box 1
32858 inner_pos "s"
32859 use_parbox 0
32860 use_makebox 0
32861 width "12col%"
32862 special "none"
32863 height "1.5in"
32864 height_special "totalheight"
32865 status collapsed
32866
32867 \begin_layout Plain Layout
32868 \align center
32869 This box
32870 \end_layout
32871
32872 \begin_layout Plain Layout
32873 \align center
32874 text is
32875 \end_layout
32876
32877 \begin_layout Plain Layout
32878 \align center
32879 stretched.
32880 \end_layout
32881
32882 \end_inset
32883
32884  This is an example text line.
32885 \end_layout
32886
32887 \begin_layout Standard
32888 To stretch the box content, it must consist of more than one paragraph.
32889  In the example above every text line is in an own paragraph.
32890 \end_layout
32891
32892 \begin_layout Standard
32893 \begin_inset VSpace bigskip
32894 \end_inset
32895
32896 To align the box content horizontally you can use LyX's paragraph dialog
32897  when you have chosen an 
32898 \family sans
32899 Inner
32900 \begin_inset space ~
32901 \end_inset
32902
32903 Box
32904 \family default
32905 .
32906 \end_layout
32907
32908 \begin_layout Standard
32909 \align center
32910 \begin_inset Box Boxed
32911 position "c"
32912 hor_pos "c"
32913 has_inner_box 1
32914 inner_pos "s"
32915 use_parbox 0
32916 use_makebox 0
32917 width "15col%"
32918 special "none"
32919 height "1.25in"
32920 height_special "totalheight"
32921 status collapsed
32922
32923 \begin_layout Plain Layout
32924 \align left
32925 This box
32926 \end_layout
32927
32928 \begin_layout Plain Layout
32929 \align center
32930 text is
32931 \end_layout
32932
32933 \begin_layout Plain Layout
32934 \align right
32935 stretched.
32936 \end_layout
32937
32938 \end_inset
32939
32940
32941 \end_layout
32942
32943 \begin_layout Standard
32944 If you have not set an 
32945 \family sans
32946 Inner
32947 \begin_inset space ~
32948 \end_inset
32949
32950 Box
32951 \family default
32952 , you can align the box content horizontally in the box dialog.
32953 \end_layout
32954
32955 \begin_layout Standard
32956 \align center
32957 \begin_inset Box Boxed
32958 position "c"
32959 hor_pos "s"
32960 has_inner_box 0
32961 inner_pos "s"
32962 use_parbox 0
32963 use_makebox 0
32964 width "90col%"
32965 special "none"
32966 height "1.25in"
32967 height_special "totalheight"
32968 status collapsed
32969
32970 \begin_layout Plain Layout
32971 This box text is horizontally stretched.
32972 \end_layout
32973
32974 \end_inset
32975
32976
32977 \end_layout
32978
32979 \begin_layout Subsection
32980 Decoration
32981 \begin_inset CommandInset label
32982 LatexCommand label
32983 name "sec:Decoration"
32984
32985 \end_inset
32986
32987
32988 \begin_inset Index idx
32989 status collapsed
32990
32991 \begin_layout Plain Layout
32992 Boxes ! Decoration
32993 \end_layout
32994
32995 \end_inset
32996
32997
32998 \end_layout
32999
33000 \begin_layout Standard
33001 The type of the box can be specified in the box dialog in the drop-down
33002  list 
33003 \family sans
33004 Decoration
33005 \family default
33006 .
33007  The following types are possible:
33008 \end_layout
33009
33010 \begin_layout Description
33011 No
33012 \begin_inset space ~
33013 \end_inset
33014
33015 frame Nothing is drawn.
33016 \end_layout
33017
33018 \begin_layout Description
33019 Simple
33020 \begin_inset space ~
33021 \end_inset
33022
33023 rectangular
33024 \begin_inset space ~
33025 \end_inset
33026
33027 frame This draws a rectangular frame around the box.
33028  The frame line thickness has the size of 
33029 \series bold
33030
33031 \backslash
33032 fboxrule
33033 \series default
33034 .
33035  
33036 \begin_inset Box Boxed
33037 position "c"
33038 hor_pos "c"
33039 has_inner_box 1
33040 inner_pos "c"
33041 use_parbox 0
33042 use_makebox 0
33043 width "20col%"
33044 special "none"
33045 height "1in"
33046 height_special "totalheight"
33047 status collapsed
33048
33049 \begin_layout Plain Layout
33050 \align center
33051 Rectangular box
33052 \end_layout
33053
33054 \end_inset
33055
33056
33057 \end_layout
33058
33059 \begin_layout Description
33060 Oval
33061 \begin_inset space ~
33062 \end_inset
33063
33064 box,
33065 \begin_inset space ~
33066 \end_inset
33067
33068 thin This draws an oval frame around the box.
33069  The frame line thickness has the size 0.4
33070 \begin_inset space \thinspace{}
33071 \end_inset
33072
33073 pt.
33074  
33075 \begin_inset Box ovalbox
33076 position "c"
33077 hor_pos "c"
33078 has_inner_box 1
33079 inner_pos "c"
33080 use_parbox 0
33081 use_makebox 0
33082 width "20col%"
33083 special "none"
33084 height "1in"
33085 height_special "totalheight"
33086 status collapsed
33087
33088 \begin_layout Plain Layout
33089 \align center
33090 Oval box, thin
33091 \end_layout
33092
33093 \end_inset
33094
33095
33096 \end_layout
33097
33098 \begin_layout Description
33099 Oval
33100 \begin_inset space ~
33101 \end_inset
33102
33103 box,
33104 \begin_inset space ~
33105 \end_inset
33106
33107 thick This draws an oval frame around the box.
33108  The frame line thickness has the size 0.8
33109 \begin_inset space \thinspace{}
33110 \end_inset
33111
33112 pt.
33113  
33114 \begin_inset Box Ovalbox
33115 position "c"
33116 hor_pos "c"
33117 has_inner_box 1
33118 inner_pos "c"
33119 use_parbox 0
33120 use_makebox 0
33121 width "20col%"
33122 special "none"
33123 height "1in"
33124 height_special "totalheight"
33125 status collapsed
33126
33127 \begin_layout Plain Layout
33128 \align center
33129 Oval box, thick
33130 \end_layout
33131
33132 \end_inset
33133
33134
33135 \end_layout
33136
33137 \begin_layout Description
33138 Drop
33139 \begin_inset space ~
33140 \end_inset
33141
33142 shadow This draws a rectangular frame with a shadow around the box.
33143  The frame line thickness has the size of 
33144 \series bold
33145
33146 \backslash
33147 fboxrule
33148 \series default
33149 , the shadow has a width of 4
33150 \begin_inset space \thinspace{}
33151 \end_inset
33152
33153 pt.
33154  
33155 \begin_inset Box Shadowbox
33156 position "c"
33157 hor_pos "c"
33158 has_inner_box 1
33159 inner_pos "c"
33160 use_parbox 0
33161 use_makebox 0
33162 width "20col%"
33163 special "none"
33164 height "1in"
33165 height_special "totalheight"
33166 status collapsed
33167
33168 \begin_layout Plain Layout
33169 \align center
33170 Shadow box
33171 \end_layout
33172
33173 \end_inset
33174
33175
33176 \end_layout
33177
33178 \begin_layout Description
33179 Shaded
33180 \begin_inset space ~
33181 \end_inset
33182
33183 background This draws a box with a red background.
33184  Unlike colored boxes
33185 \begin_inset Foot
33186 status collapsed
33187
33188 \begin_layout Plain Layout
33189 see sec.
33190 \begin_inset space \thinspace{}
33191 \end_inset
33192
33193
33194 \begin_inset CommandInset ref
33195 LatexCommand ref
33196 reference "sec:Colored-Boxes"
33197
33198 \end_inset
33199
33200
33201 \end_layout
33202
33203 \end_inset
33204
33205 , it always uses the whole column width and the box is set as its own paragraph.
33206  
33207 \begin_inset Box Shaded
33208 position "t"
33209 hor_pos "c"
33210 has_inner_box 0
33211 inner_pos "t"
33212 use_parbox 0
33213 use_makebox 0
33214 width "50col%"
33215 special "none"
33216 height "1in"
33217 height_special "totalheight"
33218 status collapsed
33219
33220 \begin_layout Plain Layout
33221 Shaded background box
33222 \end_layout
33223
33224 \end_inset
33225
33226
33227 \end_layout
33228
33229 \begin_layout Description
33230 Double
33231 \begin_inset space ~
33232 \end_inset
33233
33234 rectangular
33235 \begin_inset space ~
33236 \end_inset
33237
33238 frame This draws a double-line rectangular frame around the box.
33239  The line thickness of the inner frame is 0.75
33240 \begin_inset space \thinspace{}
33241 \end_inset
33242
33243
33244 \series bold
33245
33246 \backslash
33247 fboxrule
33248 \series default
33249 , the thickness of the outer frame is 1.5
33250 \begin_inset space \thinspace{}
33251 \end_inset
33252
33253
33254 \series bold
33255
33256 \backslash
33257 fboxrule
33258 \series default
33259 .
33260  The distance between the lines is 1.5
33261 \begin_inset space \thinspace{}
33262 \end_inset
33263
33264
33265 \series bold
33266
33267 \backslash
33268 fboxrule
33269 \series default
33270
33271 \begin_inset space \thinspace{}
33272 \end_inset
33273
33274 +
33275 \begin_inset space \thinspace{}
33276 \end_inset
33277
33278 0.5
33279 \begin_inset space \thinspace{}
33280 \end_inset
33281
33282 pt.
33283  
33284 \begin_inset Box Doublebox
33285 position "c"
33286 hor_pos "c"
33287 has_inner_box 1
33288 inner_pos "c"
33289 use_parbox 0
33290 use_makebox 0
33291 width "20col%"
33292 special "none"
33293 height "1in"
33294 height_special "totalheight"
33295 status collapsed
33296
33297 \begin_layout Plain Layout
33298 \align center
33299 Double rectangular box
33300 \end_layout
33301
33302 \end_inset
33303
33304
33305 \end_layout
33306
33307 \begin_layout Standard
33308 \begin_inset VSpace bigskip
33309 \end_inset
33310
33311 LyX's box label will reflect the different frame types.
33312  To be able to use all types, the LaTeX-package 
33313 \series bold
33314 fancybox
33315 \series default
33316
33317 \begin_inset Index idx
33318 status collapsed
33319
33320 \begin_layout Plain Layout
33321 LaTeX-packages ! fancybox
33322 \end_layout
33323
33324 \end_inset
33325
33326  must be installed.
33327 \end_layout
33328
33329 \begin_layout Standard
33330 \begin_inset VSpace bigskip
33331 \end_inset
33332
33333 When you use the decoration 
33334 \family sans
33335 simple rectangular frame
33336 \family default
33337  and no inner box, you can allow page breaks within a box.
33338  Note that then, unlike other framed boxes, the frame always uses the whole
33339  column width, the box is set as its own paragraph, and 
33340 \series bold
33341
33342 \backslash
33343 fboxrule
33344 \series default
33345  and 
33346 \series bold
33347
33348 \backslash
33349 fboxsep
33350 \series default
33351  have no effect on this box type.
33352  The frame line thickness has the size of 
33353 \series bold
33354
33355 \backslash
33356 FrameRule
33357 \series default
33358 .
33359  
33360 \begin_inset Box Framed
33361 position "t"
33362 hor_pos "c"
33363 has_inner_box 0
33364 inner_pos "t"
33365 use_parbox 0
33366 use_makebox 0
33367 width "100col%"
33368 special "none"
33369 height "1in"
33370 height_special "totalheight"
33371 status collapsed
33372
33373 \begin_layout Plain Layout
33374 Allow page break box
33375 \end_layout
33376
33377 \end_inset
33378
33379
33380 \end_layout
33381
33382 \begin_layout Section
33383 Box Customization
33384 \begin_inset Index idx
33385 status collapsed
33386
33387 \begin_layout Plain Layout
33388 Boxes ! Customization
33389 \end_layout
33390
33391 \end_inset
33392
33393
33394 \end_layout
33395
33396 \begin_layout Standard
33397 The default value for the size 
33398 \series bold
33399
33400 \backslash
33401 fboxrule
33402 \series default
33403  is 0.4
33404 \begin_inset space \thinspace{}
33405 \end_inset
33406
33407 pt.
33408  It can be changed with the following command in TeX-code to e.
33409 \begin_inset space \thinspace{}
33410 \end_inset
33411
33412 g.
33413 \begin_inset space \space{}
33414 \end_inset
33415
33416 2
33417 \begin_inset space \thinspace{}
33418 \end_inset
33419
33420 pt:
33421 \end_layout
33422
33423 \begin_layout Standard
33424
33425 \series bold
33426
33427 \backslash
33428 setlength{
33429 \backslash
33430 fboxrule}{2pt}
33431 \end_layout
33432
33433 \begin_layout Standard
33434 \begin_inset ERT
33435 status collapsed
33436
33437 \begin_layout Plain Layout
33438
33439
33440 \backslash
33441 setlength{
33442 \backslash
33443 fboxrule}{2pt}
33444 \end_layout
33445
33446 \end_inset
33447
33448
33449 \begin_inset Box Boxed
33450 position "c"
33451 hor_pos "c"
33452 has_inner_box 1
33453 inner_pos "c"
33454 use_parbox 0
33455 use_makebox 0
33456 width "25col%"
33457 special "none"
33458 height "1in"
33459 height_special "totalheight"
33460 status open
33461
33462 \begin_layout Plain Layout
33463 \align center
33464 Rectangular box with 
33465 \series bold
33466
33467 \backslash
33468 fboxrule
33469 \series default
33470
33471 \begin_inset space \thinspace{}
33472 \end_inset
33473
33474 =
33475 \begin_inset space \thinspace{}
33476 \end_inset
33477
33478 2
33479 \begin_inset space \thinspace{}
33480 \end_inset
33481
33482 pt
33483 \end_layout
33484
33485 \end_inset
33486
33487
33488 \begin_inset ERT
33489 status collapsed
33490
33491 \begin_layout Plain Layout
33492
33493
33494 \backslash
33495 setlength{
33496 \backslash
33497 fboxrule}{0.4pt}
33498 \end_layout
33499
33500 \end_inset
33501
33502
33503 \end_layout
33504
33505 \begin_layout Standard
33506 \begin_inset VSpace bigskip
33507 \end_inset
33508
33509 The space between the frame and the box content is for all frame styles
33510  by default 3
33511 \begin_inset space \thinspace{}
33512 \end_inset
33513
33514 pt.
33515  You can change it by setting the length 
33516 \series bold
33517
33518 \backslash
33519 fboxsep
33520 \series default
33521  to another value.
33522  For example the command
33523 \end_layout
33524
33525 \begin_layout Standard
33526
33527 \series bold
33528
33529 \backslash
33530 setlength{
33531 \backslash
33532 fboxsep}{10pt}
33533 \end_layout
33534
33535 \begin_layout Standard
33536 sets the value to 10
33537 \begin_inset space \thinspace{}
33538 \end_inset
33539
33540 pt, as with the following box:
33541 \end_layout
33542
33543 \begin_layout Standard
33544 \begin_inset ERT
33545 status collapsed
33546
33547 \begin_layout Plain Layout
33548
33549
33550 \backslash
33551 setlength{
33552 \backslash
33553 fboxsep}{10pt}
33554 \end_layout
33555
33556 \end_inset
33557
33558
33559 \begin_inset Box Boxed
33560 position "c"
33561 hor_pos "c"
33562 has_inner_box 1
33563 inner_pos "c"
33564 use_parbox 0
33565 use_makebox 0
33566 width "25col%"
33567 special "none"
33568 height "1in"
33569 height_special "totalheight"
33570 status open
33571
33572 \begin_layout Plain Layout
33573 \align center
33574 Rectangular box with 
33575 \series bold
33576
33577 \backslash
33578 fboxsep
33579 \series default
33580
33581 \begin_inset space \thinspace{}
33582 \end_inset
33583
33584 =
33585 \begin_inset space \thinspace{}
33586 \end_inset
33587
33588 10
33589 \begin_inset space \thinspace{}
33590 \end_inset
33591
33592 pt
33593 \end_layout
33594
33595 \end_inset
33596
33597
33598 \begin_inset ERT
33599 status collapsed
33600
33601 \begin_layout Plain Layout
33602
33603
33604 \backslash
33605 setlength{
33606 \backslash
33607 fboxsep}{3pt}
33608 \end_layout
33609
33610 \end_inset
33611
33612
33613 \end_layout
33614
33615 \begin_layout Standard
33616 \begin_inset VSpace bigskip
33617 \end_inset
33618
33619 The diameter of the round corners of the oval boxes can be set with the
33620  command 
33621 \series bold
33622
33623 \backslash
33624 cornersize
33625 \series default
33626 .
33627  The command
33628 \end_layout
33629
33630 \begin_layout Standard
33631
33632 \series bold
33633
33634 \backslash
33635 cornersize*{1cm}
33636 \end_layout
33637
33638 \begin_layout Standard
33639 sets the diameter to 1
33640 \begin_inset space \thinspace{}
33641 \end_inset
33642
33643 cm.
33644  The command
33645 \end_layout
33646
33647 \begin_layout Standard
33648
33649 \series bold
33650
33651 \backslash
33652 cornersize{num}
33653 \end_layout
33654
33655 \begin_layout Standard
33656 sets the diameter to 
33657 \family sans
33658 num
33659 \begin_inset space \thinspace{}
33660 \end_inset
33661
33662 ×
33663 \begin_inset space \thinspace{}
33664 \end_inset
33665
33666 minimum(width and height of box)
33667 \family default
33668 .
33669  The default is 
33670 \series bold
33671
33672 \backslash
33673 cornersize{0.5}
33674 \series default
33675 .
33676 \end_layout
33677
33678 \begin_layout Standard
33679 \begin_inset ERT
33680 status collapsed
33681
33682 \begin_layout Plain Layout
33683
33684
33685 \backslash
33686 cornersize*{1.5cm}
33687 \end_layout
33688
33689 \end_inset
33690
33691
33692 \begin_inset Box Ovalbox
33693 position "c"
33694 hor_pos "c"
33695 has_inner_box 1
33696 inner_pos "c"
33697 use_parbox 0
33698 use_makebox 0
33699 width "25col%"
33700 special "none"
33701 height "1in"
33702 height_special "totalheight"
33703 status open
33704
33705 \begin_layout Plain Layout
33706 \align center
33707 Oval box with 
33708 \series bold
33709
33710 \backslash
33711 cornersize
33712 \series default
33713
33714 \begin_inset space \thinspace{}
33715 \end_inset
33716
33717 =
33718 \begin_inset space \thinspace{}
33719 \end_inset
33720
33721 1.5
33722 \begin_inset space \thinspace{}
33723 \end_inset
33724
33725 cm
33726 \end_layout
33727
33728 \end_inset
33729
33730
33731 \begin_inset ERT
33732 status collapsed
33733
33734 \begin_layout Plain Layout
33735
33736
33737 \backslash
33738 cornersize{0.5}
33739 \end_layout
33740
33741 \end_inset
33742
33743
33744 \end_layout
33745
33746 \begin_layout Standard
33747 \begin_inset VSpace bigskip
33748 \end_inset
33749
33750 The size of the shadow can be adjusted by changing the length 
33751 \series bold
33752
33753 \backslash
33754 shadowsize
33755 \series default
33756 .
33757  It it set to 2
33758 \begin_inset space \thinspace{}
33759 \end_inset
33760
33761 pt for the following box by this command:
33762 \end_layout
33763
33764 \begin_layout Standard
33765
33766 \series bold
33767
33768 \backslash
33769 setlength{
33770 \backslash
33771 shadowsize}{2pt}
33772 \end_layout
33773
33774 \begin_layout Standard
33775 \begin_inset ERT
33776 status collapsed
33777
33778 \begin_layout Plain Layout
33779
33780
33781 \backslash
33782 setlength{
33783 \backslash
33784 shadowsize}{2pt}
33785 \end_layout
33786
33787 \end_inset
33788
33789
33790 \begin_inset Box Shadowbox
33791 position "c"
33792 hor_pos "c"
33793 has_inner_box 1
33794 inner_pos "c"
33795 use_parbox 0
33796 use_makebox 0
33797 width "25col%"
33798 special "none"
33799 height "1in"
33800 height_special "totalheight"
33801 status open
33802
33803 \begin_layout Plain Layout
33804 \align center
33805 Shadow box with 
33806 \series bold
33807
33808 \backslash
33809 shadowsize
33810 \series default
33811
33812 \begin_inset space \thinspace{}
33813 \end_inset
33814
33815 =
33816 \begin_inset space \thinspace{}
33817 \end_inset
33818
33819 2
33820 \begin_inset space \thinspace{}
33821 \end_inset
33822
33823 pt
33824 \end_layout
33825
33826 \end_inset
33827
33828
33829 \begin_inset ERT
33830 status collapsed
33831
33832 \begin_layout Plain Layout
33833
33834
33835 \backslash
33836 setlength{
33837 \backslash
33838 shadowsize}{4pt}
33839 \end_layout
33840
33841 \end_inset
33842
33843
33844 \end_layout
33845
33846 \begin_layout Standard
33847 \begin_inset VSpace bigskip
33848 \end_inset
33849
33850
33851 \end_layout
33852
33853 \begin_layout Standard
33854 The default value for the size 
33855 \series bold
33856
33857 \backslash
33858 FrameRule
33859 \series default
33860  is 0.4
33861 \begin_inset space \thinspace{}
33862 \end_inset
33863
33864 pt.
33865  The default space between the note content and the frame is 9
33866 \begin_inset space \thinspace{}
33867 \end_inset
33868
33869 pt and can be changed with the value of 
33870 \series bold
33871
33872 \backslash
33873 FrameSep
33874 \series default
33875 .
33876  For example the frame appearance of the following 
33877 \family sans
33878 box
33879 \family default
33880  is set with the TeX-Code commands
33881 \end_layout
33882
33883 \begin_layout Standard
33884
33885 \series bold
33886
33887 \backslash
33888 setlength{
33889 \backslash
33890 FrameRule}{5pt}
33891 \begin_inset Newline newline
33892 \end_inset
33893
33894
33895 \backslash
33896 setlength{
33897 \backslash
33898 FrameSep}{0.5cm}
33899 \end_layout
33900
33901 \begin_layout Standard
33902 \begin_inset ERT
33903 status collapsed
33904
33905 \begin_layout Plain Layout
33906
33907
33908 \backslash
33909 setlength{
33910 \backslash
33911 FrameRule}{5pt}
33912 \end_layout
33913
33914 \begin_layout Plain Layout
33915
33916
33917 \backslash
33918 setlength{
33919 \backslash
33920 FrameSep}{0.5cm}
33921 \end_layout
33922
33923 \end_inset
33924
33925
33926 \begin_inset Box Framed
33927 position "t"
33928 hor_pos "c"
33929 has_inner_box 0
33930 inner_pos "t"
33931 use_parbox 0
33932 use_makebox 0
33933 width "100col%"
33934 special "none"
33935 height "1in"
33936 height_special "totalheight"
33937 status open
33938
33939 \begin_layout Plain Layout
33940 This is text in an 
33941 \family sans
33942 allow page break
33943 \family default
33944  box.
33945 \end_layout
33946
33947 \end_inset
33948
33949
33950 \begin_inset ERT
33951 status collapsed
33952
33953 \begin_layout Plain Layout
33954
33955
33956 \backslash
33957 setlength{
33958 \backslash
33959 FrameRule}{0.4pt}
33960 \end_layout
33961
33962 \begin_layout Plain Layout
33963
33964
33965 \backslash
33966 setlength{
33967 \backslash
33968 FrameSep}{9pt}
33969 \end_layout
33970
33971 \end_inset
33972
33973
33974 \end_layout
33975
33976 \begin_layout Standard
33977 \begin_inset VSpace bigskip
33978 \end_inset
33979
33980
33981 \end_layout
33982
33983 \begin_layout Standard
33984 For 
33985 \family sans
33986 shaded background
33987 \family default
33988  boxes the default space between the box content and the box border is 3
33989 \begin_inset space \thinspace{}
33990 \end_inset
33991
33992 pt and can be changed with the value of 
33993 \series bold
33994
33995 \backslash
33996 fboxsep
33997 \series default
33998 .
33999  The default background color red can either be changed locally with the
34000  command 
34001 \series bold
34002
34003 \backslash
34004 definecolor{shadecolor}
34005 \series default
34006  or globally with the menu 
34007 \family sans
34008 Tools\SpecialChar \menuseparator
34009 Preferences\SpecialChar \menuseparator
34010 Colors\SpecialChar \menuseparator
34011 shaded
34012 \begin_inset space ~
34013 \end_inset
34014
34015 box
34016 \family default
34017 .
34018  The scheme of the 
34019 \series bold
34020
34021 \backslash
34022 definecolor
34023 \series default
34024  command is explained in section
34025 \begin_inset space ~
34026 \end_inset
34027
34028
34029 \begin_inset CommandInset ref
34030 LatexCommand ref
34031 reference "sec:Colored-Tables"
34032
34033 \end_inset
34034
34035 .
34036 \begin_inset Foot
34037 status collapsed
34038
34039 \begin_layout Plain Layout
34040 Note that 
34041 \series bold
34042
34043 \backslash
34044 definecolor
34045 \series default
34046  requires the LaTeX-package 
34047 \series bold
34048 color
34049 \series default
34050  in the preamble, see section
34051 \begin_inset space ~
34052 \end_inset
34053
34054
34055 \begin_inset CommandInset ref
34056 LatexCommand ref
34057 reference "sec:Colored-Boxes"
34058
34059 \end_inset
34060
34061 .
34062 \end_layout
34063
34064 \end_inset
34065
34066  For example the appearance of the following shaded background box is set
34067  with the TeX-Code commands
34068 \end_layout
34069
34070 \begin_layout Standard
34071
34072 \series bold
34073
34074 \backslash
34075 setlength{
34076 \backslash
34077 fboxsep}{0.5cm}
34078 \series default
34079
34080 \begin_inset Newline newline
34081 \end_inset
34082
34083
34084 \series bold
34085
34086 \backslash
34087 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34088 \end_layout
34089
34090 \begin_layout Standard
34091 \begin_inset ERT
34092 status collapsed
34093
34094 \begin_layout Plain Layout
34095
34096
34097 \backslash
34098 setlength{
34099 \backslash
34100 fboxsep}{0.5cm}
34101 \end_layout
34102
34103 \begin_layout Plain Layout
34104
34105
34106 \backslash
34107 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34108 \end_layout
34109
34110 \end_inset
34111
34112
34113 \begin_inset Box Shaded
34114 position "t"
34115 hor_pos "c"
34116 has_inner_box 0
34117 inner_pos "t"
34118 use_parbox 0
34119 use_makebox 0
34120 width "100col%"
34121 special "none"
34122 height "1in"
34123 height_special "totalheight"
34124 status open
34125
34126 \begin_layout Plain Layout
34127
34128 \color yellow
34129 This is yellow text in a
34130 \color none
34131  
34132 \family sans
34133 \color yellow
34134 shaded background
34135 \family default
34136 \color none
34137  
34138 \color yellow
34139 box with dark green background.
34140 \end_layout
34141
34142 \end_inset
34143
34144
34145 \begin_inset ERT
34146 status collapsed
34147
34148 \begin_layout Plain Layout
34149
34150
34151 \backslash
34152 setlength{
34153 \backslash
34154 fboxsep}{3pt}
34155 \end_layout
34156
34157 \begin_layout Plain Layout
34158
34159
34160 \backslash
34161 definecolor{shadecolor}{rgb}{1,0,0}
34162 \end_layout
34163
34164 \end_inset
34165
34166
34167 \end_layout
34168
34169 \begin_layout Standard
34170 \begin_inset VSpace bigskip
34171 \end_inset
34172
34173 Changed lengths and widths are valid for all boxes following the commands
34174  that change them.
34175 \end_layout
34176
34177 \begin_layout Section
34178 Minipages
34179 \begin_inset CommandInset label
34180 LatexCommand label
34181 name "sec:Minipages"
34182
34183 \end_inset
34184
34185
34186 \begin_inset Index idx
34187 status collapsed
34188
34189 \begin_layout Plain Layout
34190 Boxes ! Minipages
34191 \end_layout
34192
34193 \end_inset
34194
34195
34196 \end_layout
34197
34198 \begin_layout Standard
34199 Minipages are treated by LaTeX as pages within pages and can therefore for
34200  example have their own footnotes.
34201 \end_layout
34202
34203 \begin_layout Standard
34204 Minipages are useful when you write documents with different languages.
34205 \end_layout
34206
34207 \begin_layout Standard
34208 Below are two example minipages side by side.
34209  Their width is set to 45
34210 \begin_inset space \thinspace{}
34211 \end_inset
34212
34213 col% and they are separated by a horizontal fill, that was inserted via
34214  the menu 
34215 \family sans
34216 Insert\SpecialChar \menuseparator
34217 Special
34218 \begin_inset space ~
34219 \end_inset
34220
34221 Formatting\SpecialChar \menuseparator
34222 Horizontal
34223 \begin_inset space ~
34224 \end_inset
34225
34226 Fill
34227 \family default
34228 .
34229 \begin_inset Newpage newpage
34230 \end_inset
34231
34232
34233 \end_layout
34234
34235 \begin_layout Standard
34236 \begin_inset Box Frameless
34237 position "t"
34238 hor_pos "c"
34239 has_inner_box 1
34240 inner_pos "c"
34241 use_parbox 0
34242 use_makebox 0
34243 width "45col%"
34244 special "none"
34245 height "1in"
34246 height_special "totalheight"
34247 status open
34248
34249 \begin_layout Plain Layout
34250
34251 \lang ngerman
34252 Dies ist ein deutscher Text.
34253  Dies ist ein deutscher Text.
34254  Dies ist ein deutscher Text.
34255  Dies ist ein deutscher Text.
34256  Dies ist ein deutscher Text.
34257  Dies ist ein deutscher Text.
34258  Dies ist ein deutscher Text.
34259  Dies ist ein deutscher Text.
34260  Dies ist ein deutscher Text.
34261  Dies ist ein deutscher Text.
34262  Dies ist ein deutscher Text.
34263  Dies ist ein deutscher Text.
34264  Dies ist ein deutscher Text
34265 \begin_inset Foot
34266 status collapsed
34267
34268 \begin_layout Plain Layout
34269
34270 \lang ngerman
34271 Dies ist eine deutsche Fußnote.
34272 \end_layout
34273
34274 \end_inset
34275
34276 .
34277  Dies ist ein deutscher Text.
34278  Dies ist ein deutscher Text.
34279 \end_layout
34280
34281 \end_inset
34282
34283
34284 \begin_inset space \hfill{}
34285 \end_inset
34286
34287
34288 \begin_inset Box Frameless
34289 position "t"
34290 hor_pos "c"
34291 has_inner_box 1
34292 inner_pos "c"
34293 use_parbox 0
34294 use_makebox 0
34295 width "45col%"
34296 special "none"
34297 height "1in"
34298 height_special "totalheight"
34299 status open
34300
34301 \begin_layout Plain Layout
34302 This is an English Text.
34303  This is an English Text.
34304  This is an English Text.
34305  This is an English Text.
34306  This is an English Text.
34307  This is an English Text.
34308  This is an English Text.
34309  This is an English Text.
34310  This is an English Text.
34311  This is an English Text.
34312  This is an English Text.
34313  This is an English Text.
34314  This is an English Text.
34315  This is an English Text.
34316  This is an English Text.
34317  This is an English Text.
34318 \begin_inset Foot
34319 status collapsed
34320
34321 \begin_layout Plain Layout
34322 This is an English footnote.
34323 \end_layout
34324
34325 \end_inset
34326
34327  This is an English Text.
34328 \end_layout
34329
34330 \end_inset
34331
34332
34333 \end_layout
34334
34335 \begin_layout Standard
34336 \begin_inset VSpace bigskip
34337 \end_inset
34338
34339 The document-wide paragraph settings are ignored within minipages.
34340  That means that there will be no space between paragraphs in minipages
34341  although you set it to e.
34342 \begin_inset space \thinspace{}
34343 \end_inset
34344
34345 g.
34346 \begin_inset space \space{}
34347 \end_inset
34348
34349
34350 \family sans
34351 MedSkip
34352 \family default
34353  in the document settings.
34354 \end_layout
34355
34356 \begin_layout Standard
34357 Minipages can also be used to set a background color for text parts, see
34358  section
34359 \begin_inset space ~
34360 \end_inset
34361
34362
34363 \begin_inset CommandInset ref
34364 LatexCommand ref
34365 reference "sub:Color-for-Paragraphs"
34366
34367 \end_inset
34368
34369 .
34370 \end_layout
34371
34372 \begin_layout Standard
34373 \begin_inset Note Greyedout
34374 status open
34375
34376 \begin_layout Plain Layout
34377
34378 \series bold
34379 Note:
34380 \series default
34381  You cannot have floats or margin notes inside minipages but minipages can
34382  be used inside tables, floats, and other boxes.
34383 \end_layout
34384
34385 \end_inset
34386
34387
34388 \end_layout
34389
34390 \begin_layout Section
34391 Parboxes
34392 \begin_inset CommandInset label
34393 LatexCommand label
34394 name "sec:Parboxes"
34395
34396 \end_inset
34397
34398
34399 \begin_inset Index idx
34400 status collapsed
34401
34402 \begin_layout Plain Layout
34403 Boxes ! Parboxes
34404 \end_layout
34405
34406 \end_inset
34407
34408
34409 \end_layout
34410
34411 \begin_layout Standard
34412 Parboxes are very similar to minipages with the difference that they cannot
34413  have footnotes.
34414 \end_layout
34415
34416 \begin_layout Standard
34417 \align center
34418 \begin_inset Box Frameless
34419 position "t"
34420 hor_pos "c"
34421 has_inner_box 1
34422 inner_pos "t"
34423 use_parbox 1
34424 use_makebox 0
34425 width "33col%"
34426 special "none"
34427 height "1in"
34428 height_special "totalheight"
34429 status open
34430
34431 \begin_layout Plain Layout
34432 This a text within a parbox.
34433  This a text within a parbox.
34434 \end_layout
34435
34436 \begin_layout Plain Layout
34437 This footnote won't appear:
34438 \begin_inset Foot
34439 status collapsed
34440
34441 \begin_layout Plain Layout
34442 This footnote is inside a parbox and will therefore not appear.
34443 \end_layout
34444
34445 \end_inset
34446
34447
34448 \end_layout
34449
34450 \end_inset
34451
34452
34453 \end_layout
34454
34455 \begin_layout Section
34456 Boxes for Words and Characters
34457 \begin_inset Index idx
34458 status collapsed
34459
34460 \begin_layout Plain Layout
34461 Boxes ! for Characters
34462 \end_layout
34463
34464 \end_inset
34465
34466
34467 \end_layout
34468
34469 \begin_layout Subsection
34470 Prevent Hyphenation
34471 \begin_inset CommandInset label
34472 LatexCommand label
34473 name "sec:Prevent-Hyphenation"
34474
34475 \end_inset
34476
34477
34478 \begin_inset Index idx
34479 status collapsed
34480
34481 \begin_layout Plain Layout
34482 Boxes ! to Prevent Hyphenation
34483 \end_layout
34484
34485 \end_inset
34486
34487
34488 \end_layout
34489
34490 \begin_layout Standard
34491 You can use the box type 
34492 \family sans
34493 Makebox
34494 \family default
34495  to prevent words or text from being hyphenated.
34496 \begin_inset Newline newline
34497 \end_inset
34498
34499 Here is an example text:
34500 \end_layout
34501
34502 \begin_layout Standard
34503 This line is an example to show how you can prevent the hyphenation of 
34504 \begin_inset Quotes eld
34505 \end_inset
34506
34507 veryverylongword
34508 \begin_inset Quotes erd
34509 \end_inset
34510
34511 .
34512 \end_layout
34513
34514 \begin_layout Standard
34515 To prevent the hyphenation of the word 
34516 \begin_inset Quotes eld
34517 \end_inset
34518
34519 veryverylongword
34520 \begin_inset Quotes erd
34521 \end_inset
34522
34523 , put the word into a box, set the 
34524 \family sans
34525 Inner
34526 \begin_inset space ~
34527 \end_inset
34528
34529 box
34530 \family default
34531  to 
34532 \family sans
34533 Makebox
34534 \family default
34535  and use no explicit width.
34536 \end_layout
34537
34538 \begin_layout Standard
34539 This is the result:
34540 \end_layout
34541
34542 \begin_layout Standard
34543 This line is an example to show how you can prevent the hyphenation of 
34544 \begin_inset Box Frameless
34545 position "t"
34546 hor_pos "c"
34547 has_inner_box 1
34548 inner_pos "t"
34549 use_parbox 0
34550 use_makebox 1
34551 width ""
34552 special "none"
34553 height "1in"
34554 height_special "totalheight"
34555 status open
34556
34557 \begin_layout Plain Layout
34558 \begin_inset Quotes eld
34559 \end_inset
34560
34561 veryverylongword
34562 \begin_inset Quotes erd
34563 \end_inset
34564
34565
34566 \end_layout
34567
34568 \end_inset
34569
34570 .
34571 \end_layout
34572
34573 \begin_layout Standard
34574 You can alternatively set the command 
34575 \begin_inset Quotes eld
34576 \end_inset
34577
34578
34579 \series bold
34580
34581 \backslash
34582 -
34583 \series default
34584
34585 \begin_inset Quotes grd
34586 \end_inset
34587
34588  as TeX-Code directly before the word:
34589 \end_layout
34590
34591 \begin_layout Standard
34592 This line is an example to show how you can prevent the hyphenation of 
34593 \begin_inset Quotes eld
34594 \end_inset
34595
34596
34597 \begin_inset ERT
34598 status collapsed
34599
34600 \begin_layout Plain Layout
34601
34602
34603 \backslash
34604 -
34605 \end_layout
34606
34607 \end_inset
34608
34609 veryverylongword
34610 \begin_inset Quotes erd
34611 \end_inset
34612
34613 .
34614 \end_layout
34615
34616 \begin_layout Standard
34617 Of course the word now protrudes over the side margin.
34618  To avoid this, add via the menu 
34619 \family sans
34620 Insert\SpecialChar \menuseparator
34621 Formatting\SpecialChar \menuseparator
34622 Ragged
34623 \begin_inset space ~
34624 \end_inset
34625
34626 Line
34627 \begin_inset space ~
34628 \end_inset
34629
34630 Break
34631 \family default
34632  (shortcut 
34633 \begin_inset Info
34634 type  "shortcut"
34635 arg   "newline-insert newline"
34636 \end_inset
34637
34638 ) a line break before the word:
34639 \end_layout
34640
34641 \begin_layout Standard
34642 This line is an example to show how you can prevent the hyphenation of 
34643 \begin_inset Newline newline
34644 \end_inset
34645
34646
34647 \begin_inset Box Frameless
34648 position "t"
34649 hor_pos "c"
34650 has_inner_box 1
34651 inner_pos "t"
34652 use_parbox 0
34653 use_makebox 1
34654 width ""
34655 special "none"
34656 height "1in"
34657 height_special "totalheight"
34658 status open
34659
34660 \begin_layout Plain Layout
34661 \begin_inset Quotes eld
34662 \end_inset
34663
34664 veryverylongword
34665 \begin_inset Quotes erd
34666 \end_inset
34667
34668
34669 \end_layout
34670
34671 \end_inset
34672
34673 .
34674 \end_layout
34675
34676 \begin_layout Subsection
34677 Vertical Alignment
34678 \begin_inset CommandInset label
34679 LatexCommand label
34680 name "sub:Vertical-Alignment"
34681
34682 \end_inset
34683
34684
34685 \begin_inset Index idx
34686 status collapsed
34687
34688 \begin_layout Plain Layout
34689 Boxes ! for Vertical Alignment
34690 \end_layout
34691
34692 \end_inset
34693
34694
34695 \begin_inset Index idx
34696 status collapsed
34697
34698 \begin_layout Plain Layout
34699 Boxes ! Raiseboxes
34700 \end_layout
34701
34702 \end_inset
34703
34704
34705 \end_layout
34706
34707 \begin_layout Standard
34708 With the help of the command 
34709 \series bold
34710
34711 \backslash
34712 raisebox
34713 \series default
34714  you can align words, characters or other boxes vertically relative to the
34715  surrounding text.
34716  
34717 \series bold
34718
34719 \backslash
34720 raisebox
34721 \series default
34722  is used with the following scheme:
34723 \end_layout
34724
34725 \begin_layout Standard
34726
34727 \series bold
34728
34729 \backslash
34730 raisebox{lift}[height][depth]{box content}
34731 \end_layout
34732
34733 \begin_layout Standard
34734 The lift can be a positive value to raise the box or a negative value to
34735  lower the box.
34736 \end_layout
34737
34738 \begin_layout Standard
34739 To align for example the word 
34740 \begin_inset Quotes eld
34741 \end_inset
34742
34743 preventing
34744 \begin_inset Quotes erd
34745 \end_inset
34746
34747  so that the bottom of the 
34748 \begin_inset Quotes eld
34749 \end_inset
34750
34751 deepest
34752 \begin_inset Quotes erd
34753 \end_inset
34754
34755  character 
34756 \begin_inset Quotes eld
34757 \end_inset
34758
34759 p
34760 \begin_inset Quotes erd
34761 \end_inset
34762
34763  is at the baseline, insert the command
34764 \end_layout
34765
34766 \begin_layout Standard
34767
34768 \series bold
34769
34770 \backslash
34771 raisebox{
34772 \backslash
34773 depth}{
34774 \end_layout
34775
34776 \begin_layout Standard
34777 in TeX-Code before the word.
34778  After the word insert a closing brace 
34779 \begin_inset Quotes eld
34780 \end_inset
34781
34782
34783 \series bold
34784 }
34785 \series default
34786
34787 \begin_inset Quotes erd
34788 \end_inset
34789
34790  in TeX-Code.
34791 \begin_inset Newline newline
34792 \end_inset
34793
34794 This is the result:
34795 \end_layout
34796
34797 \begin_layout Standard
34798 This is a text line with the word 
34799 \begin_inset ERT
34800 status collapsed
34801
34802 \begin_layout Plain Layout
34803
34804
34805 \backslash
34806 raisebox{
34807 \backslash
34808 depth}{
34809 \end_layout
34810
34811 \end_inset
34812
34813
34814 \begin_inset Quotes eld
34815 \end_inset
34816
34817 preventing
34818 \begin_inset Quotes erd
34819 \end_inset
34820
34821
34822 \begin_inset ERT
34823 status collapsed
34824
34825 \begin_layout Plain Layout
34826
34827 }
34828 \end_layout
34829
34830 \end_inset
34831
34832  as a raised word.
34833 \end_layout
34834
34835 \begin_layout Standard
34836 \begin_inset VSpace bigskip
34837 \end_inset
34838
34839 When you raise or lower characters in a line, the line distance will be
34840  spread:
34841 \end_layout
34842
34843 \begin_layout Standard
34844 This is a text line with the word 
34845 \begin_inset ERT
34846 status collapsed
34847
34848 \begin_layout Plain Layout
34849
34850
34851 \backslash
34852 raisebox{-
34853 \backslash
34854 depth}{
34855 \end_layout
34856
34857 \end_inset
34858
34859
34860 \begin_inset Quotes eld
34861 \end_inset
34862
34863 preventing
34864 \begin_inset Quotes erd
34865 \end_inset
34866
34867
34868 \begin_inset ERT
34869 status collapsed
34870
34871 \begin_layout Plain Layout
34872
34873 }
34874 \end_layout
34875
34876 \end_inset
34877
34878  as a lowered word.
34879 \begin_inset Newline newline
34880 \end_inset
34881
34882 This is a text line with the word 
34883 \begin_inset ERT
34884 status collapsed
34885
34886 \begin_layout Plain Layout
34887
34888
34889 \backslash
34890 raisebox{0.5cm}{
34891 \end_layout
34892
34893 \end_inset
34894
34895
34896 \begin_inset Quotes eld
34897 \end_inset
34898
34899 testing
34900 \begin_inset Quotes erd
34901 \end_inset
34902
34903
34904 \begin_inset ERT
34905 status collapsed
34906
34907 \begin_layout Plain Layout
34908
34909 }
34910 \end_layout
34911
34912 \end_inset
34913
34914  as a raised word.
34915 \end_layout
34916
34917 \begin_layout Standard
34918 If you want to prevent this for a certain reason, set the box height to
34919  a zero value.
34920  For example use
34921 \end_layout
34922
34923 \begin_layout Standard
34924
34925 \series bold
34926
34927 \backslash
34928 raisebox{-
34929 \backslash
34930 depth}[0pt]{
34931 \end_layout
34932
34933 \begin_layout Standard
34934 This is a text line with the word 
34935 \begin_inset ERT
34936 status collapsed
34937
34938 \begin_layout Plain Layout
34939
34940
34941 \backslash
34942 raisebox{-
34943 \backslash
34944 depth}[0pt]{
34945 \end_layout
34946
34947 \end_inset
34948
34949
34950 \begin_inset Quotes eld
34951 \end_inset
34952
34953 preventing
34954 \begin_inset Quotes erd
34955 \end_inset
34956
34957
34958 \begin_inset ERT
34959 status collapsed
34960
34961 \begin_layout Plain Layout
34962
34963 }
34964 \end_layout
34965
34966 \end_inset
34967
34968  as a lowered word.
34969 \begin_inset Newline newline
34970 \end_inset
34971
34972 This is a text line with the word 
34973 \begin_inset ERT
34974 status collapsed
34975
34976 \begin_layout Plain Layout
34977
34978
34979 \backslash
34980 raisebox{0.5cm}[0pt]{
34981 \end_layout
34982
34983 \end_inset
34984
34985
34986 \begin_inset Quotes eld
34987 \end_inset
34988
34989 testing
34990 \begin_inset Quotes erd
34991 \end_inset
34992
34993
34994 \begin_inset ERT
34995 status collapsed
34996
34997 \begin_layout Plain Layout
34998
34999 }
35000 \end_layout
35001
35002 \end_inset
35003
35004  as a raised word.
35005 \end_layout
35006
35007 \begin_layout Section
35008 Colored Boxes
35009 \begin_inset CommandInset label
35010 LatexCommand label
35011 name "sec:Colored-Boxes"
35012
35013 \end_inset
35014
35015
35016 \begin_inset Index idx
35017 status collapsed
35018
35019 \begin_layout Plain Layout
35020 Boxes ! Color
35021 \end_layout
35022
35023 \end_inset
35024
35025
35026 \end_layout
35027
35028 \begin_layout Subsection
35029 Color for Text
35030 \begin_inset Index idx
35031 status collapsed
35032
35033 \begin_layout Plain Layout
35034 Color ! for Text
35035 \end_layout
35036
35037 \end_inset
35038
35039
35040 \end_layout
35041
35042 \begin_layout Standard
35043 To color the background of text the text must be put into a so called 
35044 \begin_inset Quotes eld
35045 \end_inset
35046
35047 colorbox
35048 \begin_inset Quotes erd
35049 \end_inset
35050
35051 .
35052  This requires that the LaTeX-package 
35053 \series bold
35054 color
35055 \series default
35056
35057 \begin_inset Index idx
35058 status collapsed
35059
35060 \begin_layout Plain Layout
35061 LaTeX-packages ! color
35062 \end_layout
35063
35064 \end_inset
35065
35066  is loaded in the document preamble with the command
35067 \end_layout
35068
35069 \begin_layout Standard
35070
35071 \series bold
35072
35073 \backslash
35074 @ifundefined{textcolor}
35075 \begin_inset Newline newline
35076 \end_inset
35077
35078
35079 \begin_inset Phantom HPhantom
35080 status open
35081
35082 \begin_layout Plain Layout
35083
35084 \series bold
35085 \begin_inset space ~
35086 \end_inset
35087
35088
35089 \end_layout
35090
35091 \end_inset
35092
35093 {
35094 \backslash
35095 usepackage{color}}{}
35096 \end_layout
35097
35098 \begin_layout Standard
35099 The package 
35100 \series bold
35101 color
35102 \series default
35103  will be loaded automatically by LyX when you color text.
35104 \begin_inset Foot
35105 status collapsed
35106
35107 \begin_layout Plain Layout
35108 To avoid it being loaded twice the command 
35109 \series bold
35110
35111 \backslash
35112 @ifundefined
35113 \series default
35114  is used.
35115 \end_layout
35116
35117 \end_inset
35118
35119
35120 \end_layout
35121
35122 \begin_layout Standard
35123 \begin_inset VSpace medskip
35124 \end_inset
35125
35126 Colorboxes are created with the command 
35127 \series bold
35128
35129 \backslash
35130 colorbox
35131 \series default
35132 .
35133  This will be used with the following scheme:
35134 \end_layout
35135
35136 \begin_layout Standard
35137
35138 \series bold
35139
35140 \backslash
35141 colorbox{color}{box content}
35142 \end_layout
35143
35144 \begin_layout Standard
35145 The box content can also be a box and colorboxes can also be within other
35146  boxes.
35147 \end_layout
35148
35149 \begin_layout Standard
35150 The following colors are predefined:
35151 \begin_inset Newline newline
35152 \end_inset
35153
35154
35155 \family sans
35156 black
35157 \family default
35158
35159 \family sans
35160 blue
35161 \family default
35162
35163 \family sans
35164 cyan
35165 \family default
35166 \series bold
35167 ,
35168 \series default
35169  
35170 \family sans
35171 green
35172 \family default
35173
35174 \family sans
35175 magenta
35176 \family default
35177
35178 \family sans
35179 red
35180 \family default
35181
35182 \family sans
35183 white
35184 \family default
35185 , and 
35186 \family sans
35187 yellow
35188 \family default
35189 .
35190 \begin_inset Newline newline
35191 \end_inset
35192
35193 You can also define your own color as described in section
35194 \begin_inset space ~
35195 \end_inset
35196
35197
35198 \begin_inset CommandInset ref
35199 LatexCommand ref
35200 reference "sec:Colored-Tables"
35201
35202 \end_inset
35203
35204 .
35205 \end_layout
35206
35207 \begin_layout Standard
35208 To have e.
35209 \begin_inset space \thinspace{}
35210 \end_inset
35211
35212 g.
35213 \begin_inset space \space{}
35214 \end_inset
35215
35216 a red background for a word, insert the command
35217 \end_layout
35218
35219 \begin_layout Standard
35220
35221 \series bold
35222
35223 \backslash
35224 colorbox{red}{
35225 \end_layout
35226
35227 \begin_layout Standard
35228 before the word in TeX-Code.
35229  After the word insert a closing brace 
35230 \begin_inset Quotes eld
35231 \end_inset
35232
35233
35234 \series bold
35235 }
35236 \series default
35237
35238 \begin_inset Quotes erd
35239 \end_inset
35240
35241  in TeX-Code.
35242 \begin_inset Newline newline
35243 \end_inset
35244
35245 This is the result:
35246 \end_layout
35247
35248 \begin_layout Standard
35249 This is a line where the word 
35250 \begin_inset ERT
35251 status collapsed
35252
35253 \begin_layout Plain Layout
35254
35255
35256 \backslash
35257 colorbox{red}{
35258 \end_layout
35259
35260 \end_inset
35261
35262
35263 \begin_inset Quotes eld
35264 \end_inset
35265
35266 Attention!
35267 \begin_inset Quotes erd
35268 \end_inset
35269
35270
35271 \begin_inset ERT
35272 status collapsed
35273
35274 \begin_layout Plain Layout
35275
35276 }
35277 \end_layout
35278
35279 \end_inset
35280
35281  has a red background.
35282 \end_layout
35283
35284 \begin_layout Standard
35285 \begin_inset VSpace bigskip
35286 \end_inset
35287
35288 If you would like the box frame in a different color, you can use the command
35289  
35290 \series bold
35291
35292 \backslash
35293 fcolorbox
35294 \series default
35295  with the following scheme:
35296 \end_layout
35297
35298 \begin_layout Standard
35299
35300 \series bold
35301
35302 \backslash
35303 fcolorbox{frame color}{box color}{box content}
35304 \end_layout
35305
35306 \begin_layout Standard
35307
35308 \series bold
35309
35310 \backslash
35311 fcolorbox
35312 \series default
35313  is an extension to 
35314 \series bold
35315
35316 \backslash
35317 colorbox
35318 \series default
35319 .
35320  The frame thickness and the space between the frame and the box content
35321  can be adjusted with the lengths 
35322 \series bold
35323
35324 \backslash
35325 fboxrule
35326 \series default
35327  and 
35328 \series bold
35329
35330 \backslash
35331 fboxsep
35332 \series default
35333 , respectively, as described in section
35334 \begin_inset space ~
35335 \end_inset
35336
35337
35338 \begin_inset CommandInset ref
35339 LatexCommand ref
35340 reference "sec:Decoration"
35341
35342 \end_inset
35343
35344 .
35345 \end_layout
35346
35347 \begin_layout Standard
35348 For the following example the command
35349 \end_layout
35350
35351 \begin_layout Standard
35352
35353 \series bold
35354
35355 \backslash
35356 fcolorbox{cyan}{magenta}{
35357 \end_layout
35358
35359 \begin_layout Standard
35360 was used.
35361 \end_layout
35362
35363 \begin_layout Standard
35364 Here is an example where the frame line thickness was set to 1
35365 \begin_inset space \thinspace{}
35366 \end_inset
35367
35368 mm:
35369 \begin_inset Newline newline
35370 \end_inset
35371
35372
35373 \begin_inset ERT
35374 status collapsed
35375
35376 \begin_layout Plain Layout
35377
35378
35379 \backslash
35380 fboxrule 1mm 
35381 \backslash
35382 fboxsep 1mm
35383 \end_layout
35384
35385 \end_inset
35386
35387
35388 \begin_inset ERT
35389 status collapsed
35390
35391 \begin_layout Plain Layout
35392
35393
35394 \backslash
35395 fcolorbox{cyan}{magenta}{
35396 \end_layout
35397
35398 \end_inset
35399
35400 This is text within a colored, framed box.
35401 \begin_inset ERT
35402 status collapsed
35403
35404 \begin_layout Plain Layout
35405
35406 }
35407 \end_layout
35408
35409 \end_inset
35410
35411
35412 \end_layout
35413
35414 \begin_layout Standard
35415 \begin_inset VSpace bigskip
35416 \end_inset
35417
35418 Of course you can also have colored text inside a colorbox:
35419 \begin_inset Newline newline
35420 \end_inset
35421
35422
35423 \begin_inset ERT
35424 status collapsed
35425
35426 \begin_layout Plain Layout
35427
35428
35429 \backslash
35430 fcolorbox{cyan}{magenta}{
35431 \end_layout
35432
35433 \end_inset
35434
35435
35436 \color yellow
35437 This is colored text within a colored, framed box.
35438 \color none
35439
35440 \begin_inset ERT
35441 status collapsed
35442
35443 \begin_layout Plain Layout
35444
35445 }
35446 \end_layout
35447
35448 \end_inset
35449
35450
35451 \begin_inset ERT
35452 status collapsed
35453
35454 \begin_layout Plain Layout
35455
35456
35457 \backslash
35458 fboxrule 0.4pt 
35459 \backslash
35460 fboxsep 3pt
35461 \end_layout
35462
35463 \end_inset
35464
35465
35466 \end_layout
35467
35468 \begin_layout Standard
35469 \begin_inset VSpace medskip
35470 \end_inset
35471
35472
35473 \end_layout
35474
35475 \begin_layout Standard
35476 \begin_inset Note Greyedout
35477 status open
35478
35479 \begin_layout Plain Layout
35480
35481 \series bold
35482 Note:
35483 \series default
35484  Text in colorboxes cannot have line breaks.
35485  To color multiple text lines or paragraphs, use a box inside a colorbox
35486  as described in the following.
35487 \end_layout
35488
35489 \end_inset
35490
35491
35492 \end_layout
35493
35494 \begin_layout Subsection
35495 Color for Paragraphs
35496 \begin_inset CommandInset label
35497 LatexCommand label
35498 name "sub:Color-for-Paragraphs"
35499
35500 \end_inset
35501
35502
35503 \begin_inset Index idx
35504 status collapsed
35505
35506 \begin_layout Plain Layout
35507 Color ! for Paragraphs
35508 \end_layout
35509
35510 \end_inset
35511
35512
35513 \end_layout
35514
35515 \begin_layout Standard
35516 To set the background color for more than one text line, put the text into
35517  a minipage.
35518  Before the minipage insert the 
35519 \series bold
35520
35521 \backslash
35522 colorbox
35523 \series default
35524  command
35525 \end_layout
35526
35527 \begin_layout Standard
35528
35529 \series bold
35530
35531 \backslash
35532 colorbox{color}{
35533 \end_layout
35534
35535 \begin_layout Standard
35536 in TeX-Code.
35537  After the minipage insert a closing brace 
35538 \begin_inset Quotes eld
35539 \end_inset
35540
35541
35542 \series bold
35543 }
35544 \series default
35545
35546 \begin_inset Quotes erd
35547 \end_inset
35548
35549  in TeX-Code.
35550 \end_layout
35551
35552 \begin_layout Standard
35553 \begin_inset ERT
35554 status collapsed
35555
35556 \begin_layout Plain Layout
35557
35558
35559 \backslash
35560 colorbox{lightgrey}{
35561 \end_layout
35562
35563 \end_inset
35564
35565
35566 \begin_inset Box Frameless
35567 position "t"
35568 hor_pos "c"
35569 has_inner_box 1
35570 inner_pos "t"
35571 use_parbox 0
35572 use_makebox 0
35573 width "100col%"
35574 special "none"
35575 height "1in"
35576 height_special "totalheight"
35577 status collapsed
35578
35579 \begin_layout Plain Layout
35580 This is text with background color.
35581  This is text with background color.
35582 \end_layout
35583
35584 \begin_layout Plain Layout
35585 \begin_inset VSpace defskip
35586 \end_inset
35587
35588 The text can have footnotes
35589 \begin_inset Foot
35590 status collapsed
35591
35592 \begin_layout Plain Layout
35593 Another example footnote
35594 \end_layout
35595
35596 \end_inset
35597
35598  and can include tables and figures.
35599 \end_layout
35600
35601 \begin_layout Plain Layout
35602 \align center
35603 \begin_inset Tabular
35604 <lyxtabular version="3" rows="3" columns="3">
35605 <features rotate="0" tabularvalignment="middle">
35606 <column alignment="center" valignment="top">
35607 <column alignment="center" valignment="top">
35608 <column alignment="center" valignment="top">
35609 <row>
35610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35611 \begin_inset Text
35612
35613 \begin_layout Plain Layout
35614 a
35615 \end_layout
35616
35617 \end_inset
35618 </cell>
35619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35620 \begin_inset Text
35621
35622 \begin_layout Plain Layout
35623 !
35624 \end_layout
35625
35626 \end_inset
35627 </cell>
35628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35629 \begin_inset Text
35630
35631 \begin_layout Plain Layout
35632 3
35633 \end_layout
35634
35635 \end_inset
35636 </cell>
35637 </row>
35638 <row>
35639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35640 \begin_inset Text
35641
35642 \begin_layout Plain Layout
35643 <
35644 \end_layout
35645
35646 \end_inset
35647 </cell>
35648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35649 \begin_inset Text
35650
35651 \begin_layout Plain Layout
35652 b2
35653 \begin_inset Quotes erd
35654 \end_inset
35655
35656 |
35657 \end_layout
35658
35659 \end_inset
35660 </cell>
35661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35662 \begin_inset Text
35663
35664 \begin_layout Plain Layout
35665 >
35666 \end_layout
35667
35668 \end_inset
35669 </cell>
35670 </row>
35671 <row>
35672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35673 \begin_inset Text
35674
35675 \begin_layout Plain Layout
35676 1
35677 \end_layout
35678
35679 \end_inset
35680 </cell>
35681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35682 \begin_inset Text
35683
35684 \begin_layout Plain Layout
35685 §
35686 \end_layout
35687
35688 \end_inset
35689 </cell>
35690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35691 \begin_inset Text
35692
35693 \begin_layout Plain Layout
35694 c
35695 \end_layout
35696
35697 \end_inset
35698 </cell>
35699 </row>
35700 </lyxtabular>
35701
35702 \end_inset
35703
35704
35705 \end_layout
35706
35707 \end_inset
35708
35709
35710 \begin_inset ERT
35711 status collapsed
35712
35713 \begin_layout Plain Layout
35714
35715 }
35716 \end_layout
35717
35718 \end_inset
35719
35720
35721 \end_layout
35722
35723 \begin_layout Section
35724 Rotated and Scaled Boxes
35725 \end_layout
35726
35727 \begin_layout Standard
35728 To use the commands described in this section, the LaTeX-package 
35729 \series bold
35730 graphicx
35731 \series default
35732
35733 \begin_inset Index idx
35734 status collapsed
35735
35736 \begin_layout Plain Layout
35737 LaTeX-packages ! graphicx
35738 \end_layout
35739
35740 \end_inset
35741
35742  needs to be loaded in the document preamble with the command
35743 \end_layout
35744
35745 \begin_layout Standard
35746
35747 \series bold
35748
35749 \backslash
35750 @ifundefined{rotatebox}
35751 \begin_inset Newline newline
35752 \end_inset
35753
35754
35755 \begin_inset Phantom HPhantom
35756 status open
35757
35758 \begin_layout Plain Layout
35759
35760 \series bold
35761 \begin_inset space ~
35762 \end_inset
35763
35764
35765 \end_layout
35766
35767 \end_inset
35768
35769 {
35770 \backslash
35771 usepackage{graphicx}}{}
35772 \end_layout
35773
35774 \begin_layout Standard
35775 \begin_inset Note Greyedout
35776 status open
35777
35778 \begin_layout Plain Layout
35779
35780 \series bold
35781 Note:
35782 \series default
35783  Not all DVI-viewers are able to display rotated or scaled material.
35784 \end_layout
35785
35786 \end_inset
35787
35788
35789 \end_layout
35790
35791 \begin_layout Standard
35792 \begin_inset Note Greyedout
35793 status open
35794
35795 \begin_layout Plain Layout
35796
35797 \series bold
35798 Note:
35799 \series default
35800  Floats are not allowed inside a rotated or scaled box.
35801 \end_layout
35802
35803 \end_inset
35804
35805
35806 \end_layout
35807
35808 \begin_layout Subsection
35809 Rotated Boxes
35810 \begin_inset Index idx
35811 status collapsed
35812
35813 \begin_layout Plain Layout
35814 Boxes ! rotated
35815 \end_layout
35816
35817 \end_inset
35818
35819
35820 \begin_inset Index idx
35821 status collapsed
35822
35823 \begin_layout Plain Layout
35824 Rotated Material
35825 \end_layout
35826
35827 \end_inset
35828
35829
35830 \end_layout
35831
35832 \begin_layout Standard
35833 To rotate material, you can put it into a rotated box.
35834  Such a box is created using the command 
35835 \series bold
35836
35837 \backslash
35838 rotatebox
35839 \series default
35840  in TeX-Code with the following scheme:
35841 \end_layout
35842
35843 \begin_layout Standard
35844
35845 \series bold
35846
35847 \backslash
35848 rotatebox[rotation origin]{rotation angle}{box content}
35849 \end_layout
35850
35851 \begin_layout Standard
35852 The rotation origin is specified in the form 
35853 \series bold
35854 origin=position
35855 \series default
35856 .
35857  The following positions are possible: 
35858 \emph on
35859 c
35860 \emph default
35861  (center), 
35862 \emph on
35863 l
35864 \emph default
35865  (left), 
35866 \emph on
35867 r
35868 \emph default
35869  (right), 
35870 \emph on
35871 b
35872 \emph default
35873  (bottom), 
35874 \emph on
35875 t
35876 \emph default
35877  (top), along with meaningful combinations of the four base positions.
35878  For example 
35879 \emph on
35880 lt
35881 \emph default
35882  means that the rotation origin is at the top left corner of the box.
35883  When no rotation origin is specified, the position 
35884 \emph on
35885 l
35886 \emph default
35887  will be used.
35888  The rotation angle is a number that can be negative that specifies the
35889  angle in degrees.
35890  The rotation direction is counterclockwise.
35891 \end_layout
35892
35893 \begin_layout Standard
35894 In the following example the command 
35895 \series bold
35896
35897 \backslash
35898 rotatebox[origin=c]{60}{
35899 \series default
35900  was inserted as TeX-Code before the text 
35901 \begin_inset Quotes eld
35902 \end_inset
35903
35904 with rotated
35905 \begin_inset Quotes erd
35906 \end_inset
35907
35908 ; after the text the box was closed by a closing brace 
35909 \series bold
35910 }
35911 \series default
35912  in TeX-Code.
35913 \end_layout
35914
35915 \begin_layout Standard
35916 This is a line 
35917 \begin_inset ERT
35918 status collapsed
35919
35920 \begin_layout Plain Layout
35921
35922
35923 \backslash
35924 rotatebox[origin=c]{60}{
35925 \end_layout
35926
35927 \end_inset
35928
35929 with rotated
35930 \begin_inset ERT
35931 status collapsed
35932
35933 \begin_layout Plain Layout
35934
35935 }
35936 \end_layout
35937
35938 \end_inset
35939
35940  text.
35941 \end_layout
35942
35943 \begin_layout Standard
35944 The box content can also be another box or an inline formula:
35945 \end_layout
35946
35947 \begin_layout Standard
35948 This is a line
35949 \begin_inset ERT
35950 status collapsed
35951
35952 \begin_layout Plain Layout
35953
35954
35955 \backslash
35956 rotatebox[origin=r]{-60}{
35957 \end_layout
35958
35959 \end_inset
35960
35961
35962 \begin_inset Box Doublebox
35963 position "c"
35964 hor_pos "c"
35965 has_inner_box 0
35966 inner_pos "c"
35967 use_parbox 0
35968 use_makebox 0
35969 width "1in"
35970 special "width"
35971 height "1in"
35972 height_special "totalheight"
35973 status collapsed
35974
35975 \begin_layout Plain Layout
35976 with rotated
35977 \end_layout
35978
35979 \end_inset
35980
35981
35982 \begin_inset ERT
35983 status collapsed
35984
35985 \begin_layout Plain Layout
35986
35987 }
35988 \end_layout
35989
35990 \end_inset
35991
35992  framed text 
35993 \begin_inset ERT
35994 status collapsed
35995
35996 \begin_layout Plain Layout
35997
35998
35999 \backslash
36000 rotatebox[origin=lb]{60}{
36001 \end_layout
36002
36003 \end_inset
36004
36005
36006 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36007 \end_inset
36008
36009
36010 \begin_inset ERT
36011 status collapsed
36012
36013 \begin_layout Plain Layout
36014
36015 }
36016 \end_layout
36017
36018 \end_inset
36019
36020  and a formula.
36021 \end_layout
36022
36023 \begin_layout Standard
36024 or an image or table:
36025 \end_layout
36026
36027 \begin_layout Standard
36028 This is a line
36029 \begin_inset ERT
36030 status collapsed
36031
36032 \begin_layout Plain Layout
36033
36034
36035 \backslash
36036 rotatebox[origin=lb]{90}{
36037 \end_layout
36038
36039 \end_inset
36040
36041
36042 \begin_inset Graphics
36043         filename clipart/platypus.eps
36044         lyxscale 50
36045         width 25col%
36046
36047 \end_inset
36048
36049
36050 \begin_inset ERT
36051 status collapsed
36052
36053 \begin_layout Plain Layout
36054
36055 }
36056 \end_layout
36057
36058 \end_inset
36059
36060  with a rotated image 
36061 \begin_inset ERT
36062 status collapsed
36063
36064 \begin_layout Plain Layout
36065
36066
36067 \backslash
36068 rotatebox[origin=l]{-90}{
36069 \end_layout
36070
36071 \end_inset
36072
36073
36074 \begin_inset Tabular
36075 <lyxtabular version="3" rows="2" columns="2">
36076 <features rotate="0" tabularvalignment="middle">
36077 <column alignment="center" valignment="top">
36078 <column alignment="center" valignment="top">
36079 <row>
36080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36081 \begin_inset Text
36082
36083 \begin_layout Plain Layout
36084 q
36085 \end_layout
36086
36087 \end_inset
36088 </cell>
36089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36090 \begin_inset Text
36091
36092 \begin_layout Plain Layout
36093 w
36094 \end_layout
36095
36096 \end_inset
36097 </cell>
36098 </row>
36099 <row>
36100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36101 \begin_inset Text
36102
36103 \begin_layout Plain Layout
36104 e
36105 \end_layout
36106
36107 \end_inset
36108 </cell>
36109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36110 \begin_inset Text
36111
36112 \begin_layout Plain Layout
36113 r
36114 \end_layout
36115
36116 \end_inset
36117 </cell>
36118 </row>
36119 </lyxtabular>
36120
36121 \end_inset
36122
36123
36124 \begin_inset ERT
36125 status collapsed
36126
36127 \begin_layout Plain Layout
36128
36129 }
36130 \end_layout
36131
36132 \end_inset
36133
36134  and table.
36135 \begin_inset Index idx
36136 status collapsed
36137
36138 \begin_layout Plain Layout
36139 Figures ! rotated
36140 \end_layout
36141
36142 \end_inset
36143
36144
36145 \begin_inset Index idx
36146 status collapsed
36147
36148 \begin_layout Plain Layout
36149 Table Customization ! Rotating
36150 \end_layout
36151
36152 \end_inset
36153
36154
36155 \end_layout
36156
36157 \begin_layout Subsection
36158 Scaled Boxes
36159 \begin_inset Index idx
36160 status collapsed
36161
36162 \begin_layout Plain Layout
36163 Boxes ! scaled
36164 \end_layout
36165
36166 \end_inset
36167
36168
36169 \begin_inset Index idx
36170 status collapsed
36171
36172 \begin_layout Plain Layout
36173 Scaled Material
36174 \end_layout
36175
36176 \end_inset
36177
36178
36179 \end_layout
36180
36181 \begin_layout Standard
36182 To scale material the commands 
36183 \series bold
36184
36185 \backslash
36186 scalebox
36187 \series default
36188  and 
36189 \series bold
36190
36191 \backslash
36192 resizebox
36193 \series default
36194  can be used as TeX-Code.
36195 \end_layout
36196
36197 \begin_layout Standard
36198
36199 \series bold
36200
36201 \backslash
36202 scalebox
36203 \series default
36204  is used with the following scheme:
36205 \end_layout
36206
36207 \begin_layout Standard
36208
36209 \series bold
36210
36211 \backslash
36212 scalebox{horizontal}[vertical]{box content}
36213 \end_layout
36214
36215 \begin_layout Standard
36216 Horizontal and vertical are the corresponding scaling factors.
36217  If no vertical scaling factor is given, the horizontal factor will also
36218  be used as the vertical one.
36219 \end_layout
36220
36221 \begin_layout Standard
36222 The command 
36223 \series bold
36224
36225 \backslash
36226 scalebox{2}{Hello}
36227 \series default
36228  creates for example a double size 
36229 \begin_inset ERT
36230 status collapsed
36231
36232 \begin_layout Plain Layout
36233
36234
36235 \backslash
36236 scalebox{2}{
36237 \end_layout
36238
36239 \end_inset
36240
36241 Hello
36242 \begin_inset ERT
36243 status collapsed
36244
36245 \begin_layout Plain Layout
36246
36247 }
36248 \end_layout
36249
36250 \end_inset
36251
36252 , compared with the document text size.
36253 \end_layout
36254
36255 \begin_layout Standard
36256
36257 \series bold
36258
36259 \backslash
36260 scalebox{2}[1]{Hello}
36261 \series default
36262  on the other hand distorts the 
36263 \begin_inset ERT
36264 status collapsed
36265
36266 \begin_layout Plain Layout
36267
36268
36269 \backslash
36270 scalebox{2}[1]{
36271 \end_layout
36272
36273 \end_inset
36274
36275 Hello
36276 \begin_inset ERT
36277 status collapsed
36278
36279 \begin_layout Plain Layout
36280
36281 }
36282 \end_layout
36283
36284 \end_inset
36285
36286 .
36287 \end_layout
36288
36289 \begin_layout Standard
36290 If the scaling factor is negative, the box content will be mirrored.
36291  Therefore the command 
36292 \series bold
36293
36294 \backslash
36295 scalebox{-1}[1]{Hello}
36296 \series default
36297  can be used to create mirror writing: 
36298 \begin_inset ERT
36299 status collapsed
36300
36301 \begin_layout Plain Layout
36302
36303
36304 \backslash
36305 scalebox{-1}[1]{
36306 \end_layout
36307
36308 \end_inset
36309
36310 Hello
36311 \begin_inset ERT
36312 status collapsed
36313
36314 \begin_layout Plain Layout
36315
36316 }
36317 \end_layout
36318
36319 \end_inset
36320
36321
36322 \end_layout
36323
36324 \begin_layout Standard
36325
36326 \series bold
36327
36328 \backslash
36329 scalebox{1}[-1]{Hello}
36330 \series default
36331  reflects the 
36332 \begin_inset ERT
36333 status collapsed
36334
36335 \begin_layout Plain Layout
36336
36337
36338 \backslash
36339 scalebox{1}[-1]{
36340 \end_layout
36341
36342 \end_inset
36343
36344 Hello
36345 \begin_inset ERT
36346 status collapsed
36347
36348 \begin_layout Plain Layout
36349
36350 }
36351 \end_layout
36352
36353 \end_inset
36354
36355  at the base line.
36356 \end_layout
36357
36358 \begin_layout Standard
36359 Equivalent to 
36360 \series bold
36361
36362 \backslash
36363 scalebox{-1}[1]{box content}
36364 \series default
36365  there exists the command
36366 \begin_inset Newline newline
36367 \end_inset
36368
36369
36370 \series bold
36371
36372 \backslash
36373 reflectbox{box content}
36374 \series default
36375 .
36376 \end_layout
36377
36378 \begin_layout Standard
36379 \begin_inset VSpace bigskip
36380 \end_inset
36381
36382 The command 
36383 \series bold
36384
36385 \backslash
36386 resizebox
36387 \series default
36388  is used to scale the box to a defined width and height.
36389  The command scheme is:
36390 \end_layout
36391
36392 \begin_layout Standard
36393
36394 \series bold
36395
36396 \backslash
36397 resizebox{width}{height}{box content}
36398 \end_layout
36399
36400 \begin_layout Standard
36401 If one of the two command arguments given is an exclamation mark 
36402 \series bold
36403 !
36404 \series default
36405 , the size is set so that the aspect ratio of the box content is kept.
36406 \end_layout
36407
36408 \begin_layout Standard
36409 The command 
36410 \series bold
36411
36412 \backslash
36413 resizebox{2cm}{1cm}{Hello}
36414 \series default
36415  produces: 
36416 \begin_inset ERT
36417 status collapsed
36418
36419 \begin_layout Plain Layout
36420
36421
36422 \backslash
36423 resizebox{2cm}{1cm}{
36424 \end_layout
36425
36426 \end_inset
36427
36428 Hello
36429 \begin_inset ERT
36430 status collapsed
36431
36432 \begin_layout Plain Layout
36433
36434 }
36435 \end_layout
36436
36437 \end_inset
36438
36439
36440 \begin_inset Newline newline
36441 \end_inset
36442
36443 The command 
36444 \series bold
36445
36446 \backslash
36447 resizebox{2cm}{!}{Hello}
36448 \series default
36449  produces: 
36450 \begin_inset ERT
36451 status collapsed
36452
36453 \begin_layout Plain Layout
36454
36455
36456 \backslash
36457 resizebox{2cm}{!}{
36458 \end_layout
36459
36460 \end_inset
36461
36462 Hello
36463 \begin_inset ERT
36464 status collapsed
36465
36466 \begin_layout Plain Layout
36467
36468 }
36469 \end_layout
36470
36471 \end_inset
36472
36473
36474 \end_layout
36475
36476 \begin_layout Standard
36477 \begin_inset VSpace bigskip
36478 \end_inset
36479
36480
36481 \begin_inset Note Greyedout
36482 status open
36483
36484 \begin_layout Plain Layout
36485
36486 \series bold
36487 Note:
36488 \series default
36489  When arguments of 
36490 \series bold
36491
36492 \backslash
36493 scalebox
36494 \series default
36495  or 
36496 \series bold
36497
36498 \backslash
36499 resizebox
36500 \series default
36501  are set to zero, no LaTeX-errors occur when exporting the document but
36502  the exported files can not or only partly be displayed.
36503 \end_layout
36504
36505 \end_inset
36506
36507
36508 \end_layout
36509
36510 \begin_layout Standard
36511 \begin_inset VSpace bigskip
36512 \end_inset
36513
36514
36515 \end_layout
36516
36517 \begin_layout Standard
36518 The boxes can be combined in any order.
36519  E.
36520 \begin_inset space \thinspace{}
36521 \end_inset
36522
36523 g.
36524 \begin_inset space \space{}
36525 \end_inset
36526
36527 the command
36528 \begin_inset Newline newline
36529 \end_inset
36530
36531
36532 \series bold
36533
36534 \backslash
36535 rotatebox[origin=c]{-45}{
36536 \backslash
36537 resizebox{2cm}{!}{
36538 \backslash
36539 reflectbox{Hello}}}
36540 \begin_inset Newline newline
36541 \end_inset
36542
36543
36544 \series default
36545 produces:
36546 \end_layout
36547
36548 \begin_layout Standard
36549 \align center
36550 \begin_inset ERT
36551 status collapsed
36552
36553 \begin_layout Plain Layout
36554
36555
36556 \backslash
36557 rotatebox[origin=c]{-45}{
36558 \backslash
36559 resizebox{2cm}{!}{
36560 \backslash
36561 reflectbox{
36562 \end_layout
36563
36564 \end_inset
36565
36566 Hello
36567 \begin_inset ERT
36568 status collapsed
36569
36570 \begin_layout Plain Layout
36571
36572 }}}
36573 \end_layout
36574
36575 \end_inset
36576
36577
36578 \end_layout
36579
36580 \begin_layout Standard
36581 \noindent
36582 Images, tables, and inline formulas are allowed as box content:
36583 \end_layout
36584
36585 \begin_layout Standard
36586 \align center
36587 \begin_inset ERT
36588 status collapsed
36589
36590 \begin_layout Plain Layout
36591
36592
36593 \backslash
36594 rotatebox[origin=c]{-30}{
36595 \backslash
36596 resizebox{2cm}{!}{
36597 \backslash
36598 reflectbox{
36599 \end_layout
36600
36601 \end_inset
36602
36603
36604 \begin_inset Graphics
36605         filename clipart/platypus.eps
36606         lyxscale 50
36607         width 25col%
36608
36609 \end_inset
36610
36611
36612 \begin_inset ERT
36613 status collapsed
36614
36615 \begin_layout Plain Layout
36616
36617 }}}
36618 \end_layout
36619
36620 \end_inset
36621
36622
36623 \begin_inset ERT
36624 status collapsed
36625
36626 \begin_layout Plain Layout
36627
36628
36629 \backslash
36630 rotatebox[origin=c]{-45}{
36631 \backslash
36632 resizebox{2cm}{!}{
36633 \backslash
36634 reflectbox{
36635 \end_layout
36636
36637 \end_inset
36638
36639
36640 \begin_inset Tabular
36641 <lyxtabular version="3" rows="2" columns="2">
36642 <features rotate="0" tabularvalignment="middle">
36643 <column alignment="center" valignment="top">
36644 <column alignment="center" valignment="top">
36645 <row>
36646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36647 \begin_inset Text
36648
36649 \begin_layout Plain Layout
36650 q
36651 \end_layout
36652
36653 \end_inset
36654 </cell>
36655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36656 \begin_inset Text
36657
36658 \begin_layout Plain Layout
36659 w
36660 \end_layout
36661
36662 \end_inset
36663 </cell>
36664 </row>
36665 <row>
36666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36667 \begin_inset Text
36668
36669 \begin_layout Plain Layout
36670 e
36671 \end_layout
36672
36673 \end_inset
36674 </cell>
36675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36676 \begin_inset Text
36677
36678 \begin_layout Plain Layout
36679 r
36680 \end_layout
36681
36682 \end_inset
36683 </cell>
36684 </row>
36685 </lyxtabular>
36686
36687 \end_inset
36688
36689
36690 \begin_inset ERT
36691 status collapsed
36692
36693 \begin_layout Plain Layout
36694
36695 }}}
36696 \end_layout
36697
36698 \end_inset
36699
36700
36701 \begin_inset ERT
36702 status collapsed
36703
36704 \begin_layout Plain Layout
36705
36706
36707 \backslash
36708 rotatebox[origin=c]{-45}{
36709 \backslash
36710 resizebox{2cm}{!}{
36711 \backslash
36712 reflectbox{
36713 \end_layout
36714
36715 \end_inset
36716
36717
36718 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36719 \end_inset
36720
36721
36722 \begin_inset ERT
36723 status collapsed
36724
36725 \begin_layout Plain Layout
36726
36727 }}}
36728 \end_layout
36729
36730 \end_inset
36731
36732
36733 \begin_inset Index idx
36734 status collapsed
36735
36736 \begin_layout Plain Layout
36737 Figures ! scaled
36738 \end_layout
36739
36740 \end_inset
36741
36742
36743 \begin_inset Index idx
36744 status collapsed
36745
36746 \begin_layout Plain Layout
36747 Table Customization ! Scaling
36748 \end_layout
36749
36750 \end_inset
36751
36752
36753 \end_layout
36754
36755 \begin_layout Standard
36756 When the global formula style 
36757 \series bold
36758 fleqn
36759 \series default
36760  is used in the document
36761 \begin_inset Foot
36762 status collapsed
36763
36764 \begin_layout Plain Layout
36765 When 
36766 \begin_inset Quotes eld
36767 \end_inset
36768
36769 fleqn
36770 \begin_inset Quotes erd
36771 \end_inset
36772
36773  is added to the document class options.
36774 \end_layout
36775
36776 \end_inset
36777
36778 , display style formulas can also be scaled.
36779 \end_layout
36780
36781 \begin_layout Chapter
36782 Objects Surrounded by Text
36783 \begin_inset Index idx
36784 status collapsed
36785
36786 \begin_layout Plain Layout
36787 Surrounded by text
36788 \end_layout
36789
36790 \end_inset
36791
36792
36793 \end_layout
36794
36795 \begin_layout Section
36796 Wrap Floats
36797 \begin_inset CommandInset label
36798 LatexCommand label
36799 name "sec:Wrap-Floats"
36800
36801 \end_inset
36802
36803
36804 \begin_inset Index idx
36805 status collapsed
36806
36807 \begin_layout Plain Layout
36808 Floats ! Wrap Floats
36809 \end_layout
36810
36811 \end_inset
36812
36813
36814 \begin_inset Index idx
36815 status collapsed
36816
36817 \begin_layout Plain Layout
36818 Surrounded by text ! Wrap Floats
36819 \end_layout
36820
36821 \end_inset
36822
36823
36824 \end_layout
36825
36826 \begin_layout Standard
36827 \begin_inset Wrap figure
36828 lines 0
36829 placement l
36830 overhang 1cm
36831 width "40col%"
36832 status open
36833
36834 \begin_layout Plain Layout
36835 \begin_inset Graphics
36836         filename clipart/mobius.eps
36837         width 40col%
36838         scaleBeforeRotation
36839         rotateOrigin center
36840
36841 \end_inset
36842
36843
36844 \end_layout
36845
36846 \begin_layout Plain Layout
36847 \begin_inset Caption Standard
36848
36849 \begin_layout Plain Layout
36850 \begin_inset CommandInset label
36851 LatexCommand label
36852 name "fig:This-is-a"
36853
36854 \end_inset
36855
36856 This is a figure wrap float.
36857 \end_layout
36858
36859 \end_inset
36860
36861
36862 \end_layout
36863
36864 \end_inset
36865
36866  This float type is used if you want to wrap text around a figure or table
36867  so that it only occupies some fraction of the column width.
36868  It can be inserted using the menu 
36869 \family sans
36870 Insert\SpecialChar \menuseparator
36871 Floats\SpecialChar \menuseparator
36872 Figure
36873 \begin_inset space ~
36874 \end_inset
36875
36876 Wrap
36877 \begin_inset space ~
36878 \end_inset
36879
36880 Float
36881 \family default
36882  or 
36883 \family sans
36884 Table
36885 \begin_inset space ~
36886 \end_inset
36887
36888 Wrap
36889 \begin_inset space ~
36890 \end_inset
36891
36892 Float
36893 \family default
36894  if the LaTeX-package 
36895 \series bold
36896 wrapfig
36897 \series default
36898
36899 \begin_inset Index idx
36900 status collapsed
36901
36902 \begin_layout Plain Layout
36903 LaTeX-packages ! wrapfig
36904 \end_layout
36905
36906 \end_inset
36907
36908  is installed.
36909 \begin_inset Foot
36910 status collapsed
36911
36912 \begin_layout Plain Layout
36913 Installing a LaTeX-package is explained it in the 
36914 \emph on
36915 LaTeX
36916 \begin_inset space ~
36917 \end_inset
36918
36919 Configuration
36920 \emph default
36921  manual.
36922 \end_layout
36923
36924 \end_inset
36925
36926  The settings of the float can be modified by right-clicking on the float
36927  box.
36928  The mandatory settings are the float 
36929 \family sans
36930 Placement
36931 \family default
36932  and its 
36933 \family sans
36934 Width
36935 \family default
36936 .
36937  Optional are the 
36938 \family sans
36939 Overhang
36940 \family default
36941  that specifies how much the float is set into the paragraph
36942 \begin_inset space \thinspace{}
36943 \end_inset
36944
36945 /
36946 \begin_inset space \thinspace{}
36947 \end_inset
36948
36949 page margin, and the 
36950 \family sans
36951 Line
36952 \begin_inset space ~
36953 \end_inset
36954
36955 span
36956 \family default
36957  that specifies how many text lines the float will approximately need.
36958  The line span is often hard to approximate; so it is better only to use
36959  it when you encounter float placement problems.
36960  You can furthermore decide if LaTeX is allowed to let the float float within
36961  the paragraph or to surrounding paragraphs.
36962  Figure
36963 \begin_inset space ~
36964 \end_inset
36965
36966
36967 \begin_inset CommandInset ref
36968 LatexCommand ref
36969 reference "fig:This-is-a"
36970
36971 \end_inset
36972
36973  is an example text wrap float with a width of 40
36974 \begin_inset space \thinspace{}
36975 \end_inset
36976
36977 col%, 1
36978 \begin_inset space \thinspace{}
36979 \end_inset
36980
36981 cm overhang, set to the left.
36982 \end_layout
36983
36984 \begin_layout Standard
36985 \begin_inset Note Greyedout
36986 status open
36987
36988 \begin_layout Plain Layout
36989
36990 \series bold
36991 Note:
36992 \series default
36993  Text
36994 \begin_inset space ~
36995 \end_inset
36996
36997 wrap float floats are fragile! E.
36998 \begin_inset space \thinspace{}
36999 \end_inset
37000
37001 g.
37002 \begin_inset space \space{}
37003 \end_inset
37004
37005 having a figure too close to the bottom of the page can mess things up in
37006  such a way that the float does not appear in the output or that it is placed
37007  over some other text.
37008 \end_layout
37009
37010 \end_inset
37011
37012
37013 \end_layout
37014
37015 \begin_layout Standard
37016 In general, the following applies for wrap floats:
37017 \end_layout
37018
37019 \begin_layout Itemize
37020 They should not be placed in paragraphs that run over a page break.
37021  That means that wrap floats are better inserted in their exact place when
37022  the document is almost finished and you are able to estimate where page
37023  breaks will appear.
37024 \end_layout
37025
37026 \begin_layout Itemize
37027 They should either be placed in their own paragraph before the paragraph
37028  where they should wrap into or within a paragraph.
37029 \end_layout
37030
37031 \begin_layout Itemize
37032 In consecutive paragraphs they may cause troubles, so ensure that there
37033  is a text paragraph between them as separator.
37034 \end_layout
37035
37036 \begin_layout Itemize
37037 They are not allowed in section headings or tables.
37038 \end_layout
37039
37040 \begin_layout Itemize
37041 Their numbering and referencing works as described in chap.
37042 \begin_inset space \thinspace{}
37043 \end_inset
37044
37045
37046 \begin_inset CommandInset ref
37047 LatexCommand ref
37048 reference "chap:Floats"
37049
37050 \end_inset
37051
37052 .
37053 \end_layout
37054
37055 \begin_layout Section
37056 Surrounded Fixed Objects
37057 \begin_inset Index idx
37058 status collapsed
37059
37060 \begin_layout Plain Layout
37061 Surrounded by text ! Fixed objects
37062 \end_layout
37063
37064 \end_inset
37065
37066
37067 \end_layout
37068
37069 \begin_layout Standard
37070 The wrap floats described in sec.
37071 \begin_inset space \thinspace{}
37072 \end_inset
37073
37074
37075 \begin_inset CommandInset ref
37076 LatexCommand ref
37077 reference "sec:Wrap-Floats"
37078
37079 \end_inset
37080
37081  have these positions in the paragraph:
37082 \end_layout
37083
37084 \begin_layout Standard
37085 \noindent
37086 \align center
37087 \begin_inset Tabular
37088 <lyxtabular version="3" rows="2" columns="2">
37089 <features rotate="0" tabularvalignment="middle">
37090 <column alignment="center" valignment="top">
37091 <column alignment="center" valignment="top">
37092 <row>
37093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37094 \begin_inset Text
37095
37096 \begin_layout Plain Layout
37097 \begin_inset Graphics
37098         filename ../images/dialog-show-new-inset_graphics.png
37099         scale 70
37100         scaleBeforeRotation
37101
37102 \end_inset
37103
37104
37105 \end_layout
37106
37107 \end_inset
37108 </cell>
37109 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37110 \begin_inset Text
37111
37112 \begin_layout Plain Layout
37113 text
37114 \end_layout
37115
37116 \end_inset
37117 </cell>
37118 </row>
37119 <row>
37120 <cell alignment="center" valignment="top" bottomline="true" leftline="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 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37130 \begin_inset Text
37131
37132 \begin_layout Plain Layout
37133 text
37134 \end_layout
37135
37136 \end_inset
37137 </cell>
37138 </row>
37139 </lyxtabular>
37140
37141 \end_inset
37142
37143  or 
37144 \begin_inset Tabular
37145 <lyxtabular version="3" rows="2" columns="2">
37146 <features rotate="0" tabularvalignment="middle">
37147 <column alignment="center" valignment="top">
37148 <column alignment="center" valignment="top">
37149 <row>
37150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37151 \begin_inset Text
37152
37153 \begin_layout Plain Layout
37154 text
37155 \end_layout
37156
37157 \end_inset
37158 </cell>
37159 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37160 \begin_inset Text
37161
37162 \begin_layout Plain Layout
37163 \begin_inset Graphics
37164         filename ../images/dialog-show-new-inset_graphics.png
37165         scale 70
37166         scaleBeforeRotation
37167
37168 \end_inset
37169
37170
37171 \end_layout
37172
37173 \end_inset
37174 </cell>
37175 </row>
37176 <row>
37177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37178 \begin_inset Text
37179
37180 \begin_layout Plain Layout
37181 text
37182 \end_layout
37183
37184 \end_inset
37185 </cell>
37186 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37187 \begin_inset Text
37188
37189 \begin_layout Plain Layout
37190 text
37191 \end_layout
37192
37193 \end_inset
37194 </cell>
37195 </row>
37196 </lyxtabular>
37197
37198 \end_inset
37199
37200
37201 \end_layout
37202
37203 \begin_layout Standard
37204 To get an object exactly at the position where it is inserted, for example
37205  to get one of these positions:
37206 \begin_inset VSpace defskip
37207 \end_inset
37208
37209
37210 \end_layout
37211
37212 \begin_layout Standard
37213 \noindent
37214 \align center
37215 \begin_inset Tabular
37216 <lyxtabular version="3" rows="2" columns="2">
37217 <features rotate="0" tabularvalignment="middle">
37218 <column alignment="center" valignment="top">
37219 <column alignment="center" valignment="top">
37220 <row>
37221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37222 \begin_inset Text
37223
37224 \begin_layout Plain Layout
37225 text
37226 \end_layout
37227
37228 \end_inset
37229 </cell>
37230 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37231 \begin_inset Text
37232
37233 \begin_layout Plain Layout
37234 text
37235 \end_layout
37236
37237 \end_inset
37238 </cell>
37239 </row>
37240 <row>
37241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37242 \begin_inset Text
37243
37244 \begin_layout Plain Layout
37245 \begin_inset Graphics
37246         filename ../images/dialog-show-new-inset_graphics.png
37247         scale 70
37248         scaleBeforeRotation
37249
37250 \end_inset
37251
37252
37253 \end_layout
37254
37255 \end_inset
37256 </cell>
37257 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37258 \begin_inset Text
37259
37260 \begin_layout Plain Layout
37261 text
37262 \end_layout
37263
37264 \end_inset
37265 </cell>
37266 </row>
37267 </lyxtabular>
37268
37269 \end_inset
37270
37271  
37272 \begin_inset Tabular
37273 <lyxtabular version="3" rows="2" columns="2">
37274 <features rotate="0" tabularvalignment="middle">
37275 <column alignment="center" valignment="top">
37276 <column alignment="center" valignment="top">
37277 <row>
37278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37279 \begin_inset Text
37280
37281 \begin_layout Plain Layout
37282 text
37283 \end_layout
37284
37285 \end_inset
37286 </cell>
37287 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37288 \begin_inset Text
37289
37290 \begin_layout Plain Layout
37291 text
37292 \end_layout
37293
37294 \end_inset
37295 </cell>
37296 </row>
37297 <row>
37298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37299 \begin_inset Text
37300
37301 \begin_layout Plain Layout
37302 text
37303 \end_layout
37304
37305 \end_inset
37306 </cell>
37307 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37308 \begin_inset Text
37309
37310 \begin_layout Plain Layout
37311 \begin_inset Graphics
37312         filename ../images/dialog-show-new-inset_graphics.png
37313         scale 70
37314         scaleBeforeRotation
37315
37316 \end_inset
37317
37318
37319 \end_layout
37320
37321 \end_inset
37322 </cell>
37323 </row>
37324 </lyxtabular>
37325
37326 \end_inset
37327
37328  
37329 \begin_inset Tabular
37330 <lyxtabular version="3" rows="2" columns="3">
37331 <features rotate="0" tabularvalignment="middle">
37332 <column alignment="center" valignment="top">
37333 <column alignment="center" valignment="top">
37334 <column alignment="center" valignment="top">
37335 <row>
37336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37337 \begin_inset Text
37338
37339 \begin_layout Plain Layout
37340 text
37341 \end_layout
37342
37343 \end_inset
37344 </cell>
37345 <cell alignment="center" valignment="top" topline="true" usebox="none">
37346 \begin_inset Text
37347
37348 \begin_layout Plain Layout
37349 \begin_inset Graphics
37350         filename ../images/dialog-show-new-inset_graphics.png
37351         scale 70
37352         scaleBeforeRotation
37353
37354 \end_inset
37355
37356
37357 \end_layout
37358
37359 \end_inset
37360 </cell>
37361 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37362 \begin_inset Text
37363
37364 \begin_layout Plain Layout
37365 text
37366 \end_layout
37367
37368 \end_inset
37369 </cell>
37370 </row>
37371 <row>
37372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37373 \begin_inset Text
37374
37375 \begin_layout Plain Layout
37376 text
37377 \end_layout
37378
37379 \end_inset
37380 </cell>
37381 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37382 \begin_inset Text
37383
37384 \begin_layout Plain Layout
37385 text
37386 \end_layout
37387
37388 \end_inset
37389 </cell>
37390 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37391 \begin_inset Text
37392
37393 \begin_layout Plain Layout
37394 text
37395 \end_layout
37396
37397 \end_inset
37398 </cell>
37399 </row>
37400 </lyxtabular>
37401
37402 \end_inset
37403
37404  
37405 \begin_inset Tabular
37406 <lyxtabular version="3" rows="2" columns="3">
37407 <features rotate="0" tabularvalignment="middle">
37408 <column alignment="center" valignment="top">
37409 <column alignment="center" valignment="top">
37410 <column alignment="center" valignment="top">
37411 <row>
37412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37413 \begin_inset Text
37414
37415 \begin_layout Plain Layout
37416 text
37417 \end_layout
37418
37419 \end_inset
37420 </cell>
37421 <cell alignment="center" valignment="top" topline="true" usebox="none">
37422 \begin_inset Text
37423
37424 \begin_layout Plain Layout
37425 text
37426 \end_layout
37427
37428 \end_inset
37429 </cell>
37430 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37431 \begin_inset Text
37432
37433 \begin_layout Plain Layout
37434 text
37435 \end_layout
37436
37437 \end_inset
37438 </cell>
37439 </row>
37440 <row>
37441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37442 \begin_inset Text
37443
37444 \begin_layout Plain Layout
37445 text
37446 \end_layout
37447
37448 \end_inset
37449 </cell>
37450 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37451 \begin_inset Text
37452
37453 \begin_layout Plain Layout
37454 \begin_inset Graphics
37455         filename ../images/dialog-show-new-inset_graphics.png
37456         scale 70
37457         scaleBeforeRotation
37458
37459 \end_inset
37460
37461
37462 \end_layout
37463
37464 \end_inset
37465 </cell>
37466 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37467 \begin_inset Text
37468
37469 \begin_layout Plain Layout
37470 text
37471 \end_layout
37472
37473 \end_inset
37474 </cell>
37475 </row>
37476 </lyxtabular>
37477
37478 \end_inset
37479
37480
37481 \end_layout
37482
37483 \begin_layout Standard
37484 \noindent
37485 \align center
37486 \begin_inset Tabular
37487 <lyxtabular version="3" rows="3" columns="2">
37488 <features rotate="0" tabularvalignment="middle">
37489 <column alignment="center" valignment="top">
37490 <column alignment="center" valignment="top">
37491 <row>
37492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37493 \begin_inset Text
37494
37495 \begin_layout Plain Layout
37496 text
37497 \end_layout
37498
37499 \end_inset
37500 </cell>
37501 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37502 \begin_inset Text
37503
37504 \begin_layout Plain Layout
37505 text
37506 \end_layout
37507
37508 \end_inset
37509 </cell>
37510 </row>
37511 <row>
37512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37513 \begin_inset Text
37514
37515 \begin_layout Plain Layout
37516 \begin_inset Graphics
37517         filename ../images/dialog-show-new-inset_graphics.png
37518         scale 70
37519         scaleBeforeRotation
37520
37521 \end_inset
37522
37523
37524 \end_layout
37525
37526 \end_inset
37527 </cell>
37528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37529 \begin_inset Text
37530
37531 \begin_layout Plain Layout
37532 text
37533 \end_layout
37534
37535 \end_inset
37536 </cell>
37537 </row>
37538 <row>
37539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37540 \begin_inset Text
37541
37542 \begin_layout Plain Layout
37543 text
37544 \end_layout
37545
37546 \end_inset
37547 </cell>
37548 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37549 \begin_inset Text
37550
37551 \begin_layout Plain Layout
37552 text
37553 \end_layout
37554
37555 \end_inset
37556 </cell>
37557 </row>
37558 </lyxtabular>
37559
37560 \end_inset
37561
37562  
37563 \begin_inset Tabular
37564 <lyxtabular version="3" rows="3" columns="3">
37565 <features rotate="0" tabularvalignment="middle">
37566 <column alignment="center" valignment="top">
37567 <column alignment="center" valignment="top">
37568 <column alignment="center" valignment="top">
37569 <row>
37570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37571 \begin_inset Text
37572
37573 \begin_layout Plain Layout
37574 text
37575 \end_layout
37576
37577 \end_inset
37578 </cell>
37579 <cell alignment="center" valignment="top" topline="true" usebox="none">
37580 \begin_inset Text
37581
37582 \begin_layout Plain Layout
37583 text
37584 \end_layout
37585
37586 \end_inset
37587 </cell>
37588 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37589 \begin_inset Text
37590
37591 \begin_layout Plain Layout
37592 text
37593 \end_layout
37594
37595 \end_inset
37596 </cell>
37597 </row>
37598 <row>
37599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37600 \begin_inset Text
37601
37602 \begin_layout Plain Layout
37603 text
37604 \end_layout
37605
37606 \end_inset
37607 </cell>
37608 <cell alignment="center" valignment="top" usebox="none">
37609 \begin_inset Text
37610
37611 \begin_layout Plain Layout
37612 \begin_inset Graphics
37613         filename ../images/dialog-show-new-inset_graphics.png
37614         scale 70
37615         scaleBeforeRotation
37616
37617 \end_inset
37618
37619
37620 \end_layout
37621
37622 \end_inset
37623 </cell>
37624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37625 \begin_inset Text
37626
37627 \begin_layout Plain Layout
37628 text
37629 \end_layout
37630
37631 \end_inset
37632 </cell>
37633 </row>
37634 <row>
37635 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37636 \begin_inset Text
37637
37638 \begin_layout Plain Layout
37639 text
37640 \end_layout
37641
37642 \end_inset
37643 </cell>
37644 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37645 \begin_inset Text
37646
37647 \begin_layout Plain Layout
37648 text
37649 \end_layout
37650
37651 \end_inset
37652 </cell>
37653 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37654 \begin_inset Text
37655
37656 \begin_layout Plain Layout
37657 text
37658 \end_layout
37659
37660 \end_inset
37661 </cell>
37662 </row>
37663 </lyxtabular>
37664
37665 \end_inset
37666
37667  
37668 \begin_inset Tabular
37669 <lyxtabular version="3" rows="3" columns="2">
37670 <features rotate="0" tabularvalignment="middle">
37671 <column alignment="center" valignment="top">
37672 <column alignment="center" valignment="top">
37673 <row>
37674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37675 \begin_inset Text
37676
37677 \begin_layout Plain Layout
37678 text
37679 \end_layout
37680
37681 \end_inset
37682 </cell>
37683 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37684 \begin_inset Text
37685
37686 \begin_layout Plain Layout
37687 text
37688 \end_layout
37689
37690 \end_inset
37691 </cell>
37692 </row>
37693 <row>
37694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37695 \begin_inset Text
37696
37697 \begin_layout Plain Layout
37698 text
37699 \end_layout
37700
37701 \end_inset
37702 </cell>
37703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37704 \begin_inset Text
37705
37706 \begin_layout Plain Layout
37707 \begin_inset Graphics
37708         filename ../images/dialog-show-new-inset_graphics.png
37709         scale 70
37710         scaleBeforeRotation
37711
37712 \end_inset
37713
37714
37715 \end_layout
37716
37717 \end_inset
37718 </cell>
37719 </row>
37720 <row>
37721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37722 \begin_inset Text
37723
37724 \begin_layout Plain Layout
37725 text
37726 \end_layout
37727
37728 \end_inset
37729 </cell>
37730 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37731 \begin_inset Text
37732
37733 \begin_layout Plain Layout
37734 text
37735 \end_layout
37736
37737 \end_inset
37738 </cell>
37739 </row>
37740 </lyxtabular>
37741
37742 \end_inset
37743
37744
37745 \end_layout
37746
37747 \begin_layout Standard
37748 \noindent
37749 you can use the LaTeX-package 
37750 \series bold
37751 picinpar
37752 \series default
37753
37754 \begin_inset Index idx
37755 status collapsed
37756
37757 \begin_layout Plain Layout
37758 LaTeX-packages ! picinpar
37759 \end_layout
37760
37761 \end_inset
37762
37763 .
37764  Here is an example:
37765 \end_layout
37766
37767 \begin_layout Standard
37768 \begin_inset ERT
37769 status collapsed
37770
37771 \begin_layout Plain Layout
37772
37773
37774 \backslash
37775 ifpicinpar
37776 \end_layout
37777
37778 \end_inset
37779
37780
37781 \begin_inset Note Note
37782 status open
37783
37784 \begin_layout Plain Layout
37785 The following section will only be displayed when the LaTeX-package 
37786 \series bold
37787 picinpar
37788 \series default
37789  is installed.
37790 \end_layout
37791
37792 \end_inset
37793
37794
37795 \end_layout
37796
37797 \begin_layout Standard
37798 \begin_inset ERT
37799 status collapsed
37800
37801 \begin_layout Plain Layout
37802
37803
37804 \backslash
37805 begin{window}[2,c,{
37806 \end_layout
37807
37808 \end_inset
37809
37810
37811 \begin_inset Graphics
37812         filename clipart/mobius.eps
37813         lyxscale 60
37814         width 40col%
37815         scaleBeforeRotation
37816         rotateOrigin center
37817
37818 \end_inset
37819
37820
37821 \begin_inset ERT
37822 status collapsed
37823
37824 \begin_layout Plain Layout
37825
37826 },]
37827 \end_layout
37828
37829 \begin_layout Plain Layout
37830
37831 {}
37832 \end_layout
37833
37834 \end_inset
37835
37836
37837 \size small
37838 It was in the spring of the year 1894 that all London was interested, and
37839  the fashionable world dismayed, by the murder of the Honourable Ronald
37840  Adair under most unusual and inexplicable circumstances.
37841  The public has already learned those particulars of the crime which
37842 \size default
37843
37844 \begin_inset ERT
37845 status collapsed
37846
37847 \begin_layout Plain Layout
37848
37849
37850 \backslash
37851 footnotemark{}
37852 \end_layout
37853
37854 \end_inset
37855
37856
37857 \size small
37858  came out in the police investigation, but a good deal was suppressed upon
37859  that occasion, since the case for the prosecution was so overwhelmingly
37860  strong that it was not necessary to bring forward all the facts.
37861  Only now, at the end of nearly ten years, am I allowed to supply those
37862  missing links which make up the whole of that remarkable chain.
37863 \size default
37864
37865 \begin_inset ERT
37866 status collapsed
37867
37868 \begin_layout Plain Layout
37869
37870
37871 \backslash
37872 end{window}
37873 \end_layout
37874
37875 \end_inset
37876
37877
37878 \end_layout
37879
37880 \begin_layout Standard
37881 \begin_inset ERT
37882 status collapsed
37883
37884 \begin_layout Plain Layout
37885
37886
37887 \backslash
37888 footnotetext{
37889 \end_layout
37890
37891 \end_inset
37892
37893 Footnote of the paragraph with the fixed object.
37894 \begin_inset ERT
37895 status collapsed
37896
37897 \begin_layout Plain Layout
37898
37899 }
37900 \end_layout
37901
37902 \end_inset
37903
37904
37905 \end_layout
37906
37907 \begin_layout Standard
37908 Surrounded fixed objects are used to let text float around them, at which
37909  the object's position in the paragraph can be determined by the number
37910  of lines above it.
37911  In contrary to floats is it not possible to have a numbered caption.
37912 \end_layout
37913
37914 \begin_layout Standard
37915 A fixed object is inserted by adding the command
37916 \end_layout
37917
37918 \begin_layout Standard
37919
37920 \series bold
37921
37922 \backslash
37923 begin{window}[2,c,{
37924 \end_layout
37925
37926 \begin_layout Standard
37927 as TeX-Code at the beginning of the paragraph.
37928  The first parameter in the bracket, here '2', defines the number of lines
37929  above the object, the second, here 'c', the position of the object.
37930  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37931  Behind the command you insert the object.
37932  In this example an image with a width of 40
37933 \begin_inset space \thinspace{}
37934 \end_inset
37935
37936 % of the text column width was inserted.
37937  The object can also be a table, a box or an equation.
37938  Behind the object the command
37939 \end_layout
37940
37941 \begin_layout Standard
37942
37943 \series bold
37944 },description text]
37945 \begin_inset Newline newline
37946 \end_inset
37947
37948 {}
37949 \end_layout
37950
37951 \begin_layout Standard
37952 is inserted.
37953  Note that the 
37954 \begin_inset Quotes eld
37955 \end_inset
37956
37957
37958 \series bold
37959 {}
37960 \series default
37961
37962 \begin_inset Quotes erd
37963 \end_inset
37964
37965  is in the second line.
37966  The description text is optional.
37967  The text surrounding the object must be in the same paragraph as the object,
37968  so it must begin directly after the 
37969 \series bold
37970 {}
37971 \series default
37972 .
37973  At the end of the paragraph insert the command:
37974 \end_layout
37975
37976 \begin_layout Standard
37977
37978 \series bold
37979
37980 \backslash
37981 end{window}
37982 \end_layout
37983
37984 \begin_layout Standard
37985 Within a paragraph with a fixed object, you cannot insert footnotes in the
37986  normal way.
37987  You have to use instead the command 
37988 \series bold
37989
37990 \backslash
37991 footnotemark
37992 \series default
37993  inside the paragraph and outside the command 
37994 \series bold
37995
37996 \backslash
37997 footnotetext
37998 \series default
37999  as described in sec.
38000 \begin_inset space \thinspace{}
38001 \end_inset
38002
38003
38004 \begin_inset CommandInset ref
38005 LatexCommand ref
38006 reference "sec:Footnotes"
38007
38008 \end_inset
38009
38010 .
38011 \end_layout
38012
38013 \begin_layout Standard
38014 \begin_inset ERT
38015 status collapsed
38016
38017 \begin_layout Plain Layout
38018
38019
38020 \backslash
38021 else
38022 \end_layout
38023
38024 \end_inset
38025
38026
38027 \begin_inset Note Note
38028 status open
38029
38030 \begin_layout Plain Layout
38031 The following will be displayed when the LaTeX-package 
38032 \series bold
38033 picinpar
38034 \series default
38035  is not installed:
38036 \end_layout
38037
38038 \end_inset
38039
38040
38041 \end_layout
38042
38043 \begin_layout Standard
38044 You need to install the LaTeX-package 
38045 \series bold
38046 picinpar
38047 \series default
38048  to see the following part of this section in the output.
38049 \end_layout
38050
38051 \begin_layout Standard
38052 \begin_inset ERT
38053 status collapsed
38054
38055 \begin_layout Plain Layout
38056
38057
38058 \backslash
38059 fi
38060 \end_layout
38061
38062 \end_inset
38063
38064
38065 \end_layout
38066
38067 \begin_layout Section
38068 Initials
38069 \begin_inset Index idx
38070 status collapsed
38071
38072 \begin_layout Plain Layout
38073 Initials
38074 \end_layout
38075
38076 \end_inset
38077
38078
38079 \begin_inset Index idx
38080 status collapsed
38081
38082 \begin_layout Plain Layout
38083 Surrounded by text ! Initials
38084 \end_layout
38085
38086 \end_inset
38087
38088
38089 \end_layout
38090
38091 \begin_layout Standard
38092 To use initials, you must have the LaTeX-package 
38093 \series bold
38094 lettrine
38095 \series default
38096
38097 \begin_inset Index idx
38098 status collapsed
38099
38100 \begin_layout Plain Layout
38101 LaTeX-packages ! lettrine
38102 \end_layout
38103
38104 \end_inset
38105
38106  installed and use the module 
38107 \family sans
38108 Initials
38109 \family default
38110  in your document (menu 
38111 \family sans
38112 Document\SpecialChar \menuseparator
38113 Settings\SpecialChar \menuseparator
38114 Modules
38115 \family default
38116 ).
38117  To insert an initial, use the style 
38118 \family sans
38119 Initial
38120 \family default
38121 .
38122  This style has a mandatory and two optional arguments.
38123  The arguments are inserted via the 
38124 \family sans
38125 Insert
38126 \family default
38127  menu.
38128  The mandatory argument 
38129 \family sans
38130 Initial
38131 \family default
38132  contains the letter(s) that is the initial, the argument 
38133 \family sans
38134 Rest
38135 \begin_inset space ~
38136 \end_inset
38137
38138 of
38139 \begin_inset space ~
38140 \end_inset
38141
38142 Initial
38143 \family default
38144  contains the rest of the word or text of the initial letter(s).
38145  The argument 
38146 \family sans
38147 Options
38148 \family default
38149  contains parameters to modify the initial.
38150  For more information about the possible parameters see the documentation
38151  of 
38152 \series bold
38153 lettrine
38154 \series default
38155
38156 \begin_inset CommandInset citation
38157 LatexCommand cite
38158 key "lettrine"
38159
38160 \end_inset
38161
38162 .
38163  The style itself contains the text that is surrounding the initial.
38164  The usual style is hereby that the word whose first letter is the initial,
38165  is printed with 
38166 \shape smallcaps
38167 small caps
38168 \shape default
38169 .
38170 \end_layout
38171
38172 \begin_layout Standard
38173 Here are some examples:
38174 \end_layout
38175
38176 \begin_layout Standard
38177 \begin_inset ERT
38178 status collapsed
38179
38180 \begin_layout Plain Layout
38181
38182
38183 \backslash
38184 iflettrine
38185 \end_layout
38186
38187 \end_inset
38188
38189
38190 \begin_inset Note Note
38191 status open
38192
38193 \begin_layout Plain Layout
38194 The following section will only be displayed when the LaTeX-package 
38195 \series bold
38196 lettrine
38197 \series default
38198  is installed.
38199 \end_layout
38200
38201 \end_inset
38202
38203
38204 \end_layout
38205
38206 \begin_layout Enumerate
38207 No optional argument, the initial is the letter 'I' in the math font 
38208 \begin_inset Formula $\mathfrak{Fraktur}$
38209 \end_inset
38210
38211 :
38212 \end_layout
38213
38214 \begin_deeper
38215 \begin_layout Initial
38216 \begin_inset Argument 2
38217 status open
38218
38219 \begin_layout Plain Layout
38220 \begin_inset Formula $\mathfrak{I}$
38221 \end_inset
38222
38223
38224 \end_layout
38225
38226 \end_inset
38227
38228
38229 \begin_inset Argument 3
38230 status open
38231
38232 \begin_layout Plain Layout
38233 t
38234 \end_layout
38235
38236 \end_inset
38237
38238  was in the spring of the year 1894 that all London was interested, and
38239  the fashionable world dismayed, by the murder of the Honourable Ronald
38240  Adair under most unusual and inexplicable circumstances.
38241  The public has already learned those particulars of the crime which came
38242  out in the police investigation, but a good deal was suppressed upon that
38243  occasion, since the case for the prosecution was so overwhelmingly strong
38244  that it was not necessary to bring forward all the facts.
38245 \begin_inset Newpage newpage
38246 \end_inset
38247
38248
38249 \end_layout
38250
38251 \end_deeper
38252 \begin_layout Enumerate
38253 Only one line is surrounding the initial, which is formed by two letters
38254  in standard font and no text is printed in small caps:
38255 \end_layout
38256
38257 \begin_deeper
38258 \begin_layout Initial
38259 \begin_inset Argument 1
38260 status open
38261
38262 \begin_layout Plain Layout
38263 lines=1
38264 \end_layout
38265
38266 \end_inset
38267
38268
38269 \begin_inset Argument 2
38270 status open
38271
38272 \begin_layout Plain Layout
38273 It
38274 \end_layout
38275
38276 \end_inset
38277
38278  was in the spring of the year 1894 that all London was interested, and
38279  the fashionable world dismayed, by the murder of the Honourable Ronald
38280  Adair under most unusual and inexplicable circumstances.
38281  The public has already learned those particulars of the crime which came
38282  out in the police investigation, but a good deal was suppressed upon that
38283  occasion, since the case for the prosecution was so overwhelmingly strong
38284  that it was not necessary to bring forward all the facts.
38285 \end_layout
38286
38287 \end_deeper
38288 \begin_layout Enumerate
38289 Magenta, hanging initial over 3
38290 \begin_inset space ~
38291 \end_inset
38292
38293 lines in the math font 
38294 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38295 \end_inset
38296
38297 , the text 
38298 \begin_inset Quotes eld
38299 \end_inset
38300
38301 t was in the spring
38302 \begin_inset Quotes erd
38303 \end_inset
38304
38305  is in 
38306 \shape smallcaps
38307 small caps
38308 \shape default
38309 ; to color the initial, you must insert this command before the initial:
38310 \begin_inset Newline newline
38311 \end_inset
38312
38313
38314 \series bold
38315
38316 \backslash
38317 renewcommand{
38318 \backslash
38319 LettrineFontHook}{
38320 \backslash
38321 color{color}}
38322 \series default
38323
38324 \begin_inset Newline newline
38325 \end_inset
38326
38327 where the second 
38328 \emph on
38329 color
38330 \emph default
38331  can be 
38332 \begin_inset Quotes eld
38333 \end_inset
38334
38335 red
38336 \begin_inset Quotes erd
38337 \end_inset
38338
38339
38340 \begin_inset Quotes eld
38341 \end_inset
38342
38343 blue
38344 \begin_inset Quotes erd
38345 \end_inset
38346
38347
38348 \begin_inset Quotes eld
38349 \end_inset
38350
38351 green
38352 \begin_inset Quotes erd
38353 \end_inset
38354
38355
38356 \begin_inset Quotes eld
38357 \end_inset
38358
38359 yellow
38360 \begin_inset Quotes erd
38361 \end_inset
38362
38363
38364 \begin_inset Quotes eld
38365 \end_inset
38366
38367 cyan
38368 \begin_inset Quotes erd
38369 \end_inset
38370
38371
38372 \begin_inset Quotes eld
38373 \end_inset
38374
38375 magenta
38376 \begin_inset Quotes erd
38377 \end_inset
38378
38379
38380 \begin_inset Quotes eld
38381 \end_inset
38382
38383 black
38384 \begin_inset Quotes erd
38385 \end_inset
38386
38387  or 
38388 \begin_inset Quotes eld
38389 \end_inset
38390
38391 white
38392 \begin_inset Quotes erd
38393 \end_inset
38394
38395 , and add this command to the document preamble:
38396 \begin_inset Newline newline
38397 \end_inset
38398
38399
38400 \series bold
38401
38402 \backslash
38403 @ifundefined{textcolor}
38404 \begin_inset Newline newline
38405 \end_inset
38406
38407
38408 \begin_inset space ~
38409 \end_inset
38410
38411 {
38412 \backslash
38413 usepackage{color}}{}
38414 \end_layout
38415
38416 \begin_deeper
38417 \begin_layout Standard
38418 \begin_inset ERT
38419 status collapsed
38420
38421 \begin_layout Plain Layout
38422
38423
38424 \backslash
38425 renewcommand{
38426 \backslash
38427 LettrineFontHook}{
38428 \backslash
38429 color{magenta}}
38430 \end_layout
38431
38432 \end_inset
38433
38434
38435 \begin_inset Note Note
38436 status collapsed
38437
38438 \begin_layout Plain Layout
38439 makes the initial magenta
38440 \end_layout
38441
38442 \end_inset
38443
38444
38445 \end_layout
38446
38447 \begin_layout Initial
38448 \begin_inset Argument 1
38449 status open
38450
38451 \begin_layout Plain Layout
38452 lines=3, lhang=0.33, loversize=0.25
38453 \end_layout
38454
38455 \end_inset
38456
38457
38458 \begin_inset Argument 2
38459 status open
38460
38461 \begin_layout Plain Layout
38462 \begin_inset Formula $\mathcal{I}$
38463 \end_inset
38464
38465
38466 \end_layout
38467
38468 \end_inset
38469
38470
38471 \begin_inset Argument 3
38472 status open
38473
38474 \begin_layout Plain Layout
38475 t was in the spring
38476 \end_layout
38477
38478 \end_inset
38479
38480  of the year 1894 that all London was interested, and the fashionable world
38481  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38482  and inexplicable circumstances.
38483  The public has already learned those particulars of the crime which came
38484  out in the police investigation, but a good deal was suppressed upon that
38485  occasion, since the case for the prosecution was so overwhelmingly strong
38486  that it was not necessary to bring forward all the facts.
38487 \end_layout
38488
38489 \end_deeper
38490 \begin_layout Standard
38491 \begin_inset ERT
38492 status collapsed
38493
38494 \begin_layout Plain Layout
38495
38496
38497 \backslash
38498 else
38499 \end_layout
38500
38501 \end_inset
38502
38503
38504 \begin_inset Note Note
38505 status open
38506
38507 \begin_layout Plain Layout
38508 The following will be displayed when the LaTeX-package 
38509 \series bold
38510 lettrine
38511 \series default
38512  is not installed:
38513 \end_layout
38514
38515 \end_inset
38516
38517
38518 \end_layout
38519
38520 \begin_layout Standard
38521 You need to install the LaTeX-package 
38522 \series bold
38523 lettrine
38524 \series default
38525  to see the following part of this section in the output.
38526 \end_layout
38527
38528 \begin_layout Standard
38529 \begin_inset ERT
38530 status collapsed
38531
38532 \begin_layout Plain Layout
38533
38534
38535 \backslash
38536 fi
38537 \end_layout
38538
38539 \end_inset
38540
38541
38542 \end_layout
38543
38544 \begin_layout Chapter
38545 External Document Parts
38546 \begin_inset Index idx
38547 status collapsed
38548
38549 \begin_layout Plain Layout
38550 External Document Parts
38551 \end_layout
38552
38553 \end_inset
38554
38555
38556 \end_layout
38557
38558 \begin_layout Standard
38559 With the menu 
38560 \family sans
38561 Insert\SpecialChar \menuseparator
38562 File
38563 \family default
38564  you can insert external material into your document.
38565  This can be:
38566 \end_layout
38567
38568 \begin_layout Description
38569 LyX
38570 \begin_inset space ~
38571 \end_inset
38572
38573 Document Another LyX document; its content is directly inserted to your
38574  document.
38575 \end_layout
38576
38577 \begin_layout Description
38578 Plain
38579 \begin_inset space ~
38580 \end_inset
38581
38582 Text A text document; each line is inserted in your document as a separate
38583  paragraph.
38584 \end_layout
38585
38586 \begin_layout Description
38587 Plain
38588 \begin_inset space ~
38589 \end_inset
38590
38591 Text,
38592 \begin_inset space ~
38593 \end_inset
38594
38595 Join
38596 \begin_inset space ~
38597 \end_inset
38598
38599 Lines A text document; text lines are inserted in your document continuously
38600  but an empty text line creates a new paragraph.
38601 \end_layout
38602
38603 \begin_layout Description
38604 External
38605 \begin_inset space ~
38606 \end_inset
38607
38608 Material Files in various formats.
38609 \end_layout
38610
38611 \begin_layout Description
38612 Child
38613 \begin_inset space ~
38614 \end_inset
38615
38616 Document LyX or LaTeX-documents.
38617 \end_layout
38618
38619 \begin_layout Section
38620 External Material
38621 \begin_inset Index idx
38622 status collapsed
38623
38624 \begin_layout Plain Layout
38625 External Document Parts ! External Material
38626 \end_layout
38627
38628 \end_inset
38629
38630
38631 \end_layout
38632
38633 \begin_layout Standard
38634 The external material feature allows you to insert files into your document
38635  without converting them to a format that can be read by the document output
38636  format.
38637  LyX takes care of the necessary conversions.
38638  This is similar to images that can be inserted in various image formats
38639  in LyX documents.
38640  When you have enabled Instant Preview in LyX's preferences under 
38641 \family sans
38642 Look
38643 \begin_inset space ~
38644 \end_inset
38645
38646 and
38647 \begin_inset space ~
38648 \end_inset
38649
38650 feel\SpecialChar \menuseparator
38651 Graphics
38652 \family default
38653 , the external material types Dia and Xfig are directly shown in LyX.
38654 \end_layout
38655
38656 \begin_layout Standard
38657 External material can be inserted via the 
38658 \family sans
38659 External Material
38660 \family default
38661  dialog that is accessible with the menu 
38662 \family sans
38663 Insert\SpecialChar \menuseparator
38664 File\SpecialChar \menuseparator
38665 External
38666 \begin_inset space ~
38667 \end_inset
38668
38669 Material
38670 \family default
38671 .
38672  Currently the following file types (
38673 \family sans
38674 Templates
38675 \family default
38676 ) are allowed:
38677 \end_layout
38678
38679 \begin_layout Description
38680 ChessDiagram This template supports chess position diagrams made with the
38681  program 
38682 \series bold
38683
38684 \begin_inset CommandInset href
38685 LatexCommand href
38686 name "XBoard"
38687 target "http://en.wikipedia.org/wiki/XBoard"
38688
38689 \end_inset
38690
38691
38692 \series default
38693 .
38694 \end_layout
38695
38696 \begin_layout Description
38697 Date This inserts the date in the form 
38698 \emph on
38699 Day-Month-Year
38700 \emph default
38701 .
38702  This is a date inserted as external material: 
38703 \begin_inset External
38704         template Date
38705         filename .
38706
38707 \end_inset
38708
38709
38710 \begin_inset space ~
38711 \end_inset
38712
38713
38714 \begin_inset Note Note
38715 status open
38716
38717 \begin_layout Plain Layout
38718 Remove the protected space when bug 4398 is fixed!
38719 \end_layout
38720
38721 \end_inset
38722
38723
38724 \begin_inset Newline newline
38725 \end_inset
38726
38727 The date is not shown within LyX, only in the output.
38728  There are two other methods of inserting a date: Via menu 
38729 \family sans
38730 Insert\SpecialChar \menuseparator
38731 Date
38732 \family default
38733  and with the LaTeX command 
38734 \series bold
38735
38736 \backslash
38737 today
38738 \series default
38739  as TeX-Code.
38740  The different methods are compared in Table
38741 \begin_inset space ~
38742 \end_inset
38743
38744
38745 \begin_inset CommandInset ref
38746 LatexCommand ref
38747 reference "tab:Comparison-of-the"
38748
38749 \end_inset
38750
38751 .
38752 \end_layout
38753
38754 \begin_layout Description
38755 Dia This template supports diagrams created with the program 
38756 \series bold
38757
38758 \begin_inset CommandInset href
38759 LatexCommand href
38760 name "Dia"
38761 target "http://en.wikipedia.org/wiki/Dia_(software)"
38762
38763 \end_inset
38764
38765
38766 \series default
38767 .
38768 \end_layout
38769
38770 \begin_layout Description
38771 GnumericSpreadsheet With this template you can insert spreadsheets
38772 \begin_inset space \thinspace{}
38773 \end_inset
38774
38775 /
38776 \begin_inset space \thinspace{}
38777 \end_inset
38778
38779 tables in the format of 
38780 \series bold
38781
38782 \begin_inset CommandInset href
38783 LatexCommand href
38784 name "Gnumeric"
38785 target "http://en.wikipedia.org/wiki/Gnumeric"
38786
38787 \end_inset
38788
38789
38790 \series default
38791
38792 \begin_inset CommandInset href
38793 LatexCommand href
38794 name "OpenDocument"
38795 target "http://en.wikipedia.org/wiki/OpenDocument"
38796
38797 \end_inset
38798
38799
38800 \begin_inset CommandInset href
38801 LatexCommand href
38802 name "Microsoft Office XML"
38803 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38804
38805 \end_inset
38806
38807  and 
38808 \begin_inset CommandInset href
38809 LatexCommand href
38810 name "Office Open XML"
38811 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38812
38813 \end_inset
38814
38815 .
38816  For this feature LyX must have found the program 
38817 \family typewriter
38818 ssconvert
38819 \family default
38820  during its configuration.
38821  This program is part of Gnumeric, so that you must have Gnumeric installed,
38822  also if you don't have tables in the Gnumeric format.
38823  For examples and possible limitations have a look at LyX's example file
38824  
38825 \emph on
38826 spreadsheet.lyx
38827 \emph default
38828 .
38829 \end_layout
38830
38831 \begin_layout Description
38832 LilyPond This template is used for music notation typeset with the program
38833 \begin_inset Newline linebreak
38834 \end_inset
38835
38836
38837 \series bold
38838
38839 \begin_inset CommandInset href
38840 LatexCommand href
38841 name "LilyPond"
38842 target "http://en.wikipedia.org/wiki/LilyPond"
38843
38844 \end_inset
38845
38846
38847 \series default
38848 .
38849  For LyX's extended support for LilyPond have a look at LyX's example file
38850  
38851 \emph on
38852 lilypond.lyx
38853 \emph default
38854 .
38855 \end_layout
38856
38857 \begin_layout Description
38858 PDFPages With this template you can insert PDF documents to your document.
38859  To specify the range of pages that should be included, use the option 
38860 \series bold
38861 pages
38862 \series default
38863  in the 
38864 \family sans
38865 Option
38866 \family default
38867  field in the 
38868 \family sans
38869 LaTeX and LyX options
38870 \family default
38871  tab.
38872  The argument of this option is a comma separated list, containing page
38873  numbers (insert as option 
38874 \series bold
38875 pages={3,5,6,8}
38876 \series default
38877 ), ranges of page numbers (
38878 \series bold
38879 pages={4-9}
38880 \series default
38881 ) or any combination.
38882  To insert empty pages use {}.
38883  E.
38884 \begin_inset space \thinspace{}
38885 \end_inset
38886
38887 g.
38888 \begin_inset space ~
38889 \end_inset
38890
38891
38892 \series bold
38893 pages={3,{},8-11,15}
38894 \series default
38895  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38896  Page ranges are specified in the syntax 
38897 \emph on
38898 start
38899 \emph default
38900 -
38901 \emph on
38902 stop
38903 \emph default
38904 .
38905  This selects all pages from 
38906 \emph on
38907 start
38908 \emph default
38909  to 
38910 \emph on
38911 stop
38912 \emph default
38913 .
38914  Omitting 
38915 \emph on
38916 start
38917 \emph default
38918  defaults to the first page; omitting 
38919 \emph on
38920 stop
38921 \emph default
38922  defaults to the last page of the document.
38923  The last page can also be selected with the keyword 
38924 \series bold
38925 last
38926 \series default
38927 .
38928  (This is only permitted in a page range.) So 
38929 \series bold
38930 pages=-
38931 \series default
38932  will insert all pages of the document and 
38933 \series bold
38934 pages=last-1
38935 \series default
38936  will insert all pages in reverse order.
38937  If the pages option is not specified, only the first page of the PDF is
38938  inserted.
38939 \begin_inset Newline newline
38940 \end_inset
38941
38942 The option 
38943 \series bold
38944 noautoscale
38945 \series default
38946  inserts the pages with their original size, if this option is not given,
38947  the pages will be resized to fith the width of the page of your document.
38948  In the tab 
38949 \family sans
38950 Size and Rotation
38951 \family default
38952  you can specify the width and height of the input pages and their rotation.
38953  If another width than 100
38954 \begin_inset space \thinspace{}
38955 \end_inset
38956
38957 Scale% is used, the option 
38958 \series bold
38959 noautoscale
38960 \series default
38961  will be overwritten.
38962  For more info and possible options, have a look into the documentation
38963  of the LaTeX-package 
38964 \series bold
38965 pdfpages
38966 \series default
38967  
38968 \begin_inset CommandInset citation
38969 LatexCommand cite
38970 key "pdfpages"
38971
38972 \end_inset
38973
38974 .
38975 \begin_inset Index idx
38976 status collapsed
38977
38978 \begin_layout Plain Layout
38979 LaTeX-packages ! pdfpages
38980 \end_layout
38981
38982 \end_inset
38983
38984
38985 \begin_inset Newline newline
38986 \end_inset
38987
38988 To use this template in a 
38989 \family sans
38990 Beamer
38991 \family default
38992  presentation you need to first insert an 
38993 \family sans
38994 EndFrame
38995 \family default
38996  environment and in a subsequent paragraph a TeX-Code box containing the
38997  command 
38998 \series bold
38999
39000 \backslash
39001 setbeamertemplate{background canvas}{}
39002 \series default
39003 .
39004  Then you can insert as many paragraphs containing the PDFPages template
39005  as you wish.
39006  Behind the included PDF pages you can resume the Beamer presentation by
39007  beginning a new frame or by starting a new section.
39008  To avoid stray blank pages prior to the PDF pages, make sure to use the
39009  
39010 \family sans
39011 Default
39012 \family default
39013  alignment for the paragraph containing the template.
39014 \begin_inset Newline newline
39015 \end_inset
39016
39017 Here is an included PDF which is rotated by -5°: 
39018 \begin_inset External
39019         template PDFPages
39020         filename clipart/Abstract.pdf
39021         extra LaTeX "noautoscale, pages=-"
39022         rotateAngle -5
39023         rotateOrigin bottomleft
39024
39025 \end_inset
39026
39027
39028 \end_layout
39029
39030 \begin_layout Description
39031 RasterImage This can be used for bitmap images.
39032  The image can be treated in the 
39033 \family sans
39034 External material
39035 \family default
39036  dialog like the images that are usually included via the 
39037 \family sans
39038 Graphics
39039 \family default
39040  dialog as described in section
39041 \begin_inset space ~
39042 \end_inset
39043
39044
39045 \begin_inset CommandInset ref
39046 LatexCommand ref
39047 reference "sec:Graphics-Dialog"
39048
39049 \end_inset
39050
39051 .
39052  The difference to the normal image input is that only raster images are
39053  allowed; that means that PDF and EPS-images are not supported.
39054  Here is an inserted raster image: 
39055 \begin_inset External
39056         template RasterImage
39057         filename clipart/ToolbarEnvBox.png
39058
39059 \end_inset
39060
39061
39062 \end_layout
39063
39064 \begin_layout Description
39065 XFig This template supports images created with the program 
39066 \series bold
39067
39068 \begin_inset CommandInset href
39069 LatexCommand href
39070 name "Xfig"
39071 target "http://en.wikipedia.org/wiki/Xfig"
39072
39073 \end_inset
39074
39075
39076 \series default
39077 .
39078 \end_layout
39079
39080 \begin_layout Standard
39081 \begin_inset Float table
39082 placement !h
39083 wide false
39084 sideways false
39085 status open
39086
39087 \begin_layout Plain Layout
39088 \begin_inset Caption Standard
39089
39090 \begin_layout Plain Layout
39091 \begin_inset CommandInset label
39092 LatexCommand label
39093 name "tab:Comparison-of-the"
39094
39095 \end_inset
39096
39097 Comparison of the date input methods.
39098 \end_layout
39099
39100 \end_inset
39101
39102
39103 \end_layout
39104
39105 \begin_layout Plain Layout
39106 \align center
39107 \begin_inset Tabular
39108 <lyxtabular version="3" rows="4" columns="4">
39109 <features rotate="0" tabularvalignment="middle">
39110 <column alignment="center" valignment="top">
39111 <column alignment="center" valignment="top">
39112 <column alignment="center" valignment="top">
39113 <column alignment="center" valignment="top">
39114 <row>
39115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39116 \begin_inset Text
39117
39118 \begin_layout Plain Layout
39119 Document format
39120 \end_layout
39121
39122 \end_inset
39123 </cell>
39124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39125 \begin_inset Text
39126
39127 \begin_layout Plain Layout
39128
39129 \family sans
39130 External Material\SpecialChar \menuseparator
39131 Date
39132 \end_layout
39133
39134 \end_inset
39135 </cell>
39136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39137 \begin_inset Text
39138
39139 \begin_layout Plain Layout
39140
39141 \family sans
39142 Insert\SpecialChar \menuseparator
39143 Date
39144 \end_layout
39145
39146 \end_inset
39147 </cell>
39148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39149 \begin_inset Text
39150
39151 \begin_layout Plain Layout
39152 command 
39153 \series bold
39154
39155 \backslash
39156 today
39157 \end_layout
39158
39159 \end_inset
39160 </cell>
39161 </row>
39162 <row>
39163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39164 \begin_inset Text
39165
39166 \begin_layout Plain Layout
39167 LyX
39168 \end_layout
39169
39170 \end_inset
39171 </cell>
39172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39173 \begin_inset Text
39174
39175 \begin_layout Plain Layout
39176 as inset box
39177 \end_layout
39178
39179 \end_inset
39180 </cell>
39181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39182 \begin_inset Text
39183
39184 \begin_layout Plain Layout
39185 as date
39186 \end_layout
39187
39188 \end_inset
39189 </cell>
39190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39191 \begin_inset Text
39192
39193 \begin_layout Plain Layout
39194 as TeX-Code inset box
39195 \end_layout
39196
39197 \end_inset
39198 </cell>
39199 </row>
39200 <row>
39201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39202 \begin_inset Text
39203
39204 \begin_layout Plain Layout
39205 LaTeX
39206 \end_layout
39207
39208 \end_inset
39209 </cell>
39210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39211 \begin_inset Text
39212
39213 \begin_layout Plain Layout
39214 as date
39215 \end_layout
39216
39217 \end_inset
39218 </cell>
39219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39220 \begin_inset Text
39221
39222 \begin_layout Plain Layout
39223 as date
39224 \end_layout
39225
39226 \end_inset
39227 </cell>
39228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39229 \begin_inset Text
39230
39231 \begin_layout Plain Layout
39232 as command
39233 \end_layout
39234
39235 \end_inset
39236 </cell>
39237 </row>
39238 <row>
39239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39240 \begin_inset Text
39241
39242 \begin_layout Plain Layout
39243 DVI, PDF, PS
39244 \end_layout
39245
39246 \end_inset
39247 </cell>
39248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39249 \begin_inset Text
39250
39251 \begin_layout Plain Layout
39252 as date
39253 \end_layout
39254
39255 \end_inset
39256 </cell>
39257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39258 \begin_inset Text
39259
39260 \begin_layout Plain Layout
39261 as date
39262 \end_layout
39263
39264 \end_inset
39265 </cell>
39266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39267 \begin_inset Text
39268
39269 \begin_layout Plain Layout
39270 as date
39271 \end_layout
39272
39273 \end_inset
39274 </cell>
39275 </row>
39276 </lyxtabular>
39277
39278 \end_inset
39279
39280
39281 \end_layout
39282
39283 \end_inset
39284
39285
39286 \end_layout
39287
39288 \begin_layout Standard
39289 When you use the option 
39290 \family sans
39291 Draft
39292 \family default
39293  in the 
39294 \family sans
39295 File
39296 \family default
39297  tab of the 
39298 \family sans
39299 External Material
39300 \family default
39301  dialog, only the path to the inserted file is shown in the output.
39302 \begin_inset Newline newline
39303 \end_inset
39304
39305 External material is displayed in LyX either as a box like this: 
39306 \begin_inset Graphics
39307         filename clipart/ExternalMaterialQt4.png
39308         scale 85
39309         scaleBeforeRotation
39310
39311 \end_inset
39312
39313  or as image, depending on the option 
39314 \family sans
39315 Show in LyX
39316 \family default
39317  in the 
39318 \family sans
39319 LaTeX and LyX options
39320 \family default
39321  tab of the dialog.
39322 \end_layout
39323
39324 \begin_layout Standard
39325 The 
39326 \family sans
39327 \emph on
39328 Customization
39329 \family default
39330 \emph default
39331  manual explains how you can define your own templates.
39332 \end_layout
39333
39334 \begin_layout Section
39335 Child Documents
39336 \begin_inset CommandInset label
39337 LatexCommand label
39338 name "sec:Child-Documents"
39339
39340 \end_inset
39341
39342
39343 \begin_inset Index idx
39344 status collapsed
39345
39346 \begin_layout Plain Layout
39347 External Document Parts ! Child Documents
39348 \end_layout
39349
39350 \end_inset
39351
39352
39353 \begin_inset Index idx
39354 status collapsed
39355
39356 \begin_layout Plain Layout
39357 Files ! Include
39358 \end_layout
39359
39360 \end_inset
39361
39362
39363 \end_layout
39364
39365 \begin_layout Standard
39366 Child documents are used if you have a long document consisting of several
39367  larger parts or sections.
39368  For maintenance it is often useful and sometimes even required to split
39369  the document into several files that can be revised separately.
39370  The different documents are then the so called 
39371 \begin_inset Quotes eld
39372 \end_inset
39373
39374 child documents
39375 \begin_inset Quotes erd
39376 \end_inset
39377
39378 , and a master document connects them to print the full document or parts
39379  of it.
39380  A child document inherits elements from its master, for example the LaTeX
39381  preamble, the bibliography, and labels for cross-references.
39382 \end_layout
39383
39384 \begin_layout Standard
39385 To be able to work on child documents without the need to open their master,
39386  specify in the child document the master in the menu
39387 \family sans
39388  Document\SpecialChar \menuseparator
39389 Settings\SpecialChar \menuseparator
39390 Document
39391 \begin_inset space ~
39392 \end_inset
39393
39394 Class
39395 \family default
39396 .
39397  This master document will then be used in the background by LyX when you
39398  edit the child document.
39399 \end_layout
39400
39401 \begin_layout Standard
39402 Included documents are displayed in LyX as a box like this: 
39403 \begin_inset Graphics
39404         filename clipart/ChildDocumentQt4.png
39405         scale 85
39406         scaleBeforeRotation
39407
39408 \end_inset
39409
39410  To include child documents in a master document use the menu 
39411 \family sans
39412 Insert\SpecialChar \menuseparator
39413 File\SpecialChar \menuseparator
39414 Child
39415 \begin_inset space ~
39416 \end_inset
39417
39418 Documents
39419 \family default
39420 .
39421  A dialog pops up where you can choose between four include methods:
39422 \end_layout
39423
39424 \begin_layout Description
39425 Include You can include LyX- and LaTeX-documents.
39426  When you press the 
39427 \family sans
39428 Edit
39429 \family default
39430  button in the 
39431 \family sans
39432 Child Document
39433 \family default
39434  dialog, the included document will be opened in LyX in a new file tab so
39435  that you can modify it.
39436 \begin_inset Newline newline
39437 \end_inset
39438
39439
39440 \end_layout
39441
39442 \begin_layout Standard
39443 Here is a child document inserted using 
39444 \family sans
39445 Include
39446 \family default
39447
39448 \begin_inset CommandInset include
39449 LatexCommand include
39450 filename "DummyDocument1.lyx"
39451
39452 \end_inset
39453
39454
39455 \end_layout
39456
39457 \begin_layout Standard
39458 The section numbering includes the sections of the included files in the
39459  order they are inserted in the master document.
39460  The included example document has for example a subsection that is numbered
39461  as a subsection of this section.
39462  Labels of included documents can be referenced: Subsection
39463 \begin_inset space ~
39464 \end_inset
39465
39466
39467 \begin_inset CommandInset ref
39468 LatexCommand ref
39469 reference "sub:External-Subsection-1"
39470
39471 \end_inset
39472
39473 .
39474 \end_layout
39475
39476 \begin_layout Standard
39477 The preamble of the child document is ignored; only the preamble of the
39478  master document is used.
39479  Branches in child documents will be ignored by the master document when
39480  the master document does not have a branch with the same name.
39481  Included documents are inserted starting on a new page and ending with
39482  a page break.
39483 \end_layout
39484
39485 \begin_layout Standard
39486 \begin_inset Note Greyedout
39487 status open
39488
39489 \begin_layout Plain Layout
39490
39491 \series bold
39492 Note:
39493 \series default
39494  If you have included a LyX- or LaTeX-file, you are warned when you export/view
39495  the document in case the child document uses another document class than
39496  the master document as this will lead to unexpected outputs.
39497 \end_layout
39498
39499 \end_inset
39500
39501
39502 \end_layout
39503
39504 \begin_layout Description
39505 Input This method is very similar to the Include method.
39506  The differences are:
39507 \end_layout
39508
39509 \begin_deeper
39510 \begin_layout Itemize
39511 Input files don't start with a new page and don't end with a page break.
39512 \end_layout
39513
39514 \begin_layout Itemize
39515 Input files can be previewed in LyX when 
39516 \family sans
39517 Instant
39518 \begin_inset space ~
39519 \end_inset
39520
39521 Preview
39522 \family default
39523  is enabled in LyX's preferences under 
39524 \family sans
39525 Look
39526 \begin_inset space ~
39527 \end_inset
39528
39529 and
39530 \begin_inset space ~
39531 \end_inset
39532
39533 feel\SpecialChar \menuseparator
39534 Graphics
39535 \family default
39536 .
39537 \end_layout
39538
39539 \begin_layout Itemize
39540 You cannot exclude Input files via the menu 
39541 \family sans
39542 Document\SpecialChar \menuseparator
39543 Settings\SpecialChar \menuseparator
39544 Child Documents
39545 \family default
39546 .
39547 \end_layout
39548
39549 \end_deeper
39550 \begin_layout Standard
39551 Here is a child document inserted using 
39552 \family sans
39553 Input
39554 \family default
39555
39556 \begin_inset CommandInset include
39557 LatexCommand input
39558 filename "DummyDocument2.lyx"
39559
39560 \end_inset
39561
39562
39563 \end_layout
39564
39565 \begin_layout Description
39566 Verbatim With this method any text file can be included.
39567  The file is shown in the output with its source code; no command used in
39568  the text is invoked.
39569  You can use the option 
39570 \family sans
39571 Mark spaces in output
39572 \family default
39573  that displays the character 
39574 \begin_inset Quotes eld
39575 \end_inset
39576
39577
39578 \begin_inset ERT
39579 status collapsed
39580
39581 \begin_layout Plain Layout
39582
39583
39584 \backslash
39585 textvisiblespace 
39586 \end_layout
39587
39588 \end_inset
39589
39590
39591 \begin_inset Quotes erd
39592 \end_inset
39593
39594  for every space character in the source code.
39595  The difference from the method via the menu 
39596 \family sans
39597 Insert\SpecialChar \menuseparator
39598 File\SpecialChar \menuseparator
39599 Plain
39600 \begin_inset space ~
39601 \end_inset
39602
39603 Text
39604 \family default
39605  is that the document content is not shown in LyX.
39606 \end_layout
39607
39608 \begin_layout Standard
39609 Here is a child document inserted as Verbatim: 
39610 \begin_inset CommandInset include
39611 LatexCommand verbatiminput
39612 filename "DummyTextDocument.txt"
39613
39614 \end_inset
39615
39616
39617 \begin_inset VSpace bigskip
39618 \end_inset
39619
39620  Here is a child document inserted as Verbatim using the 
39621 \family sans
39622 Mark spaces in output
39623 \family default
39624  option: 
39625 \begin_inset CommandInset include
39626 LatexCommand verbatiminput*
39627 filename "DummyTextDocument.txt"
39628
39629 \end_inset
39630
39631
39632 \end_layout
39633
39634 \begin_layout Standard
39635 \begin_inset VSpace bigskip
39636 \end_inset
39637
39638
39639 \end_layout
39640
39641 \begin_layout Standard
39642 \begin_inset Note Greyedout
39643 status open
39644
39645 \begin_layout Plain Layout
39646
39647 \series bold
39648 Note:
39649 \series default
39650  As you can see in the examples above, the text of the documents included
39651  as 
39652 \family sans
39653 verbatim
39654 \family default
39655  is not broken at the end of the document lines.
39656 \end_layout
39657
39658 \end_inset
39659
39660
39661 \end_layout
39662
39663 \begin_layout Description
39664 Listings This type is described in chapter
39665 \begin_inset space ~
39666 \end_inset
39667
39668
39669 \begin_inset CommandInset ref
39670 LatexCommand ref
39671 reference "cha:Program-Code-Listings"
39672
39673 \end_inset
39674
39675 .
39676 \end_layout
39677
39678 \begin_layout Standard
39679 \begin_inset Note Greyedout
39680 status open
39681
39682 \begin_layout Plain Layout
39683
39684 \series bold
39685 Note:
39686 \series default
39687  Including the same document twice in a document using different methods
39688  could cause LaTeX-problems.
39689 \end_layout
39690
39691 \end_inset
39692
39693
39694 \end_layout
39695
39696 \begin_layout Standard
39697 If you want to view/export only selected children of your master document,
39698  either because you want to save compiling time or because you want to distribut
39699 e single chapters of the book you are just writing, you can exclude children
39700  from the output.
39701  This is done via the menu 
39702 \family sans
39703 Document\SpecialChar \menuseparator
39704 Settings\SpecialChar \menuseparator
39705 Child Documents
39706 \family default
39707 .
39708  You can exclude\SpecialChar \slash{}
39709 include children by double-clicking on the 
39710 \family sans
39711 include to output
39712 \family default
39713  column of the respective child document in the list (note that this only
39714  works for documents embedded via 
39715 \begin_inset Quotes eld
39716 \end_inset
39717
39718 Include
39719 \begin_inset Quotes erd
39720 \end_inset
39721
39722 , not with 
39723 \begin_inset Quotes eld
39724 \end_inset
39725
39726 Input
39727 \begin_inset Quotes erd
39728 \end_inset
39729
39730 ).
39731  If the option 
39732 \family sans
39733 Maintain counters and references
39734 \family default
39735  is enabled, LyX will assure that all page numbers, references etc.
39736 \begin_inset space ~
39737 \end_inset
39738
39739 are correct as if the whole document was processed.
39740  This is useful if you want the selected sub-documents to look exactly as
39741  in the context of the whole document.
39742  However, LyX needs to process the whole document in the background for
39743  this feature.
39744  So if you want to save compile time and if counters and references do not
39745  need to be correct, disable this checkbox.
39746 \end_layout
39747
39748 \begin_layout Standard
39749 Alternatively, you can put each included file into a branch.
39750 \begin_inset Foot
39751 status collapsed
39752
39753 \begin_layout Plain Layout
39754 Branches are described in section 
39755 \emph on
39756 Branches
39757 \emph default
39758  of the LyX 
39759 \emph on
39760 Userguide
39761 \emph default
39762 .
39763 \end_layout
39764
39765 \end_inset
39766
39767  By enabling\SpecialChar \slash{}
39768 disabling branches you can decide which included files will
39769  appear in the output.
39770  This has the advantage that it also works with Input'ed sub-documents.
39771  However, counters and references will not be maintained with this approach.
39772 \end_layout
39773
39774 \begin_layout Chapter
39775 Program Code Listings
39776 \begin_inset CommandInset label
39777 LatexCommand label
39778 name "cha:Program-Code-Listings"
39779
39780 \end_inset
39781
39782
39783 \begin_inset Index idx
39784 status collapsed
39785
39786 \begin_layout Plain Layout
39787 Listings
39788 \end_layout
39789
39790 \end_inset
39791
39792
39793 \begin_inset Index idx
39794 status collapsed
39795
39796 \begin_layout Plain Layout
39797 Program Code
39798 \end_layout
39799
39800 \end_inset
39801
39802
39803 \begin_inset Index idx
39804 status collapsed
39805
39806 \begin_layout Plain Layout
39807 Floats ! Listings
39808 \end_layout
39809
39810 \end_inset
39811
39812
39813 \end_layout
39814
39815 \begin_layout Standard
39816 To include and typeset program code you can use the 
39817 \family sans
39818 Listings
39819 \family default
39820  inset that can be inserted via the menu 
39821 \family sans
39822 Insert\SpecialChar \menuseparator
39823 Program Listing
39824 \family default
39825 .
39826  The LaTeX-package 
39827 \series bold
39828 listings
39829 \series default
39830
39831 \begin_inset Index idx
39832 status collapsed
39833
39834 \begin_layout Plain Layout
39835 LaTeX-packages ! listings
39836 \end_layout
39837
39838 \end_inset
39839
39840  provides a powerful and flexible way to insert program source code into
39841  your document.
39842 \end_layout
39843
39844 \begin_layout Standard
39845 Right-clicking on a listings inset opens the context menu containing where
39846  you can set the listings format.
39847 \end_layout
39848
39849 \begin_layout Standard
39850 By default, a listing starts a new paragraph in the output.
39851  The placement option 
39852 \family sans
39853 Inline
39854 \begin_inset space ~
39855 \end_inset
39856
39857 listing
39858 \family default
39859  prints the listing inline like this: 
39860 \begin_inset listings
39861 lstparams "language={C++}"
39862 inline true
39863 status open
39864
39865 \begin_layout Plain Layout
39866
39867 int a=5;
39868 \end_layout
39869
39870 \end_inset
39871
39872
39873 \begin_inset Newline newline
39874 \end_inset
39875
39876 The option 
39877 \family sans
39878 Float
39879 \family default
39880  creates a listings float where you can specify the placement options 
39881 \begin_inset Quotes eld
39882 \end_inset
39883
39884
39885 \family sans
39886 h
39887 \family default
39888
39889 \begin_inset Quotes erd
39890 \end_inset
39891
39892
39893 \begin_inset Quotes eld
39894 \end_inset
39895
39896
39897 \family sans
39898 t
39899 \family default
39900
39901 \begin_inset Quotes erd
39902 \end_inset
39903
39904
39905 \begin_inset Quotes eld
39906 \end_inset
39907
39908
39909 \family sans
39910 b
39911 \family default
39912
39913 \begin_inset Quotes erd
39914 \end_inset
39915
39916 , and 
39917 \begin_inset Quotes eld
39918 \end_inset
39919
39920
39921 \family sans
39922 p
39923 \family default
39924
39925 \begin_inset Quotes erd
39926 \end_inset
39927
39928  corresponding to the float placement options described in section
39929 \begin_inset space ~
39930 \end_inset
39931
39932
39933 \begin_inset CommandInset ref
39934 LatexCommand ref
39935 reference "sec:Float-Placement"
39936
39937 \end_inset
39938
39939 .
39940  The placement options can be mixed and are inserted without any separation,
39941  e.
39942 \begin_inset space \thinspace{}
39943 \end_inset
39944
39945 g.
39946 \begin_inset space \space{}
39947 \end_inset
39948
39949
39950 \begin_inset Quotes eld
39951 \end_inset
39952
39953
39954 \family sans
39955 htbp
39956 \family default
39957
39958 \begin_inset Quotes erd
39959 \end_inset
39960
39961 .
39962  The option 
39963 \begin_inset Quotes eld
39964 \end_inset
39965
39966 h
39967 \begin_inset Quotes erd
39968 \end_inset
39969
39970  has sometimes no effect, but you don't need to use the 
39971 \family sans
39972 Float
39973 \family default
39974  option in this case as also non-float listings can have captions and be
39975  referenced.
39976 \end_layout
39977
39978 \begin_layout Standard
39979 You can add captions to listings with the menu 
39980 \family sans
39981 Insert\SpecialChar \menuseparator
39982 Caption
39983 \family default
39984 .
39985  Listings can be referenced like floats: Listing
39986 \begin_inset space ~
39987 \end_inset
39988
39989
39990 \begin_inset CommandInset ref
39991 LatexCommand ref
39992 reference "lst:Example-Listing"
39993
39994 \end_inset
39995
39996 .
39997  A list of listings which contains all listings with captions can be created
39998  via the menu 
39999 \family sans
40000 Insert\SpecialChar \menuseparator
40001 List
40002 \begin_inset space ~
40003 \end_inset
40004
40005 /
40006 \begin_inset space ~
40007 \end_inset
40008
40009 TOC\SpecialChar \menuseparator
40010 List of Listings
40011 \family default
40012 .
40013  The list entries are the listing caption and the listing number.
40014 \end_layout
40015
40016 \begin_layout Standard
40017 \begin_inset listings
40018 lstparams "language=Python"
40019 inline false
40020 status open
40021
40022 \begin_layout Plain Layout
40023
40024 \begin_inset Caption Standard
40025
40026 \begin_layout Plain Layout
40027 \begin_inset CommandInset label
40028 LatexCommand label
40029 name "lst:Example-Listing"
40030
40031 \end_inset
40032
40033 Example Listing float
40034 \end_layout
40035
40036 \end_inset
40037
40038 # Example listing float
40039 \end_layout
40040
40041 \begin_layout Plain Layout
40042
40043 def func(param):
40044 \end_layout
40045
40046 \begin_layout Plain Layout
40047
40048     'this is a python function'
40049 \end_layout
40050
40051 \begin_layout Plain Layout
40052
40053     pass
40054 \end_layout
40055
40056 \end_inset
40057
40058
40059 \end_layout
40060
40061 \begin_layout Standard
40062 When you have set a programming language in the listings dialog, the keywords
40063  of this language will be recognized and specially typeset in the output.
40064  In the example listings the Python keyword 
40065 \begin_inset Quotes eld
40066 \end_inset
40067
40068 def
40069 \begin_inset Quotes erd
40070 \end_inset
40071
40072  is recognized and printed bold in the output.
40073 \end_layout
40074
40075 \begin_layout Standard
40076 \begin_inset Note Greyedout
40077 status open
40078
40079 \begin_layout Plain Layout
40080
40081 \series bold
40082 Note:
40083 \series default
40084  If you don't get bold keywords when using typewriter fonts, your 
40085 \family typewriter
40086 typewriter
40087 \family default
40088  font probably doesn't provide a bold shape.
40089  In this case select a different one in the menu 
40090 \family sans
40091 Document\SpecialChar \menuseparator
40092 Settings\SpecialChar \menuseparator
40093 Fonts
40094 \family default
40095 .
40096  (The fonts 
40097 \emph on
40098 LuxiMono, BeraMono
40099 \emph default
40100  and 
40101 \emph on
40102 Courier
40103 \emph default
40104  provide bold shapes.)
40105 \end_layout
40106
40107 \end_inset
40108
40109
40110 \end_layout
40111
40112 \begin_layout Standard
40113 In section 
40114 \family sans
40115 Line
40116 \begin_inset space ~
40117 \end_inset
40118
40119 numbering
40120 \family default
40121  of the listings dialog you can specify the line numbering style.
40122  You can insert a number to specify which lines are numbered in the field
40123  
40124 \family sans
40125 Step
40126 \family default
40127 .
40128  When you insert e.
40129 \begin_inset space \thinspace{}
40130 \end_inset
40131
40132 g.
40133 \begin_inset space \space{}
40134 \end_inset
40135
40136
40137 \begin_inset Quotes eld
40138 \end_inset
40139
40140 3
40141 \begin_inset Quotes erd
40142 \end_inset
40143
40144 , only every 3rd line will be numbered.
40145 \end_layout
40146
40147 \begin_layout Standard
40148 You can furthermore specify a range of lines; only these will then appear
40149  in the output.
40150  The option 
40151 \family sans
40152 Extended character table
40153 \family default
40154  should be used when you use national characters like the German umlauts
40155  in the listing.
40156 \begin_inset Newline newline
40157 \end_inset
40158
40159 Here is an example listing with left line numbering, step 
40160 \begin_inset Quotes eld
40161 \end_inset
40162
40163 3
40164 \begin_inset Quotes erd
40165 \end_inset
40166
40167 , language 
40168 \begin_inset Quotes eld
40169 \end_inset
40170
40171 Python
40172 \begin_inset Quotes erd
40173 \end_inset
40174
40175 , options 
40176 \begin_inset Quotes eld
40177 \end_inset
40178
40179 Extended character table
40180 \begin_inset Quotes erd
40181 \end_inset
40182
40183  and 
40184 \begin_inset Quotes eld
40185 \end_inset
40186
40187 Space
40188 \begin_inset space ~
40189 \end_inset
40190
40191 as
40192 \begin_inset space ~
40193 \end_inset
40194
40195 symbol
40196 \begin_inset Quotes erd
40197 \end_inset
40198
40199 , range lines 3
40200 \begin_inset space \thinspace{}
40201 \end_inset
40202
40203 -
40204 \begin_inset space \thinspace{}
40205 \end_inset
40206
40207 8:
40208 \end_layout
40209
40210 \begin_layout Standard
40211 \begin_inset listings
40212 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40213 inline false
40214 status open
40215
40216 \begin_layout Plain Layout
40217
40218 def func(param):
40219 \end_layout
40220
40221 \begin_layout Plain Layout
40222
40223     'this is a python function'
40224 \end_layout
40225
40226 \begin_layout Plain Layout
40227
40228     pass
40229 \end_layout
40230
40231 \begin_layout Plain Layout
40232
40233 def func(param):
40234 \end_layout
40235
40236 \begin_layout Plain Layout
40237
40238 'This is a German word: Tschüß'
40239 \end_layout
40240
40241 \begin_layout Plain Layout
40242
40243 pass
40244 \end_layout
40245
40246 \begin_layout Plain Layout
40247
40248 def func(param):
40249 \end_layout
40250
40251 \begin_layout Plain Layout
40252
40253 'this is a python function'
40254 \end_layout
40255
40256 \begin_layout Plain Layout
40257
40258 pass
40259 \end_layout
40260
40261 \end_inset
40262
40263
40264 \end_layout
40265
40266 \begin_layout Standard
40267 When you have tabulators in your listing, you can specify the number of
40268  characters that are spanned by a tabulator in the field 
40269 \family sans
40270 Tabulator
40271 \begin_inset space ~
40272 \end_inset
40273
40274 size
40275 \family default
40276 .
40277 \end_layout
40278
40279 \begin_layout Standard
40280 \begin_inset Note Greyedout
40281 status open
40282
40283 \begin_layout Plain Layout
40284
40285 \series bold
40286 Note:
40287 \series default
40288  Due to a bug in the 
40289 \series bold
40290 listings
40291 \series default
40292  package the line numbering is shifted by a line by every previous listing.
40293  That's the reason why the lines 2 and 5 are numbered in the above listing
40294  and not the lines 3 and 6.
40295 \end_layout
40296
40297 \end_inset
40298
40299
40300 \end_layout
40301
40302 \begin_layout Standard
40303 \begin_inset VSpace bigskip
40304 \end_inset
40305
40306
40307 \end_layout
40308
40309 \begin_layout Standard
40310 It is also possible to print lines from a file as listing.
40311  To do this, use the menu 
40312 \family sans
40313 Insert\SpecialChar \menuseparator
40314 File\SpecialChar \menuseparator
40315 Child Document
40316 \family default
40317  and choose the type 
40318 \family sans
40319 Listings
40320 \family default
40321 .
40322 \begin_inset Foot
40323 status collapsed
40324
40325 \begin_layout Plain Layout
40326 The other child document types are described in section
40327 \begin_inset space ~
40328 \end_inset
40329
40330
40331 \begin_inset CommandInset ref
40332 LatexCommand ref
40333 reference "sec:Child-Documents"
40334
40335 \end_inset
40336
40337 .
40338 \end_layout
40339
40340 \end_inset
40341
40342  In the child document dialog you can specify the listing parameters in
40343  a text box.
40344  To show a list of all available parameters, type in a question mark 
40345 \begin_inset Quotes eld
40346 \end_inset
40347
40348 ?
40349 \begin_inset Quotes erd
40350 \end_inset
40351
40352  in the text box.
40353 \end_layout
40354
40355 \begin_layout Standard
40356 To reference child document listings, write a label text into the corresponding
40357  field of the child document dialog.
40358  The label can then be referenced using the menu 
40359 \family sans
40360 Insert\SpecialChar \menuseparator
40361 Cross-Reference
40362 \family default
40363 .
40364 \end_layout
40365
40366 \begin_layout Standard
40367 Listing
40368 \begin_inset space ~
40369 \end_inset
40370
40371
40372 \begin_inset CommandInset ref
40373 LatexCommand ref
40374 reference "lst:file-listing"
40375
40376 \end_inset
40377
40378  is an example for a listing of a file; there the lines 10
40379 \begin_inset space \thinspace{}
40380 \end_inset
40381
40382 -
40383 \begin_inset space \thinspace{}
40384 \end_inset
40385
40386 15 of this LyX file are listed.
40387 \end_layout
40388
40389 \begin_layout Standard
40390 \begin_inset CommandInset include
40391 LatexCommand lstinputlisting
40392 filename "EmbeddedObjects.lyx"
40393 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
40394
40395 \end_inset
40396
40397
40398 \end_layout
40399
40400 \begin_layout Standard
40401 \begin_inset VSpace bigskip
40402 \end_inset
40403
40404
40405 \end_layout
40406
40407 \begin_layout Standard
40408 Inserting a formula into a listing can be done the following way:
40409 \end_layout
40410
40411 \begin_layout Enumerate
40412 Open the listings dialog and add
40413 \begin_inset Newline newline
40414 \end_inset
40415
40416
40417 \family sans
40418 mathescape=true
40419 \family default
40420
40421 \begin_inset Newline newline
40422 \end_inset
40423
40424 to the field of the 
40425 \family sans
40426 Advanced
40427 \family default
40428  tab.
40429 \end_layout
40430
40431 \begin_layout Enumerate
40432 Create a formula outside the listing
40433 \end_layout
40434
40435 \begin_layout Enumerate
40436 Copy the content of the formula (not the formula inset) to the clipboard
40437  (shortcut 
40438 \begin_inset Info
40439 type  "shortcut"
40440 arg   "copy"
40441 \end_inset
40442
40443 )
40444 \end_layout
40445
40446 \begin_layout Enumerate
40447 In the listing write 
40448 \begin_inset Quotes eld
40449 \end_inset
40450
40451
40452 \family sans
40453 $$
40454 \family default
40455
40456 \begin_inset Quotes erd
40457 \end_inset
40458
40459  and copy from the clipboard between the dollar-signs (shortcut 
40460 \begin_inset Info
40461 type  "shortcut"
40462 arg   "paste"
40463 \end_inset
40464
40465 )
40466 \end_layout
40467
40468 \begin_layout Standard
40469 \begin_inset listings
40470 lstparams "language=Python,mathescape=true"
40471 inline false
40472 status open
40473
40474 \begin_layout Plain Layout
40475
40476 \begin_inset Caption Standard
40477
40478 \begin_layout Plain Layout
40479 Example Listing float containing a formula
40480 \end_layout
40481
40482 \end_inset
40483
40484 # Example listing float
40485 \end_layout
40486
40487 \begin_layout Plain Layout
40488
40489 def func(param):
40490 \end_layout
40491
40492 \begin_layout Plain Layout
40493
40494     # $
40495 \backslash
40496 prod_{n=1}^{
40497 \backslash
40498 infty}
40499 \backslash
40500 ,
40501 \backslash
40502 frac{1}{x^{2}}$
40503 \end_layout
40504
40505 \begin_layout Plain Layout
40506
40507     pass
40508 \end_layout
40509
40510 \end_inset
40511
40512
40513 \end_layout
40514
40515 \begin_layout Standard
40516 \begin_inset VSpace bigskip
40517 \end_inset
40518
40519
40520 \end_layout
40521
40522 \begin_layout Standard
40523 Global listings settings can be set in the 
40524 \family sans
40525 Document\SpecialChar \menuseparator
40526 Settings\SpecialChar \menuseparator
40527 Listings
40528 \family default
40529  dialog.
40530  To get there a list of available options, type in a question mark 
40531 \begin_inset Quotes eld
40532 \end_inset
40533
40534 ?
40535 \begin_inset Quotes erd
40536 \end_inset
40537
40538 .
40539 \end_layout
40540
40541 \begin_layout Standard
40542 For more information about the 
40543 \series bold
40544 listings
40545 \series default
40546  package, we refer to its documentation 
40547 \begin_inset CommandInset citation
40548 LatexCommand cite
40549 key "listings"
40550
40551 \end_inset
40552
40553 .
40554 \end_layout
40555
40556 \begin_layout Standard
40557 \begin_inset Newpage newpage
40558 \end_inset
40559
40560
40561 \end_layout
40562
40563 \begin_layout Chapter
40564 \start_of_appendix
40565 Units available in LyX
40566 \begin_inset Index idx
40567 status collapsed
40568
40569 \begin_layout Plain Layout
40570 Units
40571 \end_layout
40572
40573 \end_inset
40574
40575
40576 \begin_inset CommandInset label
40577 LatexCommand label
40578 name "cha:Units-available-in"
40579
40580 \end_inset
40581
40582
40583 \end_layout
40584
40585 \begin_layout Standard
40586 To understand the units described in this documentation, Table
40587 \begin_inset space ~
40588 \end_inset
40589
40590
40591 \begin_inset CommandInset ref
40592 LatexCommand ref
40593 reference "tab:Units"
40594
40595 \end_inset
40596
40597  explains all units available in LyX.
40598 \end_layout
40599
40600 \begin_layout Standard
40601 \begin_inset Float table
40602 placement h
40603 wide false
40604 sideways false
40605 status open
40606
40607 \begin_layout Plain Layout
40608 \begin_inset Caption Standard
40609
40610 \begin_layout Plain Layout
40611 \begin_inset CommandInset label
40612 LatexCommand label
40613 name "tab:Units"
40614
40615 \end_inset
40616
40617 Units
40618 \end_layout
40619
40620 \end_inset
40621
40622
40623 \end_layout
40624
40625 \begin_layout Plain Layout
40626 \begin_inset VSpace medskip
40627 \end_inset
40628
40629
40630 \end_layout
40631
40632 \begin_layout Plain Layout
40633 \align center
40634 \begin_inset Tabular
40635 <lyxtabular version="3" rows="20" columns="2">
40636 <features rotate="0" tabularvalignment="middle">
40637 <column alignment="center" valignment="top">
40638 <column alignment="center" valignment="top">
40639 <row>
40640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40641 \begin_inset Text
40642
40643 \begin_layout Plain Layout
40644 unit
40645 \end_layout
40646
40647 \end_inset
40648 </cell>
40649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40650 \begin_inset Text
40651
40652 \begin_layout Plain Layout
40653 name/description
40654 \end_layout
40655
40656 \end_inset
40657 </cell>
40658 </row>
40659 <row>
40660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40661 \begin_inset Text
40662
40663 \begin_layout Plain Layout
40664 mm
40665 \end_layout
40666
40667 \end_inset
40668 </cell>
40669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40670 \begin_inset Text
40671
40672 \begin_layout Plain Layout
40673 millimeter
40674 \end_layout
40675
40676 \end_inset
40677 </cell>
40678 </row>
40679 <row>
40680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40681 \begin_inset Text
40682
40683 \begin_layout Plain Layout
40684 cm
40685 \end_layout
40686
40687 \end_inset
40688 </cell>
40689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40690 \begin_inset Text
40691
40692 \begin_layout Plain Layout
40693 centimeter
40694 \end_layout
40695
40696 \end_inset
40697 </cell>
40698 </row>
40699 <row>
40700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40701 \begin_inset Text
40702
40703 \begin_layout Plain Layout
40704 in
40705 \end_layout
40706
40707 \end_inset
40708 </cell>
40709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40710 \begin_inset Text
40711
40712 \begin_layout Plain Layout
40713 inch
40714 \end_layout
40715
40716 \end_inset
40717 </cell>
40718 </row>
40719 <row>
40720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40721 \begin_inset Text
40722
40723 \begin_layout Plain Layout
40724 pt
40725 \end_layout
40726
40727 \end_inset
40728 </cell>
40729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40730 \begin_inset Text
40731
40732 \begin_layout Plain Layout
40733 point (72.27
40734 \begin_inset space \thinspace{}
40735 \end_inset
40736
40737 pt = 1
40738 \begin_inset space \thinspace{}
40739 \end_inset
40740
40741 in)
40742 \end_layout
40743
40744 \end_inset
40745 </cell>
40746 </row>
40747 <row>
40748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40749 \begin_inset Text
40750
40751 \begin_layout Plain Layout
40752 pc
40753 \end_layout
40754
40755 \end_inset
40756 </cell>
40757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40758 \begin_inset Text
40759
40760 \begin_layout Plain Layout
40761 pica (1
40762 \begin_inset space \thinspace{}
40763 \end_inset
40764
40765 pc = 12
40766 \begin_inset space \thinspace{}
40767 \end_inset
40768
40769 pt)
40770 \end_layout
40771
40772 \end_inset
40773 </cell>
40774 </row>
40775 <row>
40776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40777 \begin_inset Text
40778
40779 \begin_layout Plain Layout
40780 sp
40781 \end_layout
40782
40783 \end_inset
40784 </cell>
40785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40786 \begin_inset Text
40787
40788 \begin_layout Plain Layout
40789 scaled point (65536
40790 \begin_inset space \thinspace{}
40791 \end_inset
40792
40793 sp = 1
40794 \begin_inset space \thinspace{}
40795 \end_inset
40796
40797 pt)
40798 \end_layout
40799
40800 \end_inset
40801 </cell>
40802 </row>
40803 <row>
40804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40805 \begin_inset Text
40806
40807 \begin_layout Plain Layout
40808 bp
40809 \end_layout
40810
40811 \end_inset
40812 </cell>
40813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40814 \begin_inset Text
40815
40816 \begin_layout Plain Layout
40817 big point (72
40818 \begin_inset space \thinspace{}
40819 \end_inset
40820
40821 bp = 1
40822 \begin_inset space \thinspace{}
40823 \end_inset
40824
40825 in)
40826 \end_layout
40827
40828 \end_inset
40829 </cell>
40830 </row>
40831 <row>
40832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40833 \begin_inset Text
40834
40835 \begin_layout Plain Layout
40836 dd
40837 \end_layout
40838
40839 \end_inset
40840 </cell>
40841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40842 \begin_inset Text
40843
40844 \begin_layout Plain Layout
40845 didot (1
40846 \begin_inset space \thinspace{}
40847 \end_inset
40848
40849 dd 
40850 \begin_inset Formula $\approx$
40851 \end_inset
40852
40853  0.376
40854 \begin_inset space \thinspace{}
40855 \end_inset
40856
40857 mm)
40858 \end_layout
40859
40860 \end_inset
40861 </cell>
40862 </row>
40863 <row>
40864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40865 \begin_inset Text
40866
40867 \begin_layout Plain Layout
40868 cc
40869 \end_layout
40870
40871 \end_inset
40872 </cell>
40873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40874 \begin_inset Text
40875
40876 \begin_layout Plain Layout
40877 cicero (1
40878 \begin_inset space \thinspace{}
40879 \end_inset
40880
40881 cc = 12
40882 \begin_inset space \thinspace{}
40883 \end_inset
40884
40885 dd)
40886 \end_layout
40887
40888 \end_inset
40889 </cell>
40890 </row>
40891 <row>
40892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40893 \begin_inset Text
40894
40895 \begin_layout Plain Layout
40896 Scale%
40897 \end_layout
40898
40899 \end_inset
40900 </cell>
40901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40902 \begin_inset Text
40903
40904 \begin_layout Plain Layout
40905 % of original image width
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 text%
40917 \end_layout
40918
40919 \end_inset
40920 </cell>
40921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40922 \begin_inset Text
40923
40924 \begin_layout Plain Layout
40925 % of text width
40926 \end_layout
40927
40928 \end_inset
40929 </cell>
40930 </row>
40931 <row>
40932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40933 \begin_inset Text
40934
40935 \begin_layout Plain Layout
40936 col%
40937 \end_layout
40938
40939 \end_inset
40940 </cell>
40941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40942 \begin_inset Text
40943
40944 \begin_layout Plain Layout
40945 % of column width
40946 \end_layout
40947
40948 \end_inset
40949 </cell>
40950 </row>
40951 <row>
40952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40953 \begin_inset Text
40954
40955 \begin_layout Plain Layout
40956 page%
40957 \end_layout
40958
40959 \end_inset
40960 </cell>
40961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40962 \begin_inset Text
40963
40964 \begin_layout Plain Layout
40965 % of paper width
40966 \end_layout
40967
40968 \end_inset
40969 </cell>
40970 </row>
40971 <row>
40972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40973 \begin_inset Text
40974
40975 \begin_layout Plain Layout
40976 line%
40977 \end_layout
40978
40979 \end_inset
40980 </cell>
40981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40982 \begin_inset Text
40983
40984 \begin_layout Plain Layout
40985 % of line width
40986 \end_layout
40987
40988 \end_inset
40989 </cell>
40990 </row>
40991 <row>
40992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40993 \begin_inset Text
40994
40995 \begin_layout Plain Layout
40996 theight%
40997 \end_layout
40998
40999 \end_inset
41000 </cell>
41001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41002 \begin_inset Text
41003
41004 \begin_layout Plain Layout
41005 % of text height
41006 \end_layout
41007
41008 \end_inset
41009 </cell>
41010 </row>
41011 <row>
41012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41013 \begin_inset Text
41014
41015 \begin_layout Plain Layout
41016 pheight%
41017 \end_layout
41018
41019 \end_inset
41020 </cell>
41021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41022 \begin_inset Text
41023
41024 \begin_layout Plain Layout
41025 % of paper height
41026 \end_layout
41027
41028 \end_inset
41029 </cell>
41030 </row>
41031 <row>
41032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41033 \begin_inset Text
41034
41035 \begin_layout Plain Layout
41036 ex
41037 \end_layout
41038
41039 \end_inset
41040 </cell>
41041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41042 \begin_inset Text
41043
41044 \begin_layout Plain Layout
41045 height of letter 
41046 \emph on
41047 x
41048 \emph default
41049  in current font
41050 \end_layout
41051
41052 \end_inset
41053 </cell>
41054 </row>
41055 <row>
41056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41057 \begin_inset Text
41058
41059 \begin_layout Plain Layout
41060 em
41061 \end_layout
41062
41063 \end_inset
41064 </cell>
41065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41066 \begin_inset Text
41067
41068 \begin_layout Plain Layout
41069 width of letter 
41070 \emph on
41071 M
41072 \emph default
41073  in current font
41074 \end_layout
41075
41076 \end_inset
41077 </cell>
41078 </row>
41079 <row>
41080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41081 \begin_inset Text
41082
41083 \begin_layout Plain Layout
41084 mu
41085 \end_layout
41086
41087 \end_inset
41088 </cell>
41089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41090 \begin_inset Text
41091
41092 \begin_layout Plain Layout
41093 math unit (1
41094 \begin_inset space \thinspace{}
41095 \end_inset
41096
41097 mu = 1/18
41098 \begin_inset space \thinspace{}
41099 \end_inset
41100
41101 em)
41102 \end_layout
41103
41104 \end_inset
41105 </cell>
41106 </row>
41107 </lyxtabular>
41108
41109 \end_inset
41110
41111
41112 \end_layout
41113
41114 \end_inset
41115
41116
41117 \end_layout
41118
41119 \begin_layout Chapter
41120 Output File Formats with Graphics
41121 \begin_inset CommandInset label
41122 LatexCommand label
41123 name "cha:Output-File-Formats"
41124
41125 \end_inset
41126
41127
41128 \end_layout
41129
41130 \begin_layout Section
41131 DVI
41132 \begin_inset Index idx
41133 status collapsed
41134
41135 \begin_layout Plain Layout
41136 File Formats ! DVI
41137 \end_layout
41138
41139 \end_inset
41140
41141
41142 \begin_inset Index idx
41143 status collapsed
41144
41145 \begin_layout Plain Layout
41146 DVI|see
41147 \begin_inset ERT
41148 status collapsed
41149
41150 \begin_layout Plain Layout
41151
41152 {
41153 \end_layout
41154
41155 \end_inset
41156
41157 File Formats
41158 \begin_inset ERT
41159 status collapsed
41160
41161 \begin_layout Plain Layout
41162
41163 }
41164 \end_layout
41165
41166 \end_inset
41167
41168
41169 \end_layout
41170
41171 \end_inset
41172
41173
41174 \end_layout
41175
41176 \begin_layout Standard
41177 This file type has the extension 
41178 \begin_inset Quotes eld
41179 \end_inset
41180
41181
41182 \family typewriter
41183 .dvi
41184 \family default
41185
41186 \begin_inset Quotes erd
41187 \end_inset
41188
41189 .
41190  It is called 
41191 \begin_inset Quotes eld
41192 \end_inset
41193
41194 device-independent
41195 \begin_inset Quotes erd
41196 \end_inset
41197
41198  (DVI), because it is completely portable; you can move them from one machine
41199  to another without needing to do any sort of conversion.
41200  At the time when this file-format was developed, this was no matter of
41201  course.
41202  DVIs are used for quick previews and as pre-stage for other output formats,
41203  like PostScript.
41204 \end_layout
41205
41206 \begin_layout Standard
41207 \begin_inset Note Greyedout
41208 status open
41209
41210 \begin_layout Plain Layout
41211
41212 \series bold
41213 Note:
41214 \series default
41215  DVI-files do not contain images; they will only be a linked.
41216 \end_layout
41217
41218 \end_inset
41219
41220  So don't forget this, if you move your 
41221 \family typewriter
41222 .dvi
41223 \family default
41224  file to another computer.
41225  This property can also slow down your computer when you view the DVI, because
41226  the DVI-viewer has to convert the image in the background to make it visible
41227  when you scroll in the DVI.
41228  So it is recommended that you use PDF for files with many images.
41229 \end_layout
41230
41231 \begin_layout Standard
41232 You can export your document to DVI by using the menu 
41233 \family sans
41234 File\SpecialChar \menuseparator
41235 Export\SpecialChar \menuseparator
41236 DVI
41237 \family default
41238 .
41239  You can view your document as DVI via the 
41240 \family sans
41241 View
41242 \family default
41243  menu.
41244 \end_layout
41245
41246 \begin_layout Section
41247 PostScript
41248 \begin_inset CommandInset label
41249 LatexCommand label
41250 name "sec:PostScript"
41251
41252 \end_inset
41253
41254
41255 \begin_inset Index idx
41256 status collapsed
41257
41258 \begin_layout Plain Layout
41259 File Formats ! PostScript
41260 \end_layout
41261
41262 \end_inset
41263
41264
41265 \begin_inset Index idx
41266 status collapsed
41267
41268 \begin_layout Plain Layout
41269 PostScript|see
41270 \begin_inset ERT
41271 status collapsed
41272
41273 \begin_layout Plain Layout
41274
41275 {
41276 \end_layout
41277
41278 \end_inset
41279
41280 File Formats
41281 \begin_inset ERT
41282 status collapsed
41283
41284 \begin_layout Plain Layout
41285
41286 }
41287 \end_layout
41288
41289 \end_inset
41290
41291
41292 \end_layout
41293
41294 \end_inset
41295
41296
41297 \end_layout
41298
41299 \begin_layout Standard
41300 This file type has the extension 
41301 \begin_inset Quotes eld
41302 \end_inset
41303
41304
41305 \family typewriter
41306 .ps
41307 \family default
41308
41309 \begin_inset Quotes erd
41310 \end_inset
41311
41312 .
41313  PostScript was developed by the company 
41314 \family typewriter
41315 Adobe
41316 \family default
41317  as a printer language.
41318  The file therefore contains commands that the printer uses to print the
41319  file.
41320  PostScript can be seen as a 
41321 \begin_inset Quotes eld
41322 \end_inset
41323
41324 programming language
41325 \begin_inset Quotes erd
41326 \end_inset
41327
41328 ; you can calculate with it and draw diagrams and images
41329 \begin_inset Foot
41330 status collapsed
41331
41332 \begin_layout Plain Layout
41333 If you are interested to learn more about this, have a look at the LaTeX-package
41334  
41335 \series bold
41336 PSTricks
41337 \series default
41338  
41339 \begin_inset CommandInset citation
41340 LatexCommand cite
41341 key "pstricks"
41342
41343 \end_inset
41344
41345 .
41346 \end_layout
41347
41348 \end_inset
41349
41350 .
41351  Due to this ability, the files are often bigger than PDFs.
41352 \end_layout
41353
41354 \begin_layout Standard
41355 PostScript can only contain images in the format 
41356 \begin_inset Quotes eld
41357 \end_inset
41358
41359 Encapsulated PostScript
41360 \begin_inset Quotes erd
41361 \end_inset
41362
41363  (EPS, file extension 
41364 \begin_inset Quotes eld
41365 \end_inset
41366
41367
41368 \family typewriter
41369 .eps
41370 \family default
41371
41372 \begin_inset Quotes erd
41373 \end_inset
41374
41375 ).
41376  As LyX allows you to use any known image format in your document, it has
41377  to convert images in the background to EPS.
41378  If you have e.g.
41379 \begin_inset space ~
41380 \end_inset
41381
41382 50
41383 \begin_inset space ~
41384 \end_inset
41385
41386 images in your document, LyX has to do 50
41387 \begin_inset space ~
41388 \end_inset
41389
41390 conversions whenever you view or export your document.
41391  This will slow down your work flow with LyX drastically.
41392  So if you plan to use PostScript, you can insert your images directly as
41393  EPS to avoid this problem.
41394 \end_layout
41395
41396 \begin_layout Standard
41397 You can export your document to PostScript using the menu 
41398 \family sans
41399 File\SpecialChar \menuseparator
41400 Export\SpecialChar \menuseparator
41401 Postscript
41402 \family default
41403 .
41404  You can view your document as PostScript via the 
41405 \family sans
41406 View
41407 \family default
41408  menu.
41409 \end_layout
41410
41411 \begin_layout Section
41412 PDF
41413 \begin_inset Index idx
41414 status collapsed
41415
41416 \begin_layout Plain Layout
41417 File Formats ! PDF
41418 \end_layout
41419
41420 \end_inset
41421
41422
41423 \begin_inset Index idx
41424 status collapsed
41425
41426 \begin_layout Plain Layout
41427 PDF
41428 \end_layout
41429
41430 \end_inset
41431
41432
41433 \end_layout
41434
41435 \begin_layout Standard
41436 This file type has the extension 
41437 \begin_inset Quotes eld
41438 \end_inset
41439
41440
41441 \family typewriter
41442 .pdf
41443 \family default
41444
41445 \begin_inset Quotes erd
41446 \end_inset
41447
41448 .
41449  The 
41450 \begin_inset Quotes eld
41451 \end_inset
41452
41453 Portable Document Format
41454 \begin_inset Quotes erd
41455 \end_inset
41456
41457  (PDF) was developed by 
41458 \family typewriter
41459 Adobe
41460 \family default
41461  as a derivative of PostScript.
41462  It is more compressed and it uses fewer commands than PostScript.
41463  As the name 
41464 \begin_inset Quotes eld
41465 \end_inset
41466
41467 portable
41468 \begin_inset Quotes erd
41469 \end_inset
41470
41471  implies, it can be processed at any computer system and the printed output
41472  looks exactly the same.
41473 \end_layout
41474
41475 \begin_layout Standard
41476 PDF can contain images in its own PDF format, in the format 
41477 \begin_inset Quotes eld
41478 \end_inset
41479
41480 Joint Photographic Experts Group
41481 \begin_inset Quotes erd
41482 \end_inset
41483
41484  (JPG, file extension 
41485 \begin_inset Quotes eld
41486 \end_inset
41487
41488
41489 \family typewriter
41490 .jpg
41491 \family default
41492
41493 \begin_inset Quotes erd
41494 \end_inset
41495
41496  or 
41497 \begin_inset Quotes eld
41498 \end_inset
41499
41500
41501 \family typewriter
41502 .jpeg
41503 \family default
41504
41505 \begin_inset Quotes erd
41506 \end_inset
41507
41508 ), and in the format 
41509 \begin_inset Quotes eld
41510 \end_inset
41511
41512 Portable Network Graphics
41513 \begin_inset Quotes erd
41514 \end_inset
41515
41516  (PNG, file extension 
41517 \begin_inset Quotes eld
41518 \end_inset
41519
41520
41521 \family typewriter
41522 .png
41523 \family default
41524
41525 \begin_inset Quotes erd
41526 \end_inset
41527
41528 ).
41529  Nevertheless you can use any other image format, because LyX converts them
41530  in the background to one of these formats.
41531  But as described in the section about PostScript, the image conversion
41532  will slow down your work flow.
41533  So it is recommended that you use images in one of the three mentioned
41534  formats.
41535 \end_layout
41536
41537 \begin_layout Standard
41538 You can export your document to PDF via the menu 
41539 \family sans
41540 File\SpecialChar \menuseparator
41541 Export
41542 \family default
41543  in three different ways:
41544 \end_layout
41545
41546 \begin_layout Description
41547 PDF
41548 \begin_inset space ~
41549 \end_inset
41550
41551 (ps2pdf) This uses the program 
41552 \family typewriter
41553 ps2pdf
41554 \family default
41555  that creates a PDF from a PostScript-version of your file.
41556  The PostScript-version is produced by the program 
41557 \family typewriter
41558 dvips
41559 \family default
41560  which uses a DVI-version as intermediate step.
41561  So this export variant consists of three conversions.
41562 \end_layout
41563
41564 \begin_layout Description
41565 PDF
41566 \begin_inset space ~
41567 \end_inset
41568
41569 (dvipdfm) This uses the program 
41570 \family typewriter
41571 dvipdfm
41572 \family default
41573  that converts your file in the background to DVI and in a second step to
41574  PDF.
41575 \end_layout
41576
41577 \begin_layout Description
41578 PDF
41579 \begin_inset space ~
41580 \end_inset
41581
41582 (pdflatex) This uses the program 
41583 \family typewriter
41584 pdftex
41585 \family default
41586  that converts your file directly to PDF.
41587 \end_layout
41588
41589 \begin_layout Standard
41590 It is recommended that you use 
41591 \family sans
41592 PDF
41593 \begin_inset space ~
41594 \end_inset
41595
41596 (pdflatex)
41597 \family default
41598  because 
41599 \family typewriter
41600 pdftex
41601 \family default
41602  supports all features of actual PDF-versions, is quick and works stable.
41603  The program 
41604 \family typewriter
41605 dvipdfm
41606 \family default
41607  is not under development and therefore a bit outdated.
41608 \end_layout
41609
41610 \begin_layout Standard
41611 You can view your document as PDF via the 
41612 \family sans
41613 View
41614 \family default
41615  menu or by using a toolbar button.
41616 \end_layout
41617
41618 \begin_layout Chapter
41619 List of dvips color names
41620 \begin_inset CommandInset label
41621 LatexCommand label
41622 name "chap:List-of-dvips-colornames"
41623
41624 \end_inset
41625
41626
41627 \end_layout
41628
41629 \begin_layout Standard
41630 \begin_inset Tabular
41631 <lyxtabular version="3" rows="17" columns="4">
41632 <features rotate="0" tabularvalignment="middle">
41633 <column alignment="left" valignment="top" width="0pt">
41634 <column alignment="left" valignment="top" width="0pt">
41635 <column alignment="left" valignment="top" width="0pt">
41636 <column alignment="left" valignment="top" width="0pt">
41637 <row>
41638 <cell alignment="left" valignment="top" usebox="none">
41639 \begin_inset Text
41640
41641 \begin_layout Plain Layout
41642 \begin_inset ERT
41643 status collapsed
41644
41645 \begin_layout Plain Layout
41646
41647
41648 \backslash
41649 fcolorbox{black}{
41650 \end_layout
41651
41652 \end_inset
41653
41654 white
41655 \begin_inset ERT
41656 status collapsed
41657
41658 \begin_layout Plain Layout
41659
41660 }{
41661 \end_layout
41662
41663 \end_inset
41664
41665 Color
41666 \begin_inset ERT
41667 status collapsed
41668
41669 \begin_layout Plain Layout
41670
41671 }
41672 \end_layout
41673
41674 \end_inset
41675
41676  Color name
41677 \end_layout
41678
41679 \end_inset
41680 </cell>
41681 <cell alignment="left" valignment="top" usebox="none">
41682 \begin_inset Text
41683
41684 \begin_layout Plain Layout
41685 \begin_inset ERT
41686 status collapsed
41687
41688 \begin_layout Plain Layout
41689
41690
41691 \backslash
41692 fcolorbox{black}{
41693 \end_layout
41694
41695 \end_inset
41696
41697 white
41698 \begin_inset ERT
41699 status collapsed
41700
41701 \begin_layout Plain Layout
41702
41703 }{
41704 \end_layout
41705
41706 \end_inset
41707
41708 Color
41709 \begin_inset ERT
41710 status collapsed
41711
41712 \begin_layout Plain Layout
41713
41714 }
41715 \end_layout
41716
41717 \end_inset
41718
41719  Color name
41720 \end_layout
41721
41722 \end_inset
41723 </cell>
41724 <cell alignment="left" valignment="top" usebox="none">
41725 \begin_inset Text
41726
41727 \begin_layout Plain Layout
41728 \begin_inset ERT
41729 status collapsed
41730
41731 \begin_layout Plain Layout
41732
41733
41734 \backslash
41735 fcolorbox{black}{
41736 \end_layout
41737
41738 \end_inset
41739
41740 white
41741 \begin_inset ERT
41742 status collapsed
41743
41744 \begin_layout Plain Layout
41745
41746 }{
41747 \end_layout
41748
41749 \end_inset
41750
41751 Color
41752 \begin_inset ERT
41753 status collapsed
41754
41755 \begin_layout Plain Layout
41756
41757 }
41758 \end_layout
41759
41760 \end_inset
41761
41762  Color name
41763 \end_layout
41764
41765 \end_inset
41766 </cell>
41767 <cell alignment="left" valignment="top" usebox="none">
41768 \begin_inset Text
41769
41770 \begin_layout Plain Layout
41771 \begin_inset ERT
41772 status collapsed
41773
41774 \begin_layout Plain Layout
41775
41776
41777 \backslash
41778 fcolorbox{black}{
41779 \end_layout
41780
41781 \end_inset
41782
41783 white
41784 \begin_inset ERT
41785 status collapsed
41786
41787 \begin_layout Plain Layout
41788
41789 }{
41790 \end_layout
41791
41792 \end_inset
41793
41794 Color
41795 \begin_inset ERT
41796 status collapsed
41797
41798 \begin_layout Plain Layout
41799
41800 }
41801 \end_layout
41802
41803 \end_inset
41804
41805  Color name
41806 \end_layout
41807
41808 \end_inset
41809 </cell>
41810 </row>
41811 <row>
41812 <cell alignment="center" valignment="top" usebox="none">
41813 \begin_inset Text
41814
41815 \begin_layout Plain Layout
41816 \begin_inset ERT
41817 status collapsed
41818
41819 \begin_layout Plain Layout
41820
41821
41822 \backslash
41823 fcolorbox{black}{
41824 \end_layout
41825
41826 \end_inset
41827
41828 Apricot
41829 \begin_inset ERT
41830 status collapsed
41831
41832 \begin_layout Plain Layout
41833
41834 }{
41835 \end_layout
41836
41837 \end_inset
41838
41839
41840 \begin_inset Phantom Phantom
41841 status open
41842
41843 \begin_layout Plain Layout
41844 W
41845 \end_layout
41846
41847 \end_inset
41848
41849
41850 \begin_inset ERT
41851 status collapsed
41852
41853 \begin_layout Plain Layout
41854
41855 }
41856 \end_layout
41857
41858 \end_inset
41859
41860  Apricot
41861 \end_layout
41862
41863 \end_inset
41864 </cell>
41865 <cell alignment="center" valignment="top" usebox="none">
41866 \begin_inset Text
41867
41868 \begin_layout Plain Layout
41869 \begin_inset ERT
41870 status collapsed
41871
41872 \begin_layout Plain Layout
41873
41874
41875 \backslash
41876 fcolorbox{black}{
41877 \end_layout
41878
41879 \end_inset
41880
41881 Aquamarine
41882 \begin_inset ERT
41883 status collapsed
41884
41885 \begin_layout Plain Layout
41886
41887 }{
41888 \end_layout
41889
41890 \end_inset
41891
41892
41893 \begin_inset Phantom Phantom
41894 status open
41895
41896 \begin_layout Plain Layout
41897 W
41898 \end_layout
41899
41900 \end_inset
41901
41902
41903 \begin_inset ERT
41904 status collapsed
41905
41906 \begin_layout Plain Layout
41907
41908 }
41909 \end_layout
41910
41911 \end_inset
41912
41913  Aquamarine
41914 \end_layout
41915
41916 \end_inset
41917 </cell>
41918 <cell alignment="center" valignment="top" usebox="none">
41919 \begin_inset Text
41920
41921 \begin_layout Plain Layout
41922 \begin_inset ERT
41923 status collapsed
41924
41925 \begin_layout Plain Layout
41926
41927
41928 \backslash
41929 fcolorbox{black}{
41930 \end_layout
41931
41932 \end_inset
41933
41934 Bittersweet
41935 \begin_inset ERT
41936 status collapsed
41937
41938 \begin_layout Plain Layout
41939
41940 }{
41941 \end_layout
41942
41943 \end_inset
41944
41945
41946 \begin_inset Phantom Phantom
41947 status open
41948
41949 \begin_layout Plain Layout
41950 W
41951 \end_layout
41952
41953 \end_inset
41954
41955
41956 \begin_inset ERT
41957 status collapsed
41958
41959 \begin_layout Plain Layout
41960
41961 }
41962 \end_layout
41963
41964 \end_inset
41965
41966  Bittersweet
41967 \end_layout
41968
41969 \end_inset
41970 </cell>
41971 <cell alignment="center" valignment="top" usebox="none">
41972 \begin_inset Text
41973
41974 \begin_layout Plain Layout
41975 \begin_inset ERT
41976 status collapsed
41977
41978 \begin_layout Plain Layout
41979
41980
41981 \backslash
41982 fcolorbox{black}{
41983 \end_layout
41984
41985 \end_inset
41986
41987 BlueGreen
41988 \begin_inset ERT
41989 status collapsed
41990
41991 \begin_layout Plain Layout
41992
41993 }{
41994 \end_layout
41995
41996 \end_inset
41997
41998
41999 \begin_inset Phantom Phantom
42000 status open
42001
42002 \begin_layout Plain Layout
42003 W
42004 \end_layout
42005
42006 \end_inset
42007
42008
42009 \begin_inset ERT
42010 status collapsed
42011
42012 \begin_layout Plain Layout
42013
42014 }
42015 \end_layout
42016
42017 \end_inset
42018
42019  BlueGreen
42020 \end_layout
42021
42022 \end_inset
42023 </cell>
42024 </row>
42025 <row>
42026 <cell alignment="left" valignment="top" usebox="none">
42027 \begin_inset Text
42028
42029 \begin_layout Plain Layout
42030 \begin_inset ERT
42031 status collapsed
42032
42033 \begin_layout Plain Layout
42034
42035
42036 \backslash
42037 fcolorbox{black}{
42038 \end_layout
42039
42040 \end_inset
42041
42042 BlueViolet
42043 \begin_inset ERT
42044 status collapsed
42045
42046 \begin_layout Plain Layout
42047
42048 }{
42049 \end_layout
42050
42051 \end_inset
42052
42053
42054 \begin_inset Phantom Phantom
42055 status open
42056
42057 \begin_layout Plain Layout
42058 W
42059 \end_layout
42060
42061 \end_inset
42062
42063
42064 \begin_inset ERT
42065 status collapsed
42066
42067 \begin_layout Plain Layout
42068
42069 }
42070 \end_layout
42071
42072 \end_inset
42073
42074  BlueViolet
42075 \end_layout
42076
42077 \end_inset
42078 </cell>
42079 <cell alignment="left" valignment="top" usebox="none">
42080 \begin_inset Text
42081
42082 \begin_layout Plain Layout
42083 \begin_inset ERT
42084 status collapsed
42085
42086 \begin_layout Plain Layout
42087
42088
42089 \backslash
42090 fcolorbox{black}{
42091 \end_layout
42092
42093 \end_inset
42094
42095 BrickRed
42096 \begin_inset ERT
42097 status collapsed
42098
42099 \begin_layout Plain Layout
42100
42101 }{
42102 \end_layout
42103
42104 \end_inset
42105
42106
42107 \begin_inset Phantom Phantom
42108 status open
42109
42110 \begin_layout Plain Layout
42111 W
42112 \end_layout
42113
42114 \end_inset
42115
42116
42117 \begin_inset ERT
42118 status collapsed
42119
42120 \begin_layout Plain Layout
42121
42122 }
42123 \end_layout
42124
42125 \end_inset
42126
42127  BrickRed
42128 \end_layout
42129
42130 \end_inset
42131 </cell>
42132 <cell alignment="left" valignment="top" usebox="none">
42133 \begin_inset Text
42134
42135 \begin_layout Plain Layout
42136 \begin_inset ERT
42137 status collapsed
42138
42139 \begin_layout Plain Layout
42140
42141
42142 \backslash
42143 fcolorbox{black}{
42144 \end_layout
42145
42146 \end_inset
42147
42148 Brown
42149 \begin_inset ERT
42150 status collapsed
42151
42152 \begin_layout Plain Layout
42153
42154 }{
42155 \end_layout
42156
42157 \end_inset
42158
42159
42160 \begin_inset Phantom Phantom
42161 status open
42162
42163 \begin_layout Plain Layout
42164 W
42165 \end_layout
42166
42167 \end_inset
42168
42169
42170 \begin_inset ERT
42171 status collapsed
42172
42173 \begin_layout Plain Layout
42174
42175 }
42176 \end_layout
42177
42178 \end_inset
42179
42180  Brown
42181 \end_layout
42182
42183 \end_inset
42184 </cell>
42185 <cell alignment="left" valignment="top" usebox="none">
42186 \begin_inset Text
42187
42188 \begin_layout Plain Layout
42189 \begin_inset ERT
42190 status collapsed
42191
42192 \begin_layout Plain Layout
42193
42194
42195 \backslash
42196 fcolorbox{black}{
42197 \end_layout
42198
42199 \end_inset
42200
42201 BurntOrange
42202 \begin_inset ERT
42203 status collapsed
42204
42205 \begin_layout Plain Layout
42206
42207 }{
42208 \end_layout
42209
42210 \end_inset
42211
42212
42213 \begin_inset Phantom Phantom
42214 status open
42215
42216 \begin_layout Plain Layout
42217 W
42218 \end_layout
42219
42220 \end_inset
42221
42222
42223 \begin_inset ERT
42224 status collapsed
42225
42226 \begin_layout Plain Layout
42227
42228 }
42229 \end_layout
42230
42231 \end_inset
42232
42233  BurntOrange
42234 \end_layout
42235
42236 \end_inset
42237 </cell>
42238 </row>
42239 <row>
42240 <cell alignment="left" valignment="top" usebox="none">
42241 \begin_inset Text
42242
42243 \begin_layout Plain Layout
42244 \begin_inset ERT
42245 status collapsed
42246
42247 \begin_layout Plain Layout
42248
42249
42250 \backslash
42251 fcolorbox{black}{
42252 \end_layout
42253
42254 \end_inset
42255
42256 CadetBlue
42257 \begin_inset ERT
42258 status collapsed
42259
42260 \begin_layout Plain Layout
42261
42262 }{
42263 \end_layout
42264
42265 \end_inset
42266
42267
42268 \begin_inset Phantom Phantom
42269 status open
42270
42271 \begin_layout Plain Layout
42272 W
42273 \end_layout
42274
42275 \end_inset
42276
42277
42278 \begin_inset ERT
42279 status collapsed
42280
42281 \begin_layout Plain Layout
42282
42283 }
42284 \end_layout
42285
42286 \end_inset
42287
42288  CadetBlue
42289 \end_layout
42290
42291 \end_inset
42292 </cell>
42293 <cell alignment="left" valignment="top" usebox="none">
42294 \begin_inset Text
42295
42296 \begin_layout Plain Layout
42297 \begin_inset ERT
42298 status collapsed
42299
42300 \begin_layout Plain Layout
42301
42302
42303 \backslash
42304 fcolorbox{black}{
42305 \end_layout
42306
42307 \end_inset
42308
42309 CarnationPink
42310 \begin_inset ERT
42311 status collapsed
42312
42313 \begin_layout Plain Layout
42314
42315 }{
42316 \end_layout
42317
42318 \end_inset
42319
42320
42321 \begin_inset Phantom Phantom
42322 status open
42323
42324 \begin_layout Plain Layout
42325 W
42326 \end_layout
42327
42328 \end_inset
42329
42330
42331 \begin_inset ERT
42332 status collapsed
42333
42334 \begin_layout Plain Layout
42335
42336 }
42337 \end_layout
42338
42339 \end_inset
42340
42341  CarnationPink
42342 \end_layout
42343
42344 \end_inset
42345 </cell>
42346 <cell alignment="left" valignment="top" usebox="none">
42347 \begin_inset Text
42348
42349 \begin_layout Plain Layout
42350 \begin_inset ERT
42351 status collapsed
42352
42353 \begin_layout Plain Layout
42354
42355
42356 \backslash
42357 fcolorbox{black}{
42358 \end_layout
42359
42360 \end_inset
42361
42362 Cerulean
42363 \begin_inset ERT
42364 status collapsed
42365
42366 \begin_layout Plain Layout
42367
42368 }{
42369 \end_layout
42370
42371 \end_inset
42372
42373
42374 \begin_inset Phantom Phantom
42375 status open
42376
42377 \begin_layout Plain Layout
42378 W
42379 \end_layout
42380
42381 \end_inset
42382
42383
42384 \begin_inset ERT
42385 status collapsed
42386
42387 \begin_layout Plain Layout
42388
42389 }
42390 \end_layout
42391
42392 \end_inset
42393
42394  Cerulean
42395 \end_layout
42396
42397 \end_inset
42398 </cell>
42399 <cell alignment="left" valignment="top" usebox="none">
42400 \begin_inset Text
42401
42402 \begin_layout Plain Layout
42403 \begin_inset ERT
42404 status collapsed
42405
42406 \begin_layout Plain Layout
42407
42408
42409 \backslash
42410 fcolorbox{black}{
42411 \end_layout
42412
42413 \end_inset
42414
42415 CornflowerBlue
42416 \begin_inset ERT
42417 status collapsed
42418
42419 \begin_layout Plain Layout
42420
42421 }{
42422 \end_layout
42423
42424 \end_inset
42425
42426
42427 \begin_inset Phantom Phantom
42428 status open
42429
42430 \begin_layout Plain Layout
42431 W
42432 \end_layout
42433
42434 \end_inset
42435
42436
42437 \begin_inset ERT
42438 status collapsed
42439
42440 \begin_layout Plain Layout
42441
42442 }
42443 \end_layout
42444
42445 \end_inset
42446
42447  CornflowerBlue
42448 \end_layout
42449
42450 \end_inset
42451 </cell>
42452 </row>
42453 <row>
42454 <cell alignment="left" valignment="top" usebox="none">
42455 \begin_inset Text
42456
42457 \begin_layout Plain Layout
42458 \begin_inset ERT
42459 status collapsed
42460
42461 \begin_layout Plain Layout
42462
42463
42464 \backslash
42465 fcolorbox{black}{
42466 \end_layout
42467
42468 \end_inset
42469
42470 Dandelion
42471 \begin_inset ERT
42472 status collapsed
42473
42474 \begin_layout Plain Layout
42475
42476 }{
42477 \end_layout
42478
42479 \end_inset
42480
42481
42482 \begin_inset Phantom Phantom
42483 status open
42484
42485 \begin_layout Plain Layout
42486 W
42487 \end_layout
42488
42489 \end_inset
42490
42491
42492 \begin_inset ERT
42493 status collapsed
42494
42495 \begin_layout Plain Layout
42496
42497 }
42498 \end_layout
42499
42500 \end_inset
42501
42502  Dandelion
42503 \end_layout
42504
42505 \end_inset
42506 </cell>
42507 <cell alignment="left" valignment="top" usebox="none">
42508 \begin_inset Text
42509
42510 \begin_layout Plain Layout
42511 \begin_inset ERT
42512 status collapsed
42513
42514 \begin_layout Plain Layout
42515
42516
42517 \backslash
42518 fcolorbox{black}{
42519 \end_layout
42520
42521 \end_inset
42522
42523 DarkOrchid
42524 \begin_inset ERT
42525 status collapsed
42526
42527 \begin_layout Plain Layout
42528
42529 }{
42530 \end_layout
42531
42532 \end_inset
42533
42534
42535 \begin_inset Phantom Phantom
42536 status open
42537
42538 \begin_layout Plain Layout
42539 W
42540 \end_layout
42541
42542 \end_inset
42543
42544
42545 \begin_inset ERT
42546 status collapsed
42547
42548 \begin_layout Plain Layout
42549
42550 }
42551 \end_layout
42552
42553 \end_inset
42554
42555  DarkOrchid
42556 \end_layout
42557
42558 \end_inset
42559 </cell>
42560 <cell alignment="left" valignment="top" usebox="none">
42561 \begin_inset Text
42562
42563 \begin_layout Plain Layout
42564 \begin_inset ERT
42565 status collapsed
42566
42567 \begin_layout Plain Layout
42568
42569
42570 \backslash
42571 fcolorbox{black}{
42572 \end_layout
42573
42574 \end_inset
42575
42576 Emerald
42577 \begin_inset ERT
42578 status collapsed
42579
42580 \begin_layout Plain Layout
42581
42582 }{
42583 \end_layout
42584
42585 \end_inset
42586
42587
42588 \begin_inset Phantom Phantom
42589 status open
42590
42591 \begin_layout Plain Layout
42592 W
42593 \end_layout
42594
42595 \end_inset
42596
42597
42598 \begin_inset ERT
42599 status collapsed
42600
42601 \begin_layout Plain Layout
42602
42603 }
42604 \end_layout
42605
42606 \end_inset
42607
42608  Emerald
42609 \end_layout
42610
42611 \end_inset
42612 </cell>
42613 <cell alignment="left" valignment="top" usebox="none">
42614 \begin_inset Text
42615
42616 \begin_layout Plain Layout
42617 \begin_inset ERT
42618 status collapsed
42619
42620 \begin_layout Plain Layout
42621
42622
42623 \backslash
42624 fcolorbox{black}{
42625 \end_layout
42626
42627 \end_inset
42628
42629 ForestGreen
42630 \begin_inset ERT
42631 status collapsed
42632
42633 \begin_layout Plain Layout
42634
42635 }{
42636 \end_layout
42637
42638 \end_inset
42639
42640
42641 \begin_inset Phantom Phantom
42642 status open
42643
42644 \begin_layout Plain Layout
42645 W
42646 \end_layout
42647
42648 \end_inset
42649
42650
42651 \begin_inset ERT
42652 status collapsed
42653
42654 \begin_layout Plain Layout
42655
42656 }
42657 \end_layout
42658
42659 \end_inset
42660
42661  ForestGreen
42662 \end_layout
42663
42664 \end_inset
42665 </cell>
42666 </row>
42667 <row>
42668 <cell alignment="left" valignment="top" usebox="none">
42669 \begin_inset Text
42670
42671 \begin_layout Plain Layout
42672 \begin_inset ERT
42673 status collapsed
42674
42675 \begin_layout Plain Layout
42676
42677
42678 \backslash
42679 fcolorbox{black}{
42680 \end_layout
42681
42682 \end_inset
42683
42684 Fuchsia
42685 \begin_inset ERT
42686 status collapsed
42687
42688 \begin_layout Plain Layout
42689
42690 }{
42691 \end_layout
42692
42693 \end_inset
42694
42695
42696 \begin_inset Phantom Phantom
42697 status open
42698
42699 \begin_layout Plain Layout
42700 W
42701 \end_layout
42702
42703 \end_inset
42704
42705
42706 \begin_inset ERT
42707 status collapsed
42708
42709 \begin_layout Plain Layout
42710
42711 }
42712 \end_layout
42713
42714 \end_inset
42715
42716  Fuchsia
42717 \end_layout
42718
42719 \end_inset
42720 </cell>
42721 <cell alignment="left" valignment="top" usebox="none">
42722 \begin_inset Text
42723
42724 \begin_layout Plain Layout
42725 \begin_inset ERT
42726 status collapsed
42727
42728 \begin_layout Plain Layout
42729
42730
42731 \backslash
42732 fcolorbox{black}{
42733 \end_layout
42734
42735 \end_inset
42736
42737 Goldenrod
42738 \begin_inset ERT
42739 status collapsed
42740
42741 \begin_layout Plain Layout
42742
42743 }{
42744 \end_layout
42745
42746 \end_inset
42747
42748
42749 \begin_inset Phantom Phantom
42750 status open
42751
42752 \begin_layout Plain Layout
42753 W
42754 \end_layout
42755
42756 \end_inset
42757
42758
42759 \begin_inset ERT
42760 status collapsed
42761
42762 \begin_layout Plain Layout
42763
42764 }
42765 \end_layout
42766
42767 \end_inset
42768
42769  Goldenrod
42770 \end_layout
42771
42772 \end_inset
42773 </cell>
42774 <cell alignment="left" valignment="top" usebox="none">
42775 \begin_inset Text
42776
42777 \begin_layout Plain Layout
42778 \begin_inset ERT
42779 status collapsed
42780
42781 \begin_layout Plain Layout
42782
42783
42784 \backslash
42785 fcolorbox{black}{
42786 \end_layout
42787
42788 \end_inset
42789
42790 Gray
42791 \begin_inset ERT
42792 status collapsed
42793
42794 \begin_layout Plain Layout
42795
42796 }{
42797 \end_layout
42798
42799 \end_inset
42800
42801
42802 \begin_inset Phantom Phantom
42803 status open
42804
42805 \begin_layout Plain Layout
42806 W
42807 \end_layout
42808
42809 \end_inset
42810
42811
42812 \begin_inset ERT
42813 status collapsed
42814
42815 \begin_layout Plain Layout
42816
42817 }
42818 \end_layout
42819
42820 \end_inset
42821
42822  Gray
42823 \end_layout
42824
42825 \end_inset
42826 </cell>
42827 <cell alignment="left" valignment="top" usebox="none">
42828 \begin_inset Text
42829
42830 \begin_layout Plain Layout
42831 \begin_inset ERT
42832 status collapsed
42833
42834 \begin_layout Plain Layout
42835
42836
42837 \backslash
42838 fcolorbox{black}{
42839 \end_layout
42840
42841 \end_inset
42842
42843 GreenYellow
42844 \begin_inset ERT
42845 status collapsed
42846
42847 \begin_layout Plain Layout
42848
42849 }{
42850 \end_layout
42851
42852 \end_inset
42853
42854
42855 \begin_inset Phantom Phantom
42856 status open
42857
42858 \begin_layout Plain Layout
42859 W
42860 \end_layout
42861
42862 \end_inset
42863
42864
42865 \begin_inset ERT
42866 status collapsed
42867
42868 \begin_layout Plain Layout
42869
42870 }
42871 \end_layout
42872
42873 \end_inset
42874
42875  GreenYellow
42876 \end_layout
42877
42878 \end_inset
42879 </cell>
42880 </row>
42881 <row>
42882 <cell alignment="center" valignment="top" usebox="none">
42883 \begin_inset Text
42884
42885 \begin_layout Plain Layout
42886 \begin_inset ERT
42887 status collapsed
42888
42889 \begin_layout Plain Layout
42890
42891
42892 \backslash
42893 fcolorbox{black}{
42894 \end_layout
42895
42896 \end_inset
42897
42898 JungleGreen
42899 \begin_inset ERT
42900 status collapsed
42901
42902 \begin_layout Plain Layout
42903
42904 }{
42905 \end_layout
42906
42907 \end_inset
42908
42909
42910 \begin_inset Phantom Phantom
42911 status open
42912
42913 \begin_layout Plain Layout
42914 W
42915 \end_layout
42916
42917 \end_inset
42918
42919
42920 \begin_inset ERT
42921 status collapsed
42922
42923 \begin_layout Plain Layout
42924
42925 }
42926 \end_layout
42927
42928 \end_inset
42929
42930  JungleGreen
42931 \end_layout
42932
42933 \end_inset
42934 </cell>
42935 <cell alignment="center" valignment="top" usebox="none">
42936 \begin_inset Text
42937
42938 \begin_layout Plain Layout
42939 \begin_inset ERT
42940 status collapsed
42941
42942 \begin_layout Plain Layout
42943
42944
42945 \backslash
42946 fcolorbox{black}{
42947 \end_layout
42948
42949 \end_inset
42950
42951 Lavender
42952 \begin_inset ERT
42953 status collapsed
42954
42955 \begin_layout Plain Layout
42956
42957 }{
42958 \end_layout
42959
42960 \end_inset
42961
42962
42963 \begin_inset Phantom Phantom
42964 status open
42965
42966 \begin_layout Plain Layout
42967 W
42968 \end_layout
42969
42970 \end_inset
42971
42972
42973 \begin_inset ERT
42974 status collapsed
42975
42976 \begin_layout Plain Layout
42977
42978 }
42979 \end_layout
42980
42981 \end_inset
42982
42983  Lavender
42984 \end_layout
42985
42986 \end_inset
42987 </cell>
42988 <cell alignment="center" valignment="top" usebox="none">
42989 \begin_inset Text
42990
42991 \begin_layout Plain Layout
42992 \begin_inset ERT
42993 status collapsed
42994
42995 \begin_layout Plain Layout
42996
42997
42998 \backslash
42999 fcolorbox{black}{
43000 \end_layout
43001
43002 \end_inset
43003
43004 LimeGreen
43005 \begin_inset ERT
43006 status collapsed
43007
43008 \begin_layout Plain Layout
43009
43010 }{
43011 \end_layout
43012
43013 \end_inset
43014
43015
43016 \begin_inset Phantom Phantom
43017 status open
43018
43019 \begin_layout Plain Layout
43020 W
43021 \end_layout
43022
43023 \end_inset
43024
43025
43026 \begin_inset ERT
43027 status collapsed
43028
43029 \begin_layout Plain Layout
43030
43031 }
43032 \end_layout
43033
43034 \end_inset
43035
43036  LimeGreen
43037 \end_layout
43038
43039 \end_inset
43040 </cell>
43041 <cell alignment="center" valignment="top" usebox="none">
43042 \begin_inset Text
43043
43044 \begin_layout Plain Layout
43045 \begin_inset ERT
43046 status collapsed
43047
43048 \begin_layout Plain Layout
43049
43050
43051 \backslash
43052 fcolorbox{black}{
43053 \end_layout
43054
43055 \end_inset
43056
43057 Mahogany
43058 \begin_inset ERT
43059 status collapsed
43060
43061 \begin_layout Plain Layout
43062
43063 }{
43064 \end_layout
43065
43066 \end_inset
43067
43068
43069 \begin_inset Phantom Phantom
43070 status open
43071
43072 \begin_layout Plain Layout
43073 W
43074 \end_layout
43075
43076 \end_inset
43077
43078
43079 \begin_inset ERT
43080 status collapsed
43081
43082 \begin_layout Plain Layout
43083
43084 }
43085 \end_layout
43086
43087 \end_inset
43088
43089  Mahogany
43090 \end_layout
43091
43092 \end_inset
43093 </cell>
43094 </row>
43095 <row>
43096 <cell alignment="left" valignment="top" usebox="none">
43097 \begin_inset Text
43098
43099 \begin_layout Plain Layout
43100 \begin_inset ERT
43101 status collapsed
43102
43103 \begin_layout Plain Layout
43104
43105
43106 \backslash
43107 fcolorbox{black}{
43108 \end_layout
43109
43110 \end_inset
43111
43112 Mahogany
43113 \begin_inset ERT
43114 status collapsed
43115
43116 \begin_layout Plain Layout
43117
43118 }{
43119 \end_layout
43120
43121 \end_inset
43122
43123
43124 \begin_inset Phantom Phantom
43125 status open
43126
43127 \begin_layout Plain Layout
43128 W
43129 \end_layout
43130
43131 \end_inset
43132
43133
43134 \begin_inset ERT
43135 status collapsed
43136
43137 \begin_layout Plain Layout
43138
43139 }
43140 \end_layout
43141
43142 \end_inset
43143
43144  Mahogany
43145 \end_layout
43146
43147 \end_inset
43148 </cell>
43149 <cell alignment="left" valignment="top" usebox="none">
43150 \begin_inset Text
43151
43152 \begin_layout Plain Layout
43153 \begin_inset ERT
43154 status collapsed
43155
43156 \begin_layout Plain Layout
43157
43158
43159 \backslash
43160 fcolorbox{black}{
43161 \end_layout
43162
43163 \end_inset
43164
43165 Maroon
43166 \begin_inset ERT
43167 status collapsed
43168
43169 \begin_layout Plain Layout
43170
43171 }{
43172 \end_layout
43173
43174 \end_inset
43175
43176
43177 \begin_inset Phantom Phantom
43178 status open
43179
43180 \begin_layout Plain Layout
43181 W
43182 \end_layout
43183
43184 \end_inset
43185
43186
43187 \begin_inset ERT
43188 status collapsed
43189
43190 \begin_layout Plain Layout
43191
43192 }
43193 \end_layout
43194
43195 \end_inset
43196
43197  Maroon
43198 \end_layout
43199
43200 \end_inset
43201 </cell>
43202 <cell alignment="left" valignment="top" usebox="none">
43203 \begin_inset Text
43204
43205 \begin_layout Plain Layout
43206 \begin_inset ERT
43207 status collapsed
43208
43209 \begin_layout Plain Layout
43210
43211
43212 \backslash
43213 fcolorbox{black}{
43214 \end_layout
43215
43216 \end_inset
43217
43218 Melon
43219 \begin_inset ERT
43220 status collapsed
43221
43222 \begin_layout Plain Layout
43223
43224 }{
43225 \end_layout
43226
43227 \end_inset
43228
43229
43230 \begin_inset Phantom Phantom
43231 status open
43232
43233 \begin_layout Plain Layout
43234 W
43235 \end_layout
43236
43237 \end_inset
43238
43239
43240 \begin_inset ERT
43241 status collapsed
43242
43243 \begin_layout Plain Layout
43244
43245 }
43246 \end_layout
43247
43248 \end_inset
43249
43250  Melon
43251 \end_layout
43252
43253 \end_inset
43254 </cell>
43255 <cell alignment="left" valignment="top" usebox="none">
43256 \begin_inset Text
43257
43258 \begin_layout Plain Layout
43259 \begin_inset ERT
43260 status collapsed
43261
43262 \begin_layout Plain Layout
43263
43264
43265 \backslash
43266 fcolorbox{black}{
43267 \end_layout
43268
43269 \end_inset
43270
43271 MidnightBlue
43272 \begin_inset ERT
43273 status collapsed
43274
43275 \begin_layout Plain Layout
43276
43277 }{
43278 \end_layout
43279
43280 \end_inset
43281
43282
43283 \begin_inset Phantom Phantom
43284 status open
43285
43286 \begin_layout Plain Layout
43287 W
43288 \end_layout
43289
43290 \end_inset
43291
43292
43293 \begin_inset ERT
43294 status collapsed
43295
43296 \begin_layout Plain Layout
43297
43298 }
43299 \end_layout
43300
43301 \end_inset
43302
43303  MidnightBlue
43304 \end_layout
43305
43306 \end_inset
43307 </cell>
43308 </row>
43309 <row>
43310 <cell alignment="left" valignment="top" usebox="none">
43311 \begin_inset Text
43312
43313 \begin_layout Plain Layout
43314 \begin_inset ERT
43315 status collapsed
43316
43317 \begin_layout Plain Layout
43318
43319
43320 \backslash
43321 fcolorbox{black}{
43322 \end_layout
43323
43324 \end_inset
43325
43326 Mulberry
43327 \begin_inset ERT
43328 status collapsed
43329
43330 \begin_layout Plain Layout
43331
43332 }{
43333 \end_layout
43334
43335 \end_inset
43336
43337
43338 \begin_inset Phantom Phantom
43339 status open
43340
43341 \begin_layout Plain Layout
43342 W
43343 \end_layout
43344
43345 \end_inset
43346
43347
43348 \begin_inset ERT
43349 status collapsed
43350
43351 \begin_layout Plain Layout
43352
43353 }
43354 \end_layout
43355
43356 \end_inset
43357
43358  Mulberry
43359 \end_layout
43360
43361 \end_inset
43362 </cell>
43363 <cell alignment="left" valignment="top" usebox="none">
43364 \begin_inset Text
43365
43366 \begin_layout Plain Layout
43367 \begin_inset ERT
43368 status collapsed
43369
43370 \begin_layout Plain Layout
43371
43372
43373 \backslash
43374 fcolorbox{black}{
43375 \end_layout
43376
43377 \end_inset
43378
43379 NavyBlue
43380 \begin_inset ERT
43381 status collapsed
43382
43383 \begin_layout Plain Layout
43384
43385 }{
43386 \end_layout
43387
43388 \end_inset
43389
43390
43391 \begin_inset Phantom Phantom
43392 status open
43393
43394 \begin_layout Plain Layout
43395 W
43396 \end_layout
43397
43398 \end_inset
43399
43400
43401 \begin_inset ERT
43402 status collapsed
43403
43404 \begin_layout Plain Layout
43405
43406 }
43407 \end_layout
43408
43409 \end_inset
43410
43411  NavyBlue
43412 \end_layout
43413
43414 \end_inset
43415 </cell>
43416 <cell alignment="left" valignment="top" usebox="none">
43417 \begin_inset Text
43418
43419 \begin_layout Plain Layout
43420 \begin_inset ERT
43421 status collapsed
43422
43423 \begin_layout Plain Layout
43424
43425
43426 \backslash
43427 fcolorbox{black}{
43428 \end_layout
43429
43430 \end_inset
43431
43432 OliveGreen
43433 \begin_inset ERT
43434 status collapsed
43435
43436 \begin_layout Plain Layout
43437
43438 }{
43439 \end_layout
43440
43441 \end_inset
43442
43443
43444 \begin_inset Phantom Phantom
43445 status open
43446
43447 \begin_layout Plain Layout
43448 W
43449 \end_layout
43450
43451 \end_inset
43452
43453
43454 \begin_inset ERT
43455 status collapsed
43456
43457 \begin_layout Plain Layout
43458
43459 }
43460 \end_layout
43461
43462 \end_inset
43463
43464  OliveGreen
43465 \end_layout
43466
43467 \end_inset
43468 </cell>
43469 <cell alignment="left" valignment="top" usebox="none">
43470 \begin_inset Text
43471
43472 \begin_layout Plain Layout
43473 \begin_inset ERT
43474 status collapsed
43475
43476 \begin_layout Plain Layout
43477
43478
43479 \backslash
43480 fcolorbox{black}{
43481 \end_layout
43482
43483 \end_inset
43484
43485 Orange
43486 \begin_inset ERT
43487 status collapsed
43488
43489 \begin_layout Plain Layout
43490
43491 }{
43492 \end_layout
43493
43494 \end_inset
43495
43496
43497 \begin_inset Phantom Phantom
43498 status open
43499
43500 \begin_layout Plain Layout
43501 W
43502 \end_layout
43503
43504 \end_inset
43505
43506
43507 \begin_inset ERT
43508 status collapsed
43509
43510 \begin_layout Plain Layout
43511
43512 }
43513 \end_layout
43514
43515 \end_inset
43516
43517  Orange
43518 \end_layout
43519
43520 \end_inset
43521 </cell>
43522 </row>
43523 <row>
43524 <cell alignment="left" valignment="top" usebox="none">
43525 \begin_inset Text
43526
43527 \begin_layout Plain Layout
43528 \begin_inset ERT
43529 status collapsed
43530
43531 \begin_layout Plain Layout
43532
43533
43534 \backslash
43535 fcolorbox{black}{
43536 \end_layout
43537
43538 \end_inset
43539
43540 OrangeRed
43541 \begin_inset ERT
43542 status collapsed
43543
43544 \begin_layout Plain Layout
43545
43546 }{
43547 \end_layout
43548
43549 \end_inset
43550
43551
43552 \begin_inset Phantom Phantom
43553 status open
43554
43555 \begin_layout Plain Layout
43556 W
43557 \end_layout
43558
43559 \end_inset
43560
43561
43562 \begin_inset ERT
43563 status collapsed
43564
43565 \begin_layout Plain Layout
43566
43567 }
43568 \end_layout
43569
43570 \end_inset
43571
43572  OrangeRed
43573 \end_layout
43574
43575 \end_inset
43576 </cell>
43577 <cell alignment="left" valignment="top" usebox="none">
43578 \begin_inset Text
43579
43580 \begin_layout Plain Layout
43581 \begin_inset ERT
43582 status collapsed
43583
43584 \begin_layout Plain Layout
43585
43586
43587 \backslash
43588 fcolorbox{black}{
43589 \end_layout
43590
43591 \end_inset
43592
43593 Orchid
43594 \begin_inset ERT
43595 status collapsed
43596
43597 \begin_layout Plain Layout
43598
43599 }{
43600 \end_layout
43601
43602 \end_inset
43603
43604
43605 \begin_inset Phantom Phantom
43606 status open
43607
43608 \begin_layout Plain Layout
43609 W
43610 \end_layout
43611
43612 \end_inset
43613
43614
43615 \begin_inset ERT
43616 status collapsed
43617
43618 \begin_layout Plain Layout
43619
43620 }
43621 \end_layout
43622
43623 \end_inset
43624
43625  Orchid
43626 \end_layout
43627
43628 \end_inset
43629 </cell>
43630 <cell alignment="left" valignment="top" usebox="none">
43631 \begin_inset Text
43632
43633 \begin_layout Plain Layout
43634 \begin_inset ERT
43635 status collapsed
43636
43637 \begin_layout Plain Layout
43638
43639
43640 \backslash
43641 fcolorbox{black}{
43642 \end_layout
43643
43644 \end_inset
43645
43646 Peach
43647 \begin_inset ERT
43648 status collapsed
43649
43650 \begin_layout Plain Layout
43651
43652 }{
43653 \end_layout
43654
43655 \end_inset
43656
43657
43658 \begin_inset Phantom Phantom
43659 status open
43660
43661 \begin_layout Plain Layout
43662 W
43663 \end_layout
43664
43665 \end_inset
43666
43667
43668 \begin_inset ERT
43669 status collapsed
43670
43671 \begin_layout Plain Layout
43672
43673 }
43674 \end_layout
43675
43676 \end_inset
43677
43678  Peach
43679 \end_layout
43680
43681 \end_inset
43682 </cell>
43683 <cell alignment="left" valignment="top" usebox="none">
43684 \begin_inset Text
43685
43686 \begin_layout Plain Layout
43687 \begin_inset ERT
43688 status collapsed
43689
43690 \begin_layout Plain Layout
43691
43692
43693 \backslash
43694 fcolorbox{black}{
43695 \end_layout
43696
43697 \end_inset
43698
43699 Periwinkle
43700 \begin_inset ERT
43701 status collapsed
43702
43703 \begin_layout Plain Layout
43704
43705 }{
43706 \end_layout
43707
43708 \end_inset
43709
43710
43711 \begin_inset Phantom Phantom
43712 status open
43713
43714 \begin_layout Plain Layout
43715 W
43716 \end_layout
43717
43718 \end_inset
43719
43720
43721 \begin_inset ERT
43722 status collapsed
43723
43724 \begin_layout Plain Layout
43725
43726 }
43727 \end_layout
43728
43729 \end_inset
43730
43731  Periwinkle
43732 \end_layout
43733
43734 \end_inset
43735 </cell>
43736 </row>
43737 <row>
43738 <cell alignment="left" valignment="top" usebox="none">
43739 \begin_inset Text
43740
43741 \begin_layout Plain Layout
43742 \begin_inset ERT
43743 status collapsed
43744
43745 \begin_layout Plain Layout
43746
43747
43748 \backslash
43749 fcolorbox{black}{
43750 \end_layout
43751
43752 \end_inset
43753
43754 PineGreen
43755 \begin_inset ERT
43756 status collapsed
43757
43758 \begin_layout Plain Layout
43759
43760 }{
43761 \end_layout
43762
43763 \end_inset
43764
43765
43766 \begin_inset Phantom Phantom
43767 status open
43768
43769 \begin_layout Plain Layout
43770 W
43771 \end_layout
43772
43773 \end_inset
43774
43775
43776 \begin_inset ERT
43777 status collapsed
43778
43779 \begin_layout Plain Layout
43780
43781 }
43782 \end_layout
43783
43784 \end_inset
43785
43786  PineGreen
43787 \end_layout
43788
43789 \end_inset
43790 </cell>
43791 <cell alignment="left" valignment="top" usebox="none">
43792 \begin_inset Text
43793
43794 \begin_layout Plain Layout
43795 \begin_inset ERT
43796 status collapsed
43797
43798 \begin_layout Plain Layout
43799
43800
43801 \backslash
43802 fcolorbox{black}{
43803 \end_layout
43804
43805 \end_inset
43806
43807 Plum
43808 \begin_inset ERT
43809 status collapsed
43810
43811 \begin_layout Plain Layout
43812
43813 }{
43814 \end_layout
43815
43816 \end_inset
43817
43818
43819 \begin_inset Phantom Phantom
43820 status open
43821
43822 \begin_layout Plain Layout
43823 W
43824 \end_layout
43825
43826 \end_inset
43827
43828
43829 \begin_inset ERT
43830 status collapsed
43831
43832 \begin_layout Plain Layout
43833
43834 }
43835 \end_layout
43836
43837 \end_inset
43838
43839  Plum
43840 \end_layout
43841
43842 \end_inset
43843 </cell>
43844 <cell alignment="left" valignment="top" usebox="none">
43845 \begin_inset Text
43846
43847 \begin_layout Plain Layout
43848 \begin_inset ERT
43849 status collapsed
43850
43851 \begin_layout Plain Layout
43852
43853
43854 \backslash
43855 fcolorbox{black}{
43856 \end_layout
43857
43858 \end_inset
43859
43860 ProcessBlue
43861 \begin_inset ERT
43862 status collapsed
43863
43864 \begin_layout Plain Layout
43865
43866 }{
43867 \end_layout
43868
43869 \end_inset
43870
43871
43872 \begin_inset Phantom Phantom
43873 status open
43874
43875 \begin_layout Plain Layout
43876 W
43877 \end_layout
43878
43879 \end_inset
43880
43881
43882 \begin_inset ERT
43883 status collapsed
43884
43885 \begin_layout Plain Layout
43886
43887 }
43888 \end_layout
43889
43890 \end_inset
43891
43892  ProcessBlue
43893 \end_layout
43894
43895 \end_inset
43896 </cell>
43897 <cell alignment="left" valignment="top" usebox="none">
43898 \begin_inset Text
43899
43900 \begin_layout Plain Layout
43901 \begin_inset ERT
43902 status collapsed
43903
43904 \begin_layout Plain Layout
43905
43906
43907 \backslash
43908 fcolorbox{black}{
43909 \end_layout
43910
43911 \end_inset
43912
43913 Purple
43914 \begin_inset ERT
43915 status collapsed
43916
43917 \begin_layout Plain Layout
43918
43919 }{
43920 \end_layout
43921
43922 \end_inset
43923
43924
43925 \begin_inset Phantom Phantom
43926 status open
43927
43928 \begin_layout Plain Layout
43929 W
43930 \end_layout
43931
43932 \end_inset
43933
43934
43935 \begin_inset ERT
43936 status collapsed
43937
43938 \begin_layout Plain Layout
43939
43940 }
43941 \end_layout
43942
43943 \end_inset
43944
43945  Purple
43946 \end_layout
43947
43948 \end_inset
43949 </cell>
43950 </row>
43951 <row>
43952 <cell alignment="left" valignment="top" usebox="none">
43953 \begin_inset Text
43954
43955 \begin_layout Plain Layout
43956 \begin_inset ERT
43957 status collapsed
43958
43959 \begin_layout Plain Layout
43960
43961
43962 \backslash
43963 fcolorbox{black}{
43964 \end_layout
43965
43966 \end_inset
43967
43968 RawSienna
43969 \begin_inset ERT
43970 status collapsed
43971
43972 \begin_layout Plain Layout
43973
43974 }{
43975 \end_layout
43976
43977 \end_inset
43978
43979
43980 \begin_inset Phantom Phantom
43981 status open
43982
43983 \begin_layout Plain Layout
43984 W
43985 \end_layout
43986
43987 \end_inset
43988
43989
43990 \begin_inset ERT
43991 status collapsed
43992
43993 \begin_layout Plain Layout
43994
43995 }
43996 \end_layout
43997
43998 \end_inset
43999
44000  RawSienna
44001 \end_layout
44002
44003 \end_inset
44004 </cell>
44005 <cell alignment="left" valignment="top" usebox="none">
44006 \begin_inset Text
44007
44008 \begin_layout Plain Layout
44009 \begin_inset ERT
44010 status collapsed
44011
44012 \begin_layout Plain Layout
44013
44014
44015 \backslash
44016 fcolorbox{black}{
44017 \end_layout
44018
44019 \end_inset
44020
44021 RedOrange
44022 \begin_inset ERT
44023 status collapsed
44024
44025 \begin_layout Plain Layout
44026
44027 }{
44028 \end_layout
44029
44030 \end_inset
44031
44032
44033 \begin_inset Phantom Phantom
44034 status open
44035
44036 \begin_layout Plain Layout
44037 W
44038 \end_layout
44039
44040 \end_inset
44041
44042
44043 \begin_inset ERT
44044 status collapsed
44045
44046 \begin_layout Plain Layout
44047
44048 }
44049 \end_layout
44050
44051 \end_inset
44052
44053  RedOrange
44054 \end_layout
44055
44056 \end_inset
44057 </cell>
44058 <cell alignment="left" valignment="top" usebox="none">
44059 \begin_inset Text
44060
44061 \begin_layout Plain Layout
44062 \begin_inset ERT
44063 status collapsed
44064
44065 \begin_layout Plain Layout
44066
44067
44068 \backslash
44069 fcolorbox{black}{
44070 \end_layout
44071
44072 \end_inset
44073
44074 RedViolet
44075 \begin_inset ERT
44076 status collapsed
44077
44078 \begin_layout Plain Layout
44079
44080 }{
44081 \end_layout
44082
44083 \end_inset
44084
44085
44086 \begin_inset Phantom Phantom
44087 status open
44088
44089 \begin_layout Plain Layout
44090 W
44091 \end_layout
44092
44093 \end_inset
44094
44095
44096 \begin_inset ERT
44097 status collapsed
44098
44099 \begin_layout Plain Layout
44100
44101 }
44102 \end_layout
44103
44104 \end_inset
44105
44106  RedViolet
44107 \end_layout
44108
44109 \end_inset
44110 </cell>
44111 <cell alignment="left" valignment="top" usebox="none">
44112 \begin_inset Text
44113
44114 \begin_layout Plain Layout
44115 \begin_inset ERT
44116 status collapsed
44117
44118 \begin_layout Plain Layout
44119
44120
44121 \backslash
44122 fcolorbox{black}{
44123 \end_layout
44124
44125 \end_inset
44126
44127 Rhodamine
44128 \begin_inset ERT
44129 status collapsed
44130
44131 \begin_layout Plain Layout
44132
44133 }{
44134 \end_layout
44135
44136 \end_inset
44137
44138
44139 \begin_inset Phantom Phantom
44140 status open
44141
44142 \begin_layout Plain Layout
44143 W
44144 \end_layout
44145
44146 \end_inset
44147
44148
44149 \begin_inset ERT
44150 status collapsed
44151
44152 \begin_layout Plain Layout
44153
44154 }
44155 \end_layout
44156
44157 \end_inset
44158
44159  Rhodamine
44160 \end_layout
44161
44162 \end_inset
44163 </cell>
44164 </row>
44165 <row>
44166 <cell alignment="left" valignment="top" usebox="none">
44167 \begin_inset Text
44168
44169 \begin_layout Plain Layout
44170 \begin_inset ERT
44171 status collapsed
44172
44173 \begin_layout Plain Layout
44174
44175
44176 \backslash
44177 fcolorbox{black}{
44178 \end_layout
44179
44180 \end_inset
44181
44182 RoyalBlue
44183 \begin_inset ERT
44184 status collapsed
44185
44186 \begin_layout Plain Layout
44187
44188 }{
44189 \end_layout
44190
44191 \end_inset
44192
44193
44194 \begin_inset Phantom Phantom
44195 status open
44196
44197 \begin_layout Plain Layout
44198 W
44199 \end_layout
44200
44201 \end_inset
44202
44203
44204 \begin_inset ERT
44205 status collapsed
44206
44207 \begin_layout Plain Layout
44208
44209 }
44210 \end_layout
44211
44212 \end_inset
44213
44214  RoyalBlue
44215 \end_layout
44216
44217 \end_inset
44218 </cell>
44219 <cell alignment="left" valignment="top" usebox="none">
44220 \begin_inset Text
44221
44222 \begin_layout Plain Layout
44223 \begin_inset ERT
44224 status collapsed
44225
44226 \begin_layout Plain Layout
44227
44228
44229 \backslash
44230 fcolorbox{black}{
44231 \end_layout
44232
44233 \end_inset
44234
44235 RoyalPurple
44236 \begin_inset ERT
44237 status collapsed
44238
44239 \begin_layout Plain Layout
44240
44241 }{
44242 \end_layout
44243
44244 \end_inset
44245
44246
44247 \begin_inset Phantom Phantom
44248 status open
44249
44250 \begin_layout Plain Layout
44251 W
44252 \end_layout
44253
44254 \end_inset
44255
44256
44257 \begin_inset ERT
44258 status collapsed
44259
44260 \begin_layout Plain Layout
44261
44262 }
44263 \end_layout
44264
44265 \end_inset
44266
44267  RoyalPurple
44268 \end_layout
44269
44270 \end_inset
44271 </cell>
44272 <cell alignment="left" valignment="top" usebox="none">
44273 \begin_inset Text
44274
44275 \begin_layout Plain Layout
44276 \begin_inset ERT
44277 status collapsed
44278
44279 \begin_layout Plain Layout
44280
44281
44282 \backslash
44283 fcolorbox{black}{
44284 \end_layout
44285
44286 \end_inset
44287
44288 RubineRed
44289 \begin_inset ERT
44290 status collapsed
44291
44292 \begin_layout Plain Layout
44293
44294 }{
44295 \end_layout
44296
44297 \end_inset
44298
44299
44300 \begin_inset Phantom Phantom
44301 status open
44302
44303 \begin_layout Plain Layout
44304 W
44305 \end_layout
44306
44307 \end_inset
44308
44309
44310 \begin_inset ERT
44311 status collapsed
44312
44313 \begin_layout Plain Layout
44314
44315 }
44316 \end_layout
44317
44318 \end_inset
44319
44320  RubineRed
44321 \end_layout
44322
44323 \end_inset
44324 </cell>
44325 <cell alignment="left" valignment="top" usebox="none">
44326 \begin_inset Text
44327
44328 \begin_layout Plain Layout
44329 \begin_inset ERT
44330 status collapsed
44331
44332 \begin_layout Plain Layout
44333
44334
44335 \backslash
44336 fcolorbox{black}{
44337 \end_layout
44338
44339 \end_inset
44340
44341 Salmon
44342 \begin_inset ERT
44343 status collapsed
44344
44345 \begin_layout Plain Layout
44346
44347 }{
44348 \end_layout
44349
44350 \end_inset
44351
44352
44353 \begin_inset Phantom Phantom
44354 status open
44355
44356 \begin_layout Plain Layout
44357 W
44358 \end_layout
44359
44360 \end_inset
44361
44362
44363 \begin_inset ERT
44364 status collapsed
44365
44366 \begin_layout Plain Layout
44367
44368 }
44369 \end_layout
44370
44371 \end_inset
44372
44373  Salmon
44374 \end_layout
44375
44376 \end_inset
44377 </cell>
44378 </row>
44379 <row>
44380 <cell alignment="left" valignment="top" usebox="none">
44381 \begin_inset Text
44382
44383 \begin_layout Plain Layout
44384 \begin_inset ERT
44385 status collapsed
44386
44387 \begin_layout Plain Layout
44388
44389
44390 \backslash
44391 fcolorbox{black}{
44392 \end_layout
44393
44394 \end_inset
44395
44396 SeaGreen
44397 \begin_inset ERT
44398 status collapsed
44399
44400 \begin_layout Plain Layout
44401
44402 }{
44403 \end_layout
44404
44405 \end_inset
44406
44407
44408 \begin_inset Phantom Phantom
44409 status open
44410
44411 \begin_layout Plain Layout
44412 W
44413 \end_layout
44414
44415 \end_inset
44416
44417
44418 \begin_inset ERT
44419 status collapsed
44420
44421 \begin_layout Plain Layout
44422
44423 }
44424 \end_layout
44425
44426 \end_inset
44427
44428  SeaGreen
44429 \end_layout
44430
44431 \end_inset
44432 </cell>
44433 <cell alignment="left" valignment="top" usebox="none">
44434 \begin_inset Text
44435
44436 \begin_layout Plain Layout
44437 \begin_inset ERT
44438 status collapsed
44439
44440 \begin_layout Plain Layout
44441
44442
44443 \backslash
44444 fcolorbox{black}{
44445 \end_layout
44446
44447 \end_inset
44448
44449 Sepia
44450 \begin_inset ERT
44451 status collapsed
44452
44453 \begin_layout Plain Layout
44454
44455 }{
44456 \end_layout
44457
44458 \end_inset
44459
44460
44461 \begin_inset Phantom Phantom
44462 status open
44463
44464 \begin_layout Plain Layout
44465 W
44466 \end_layout
44467
44468 \end_inset
44469
44470
44471 \begin_inset ERT
44472 status collapsed
44473
44474 \begin_layout Plain Layout
44475
44476 }
44477 \end_layout
44478
44479 \end_inset
44480
44481  Sepia
44482 \end_layout
44483
44484 \end_inset
44485 </cell>
44486 <cell alignment="left" valignment="top" usebox="none">
44487 \begin_inset Text
44488
44489 \begin_layout Plain Layout
44490 \begin_inset ERT
44491 status collapsed
44492
44493 \begin_layout Plain Layout
44494
44495
44496 \backslash
44497 fcolorbox{black}{
44498 \end_layout
44499
44500 \end_inset
44501
44502 SkyBlue
44503 \begin_inset ERT
44504 status collapsed
44505
44506 \begin_layout Plain Layout
44507
44508 }{
44509 \end_layout
44510
44511 \end_inset
44512
44513
44514 \begin_inset Phantom Phantom
44515 status open
44516
44517 \begin_layout Plain Layout
44518 W
44519 \end_layout
44520
44521 \end_inset
44522
44523
44524 \begin_inset ERT
44525 status collapsed
44526
44527 \begin_layout Plain Layout
44528
44529 }
44530 \end_layout
44531
44532 \end_inset
44533
44534  SkyBlue
44535 \end_layout
44536
44537 \end_inset
44538 </cell>
44539 <cell alignment="left" valignment="top" usebox="none">
44540 \begin_inset Text
44541
44542 \begin_layout Plain Layout
44543 \begin_inset ERT
44544 status collapsed
44545
44546 \begin_layout Plain Layout
44547
44548
44549 \backslash
44550 fcolorbox{black}{
44551 \end_layout
44552
44553 \end_inset
44554
44555 SpringGreen
44556 \begin_inset ERT
44557 status collapsed
44558
44559 \begin_layout Plain Layout
44560
44561 }{
44562 \end_layout
44563
44564 \end_inset
44565
44566
44567 \begin_inset Phantom Phantom
44568 status open
44569
44570 \begin_layout Plain Layout
44571 W
44572 \end_layout
44573
44574 \end_inset
44575
44576
44577 \begin_inset ERT
44578 status collapsed
44579
44580 \begin_layout Plain Layout
44581
44582 }
44583 \end_layout
44584
44585 \end_inset
44586
44587  SpringGreen
44588 \end_layout
44589
44590 \end_inset
44591 </cell>
44592 </row>
44593 <row>
44594 <cell alignment="left" valignment="top" usebox="none">
44595 \begin_inset Text
44596
44597 \begin_layout Plain Layout
44598 \begin_inset ERT
44599 status collapsed
44600
44601 \begin_layout Plain Layout
44602
44603
44604 \backslash
44605 fcolorbox{black}{
44606 \end_layout
44607
44608 \end_inset
44609
44610 Tan
44611 \begin_inset ERT
44612 status collapsed
44613
44614 \begin_layout Plain Layout
44615
44616 }{
44617 \end_layout
44618
44619 \end_inset
44620
44621
44622 \begin_inset Phantom Phantom
44623 status open
44624
44625 \begin_layout Plain Layout
44626 W
44627 \end_layout
44628
44629 \end_inset
44630
44631
44632 \begin_inset ERT
44633 status collapsed
44634
44635 \begin_layout Plain Layout
44636
44637 }
44638 \end_layout
44639
44640 \end_inset
44641
44642  Tan
44643 \end_layout
44644
44645 \end_inset
44646 </cell>
44647 <cell alignment="left" valignment="top" usebox="none">
44648 \begin_inset Text
44649
44650 \begin_layout Plain Layout
44651 \begin_inset ERT
44652 status collapsed
44653
44654 \begin_layout Plain Layout
44655
44656
44657 \backslash
44658 fcolorbox{black}{
44659 \end_layout
44660
44661 \end_inset
44662
44663 TealBlue
44664 \begin_inset ERT
44665 status collapsed
44666
44667 \begin_layout Plain Layout
44668
44669 }{
44670 \end_layout
44671
44672 \end_inset
44673
44674
44675 \begin_inset Phantom Phantom
44676 status open
44677
44678 \begin_layout Plain Layout
44679 W
44680 \end_layout
44681
44682 \end_inset
44683
44684
44685 \begin_inset ERT
44686 status collapsed
44687
44688 \begin_layout Plain Layout
44689
44690 }
44691 \end_layout
44692
44693 \end_inset
44694
44695  TealBlue
44696 \end_layout
44697
44698 \end_inset
44699 </cell>
44700 <cell alignment="left" valignment="top" usebox="none">
44701 \begin_inset Text
44702
44703 \begin_layout Plain Layout
44704 \begin_inset ERT
44705 status collapsed
44706
44707 \begin_layout Plain Layout
44708
44709
44710 \backslash
44711 fcolorbox{black}{
44712 \end_layout
44713
44714 \end_inset
44715
44716 Thistle
44717 \begin_inset ERT
44718 status collapsed
44719
44720 \begin_layout Plain Layout
44721
44722 }{
44723 \end_layout
44724
44725 \end_inset
44726
44727
44728 \begin_inset Phantom Phantom
44729 status open
44730
44731 \begin_layout Plain Layout
44732 W
44733 \end_layout
44734
44735 \end_inset
44736
44737
44738 \begin_inset ERT
44739 status collapsed
44740
44741 \begin_layout Plain Layout
44742
44743 }
44744 \end_layout
44745
44746 \end_inset
44747
44748  Thistle
44749 \end_layout
44750
44751 \end_inset
44752 </cell>
44753 <cell alignment="left" valignment="top" usebox="none">
44754 \begin_inset Text
44755
44756 \begin_layout Plain Layout
44757 \begin_inset ERT
44758 status collapsed
44759
44760 \begin_layout Plain Layout
44761
44762
44763 \backslash
44764 fcolorbox{black}{
44765 \end_layout
44766
44767 \end_inset
44768
44769 Turquoise
44770 \begin_inset ERT
44771 status collapsed
44772
44773 \begin_layout Plain Layout
44774
44775 }{
44776 \end_layout
44777
44778 \end_inset
44779
44780
44781 \begin_inset Phantom Phantom
44782 status open
44783
44784 \begin_layout Plain Layout
44785 W
44786 \end_layout
44787
44788 \end_inset
44789
44790
44791 \begin_inset ERT
44792 status collapsed
44793
44794 \begin_layout Plain Layout
44795
44796 }
44797 \end_layout
44798
44799 \end_inset
44800
44801  Turquoise
44802 \end_layout
44803
44804 \end_inset
44805 </cell>
44806 </row>
44807 <row>
44808 <cell alignment="left" valignment="top" usebox="none">
44809 \begin_inset Text
44810
44811 \begin_layout Plain Layout
44812 \begin_inset ERT
44813 status collapsed
44814
44815 \begin_layout Plain Layout
44816
44817
44818 \backslash
44819 fcolorbox{black}{
44820 \end_layout
44821
44822 \end_inset
44823
44824 Violet
44825 \begin_inset ERT
44826 status collapsed
44827
44828 \begin_layout Plain Layout
44829
44830 }{
44831 \end_layout
44832
44833 \end_inset
44834
44835
44836 \begin_inset Phantom Phantom
44837 status open
44838
44839 \begin_layout Plain Layout
44840 W
44841 \end_layout
44842
44843 \end_inset
44844
44845
44846 \begin_inset ERT
44847 status collapsed
44848
44849 \begin_layout Plain Layout
44850
44851 }
44852 \end_layout
44853
44854 \end_inset
44855
44856  Violet
44857 \end_layout
44858
44859 \end_inset
44860 </cell>
44861 <cell alignment="left" valignment="top" usebox="none">
44862 \begin_inset Text
44863
44864 \begin_layout Plain Layout
44865 \begin_inset ERT
44866 status collapsed
44867
44868 \begin_layout Plain Layout
44869
44870
44871 \backslash
44872 fcolorbox{black}{
44873 \end_layout
44874
44875 \end_inset
44876
44877 VioletRed
44878 \begin_inset ERT
44879 status collapsed
44880
44881 \begin_layout Plain Layout
44882
44883 }{
44884 \end_layout
44885
44886 \end_inset
44887
44888
44889 \begin_inset Phantom Phantom
44890 status open
44891
44892 \begin_layout Plain Layout
44893 W
44894 \end_layout
44895
44896 \end_inset
44897
44898
44899 \begin_inset ERT
44900 status collapsed
44901
44902 \begin_layout Plain Layout
44903
44904 }
44905 \end_layout
44906
44907 \end_inset
44908
44909  VioletRed
44910 \end_layout
44911
44912 \end_inset
44913 </cell>
44914 <cell alignment="left" valignment="top" usebox="none">
44915 \begin_inset Text
44916
44917 \begin_layout Plain Layout
44918 \begin_inset ERT
44919 status collapsed
44920
44921 \begin_layout Plain Layout
44922
44923
44924 \backslash
44925 fcolorbox{black}{
44926 \end_layout
44927
44928 \end_inset
44929
44930 WildStrawberry
44931 \begin_inset ERT
44932 status collapsed
44933
44934 \begin_layout Plain Layout
44935
44936 }{
44937 \end_layout
44938
44939 \end_inset
44940
44941
44942 \begin_inset Phantom Phantom
44943 status open
44944
44945 \begin_layout Plain Layout
44946 W
44947 \end_layout
44948
44949 \end_inset
44950
44951
44952 \begin_inset ERT
44953 status collapsed
44954
44955 \begin_layout Plain Layout
44956
44957 }
44958 \end_layout
44959
44960 \end_inset
44961
44962  WildStrawberry
44963 \end_layout
44964
44965 \end_inset
44966 </cell>
44967 <cell alignment="left" valignment="top" usebox="none">
44968 \begin_inset Text
44969
44970 \begin_layout Plain Layout
44971 \begin_inset ERT
44972 status collapsed
44973
44974 \begin_layout Plain Layout
44975
44976
44977 \backslash
44978 fcolorbox{black}{
44979 \end_layout
44980
44981 \end_inset
44982
44983 YellowGreen
44984 \begin_inset ERT
44985 status collapsed
44986
44987 \begin_layout Plain Layout
44988
44989 }{
44990 \end_layout
44991
44992 \end_inset
44993
44994
44995 \begin_inset Phantom Phantom
44996 status open
44997
44998 \begin_layout Plain Layout
44999 W
45000 \end_layout
45001
45002 \end_inset
45003
45004
45005 \begin_inset ERT
45006 status collapsed
45007
45008 \begin_layout Plain Layout
45009
45010 }
45011 \end_layout
45012
45013 \end_inset
45014
45015  YellowGreen
45016 \end_layout
45017
45018 \end_inset
45019 </cell>
45020 </row>
45021 <row>
45022 <cell alignment="left" valignment="top" usebox="none">
45023 \begin_inset Text
45024
45025 \begin_layout Plain Layout
45026 \begin_inset ERT
45027 status collapsed
45028
45029 \begin_layout Plain Layout
45030
45031
45032 \backslash
45033 fcolorbox{black}{
45034 \end_layout
45035
45036 \end_inset
45037
45038 YellowOrange
45039 \begin_inset ERT
45040 status collapsed
45041
45042 \begin_layout Plain Layout
45043
45044 }{
45045 \end_layout
45046
45047 \end_inset
45048
45049
45050 \begin_inset Phantom Phantom
45051 status open
45052
45053 \begin_layout Plain Layout
45054 W
45055 \end_layout
45056
45057 \end_inset
45058
45059
45060 \begin_inset ERT
45061 status collapsed
45062
45063 \begin_layout Plain Layout
45064
45065 }
45066 \end_layout
45067
45068 \end_inset
45069
45070  YellowOrange
45071 \end_layout
45072
45073 \end_inset
45074 </cell>
45075 <cell alignment="left" valignment="top" usebox="none">
45076 \begin_inset Text
45077
45078 \begin_layout Plain Layout
45079
45080 \end_layout
45081
45082 \end_inset
45083 </cell>
45084 <cell alignment="left" valignment="top" usebox="none">
45085 \begin_inset Text
45086
45087 \begin_layout Plain Layout
45088
45089 \end_layout
45090
45091 \end_inset
45092 </cell>
45093 <cell alignment="left" valignment="top" usebox="none">
45094 \begin_inset Text
45095
45096 \begin_layout Plain Layout
45097
45098 \end_layout
45099
45100 \end_inset
45101 </cell>
45102 </row>
45103 </lyxtabular>
45104
45105 \end_inset
45106
45107
45108 \end_layout
45109
45110 \begin_layout Chapter
45111 Explanation of Equation
45112 \begin_inset space ~
45113 \end_inset
45114
45115 (
45116 \begin_inset CommandInset ref
45117 LatexCommand ref
45118 reference "eq:Wgn"
45119
45120 \end_inset
45121
45122 )
45123 \begin_inset CommandInset label
45124 LatexCommand label
45125 name "cha:Explanation-of-Equation"
45126
45127 \end_inset
45128
45129
45130 \end_layout
45131
45132 \begin_layout Standard
45133 We can calculate the total width of 
45134 \emph on
45135 n
45136 \emph default
45137  table cells 
45138 \begin_inset Formula $W_{\mathrm{tot\, n}}$
45139 \end_inset
45140
45141  as follows:
45142 \begin_inset Formula 
45143 \begin{equation}
45144 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45145 \end{equation}
45146
45147 \end_inset
45148
45149 where 
45150 \begin_inset Formula $W_{g\, n}$
45151 \end_inset
45152
45153  is the given width of all cells, 
45154 \series bold
45155
45156 \backslash
45157 tabcolsep
45158 \series default
45159  is the LaTeX-length between the cell text and the cell border (its default
45160  value is 6
45161 \begin_inset space \thinspace{}
45162 \end_inset
45163
45164 pt).
45165  
45166 \series bold
45167
45168 \backslash
45169 arrayrulewidth
45170 \series default
45171  is the thickness of the cell border line, the default is 0.4
45172 \begin_inset space \thinspace{}
45173 \end_inset
45174
45175 pt.
45176 \end_layout
45177
45178 \begin_layout Standard
45179 Following equation
45180 \begin_inset space ~
45181 \end_inset
45182
45183
45184 \begin_inset CommandInset ref
45185 LatexCommand eqref
45186 reference "eq:Wtot_n"
45187
45188 \end_inset
45189
45190 , the total width of a multicolumn 
45191 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
45192 \end_inset
45193
45194  is
45195 \begin_inset Formula 
45196 \begin{equation}
45197 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45198 \end{equation}
45199
45200 \end_inset
45201
45202
45203 \end_layout
45204
45205 \begin_layout Standard
45206 By setting equation
45207 \begin_inset space ~
45208 \end_inset
45209
45210
45211 \begin_inset CommandInset ref
45212 LatexCommand eqref
45213 reference "eq:Wtot_n"
45214
45215 \end_inset
45216
45217  and 
45218 \begin_inset CommandInset ref
45219 LatexCommand eqref
45220 reference "eq:Wtot_mult"
45221
45222 \end_inset
45223
45224  equal we can calculate the needed given width 
45225 \begin_inset Formula $W_{g\, n}$
45226 \end_inset
45227
45228  when 
45229 \emph on
45230 n
45231 \emph default
45232  columns are spanned, so that each column has a total width of 
45233 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
45234 \end_inset
45235
45236 :
45237 \begin_inset Formula 
45238 \begin{equation}
45239 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45240 \end{equation}
45241
45242 \end_inset
45243
45244
45245 \end_layout
45246
45247 \begin_layout Bibliography
45248 \begin_inset CommandInset bibitem
45249 LatexCommand bibitem
45250 key "latexcompanion"
45251
45252 \end_inset
45253
45254 Frank Mittelbach and Michel Goossens: 
45255 \emph on
45256 The LaTeX Companion Second Edition.
45257
45258 \emph default
45259  Addison-Wesley, 2004
45260 \end_layout
45261
45262 \begin_layout Bibliography
45263 \begin_inset CommandInset bibitem
45264 LatexCommand bibitem
45265 key "latexguide"
45266
45267 \end_inset
45268
45269 Helmut Kopka and Patrick W.
45270  Daly: 
45271 \emph on
45272 A Guide to LaTeX Fourth Edition.
45273
45274 \emph default
45275  Addison-Wesley, 2003
45276 \end_layout
45277
45278 \begin_layout Bibliography
45279 \begin_inset CommandInset bibitem
45280 LatexCommand bibitem
45281 key "latexbook"
45282
45283 \end_inset
45284
45285 Leslie Lamport: 
45286 \emph on
45287 LaTeX: A Document Preparation System.
45288
45289 \emph default
45290  Addison-Wesley, second edition, 1994
45291 \end_layout
45292
45293 \begin_layout Bibliography
45294 \begin_inset CommandInset bibitem
45295 LatexCommand bibitem
45296 key "arydshln"
45297
45298 \end_inset
45299
45300 Documentation of the LaTeX-package 
45301 \series bold
45302
45303 \begin_inset CommandInset href
45304 LatexCommand href
45305 name "arydshln"
45306 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45307
45308 \end_inset
45309
45310
45311 \series default
45312
45313 \begin_inset Index idx
45314 status collapsed
45315
45316 \begin_layout Plain Layout
45317 LaTeX-packages ! arydshln
45318 \end_layout
45319
45320 \end_inset
45321
45322
45323 \end_layout
45324
45325 \begin_layout Bibliography
45326 \begin_inset CommandInset bibitem
45327 LatexCommand bibitem
45328 key "booktabs"
45329
45330 \end_inset
45331
45332 Documentation of the LaTeX-package 
45333 \series bold
45334
45335 \begin_inset CommandInset href
45336 LatexCommand href
45337 name "booktabs"
45338 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45339
45340 \end_inset
45341
45342
45343 \series default
45344
45345 \begin_inset Index idx
45346 status collapsed
45347
45348 \begin_layout Plain Layout
45349 LaTeX-packages ! booktabs
45350 \end_layout
45351
45352 \end_inset
45353
45354
45355 \end_layout
45356
45357 \begin_layout Bibliography
45358 \begin_inset CommandInset bibitem
45359 LatexCommand bibitem
45360 key "caption"
45361
45362 \end_inset
45363
45364 Documentation of the LaTeX-package 
45365 \series bold
45366
45367 \begin_inset CommandInset href
45368 LatexCommand href
45369 name "caption"
45370 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45371
45372 \end_inset
45373
45374
45375 \series default
45376
45377 \begin_inset Index idx
45378 status collapsed
45379
45380 \begin_layout Plain Layout
45381 LaTeX-packages ! caption
45382 \end_layout
45383
45384 \end_inset
45385
45386
45387 \end_layout
45388
45389 \begin_layout Bibliography
45390 \begin_inset CommandInset bibitem
45391 LatexCommand bibitem
45392 key "diagbox"
45393
45394 \end_inset
45395
45396 Documentation of the LaTeX-package 
45397 \series bold
45398
45399 \begin_inset CommandInset href
45400 LatexCommand href
45401 name "diagbox"
45402 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45403
45404 \end_inset
45405
45406
45407 \series default
45408
45409 \begin_inset Index idx
45410 status collapsed
45411
45412 \begin_layout Plain Layout
45413 LaTeX-packages ! diagbox
45414 \end_layout
45415
45416 \end_inset
45417
45418
45419 \end_layout
45420
45421 \begin_layout Bibliography
45422 \begin_inset CommandInset bibitem
45423 LatexCommand bibitem
45424 key "endfloat"
45425
45426 \end_inset
45427
45428 Documentation of the LaTeX-package 
45429 \series bold
45430
45431 \begin_inset CommandInset href
45432 LatexCommand href
45433 name "endfloat"
45434 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45435
45436 \end_inset
45437
45438
45439 \series default
45440
45441 \begin_inset Index idx
45442 status collapsed
45443
45444 \begin_layout Plain Layout
45445 LaTeX-packages ! endfloat
45446 \end_layout
45447
45448 \end_inset
45449
45450
45451 \end_layout
45452
45453 \begin_layout Bibliography
45454 \begin_inset CommandInset bibitem
45455 LatexCommand bibitem
45456 key "footmisc"
45457
45458 \end_inset
45459
45460 Documentation of the LaTeX-package 
45461 \series bold
45462
45463 \begin_inset CommandInset href
45464 LatexCommand href
45465 name "footmisc"
45466 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45467
45468 \end_inset
45469
45470
45471 \series default
45472
45473 \begin_inset Index idx
45474 status collapsed
45475
45476 \begin_layout Plain Layout
45477 LaTeX-packages ! footmisc
45478 \end_layout
45479
45480 \end_inset
45481
45482
45483 \end_layout
45484
45485 \begin_layout Bibliography
45486 \begin_inset CommandInset bibitem
45487 LatexCommand bibitem
45488 key "hypcap"
45489
45490 \end_inset
45491
45492 Documentation of the LaTeX-package 
45493 \series bold
45494
45495 \begin_inset CommandInset href
45496 LatexCommand href
45497 name "hypcap"
45498 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45499
45500 \end_inset
45501
45502
45503 \series default
45504
45505 \begin_inset Index idx
45506 status collapsed
45507
45508 \begin_layout Plain Layout
45509 LaTeX-packages ! hyperref
45510 \end_layout
45511
45512 \end_inset
45513
45514
45515 \end_layout
45516
45517 \begin_layout Bibliography
45518 \begin_inset CommandInset bibitem
45519 LatexCommand bibitem
45520 key "hyperref"
45521
45522 \end_inset
45523
45524 Documentation of the LaTeX-package 
45525 \series bold
45526
45527 \begin_inset CommandInset href
45528 LatexCommand href
45529 name "hyperref"
45530 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45531
45532 \end_inset
45533
45534
45535 \series default
45536
45537 \begin_inset Index idx
45538 status collapsed
45539
45540 \begin_layout Plain Layout
45541 LaTeX-packages ! hyperref
45542 \end_layout
45543
45544 \end_inset
45545
45546
45547 \end_layout
45548
45549 \begin_layout Bibliography
45550 \begin_inset CommandInset bibitem
45551 LatexCommand bibitem
45552 key "KOMA-Script"
45553
45554 \end_inset
45555
45556 Documentation of the LaTeX-package 
45557 \series bold
45558
45559 \begin_inset CommandInset href
45560 LatexCommand href
45561 name "KOMA-Script"
45562 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
45563
45564 \end_inset
45565
45566
45567 \series default
45568
45569 \begin_inset Index idx
45570 status collapsed
45571
45572 \begin_layout Plain Layout
45573 LaTeX-packages ! KOMA-Script
45574 \end_layout
45575
45576 \end_inset
45577
45578
45579 \end_layout
45580
45581 \begin_layout Bibliography
45582 \begin_inset CommandInset bibitem
45583 LatexCommand bibitem
45584 key "lettrine"
45585
45586 \end_inset
45587
45588 Documentation of the LaTeX-package 
45589 \series bold
45590
45591 \begin_inset CommandInset href
45592 LatexCommand href
45593 name "lettrine"
45594 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45595
45596 \end_inset
45597
45598
45599 \series default
45600  and an 
45601 \begin_inset CommandInset href
45602 LatexCommand href
45603 name "example"
45604 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45605
45606 \end_inset
45607
45608
45609 \begin_inset Index idx
45610 status collapsed
45611
45612 \begin_layout Plain Layout
45613 LaTeX-packages ! lettrine
45614 \end_layout
45615
45616 \end_inset
45617
45618
45619 \end_layout
45620
45621 \begin_layout Bibliography
45622 \begin_inset CommandInset bibitem
45623 LatexCommand bibitem
45624 key "listings"
45625
45626 \end_inset
45627
45628 Documentation of the LaTeX-package 
45629 \series bold
45630
45631 \begin_inset CommandInset href
45632 LatexCommand href
45633 name "listings"
45634 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45635
45636 \end_inset
45637
45638
45639 \series default
45640
45641 \begin_inset Index idx
45642 status collapsed
45643
45644 \begin_layout Plain Layout
45645 LaTeX-packages ! listings
45646 \end_layout
45647
45648 \end_inset
45649
45650
45651 \end_layout
45652
45653 \begin_layout Bibliography
45654 \begin_inset CommandInset bibitem
45655 LatexCommand bibitem
45656 key "marginnote"
45657
45658 \end_inset
45659
45660 Documentation of the LaTeX-package 
45661 \series bold
45662
45663 \begin_inset CommandInset href
45664 LatexCommand href
45665 name "marginnote"
45666 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45667
45668 \end_inset
45669
45670
45671 \series default
45672
45673 \begin_inset Index idx
45674 status collapsed
45675
45676 \begin_layout Plain Layout
45677 LaTeX-packages ! marginnote
45678 \end_layout
45679
45680 \end_inset
45681
45682
45683 \end_layout
45684
45685 \begin_layout Bibliography
45686 \begin_inset CommandInset bibitem
45687 LatexCommand bibitem
45688 key "pdfpages"
45689
45690 \end_inset
45691
45692 Documentation of the LaTeX-package 
45693 \series bold
45694
45695 \begin_inset CommandInset href
45696 LatexCommand href
45697 name "pdfpages"
45698 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45699
45700 \end_inset
45701
45702
45703 \series default
45704
45705 \begin_inset Index idx
45706 status collapsed
45707
45708 \begin_layout Plain Layout
45709 LaTeX-packages ! pdfpages
45710 \end_layout
45711
45712 \end_inset
45713
45714
45715 \end_layout
45716
45717 \begin_layout Bibliography
45718 \begin_inset CommandInset bibitem
45719 LatexCommand bibitem
45720 key "prettyref"
45721
45722 \end_inset
45723
45724 Documentation of the LaTeX-package 
45725 \series bold
45726
45727 \begin_inset CommandInset href
45728 LatexCommand href
45729 name "prettyref"
45730 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
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 LaTeX-packages ! prettyref
45742 \end_layout
45743
45744 \end_inset
45745
45746
45747 \end_layout
45748
45749 \begin_layout Bibliography
45750 \begin_inset CommandInset bibitem
45751 LatexCommand bibitem
45752 key "pstricks"
45753
45754 \end_inset
45755
45756 Web page of the LaTeX-package 
45757 \series bold
45758
45759 \begin_inset CommandInset href
45760 LatexCommand href
45761 name "PSTricks"
45762 target "http://tug.org/PSTricks/"
45763
45764 \end_inset
45765
45766
45767 \series default
45768
45769 \begin_inset Index idx
45770 status collapsed
45771
45772 \begin_layout Plain Layout
45773 LaTeX-packages ! PSTricks
45774 \end_layout
45775
45776 \end_inset
45777
45778
45779 \end_layout
45780
45781 \begin_layout Bibliography
45782 \begin_inset CommandInset bibitem
45783 LatexCommand bibitem
45784 key "refstyle"
45785
45786 \end_inset
45787
45788 Documentation of the LaTeX-package 
45789 \series bold
45790
45791 \begin_inset CommandInset href
45792 LatexCommand href
45793 name "refstyle"
45794 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45795
45796 \end_inset
45797
45798
45799 \series default
45800
45801 \begin_inset Index idx
45802 status collapsed
45803
45804 \begin_layout Plain Layout
45805 LaTeX-packages ! refstyle
45806 \end_layout
45807
45808 \end_inset
45809
45810
45811 \end_layout
45812
45813 \begin_layout Bibliography
45814 \begin_inset CommandInset bibitem
45815 LatexCommand bibitem
45816 key "sidecap"
45817
45818 \end_inset
45819
45820 Documentation of the LaTeX-package 
45821 \series bold
45822
45823 \begin_inset CommandInset href
45824 LatexCommand href
45825 name "sidecap"
45826 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45827
45828 \end_inset
45829
45830
45831 \series default
45832
45833 \begin_inset Index idx
45834 status collapsed
45835
45836 \begin_layout Plain Layout
45837 LaTeX-packages ! sidecap
45838 \end_layout
45839
45840 \end_inset
45841
45842
45843 \end_layout
45844
45845 \begin_layout Bibliography
45846 \begin_inset CommandInset bibitem
45847 LatexCommand bibitem
45848 key "NewInLyX20"
45849
45850 \end_inset
45851
45852
45853 \begin_inset CommandInset href
45854 LatexCommand href
45855 name "Wiki page"
45856 target "http://wiki.lyx.org/LyX/NewInLyX20"
45857
45858 \end_inset
45859
45860  about new features in 
45861 \family sans
45862 LyX 2.0
45863 \family default
45864 .
45865 \end_layout
45866
45867 \begin_layout Standard
45868 \begin_inset CommandInset index_print
45869 LatexCommand printindex
45870 type "idx"
45871
45872 \end_inset
45873
45874
45875 \end_layout
45876
45877 \end_body
45878 \end_document