]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
c2761bc99c1fa5d4d344b938eae269c70f14e263
[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 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[2pt](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[height](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 optional 
15331 \series bold
15332 height
15333 \series default
15334  is 0.03
15335 \begin_inset space \thinspace{}
15336 \end_inset
15337
15338 em.
15339  
15340 \series bold
15341 startcol
15342 \series default
15343  is the number of the column where the line starts and 
15344 \series bold
15345 endcol
15346 \series default
15347  the column number where the line ends.
15348  The 
15349 \series bold
15350 endcol
15351 \series default
15352  always needs to be specified, also when the line should span only one column.
15353  The optional parameter 
15354 \series bold
15355 trim
15356 \series default
15357  could either be 
15358 \emph on
15359 l{trimwidth}
15360 \emph default
15361  or 
15362 \emph on
15363 r{trimwidth}
15364 \emph default
15365  where the 
15366 \emph on
15367 trimwidth
15368 \emph default
15369  is also optional.
15370  Using for example the parameter 
15371 \emph on
15372 l{2pt}
15373 \emph default
15374  means that the line is trimmed from its left end by 2
15375 \begin_inset space \thinspace{}
15376 \end_inset
15377
15378 pt.
15379  If you don't specify the 
15380 \emph on
15381 trimwidth
15382 \emph default
15383  the line is trimmed by the default of 0.5
15384 \begin_inset space \thinspace{}
15385 \end_inset
15386
15387 em.
15388 \end_layout
15389
15390 \begin_layout Standard
15391 \begin_inset VSpace bigskip
15392 \end_inset
15393
15394 Table
15395 \begin_inset space ~
15396 \end_inset
15397
15398
15399 \begin_inset CommandInset ref
15400 LatexCommand ref
15401 reference "tab:Example-booktabs-table"
15402
15403 \end_inset
15404
15405  was created using the commands
15406 \end_layout
15407
15408 \begin_layout Standard
15409
15410 \series bold
15411
15412 \backslash
15413 cmidrule(r){2-2}
15414 \backslash
15415 cmidrule(l){3-4}
15416 \end_layout
15417
15418 \begin_layout Standard
15419 at the beginning of the second row and
15420 \end_layout
15421
15422 \begin_layout Standard
15423
15424 \series bold
15425
15426 \backslash
15427 cmidrule[2pt](l{10pt}){1-1}
15428 \end_layout
15429
15430 \begin_layout Standard
15431 in the sixth row.
15432 \end_layout
15433
15434 \begin_layout Standard
15435 \begin_inset VSpace bigskip
15436 \end_inset
15437
15438
15439 \end_layout
15440
15441 \begin_layout Standard
15442 You might want to have overlapping 
15443 \series bold
15444
15445 \backslash
15446 cmidrule
15447 \series default
15448 s as in in Table
15449 \begin_inset space ~
15450 \end_inset
15451
15452
15453 \begin_inset CommandInset ref
15454 LatexCommand ref
15455 reference "tab:Special-booktabs-table"
15456
15457 \end_inset
15458
15459 .
15460  This can be achieved with the TeX-Code command
15461 \end_layout
15462
15463 \begin_layout Standard
15464
15465 \series bold
15466
15467 \backslash
15468 morecmidrules
15469 \end_layout
15470
15471 \begin_layout Standard
15472 The command that was used for the second row of Table
15473 \begin_inset space ~
15474 \end_inset
15475
15476
15477 \begin_inset CommandInset ref
15478 LatexCommand ref
15479 reference "tab:Special-booktabs-table"
15480
15481 \end_inset
15482
15483  is
15484 \end_layout
15485
15486 \begin_layout Standard
15487
15488 \series bold
15489
15490 \backslash
15491 cmidrule(r){2-2}
15492 \backslash
15493 cmidrule(l){3-4}
15494 \backslash
15495 morecmidrules
15496 \backslash
15497 cmidrule{2-4}
15498 \end_layout
15499
15500 \begin_layout Standard
15501 The command for the sixth row is
15502 \end_layout
15503
15504 \begin_layout Standard
15505
15506 \series bold
15507
15508 \backslash
15509 midrule
15510 \backslash
15511 morecmidrules
15512 \backslash
15513 cmidrule{3-4}
15514 \end_layout
15515
15516 \begin_layout Standard
15517 \begin_inset VSpace bigskip
15518 \end_inset
15519
15520
15521 \end_layout
15522
15523 \begin_layout Standard
15524 If you are in any way not satisfied with the border line spacing, you can
15525  use the following command to produce lines that span over all table columns
15526 \series bold
15527 :
15528 \end_layout
15529
15530 \begin_layout Standard
15531
15532 \series bold
15533
15534 \backslash
15535 specialrule{width}{space above}{space below}
15536 \end_layout
15537
15538 \begin_layout Standard
15539 For more information about these features, refer to the manual of the LaTeX-pack
15540 age 
15541 \series bold
15542 booktabs
15543 \series default
15544  
15545 \begin_inset CommandInset citation
15546 LatexCommand cite
15547 key "booktabs"
15548
15549 \end_inset
15550
15551 .
15552 \begin_inset Index idx
15553 status collapsed
15554
15555 \begin_layout Plain Layout
15556 LaTeX-packages ! booktabs
15557 \end_layout
15558
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \begin_layout Standard
15565 \begin_inset Float table
15566 placement h
15567 wide false
15568 sideways false
15569 status open
15570
15571 \begin_layout Plain Layout
15572 \begin_inset Caption Standard
15573
15574 \begin_layout Plain Layout
15575 \begin_inset CommandInset label
15576 LatexCommand label
15577 name "tab:Special-booktabs-table"
15578
15579 \end_inset
15580
15581 Special booktabs-table
15582 \end_layout
15583
15584 \end_inset
15585
15586
15587 \end_layout
15588
15589 \begin_layout Plain Layout
15590 \align center
15591 \begin_inset Tabular
15592 <lyxtabular version="3" rows="8" columns="4">
15593 <features rotate="0" booktabs="true" tabularvalignment="middle">
15594 <column alignment="center" valignment="top">
15595 <column alignment="center" valignment="top">
15596 <column alignment="center" valignment="top">
15597 <column alignment="center" valignment="top">
15598 <row>
15599 <cell alignment="center" valignment="top" topline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603 System
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell alignment="center" valignment="top" topline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612 Chip
15613 \begin_inset space \thinspace{}
15614 \end_inset
15615
15616 1
15617 \end_layout
15618
15619 \end_inset
15620 </cell>
15621 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15622 \begin_inset Text
15623
15624 \begin_layout Plain Layout
15625 Chip
15626 \begin_inset space \thinspace{}
15627 \end_inset
15628
15629 2
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 </row>
15644 <row>
15645 <cell alignment="center" valignment="top" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649 \begin_inset ERT
15650 status collapsed
15651
15652 \begin_layout Plain Layout
15653
15654
15655 \backslash
15656 cmidrule(r){2-2}
15657 \end_layout
15658
15659 \end_inset
15660
15661
15662 \begin_inset ERT
15663 status collapsed
15664
15665 \begin_layout Plain Layout
15666
15667
15668 \backslash
15669 cmidrule(l){3-4}
15670 \end_layout
15671
15672 \end_inset
15673
15674
15675 \begin_inset ERT
15676 status collapsed
15677
15678 \begin_layout Plain Layout
15679
15680
15681 \backslash
15682 morecmidrules 
15683 \end_layout
15684
15685 \end_inset
15686
15687
15688 \begin_inset ERT
15689 status collapsed
15690
15691 \begin_layout Plain Layout
15692
15693
15694 \backslash
15695 cmidrule{2-4}
15696 \end_layout
15697
15698 \end_inset
15699
15700 Detector thickness in Âµm
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 <cell alignment="center" valignment="top" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709 300
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 <cell alignment="center" valignment="top" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718 300
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 <cell alignment="center" valignment="top" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727 700
15728 \end_layout
15729
15730 \end_inset
15731 </cell>
15732 </row>
15733 <row>
15734 <cell alignment="center" valignment="top" topline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738 Edge angle in Â°
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 <cell alignment="center" valignment="top" topline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747 3.55
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" topline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 2.71
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" topline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 7.99
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 </row>
15771 <row topspace="default">
15772 <cell alignment="center" valignment="top" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776 Spatial resolution in Âµm
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 <cell alignment="center" valignment="top" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785 4.26
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 10.17
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803 10.56
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 </row>
15809 <row topspace="default">
15810 <cell alignment="center" valignment="top" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814 MTF at 
15815 \begin_inset Formula $f_{\mathrm{max}}$
15816 \end_inset
15817
15818
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 <cell alignment="center" valignment="top" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Plain Layout
15827 0.53
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 <cell alignment="center" valignment="top" usebox="none">
15833 \begin_inset Text
15834
15835 \begin_layout Plain Layout
15836 0.37
15837 \end_layout
15838
15839 \end_inset
15840 </cell>
15841 <cell alignment="center" valignment="top" usebox="none">
15842 \begin_inset Text
15843
15844 \begin_layout Plain Layout
15845 0.39
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 </row>
15851 <row>
15852 <cell alignment="center" valignment="top" topline="true" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856 \begin_inset ERT
15857 status collapsed
15858
15859 \begin_layout Plain Layout
15860
15861
15862 \backslash
15863 morecmidrules 
15864 \end_layout
15865
15866 \end_inset
15867
15868
15869 \begin_inset ERT
15870 status collapsed
15871
15872 \begin_layout Plain Layout
15873
15874
15875 \backslash
15876 cmidrule{3-4}
15877 \end_layout
15878
15879 \end_inset
15880
15881 LSF-spatial resolution
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" topline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" topline="true" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 <cell alignment="center" valignment="top" topline="true" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 </row>
15914 <row>
15915 <cell alignment="center" valignment="top" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 in Âµm
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 <cell alignment="center" valignment="top" usebox="none">
15925 \begin_inset Text
15926
15927 \begin_layout Plain Layout
15928 129.7
15929 \end_layout
15930
15931 \end_inset
15932 </cell>
15933 <cell alignment="center" valignment="top" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937 52.75
15938 \end_layout
15939
15940 \end_inset
15941 </cell>
15942 <cell alignment="center" valignment="top" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Plain Layout
15946 50.78
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 </row>
15952 <row>
15953 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957 in % of pixel size
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966 76.3
15967 \end_layout
15968
15969 \end_inset
15970 </cell>
15971 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15972 \begin_inset Text
15973
15974 \begin_layout Plain Layout
15975 95.9
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Plain Layout
15984 92.3
15985 \end_layout
15986
15987 \end_inset
15988 </cell>
15989 </row>
15990 </lyxtabular>
15991
15992 \end_inset
15993
15994
15995 \end_layout
15996
15997 \end_inset
15998
15999
16000 \end_layout
16001
16002 \begin_layout Section
16003 Vertical Table Alignment
16004 \begin_inset Index idx
16005 status collapsed
16006
16007 \begin_layout Plain Layout
16008 Table ! Alignment
16009 \end_layout
16010
16011 \end_inset
16012
16013
16014 \end_layout
16015
16016 \begin_layout Standard
16017 To align tables vertically in a text line, the table must be inside a box.
16018  The box can then be vertically aligned as described in section
16019 \begin_inset space ~
16020 \end_inset
16021
16022
16023 \begin_inset CommandInset ref
16024 LatexCommand ref
16025 reference "sec:Box-Dialog"
16026
16027 \end_inset
16028
16029 .
16030 \end_layout
16031
16032 \begin_layout Standard
16033 In the following example the tables are inside a minipage
16034 \begin_inset Foot
16035 status collapsed
16036
16037 \begin_layout Plain Layout
16038 Minipages are described in section
16039 \begin_inset space ~
16040 \end_inset
16041
16042
16043 \begin_inset CommandInset ref
16044 LatexCommand ref
16045 reference "sec:Minipages"
16046
16047 \end_inset
16048
16049 .
16050 \end_layout
16051
16052 \end_inset
16053
16054  box that has a width of 15
16055 \begin_inset space \thinspace{}
16056 \end_inset
16057
16058 col%:
16059 \end_layout
16060
16061 \begin_layout Itemize
16062 test 
16063 \begin_inset Box Frameless
16064 position "t"
16065 hor_pos "c"
16066 has_inner_box 1
16067 inner_pos "c"
16068 use_parbox 0
16069 use_makebox 0
16070 width "15col%"
16071 special "none"
16072 height "1in"
16073 height_special "totalheight"
16074 status collapsed
16075
16076 \begin_layout Plain Layout
16077 \begin_inset Tabular
16078 <lyxtabular version="3" rows="3" columns="3">
16079 <features rotate="0" tabularvalignment="middle">
16080 <column alignment="center" valignment="top">
16081 <column alignment="center" valignment="top">
16082 <column alignment="center" valignment="top">
16083 <row>
16084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088 a
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097 d
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106 g
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 </row>
16112 <row>
16113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117 b
16118 \end_layout
16119
16120 \end_inset
16121 </cell>
16122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16123 \begin_inset Text
16124
16125 \begin_layout Plain Layout
16126 e
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135 h
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 </row>
16141 <row>
16142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146 c
16147 \end_layout
16148
16149 \end_inset
16150 </cell>
16151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16152 \begin_inset Text
16153
16154 \begin_layout Plain Layout
16155 f
16156 \end_layout
16157
16158 \end_inset
16159 </cell>
16160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164 i
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 </row>
16170 </lyxtabular>
16171
16172 \end_inset
16173
16174
16175 \end_layout
16176
16177 \end_inset
16178
16179  test 
16180 \begin_inset ERT
16181 status collapsed
16182
16183 \begin_layout Plain Layout
16184
16185
16186 \backslash
16187 raisebox{0.85
16188 \backslash
16189 baselineskip}{
16190 \end_layout
16191
16192 \end_inset
16193
16194
16195 \begin_inset Box Frameless
16196 position "t"
16197 hor_pos "c"
16198 has_inner_box 1
16199 inner_pos "c"
16200 use_parbox 0
16201 use_makebox 0
16202 width "15col%"
16203 special "none"
16204 height "1in"
16205 height_special "totalheight"
16206 status collapsed
16207
16208 \begin_layout Plain Layout
16209 \begin_inset Tabular
16210 <lyxtabular version="3" rows="3" columns="3">
16211 <features rotate="0" tabularvalignment="middle">
16212 <column alignment="center" valignment="top">
16213 <column alignment="center" valignment="top">
16214 <column alignment="center" valignment="top">
16215 <row>
16216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220 a
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Plain Layout
16229 d
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238 g
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 </row>
16244 <row>
16245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 b
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258 e
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16264 \begin_inset Text
16265
16266 \begin_layout Plain Layout
16267 h
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 </row>
16273 <row>
16274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16275 \begin_inset Text
16276
16277 \begin_layout Plain Layout
16278 c
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287 f
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296 i
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 </row>
16302 </lyxtabular>
16303
16304 \end_inset
16305
16306
16307 \end_layout
16308
16309 \end_inset
16310
16311
16312 \begin_inset ERT
16313 status collapsed
16314
16315 \begin_layout Plain Layout
16316
16317 }
16318 \end_layout
16319
16320 \end_inset
16321
16322
16323 \end_layout
16324
16325 \begin_layout Itemize
16326 test 
16327 \begin_inset Box Frameless
16328 position "c"
16329 hor_pos "c"
16330 has_inner_box 1
16331 inner_pos "c"
16332 use_parbox 0
16333 use_makebox 0
16334 width "15col%"
16335 special "none"
16336 height "1in"
16337 height_special "totalheight"
16338 status collapsed
16339
16340 \begin_layout Plain Layout
16341 \begin_inset Tabular
16342 <lyxtabular version="3" rows="3" columns="3">
16343 <features rotate="0" tabularvalignment="middle">
16344 <column alignment="center" valignment="top">
16345 <column alignment="center" valignment="top">
16346 <column alignment="center" valignment="top">
16347 <row>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352 a
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361 d
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Plain Layout
16370 g
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 </row>
16376 <row>
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381 b
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390 e
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399 h
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 </row>
16405 <row>
16406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 c
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419 f
16420 \end_layout
16421
16422 \end_inset
16423 </cell>
16424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Plain Layout
16428 i
16429 \end_layout
16430
16431 \end_inset
16432 </cell>
16433 </row>
16434 </lyxtabular>
16435
16436 \end_inset
16437
16438
16439 \end_layout
16440
16441 \end_inset
16442
16443
16444 \end_layout
16445
16446 \begin_layout Itemize
16447 test 
16448 \begin_inset Box Frameless
16449 position "b"
16450 hor_pos "c"
16451 has_inner_box 1
16452 inner_pos "c"
16453 use_parbox 0
16454 use_makebox 0
16455 width "15col%"
16456 special "none"
16457 height "1in"
16458 height_special "totalheight"
16459 status collapsed
16460
16461 \begin_layout Plain Layout
16462 \begin_inset Tabular
16463 <lyxtabular version="3" rows="3" columns="3">
16464 <features rotate="0" tabularvalignment="middle">
16465 <column alignment="center" valignment="top">
16466 <column alignment="center" valignment="top">
16467 <column alignment="center" valignment="top">
16468 <row>
16469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473 a
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 d
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 g
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 </row>
16497 <row>
16498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502 b
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 e
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 h
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 </row>
16526 <row>
16527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16528 \begin_inset Text
16529
16530 \begin_layout Plain Layout
16531 c
16532 \end_layout
16533
16534 \end_inset
16535 </cell>
16536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16537 \begin_inset Text
16538
16539 \begin_layout Plain Layout
16540 f
16541 \end_layout
16542
16543 \end_inset
16544 </cell>
16545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Plain Layout
16549 i
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 </row>
16555 </lyxtabular>
16556
16557 \end_inset
16558
16559
16560 \end_layout
16561
16562 \end_inset
16563
16564  test 
16565 \begin_inset ERT
16566 status collapsed
16567
16568 \begin_layout Plain Layout
16569
16570
16571 \backslash
16572 raisebox{-0.32
16573 \backslash
16574 baselineskip}{
16575 \end_layout
16576
16577 \end_inset
16578
16579
16580 \begin_inset Box Frameless
16581 position "b"
16582 hor_pos "c"
16583 has_inner_box 1
16584 inner_pos "c"
16585 use_parbox 0
16586 use_makebox 0
16587 width "15col%"
16588 special "none"
16589 height "1in"
16590 height_special "totalheight"
16591 status collapsed
16592
16593 \begin_layout Plain Layout
16594 \begin_inset Tabular
16595 <lyxtabular version="3" rows="3" columns="3">
16596 <features rotate="0" tabularvalignment="middle">
16597 <column alignment="center" valignment="top">
16598 <column alignment="center" valignment="top">
16599 <column alignment="center" valignment="top">
16600 <row>
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 a
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614 d
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 g
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 b
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Plain Layout
16643 e
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 h
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 </row>
16658 <row>
16659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Plain Layout
16663 c
16664 \end_layout
16665
16666 \end_inset
16667 </cell>
16668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16669 \begin_inset Text
16670
16671 \begin_layout Plain Layout
16672 f
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681 i
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 </row>
16687 </lyxtabular>
16688
16689 \end_inset
16690
16691
16692 \end_layout
16693
16694 \end_inset
16695
16696
16697 \begin_inset ERT
16698 status collapsed
16699
16700 \begin_layout Plain Layout
16701
16702 }
16703 \end_layout
16704
16705 \end_inset
16706
16707
16708 \end_layout
16709
16710 \begin_layout Standard
16711 As you will see, the content of the first and last table row is not correctly
16712  aligned.
16713  To get this alignment, the minipage box must be set into a raisebox
16714 \begin_inset Foot
16715 status collapsed
16716
16717 \begin_layout Plain Layout
16718 Raiseboxes are described in section
16719 \begin_inset space ~
16720 \end_inset
16721
16722
16723 \begin_inset CommandInset ref
16724 LatexCommand ref
16725 reference "sub:Vertical-Alignment"
16726
16727 \end_inset
16728
16729 .
16730 \end_layout
16731
16732 \end_inset
16733
16734 .
16735  In the example above the second table in the first item is aligned using
16736  the TeX-Code-command
16737 \end_layout
16738
16739 \begin_layout Standard
16740
16741 \series bold
16742
16743 \backslash
16744 raisebox{0.85
16745 \backslash
16746 baselineskip}{
16747 \end_layout
16748
16749 \begin_layout Standard
16750 before the box.
16751  After the box the closing brace 
16752 \series bold
16753 }
16754 \series default
16755  is inserted as TeX-Code.
16756  For the second table in the last item the command
16757 \end_layout
16758
16759 \begin_layout Standard
16760
16761 \series bold
16762
16763 \backslash
16764 raisebox{-0.32
16765 \backslash
16766 baselineskip}{
16767 \end_layout
16768
16769 \begin_layout Standard
16770 is used.
16771 \end_layout
16772
16773 \begin_layout Standard
16774 \begin_inset Note Greyedout
16775 status open
16776
16777 \begin_layout Plain Layout
16778
16779 \series bold
16780 Note:
16781 \series default
16782  The alignment of the table row content to the surrounding text line is
16783  not exact.
16784  The required value for the 
16785 \series bold
16786
16787 \backslash
16788 raisebox
16789 \series default
16790  command for this alignment depends on the document font, the font size,
16791  and the table line thickness.
16792 \end_layout
16793
16794 \end_inset
16795
16796
16797 \end_layout
16798
16799 \begin_layout Section
16800 Colored Tables
16801 \begin_inset CommandInset label
16802 LatexCommand label
16803 name "sec:Colored-Tables"
16804
16805 \end_inset
16806
16807
16808 \begin_inset Index idx
16809 status collapsed
16810
16811 \begin_layout Plain Layout
16812 Table ! Color
16813 \end_layout
16814
16815 \end_inset
16816
16817
16818 \end_layout
16819
16820 \begin_layout Subsection
16821 Colored Cells
16822 \begin_inset Index idx
16823 status collapsed
16824
16825 \begin_layout Plain Layout
16826 Table Color ! for Cells
16827 \end_layout
16828
16829 \end_inset
16830
16831
16832 \begin_inset Index idx
16833 status collapsed
16834
16835 \begin_layout Plain Layout
16836 Color ! for Table Cells
16837 \end_layout
16838
16839 \end_inset
16840
16841
16842 \end_layout
16843
16844 \begin_layout Standard
16845 \begin_inset Float table
16846 placement h
16847 wide false
16848 sideways false
16849 status open
16850
16851 \begin_layout Plain Layout
16852 \begin_inset Caption Standard
16853
16854 \begin_layout Plain Layout
16855 \begin_inset CommandInset label
16856 LatexCommand label
16857 name "tab:Table-colored-without"
16858
16859 \end_inset
16860
16861 Table colored without using the package 
16862 \series bold
16863 colortbl
16864 \series default
16865
16866 \begin_inset Argument 1
16867 status collapsed
16868
16869 \begin_layout Plain Layout
16870 Table without colortbl
16871 \end_layout
16872
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \end_inset
16879
16880
16881 \end_layout
16882
16883 \begin_layout Plain Layout
16884 \align center
16885 \begin_inset Tabular
16886 <lyxtabular version="3" rows="3" columns="3">
16887 <features rotate="0" tabularvalignment="middle">
16888 <column alignment="center" valignment="top">
16889 <column alignment="center" valignment="top">
16890 <column alignment="center" valignment="top">
16891 <row>
16892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896
16897 \color green
16898 a
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907
16908 \color red
16909 b
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918
16919 \color red
16920 c
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 </row>
16926 <row>
16927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931
16932 \color green
16933 d
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942
16943 \color blue
16944 e
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953
16954 \color blue
16955 f
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 </row>
16961 <row>
16962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966
16967 \color green
16968 g
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977
16978 \color blue
16979 h
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988
16989 \color blue
16990 i
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 </row>
16996 </lyxtabular>
16997
16998 \end_inset
16999
17000
17001 \end_layout
17002
17003 \end_inset
17004
17005
17006 \end_layout
17007
17008 \begin_layout Standard
17009 If you only need colored text, mark the cells and choose a color in the
17010  
17011 \family sans
17012 Text
17013 \begin_inset space ~
17014 \end_inset
17015
17016 Style
17017 \family default
17018  dialog (toolbar button 
17019 \begin_inset Info
17020 type  "icon"
17021 arg   "dialog-show character"
17022 \end_inset
17023
17024 ).
17025  This was used to create Table
17026 \begin_inset space ~
17027 \end_inset
17028
17029
17030 \begin_inset CommandInset ref
17031 LatexCommand ref
17032 reference "tab:Table-colored-without"
17033
17034 \end_inset
17035
17036 .
17037  In any other case you have to use the LaTeX-package 
17038 \series bold
17039 colortbl
17040 \series default
17041 .
17042 \begin_inset Index idx
17043 status collapsed
17044
17045 \begin_layout Plain Layout
17046 LaTeX-packages ! colortbl
17047 \end_layout
17048
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \begin_layout Standard
17055 \begin_inset ERT
17056 status collapsed
17057
17058 \begin_layout Plain Layout
17059
17060
17061 \backslash
17062 ifcolortbl
17063 \end_layout
17064
17065 \end_inset
17066
17067
17068 \begin_inset Note Note
17069 status open
17070
17071 \begin_layout Plain Layout
17072 The following section part will only be displayed when the LaTeX-package
17073  
17074 \series bold
17075 colortbl
17076 \series default
17077  is installed.
17078 \end_layout
17079
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \begin_layout Standard
17086 To create colored tables, 
17087 \series bold
17088 colortbl
17089 \series default
17090  must be loaded in the preamble with the line
17091 \end_layout
17092
17093 \begin_layout Standard
17094
17095 \series bold
17096
17097 \backslash
17098 usepackage{colortbl}
17099 \end_layout
17100
17101 \begin_layout Standard
17102 The color of a column is adjusted with the command
17103 \end_layout
17104
17105 \begin_layout Standard
17106
17107 \series bold
17108
17109 \backslash
17110 columncolor{name of color}
17111 \end_layout
17112
17113 \begin_layout Standard
17114 inside the command 
17115 \series bold
17116 >{ }
17117 \series default
17118 .
17119  More about the command 
17120 \series bold
17121 >{}
17122 \series default
17123  is contained in section
17124 \begin_inset space ~
17125 \end_inset
17126
17127
17128 \begin_inset CommandInset ref
17129 LatexCommand ref
17130 reference "sub:Multicolumn-Calculations"
17131
17132 \end_inset
17133
17134 .
17135 \end_layout
17136
17137 \begin_layout Standard
17138 The following color names are predefined:
17139 \end_layout
17140
17141 \begin_layout Standard
17142
17143 \family sans
17144 red
17145 \family default
17146
17147 \family sans
17148 green
17149 \family default
17150
17151 \family sans
17152 yellow
17153 \family default
17154
17155 \family sans
17156 blue
17157 \family default
17158
17159 \family sans
17160 cyan
17161 \family default
17162
17163 \family sans
17164 magenta
17165 \family default
17166
17167 \family sans
17168 black
17169 \family default
17170  and 
17171 \family sans
17172 white
17173 \end_layout
17174
17175 \begin_layout Standard
17176 \begin_inset VSpace medskip
17177 \end_inset
17178
17179
17180 \end_layout
17181
17182 \begin_layout Standard
17183 If you add the options
17184 \end_layout
17185
17186 \begin_layout Standard
17187
17188 \series bold
17189 usenames,dvipsnames
17190 \end_layout
17191
17192 \begin_layout Standard
17193 to the document class options in the document settings, you can additionally
17194  use further 61
17195 \begin_inset space ~
17196 \end_inset
17197
17198 colors.
17199  These colors are listed in appendix
17200 \begin_inset space ~
17201 \end_inset
17202
17203
17204 \begin_inset CommandInset ref
17205 LatexCommand ref
17206 reference "chap:List-of-dvips-colornames"
17207
17208 \end_inset
17209
17210 .
17211  One of these colors, 
17212 \family sans
17213 Maroon
17214 \family default
17215 , is used as example in Table
17216 \begin_inset space ~
17217 \end_inset
17218
17219
17220 \begin_inset CommandInset ref
17221 LatexCommand ref
17222 reference "tab:Table-colored-using"
17223
17224 \end_inset
17225
17226 .
17227 \end_layout
17228
17229 \begin_layout Standard
17230 \begin_inset VSpace medskip
17231 \end_inset
17232
17233
17234 \end_layout
17235
17236 \begin_layout Standard
17237 You can also define your own color with the command
17238 \end_layout
17239
17240 \begin_layout Standard
17241
17242 \series bold
17243
17244 \backslash
17245 definecolor{color name}{color model}{color values}
17246 \end_layout
17247
17248 \begin_layout Standard
17249 The color model can be
17250 \end_layout
17251
17252 \begin_layout Labeling
17253 \labelwidthstring 00.00.0000
17254 cmyk: cyan, magenta, yellow, black
17255 \end_layout
17256
17257 \begin_layout Labeling
17258 \labelwidthstring 00.00.0000
17259 rgb: red, green blue
17260 \end_layout
17261
17262 \begin_layout Labeling
17263 \labelwidthstring 00.00.0000
17264 gray gray
17265 \end_layout
17266
17267 \begin_layout Standard
17268 and the color values are comma separated numbers between 0 and 1 describing
17269  the factor for the corresponding color of the color model.
17270 \end_layout
17271
17272 \begin_layout Standard
17273 You can e.
17274 \begin_inset space \thinspace{}
17275 \end_inset
17276
17277 g.
17278 \begin_inset space \space{}
17279 \end_inset
17280
17281 define the color "
17282 \emph on
17283 darkgreen
17284 \emph default
17285 " in the preamble with
17286 \end_layout
17287
17288 \begin_layout Standard
17289
17290 \series bold
17291
17292 \backslash
17293 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17294 \end_layout
17295
17296 \begin_layout Standard
17297 and the color "
17298 \emph on
17299 lightgray
17300 \emph default
17301 " with
17302 \end_layout
17303
17304 \begin_layout Standard
17305
17306 \series bold
17307
17308 \backslash
17309 definecolor{lightgray}{gray}{0.8}
17310 \end_layout
17311
17312 \begin_layout Standard
17313 \begin_inset VSpace medskip
17314 \end_inset
17315
17316
17317 \end_layout
17318
17319 \begin_layout Standard
17320 Lines are colored with the command
17321 \end_layout
17322
17323 \begin_layout Standard
17324
17325 \series bold
17326
17327 \backslash
17328 rowcolor{name of color}
17329 \end_layout
17330
17331 \begin_layout Standard
17332 and cells are colored with the command
17333 \end_layout
17334
17335 \begin_layout Standard
17336
17337 \series bold
17338
17339 \backslash
17340 cellcolor{name of color}
17341 \end_layout
17342
17343 \begin_layout Standard
17344 Both commands are inserted at the beginning of a cell as TeX-Code.
17345 \end_layout
17346
17347 \begin_layout Standard
17348 To color characters in the table, mark the cells and use the 
17349 \family sans
17350 Text
17351 \begin_inset space ~
17352 \end_inset
17353
17354 Style
17355 \family default
17356  dialog.
17357  If a cell contains TeX-Code mark only the characters, otherwise the colored
17358  TeX-Code will cause LaTeX-errors.
17359 \end_layout
17360
17361 \begin_layout Standard
17362 \begin_inset Note Greyedout
17363 status open
17364
17365 \begin_layout Plain Layout
17366
17367 \series bold
17368 Note:
17369 \series default
17370  Not all DVI-viewers are able to display self-defined colors.
17371 \end_layout
17372
17373 \end_inset
17374
17375
17376 \end_layout
17377
17378 \begin_layout Standard
17379 \begin_inset VSpace bigskip
17380 \end_inset
17381
17382
17383 \end_layout
17384
17385 \begin_layout Standard
17386 To create Table
17387 \begin_inset space ~
17388 \end_inset
17389
17390
17391 \begin_inset CommandInset ref
17392 LatexCommand ref
17393 reference "tab:Table-colored-using"
17394
17395 \end_inset
17396
17397  do the following: The color of the first column should be 
17398 \emph on
17399 darkgreen
17400 \emph default
17401 .
17402  So insert
17403 \end_layout
17404
17405 \begin_layout Standard
17406
17407 \series bold
17408 >{
17409 \backslash
17410 columncolor{darkgreen}
17411 \backslash
17412 centering}c
17413 \end_layout
17414
17415 \begin_layout Standard
17416 as LaTeX-argument for this column.
17417  The first row should be light blue, therefore the TeX-Code command
17418 \end_layout
17419
17420 \begin_layout Standard
17421
17422 \series bold
17423
17424 \backslash
17425 rowcolor{cyan}
17426 \end_layout
17427
17428 \begin_layout Standard
17429 is inserted to the first cell of this row.
17430  Note that this overwrites the column color for the first cell.
17431  The last cell of the last row is colored maroon by inserting the TeX-Code
17432  command
17433 \end_layout
17434
17435 \begin_layout Standard
17436
17437 \series bold
17438
17439 \backslash
17440 cellcolor{Maroon}
17441 \end_layout
17442
17443 \begin_layout Standard
17444 The characters could now be colored using the menu 
17445 \family sans
17446 Edit\SpecialChar \menuseparator
17447 Text
17448 \begin_inset space ~
17449 \end_inset
17450
17451 Style
17452 \family default
17453 .
17454 \end_layout
17455
17456 \begin_layout Standard
17457 \begin_inset Float table
17458 placement h
17459 wide false
17460 sideways false
17461 status open
17462
17463 \begin_layout Plain Layout
17464 \begin_inset Caption Standard
17465
17466 \begin_layout Plain Layout
17467 \begin_inset CommandInset label
17468 LatexCommand label
17469 name "tab:Table-colored-using"
17470
17471 \end_inset
17472
17473 Table colored using the package 
17474 \series bold
17475 colortbl
17476 \series default
17477
17478 \begin_inset Argument 1
17479 status collapsed
17480
17481 \begin_layout Plain Layout
17482 Table with colortbl
17483 \end_layout
17484
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \end_inset
17491
17492
17493 \end_layout
17494
17495 \begin_layout Plain Layout
17496 \align center
17497 \begin_inset Tabular
17498 <lyxtabular version="3" rows="3" columns="3">
17499 <features rotate="0" tabularvalignment="middle">
17500 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17501 <column alignment="center" valignment="top">
17502 <column alignment="center" valignment="top">
17503 <row>
17504 <cell alignment="center" valignment="top" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 \begin_inset ERT
17509 status collapsed
17510
17511 \begin_layout Plain Layout
17512
17513
17514 \backslash
17515 rowcolor{cyan}
17516 \end_layout
17517
17518 \end_inset
17519
17520
17521 \color magenta
17522 a
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 <cell alignment="center" valignment="top" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531
17532 \color red
17533 b
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 <cell alignment="center" valignment="top" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542
17543 \color red
17544 c
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 </row>
17550 <row>
17551 <cell alignment="center" valignment="top" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555
17556 \color yellow
17557 d
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell alignment="center" valignment="top" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566
17567 \color blue
17568 e
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 <cell alignment="center" valignment="top" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577
17578 \color blue
17579 f
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 </row>
17585 <row>
17586 <cell alignment="center" valignment="top" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590
17591 \color yellow
17592 g
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601
17602 \color blue
17603 h
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 <cell alignment="center" valignment="top" usebox="none">
17609 \begin_inset Text
17610
17611 \begin_layout Plain Layout
17612 \begin_inset ERT
17613 status collapsed
17614
17615 \begin_layout Plain Layout
17616
17617
17618 \backslash
17619 cellcolor{Maroon}
17620 \end_layout
17621
17622 \end_inset
17623
17624
17625 \color green
17626 i
17627 \end_layout
17628
17629 \end_inset
17630 </cell>
17631 </row>
17632 </lyxtabular>
17633
17634 \end_inset
17635
17636
17637 \end_layout
17638
17639 \end_inset
17640
17641
17642 \end_layout
17643
17644 \begin_layout Standard
17645 \begin_inset ERT
17646 status collapsed
17647
17648 \begin_layout Plain Layout
17649
17650
17651 \backslash
17652 else
17653 \end_layout
17654
17655 \end_inset
17656
17657
17658 \begin_inset Note Note
17659 status open
17660
17661 \begin_layout Plain Layout
17662 The following will be displayed when the LaTeX-package 
17663 \series bold
17664 colortbl
17665 \series default
17666  is not installed:
17667 \end_layout
17668
17669 \end_inset
17670
17671
17672 \end_layout
17673
17674 \begin_layout Standard
17675 You need to install the package 
17676 \series bold
17677 colortbl
17678 \series default
17679  to see the content of this section in the output.
17680 \end_layout
17681
17682 \begin_layout Standard
17683 \begin_inset ERT
17684 status collapsed
17685
17686 \begin_layout Plain Layout
17687
17688
17689 \backslash
17690 fi
17691 \end_layout
17692
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \begin_layout Subsection
17699 Colored Rows
17700 \begin_inset Index idx
17701 status collapsed
17702
17703 \begin_layout Plain Layout
17704 Table Color ! for Rows
17705 \end_layout
17706
17707 \end_inset
17708
17709
17710 \begin_inset Index idx
17711 status collapsed
17712
17713 \begin_layout Plain Layout
17714 Color ! for Table Rows
17715 \end_layout
17716
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \begin_layout Standard
17723 In case every second table row needs to be colored there is an alternative
17724  to the method described in the previous section: One loads the package
17725  
17726 \series bold
17727 xcolor
17728 \series default
17729
17730 \begin_inset Index idx
17731 status collapsed
17732
17733 \begin_layout Plain Layout
17734 LaTeX-packages ! xcolor
17735 \begin_inset ERT
17736 status collapsed
17737
17738 \begin_layout Plain Layout
17739
17740
17741 \backslash
17742 vspace{4mm}
17743 \end_layout
17744
17745 \end_inset
17746
17747
17748 \end_layout
17749
17750 \end_inset
17751
17752  in the document preamble with the command
17753 \end_layout
17754
17755 \begin_layout Standard
17756
17757 \series bold
17758
17759 \backslash
17760 usepackage[table]{xcolor}
17761 \end_layout
17762
17763 \begin_layout Standard
17764
17765 \series bold
17766 xcolor
17767 \series default
17768  automatically loads also the package 
17769 \series bold
17770 colortbl
17771 \series default
17772
17773 \begin_inset Index idx
17774 status collapsed
17775
17776 \begin_layout Plain Layout
17777 LaTeX-packages ! colortbl
17778 \end_layout
17779
17780 \end_inset
17781
17782 , so 
17783 \series bold
17784 colortbl
17785 \series default
17786  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
17787 \end_layout
17788
17789 \begin_layout Standard
17790 \begin_inset ERT
17791 status collapsed
17792
17793 \begin_layout Plain Layout
17794
17795
17796 \backslash
17797 ifcolortbl
17798 \end_layout
17799
17800 \end_inset
17801
17802
17803 \begin_inset Note Note
17804 status open
17805
17806 \begin_layout Plain Layout
17807 The following section part will only be displayed when the LaTeX-package
17808  
17809 \series bold
17810 colortbl
17811 \series default
17812  is installed.
17813 \end_layout
17814
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \begin_layout Standard
17821 The table rows are colored with the command
17822 \end_layout
17823
17824 \begin_layout Standard
17825
17826 \series bold
17827
17828 \backslash
17829 rowcolors[commands]{row number}{odd row color}{even row color}
17830 \end_layout
17831
17832 \begin_layout Standard
17833 that is either inserted in the document preamble or as TeX-Code before the
17834  first table to be colored.
17835  row
17836 \begin_inset space ~
17837 \end_inset
17838
17839 number is the number of the first row which should be colored according
17840  to the odd row color.
17841  commands can be additional commands that are executed before every table
17842  row.
17843  So for example the command
17844 \end_layout
17845
17846 \begin_layout Standard
17847
17848 \series bold
17849
17850 \backslash
17851 rowcolors{1}{white}{lightgray}
17852 \end_layout
17853
17854 \begin_layout Standard
17855 leads to the coloring scheme of Table
17856 \begin_inset space ~
17857 \end_inset
17858
17859
17860 \begin_inset CommandInset ref
17861 LatexCommand ref
17862 reference "tab:Table-rowcolors"
17863
17864 \end_inset
17865
17866 .
17867  The command
17868 \end_layout
17869
17870 \begin_layout Standard
17871
17872 \series bold
17873
17874 \backslash
17875 rowcolors[
17876 \backslash
17877 hline]{1}{lightgray}{cyan}
17878 \end_layout
17879
17880 \begin_layout Standard
17881 leads to the coloring scheme of Table
17882 \begin_inset space ~
17883 \end_inset
17884
17885
17886 \begin_inset CommandInset ref
17887 LatexCommand ref
17888 reference "tab:Table-rowcolors-2"
17889
17890 \end_inset
17891
17892 .
17893  If odd
17894 \begin_inset space ~
17895 \end_inset
17896
17897 row
17898 \begin_inset space ~
17899 \end_inset
17900
17901 color and/or even
17902 \begin_inset space ~
17903 \end_inset
17904
17905 row
17906 \begin_inset space ~
17907 \end_inset
17908
17909 color are left empty, no color will be used so that the command
17910 \end_layout
17911
17912 \begin_layout Standard
17913
17914 \series bold
17915
17916 \backslash
17917 rowcolors{1}{}{}
17918 \end_layout
17919
17920 \begin_layout Standard
17921 deletes all colors.
17922  
17923 \series bold
17924
17925 \backslash
17926 rowcolors
17927 \series default
17928  affects all tables following that command.
17929 \end_layout
17930
17931 \begin_layout Standard
17932 \begin_inset ERT
17933 status open
17934
17935 \begin_layout Plain Layout
17936
17937
17938 \backslash
17939 rowcolors{1}{white}{lightgray}
17940 \end_layout
17941
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \begin_layout Standard
17948 \begin_inset Float table
17949 placement h
17950 wide false
17951 sideways false
17952 status open
17953
17954 \begin_layout Plain Layout
17955 \begin_inset Caption Standard
17956
17957 \begin_layout Plain Layout
17958 \begin_inset CommandInset label
17959 LatexCommand label
17960 name "tab:Table-rowcolors"
17961
17962 \end_inset
17963
17964 Table where every second row is colored light gray.
17965 \end_layout
17966
17967 \end_inset
17968
17969
17970 \end_layout
17971
17972 \begin_layout Plain Layout
17973 \align center
17974 \begin_inset Tabular
17975 <lyxtabular version="3" rows="4" columns="3">
17976 <features rotate="0" tabularvalignment="middle">
17977 <column alignment="center" valignment="top">
17978 <column alignment="center" valignment="top" width="0pt">
17979 <column alignment="center" valignment="top" width="0pt">
17980 <row>
17981 <cell alignment="center" valignment="top" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 X
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 <cell alignment="center" valignment="top" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994 Y
17995 \end_layout
17996
17997 \end_inset
17998 </cell>
17999 <cell alignment="center" valignment="top" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003 Z
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 </row>
18009 <row>
18010 <cell alignment="center" valignment="top" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014 1
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 <cell alignment="center" valignment="top" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023 2
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 <cell alignment="center" valignment="top" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032 3
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 </row>
18038 <row>
18039 <cell alignment="center" valignment="top" usebox="none">
18040 \begin_inset Text
18041
18042 \begin_layout Plain Layout
18043 4
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 <cell alignment="center" valignment="top" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052 5
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 <cell alignment="center" valignment="top" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061 6
18062 \end_layout
18063
18064 \end_inset
18065 </cell>
18066 </row>
18067 <row>
18068 <cell alignment="center" valignment="top" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 7
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 <cell alignment="center" valignment="top" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081 8
18082 \end_layout
18083
18084 \end_inset
18085 </cell>
18086 <cell alignment="center" valignment="top" usebox="none">
18087 \begin_inset Text
18088
18089 \begin_layout Plain Layout
18090 9
18091 \end_layout
18092
18093 \end_inset
18094 </cell>
18095 </row>
18096 </lyxtabular>
18097
18098 \end_inset
18099
18100
18101 \end_layout
18102
18103 \end_inset
18104
18105
18106 \end_layout
18107
18108 \begin_layout Standard
18109 \begin_inset ERT
18110 status open
18111
18112 \begin_layout Plain Layout
18113
18114
18115 \backslash
18116 rowcolors[
18117 \backslash
18118 hline]{1}{lightgray}{cyan}
18119 \end_layout
18120
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \begin_layout Standard
18127 \begin_inset Float table
18128 placement h
18129 wide false
18130 sideways false
18131 status open
18132
18133 \begin_layout Plain Layout
18134 \begin_inset Caption Standard
18135
18136 \begin_layout Plain Layout
18137 \begin_inset CommandInset label
18138 LatexCommand label
18139 name "tab:Table-rowcolors-2"
18140
18141 \end_inset
18142
18143 Table where every second row is colored cyan and at which there is a line
18144  between each row.
18145 \end_layout
18146
18147 \end_inset
18148
18149
18150 \end_layout
18151
18152 \begin_layout Plain Layout
18153 \align center
18154 \begin_inset Tabular
18155 <lyxtabular version="3" rows="4" columns="3">
18156 <features rotate="0" tabularvalignment="middle">
18157 <column alignment="center" valignment="top">
18158 <column alignment="center" valignment="top">
18159 <column alignment="center" valignment="top" width="0pt">
18160 <row>
18161 <cell alignment="center" valignment="top" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 X
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 <cell alignment="center" valignment="top" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174 Y
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 Z
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 </row>
18189 <row>
18190 <cell alignment="center" valignment="top" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194 1
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 <cell alignment="center" valignment="top" usebox="none">
18200 \begin_inset Text
18201
18202 \begin_layout Plain Layout
18203 2
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 <cell alignment="center" valignment="top" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 3
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 </row>
18218 <row>
18219 <cell alignment="center" valignment="top" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223 4
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 <cell alignment="center" valignment="top" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232 5
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 6
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 </row>
18247 <row>
18248 <cell alignment="center" valignment="top" usebox="none">
18249 \begin_inset Text
18250
18251 \begin_layout Plain Layout
18252 7
18253 \end_layout
18254
18255 \end_inset
18256 </cell>
18257 <cell alignment="center" valignment="top" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261 8
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 <cell alignment="center" valignment="top" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270 9
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 </row>
18276 </lyxtabular>
18277
18278 \end_inset
18279
18280
18281 \end_layout
18282
18283 \end_inset
18284
18285
18286 \end_layout
18287
18288 \begin_layout Standard
18289 \begin_inset ERT
18290 status collapsed
18291
18292 \begin_layout Plain Layout
18293
18294
18295 \backslash
18296 rowcolors{1}{}{}
18297 \end_layout
18298
18299 \end_inset
18300
18301
18302 \begin_inset Note Note
18303 status collapsed
18304
18305 \begin_layout Plain Layout
18306 turns off the row coloring
18307 \end_layout
18308
18309 \end_inset
18310
18311
18312 \end_layout
18313
18314 \begin_layout Standard
18315 \begin_inset ERT
18316 status collapsed
18317
18318 \begin_layout Plain Layout
18319
18320
18321 \backslash
18322 else
18323 \end_layout
18324
18325 \end_inset
18326
18327
18328 \begin_inset Note Note
18329 status open
18330
18331 \begin_layout Plain Layout
18332 The following will be displayed when the LaTeX-package 
18333 \series bold
18334 colortbl
18335 \series default
18336  is not installed:
18337 \end_layout
18338
18339 \end_inset
18340
18341
18342 \end_layout
18343
18344 \begin_layout Standard
18345 You need to install the package 
18346 \series bold
18347 colortbl
18348 \series default
18349  to see the content of this section in the output.
18350 \end_layout
18351
18352 \begin_layout Standard
18353 \begin_inset ERT
18354 status collapsed
18355
18356 \begin_layout Plain Layout
18357
18358
18359 \backslash
18360 fi
18361 \end_layout
18362
18363 \end_inset
18364
18365
18366 \end_layout
18367
18368 \begin_layout Subsection
18369 Colored Lines
18370 \begin_inset Index idx
18371 status collapsed
18372
18373 \begin_layout Plain Layout
18374 Table Color ! for Lines
18375 \end_layout
18376
18377 \end_inset
18378
18379
18380 \begin_inset Index idx
18381 status collapsed
18382
18383 \begin_layout Plain Layout
18384 Color ! for Table Lines
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Standard
18393 As described in section
18394 \begin_inset space ~
18395 \end_inset
18396
18397
18398 \begin_inset CommandInset ref
18399 LatexCommand ref
18400 reference "sub:Line-Thickness"
18401
18402 \end_inset
18403
18404 , the line thickness for all lines in a table can be adjusted with the length
18405  
18406 \series bold
18407
18408 \backslash
18409 arrayrulewidth
18410 \series default
18411 .
18412  It is set to 1.5
18413 \begin_inset space \thinspace{}
18414 \end_inset
18415
18416 pt for all tables of this section.
18417 \begin_inset ERT
18418 status collapsed
18419
18420 \begin_layout Plain Layout
18421
18422
18423 \backslash
18424 setlength{
18425 \backslash
18426 arrayrulewidth}{1.5pt}
18427 \end_layout
18428
18429 \end_inset
18430
18431
18432 \end_layout
18433
18434 \begin_layout Standard
18435 To color vertical lines for example with green, create the following column
18436  format in the document preamble, according to the description in section
18437 \begin_inset space ~
18438 \end_inset
18439
18440
18441 \begin_inset CommandInset ref
18442 LatexCommand ref
18443 reference "sub:Customized-Format"
18444
18445 \end_inset
18446
18447 :
18448 \end_layout
18449
18450 \begin_layout Standard
18451
18452 \series bold
18453
18454 \backslash
18455 newcolumntype{W}{!{
18456 \backslash
18457 color{green}
18458 \backslash
18459 vline}}
18460 \end_layout
18461
18462 \begin_layout Standard
18463 For Table
18464 \begin_inset space ~
18465 \end_inset
18466
18467
18468 \begin_inset CommandInset ref
18469 LatexCommand ref
18470 reference "tab:Table-with-vertical-colored"
18471
18472 \end_inset
18473
18474  the LaTeX-argument
18475 \series bold
18476  WcW
18477 \series default
18478  was used for the last column and
18479 \series bold
18480  Wc
18481 \series default
18482  for the other columns.
18483 \end_layout
18484
18485 \begin_layout Standard
18486 If you want to have several colors, define more column formats.
18487 \end_layout
18488
18489 \begin_layout Standard
18490 \begin_inset Float table
18491 placement h
18492 wide false
18493 sideways false
18494 status open
18495
18496 \begin_layout Plain Layout
18497 \begin_inset Caption Standard
18498
18499 \begin_layout Plain Layout
18500 \begin_inset CommandInset label
18501 LatexCommand label
18502 name "tab:Table-with-vertical-colored"
18503
18504 \end_inset
18505
18506 Table with colored vertical lines
18507 \end_layout
18508
18509 \end_inset
18510
18511
18512 \end_layout
18513
18514 \begin_layout Plain Layout
18515 \align center
18516 \begin_inset Tabular
18517 <lyxtabular version="3" rows="3" columns="3">
18518 <features rotate="0" tabularvalignment="middle">
18519 <column alignment="center" valignment="top" special="Wc">
18520 <column alignment="center" valignment="top" special="Wc">
18521 <column alignment="center" valignment="top" special="WcW">
18522 <row>
18523 <cell alignment="center" valignment="top" topline="true" usebox="none">
18524 \begin_inset Text
18525
18526 \begin_layout Plain Layout
18527 sd
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 <cell alignment="center" valignment="top" topline="true" usebox="none">
18533 \begin_inset Text
18534
18535 \begin_layout Plain Layout
18536
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 <cell alignment="center" valignment="top" topline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545
18546 \end_layout
18547
18548 \end_inset
18549 </cell>
18550 </row>
18551 <row>
18552 <cell alignment="center" valignment="top" topline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" topline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565 sd
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 </row>
18580 <row>
18581 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585
18586 \end_layout
18587
18588 \end_inset
18589 </cell>
18590 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594
18595 \end_layout
18596
18597 \end_inset
18598 </cell>
18599 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout Plain Layout
18603 sd
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 </row>
18609 </lyxtabular>
18610
18611 \end_inset
18612
18613
18614 \end_layout
18615
18616 \end_inset
18617
18618
18619 \end_layout
18620
18621 \begin_layout Standard
18622 \begin_inset VSpace bigskip
18623 \end_inset
18624
18625 To color horizontal lines for example with red, as in Table
18626 \begin_inset space ~
18627 \end_inset
18628
18629
18630 \begin_inset CommandInset ref
18631 LatexCommand ref
18632 reference "tab:Table-with-horizontal-colored"
18633
18634 \end_inset
18635
18636 , insert these commands in TeX-Code before the table or table float:
18637 \end_layout
18638
18639 \begin_layout Standard
18640
18641 \series bold
18642
18643 \backslash
18644 let
18645 \backslash
18646 myHlineC
18647 \backslash
18648 hline
18649 \begin_inset Newline newline
18650 \end_inset
18651
18652
18653 \backslash
18654 renewcommand{
18655 \backslash
18656 hline}
18657 \begin_inset Newline newline
18658 \end_inset
18659
18660
18661 \begin_inset Phantom HPhantom
18662 status open
18663
18664 \begin_layout Plain Layout
18665
18666 \series bold
18667 \begin_inset space ~
18668 \end_inset
18669
18670
18671 \end_layout
18672
18673 \end_inset
18674
18675 {
18676 \backslash
18677 arrayrulecolor{red}
18678 \backslash
18679 myHlineC
18680 \backslash
18681 arrayrulecolor{black}}
18682 \end_layout
18683
18684 \begin_layout Standard
18685 \begin_inset ERT
18686 status collapsed
18687
18688 \begin_layout Plain Layout
18689
18690
18691 \backslash
18692 let
18693 \backslash
18694 myHlineC
18695 \backslash
18696 hline
18697 \end_layout
18698
18699 \begin_layout Plain Layout
18700
18701
18702 \backslash
18703 renewcommand{
18704 \backslash
18705 hline}
18706 \end_layout
18707
18708 \begin_layout Plain Layout
18709
18710  {
18711 \backslash
18712 arrayrulecolor{red}
18713 \backslash
18714 myHlineC
18715 \backslash
18716 arrayrulecolor{black}}
18717 \end_layout
18718
18719 \end_inset
18720
18721
18722 \begin_inset Float table
18723 placement h
18724 wide false
18725 sideways false
18726 status open
18727
18728 \begin_layout Plain Layout
18729 \begin_inset Caption Standard
18730
18731 \begin_layout Plain Layout
18732 \begin_inset CommandInset label
18733 LatexCommand label
18734 name "tab:Table-with-horizontal-colored"
18735
18736 \end_inset
18737
18738 Table with colored horizontal lines
18739 \end_layout
18740
18741 \end_inset
18742
18743
18744 \end_layout
18745
18746 \begin_layout Plain Layout
18747 \align center
18748 \begin_inset Tabular
18749 <lyxtabular version="3" rows="3" columns="3">
18750 <features rotate="0" tabularvalignment="middle">
18751 <column alignment="center" valignment="top">
18752 <column alignment="center" valignment="top">
18753 <column alignment="center" valignment="top">
18754 <row>
18755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18756 \begin_inset Text
18757
18758 \begin_layout Plain Layout
18759 sd
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777
18778 \end_layout
18779
18780 \end_inset
18781 </cell>
18782 </row>
18783 <row>
18784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18794 \begin_inset Text
18795
18796 \begin_layout Plain Layout
18797 sd
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 </row>
18812 <row>
18813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18814 \begin_inset Text
18815
18816 \begin_layout Plain Layout
18817
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826
18827 \end_layout
18828
18829 \end_inset
18830 </cell>
18831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18832 \begin_inset Text
18833
18834 \begin_layout Plain Layout
18835 sd
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 </row>
18841 </lyxtabular>
18842
18843 \end_inset
18844
18845
18846 \end_layout
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \begin_layout Standard
18854 To return to the default line color black, insert this command in TeX-Code
18855  after the table or table float:
18856 \end_layout
18857
18858 \begin_layout Standard
18859
18860 \series bold
18861
18862 \backslash
18863 renewcommand{
18864 \backslash
18865 hline}{
18866 \backslash
18867 myHlineC}
18868 \end_layout
18869
18870 \begin_layout Standard
18871 Table
18872 \begin_inset space ~
18873 \end_inset
18874
18875
18876 \begin_inset CommandInset ref
18877 LatexCommand ref
18878 reference "tab:Table-with-colored"
18879
18880 \end_inset
18881
18882  is an example with colored vertical and horizontal lines.
18883 \end_layout
18884
18885 \begin_layout Standard
18886 \begin_inset Float table
18887 placement h
18888 wide false
18889 sideways false
18890 status open
18891
18892 \begin_layout Plain Layout
18893 \begin_inset Caption Standard
18894
18895 \begin_layout Plain Layout
18896 \begin_inset CommandInset label
18897 LatexCommand label
18898 name "tab:Table-with-colored"
18899
18900 \end_inset
18901
18902 Table with colored lines
18903 \end_layout
18904
18905 \end_inset
18906
18907
18908 \end_layout
18909
18910 \begin_layout Plain Layout
18911 \align center
18912 \begin_inset Tabular
18913 <lyxtabular version="3" rows="3" columns="3">
18914 <features rotate="0" tabularvalignment="middle">
18915 <column alignment="center" valignment="top" special="Wc">
18916 <column alignment="center" valignment="top" special="Wc">
18917 <column alignment="center" valignment="top" special="WcW">
18918 <row>
18919 <cell alignment="center" valignment="top" topline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923 sd
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 <cell alignment="center" valignment="top" topline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 <cell alignment="center" valignment="top" topline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 </row>
18947 <row>
18948 <cell alignment="center" valignment="top" topline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 <cell alignment="center" valignment="top" topline="true" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961 sd
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 <cell alignment="center" valignment="top" topline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 </row>
18976 <row topspace="default">
18977 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999 sd
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 </row>
19005 </lyxtabular>
19006
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \end_inset
19013
19014
19015 \end_layout
19016
19017 \begin_layout Standard
19018 \begin_inset ERT
19019 status collapsed
19020
19021 \begin_layout Plain Layout
19022
19023
19024 \backslash
19025 renewcommand{
19026 \backslash
19027 hline}{
19028 \backslash
19029 myHlineC}
19030 \end_layout
19031
19032 \end_inset
19033
19034
19035 \end_layout
19036
19037 \begin_layout Standard
19038 \begin_inset ERT
19039 status collapsed
19040
19041 \begin_layout Plain Layout
19042
19043
19044 \backslash
19045 setlength{
19046 \backslash
19047 arrayrulewidth}{0.4pt}
19048 \end_layout
19049
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \begin_layout Section
19056 Rotated Table Cells
19057 \begin_inset CommandInset label
19058 LatexCommand label
19059 name "sec:Rotated-Table-Cells"
19060
19061 \end_inset
19062
19063
19064 \begin_inset Index idx
19065 status collapsed
19066
19067 \begin_layout Plain Layout
19068 Table ! Rotated Cells
19069 \end_layout
19070
19071 \end_inset
19072
19073
19074 \begin_inset Index idx
19075 status collapsed
19076
19077 \begin_layout Plain Layout
19078 Rotated Material
19079 \end_layout
19080
19081 \end_inset
19082
19083
19084 \end_layout
19085
19086 \begin_layout Standard
19087 \begin_inset Note Greyedout
19088 status open
19089
19090 \begin_layout Plain Layout
19091
19092 \series bold
19093 Note:
19094 \series default
19095  Not all DVI-viewers are able to display rotations.
19096 \end_layout
19097
19098 \end_inset
19099
19100
19101 \end_layout
19102
19103 \begin_layout Standard
19104 Table
19105 \begin_inset space ~
19106 \end_inset
19107
19108
19109 \begin_inset CommandInset ref
19110 LatexCommand ref
19111 reference "tab:Table-with-rotated-multi"
19112
19113 \end_inset
19114
19115  is an example where 3
19116 \begin_inset space ~
19117 \end_inset
19118
19119 cells were rotated by 45
19120 \begin_inset space \thinspace{}
19121 \end_inset
19122
19123 °.
19124 \end_layout
19125
19126 \begin_layout Standard
19127 \begin_inset Float table
19128 placement h
19129 wide false
19130 sideways false
19131 status open
19132
19133 \begin_layout Plain Layout
19134 \begin_inset Caption Standard
19135
19136 \begin_layout Plain Layout
19137 \begin_inset CommandInset label
19138 LatexCommand label
19139 name "tab:Table-with-rotated"
19140
19141 \end_inset
19142
19143 Table with rotated cells in the first row.
19144 \end_layout
19145
19146 \end_inset
19147
19148
19149 \end_layout
19150
19151 \begin_layout Plain Layout
19152 \noindent
19153 \align center
19154 \begin_inset Tabular
19155 <lyxtabular version="3" rows="2" columns="3">
19156 <features rotate="0" tabularvalignment="middle">
19157 <column alignment="center" valignment="top" width="0pt">
19158 <column alignment="center" valignment="top" width="0pt">
19159 <column alignment="center" valignment="top" width="0pt">
19160 <row>
19161 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165 cups
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174 plates
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183 saucers
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 </row>
19189 <row>
19190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194 45
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203 33
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19209 \begin_inset Text
19210
19211 \begin_layout Plain Layout
19212 21
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 </row>
19218 </lyxtabular>
19219
19220 \end_inset
19221
19222
19223 \end_layout
19224
19225 \end_inset
19226
19227
19228 \end_layout
19229
19230 \begin_layout Standard
19231 \begin_inset Note Greyedout
19232 status open
19233
19234 \begin_layout Plain Layout
19235
19236 \series bold
19237 Note:
19238 \series default
19239  Line breaks (shortcut 
19240 \begin_inset Info
19241 type  "shortcut"
19242 arg   "newline-insert newline"
19243 \end_inset
19244
19245 ) are not allowed in rotated cells.
19246 \end_layout
19247
19248 \end_inset
19249
19250
19251 \end_layout
19252
19253 \begin_layout Standard
19254 If you want to rotate table cells containing line breaks, you have to put
19255  the cell content into a minipage or a parbox.
19256 \begin_inset Foot
19257 status collapsed
19258
19259 \begin_layout Plain Layout
19260 For more about these boxes see sec.
19261 \begin_inset space \thinspace{}
19262 \end_inset
19263
19264
19265 \begin_inset CommandInset ref
19266 LatexCommand ref
19267 reference "sec:Minipages"
19268
19269 \end_inset
19270
19271  and 
19272 \begin_inset CommandInset ref
19273 LatexCommand ref
19274 reference "sec:Parboxes"
19275
19276 \end_inset
19277
19278 .
19279 \end_layout
19280
19281 \end_inset
19282
19283  If you rotate this cell by 90
19284 \begin_inset space \thinspace{}
19285 \end_inset
19286
19287 ° the width of the box is the height of the cell.
19288  Table
19289 \begin_inset space ~
19290 \end_inset
19291
19292
19293 \begin_inset CommandInset ref
19294 LatexCommand ref
19295 reference "tab:Table-with-rotated-multi"
19296
19297 \end_inset
19298
19299  is an example for a rotated multiline cell where the box width was set
19300  to 3
19301 \begin_inset space \thinspace{}
19302 \end_inset
19303
19304 cm.
19305 \end_layout
19306
19307 \begin_layout Standard
19308 \begin_inset Float table
19309 wide false
19310 sideways false
19311 status open
19312
19313 \begin_layout Plain Layout
19314 \begin_inset Caption Standard
19315
19316 \begin_layout Plain Layout
19317 \begin_inset CommandInset label
19318 LatexCommand label
19319 name "tab:Table-with-rotated-multi"
19320
19321 \end_inset
19322
19323 Table with rotated multiline cell.
19324 \end_layout
19325
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \begin_layout Plain Layout
19332 \noindent
19333 \align center
19334 \begin_inset Tabular
19335 <lyxtabular version="3" rows="2" columns="3">
19336 <features rotate="0" tabularvalignment="middle">
19337 <column alignment="center" valignment="top">
19338 <column alignment="center" valignment="top" width="0pt">
19339 <column alignment="center" valignment="top">
19340 <row>
19341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19342 \begin_inset Text
19343
19344 \begin_layout Plain Layout
19345 a
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354 \begin_inset Box Frameless
19355 position "t"
19356 hor_pos "c"
19357 has_inner_box 1
19358 inner_pos "t"
19359 use_parbox 0
19360 use_makebox 0
19361 width "3cm"
19362 special "none"
19363 height "1in"
19364 height_special "totalheight"
19365 status open
19366
19367 \begin_layout Plain Layout
19368 rotated cell
19369 \begin_inset Newline newline
19370 \end_inset
19371
19372 with line break
19373 \end_layout
19374
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \end_inset
19381 </cell>
19382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19383 \begin_inset Text
19384
19385 \begin_layout Plain Layout
19386 e
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 </row>
19392 <row>
19393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397 b
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406 c
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415 d
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 </row>
19421 </lyxtabular>
19422
19423 \end_inset
19424
19425
19426 \end_layout
19427
19428 \end_inset
19429
19430
19431 \end_layout
19432
19433 \begin_layout Section
19434 Table Width Calculation
19435 \begin_inset CommandInset label
19436 LatexCommand label
19437 name "sec:Table-Width-Calculation"
19438
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \begin_layout Standard
19445 For wide tables it is sometimes difficult to assure that the table does
19446  not protrude over the page margin.
19447  Setting a fixed width for every column of the table is the solution, but
19448  what amount of space is needed for each column?
19449 \end_layout
19450
19451 \begin_layout Standard
19452 The table width 
19453 \begin_inset Formula $W_{\mathrm{table}}$
19454 \end_inset
19455
19456  can be calculated: Every column has the width of the specified column width
19457  
19458 \begin_inset Formula $W_{\mathrm{column}}$
19459 \end_inset
19460
19461  (that the content of the column can consume) plus two times the separation
19462  between the column content and the column border (LaTeX length
19463 \series bold
19464  
19465 \backslash
19466 tabcolsep
19467 \series default
19468 , default 6
19469 \begin_inset space \thinspace{}
19470 \end_inset
19471
19472 pt) plus the width of a border line (LaTeX length 
19473 \series bold
19474
19475 \backslash
19476 arrayrulewidth
19477 \series default
19478 , default 0.4
19479 \begin_inset space \thinspace{}
19480 \end_inset
19481
19482 pt): So if all 
19483 \begin_inset Formula $n$
19484 \end_inset
19485
19486
19487 \begin_inset space ~
19488 \end_inset
19489
19490 columns have the same width, the table width is
19491 \begin_inset Formula 
19492 \begin{equation}
19493 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19494 \end{equation}
19495
19496 \end_inset
19497
19498
19499 \end_layout
19500
19501 \begin_layout Standard
19502 The available width for a table is the space between the page margins or
19503  the width of a text column (for a two-column document) (LaTeX length 
19504 \series bold
19505
19506 \backslash
19507 columnwidth
19508 \series default
19509 ).
19510  If all table columns should have the same width and 
19511 \begin_inset Formula $W_{\mathrm{table}}$
19512 \end_inset
19513
19514  should be 1
19515 \begin_inset space \thinspace{}
19516 \end_inset
19517
19518
19519 \backslash
19520 columnwidth, 
19521 \begin_inset Formula $W_{\mathrm{column}}$
19522 \end_inset
19523
19524  can easily be calculated.
19525 \end_layout
19526
19527 \begin_layout Standard
19528 To be able to perform calculations you need to load the LaTeX-package 
19529 \series bold
19530 calc
19531 \series default
19532
19533 \begin_inset Index idx
19534 status collapsed
19535
19536 \begin_layout Plain Layout
19537 LaTeX-packages ! calc
19538 \end_layout
19539
19540 \end_inset
19541
19542  in the document preamble.
19543  To set the width in the table dialog you have to use the field 
19544 \family sans
19545 LaTeX argument
19546 \family default
19547 .
19548  The command scheme for this field is the same that is explained in section
19549 \begin_inset space ~
19550 \end_inset
19551
19552
19553 \begin_inset CommandInset ref
19554 LatexCommand ref
19555 reference "sub:Multicolumn-Calculations"
19556
19557 \end_inset
19558
19559 .
19560  For a table with 5
19561 \begin_inset space \thinspace{}
19562 \end_inset
19563
19564 columns with an uniform width and centered text, enter there for each column
19565  the command
19566 \end_layout
19567
19568 \begin_layout Standard
19569
19570 \series bold
19571 >{
19572 \backslash
19573 centering}p{(1
19574 \backslash
19575 columnwidth-62.4pt)/5}
19576 \end_layout
19577
19578 \begin_layout Standard
19579 For a table with 5
19580 \begin_inset space \thinspace{}
19581 \end_inset
19582
19583 columns where 2 should have 0.75
19584 \begin_inset space ~
19585 \end_inset
19586
19587 times the width than the 3 others, the calculation is
19588 \begin_inset Formula 
19589 \begin{align}
19590 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19591  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19592  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19593 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19594 \end{align}
19595
19596 \end_inset
19597
19598
19599 \end_layout
19600
19601 \begin_layout Standard
19602 In the table therefore the command
19603 \end_layout
19604
19605 \begin_layout Standard
19606
19607 \series bold
19608 >{
19609 \backslash
19610 centering}p{(1
19611 \backslash
19612 columnwidth-62.4pt)/
19613 \backslash
19614 real{4.5}}
19615 \end_layout
19616
19617 \begin_layout Standard
19618 is used for the wider columns and
19619 \end_layout
19620
19621 \begin_layout Standard
19622
19623 \series bold
19624 >{
19625 \backslash
19626 centering}p{(1
19627 \backslash
19628 columnwidth-62.4pt)/
19629 \backslash
19630 real{4.5}*
19631 \backslash
19632 real{0.75}}
19633 \end_layout
19634
19635 \begin_layout Standard
19636 for the smaller ones:
19637 \end_layout
19638
19639 \begin_layout Standard
19640 \begin_inset Tabular
19641 <lyxtabular version="3" rows="2" columns="5">
19642 <features rotate="0" tabularvalignment="middle">
19643 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19644 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19645 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19646 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19647 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19648 <row>
19649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653 1
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662 2
19663 \end_layout
19664
19665 \end_inset
19666 </cell>
19667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19668 \begin_inset Text
19669
19670 \begin_layout Plain Layout
19671 3
19672 \end_layout
19673
19674 \end_inset
19675 </cell>
19676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680 4
19681 \end_layout
19682
19683 \end_inset
19684 </cell>
19685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689 5
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 </row>
19695 <row>
19696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700 111111 1111111 111111 111111111 11111 11111 1111
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19706 \begin_inset Text
19707
19708 \begin_layout Plain Layout
19709
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19715 \begin_inset Text
19716
19717 \begin_layout Plain Layout
19718 2222 22222 222222 222222222 2222222 22 22222
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19724 \begin_inset Text
19725
19726 \begin_layout Plain Layout
19727
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Plain Layout
19736 333333 333333 333333 33333 3333333 333
19737 \end_layout
19738
19739 \end_inset
19740 </cell>
19741 </row>
19742 </lyxtabular>
19743
19744 \end_inset
19745
19746
19747 \end_layout
19748
19749 \begin_layout Section
19750 Table Customization
19751 \begin_inset Index idx
19752 status collapsed
19753
19754 \begin_layout Plain Layout
19755 Table Customization
19756 \end_layout
19757
19758 \end_inset
19759
19760
19761 \begin_inset Index idx
19762 status collapsed
19763
19764 \begin_layout Plain Layout
19765 Table ! Customization
19766 \end_layout
19767
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \begin_layout Subsection
19774 Row Spacing
19775 \begin_inset CommandInset label
19776 LatexCommand label
19777 name "sub:Row-Spacing"
19778
19779 \end_inset
19780
19781
19782 \begin_inset Index idx
19783 status collapsed
19784
19785 \begin_layout Plain Layout
19786 Table Customization ! Row Spacing
19787 \end_layout
19788
19789 \end_inset
19790
19791
19792 \end_layout
19793
19794 \begin_layout Standard
19795 You can add vertical space to table rows in the 
19796 \family sans
19797 Borders
19798 \family default
19799  tab of the table dialog.
19800  You find there three possibilities:
19801 \end_layout
19802
19803 \begin_layout Description
19804 Top
19805 \begin_inset space ~
19806 \end_inset
19807
19808 of
19809 \begin_inset space ~
19810 \end_inset
19811
19812 row will add space above the characters of the table row.
19813  If the table is a formal table
19814 \begin_inset Foot
19815 status collapsed
19816
19817 \begin_layout Plain Layout
19818 Formal tables are explained in section
19819 \begin_inset space ~
19820 \end_inset
19821
19822
19823 \begin_inset CommandInset ref
19824 LatexCommand ref
19825 reference "sec:Formal-Tables"
19826
19827 \end_inset
19828
19829 .
19830 \end_layout
19831
19832 \end_inset
19833
19834  LyX will insert as default 0.5
19835 \begin_inset space \thinspace{}
19836 \end_inset
19837
19838 em space.
19839  For normal tables the inserted space will unfortunately destroy the vertical
19840  table lines as in the following table:
19841 \begin_inset VSpace medskip
19842 \end_inset
19843
19844
19845 \begin_inset Newline newline
19846 \end_inset
19847
19848
19849 \begin_inset space \hspace*{}
19850 \length 0pt
19851 \end_inset
19852
19853
19854 \begin_inset space \hfill{}
19855 \end_inset
19856
19857
19858 \begin_inset Tabular
19859 <lyxtabular version="3" rows="3" columns="1">
19860 <features rotate="0" tabularvalignment="middle">
19861 <column alignment="center" valignment="top">
19862 <row>
19863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867 A
19868 \end_layout
19869
19870 \end_inset
19871 </cell>
19872 </row>
19873 <row topspace="3mm">
19874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19875 \begin_inset Text
19876
19877 \begin_layout Plain Layout
19878 3
19879 \begin_inset space \thinspace{}
19880 \end_inset
19881
19882 mm space top of row
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 </row>
19888 <row>
19889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout Plain Layout
19893 C
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 </row>
19899 </lyxtabular>
19900
19901 \end_inset
19902
19903
19904 \begin_inset space \hfill{}
19905 \end_inset
19906
19907
19908 \begin_inset space \hspace*{}
19909 \length 0pt
19910 \end_inset
19911
19912
19913 \begin_inset VSpace medskip
19914 \end_inset
19915
19916
19917 \begin_inset Newline newline
19918 \end_inset
19919
19920 So inserting space in the top of row for normal tables is only useful when
19921  you don't have vertical lines.
19922 \end_layout
19923
19924 \begin_layout Description
19925 Bottom
19926 \begin_inset space ~
19927 \end_inset
19928
19929 of
19930 \begin_inset space ~
19931 \end_inset
19932
19933 row will add space below the characters of the table row.
19934  If the table is a formal table LyX will insert as default 0.5
19935 \begin_inset space \thinspace{}
19936 \end_inset
19937
19938 em space, for normal tables the default size is 2
19939 \begin_inset space \thinspace{}
19940 \end_inset
19941
19942 pt.
19943 \end_layout
19944
19945 \begin_layout Description
19946 Between
19947 \begin_inset space ~
19948 \end_inset
19949
19950 rows adds space between the current and the following row.
19951  If the table is a formal table LyX will insert as default 0.5
19952 \begin_inset space \thinspace{}
19953 \end_inset
19954
19955 em space.
19956  For normal tables the inserted space will unfortunately destroy the vertical
19957  table lines as in the following table:
19958 \begin_inset VSpace medskip
19959 \end_inset
19960
19961
19962 \begin_inset Newline newline
19963 \end_inset
19964
19965
19966 \begin_inset space \hspace*{}
19967 \length 0pt
19968 \end_inset
19969
19970
19971 \begin_inset space \hfill{}
19972 \end_inset
19973
19974
19975 \begin_inset Tabular
19976 <lyxtabular version="3" rows="3" columns="1">
19977 <features rotate="0" tabularvalignment="middle">
19978 <column alignment="center" valignment="top">
19979 <row>
19980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984 A
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 </row>
19990 <row interlinespace="3mm">
19991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995 \begin_inset Formula $\downarrow$
19996 \end_inset
19997
19998  3
19999 \begin_inset space \thinspace{}
20000 \end_inset
20001
20002 mm space between row 
20003 \begin_inset Formula $\downarrow$
20004 \end_inset
20005
20006
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 </row>
20012 <row>
20013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017 \begin_inset Formula $\uparrow$
20018 \end_inset
20019
20020  3
20021 \begin_inset space \thinspace{}
20022 \end_inset
20023
20024 mm space between row 
20025 \begin_inset Formula $\uparrow$
20026 \end_inset
20027
20028
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 </row>
20034 </lyxtabular>
20035
20036 \end_inset
20037
20038
20039 \begin_inset space \hfill{}
20040 \end_inset
20041
20042
20043 \begin_inset space \hspace*{}
20044 \length 0pt
20045 \end_inset
20046
20047
20048 \begin_inset VSpace medskip
20049 \end_inset
20050
20051
20052 \begin_inset Newline newline
20053 \end_inset
20054
20055 So inserting space between rows for normal tables is only useful when you
20056  don't have vertical lines.
20057 \end_layout
20058
20059 \begin_layout Standard
20060 \begin_inset VSpace bigskip
20061 \end_inset
20062
20063 When you want to add extra height to all cells of all tables, you can do
20064  this with the following preamble lines:
20065 \end_layout
20066
20067 \begin_layout Standard
20068
20069 \series bold
20070
20071 \backslash
20072 @ifundefined{extrarowheight}
20073 \begin_inset Newline newline
20074 \end_inset
20075
20076
20077 \begin_inset Phantom HPhantom
20078 status open
20079
20080 \begin_layout Plain Layout
20081
20082 \series bold
20083 \begin_inset space ~
20084 \end_inset
20085
20086
20087 \end_layout
20088
20089 \end_inset
20090
20091 {
20092 \backslash
20093 usepackage{array}}{}
20094 \begin_inset Newline newline
20095 \end_inset
20096
20097
20098 \backslash
20099 setlength{
20100 \backslash
20101 extrarowheight}{height}
20102 \end_layout
20103
20104 \begin_layout Standard
20105 But this has the disadvantage that the cell texts are no longer exactly
20106  vertically centered.
20107  (The package 
20108 \series bold
20109 array
20110 \series default
20111  will be loaded automatically by LyX when you use self defined table formats.
20112  To avoid that it being loaded twice the command 
20113 \series bold
20114
20115 \backslash
20116 @ifundefined
20117 \series default
20118  is used in the above command.)
20119 \end_layout
20120
20121 \begin_layout Standard
20122 If you are using font sizes larger than the normal size, the table borders
20123  are often too close to the letters.
20124  This can be corrected by inserting the command 
20125 \series bold
20126
20127 \backslash
20128 strut
20129 \series default
20130  in TeX-Code at the beginning of a table row.
20131  Table
20132 \begin_inset space ~
20133 \end_inset
20134
20135
20136 \begin_inset CommandInset ref
20137 LatexCommand ref
20138 reference "tab:Vertical-alignment-of"
20139
20140 \end_inset
20141
20142  illustrates the effect.
20143 \end_layout
20144
20145 \begin_layout Standard
20146 \noindent
20147 \begin_inset Float table
20148 placement h
20149 wide false
20150 sideways false
20151 status open
20152
20153 \begin_layout Plain Layout
20154 \begin_inset Caption Standard
20155
20156 \begin_layout Plain Layout
20157 \begin_inset CommandInset label
20158 LatexCommand label
20159 name "tab:Vertical-alignment-of"
20160
20161 \end_inset
20162
20163 Vertical alignment of text with large font sizes.
20164 \end_layout
20165
20166 \end_inset
20167
20168
20169 \end_layout
20170
20171 \begin_layout Plain Layout
20172 \begin_inset space \hfill{}
20173 \end_inset
20174
20175
20176 \begin_inset Float table
20177 wide false
20178 sideways false
20179 status collapsed
20180
20181 \begin_layout Plain Layout
20182 \begin_inset Caption Standard
20183
20184 \begin_layout Plain Layout
20185 Normal table.
20186 \end_layout
20187
20188 \end_inset
20189
20190
20191 \end_layout
20192
20193 \begin_layout Plain Layout
20194 \noindent
20195 \align center
20196 \begin_inset Tabular
20197 <lyxtabular version="3" rows="6" columns="1">
20198 <features rotate="0" tabularvalignment="middle">
20199 <column alignment="left" valignment="top">
20200 <row>
20201 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205 Normal, g
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 </row>
20211 <row>
20212 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216
20217 \size large
20218 Large
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 </row>
20224 <row>
20225 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20226 \begin_inset Text
20227
20228 \begin_layout Plain Layout
20229
20230 \size larger
20231 Larger
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 </row>
20237 <row>
20238 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20239 \begin_inset Text
20240
20241 \begin_layout Plain Layout
20242
20243 \size largest
20244 Largest
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 </row>
20250 <row>
20251 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255
20256 \size huge
20257 Huge
20258 \end_layout
20259
20260 \end_inset
20261 </cell>
20262 </row>
20263 <row>
20264 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20265 \begin_inset Text
20266
20267 \begin_layout Plain Layout
20268
20269 \size huge
20270 Huger
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 </row>
20276 </lyxtabular>
20277
20278 \end_inset
20279
20280
20281 \end_layout
20282
20283 \end_inset
20284
20285
20286 \begin_inset space \hfill{}
20287 \end_inset
20288
20289
20290 \begin_inset Float table
20291 wide false
20292 sideways false
20293 status collapsed
20294
20295 \begin_layout Plain Layout
20296 \begin_inset Caption Standard
20297
20298 \begin_layout Plain Layout
20299 Table using the command 
20300 \series bold
20301
20302 \backslash
20303 strut
20304 \series default
20305 .
20306 \end_layout
20307
20308 \end_inset
20309
20310
20311 \end_layout
20312
20313 \begin_layout Plain Layout
20314 \noindent
20315 \align center
20316 \begin_inset Tabular
20317 <lyxtabular version="3" rows="6" columns="1">
20318 <features rotate="0" tabularvalignment="middle">
20319 <column alignment="left" valignment="top">
20320 <row>
20321 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20322 \begin_inset Text
20323
20324 \begin_layout Plain Layout
20325 Normal, g
20326 \end_layout
20327
20328 \end_inset
20329 </cell>
20330 </row>
20331 <row>
20332 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20333 \begin_inset Text
20334
20335 \begin_layout Plain Layout
20336
20337 \size large
20338 \begin_inset ERT
20339 status collapsed
20340
20341 \begin_layout Plain Layout
20342
20343
20344 \backslash
20345 strut 
20346 \end_layout
20347
20348 \end_inset
20349
20350 Large
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 </row>
20356 <row>
20357 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Plain Layout
20361
20362 \size larger
20363 \begin_inset ERT
20364 status collapsed
20365
20366 \begin_layout Plain Layout
20367
20368
20369 \backslash
20370 strut 
20371 \end_layout
20372
20373 \end_inset
20374
20375 Larger
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 </row>
20381 <row>
20382 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386
20387 \size largest
20388 \begin_inset ERT
20389 status collapsed
20390
20391 \begin_layout Plain Layout
20392
20393
20394 \backslash
20395 strut 
20396 \end_layout
20397
20398 \end_inset
20399
20400 Largest
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 </row>
20406 <row>
20407 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411
20412 \size huge
20413 \begin_inset ERT
20414 status collapsed
20415
20416 \begin_layout Plain Layout
20417
20418
20419 \backslash
20420 strut 
20421 \end_layout
20422
20423 \end_inset
20424
20425 Huge
20426 \end_layout
20427
20428 \end_inset
20429 </cell>
20430 </row>
20431 <row>
20432 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436
20437 \size giant
20438 \begin_inset ERT
20439 status collapsed
20440
20441 \begin_layout Plain Layout
20442
20443
20444 \backslash
20445 strut 
20446 \end_layout
20447
20448 \end_inset
20449
20450
20451 \size huge
20452 Huger
20453 \end_layout
20454
20455 \end_inset
20456 </cell>
20457 </row>
20458 </lyxtabular>
20459
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \end_inset
20466
20467
20468 \begin_inset space \hfill{}
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \begin_layout Subsection
20480 Special Cell Alignment
20481 \begin_inset CommandInset label
20482 LatexCommand label
20483 name "sub:Special-Cell-Alignment"
20484
20485 \end_inset
20486
20487
20488 \begin_inset Index idx
20489 status collapsed
20490
20491 \begin_layout Plain Layout
20492 Table Customization ! Special Cell Alignment
20493 \end_layout
20494
20495 \end_inset
20496
20497
20498 \end_layout
20499
20500 \begin_layout Standard
20501 Sometimes it looks better when the cell entries of a column are aligned
20502  with a special character, e.
20503 \begin_inset space \thinspace{}
20504 \end_inset
20505
20506 g.
20507 \begin_inset space \space{}
20508 \end_inset
20509
20510 with the decimal separator as in Table
20511 \begin_inset space ~
20512 \end_inset
20513
20514
20515 \begin_inset CommandInset ref
20516 LatexCommand ref
20517 reference "tab:Table-cells-align"
20518
20519 \end_inset
20520
20521 .
20522  This alignment is achieved by setting the cursor into the column and then
20523  either pressing the toolbar button 
20524 \begin_inset Info
20525 type  "icon"
20526 arg   "inset-modify tabular align-decimal"
20527 \end_inset
20528
20529  or setting the alignment in the table settings to 
20530 \family sans
20531 At
20532 \begin_inset space ~
20533 \end_inset
20534
20535 Decimal
20536 \begin_inset space ~
20537 \end_inset
20538
20539 Separator
20540 \family default
20541 .
20542  The alignment character can be a character of your choice and is specified
20543  in the table settings.
20544 \end_layout
20545
20546 \begin_layout Standard
20547 \begin_inset Float table
20548 placement h
20549 wide false
20550 sideways false
20551 status open
20552
20553 \begin_layout Plain Layout
20554 \begin_inset Caption Standard
20555
20556 \begin_layout Plain Layout
20557 \begin_inset CommandInset label
20558 LatexCommand label
20559 name "tab:Table-cells-align"
20560
20561 \end_inset
20562
20563 Table cells of a column aligned with the decimal separator.
20564 \end_layout
20565
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \begin_layout Plain Layout
20572 \align center
20573 \begin_inset Tabular
20574 <lyxtabular version="3" rows="4" columns="1">
20575 <features rotate="0" booktabs="true" tabularvalignment="middle">
20576 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20577 <row>
20578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 heading
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 </row>
20588 <row>
20589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593 12.6
20594 \end_layout
20595
20596 \end_inset
20597 </cell>
20598 </row>
20599 <row>
20600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604 0.68
20605 \end_layout
20606
20607 \end_inset
20608 </cell>
20609 </row>
20610 <row>
20611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20612 \begin_inset Text
20613
20614 \begin_layout Plain Layout
20615 -123.0
20616 \end_layout
20617
20618 \end_inset
20619 </cell>
20620 </row>
20621 </lyxtabular>
20622
20623 \end_inset
20624
20625
20626 \end_layout
20627
20628 \end_inset
20629
20630
20631 \end_layout
20632
20633 \begin_layout Standard
20634 \begin_inset Float table
20635 placement h
20636 wide false
20637 sideways false
20638 status open
20639
20640 \begin_layout Plain Layout
20641 \begin_inset Caption Standard
20642
20643 \begin_layout Plain Layout
20644 \begin_inset CommandInset label
20645 LatexCommand label
20646 name "tab:Table-align-operator"
20647
20648 \end_inset
20649
20650 Table cells of a column aligned with the operators.
20651 \end_layout
20652
20653 \end_inset
20654
20655
20656 \end_layout
20657
20658 \begin_layout Plain Layout
20659 \align center
20660 \begin_inset Tabular
20661 <lyxtabular version="3" rows="4" columns="2">
20662 <features rotate="0" booktabs="true" tabularvalignment="middle">
20663 <column alignment="right" valignment="top" width="0pt">
20664 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20665 <row>
20666 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20667 \begin_inset Text
20668
20669 \begin_layout Plain Layout
20670 heading
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 </row>
20685 <row>
20686 <cell alignment="center" valignment="top" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690 \begin_inset Formula $12\,+$
20691 \end_inset
20692
20693
20694 \end_layout
20695
20696 \end_inset
20697 </cell>
20698 <cell alignment="center" valignment="top" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Plain Layout
20702 \begin_inset Formula $\,6$
20703 \end_inset
20704
20705
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 </row>
20711 <row>
20712 <cell alignment="center" valignment="top" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716 \begin_inset Formula $0\,-$
20717 \end_inset
20718
20719
20720 \end_layout
20721
20722 \end_inset
20723 </cell>
20724 <cell alignment="center" valignment="top" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728 \begin_inset Formula $\,68$
20729 \end_inset
20730
20731
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 </row>
20737 <row>
20738 <cell alignment="center" valignment="top" usebox="none">
20739 \begin_inset Text
20740
20741 \begin_layout Plain Layout
20742 \begin_inset Formula $-123\,/$
20743 \end_inset
20744
20745
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 <cell alignment="center" valignment="top" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754 \begin_inset Formula $\,0$
20755 \end_inset
20756
20757
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 </row>
20763 </lyxtabular>
20764
20765 \end_inset
20766
20767
20768 \end_layout
20769
20770 \end_inset
20771
20772
20773 \end_layout
20774
20775 \begin_layout Standard
20776 For alignments at characters in formulas this method does not work because
20777  the field to specify the alignment character does not allow formulas.
20778  In this case one need to use the method from Table
20779 \begin_inset space ~
20780 \end_inset
20781
20782
20783 \begin_inset CommandInset ref
20784 LatexCommand ref
20785 reference "tab:Table-align-operator"
20786
20787 \end_inset
20788
20789 .
20790  This table was created with a 4×2 table.
20791  The heading is a centered multicolumn.
20792  The first column is right-aligned and contains the first part including
20793  the operator.
20794  The second column is left aligned and contains the rest.
20795  A small space was added at the beginning of each cell of the second column
20796  to get the space that is usually around operators.
20797  To omit the space that is normally between two table columns, the following
20798  LaTeX-argument was used for the second column:
20799 \end_layout
20800
20801 \begin_layout Standard
20802
20803 \series bold
20804 @{}l
20805 \end_layout
20806
20807 \begin_layout Standard
20808 Table
20809 \begin_inset space ~
20810 \end_inset
20811
20812
20813 \begin_inset CommandInset ref
20814 LatexCommand ref
20815 reference "tab:Several-table-cell"
20816
20817 \end_inset
20818
20819  shows some example alignments.
20820  For the alignment with the relation sign, a small space was added like
20821  for the second column of Table
20822 \begin_inset space ~
20823 \end_inset
20824
20825
20826 \begin_inset CommandInset ref
20827 LatexCommand ref
20828 reference "tab:Table-align-operator"
20829
20830 \end_inset
20831
20832 .
20833 \end_layout
20834
20835 \begin_layout Standard
20836 \begin_inset Float table
20837 placement h
20838 wide false
20839 sideways false
20840 status open
20841
20842 \begin_layout Plain Layout
20843 \begin_inset Caption Standard
20844
20845 \begin_layout Plain Layout
20846 \begin_inset CommandInset label
20847 LatexCommand label
20848 name "tab:Several-table-cell"
20849
20850 \end_inset
20851
20852 Several table cell alignments.
20853 \end_layout
20854
20855 \end_inset
20856
20857
20858 \end_layout
20859
20860 \begin_layout Plain Layout
20861 \align center
20862 \begin_inset Tabular
20863 <lyxtabular version="3" rows="4" columns="6">
20864 <features rotate="0" tabularvalignment="middle">
20865 <column alignment="right" valignment="top">
20866 <column alignment="left" valignment="top" special="@{}l">
20867 <column alignment="right" valignment="top">
20868 <column alignment="left" valignment="top" special="@{}l">
20869 <column alignment="right" valignment="top">
20870 <column alignment="left" valignment="top" special="@{}l">
20871 <row>
20872 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876 units
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20891 \begin_inset Text
20892
20893 \begin_layout Plain Layout
20894 exponents
20895 \end_layout
20896
20897 \end_inset
20898 </cell>
20899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20900 \begin_inset Text
20901
20902 \begin_layout Plain Layout
20903
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912 relations
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 </row>
20927 <row>
20928 <cell alignment="center" valignment="top" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932 12×
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941 24
20942 \begin_inset space \thinspace{}
20943 \end_inset
20944
20945 bottles
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 <cell alignment="center" valignment="top" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Plain Layout
20954 \begin_inset Formula $10\cdot$
20955 \end_inset
20956
20957
20958 \end_layout
20959
20960 \end_inset
20961 </cell>
20962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20963 \begin_inset Text
20964
20965 \begin_layout Plain Layout
20966 \begin_inset Formula $10^{\mbox{-}17}$
20967 \end_inset
20968
20969
20970 \end_layout
20971
20972 \end_inset
20973 </cell>
20974 <cell alignment="center" valignment="top" usebox="none">
20975 \begin_inset Text
20976
20977 \begin_layout Plain Layout
20978 \begin_inset Formula $\Gamma(t)\propto$
20979 \end_inset
20980
20981
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 <cell alignment="center" valignment="top" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990 \begin_inset Formula $\:\Upsilon(t)$
20991 \end_inset
20992
20993
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 </row>
20999 <row>
21000 <cell alignment="center" valignment="top" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004 1024×
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21010 \begin_inset Text
21011
21012 \begin_layout Plain Layout
21013 768
21014 \begin_inset space \thinspace{}
21015 \end_inset
21016
21017 Pixels
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 <cell alignment="center" valignment="top" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026 \begin_inset Formula $5.78\cdot$
21027 \end_inset
21028
21029
21030 \end_layout
21031
21032 \end_inset
21033 </cell>
21034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21035 \begin_inset Text
21036
21037 \begin_layout Plain Layout
21038 \begin_inset Formula $10^{7}$
21039 \end_inset
21040
21041
21042 \end_layout
21043
21044 \end_inset
21045 </cell>
21046 <cell alignment="center" valignment="top" usebox="none">
21047 \begin_inset Text
21048
21049 \begin_layout Plain Layout
21050 \begin_inset Formula $A\ne$
21051 \end_inset
21052
21053
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 <cell alignment="center" valignment="top" usebox="none">
21059 \begin_inset Text
21060
21061 \begin_layout Plain Layout
21062 \begin_inset Formula $\:B_{\mathrm{red}}$
21063 \end_inset
21064
21065
21066 \end_layout
21067
21068 \end_inset
21069 </cell>
21070 </row>
21071 <row>
21072 <cell alignment="center" valignment="top" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076 32×
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085 6
21086 \begin_inset space \thinspace{}
21087 \end_inset
21088
21089 cm
21090 \end_layout
21091
21092 \end_inset
21093 </cell>
21094 <cell alignment="center" valignment="top" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098 -
21099 \begin_inset Formula $33.5\cdot$
21100 \end_inset
21101
21102
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21108 \begin_inset Text
21109
21110 \begin_layout Plain Layout
21111 \begin_inset Formula $10^{4}$
21112 \end_inset
21113
21114
21115 \end_layout
21116
21117 \end_inset
21118 </cell>
21119 <cell alignment="center" valignment="top" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123 \begin_inset Formula $\sin(\alpha)\ge$
21124 \end_inset
21125
21126
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 <cell alignment="center" valignment="top" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135 \begin_inset Formula $\:\sin(\beta)$
21136 \end_inset
21137
21138
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 </row>
21144 </lyxtabular>
21145
21146 \end_inset
21147
21148
21149 \end_layout
21150
21151 \end_inset
21152
21153
21154 \end_layout
21155
21156 \begin_layout Subsection
21157 Customized Cell/Column Format
21158 \begin_inset CommandInset label
21159 LatexCommand label
21160 name "sub:Customized-Format"
21161
21162 \end_inset
21163
21164
21165 \begin_inset Index idx
21166 status collapsed
21167
21168 \begin_layout Plain Layout
21169 Table Customization ! Cell/Column Format
21170 \end_layout
21171
21172 \end_inset
21173
21174
21175 \end_layout
21176
21177 \begin_layout Standard
21178 Calculating the required width for normal columns as described in section
21179 \begin_inset space ~
21180 \end_inset
21181
21182
21183 \begin_inset CommandInset ref
21184 LatexCommand ref
21185 reference "sec:Table-Width-Calculation"
21186
21187 \end_inset
21188
21189  or for spanned columns as described in section
21190 \begin_inset space ~
21191 \end_inset
21192
21193
21194 \begin_inset CommandInset ref
21195 LatexCommand ref
21196 reference "sub:Multicolumn-Calculations"
21197
21198 \end_inset
21199
21200  is very annoying if you have several tables where a calculation is necessary.
21201  To make life easier, you can define a cell/column format in the preamble,
21202  that can be used in all tables of the document.
21203  The format is defined with the command
21204 \end_layout
21205
21206 \begin_layout Standard
21207
21208 \series bold
21209
21210 \backslash
21211 newcolumntype{name of format}[number of arguments]{commands}
21212 \end_layout
21213
21214 \begin_layout Standard
21215 The format name may only consist of one letter.
21216  The letters 
21217 \emph on
21218 b
21219 \emph default
21220
21221 \emph on
21222 c
21223 \emph default
21224
21225 \emph on
21226 l
21227 \emph default
21228
21229 \emph on
21230 m
21231 \emph default
21232
21233 \emph on
21234 p
21235 \emph default
21236  and 
21237 \emph on
21238 r
21239 \emph default
21240  are predefined and cannot be used.
21241  But all letters are allowed as capitals.
21242 \end_layout
21243
21244 \begin_layout Standard
21245 \begin_inset VSpace medskip
21246 \end_inset
21247
21248
21249 \end_layout
21250
21251 \begin_layout Standard
21252 For vertically and horizontally centered multicolumn cells with a fixed
21253  width you can define the cell format
21254 \end_layout
21255
21256 \begin_layout Standard
21257
21258 \series bold
21259
21260 \backslash
21261 newcolumntype{M}[1]{>{
21262 \backslash
21263 centering
21264 \backslash
21265 hspace{0pt}}m{#1}}
21266 \end_layout
21267
21268 \begin_layout Standard
21269 where 
21270 \series bold
21271
21272 \backslash
21273 hspace{0pt}
21274 \series default
21275  avoids the problem of hyphenating the first word, as described in section
21276 \begin_inset space ~
21277 \end_inset
21278
21279
21280 \begin_inset CommandInset ref
21281 LatexCommand ref
21282 reference "sub:Multiple-Lines-in"
21283
21284 \end_inset
21285
21286 .
21287  Now you can simply enter
21288 \end_layout
21289
21290 \begin_layout Standard
21291
21292 \series bold
21293 M{width}
21294 \end_layout
21295
21296 \begin_layout Standard
21297 as 
21298 \family sans
21299 LaTeX-argument
21300 \family default
21301  in the table dialog to create a multicolumn.
21302 \end_layout
21303
21304 \begin_layout Standard
21305 \begin_inset VSpace bigskip
21306 \end_inset
21307
21308
21309 \end_layout
21310
21311 \begin_layout Standard
21312 For cells spanned by a multicolumn cell, you can define the format
21313 \end_layout
21314
21315 \begin_layout Standard
21316
21317 \series bold
21318
21319 \backslash
21320 newcolumntype{S}[2]{>{
21321 \backslash
21322 centering
21323 \backslash
21324 hspace{0pt}}
21325 \begin_inset Newline newline
21326 \end_inset
21327
21328
21329 \begin_inset Phantom HPhantom
21330 status open
21331
21332 \begin_layout Plain Layout
21333
21334 \series bold
21335
21336 \backslash
21337 newcolumntype
21338 \end_layout
21339
21340 \end_inset
21341
21342 m{(#1+(2
21343 \backslash
21344 tabcolsep+
21345 \backslash
21346 arrayrulewidth)*(1-#2))/#2}}
21347 \end_layout
21348
21349 \begin_layout Standard
21350 This format uses equation 
21351 \begin_inset CommandInset ref
21352 LatexCommand eqref
21353 reference "eq:Wgn"
21354
21355 \end_inset
21356
21357  to calculate the required width so that each spanned cell has the same
21358  width.
21359 \end_layout
21360
21361 \begin_layout Standard
21362 You can now enter
21363 \end_layout
21364
21365 \begin_layout Standard
21366
21367 \series bold
21368 S{width of multicolumn cell}{number of spanned columns}
21369 \end_layout
21370
21371 \begin_layout Standard
21372 as LaTeX-argument of the column.
21373 \end_layout
21374
21375 \begin_layout Standard
21376 \begin_inset VSpace bigskip
21377 \end_inset
21378
21379
21380 \end_layout
21381
21382 \begin_layout Standard
21383 For colored columns, you can define
21384 \end_layout
21385
21386 \begin_layout Standard
21387
21388 \series bold
21389
21390 \backslash
21391 newcolumntype{K}[1]{>{
21392 \backslash
21393 columncolor{#1}
21394 \backslash
21395 hspace{0pt}}c}
21396 \end_layout
21397
21398 \begin_layout Standard
21399 The 
21400 \begin_inset Quotes eld
21401 \end_inset
21402
21403 c
21404 \begin_inset Quotes erd
21405 \end_inset
21406
21407  at the end creates a column with a flexible width whose text is horizontally
21408  centered.
21409  You can now enter
21410 \end_layout
21411
21412 \begin_layout Standard
21413
21414 \series bold
21415 K{color name}
21416 \end_layout
21417
21418 \begin_layout Standard
21419 as LaTeX-argument.
21420 \end_layout
21421
21422 \begin_layout Standard
21423 \begin_inset VSpace bigskip
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \begin_layout Standard
21430 To create Table
21431 \begin_inset space ~
21432 \end_inset
21433
21434
21435 \begin_inset CommandInset ref
21436 LatexCommand ref
21437 reference "tab:Table-using-user-defined"
21438
21439 \end_inset
21440
21441  use the LaTeX-arguments
21442 \end_layout
21443
21444 \begin_layout Standard
21445
21446 \series bold
21447 M{2.5cm}
21448 \end_layout
21449
21450 \begin_layout Standard
21451 for the first column and the multicolumn,
21452 \end_layout
21453
21454 \begin_layout Standard
21455
21456 \series bold
21457 K{red}
21458 \end_layout
21459
21460 \begin_layout Standard
21461 for the last column, and
21462 \end_layout
21463
21464 \begin_layout Standard
21465
21466 \series bold
21467 S{2.5cm}{2}
21468 \end_layout
21469
21470 \begin_layout Standard
21471 for the cells in the second column.
21472 \end_layout
21473
21474 \begin_layout Standard
21475 \begin_inset Float table
21476 placement h
21477 wide false
21478 sideways false
21479 status open
21480
21481 \begin_layout Plain Layout
21482 \begin_inset Caption Standard
21483
21484 \begin_layout Plain Layout
21485 \begin_inset CommandInset label
21486 LatexCommand label
21487 name "tab:Table-using-user-defined"
21488
21489 \end_inset
21490
21491 Table using user-defined table formats
21492 \end_layout
21493
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \begin_layout Plain Layout
21500 \align center
21501 \begin_inset Tabular
21502 <lyxtabular version="3" rows="3" columns="4">
21503 <features rotate="0" tabularvalignment="middle">
21504 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21505 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21506 <column alignment="center" valignment="middle">
21507 <column alignment="center" valignment="middle" special="K{red}">
21508 <row>
21509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Plain Layout
21513 verylongtablecellword
21514 \end_layout
21515
21516 \end_inset
21517 </cell>
21518 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522 multiple lines multicolumn
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540 c
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 </row>
21546 <row>
21547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551 d
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560 e
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21566 \begin_inset Text
21567
21568 \begin_layout Plain Layout
21569 f
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578 g
21579 \end_layout
21580
21581 \end_inset
21582 </cell>
21583 </row>
21584 <row>
21585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589 h
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 i
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607 j
21608 \end_layout
21609
21610 \end_inset
21611 </cell>
21612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21613 \begin_inset Text
21614
21615 \begin_layout Plain Layout
21616 k
21617 \end_layout
21618
21619 \end_inset
21620 </cell>
21621 </row>
21622 </lyxtabular>
21623
21624 \end_inset
21625
21626
21627 \end_layout
21628
21629 \end_inset
21630
21631
21632 \end_layout
21633
21634 \begin_layout Subsection
21635 Line Thickness
21636 \begin_inset CommandInset label
21637 LatexCommand label
21638 name "sub:Line-Thickness"
21639
21640 \end_inset
21641
21642
21643 \begin_inset Index idx
21644 status collapsed
21645
21646 \begin_layout Plain Layout
21647 Table Customization ! Line Thickness
21648 \end_layout
21649
21650 \end_inset
21651
21652
21653 \end_layout
21654
21655 \begin_layout Standard
21656 The line thickness for all lines in a table can be adjusted with the length
21657  
21658 \series bold
21659
21660 \backslash
21661 arrayrulewidth
21662 \series default
21663 .
21664  To set for example a line thickness of 1.5
21665 \begin_inset space \thinspace{}
21666 \end_inset
21667
21668 pt, as in Table
21669 \begin_inset space ~
21670 \end_inset
21671
21672
21673 \begin_inset CommandInset ref
21674 LatexCommand ref
21675 reference "tab:Table-with-1.5"
21676
21677 \end_inset
21678
21679 , insert the command
21680 \end_layout
21681
21682 \begin_layout Standard
21683
21684 \series bold
21685
21686 \backslash
21687 setlength{
21688 \backslash
21689 arrayrulewidth}{1.5pt}
21690 \end_layout
21691
21692 \begin_layout Standard
21693 in TeX-Code before the table or table float.
21694  The changed thickness is valid for all subsequent tables.
21695  To use the default value again, set 
21696 \series bold
21697
21698 \backslash
21699 arrayrulewidth
21700 \series default
21701  to 0.4
21702 \begin_inset space \thinspace{}
21703 \end_inset
21704
21705 pt in TeX-Code after the table or table float.
21706 \end_layout
21707
21708 \begin_layout Standard
21709 \begin_inset ERT
21710 status collapsed
21711
21712 \begin_layout Plain Layout
21713
21714
21715 \backslash
21716 setlength{
21717 \backslash
21718 arrayrulewidth}{1.5pt}
21719 \end_layout
21720
21721 \end_inset
21722
21723
21724 \begin_inset Float table
21725 wide false
21726 sideways false
21727 status open
21728
21729 \begin_layout Plain Layout
21730 \begin_inset Caption Standard
21731
21732 \begin_layout Plain Layout
21733 \begin_inset CommandInset label
21734 LatexCommand label
21735 name "tab:Table-with-1.5"
21736
21737 \end_inset
21738
21739 Table with 1.5
21740 \begin_inset space \thinspace{}
21741 \end_inset
21742
21743 pt thick lines
21744 \end_layout
21745
21746 \end_inset
21747
21748
21749 \end_layout
21750
21751 \begin_layout Plain Layout
21752 \align center
21753 \begin_inset Tabular
21754 <lyxtabular version="3" rows="3" columns="3">
21755 <features rotate="0" tabularvalignment="middle">
21756 <column alignment="center" valignment="top">
21757 <column alignment="center" valignment="top">
21758 <column alignment="center" valignment="top">
21759 <row>
21760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764 sd
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773
21774 \end_layout
21775
21776 \end_inset
21777 </cell>
21778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 </row>
21788 <row>
21789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802 sd
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 </row>
21817 <row>
21818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21819 \begin_inset Text
21820
21821 \begin_layout Plain Layout
21822
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831
21832 \end_layout
21833
21834 \end_inset
21835 </cell>
21836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840 sd
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 </row>
21846 </lyxtabular>
21847
21848 \end_inset
21849
21850
21851 \end_layout
21852
21853 \end_inset
21854
21855
21856 \begin_inset ERT
21857 status collapsed
21858
21859 \begin_layout Plain Layout
21860
21861
21862 \backslash
21863 setlength{
21864 \backslash
21865 arrayrulewidth}{0.4pt}
21866 \end_layout
21867
21868 \end_inset
21869
21870
21871 \end_layout
21872
21873 \begin_layout Standard
21874 \begin_inset VSpace bigskip
21875 \end_inset
21876
21877 To set the line thickness to 1.5
21878 \begin_inset space \thinspace{}
21879 \end_inset
21880
21881 pt only for horizontal lines, as in Table
21882 \begin_inset space ~
21883 \end_inset
21884
21885
21886 \begin_inset CommandInset ref
21887 LatexCommand ref
21888 reference "tab:Table-with-horizontal"
21889
21890 \end_inset
21891
21892 , insert these commands in TeX-Code before the table or table float:
21893 \end_layout
21894
21895 \begin_layout Standard
21896
21897 \series bold
21898
21899 \backslash
21900 let
21901 \backslash
21902 myHline
21903 \backslash
21904 hline
21905 \begin_inset Newline newline
21906 \end_inset
21907
21908
21909 \backslash
21910 renewcommand{
21911 \backslash
21912 hline}
21913 \begin_inset Newline newline
21914 \end_inset
21915
21916  {
21917 \backslash
21918 noalign{
21919 \backslash
21920 global
21921 \backslash
21922 arrayrulewidth 1.5pt}
21923 \begin_inset Newline newline
21924 \end_inset
21925
21926  
21927 \backslash
21928 myHline
21929 \backslash
21930 noalign{
21931 \backslash
21932 global
21933 \backslash
21934 arrayrulewidth 0.4pt}}
21935 \end_layout
21936
21937 \begin_layout Standard
21938 To return to the default line thickness, insert this command in TeX-Code
21939  after the table or table float:
21940 \end_layout
21941
21942 \begin_layout Standard
21943
21944 \series bold
21945
21946 \backslash
21947 renewcommand{
21948 \backslash
21949 hline}{
21950 \backslash
21951 myHline}
21952 \end_layout
21953
21954 \begin_layout Standard
21955 \begin_inset ERT
21956 status collapsed
21957
21958 \begin_layout Plain Layout
21959
21960
21961 \backslash
21962 let
21963 \backslash
21964 myHline
21965 \backslash
21966 hline
21967 \end_layout
21968
21969 \begin_layout Plain Layout
21970
21971
21972 \backslash
21973 renewcommand{
21974 \backslash
21975 hline}
21976 \end_layout
21977
21978 \begin_layout Plain Layout
21979
21980  {
21981 \backslash
21982 noalign{
21983 \backslash
21984 global
21985 \backslash
21986 arrayrulewidth 1.5pt}
21987 \end_layout
21988
21989 \begin_layout Plain Layout
21990
21991   
21992 \backslash
21993 myHline
21994 \backslash
21995 noalign{
21996 \backslash
21997 global
21998 \backslash
21999 arrayrulewidth 0.4pt}}
22000 \end_layout
22001
22002 \end_inset
22003
22004
22005 \begin_inset Float table
22006 wide false
22007 sideways false
22008 status open
22009
22010 \begin_layout Plain Layout
22011 \begin_inset Caption Standard
22012
22013 \begin_layout Plain Layout
22014 \begin_inset CommandInset label
22015 LatexCommand label
22016 name "tab:Table-with-horizontal"
22017
22018 \end_inset
22019
22020 Table with 1.5
22021 \begin_inset space \thinspace{}
22022 \end_inset
22023
22024 pt thick horizontal lines
22025 \end_layout
22026
22027 \end_inset
22028
22029
22030 \end_layout
22031
22032 \begin_layout Plain Layout
22033 \align center
22034 \begin_inset Tabular
22035 <lyxtabular version="3" rows="3" columns="3">
22036 <features rotate="0" tabularvalignment="middle">
22037 <column alignment="center" valignment="top">
22038 <column alignment="center" valignment="top">
22039 <column alignment="center" valignment="top">
22040 <row>
22041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045 sd
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 </row>
22069 <row>
22070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22071 \begin_inset Text
22072
22073 \begin_layout Plain Layout
22074
22075 \end_layout
22076
22077 \end_inset
22078 </cell>
22079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22080 \begin_inset Text
22081
22082 \begin_layout Plain Layout
22083 sd
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 </row>
22098 <row>
22099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22100 \begin_inset Text
22101
22102 \begin_layout Plain Layout
22103
22104 \end_layout
22105
22106 \end_inset
22107 </cell>
22108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112
22113 \end_layout
22114
22115 \end_inset
22116 </cell>
22117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22118 \begin_inset Text
22119
22120 \begin_layout Plain Layout
22121 sd
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 </row>
22127 </lyxtabular>
22128
22129 \end_inset
22130
22131
22132 \end_layout
22133
22134 \end_inset
22135
22136
22137 \begin_inset ERT
22138 status collapsed
22139
22140 \begin_layout Plain Layout
22141
22142
22143 \backslash
22144 renewcommand{
22145 \backslash
22146 hline}{
22147 \backslash
22148 myHline}
22149 \end_layout
22150
22151 \end_inset
22152
22153
22154 \end_layout
22155
22156 \begin_layout Standard
22157 \begin_inset VSpace bigskip
22158 \end_inset
22159
22160 To set the line thickness to 1.5
22161 \begin_inset space \thinspace{}
22162 \end_inset
22163
22164 pt only for vertical lines, create the following column format in the document
22165  preamble, according to the description in section
22166 \begin_inset space ~
22167 \end_inset
22168
22169
22170 \begin_inset CommandInset ref
22171 LatexCommand ref
22172 reference "sub:Customized-Format"
22173
22174 \end_inset
22175
22176 :
22177 \end_layout
22178
22179 \begin_layout Standard
22180
22181 \series bold
22182
22183 \backslash
22184 newcolumntype{V}{!{
22185 \backslash
22186 vrule width 1.5pt}}
22187 \end_layout
22188
22189 \begin_layout Standard
22190 For Table
22191 \begin_inset space ~
22192 \end_inset
22193
22194
22195 \begin_inset CommandInset ref
22196 LatexCommand ref
22197 reference "tab:Table-with-vertical"
22198
22199 \end_inset
22200
22201  the LaTeX-argument
22202 \end_layout
22203
22204 \begin_layout Standard
22205
22206 \series bold
22207 VcV
22208 \end_layout
22209
22210 \begin_layout Standard
22211 was used for the last column and
22212 \end_layout
22213
22214 \begin_layout Standard
22215
22216 \series bold
22217 Vc
22218 \end_layout
22219
22220 \begin_layout Standard
22221 for the other columns.
22222 \end_layout
22223
22224 \begin_layout Standard
22225 \begin_inset Float table
22226 wide false
22227 sideways false
22228 status open
22229
22230 \begin_layout Plain Layout
22231 \begin_inset Caption Standard
22232
22233 \begin_layout Plain Layout
22234 \begin_inset CommandInset label
22235 LatexCommand label
22236 name "tab:Table-with-vertical"
22237
22238 \end_inset
22239
22240 Table with 1.5
22241 \begin_inset space \thinspace{}
22242 \end_inset
22243
22244 pt thick vertical lines
22245 \end_layout
22246
22247 \end_inset
22248
22249
22250 \end_layout
22251
22252 \begin_layout Plain Layout
22253 \align center
22254 \begin_inset Tabular
22255 <lyxtabular version="3" rows="3" columns="3">
22256 <features rotate="0" tabularvalignment="middle">
22257 <column alignment="center" valignment="top" special="Vc">
22258 <column alignment="center" valignment="top" special="Vc">
22259 <column alignment="center" valignment="top" special="VcV">
22260 <row>
22261 <cell alignment="center" valignment="top" topline="true" usebox="none">
22262 \begin_inset Text
22263
22264 \begin_layout Plain Layout
22265 sd
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 <cell alignment="center" valignment="top" topline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274
22275 \end_layout
22276
22277 \end_inset
22278 </cell>
22279 <cell alignment="center" valignment="top" topline="true" usebox="none">
22280 \begin_inset Text
22281
22282 \begin_layout Plain Layout
22283
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 </row>
22289 <row>
22290 <cell alignment="center" valignment="top" topline="true" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 <cell alignment="center" valignment="top" topline="true" usebox="none">
22300 \begin_inset Text
22301
22302 \begin_layout Plain Layout
22303 sd
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 <cell alignment="center" valignment="top" topline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 </row>
22318 <row>
22319 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341 sd
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 </row>
22347 </lyxtabular>
22348
22349 \end_inset
22350
22351
22352 \end_layout
22353
22354 \end_inset
22355
22356
22357 \end_layout
22358
22359 \begin_layout Subsection
22360 Dashed Lines
22361 \begin_inset Index idx
22362 status collapsed
22363
22364 \begin_layout Plain Layout
22365 Table Customization ! Dashed Lines
22366 \end_layout
22367
22368 \end_inset
22369
22370
22371 \end_layout
22372
22373 \begin_layout Standard
22374 \begin_inset ERT
22375 status collapsed
22376
22377 \begin_layout Plain Layout
22378
22379
22380 \backslash
22381 ifarydshln
22382 \end_layout
22383
22384 \end_inset
22385
22386
22387 \begin_inset Note Note
22388 status open
22389
22390 \begin_layout Plain Layout
22391 The following section will only be displayed when the LaTeX-package 
22392 \series bold
22393 arydshln
22394 \series default
22395  is installed.
22396 \end_layout
22397
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \begin_layout Standard
22404 \begin_inset Float table
22405 placement H
22406 wide false
22407 sideways false
22408 status open
22409
22410 \begin_layout Plain Layout
22411 \begin_inset Caption Standard
22412
22413 \begin_layout Plain Layout
22414 \begin_inset CommandInset label
22415 LatexCommand label
22416 name "tab:Table-with-dashed"
22417
22418 \end_inset
22419
22420 Table with dashed lines
22421 \end_layout
22422
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \begin_layout Plain Layout
22429 \align center
22430 \begin_inset Tabular
22431 <lyxtabular version="3" rows="5" columns="5">
22432 <features rotate="0" tabularvalignment="middle">
22433 <column alignment="center" valignment="top">
22434 <column alignment="center" valignment="top">
22435 <column alignment="center" valignment="top" special=":c">
22436 <column alignment="center" valignment="top">
22437 <column alignment="center" valignment="top">
22438 <row>
22439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443 a
22444 \end_layout
22445
22446 \end_inset
22447 </cell>
22448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452 b
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461 c
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470 d
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479 e
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 </row>
22485 <row>
22486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22487 \begin_inset Text
22488
22489 \begin_layout Plain Layout
22490 f
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499 g
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 <cell alignment="center" valignment="top" topline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508 h
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 i
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526 j
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 </row>
22532 <row>
22533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22534 \begin_inset Text
22535
22536 \begin_layout Plain Layout
22537 \begin_inset ERT
22538 status collapsed
22539
22540 \begin_layout Plain Layout
22541
22542
22543 \backslash
22544 hdashline 
22545 \end_layout
22546
22547 \end_inset
22548
22549 k
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558 l
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 <cell alignment="center" valignment="top" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 m
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576 n
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585 o
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 </row>
22591 <row>
22592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596 \begin_inset ERT
22597 status collapsed
22598
22599 \begin_layout Plain Layout
22600
22601
22602 \backslash
22603 cdashline{4-5}
22604 \end_layout
22605
22606 \end_inset
22607
22608 p
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22614 \begin_inset Text
22615
22616 \begin_layout Plain Layout
22617 q
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22623 \begin_inset Text
22624
22625 \begin_layout Plain Layout
22626 r
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22632 \begin_inset Text
22633
22634 \begin_layout Plain Layout
22635 s
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 </row>
22650 <row>
22651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655 t
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664 u
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 v
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682 w
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 x
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 </row>
22697 </lyxtabular>
22698
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \end_inset
22705
22706
22707 \end_layout
22708
22709 \begin_layout Standard
22710 LyX does not natively support dashed lines, so you have to use TeX-Code.
22711  As a prerequisite the LaTeX-package 
22712 \series bold
22713 arydshln
22714 \series default
22715
22716 \begin_inset Index idx
22717 status collapsed
22718
22719 \begin_layout Plain Layout
22720 LaTeX-packages ! arydshln
22721 \end_layout
22722
22723 \end_inset
22724
22725  must be loaded in the document preamble with the command
22726 \end_layout
22727
22728 \begin_layout Standard
22729
22730 \series bold
22731
22732 \backslash
22733 usepackage{arydshln}
22734 \end_layout
22735
22736 \begin_layout Standard
22737 To make a vertical line dashed, enter the colon 
22738 \begin_inset Quotes eld
22739 \end_inset
22740
22741 :
22742 \begin_inset Quotes erd
22743 \end_inset
22744
22745  together with the character for the horizontal alignment as LaTeX-argument
22746  in the table cell dialog.
22747 \end_layout
22748
22749 \begin_layout Standard
22750 For a horizontal dashed line add the command
22751 \end_layout
22752
22753 \begin_layout Standard
22754
22755 \series bold
22756
22757 \backslash
22758 hdashline
22759 \end_layout
22760
22761 \begin_layout Standard
22762 in TeX-Code as first element of the first cell in the table row.
22763 \end_layout
22764
22765 \begin_layout Standard
22766 For dashed multicolumn lines use the command
22767 \end_layout
22768
22769 \begin_layout Standard
22770
22771 \series bold
22772
22773 \backslash
22774 cdashline{line number
22775 \series default
22776 }
22777 \end_layout
22778
22779 \begin_layout Standard
22780 in TeX-Code as the first element of the first cell in the table row.
22781  If you have for example a multicolumn spanning columns 2 to 4 and you want
22782  to have a dashed line above, add the command
22783 \end_layout
22784
22785 \begin_layout Standard
22786
22787 \series bold
22788
22789 \backslash
22790 cdashline{2-4}
22791 \end_layout
22792
22793 \begin_layout Standard
22794 as the first element of the first cell in the row of the multicolumn.
22795 \end_layout
22796
22797 \begin_layout Standard
22798 \begin_inset VSpace bigskip
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \begin_layout Standard
22805 Table
22806 \begin_inset space ~
22807 \end_inset
22808
22809
22810 \begin_inset CommandInset ref
22811 LatexCommand ref
22812 reference "tab:Table-with-dashed"
22813
22814 \end_inset
22815
22816  was created using 
22817 \begin_inset Quotes eld
22818 \end_inset
22819
22820
22821 \series bold
22822 :c
22823 \series default
22824
22825 \begin_inset Quotes erd
22826 \end_inset
22827
22828  as LaTeX-argument of the third column.
22829  The TeX-Code command 
22830 \series bold
22831
22832 \backslash
22833 hdashline
22834 \series default
22835  was inserted in the first cell of the third row and the TeX-Code command
22836 \begin_inset Newline newline
22837 \end_inset
22838
22839  
22840 \series bold
22841
22842 \backslash
22843 cdashline{4-5}
22844 \series default
22845  was inserted in the first cell of the fourth row.
22846 \end_layout
22847
22848 \begin_layout Standard
22849 \begin_inset VSpace bigskip
22850 \end_inset
22851
22852
22853 \end_layout
22854
22855 \begin_layout Standard
22856 Tables with dashed lines can also be colored as shown by Table
22857 \begin_inset space ~
22858 \end_inset
22859
22860
22861 \begin_inset CommandInset ref
22862 LatexCommand ref
22863 reference "tab:Colored-table-with"
22864
22865 \end_inset
22866
22867 .
22868 \end_layout
22869
22870 \begin_layout Standard
22871 \begin_inset ERT
22872 status collapsed
22873
22874 \begin_layout Plain Layout
22875
22876
22877 \backslash
22878 setlength{
22879 \backslash
22880 arrayrulewidth}{1pt}
22881 \end_layout
22882
22883 \end_inset
22884
22885
22886 \begin_inset Note Note
22887 status collapsed
22888
22889 \begin_layout Plain Layout
22890 thicker lines for better visualization of the line color
22891 \end_layout
22892
22893 \end_inset
22894
22895
22896 \end_layout
22897
22898 \begin_layout Standard
22899 \begin_inset ERT
22900 status collapsed
22901
22902 \begin_layout Plain Layout
22903
22904
22905 \backslash
22906 dashgapcolor{green}
22907 \end_layout
22908
22909 \end_inset
22910
22911
22912 \begin_inset Note Note
22913 status collapsed
22914
22915 \begin_layout Plain Layout
22916 color gaps between dashes green
22917 \end_layout
22918
22919 \end_inset
22920
22921
22922 \end_layout
22923
22924 \begin_layout Standard
22925 \begin_inset ERT
22926 status collapsed
22927
22928 \begin_layout Plain Layout
22929
22930
22931 \backslash
22932 let
22933 \backslash
22934 myHdashline
22935 \backslash
22936 hdashline
22937 \end_layout
22938
22939 \begin_layout Plain Layout
22940
22941
22942 \backslash
22943 renewcommand{
22944 \backslash
22945 hdashline}
22946 \end_layout
22947
22948 \begin_layout Plain Layout
22949
22950  {
22951 \backslash
22952 arrayrulecolor{red}
22953 \backslash
22954 myHdashline
22955 \backslash
22956 arrayrulecolor{black}}
22957 \end_layout
22958
22959 \end_inset
22960
22961
22962 \begin_inset Note Note
22963 status collapsed
22964
22965 \begin_layout Plain Layout
22966 color horizontal, dashed lines red
22967 \end_layout
22968
22969 \end_inset
22970
22971
22972 \end_layout
22973
22974 \begin_layout Standard
22975 \begin_inset ERT
22976 status collapsed
22977
22978 \begin_layout Plain Layout
22979
22980
22981 \backslash
22982 let
22983 \backslash
22984 myCdashline
22985 \backslash
22986 cdashline
22987 \end_layout
22988
22989 \begin_layout Plain Layout
22990
22991
22992 \backslash
22993 renewcommand{
22994 \backslash
22995 cdashline}[1]
22996 \end_layout
22997
22998 \begin_layout Plain Layout
22999
23000  {
23001 \backslash
23002 arrayrulecolor{yellow}
23003 \backslash
23004 myCdashline{#1}
23005 \backslash
23006 arrayrulecolor{black}}
23007 \end_layout
23008
23009 \end_inset
23010
23011
23012 \begin_inset Note Note
23013 status collapsed
23014
23015 \begin_layout Plain Layout
23016 color partial horizontal, dashed lines yellow
23017 \end_layout
23018
23019 \end_inset
23020
23021
23022 \end_layout
23023
23024 \begin_layout Standard
23025 \begin_inset Float table
23026 placement h
23027 wide false
23028 sideways false
23029 status open
23030
23031 \begin_layout Plain Layout
23032 \begin_inset Caption Standard
23033
23034 \begin_layout Plain Layout
23035 \begin_inset CommandInset label
23036 LatexCommand label
23037 name "tab:Colored-table-with"
23038
23039 \end_inset
23040
23041 Colored table with dashed lines
23042 \end_layout
23043
23044 \end_inset
23045
23046
23047 \end_layout
23048
23049 \begin_layout Plain Layout
23050 \align center
23051 \begin_inset Tabular
23052 <lyxtabular version="3" rows="5" columns="5">
23053 <features rotate="0" tabularvalignment="middle">
23054 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23055 <column alignment="center" valignment="top" width="0pt">
23056 <column alignment="center" valignment="top" width="0pt" special=":c">
23057 <column alignment="center" valignment="top">
23058 <column alignment="center" valignment="top">
23059 <row>
23060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064 a
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 <cell alignment="center" valignment="top" topline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073 b
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 <cell alignment="center" valignment="top" topline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082 c
23083 \end_layout
23084
23085 \end_inset
23086 </cell>
23087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Plain Layout
23091 d
23092 \end_layout
23093
23094 \end_inset
23095 </cell>
23096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100 e
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 </row>
23106 <row>
23107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111 f
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 <cell alignment="center" valignment="top" topline="true" usebox="none">
23117 \begin_inset Text
23118
23119 \begin_layout Plain Layout
23120 g
23121 \end_layout
23122
23123 \end_inset
23124 </cell>
23125 <cell alignment="center" valignment="top" topline="true" usebox="none">
23126 \begin_inset Text
23127
23128 \begin_layout Plain Layout
23129 h
23130 \end_layout
23131
23132 \end_inset
23133 </cell>
23134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Plain Layout
23138 i
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147 j
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 </row>
23153 <row>
23154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23155 \begin_inset Text
23156
23157 \begin_layout Plain Layout
23158 \begin_inset ERT
23159 status collapsed
23160
23161 \begin_layout Plain Layout
23162
23163
23164 \backslash
23165 hdashline 
23166 \end_layout
23167
23168 \end_inset
23169
23170
23171 \begin_inset ERT
23172 status collapsed
23173
23174 \begin_layout Plain Layout
23175
23176
23177 \backslash
23178 rowcolor{Gray}
23179 \end_layout
23180
23181 \end_inset
23182
23183 k
23184 \end_layout
23185
23186 \end_inset
23187 </cell>
23188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23189 \begin_inset Text
23190
23191 \begin_layout Plain Layout
23192 l
23193 \end_layout
23194
23195 \end_inset
23196 </cell>
23197 <cell alignment="center" valignment="top" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201 m
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210 n
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219 o
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 </row>
23225 <row>
23226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230 \begin_inset ERT
23231 status collapsed
23232
23233 \begin_layout Plain Layout
23234
23235
23236 \backslash
23237 cdashline{4-5}
23238 \end_layout
23239
23240 \end_inset
23241
23242 p
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251 q
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260 r
23261 \end_layout
23262
23263 \end_inset
23264 </cell>
23265 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269 s
23270 \end_layout
23271
23272 \end_inset
23273 </cell>
23274 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23275 \begin_inset Text
23276
23277 \begin_layout Plain Layout
23278
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 </row>
23284 <row>
23285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23286 \begin_inset Text
23287
23288 \begin_layout Plain Layout
23289 t
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23295 \begin_inset Text
23296
23297 \begin_layout Plain Layout
23298 u
23299 \end_layout
23300
23301 \end_inset
23302 </cell>
23303 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23304 \begin_inset Text
23305
23306 \begin_layout Plain Layout
23307 v
23308 \end_layout
23309
23310 \end_inset
23311 </cell>
23312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316 w
23317 \end_layout
23318
23319 \end_inset
23320 </cell>
23321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Plain Layout
23325 \begin_inset ERT
23326 status collapsed
23327
23328 \begin_layout Plain Layout
23329
23330
23331 \backslash
23332 cellcolor{Maroon}
23333 \end_layout
23334
23335 \end_inset
23336
23337 i
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 </row>
23343 </lyxtabular>
23344
23345 \end_inset
23346
23347
23348 \end_layout
23349
23350 \end_inset
23351
23352
23353 \end_layout
23354
23355 \begin_layout Standard
23356 \begin_inset ERT
23357 status collapsed
23358
23359 \begin_layout Plain Layout
23360
23361
23362 \backslash
23363 renewcommand{
23364 \backslash
23365 hdashline}{
23366 \backslash
23367 myHdashline}
23368 \end_layout
23369
23370 \end_inset
23371
23372
23373 \begin_inset Note Note
23374 status collapsed
23375
23376 \begin_layout Plain Layout
23377 reset to default
23378 \end_layout
23379
23380 \end_inset
23381
23382
23383 \end_layout
23384
23385 \begin_layout Standard
23386 \begin_inset ERT
23387 status collapsed
23388
23389 \begin_layout Plain Layout
23390
23391
23392 \backslash
23393 renewcommand{
23394 \backslash
23395 cdashline}{
23396 \backslash
23397 myCdashline}
23398 \end_layout
23399
23400 \end_inset
23401
23402
23403 \begin_inset Note Note
23404 status collapsed
23405
23406 \begin_layout Plain Layout
23407 reset to default
23408 \end_layout
23409
23410 \end_inset
23411
23412
23413 \end_layout
23414
23415 \begin_layout Standard
23416 \begin_inset ERT
23417 status collapsed
23418
23419 \begin_layout Plain Layout
23420
23421
23422 \backslash
23423 nodashgapcolor
23424 \end_layout
23425
23426 \end_inset
23427
23428
23429 \begin_inset Note Note
23430 status collapsed
23431
23432 \begin_layout Plain Layout
23433 reset to default
23434 \end_layout
23435
23436 \end_inset
23437
23438
23439 \end_layout
23440
23441 \begin_layout Standard
23442 \begin_inset ERT
23443 status collapsed
23444
23445 \begin_layout Plain Layout
23446
23447
23448 \backslash
23449 setlength{
23450 \backslash
23451 arrayrulewidth}{0.4pt}
23452 \end_layout
23453
23454 \end_inset
23455
23456
23457 \begin_inset Note Note
23458 status collapsed
23459
23460 \begin_layout Plain Layout
23461 reset to default
23462 \end_layout
23463
23464 \end_inset
23465
23466
23467 \end_layout
23468
23469 \begin_layout Standard
23470 The coloring of lines, columns and lines works as decribed in section
23471 \begin_inset space ~
23472 \end_inset
23473
23474
23475 \begin_inset CommandInset ref
23476 LatexCommand ref
23477 reference "sec:Colored-Tables"
23478
23479 \end_inset
23480
23481 .
23482  Coloring horizontal lines works analogically as described there as well,
23483  one only needs to replace in the commands 
23484 \series bold
23485
23486 \backslash
23487 myHlineC
23488 \series default
23489  by 
23490 \series bold
23491
23492 \backslash
23493 myHdashline
23494 \series default
23495  and 
23496 \backslash
23497
23498 \series bold
23499 hline
23500 \series default
23501  by 
23502 \series bold
23503
23504 \backslash
23505 hdashline
23506 \series default
23507 ; so one uses the command
23508 \end_layout
23509
23510 \begin_layout Standard
23511
23512 \series bold
23513
23514 \backslash
23515 let
23516 \backslash
23517 myHdashline
23518 \backslash
23519 hdashline
23520 \begin_inset Newline newline
23521 \end_inset
23522
23523
23524 \backslash
23525 renewcommand{
23526 \backslash
23527 hdashline}
23528 \begin_inset Newline newline
23529 \end_inset
23530
23531
23532 \begin_inset Phantom HPhantom
23533 status open
23534
23535 \begin_layout Plain Layout
23536 \begin_inset space ~
23537 \end_inset
23538
23539
23540 \end_layout
23541
23542 \end_inset
23543
23544 {
23545 \backslash
23546 arrayrulecolor{red}
23547 \backslash
23548 myHdashline
23549 \backslash
23550 arrayrulecolor{black}}
23551 \end_layout
23552
23553 \begin_layout Standard
23554 To color 
23555 \series bold
23556
23557 \backslash
23558 cdashline
23559 \series default
23560 , the command is
23561 \end_layout
23562
23563 \begin_layout Standard
23564
23565 \series bold
23566
23567 \backslash
23568 let
23569 \backslash
23570 myCdashline
23571 \backslash
23572 cdashline
23573 \begin_inset Newline newline
23574 \end_inset
23575
23576
23577 \backslash
23578 renewcommand{
23579 \backslash
23580 cdashline}[1]
23581 \begin_inset Newline newline
23582 \end_inset
23583
23584
23585 \begin_inset Phantom HPhantom
23586 status open
23587
23588 \begin_layout Plain Layout
23589 \begin_inset space ~
23590 \end_inset
23591
23592
23593 \end_layout
23594
23595 \end_inset
23596
23597 {
23598 \backslash
23599 arrayrulecolor{red}
23600 \backslash
23601 myCdashline{#1}
23602 \backslash
23603 arrayrulecolor{black}}
23604 \end_layout
23605
23606 \begin_layout Standard
23607 To get back the black line color, one needs to insert the following commands
23608  as TeX-Code behind the table:
23609 \end_layout
23610
23611 \begin_layout Standard
23612 For 
23613 \series bold
23614
23615 \backslash
23616 hdashline
23617 \end_layout
23618
23619 \begin_layout Standard
23620
23621 \series bold
23622
23623 \backslash
23624 renewcommand{
23625 \backslash
23626 hdashline}{
23627 \backslash
23628 myHdashline}
23629 \end_layout
23630
23631 \begin_layout Standard
23632 and for 
23633 \series bold
23634
23635 \backslash
23636 cdashline
23637 \end_layout
23638
23639 \begin_layout Standard
23640
23641 \series bold
23642
23643 \backslash
23644 renewcommand{
23645 \backslash
23646 cdashline}{
23647 \backslash
23648 myCdashline}
23649 \end_layout
23650
23651 \begin_layout Standard
23652 To color the gaps between the dashes the command
23653 \end_layout
23654
23655 \begin_layout Standard
23656
23657 \series bold
23658
23659 \backslash
23660 dashgapcolor{color}
23661 \end_layout
23662
23663 \begin_layout Standard
23664 can be used in front of a table as TeX-Code.
23665  color is hereby the name of a defined color.
23666  The command
23667 \end_layout
23668
23669 \begin_layout Standard
23670
23671 \series bold
23672
23673 \backslash
23674 nodashgapcolor
23675 \end_layout
23676
23677 \begin_layout Standard
23678 unsets the changes made by 
23679 \series bold
23680
23681 \backslash
23682 dashgapcolor
23683 \series default
23684 .
23685 \end_layout
23686
23687 \begin_layout Standard
23688 \begin_inset Note Greyedout
23689 status open
23690
23691 \begin_layout Plain Layout
23692
23693 \series bold
23694 \color none
23695 Note
23696 \series default
23697 : If there are multiple commands in a cell, the command of 
23698 \series bold
23699 arydshln
23700 \series default
23701  needs to be the first one in the cell.
23702  Therefore in cell 
23703 \emph on
23704 k
23705 \emph default
23706  of Table
23707 \begin_inset space ~
23708 \end_inset
23709
23710
23711 \begin_inset CommandInset ref
23712 LatexCommand ref
23713 reference "tab:Colored-table-with"
23714
23715 \end_inset
23716
23717  the command 
23718 \series bold
23719
23720 \backslash
23721 hdashline
23722 \series default
23723  is before 
23724 \series bold
23725
23726 \backslash
23727 rowcolor
23728 \series default
23729 .
23730 \end_layout
23731
23732 \end_inset
23733
23734
23735 \end_layout
23736
23737 \begin_layout Standard
23738 \begin_inset Note Greyedout
23739 status open
23740
23741 \begin_layout Plain Layout
23742
23743 \series bold
23744 \color none
23745 Note:
23746 \series default
23747  The LaTeX-package 
23748 \series bold
23749 arydshln
23750 \series default
23751  must be loaded in the document preamble before the LaTeX-package 
23752 \series bold
23753 colortbl
23754 \series default
23755
23756 \begin_inset Index idx
23757 status collapsed
23758
23759 \begin_layout Plain Layout
23760 LaTeX-packages ! colortbl
23761 \end_layout
23762
23763 \end_inset
23764
23765 .
23766 \end_layout
23767
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \begin_layout Standard
23774 \begin_inset ERT
23775 status collapsed
23776
23777 \begin_layout Plain Layout
23778
23779
23780 \backslash
23781 else
23782 \end_layout
23783
23784 \end_inset
23785
23786
23787 \begin_inset Note Note
23788 status open
23789
23790 \begin_layout Plain Layout
23791 The following will be displayed when the LaTeX-package 
23792 \series bold
23793 arydshln
23794 \series default
23795  is not installed:
23796 \end_layout
23797
23798 \end_inset
23799
23800
23801 \end_layout
23802
23803 \begin_layout Standard
23804 You need to install the package 
23805 \series bold
23806 arydshln
23807 \series default
23808  to see the content of this section in the output.
23809 \end_layout
23810
23811 \begin_layout Standard
23812 \begin_inset ERT
23813 status collapsed
23814
23815 \begin_layout Plain Layout
23816
23817
23818 \backslash
23819 fi
23820 \end_layout
23821
23822 \end_inset
23823
23824
23825 \end_layout
23826
23827 \begin_layout Standard
23828 For more information about dashed lines see the documentation of 
23829 \series bold
23830 arydshln
23831 \series default
23832
23833 \begin_inset CommandInset citation
23834 LatexCommand cite
23835 key "arydshln"
23836
23837 \end_inset
23838
23839 .
23840 \end_layout
23841
23842 \begin_layout Chapter
23843 Floats
23844 \begin_inset CommandInset label
23845 LatexCommand label
23846 name "chap:Floats"
23847
23848 \end_inset
23849
23850
23851 \begin_inset Index idx
23852 status collapsed
23853
23854 \begin_layout Plain Layout
23855 Floats
23856 \end_layout
23857
23858 \end_inset
23859
23860
23861 \end_layout
23862
23863 \begin_layout Section
23864 Introduction
23865 \begin_inset CommandInset label
23866 LatexCommand label
23867 name "sec:FloatIntroduction"
23868
23869 \end_inset
23870
23871
23872 \begin_inset Index idx
23873 status collapsed
23874
23875 \begin_layout Plain Layout
23876 Floats ! Introduction
23877 \end_layout
23878
23879 \end_inset
23880
23881
23882 \end_layout
23883
23884 \begin_layout Standard
23885 A float is a block of text associated with some sort of label, which doesn't
23886  have a fixed location.
23887  It can 
23888 \begin_inset Quotes eld
23889 \end_inset
23890
23891 float
23892 \begin_inset Quotes erd
23893 \end_inset
23894
23895  forward or backward a page or two, to wherever it fits best.
23896  
23897 \family sans
23898 Footnotes
23899 \family default
23900  and 
23901 \family sans
23902 Margin
23903 \begin_inset space ~
23904 \end_inset
23905
23906 Notes
23907 \family default
23908  are also floats because they can float to the next page when there are
23909  too many notes on the page.
23910 \end_layout
23911
23912 \begin_layout Standard
23913 Floats allow a high quality layout.
23914  Images and tables can be spread evenly among the pages to avoid white space
23915  and pages without text.
23916  As the floating often destroys the context between the text and the image/table
23917 , every float can be referenced in the text.
23918  Floats are therefore numbered.
23919  Referencing is described in section
23920 \begin_inset space ~
23921 \end_inset
23922
23923
23924 \begin_inset CommandInset ref
23925 LatexCommand ref
23926 reference "sec:Referencing-Floats"
23927
23928 \end_inset
23929
23930 .
23931 \end_layout
23932
23933 \begin_layout Standard
23934 To insert a float, use the menu 
23935 \family sans
23936 Insert\SpecialChar \menuseparator
23937 Float
23938 \family default
23939  (toolbar button 
23940 \begin_inset Info
23941 type  "icon"
23942 arg   "float-insert figure"
23943 \end_inset
23944
23945  or 
23946 \begin_inset Info
23947 type  "icon"
23948 arg   "float-insert table"
23949 \end_inset
23950
23951 ).
23952  This inserts the 
23953 \family sans
23954 Caption
23955 \family default
23956  inset, a box with a label.
23957  The label will automatically be translated to the document language in
23958  the output.
23959  After the label you can insert the caption text.
23960  The image or table is inserted above or below the caption in a separate
23961  paragraph within the float.
23962  More about the caption placement is contained in section
23963 \begin_inset space ~
23964 \end_inset
23965
23966
23967 \begin_inset CommandInset ref
23968 LatexCommand ref
23969 reference "sec:Caption-Placement"
23970
23971 \end_inset
23972
23973 .
23974  To keep your LyX-document readable, you can open and close the float box
23975  by left-clicking on the box label.
23976  A closed float box looks like this: 
23977 \begin_inset Graphics
23978         filename clipart/floatQt4.png
23979         scale 70
23980         scaleBeforeRotation
23981
23982 \end_inset
23983
23984  â€“ a gray button with a red label.
23985 \end_layout
23986
23987 \begin_layout Standard
23988 It is recommended that you insert floats as separate standard paragraphs
23989  to avoid possible LaTeX-errors that can occur when the surrounding text
23990  is specially formatted.
23991 \end_layout
23992
23993 \begin_layout Standard
23994 Existing figures or tables can be put into a float by highlighting them
23995  and then pressing the corresponding toolbar button for a new float.
23996 \end_layout
23997
23998 \begin_layout Section
23999 Float Types
24000 \end_layout
24001
24002 \begin_layout Standard
24003 Besides figure and table floats that are described in sections
24004 \begin_inset space ~
24005 \end_inset
24006
24007
24008 \begin_inset CommandInset ref
24009 LatexCommand ref
24010 reference "sec:Figure-Floats"
24011
24012 \end_inset
24013
24014  and 
24015 \begin_inset CommandInset ref
24016 LatexCommand ref
24017 reference "sec:Table-Floats"
24018
24019 \end_inset
24020
24021  respectively, LyX offers the float types 
24022 \family sans
24023 Algorithm
24024 \family default
24025  and 
24026 \family sans
24027 Wrap
24028 \family default
24029 .
24030  The latter are explained in sec.
24031 \begin_inset space \thinspace{}
24032 \end_inset
24033
24034
24035 \begin_inset CommandInset ref
24036 LatexCommand ref
24037 reference "sec:Wrap-Floats"
24038
24039 \end_inset
24040
24041 .
24042 \end_layout
24043
24044 \begin_layout Subsection
24045 Algorithm Floats
24046 \begin_inset Index idx
24047 status collapsed
24048
24049 \begin_layout Plain Layout
24050 Floats ! Algorithms
24051 \end_layout
24052
24053 \end_inset
24054
24055
24056 \end_layout
24057
24058 \begin_layout Standard
24059 \begin_inset Float algorithm
24060 placement h
24061 wide false
24062 sideways false
24063 status open
24064
24065 \begin_layout Plain Layout
24066 \begin_inset Caption Standard
24067
24068 \begin_layout Plain Layout
24069 \begin_inset CommandInset label
24070 LatexCommand label
24071 name "alg:Example-Algorithm-float"
24072
24073 \end_inset
24074
24075 Example Algorithm float
24076 \end_layout
24077
24078 \end_inset
24079
24080
24081 \end_layout
24082
24083 \begin_layout LyX-Code
24084 for I in 1..N loop
24085 \begin_inset Newline newline
24086 \end_inset
24087
24088  Sum:= Sum + A(I); /*comment*/
24089 \begin_inset Newline newline
24090 \end_inset
24091
24092 end loop
24093 \begin_inset VSpace -4mm
24094 \end_inset
24095
24096
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \end_layout
24103
24104 \begin_layout Standard
24105 This float type is inserted with the menu 
24106 \family sans
24107 Insert\SpecialChar \menuseparator
24108 Float\SpecialChar \menuseparator
24109 Algorithm
24110 \family default
24111 .
24112  It is used for program codes and descriptions of algorithms and can be
24113  seen as an alternative to program code listings that are explained in chapter
24114 \begin_inset space ~
24115 \end_inset
24116
24117
24118 \begin_inset CommandInset ref
24119 LatexCommand ref
24120 reference "cha:Program-Code-Listings"
24121
24122 \end_inset
24123
24124 .
24125  A possible environment for algorithms is the 
24126 \family sans
24127 LyX-Code
24128 \family default
24129 , described in LyX's 
24130 \emph on
24131 Userguide
24132 \emph default
24133 .
24134  Algorithm
24135 \begin_inset space ~
24136 \end_inset
24137
24138
24139 \begin_inset CommandInset ref
24140 LatexCommand ref
24141 reference "alg:Example-Algorithm-float"
24142
24143 \end_inset
24144
24145  is an example of an algorithm float where -4
24146 \begin_inset space \thinspace{}
24147 \end_inset
24148
24149 mm vertical space was added at the end of the float to have the bottom rule
24150  exactly below the last text line.
24151 \end_layout
24152
24153 \begin_layout Standard
24154 The float label is not automatically translated into the document language.
24155  If your document is not in English, you have to do this manually by adding
24156  the following line to the document preamble
24157 \series bold
24158 :
24159 \end_layout
24160
24161 \begin_layout Standard
24162
24163 \series bold
24164
24165 \backslash
24166 floatname{algorithm}{your
24167 \begin_inset space ~
24168 \end_inset
24169
24170 name}
24171 \end_layout
24172
24173 \begin_layout Standard
24174 where 
24175 \family sans
24176 your
24177 \begin_inset space ~
24178 \end_inset
24179
24180 name
24181 \family default
24182  is the word 
24183 \begin_inset Quotes eld
24184 \end_inset
24185
24186
24187 \emph on
24188 algorithm
24189 \emph default
24190
24191 \begin_inset Quotes erd
24192 \end_inset
24193
24194  in your language.
24195 \end_layout
24196
24197 \begin_layout Standard
24198 To insert the list of algorithms you can use the menu 
24199 \family sans
24200 Insert\SpecialChar \menuseparator
24201 List
24202 \begin_inset space \thinspace{}
24203 \end_inset
24204
24205 /
24206 \begin_inset space \thinspace{}
24207 \end_inset
24208
24209 TOC\SpecialChar \menuseparator
24210 List of Algorithms
24211 \family default
24212  when your document has the same language as LyX's menu names.
24213  In other cases use this command in TeX-Code instead:
24214 \end_layout
24215
24216 \begin_layout Standard
24217
24218 \series bold
24219
24220 \backslash
24221 listof{algorithm}{your
24222 \begin_inset space ~
24223 \end_inset
24224
24225 name}
24226 \end_layout
24227
24228 \begin_layout Standard
24229 where 
24230 \family sans
24231 your
24232 \begin_inset space ~
24233 \end_inset
24234
24235 name
24236 \family default
24237  is the word 
24238 \begin_inset Quotes eld
24239 \end_inset
24240
24241
24242 \emph on
24243 List of Algorithm
24244 \emph default
24245 s
24246 \begin_inset Quotes erd
24247 \end_inset
24248
24249  in your language.
24250 \end_layout
24251
24252 \begin_layout Standard
24253 Algorithm floats are not by default numbered in the scheme 
24254 \begin_inset Quotes eld
24255 \end_inset
24256
24257 chapter.algorithm
24258 \begin_inset Quotes erd
24259 \end_inset
24260
24261  as is the case for table and figure floats in many document-classes.
24262  To number algorithm floats in the same scheme, add this command to your
24263  document preamble:
24264 \end_layout
24265
24266 \begin_layout Standard
24267
24268 \series bold
24269
24270 \backslash
24271 numberwithin{algorithm}{chapter}
24272 \end_layout
24273
24274 \begin_layout Standard
24275 To be able to use the command 
24276 \series bold
24277
24278 \backslash
24279 numberwithin
24280 \series default
24281 , set in the tab 
24282 \family sans
24283 Math
24284 \begin_inset space ~
24285 \end_inset
24286
24287 Options
24288 \family default
24289  in the document settings the option 
24290 \family sans
24291 Use
24292 \begin_inset space ~
24293 \end_inset
24294
24295 AMS
24296 \begin_inset space ~
24297 \end_inset
24298
24299 math
24300 \begin_inset space ~
24301 \end_inset
24302
24303 package
24304 \family default
24305 .
24306 \end_layout
24307
24308 \begin_layout Section
24309 Float Numbering
24310 \begin_inset Index idx
24311 status collapsed
24312
24313 \begin_layout Plain Layout
24314 Floats ! Numbering
24315 \end_layout
24316
24317 \end_inset
24318
24319
24320 \end_layout
24321
24322 \begin_layout Standard
24323 Floats are usually numbered either independently from the sections the floats
24324  are in, or in the scheme 
24325 \begin_inset Quotes eld
24326 \end_inset
24327
24328 chapter.number
24329 \begin_inset Quotes erd
24330 \end_inset
24331
24332  or 
24333 \begin_inset Quotes eld
24334 \end_inset
24335
24336 section.number
24337 \begin_inset Quotes erd
24338 \end_inset
24339
24340 .
24341  This depends on the document class used.
24342 \end_layout
24343
24344 \begin_layout Standard
24345 To change section-independent numbering, you can use this command in the
24346  document preamble:
24347 \end_layout
24348
24349 \begin_layout Standard
24350
24351 \series bold
24352
24353 \backslash
24354 renewcommand{
24355 \backslash
24356 thetable}{
24357 \backslash
24358 roman{table}}
24359 \end_layout
24360
24361 \begin_layout Standard
24362
24363 \series bold
24364
24365 \backslash
24366 thetable
24367 \series default
24368  is the command that prints the table number.
24369  For figure floats, the command would be 
24370 \series bold
24371
24372 \backslash
24373 thefigure
24374 \series default
24375 .
24376  
24377 \series bold
24378
24379 \backslash
24380 roman
24381 \series default
24382  in the command above prints the table number as a small roman number.
24383 \end_layout
24384
24385 \begin_layout Standard
24386 To change the numbering scheme for example to 
24387 \begin_inset Quotes eld
24388 \end_inset
24389
24390 subsection.number
24391 \begin_inset Quotes erd
24392 \end_inset
24393
24394 , use this command in the preamble:
24395 \end_layout
24396
24397 \begin_layout Standard
24398
24399 \series bold
24400
24401 \backslash
24402 numberwithin{table}{subsection}
24403 \end_layout
24404
24405 \begin_layout Standard
24406 To be able to use the command 
24407 \series bold
24408
24409 \backslash
24410 numberwithin
24411 \series default
24412 , set in the tab 
24413 \family sans
24414 Math
24415 \begin_inset space ~
24416 \end_inset
24417
24418 Options
24419 \family default
24420  in the document settings the option 
24421 \family sans
24422 Use
24423 \begin_inset space ~
24424 \end_inset
24425
24426 AMS
24427 \begin_inset space ~
24428 \end_inset
24429
24430 math
24431 \begin_inset space ~
24432 \end_inset
24433
24434 package
24435 \family default
24436 .
24437 \end_layout
24438
24439 \begin_layout Standard
24440 Please also have a look at section
24441 \begin_inset space ~
24442 \end_inset
24443
24444
24445 \begin_inset CommandInset ref
24446 LatexCommand ref
24447 reference "sub:Footnote-Numbering"
24448
24449 \end_inset
24450
24451  for the details and important notes about the numbering commands.
24452 \end_layout
24453
24454 \begin_layout Section
24455 Referencing Floats
24456 \begin_inset CommandInset label
24457 LatexCommand label
24458 name "sec:Referencing-Floats"
24459
24460 \end_inset
24461
24462
24463 \begin_inset Index idx
24464 status collapsed
24465
24466 \begin_layout Plain Layout
24467 Floats ! References
24468 \end_layout
24469
24470 \end_inset
24471
24472
24473 \begin_inset Index idx
24474 status collapsed
24475
24476 \begin_layout Plain Layout
24477 References ! to Floats
24478 \end_layout
24479
24480 \end_inset
24481
24482
24483 \end_layout
24484
24485 \begin_layout Standard
24486 To reference a float, insert a label into its caption using the menu 
24487 \family sans
24488 Insert\SpecialChar \menuseparator
24489 Label
24490 \family default
24491  or the toolbar button 
24492 \begin_inset Info
24493 type  "icon"
24494 arg   "label-insert"
24495 \end_inset
24496
24497 .
24498  A grey label box like this one: 
24499 \begin_inset Graphics
24500         filename clipart/labelQt4.png
24501         scale 85
24502         scaleBeforeRotation
24503
24504 \end_inset
24505
24506  will be inserted and the label window pops up asking for the label text.
24507  LyX offers as text the first words of the caption with a prefix.
24508  The prefix depends on the float type, e.
24509 \begin_inset space \thinspace{}
24510 \end_inset
24511
24512 g.
24513 \begin_inset space \space{}
24514 \end_inset
24515
24516 for figure floats the prefix will be "
24517 \family sans
24518 fig:
24519 \family default
24520 ".
24521 \end_layout
24522
24523 \begin_layout Standard
24524 The label is used as anchor and name for the reference.
24525  You can refer to the label using the menu 
24526 \family sans
24527 Insert\SpecialChar \menuseparator
24528 Cross-reference
24529 \family default
24530  or the toolbar button 
24531 \begin_inset Info
24532 type  "icon"
24533 arg   "dialog-show-new-inset ref"
24534 \end_inset
24535
24536 .
24537  The cross-reference window appears showing all labels of the document.
24538  If you have multiple LyX-documents opened, choose the one you are working
24539  on from the drop-list at the top of the dialog.
24540  You can now sort the labels alphabetically and then choose one.
24541  A grey cross-reference box like this one: 
24542 \begin_inset Graphics
24543         filename clipart/referenceQt4.png
24544         scale 85
24545         scaleBeforeRotation
24546
24547 \end_inset
24548
24549  will be inserted.
24550  At the position of the cross-reference box the float number will appear
24551  in the output.
24552 \end_layout
24553
24554 \begin_layout Standard
24555 It is recommended that you use a protected space between the cross-reference
24556  name and its number to avoid line breaks between them.
24557  If a cross-reference refers to a non-existing label, you will see two question
24558  marks in the output instead of the reference.
24559 \end_layout
24560
24561 \begin_layout Standard
24562 You can change labels at any time by clicking on the label box.
24563  References to the changed label will automatically update their links to
24564  the new label text.
24565 \end_layout
24566
24567 \begin_layout Standard
24568 The button 
24569 \family sans
24570 Go
24571 \begin_inset space ~
24572 \end_inset
24573
24574 to
24575 \begin_inset space ~
24576 \end_inset
24577
24578 Label
24579 \family default
24580  in the cross-reference window sets the cursor before the referred label.
24581  The button text changes then to Go
24582 \begin_inset space ~
24583 \end_inset
24584
24585 Back and you can use it to set the cursor back to the cross-reference.
24586 \end_layout
24587
24588 \begin_layout Subsection
24589 Cross-Reference Formats
24590 \begin_inset CommandInset label
24591 LatexCommand label
24592 name "sub:Cross-Reference-Formats"
24593
24594 \end_inset
24595
24596
24597 \begin_inset Index idx
24598 status collapsed
24599
24600 \begin_layout Plain Layout
24601 References ! Formats
24602 \end_layout
24603
24604 \end_inset
24605
24606
24607 \end_layout
24608
24609 \begin_layout Standard
24610 There are six varieties of cross-references:
24611 \end_layout
24612
24613 \begin_layout Description
24614 <reference>: prints the float number, this is the default: 
24615 \begin_inset CommandInset ref
24616 LatexCommand ref
24617 reference "fig:Two-distorted-images"
24618
24619 \end_inset
24620
24621
24622 \end_layout
24623
24624 \begin_layout Description
24625 (<reference>): prints the float number within two parentheses, this is the
24626  style normally used to reference formulas, especially when the reference
24627  name 
24628 \begin_inset Quotes eld
24629 \end_inset
24630
24631 Equation
24632 \begin_inset Quotes erd
24633 \end_inset
24634
24635  is omitted: 
24636 \begin_inset CommandInset ref
24637 LatexCommand eqref
24638 reference "eq:Wgn"
24639
24640 \end_inset
24641
24642
24643 \end_layout
24644
24645 \begin_layout Description
24646 <page>: prints the page number: Page
24647 \begin_inset space ~
24648 \end_inset
24649
24650
24651 \begin_inset CommandInset ref
24652 LatexCommand pageref
24653 reference "fig:Two-distorted-images"
24654
24655 \end_inset
24656
24657
24658 \end_layout
24659
24660 \begin_layout Description
24661 on
24662 \begin_inset space ~
24663 \end_inset
24664
24665 page
24666 \begin_inset space ~
24667 \end_inset
24668
24669 <page>: prints the text "on page" and the page number: 
24670 \begin_inset CommandInset ref
24671 LatexCommand vpageref
24672 reference "fig:Two-distorted-images"
24673
24674 \end_inset
24675
24676
24677 \end_layout
24678
24679 \begin_layout Description
24680 <reference>
24681 \begin_inset space ~
24682 \end_inset
24683
24684 on
24685 \begin_inset space ~
24686 \end_inset
24687
24688 page
24689 \begin_inset space ~
24690 \end_inset
24691
24692 <page>: prints the float number, the text "on page", and the page number:
24693  
24694 \begin_inset CommandInset ref
24695 LatexCommand vref
24696 reference "fig:Two-distorted-images"
24697
24698 \end_inset
24699
24700
24701 \end_layout
24702
24703 \begin_layout Description
24704 Formatted
24705 \begin_inset space ~
24706 \end_inset
24707
24708 reference: prints a self-defined cross-reference format.
24709 \begin_inset Newline newline
24710 \end_inset
24711
24712
24713 \begin_inset Note Greyedout
24714 status open
24715
24716 \begin_layout Plain Layout
24717
24718 \series bold
24719 Note:
24720 \series default
24721  This feature is only available when you have the LaTeX-package 
24722 \series bold
24723 prettyref
24724 \series default
24725  or 
24726 \series bold
24727 refstyle
24728 \series default
24729
24730 \begin_inset Index idx
24731 status collapsed
24732
24733 \begin_layout Plain Layout
24734 LaTeX-packages ! prettyref
24735 \end_layout
24736
24737 \end_inset
24738
24739
24740 \begin_inset Index idx
24741 status collapsed
24742
24743 \begin_layout Plain Layout
24744 LaTeX-packages ! refstyle
24745 \end_layout
24746
24747 \end_inset
24748
24749  installed.
24750 \end_layout
24751
24752 \end_inset
24753
24754
24755 \begin_inset Newline newline
24756 \end_inset
24757
24758 You can select which LaTeX-package should be used for this feature by setting
24759  the option 
24760 \family sans
24761 Use refstyle (not prettyref) for cross-references
24762 \family default
24763  in the menu 
24764 \family sans
24765 Document\SpecialChar \menuseparator
24766 Settings\SpecialChar \menuseparator
24767 Document Class
24768 \family default
24769 .
24770  The format is specified by adding the command 
24771 \series bold
24772
24773 \backslash
24774 newrefformat
24775 \series default
24776  (prettyref) or 
24777 \series bold
24778
24779 \backslash
24780 newref
24781 \series default
24782  (refstyle) to the preamble of the document.
24783  For example redefining all references to figures (which have the label
24784  shortcut 
24785 \begin_inset Quotes eld
24786 \end_inset
24787
24788
24789 \family sans
24790 fig
24791 \family default
24792
24793 \begin_inset Quotes erd
24794 \end_inset
24795
24796 ) can be done with this command
24797 \begin_inset Newline newline
24798 \end_inset
24799
24800
24801 \series bold
24802
24803 \backslash
24804 newref{fig}{refcmd={Image on page 
24805 \backslash
24806 pageref{#1}}}
24807 \series default
24808
24809 \begin_inset Newline newline
24810 \end_inset
24811
24812 For more information about the format, have a look at the package documentations
24813
24814 \begin_inset CommandInset citation
24815 LatexCommand cite
24816 key "prettyref,refstyle"
24817
24818 \end_inset
24819
24820 .
24821 \end_layout
24822
24823 \begin_layout Description
24824 Textual
24825 \begin_inset space ~
24826 \end_inset
24827
24828 reference: prints the caption of the reference: 
24829 \begin_inset CommandInset ref
24830 LatexCommand nameref
24831 reference "fig:Two-distorted-images"
24832
24833 \end_inset
24834
24835
24836 \end_layout
24837
24838 \begin_layout Standard
24839
24840 \family sans
24841 <page>
24842 \family default
24843  will not print the page number if the label is on the previous, the same,
24844  or the next page.
24845  You will e.
24846 \begin_inset space \thinspace{}
24847 \end_inset
24848
24849 g.
24850 \begin_inset space \space{}
24851 \end_inset
24852
24853 see the text 
24854 \begin_inset Quotes eld
24855 \end_inset
24856
24857
24858 \family sans
24859 on this page
24860 \family default
24861
24862 \begin_inset Quotes erd
24863 \end_inset
24864
24865  instead.
24866  The style 
24867 \family sans
24868 <reference> on page <page>
24869 \family default
24870  will not print anything about the page if the label is on the same page.
24871 \end_layout
24872
24873 \begin_layout Standard
24874 The number and current page of the part of the document referred to in the
24875  output is automatically calculated by LaTeX.
24876  The varieties are adjusted in the field 
24877 \family sans
24878 Format
24879 \family default
24880  of the cross-reference window that appears when you click on the cross-referenc
24881 e box.
24882 \end_layout
24883
24884 \begin_layout Standard
24885 \begin_inset Note Greyedout
24886 status open
24887
24888 \begin_layout Plain Layout
24889
24890 \series bold
24891 Note:
24892 \series default
24893  It is recommended to use the LaTeX-package 
24894 \series bold
24895 refstyle
24896 \series default
24897
24898 \begin_inset Index idx
24899 status collapsed
24900
24901 \begin_layout Plain Layout
24902 LaTeX-packages ! refstyle
24903 \end_layout
24904
24905 \end_inset
24906
24907  because 
24908 \series bold
24909 prettyref
24910 \series default
24911
24912 \begin_inset Index idx
24913 status collapsed
24914
24915 \begin_layout Plain Layout
24916 LaTeX-packages ! prettyref
24917 \end_layout
24918
24919 \end_inset
24920
24921  does not know all of LyX's possible label shortcuts
24922 \begin_inset Foot
24923 status collapsed
24924
24925 \begin_layout Plain Layout
24926 \begin_inset Quotes eld
24927 \end_inset
24928
24929 fig:
24930 \begin_inset Quotes erd
24931 \end_inset
24932
24933  is for example LyX's shortcut for labels in figure captions.
24934 \end_layout
24935
24936 \end_inset
24937
24938  and is not internationalized.
24939 \end_layout
24940
24941 \end_inset
24942
24943
24944 \end_layout
24945
24946 \begin_layout Standard
24947 \begin_inset Note Greyedout
24948 status open
24949
24950 \begin_layout Plain Layout
24951
24952 \series bold
24953 Note:
24954 \series default
24955  Due to a bug in the LaTeX-package 
24956 \series bold
24957 varioref
24958 \series default
24959  version 1.4w, some cross-reference formats will cause LaTeX errors for document
24960  languages that make the period character active (like French).
24961  For a workaround, see
24962 \begin_inset Newline newline
24963 \end_inset
24964
24965
24966 \begin_inset CommandInset href
24967 LatexCommand href
24968 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
24969
24970 \end_inset
24971
24972 .
24973 \end_layout
24974
24975 \end_inset
24976
24977
24978 \end_layout
24979
24980 \begin_layout Subsection
24981 Automatic Reference Naming
24982 \begin_inset Index idx
24983 status collapsed
24984
24985 \begin_layout Plain Layout
24986 References ! Automatic Reference Naming
24987 \end_layout
24988
24989 \end_inset
24990
24991
24992 \end_layout
24993
24994 \begin_layout Standard
24995 The LaTeX-package 
24996 \series bold
24997 hyperref
24998 \series default
24999
25000 \begin_inset Index idx
25001 status collapsed
25002
25003 \begin_layout Plain Layout
25004 LaTeX-packages ! hyperref
25005 \end_layout
25006
25007 \end_inset
25008
25009 , that is enabled in the 
25010 \family sans
25011 PDF Properties
25012 \family default
25013  of the 
25014 \family sans
25015 Document Settings
25016 \family default
25017  dialog, provides a very useful feature that cross-references automatically
25018  include the name of the referenced floats (or text parts like 
25019 \emph on
25020 section
25021 \emph default
25022 ).
25023  So you will save having to write e.
25024 \begin_inset space \thinspace{}
25025 \end_inset
25026
25027 g.
25028 \begin_inset space \space{}
25029 \end_inset
25030
25031 the name 
25032 \begin_inset Quotes eld
25033 \end_inset
25034
25035 Figure
25036 \begin_inset Quotes erd
25037 \end_inset
25038
25039  before every reference to a figure.
25040  To use this feature, enable 
25041 \series bold
25042 hyperref
25043 \series default
25044  and insert this line to the LaTeX preamble:
25045 \end_layout
25046
25047 \begin_layout Standard
25048
25049 \series bold
25050
25051 \backslash
25052 AtBeginDocument{
25053 \backslash
25054 renewcommand{
25055 \backslash
25056 ref}[1]{
25057 \backslash
25058 mbox{
25059 \backslash
25060 autoref{#1}}}}
25061 \end_layout
25062
25063 \begin_layout Standard
25064 When you prefer other reference names than the default ones, for example
25065  you want instead of 
25066 \begin_inset Quotes eld
25067 \end_inset
25068
25069 section
25070 \begin_inset Quotes erd
25071 \end_inset
25072
25073  the name 
25074 \begin_inset Quotes eld
25075 \end_inset
25076
25077 sec.
25078 \begin_inset space \thinspace{}
25079 \end_inset
25080
25081
25082 \begin_inset Quotes eld
25083 \end_inset
25084
25085 , you can redefine the name by inserting this in the preamble:
25086 \end_layout
25087
25088 \begin_layout Standard
25089
25090 \series bold
25091
25092 \backslash
25093 addto
25094 \backslash
25095 extrasenglish{
25096 \backslash
25097 renewcommand{
25098 \backslash
25099 sectionautorefname}
25100 \begin_inset Newline newline
25101 \end_inset
25102
25103
25104 \begin_inset Phantom HPhantom
25105 status open
25106
25107 \begin_layout Plain Layout
25108
25109 \series bold
25110 \begin_inset space ~
25111 \end_inset
25112
25113
25114 \end_layout
25115
25116 \end_inset
25117
25118 {sec.
25119 \backslash
25120 negthinspace}}
25121 \end_layout
25122
25123 \begin_layout Standard
25124 When you are using another document language than English, replace
25125 \begin_inset Newline newline
25126 \end_inset
25127
25128
25129 \series bold
25130
25131 \backslash
25132 extrasenglish
25133 \series default
25134  by 
25135 \series bold
25136
25137 \backslash
25138 extras***
25139 \series default
25140 , where *** is the name of the language used.
25141 \end_layout
25142
25143 \begin_layout Standard
25144 To get automatic names, but not for certain reference types, for example
25145  not for equations, use this preamble code:
25146 \end_layout
25147
25148 \begin_layout Standard
25149
25150 \series bold
25151
25152 \backslash
25153 addto
25154 \backslash
25155 extrasenglish{
25156 \backslash
25157 renewcommand*{
25158 \backslash
25159 equationautorefname}[1]{}}
25160 \end_layout
25161
25162 \begin_layout Standard
25163 More about this topic can be found in 
25164 \series bold
25165 hyperref
25166 \series default
25167 's documentation 
25168 \begin_inset CommandInset citation
25169 LatexCommand cite
25170 key "hyperref"
25171
25172 \end_inset
25173
25174 .
25175 \end_layout
25176
25177 \begin_layout Standard
25178 \begin_inset Note Greyedout
25179 status open
25180
25181 \begin_layout Plain Layout
25182
25183 \series bold
25184 Note:
25185 \series default
25186  Automatic reference naming cannot be used when you use cross-references
25187  in the 
25188 \family sans
25189 Formatted
25190 \begin_inset space ~
25191 \end_inset
25192
25193 reference
25194 \family default
25195  style, as described in section
25196 \begin_inset space ~
25197 \end_inset
25198
25199
25200 \begin_inset CommandInset ref
25201 LatexCommand ref
25202 reference "sub:Cross-Reference-Formats"
25203
25204 \end_inset
25205
25206 .
25207 \end_layout
25208
25209 \end_inset
25210
25211
25212 \end_layout
25213
25214 \begin_layout Standard
25215 The 
25216 \emph on
25217 Math
25218 \emph default
25219  manual is an example where automatic reference naming is used.
25220 \end_layout
25221
25222 \begin_layout Subsection
25223 Reference Position
25224 \begin_inset CommandInset label
25225 LatexCommand label
25226 name "sub:Reference-Position"
25227
25228 \end_inset
25229
25230
25231 \begin_inset Index idx
25232 status collapsed
25233
25234 \begin_layout Plain Layout
25235 References ! Reference Position
25236 \end_layout
25237
25238 \end_inset
25239
25240
25241 \end_layout
25242
25243 \begin_layout Standard
25244 If you use 
25245 \series bold
25246 hyperref
25247 \series default
25248
25249 \begin_inset Index idx
25250 status collapsed
25251
25252 \begin_layout Plain Layout
25253 LaTeX-packages ! hyperref
25254 \end_layout
25255
25256 \end_inset
25257
25258  in the 
25259 \family sans
25260 PDF Properties
25261 \family default
25262  of the 
25263 \family sans
25264 Document Settings
25265 \family default
25266  dialog to link cross-references in the output, you will see that clicking
25267  on an image float reference jumps to the image label.
25268  The caption will be the first text part on the screen, so that you cannot
25269  see the image without scrolling.
25270  This is because the reference link anchor is placed at the position of
25271  the label.
25272  With the use of the package 
25273 \series bold
25274 hypcap
25275 \series default
25276
25277 \begin_inset Index idx
25278 status collapsed
25279
25280 \begin_layout Plain Layout
25281 LaTeX-packages ! hypcap
25282 \end_layout
25283
25284 \end_inset
25285
25286 , which is part of the LaTeX-package 
25287 \series bold
25288 oberdiek
25289 \series default
25290
25291 \begin_inset Index idx
25292 status collapsed
25293
25294 \begin_layout Plain Layout
25295 LaTeX-packages ! oberdiek
25296 \end_layout
25297
25298 \end_inset
25299
25300 , the link anchor is placed at the beginning of a float.
25301  To use this feature for figure floats, load 
25302 \series bold
25303 hypcap
25304 \series default
25305  in the document preamble with the line
25306 \end_layout
25307
25308 \begin_layout Standard
25309
25310 \series bold
25311
25312 \backslash
25313 usepackage[figure]{hypcap}
25314 \end_layout
25315
25316 \begin_layout Standard
25317 You can also use 
25318 \series bold
25319 hypcap
25320 \series default
25321  for all float types but this is not recommended for stability reasons.
25322  For more information, have a look at 
25323 \series bold
25324 hypcap
25325 \series default
25326 's manual 
25327 \begin_inset CommandInset citation
25328 LatexCommand cite
25329 key "hypcap"
25330
25331 \end_inset
25332
25333 .
25334 \end_layout
25335
25336 \begin_layout Standard
25337 \begin_inset Note Greyedout
25338 status open
25339
25340 \begin_layout Plain Layout
25341
25342 \series bold
25343 Note:
25344 \series default
25345  
25346 \series bold
25347 hypcap
25348 \series default
25349  has no effect on references to subfigures.
25350 \end_layout
25351
25352 \end_inset
25353
25354
25355 \end_layout
25356
25357 \begin_layout Section
25358 Float Placement
25359 \begin_inset CommandInset label
25360 LatexCommand label
25361 name "sec:Float-Placement"
25362
25363 \end_inset
25364
25365
25366 \begin_inset Index idx
25367 status collapsed
25368
25369 \begin_layout Plain Layout
25370 Floats ! Placement
25371 \end_layout
25372
25373 \end_inset
25374
25375
25376 \end_layout
25377
25378 \begin_layout Standard
25379 Right-clicking on a float-box and clicking on 
25380 \family sans
25381 Settings
25382 \family default
25383  opens a dialog where you can alter the placement options that LaTeX uses
25384  for positioning the float.
25385 \begin_inset Newline newline
25386 \end_inset
25387
25388 The option 
25389 \family sans
25390 Span
25391 \begin_inset space ~
25392 \end_inset
25393
25394 columns
25395 \family default
25396  is only useful for two-column documents: If you select it, the float will
25397  span both columns on the page instead of being confined to just one.
25398 \begin_inset Newline newline
25399 \end_inset
25400
25401 The option 
25402 \family sans
25403 Rotate
25404 \begin_inset space ~
25405 \end_inset
25406
25407 sideways
25408 \family default
25409  is used to rotate floats, see section 
25410 \begin_inset CommandInset ref
25411 LatexCommand ref
25412 reference "sec:Rotated-Floats"
25413
25414 \end_inset
25415
25416 .
25417 \end_layout
25418
25419 \begin_layout Standard
25420 You can use one or more of the following options in the float dialog to
25421  set the placement for a particular float when you uncheck the option 
25422 \family sans
25423 Use
25424 \begin_inset space ~
25425 \end_inset
25426
25427 default
25428 \begin_inset space ~
25429 \end_inset
25430
25431 placement
25432 \family default
25433 :
25434 \end_layout
25435
25436 \begin_layout Description
25437 Here
25438 \begin_inset space ~
25439 \end_inset
25440
25441 if
25442 \begin_inset space ~
25443 \end_inset
25444
25445 possible try to place the float on the position where it has been inserted
25446 \end_layout
25447
25448 \begin_layout Description
25449 Top
25450 \begin_inset space ~
25451 \end_inset
25452
25453 of
25454 \begin_inset space ~
25455 \end_inset
25456
25457 page try to place the float at the top of the current page
25458 \end_layout
25459
25460 \begin_layout Description
25461 Bottom
25462 \begin_inset space ~
25463 \end_inset
25464
25465 of
25466 \begin_inset space ~
25467 \end_inset
25468
25469 page try to place the float at the bottom of the current page
25470 \end_layout
25471
25472 \begin_layout Description
25473 Page
25474 \begin_inset space ~
25475 \end_inset
25476
25477 of
25478 \begin_inset space ~
25479 \end_inset
25480
25481 floats try to place the float on its own page
25482 \end_layout
25483
25484 \begin_layout Standard
25485 The order of the above option is 
25486 \emph on
25487 always
25488 \emph default
25489  used by LaTeX.
25490  That means, if you use the default placement, LaTeX will first try out
25491  
25492 \family sans
25493 Here
25494 \begin_inset space ~
25495 \end_inset
25496
25497 if
25498 \begin_inset space ~
25499 \end_inset
25500
25501 possible
25502 \family default
25503 , then 
25504 \family sans
25505 Top
25506 \begin_inset space ~
25507 \end_inset
25508
25509 of
25510 \begin_inset space ~
25511 \end_inset
25512
25513 page
25514 \family default
25515 , and then the others.
25516  If you do not use the default, LaTeX will try only the checked options
25517  but in the same order.
25518  If none of the 4
25519 \begin_inset space ~
25520 \end_inset
25521
25522 placements is possible the procedure is internally repeated trying to put
25523  the float on the following page.
25524 \end_layout
25525
25526 \begin_layout Standard
25527 By default, each option has its own rules:
25528 \end_layout
25529
25530 \begin_layout Labeling
25531 \labelwidthstring 00.00.0000
25532
25533 \family sans
25534 Top
25535 \begin_inset space ~
25536 \end_inset
25537
25538 of
25539 \begin_inset space ~
25540 \end_inset
25541
25542 page
25543 \family default
25544  only floats occupying less than 70
25545 \begin_inset space \thinspace{}
25546 \end_inset
25547
25548 % of the page can be placed at the top of a page (
25549 \series bold
25550
25551 \backslash
25552 topfraction
25553 \series default
25554 )
25555 \end_layout
25556
25557 \begin_layout Labeling
25558 \labelwidthstring 00.00.0000
25559
25560 \family sans
25561 Bottom
25562 \begin_inset space ~
25563 \end_inset
25564
25565 of
25566 \begin_inset space ~
25567 \end_inset
25568
25569 page
25570 \family default
25571 : only floats occupying less than 30
25572 \begin_inset space \thinspace{}
25573 \end_inset
25574
25575 % of the page can be placed at the bottom of a page.
25576  (
25577 \series bold
25578
25579 \backslash
25580 bottomfraction
25581 \series default
25582 )
25583 \end_layout
25584
25585 \begin_layout Labeling
25586 \labelwidthstring 00.00.0000
25587
25588 \family sans
25589 Page
25590 \begin_inset space ~
25591 \end_inset
25592
25593 of
25594 \begin_inset space ~
25595 \end_inset
25596
25597 floats
25598 \family default
25599 : only if more than 50
25600 \begin_inset space \thinspace{}
25601 \end_inset
25602
25603 % of the page is occupied by floats, several floats can be set together
25604  on a page.
25605  (
25606 \series bold
25607
25608 \backslash
25609 floatpagefraction
25610 \series default
25611 )
25612 \end_layout
25613
25614 \begin_layout Standard
25615 If you don't like these rules, you can ignore them by using the additional
25616  option 
25617 \family sans
25618 Ignore
25619 \begin_inset space ~
25620 \end_inset
25621
25622 LaTeX
25623 \begin_inset space ~
25624 \end_inset
25625
25626 rules
25627 \family default
25628 .
25629 \begin_inset Newline newline
25630 \end_inset
25631
25632 You can also redefine the rules with LaTeX-commands that are given in parenthese
25633 s after the rules description above.
25634  To increase for example the often too small default of the bottom-rule
25635  to 50
25636 \begin_inset space \thinspace{}
25637 \end_inset
25638
25639 % of the page, add this line to your document preamble:
25640 \end_layout
25641
25642 \begin_layout Standard
25643
25644 \series bold
25645
25646 \backslash
25647 renewcommand{
25648 \backslash
25649 bottomfraction}{0.5}
25650 \end_layout
25651
25652 \begin_layout Standard
25653 Sometimes you might need, under all circumstances, a float to be placed
25654  exactly at the position where it is inserted.
25655  For this case you can use the option 
25656 \family sans
25657 Here
25658 \begin_inset space ~
25659 \end_inset
25660
25661 definitely
25662 \family default
25663 .
25664  Use this option very rarely and only if the document is almost ready to
25665  be printed, because the float is then no longer able to 
25666 \begin_inset Quotes eld
25667 \end_inset
25668
25669 float
25670 \begin_inset Quotes erd
25671 \end_inset
25672
25673  when you change your document and this will often destroy the page layout.
25674 \end_layout
25675
25676 \begin_layout Standard
25677 There are no placement options for text wrap floats, because they are always
25678  surrounded by the text of a certain paragraph.
25679 \begin_inset VSpace bigskip
25680 \end_inset
25681
25682
25683 \end_layout
25684
25685 \begin_layout Standard
25686 Sometimes you have the problem that a float is placed at the top of a page
25687  while its corresponding section starts at the middle of the page, so that
25688  the reader could think the float is part of the previous section.
25689  To avoid this the LaTeX-command 
25690 \series bold
25691
25692 \backslash
25693 suppressfloats
25694 \series default
25695  can be used.
25696  It suppresses a given float placement for the page where it is inserted
25697  and can therefore be used to avoid floats being set before a section starts.
25698  To get this, add these commands to your document preamble:
25699 \end_layout
25700
25701 \begin_layout Standard
25702
25703 \series bold
25704
25705 \backslash
25706 let
25707 \backslash
25708 mySection
25709 \backslash
25710 section
25711 \begin_inset Newline newline
25712 \end_inset
25713
25714
25715 \backslash
25716 renewcommand{
25717 \backslash
25718 section}{
25719 \backslash
25720 suppressfloats[t]
25721 \backslash
25722 mySection}
25723 \end_layout
25724
25725 \begin_layout Standard
25726 You can define the same for all section headings, like chapters and subsections.
25727  This definition is not recommended to be used for small text parts like
25728  subsubsections because LaTeX may then have problems finding a suitable
25729  placement.
25730 \end_layout
25731
25732 \begin_layout Standard
25733 \begin_inset VSpace bigskip
25734 \end_inset
25735
25736 In some cases it is required to have all figures/tables at the end of the
25737  document.
25738  For this purpose the LaTeX-package 
25739 \series bold
25740 endfloat
25741 \series default
25742
25743 \begin_inset Index idx
25744 status collapsed
25745
25746 \begin_layout Plain Layout
25747 LaTeX-packages ! endfloat
25748 \end_layout
25749
25750 \end_inset
25751
25752  was developed.
25753  It puts all figure and table floats at the end of the document into their
25754  own sections.
25755  At the original float position a text hint like 
25756 \begin_inset Quotes eld
25757 \end_inset
25758
25759
25760 \family sans
25761 [Figure
25762 \begin_inset space ~
25763 \end_inset
25764
25765 3.2 about here.]
25766 \family default
25767
25768 \begin_inset Quotes erd
25769 \end_inset
25770
25771  is inserted.
25772  The endfloat-package is loaded in the preamble with the line
25773 \end_layout
25774
25775 \begin_layout Standard
25776
25777 \series bold
25778
25779 \backslash
25780 usepackage[options]{endfloat}
25781 \end_layout
25782
25783 \begin_layout Standard
25784 There are various package options to format the created figure/table sections.
25785  For more information we refer you to the 
25786 \series bold
25787 endfloat
25788 \series default
25789  documentation 
25790 \begin_inset CommandInset citation
25791 LatexCommand cite
25792 key "endfloat"
25793
25794 \end_inset
25795
25796 .
25797 \begin_inset Newline newline
25798 \end_inset
25799
25800
25801 \begin_inset Note Greyedout
25802 status open
25803
25804 \begin_layout Plain Layout
25805
25806 \series bold
25807 Note: endfloat
25808 \series default
25809  doesn't provide an automatic translation for the text hint, you have to
25810  do this manually, see section
25811 \begin_inset space ~
25812 \end_inset
25813
25814 4 in 
25815 \begin_inset CommandInset citation
25816 LatexCommand cite
25817 key "endfloat"
25818
25819 \end_inset
25820
25821 .
25822 \end_layout
25823
25824 \end_inset
25825
25826
25827 \begin_inset Newline newline
25828 \end_inset
25829
25830
25831 \begin_inset Note Greyedout
25832 status open
25833
25834 \begin_layout Plain Layout
25835
25836 \series bold
25837 Note:
25838 \series default
25839  There is currently a bug in 
25840 \series bold
25841 endfloat
25842 \series default
25843  when the caption contains a German 
25844 \begin_inset Quotes eld
25845 \end_inset
25846
25847 ß
25848 \begin_inset Quotes erd
25849 \end_inset
25850
25851 .
25852  Use in this case the command 
25853 \begin_inset Quotes eld
25854 \end_inset
25855
25856
25857 \series bold
25858
25859 \backslash
25860 ss
25861 \series default
25862
25863 \begin_inset Quotes erd
25864 \end_inset
25865
25866  in TeX-Code instead of 
25867 \begin_inset Quotes eld
25868 \end_inset
25869
25870 ß
25871 \begin_inset Quotes erd
25872 \end_inset
25873
25874 .
25875 \end_layout
25876
25877 \end_inset
25878
25879
25880 \end_layout
25881
25882 \begin_layout Standard
25883 \begin_inset VSpace bigskip
25884 \end_inset
25885
25886 For more details about float placements, have a look at LaTeX books, 
25887 \begin_inset CommandInset citation
25888 LatexCommand cite
25889 key "latexcompanion,latexguide,latexbook"
25890
25891 \end_inset
25892
25893 .
25894 \end_layout
25895
25896 \begin_layout Section
25897 Rotated Floats
25898 \begin_inset CommandInset label
25899 LatexCommand label
25900 name "sec:Rotated-Floats"
25901
25902 \end_inset
25903
25904
25905 \begin_inset Index idx
25906 status collapsed
25907
25908 \begin_layout Plain Layout
25909 Floats ! Rotating
25910 \end_layout
25911
25912 \end_inset
25913
25914
25915 \end_layout
25916
25917 \begin_layout Standard
25918 Especially for wide tables you might have floats rotated.
25919  To rotate a whole float including the caption, right-click on the float-box
25920  and use the option 
25921 \family sans
25922 Rotate
25923 \begin_inset space ~
25924 \end_inset
25925
25926 sideways
25927 \family default
25928 .
25929 \end_layout
25930
25931 \begin_layout Standard
25932 Rotated floats are always placed on a page of their own (or column of their
25933  own; in case you have a multi-column document).
25934  You can let them span several columns using the float settings option 
25935 \family sans
25936 Span
25937 \begin_inset space ~
25938 \end_inset
25939
25940 columns
25941 \family default
25942 .
25943  Floats are rotated so that you can read them from the outside margin.
25944  To force a certain rotation direction for all pages, you can add either
25945  the option 
25946 \series bold
25947 figuresleft
25948 \series default
25949  or 
25950 \series bold
25951 figuresright
25952 \series default
25953  to the document class options.
25954 \end_layout
25955
25956 \begin_layout Standard
25957 Referencing rotated floats is the same as for normal floats, the caption
25958  format is also the same: Table
25959 \begin_inset space ~
25960 \end_inset
25961
25962
25963 \begin_inset CommandInset ref
25964 LatexCommand ref
25965 reference "tab:Rotated-table"
25966
25967 \end_inset
25968
25969  is an example of a rotated table float.
25970 \end_layout
25971
25972 \begin_layout Standard
25973 \begin_inset Note Greyedout
25974 status open
25975
25976 \begin_layout Plain Layout
25977
25978 \series bold
25979 Note:
25980 \series default
25981  Not all DVI-viewers are able to display rotated floats.
25982 \end_layout
25983
25984 \end_inset
25985
25986
25987 \end_layout
25988
25989 \begin_layout Standard
25990 \begin_inset Float table
25991 wide false
25992 sideways true
25993 status open
25994
25995 \begin_layout Plain Layout
25996 \begin_inset Caption Standard
25997
25998 \begin_layout Plain Layout
25999 \begin_inset CommandInset label
26000 LatexCommand label
26001 name "tab:Rotated-table"
26002
26003 \end_inset
26004
26005  Rotated table
26006 \end_layout
26007
26008 \end_inset
26009
26010
26011 \end_layout
26012
26013 \begin_layout Plain Layout
26014 \align center
26015 \begin_inset Tabular
26016 <lyxtabular version="3" rows="1" columns="5">
26017 <features rotate="0" tabularvalignment="middle">
26018 <column alignment="center" valignment="top">
26019 <column alignment="center" valignment="top">
26020 <column alignment="center" valignment="top">
26021 <column alignment="center" valignment="top">
26022 <column alignment="center" valignment="top">
26023 <row>
26024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26025 \begin_inset Text
26026
26027 \begin_layout Plain Layout
26028 test
26029 \end_layout
26030
26031 \end_inset
26032 </cell>
26033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26034 \begin_inset Text
26035
26036 \begin_layout Plain Layout
26037 b
26038 \end_layout
26039
26040 \end_inset
26041 </cell>
26042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26043 \begin_inset Text
26044
26045 \begin_layout Plain Layout
26046 c
26047 \end_layout
26048
26049 \end_inset
26050 </cell>
26051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26052 \begin_inset Text
26053
26054 \begin_layout Plain Layout
26055 d
26056 \end_layout
26057
26058 \end_inset
26059 </cell>
26060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26061 \begin_inset Text
26062
26063 \begin_layout Plain Layout
26064 e
26065 \end_layout
26066
26067 \end_inset
26068 </cell>
26069 </row>
26070 </lyxtabular>
26071
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \end_inset
26078
26079
26080 \end_layout
26081
26082 \begin_layout Section
26083 Subfloats
26084 \begin_inset Index idx
26085 status collapsed
26086
26087 \begin_layout Plain Layout
26088 Floats ! Subfloats
26089 \end_layout
26090
26091 \end_inset
26092
26093
26094 \end_layout
26095
26096 \begin_layout Standard
26097 Subfloats are for example used when a figure consists of several images.
26098  They are created by inserting a float into an existing float.
26099  The placement of the subfloats can be controlled in the same way as for
26100  paragraphs as shown in table
26101 \begin_inset space ~
26102 \end_inset
26103
26104
26105 \begin_inset CommandInset ref
26106 LatexCommand ref
26107 reference "tab:Two-subtables-side"
26108
26109 \end_inset
26110
26111  and 
26112 \begin_inset CommandInset ref
26113 LatexCommand ref
26114 reference "tab:Two-subtables-upon"
26115
26116 \end_inset
26117
26118 .
26119 \end_layout
26120
26121 \begin_layout Standard
26122 Referencing subfloats works as for normal floats: Table
26123 \begin_inset space ~
26124 \end_inset
26125
26126
26127 \begin_inset CommandInset ref
26128 LatexCommand ref
26129 reference "tab:This-is-subtable-a"
26130
26131 \end_inset
26132
26133  and 
26134 \begin_inset CommandInset ref
26135 LatexCommand ref
26136 reference "tab:This-is-subtable-b"
26137
26138 \end_inset
26139
26140  are subtables of table
26141 \begin_inset space ~
26142 \end_inset
26143
26144
26145 \begin_inset CommandInset ref
26146 LatexCommand ref
26147 reference "tab:Two-subtables-side"
26148
26149 \end_inset
26150
26151 .
26152 \end_layout
26153
26154 \begin_layout Standard
26155 \begin_inset Float table
26156 wide false
26157 sideways false
26158 status open
26159
26160 \begin_layout Plain Layout
26161 \begin_inset Caption Standard
26162
26163 \begin_layout Plain Layout
26164 \begin_inset CommandInset label
26165 LatexCommand label
26166 name "tab:Two-subtables-side"
26167
26168 \end_inset
26169
26170 Two subtables placed side by side.
26171 \end_layout
26172
26173 \end_inset
26174
26175
26176 \end_layout
26177
26178 \begin_layout Plain Layout
26179 \align center
26180 \begin_inset space \hfill{}
26181 \end_inset
26182
26183
26184 \begin_inset Float table
26185 wide false
26186 sideways false
26187 status collapsed
26188
26189 \begin_layout Plain Layout
26190 \begin_inset Caption Standard
26191
26192 \begin_layout Plain Layout
26193 \begin_inset CommandInset label
26194 LatexCommand label
26195 name "tab:This-is-subtable-a"
26196
26197 \end_inset
26198
26199 This is subtable a.
26200 \end_layout
26201
26202 \end_inset
26203
26204
26205 \end_layout
26206
26207 \begin_layout Plain Layout
26208 \align center
26209 \begin_inset Tabular
26210 <lyxtabular version="3" rows="1" columns="5">
26211 <features rotate="0" tabularvalignment="middle">
26212 <column alignment="center" valignment="top">
26213 <column alignment="center" valignment="top">
26214 <column alignment="center" valignment="top">
26215 <column alignment="center" valignment="top">
26216 <column alignment="center" valignment="top">
26217 <row>
26218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26219 \begin_inset Text
26220
26221 \begin_layout Plain Layout
26222 test
26223 \end_layout
26224
26225 \end_inset
26226 </cell>
26227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26228 \begin_inset Text
26229
26230 \begin_layout Plain Layout
26231 b
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240 c
26241 \end_layout
26242
26243 \end_inset
26244 </cell>
26245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249 d
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26255 \begin_inset Text
26256
26257 \begin_layout Plain Layout
26258 e
26259 \end_layout
26260
26261 \end_inset
26262 </cell>
26263 </row>
26264 </lyxtabular>
26265
26266 \end_inset
26267
26268
26269 \end_layout
26270
26271 \end_inset
26272
26273
26274 \begin_inset space \hfill{}
26275 \end_inset
26276
26277
26278 \begin_inset Float table
26279 wide false
26280 sideways false
26281 status collapsed
26282
26283 \begin_layout Plain Layout
26284 \begin_inset Caption Standard
26285
26286 \begin_layout Plain Layout
26287 \begin_inset CommandInset label
26288 LatexCommand label
26289 name "tab:This-is-subtable-b"
26290
26291 \end_inset
26292
26293 This is subtable b.
26294 \end_layout
26295
26296 \end_inset
26297
26298
26299 \end_layout
26300
26301 \begin_layout Plain Layout
26302 \align center
26303 \begin_inset Tabular
26304 <lyxtabular version="3" rows="1" columns="5">
26305 <features rotate="0" tabularvalignment="middle">
26306 <column alignment="center" valignment="top">
26307 <column alignment="center" valignment="top">
26308 <column alignment="center" valignment="top">
26309 <column alignment="center" valignment="top">
26310 <column alignment="center" valignment="top">
26311 <row>
26312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26313 \begin_inset Text
26314
26315 \begin_layout Plain Layout
26316 e
26317 \end_layout
26318
26319 \end_inset
26320 </cell>
26321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26322 \begin_inset Text
26323
26324 \begin_layout Plain Layout
26325 d
26326 \end_layout
26327
26328 \end_inset
26329 </cell>
26330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26331 \begin_inset Text
26332
26333 \begin_layout Plain Layout
26334 c
26335 \end_layout
26336
26337 \end_inset
26338 </cell>
26339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26340 \begin_inset Text
26341
26342 \begin_layout Plain Layout
26343 b
26344 \end_layout
26345
26346 \end_inset
26347 </cell>
26348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26349 \begin_inset Text
26350
26351 \begin_layout Plain Layout
26352 test
26353 \end_layout
26354
26355 \end_inset
26356 </cell>
26357 </row>
26358 </lyxtabular>
26359
26360 \end_inset
26361
26362
26363 \end_layout
26364
26365 \end_inset
26366
26367
26368 \begin_inset space \hfill{}
26369 \end_inset
26370
26371
26372 \end_layout
26373
26374 \end_inset
26375
26376
26377 \end_layout
26378
26379 \begin_layout Standard
26380 \begin_inset Float table
26381 wide false
26382 sideways false
26383 status open
26384
26385 \begin_layout Plain Layout
26386 \begin_inset Caption Standard
26387
26388 \begin_layout Plain Layout
26389 \begin_inset CommandInset label
26390 LatexCommand label
26391 name "tab:Two-subtables-upon"
26392
26393 \end_inset
26394
26395 Two subtables placed one above the other.
26396  (a) table with 4 cells, (b) table with 5 cells.
26397 \end_layout
26398
26399 \end_inset
26400
26401
26402 \end_layout
26403
26404 \begin_layout Plain Layout
26405 \align center
26406 \begin_inset Float table
26407 wide false
26408 sideways false
26409 status collapsed
26410
26411 \begin_layout Plain Layout
26412 \begin_inset Caption Standard
26413
26414 \begin_layout Plain Layout
26415
26416 \end_layout
26417
26418 \end_inset
26419
26420
26421 \end_layout
26422
26423 \begin_layout Plain Layout
26424 \align center
26425 \begin_inset Tabular
26426 <lyxtabular version="3" rows="1" columns="4">
26427 <features rotate="0" tabularvalignment="middle">
26428 <column alignment="center" valignment="top">
26429 <column alignment="center" valignment="top">
26430 <column alignment="center" valignment="top">
26431 <column alignment="center" valignment="top">
26432 <row>
26433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26434 \begin_inset Text
26435
26436 \begin_layout Plain Layout
26437 test
26438 \end_layout
26439
26440 \end_inset
26441 </cell>
26442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26443 \begin_inset Text
26444
26445 \begin_layout Plain Layout
26446 test
26447 \end_layout
26448
26449 \end_inset
26450 </cell>
26451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26452 \begin_inset Text
26453
26454 \begin_layout Plain Layout
26455 test
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26461 \begin_inset Text
26462
26463 \begin_layout Plain Layout
26464 test
26465 \end_layout
26466
26467 \end_inset
26468 </cell>
26469 </row>
26470 </lyxtabular>
26471
26472 \end_inset
26473
26474
26475 \end_layout
26476
26477 \end_inset
26478
26479
26480 \end_layout
26481
26482 \begin_layout Plain Layout
26483 \align center
26484 \begin_inset Float table
26485 wide false
26486 sideways false
26487 status collapsed
26488
26489 \begin_layout Plain Layout
26490 \begin_inset Caption Standard
26491
26492 \begin_layout Plain Layout
26493
26494 \end_layout
26495
26496 \end_inset
26497
26498
26499 \end_layout
26500
26501 \begin_layout Plain Layout
26502 \align center
26503 \begin_inset Tabular
26504 <lyxtabular version="3" rows="1" columns="5">
26505 <features rotate="0" tabularvalignment="middle">
26506 <column alignment="center" valignment="top">
26507 <column alignment="center" valignment="top">
26508 <column alignment="center" valignment="top">
26509 <column alignment="center" valignment="top">
26510 <column alignment="center" valignment="top">
26511 <row>
26512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26513 \begin_inset Text
26514
26515 \begin_layout Plain Layout
26516 a
26517 \end_layout
26518
26519 \end_inset
26520 </cell>
26521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26522 \begin_inset Text
26523
26524 \begin_layout Plain Layout
26525 b
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Plain Layout
26534 c
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26540 \begin_inset Text
26541
26542 \begin_layout Plain Layout
26543 d
26544 \end_layout
26545
26546 \end_inset
26547 </cell>
26548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26549 \begin_inset Text
26550
26551 \begin_layout Plain Layout
26552 e
26553 \end_layout
26554
26555 \end_inset
26556 </cell>
26557 </row>
26558 </lyxtabular>
26559
26560 \end_inset
26561
26562
26563 \end_layout
26564
26565 \end_inset
26566
26567
26568 \end_layout
26569
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \begin_layout Section
26576 Floats Side by Side
26577 \begin_inset Index idx
26578 status collapsed
26579
26580 \begin_layout Plain Layout
26581 Floats ! Side by side
26582 \end_layout
26583
26584 \end_inset
26585
26586
26587 \end_layout
26588
26589 \begin_layout Standard
26590 To place floats side by side, as in Figures
26591 \begin_inset space ~
26592 \end_inset
26593
26594
26595 \begin_inset CommandInset ref
26596 LatexCommand ref
26597 reference "fig:Float-left"
26598
26599 \end_inset
26600
26601  and 
26602 \begin_inset CommandInset ref
26603 LatexCommand ref
26604 reference "fig:Float-right"
26605
26606 \end_inset
26607
26608 , only 
26609 \emph on
26610 one
26611 \emph default
26612  float is used.
26613  In it two minipage boxes are inserted.
26614 \begin_inset Foot
26615 status collapsed
26616
26617 \begin_layout Plain Layout
26618 Minipages are explained in section
26619 \begin_inset space ~
26620 \end_inset
26621
26622
26623 \begin_inset CommandInset ref
26624 LatexCommand ref
26625 reference "sec:Minipages"
26626
26627 \end_inset
26628
26629 .
26630 \end_layout
26631
26632 \end_inset
26633
26634  The width is set to 45
26635 \begin_inset space \thinspace{}
26636 \end_inset
26637
26638 -50
26639 \begin_inset space \thinspace{}
26640 \end_inset
26641
26642 column% and the box alignment to 
26643 \family sans
26644 Bottom
26645 \family default
26646  for each minipage.
26647  The minipage boxes contain the image and the caption in the same way as
26648  they are in a float.
26649  The only difference is that the image unit 
26650 \family sans
26651 Column
26652 \begin_inset space ~
26653 \end_inset
26654
26655 Width
26656 \begin_inset space ~
26657 \end_inset
26658
26659 %
26660 \family default
26661  is now calculated according to the width of the minipage boxes.
26662 \end_layout
26663
26664 \begin_layout Standard
26665 \begin_inset Float figure
26666 wide false
26667 sideways false
26668 status open
26669
26670 \begin_layout Plain Layout
26671 \begin_inset Box Frameless
26672 position "b"
26673 hor_pos "c"
26674 has_inner_box 1
26675 inner_pos "t"
26676 use_parbox 0
26677 use_makebox 0
26678 width "45col%"
26679 special "none"
26680 height "1in"
26681 height_special "totalheight"
26682 status open
26683
26684 \begin_layout Plain Layout
26685 \align center
26686 \begin_inset Graphics
26687         filename clipart/mobius.eps
26688         lyxscale 50
26689         width 100col%
26690         scaleBeforeRotation
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \begin_layout Plain Layout
26698 \begin_inset Caption Standard
26699
26700 \begin_layout Plain Layout
26701 \begin_inset CommandInset label
26702 LatexCommand label
26703 name "fig:Float-left"
26704
26705 \end_inset
26706
26707 Float on the left side.
26708 \end_layout
26709
26710 \end_inset
26711
26712
26713 \end_layout
26714
26715 \end_inset
26716
26717
26718 \begin_inset space \hfill{}
26719 \end_inset
26720
26721
26722 \begin_inset Box Frameless
26723 position "b"
26724 hor_pos "c"
26725 has_inner_box 1
26726 inner_pos "t"
26727 use_parbox 0
26728 use_makebox 0
26729 width "45col%"
26730 special "none"
26731 height "1in"
26732 height_special "totalheight"
26733 status open
26734
26735 \begin_layout Plain Layout
26736 \align center
26737 \begin_inset Graphics
26738         filename clipart/platypus.eps
26739         lyxscale 50
26740         width 100col%
26741         scaleBeforeRotation
26742
26743 \end_inset
26744
26745
26746 \end_layout
26747
26748 \begin_layout Plain Layout
26749 \begin_inset Caption Standard
26750
26751 \begin_layout Plain Layout
26752 \begin_inset CommandInset label
26753 LatexCommand label
26754 name "fig:Float-right"
26755
26756 \end_inset
26757
26758 Float on the right side.
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \end_layout
26765
26766 \end_inset
26767
26768
26769 \end_layout
26770
26771 \begin_layout Plain Layout
26772
26773 \end_layout
26774
26775 \end_inset
26776
26777
26778 \end_layout
26779
26780 \begin_layout Section
26781 Caption Formatting
26782 \begin_inset Index idx
26783 status collapsed
26784
26785 \begin_layout Plain Layout
26786 Caption ! Formatting
26787 \end_layout
26788
26789 \end_inset
26790
26791
26792 \begin_inset Index idx
26793 status collapsed
26794
26795 \begin_layout Plain Layout
26796 Floats ! Caption Formatting
26797 \end_layout
26798
26799 \end_inset
26800
26801
26802 \begin_inset CommandInset label
26803 LatexCommand label
26804 name "sec:Caption-Formatting"
26805
26806 \end_inset
26807
26808
26809 \end_layout
26810
26811 \begin_layout Standard
26812 The 
26813 \family sans
26814 Caption
26815 \family default
26816  environment is the default paragraph environment for 
26817 \family sans
26818 Floats
26819 \family default
26820 .
26821  On the LyX screen captions appear as a label, e.
26822 \begin_inset space \thinspace{}
26823 \end_inset
26824
26825 g.
26826 \begin_inset space \space{}
26827 \end_inset
26828
26829
26830 \begin_inset Quotes eld
26831 \end_inset
26832
26833
26834 \family sans
26835 Figure #:
26836 \family default
26837
26838 \begin_inset Quotes erd
26839 \end_inset
26840
26841  followed by the caption text.
26842  
26843 \begin_inset Quotes eld
26844 \end_inset
26845
26846 #
26847 \begin_inset Quotes erd
26848 \end_inset
26849
26850  is the actual reference number.
26851  By default the label and the number are in the same font as the caption
26852  text and a colon follows the number to divide the label from the text.
26853  This caption format is suitable for many but not all documents.
26854  
26855 \end_layout
26856
26857 \begin_layout Standard
26858 To change the default caption format, load the LaTeX-package 
26859 \series bold
26860 caption
26861 \series default
26862
26863 \begin_inset Index idx
26864 status collapsed
26865
26866 \begin_layout Plain Layout
26867 LaTeX-packages ! caption
26868 \end_layout
26869
26870 \end_inset
26871
26872  in the document preamble with this line:
26873 \end_layout
26874
26875 \begin_layout Standard
26876
26877 \series bold
26878
26879 \backslash
26880 usepackage[format definition]{caption}
26881 \end_layout
26882
26883 \begin_layout Standard
26884 To have for example the label and the number in sans-serif, bold font and
26885  the table captions always above the table as in this document, use the
26886  following command:
26887 \end_layout
26888
26889 \begin_layout Standard
26890
26891 \series bold
26892
26893 \backslash
26894 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26895 \end_layout
26896
26897 \begin_layout Standard
26898 You can also define different caption formats for the different float types.
26899  In this case load the 
26900 \series bold
26901 caption
26902 \series default
26903  package without format specific options and define the different formats
26904  with the help of the command
26905 \end_layout
26906
26907 \begin_layout Standard
26908
26909 \series bold
26910
26911 \backslash
26912 captionsetup[float type]{format definition}
26913 \end_layout
26914
26915 \begin_layout Standard
26916 in the document preamble.
26917  For example the caption formats of Figure
26918 \begin_inset space ~
26919 \end_inset
26920
26921
26922 \begin_inset CommandInset ref
26923 LatexCommand ref
26924 reference "fig:This-is-an-fig"
26925
26926 \end_inset
26927
26928  and Table
26929 \begin_inset space ~
26930 \end_inset
26931
26932
26933 \begin_inset CommandInset ref
26934 LatexCommand ref
26935 reference "tab:This-is-an-tab"
26936
26937 \end_inset
26938
26939  can be created using these commands in the document preamble:
26940 \end_layout
26941
26942 \begin_layout Standard
26943
26944 \series bold
26945
26946 \backslash
26947 usepackage[tableposition=top]{caption}
26948 \series default
26949
26950 \begin_inset Newline newline
26951 \end_inset
26952
26953
26954 \series bold
26955
26956 \backslash
26957 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
26958 \begin_inset Newline newline
26959 \end_inset
26960
26961
26962 \begin_inset Phantom HPhantom
26963 status open
26964
26965 \begin_layout Plain Layout
26966
26967 \series bold
26968
26969 \backslash
26970 captionsetup[figure]{
26971 \end_layout
26972
26973 \end_inset
26974
26975 labelsep=period}
26976 \begin_inset Newline newline
26977 \end_inset
26978
26979
26980 \backslash
26981 captionsetup[table]{labelfont={bf,sf}}
26982 \end_layout
26983
26984 \begin_layout Standard
26985 \begin_inset Note Greyedout
26986 status open
26987
26988 \begin_layout Plain Layout
26989
26990 \series bold
26991 Note:
26992 \series default
26993  The option 
26994 \series bold
26995 tableposition=top
26996 \series default
26997  has no effect when a 
26998 \series bold
26999 KOMA-Script
27000 \series default
27001
27002 \begin_inset Index idx
27003 status collapsed
27004
27005 \begin_layout Plain Layout
27006 LaTeX-packages ! KOMA-Script
27007 \end_layout
27008
27009 \end_inset
27010
27011  document class is used.
27012  In this case the document class option 
27013 \series bold
27014 captions=tableheading
27015 \series default
27016  must be used.
27017 \end_layout
27018
27019 \end_inset
27020
27021
27022 \end_layout
27023
27024 \begin_layout Standard
27025 For more information about the package 
27026 \series bold
27027 caption
27028 \series default
27029  we refer to its documentation 
27030 \begin_inset CommandInset citation
27031 LatexCommand cite
27032 key "caption"
27033
27034 \end_inset
27035
27036 .
27037 \end_layout
27038
27039 \begin_layout Standard
27040 To change the label name from e.
27041 \begin_inset space \thinspace{}
27042 \end_inset
27043
27044 g.
27045 \begin_inset space \space{}
27046 \end_inset
27047
27048
27049 \begin_inset Quotes eld
27050 \end_inset
27051
27052 Figure
27053 \begin_inset Quotes erd
27054 \end_inset
27055
27056  to 
27057 \begin_inset Quotes eld
27058 \end_inset
27059
27060 Image
27061 \begin_inset Quotes erd
27062 \end_inset
27063
27064  use this preamble command:
27065 \end_layout
27066
27067 \begin_layout Standard
27068
27069 \series bold
27070
27071 \backslash
27072 renewcommand{
27073 \backslash
27074 fnum@figure}{Image~
27075 \backslash
27076 thefigure}
27077 \end_layout
27078
27079 \begin_layout Standard
27080 where 
27081 \series bold
27082
27083 \backslash
27084 thefigure
27085 \series default
27086  inserts the figure number and
27087 \series bold
27088  
27089 \begin_inset Quotes eld
27090 \end_inset
27091
27092 ~
27093 \series default
27094
27095 \begin_inset Quotes erd
27096 \end_inset
27097
27098  creates a protected space.
27099 \end_layout
27100
27101 \begin_layout Standard
27102 \begin_inset VSpace bigskip
27103 \end_inset
27104
27105 If you are using a 
27106 \series bold
27107 KOMA-Script
27108 \series default
27109
27110 \begin_inset Index idx
27111 status collapsed
27112
27113 \begin_layout Plain Layout
27114 LaTeX-packages ! KOMA-Script
27115 \end_layout
27116
27117 \end_inset
27118
27119  document class (
27120 \family sans
27121 article (KOMA-Script)
27122 \family default
27123
27124 \family sans
27125 book (KOMA-Script)
27126 \family default
27127
27128 \family sans
27129 letter (KOMA-Script)
27130 \family default
27131 , or 
27132 \family sans
27133 report (KOMA-Script)
27134 \family default
27135
27136 \begin_inset space \thinspace{}
27137 \end_inset
27138
27139 ), you can alternatively to the 
27140 \series bold
27141 caption
27142 \series default
27143  package use 
27144 \series bold
27145 KOMA-Script
27146 \series default
27147 's built-in command 
27148 \series bold
27149
27150 \backslash
27151 setkomafont
27152 \series default
27153 .
27154  For example, to have the caption label in bold, add this command to your
27155  document preamble:
27156 \end_layout
27157
27158 \begin_layout Standard
27159
27160 \series bold
27161
27162 \backslash
27163 setkomafont{captionlabel}{
27164 \backslash
27165 bfseries}
27166 \end_layout
27167
27168 \begin_layout Standard
27169 For more information about 
27170 \series bold
27171
27172 \backslash
27173 setkomafont
27174 \series default
27175  we refer to the 
27176 \series bold
27177 KOMA-Script
27178 \series default
27179  documentation 
27180 \begin_inset CommandInset citation
27181 LatexCommand cite
27182 key "KOMA-Script"
27183
27184 \end_inset
27185
27186 .
27187 \end_layout
27188
27189 \begin_layout Standard
27190 \begin_inset ERT
27191 status collapsed
27192
27193 \begin_layout Plain Layout
27194
27195
27196 \backslash
27197 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27198 }
27199 \end_layout
27200
27201 \end_inset
27202
27203
27204 \begin_inset Note Note
27205 status open
27206
27207 \begin_layout Plain Layout
27208 The caption format is changed only for this example.
27209 \end_layout
27210
27211 \end_inset
27212
27213
27214 \end_layout
27215
27216 \begin_layout Standard
27217 \begin_inset Float figure
27218 placement !p
27219 wide false
27220 sideways false
27221 status open
27222
27223 \begin_layout Plain Layout
27224 \align center
27225 \begin_inset Graphics
27226         filename clipart/mobius.eps
27227         lyxscale 50
27228         scale 50
27229         scaleBeforeRotation
27230
27231 \end_inset
27232
27233
27234 \end_layout
27235
27236 \begin_layout Plain Layout
27237 \begin_inset Caption Standard
27238
27239 \begin_layout Plain Layout
27240 \begin_inset CommandInset label
27241 LatexCommand label
27242 name "fig:This-is-an-fig"
27243
27244 \end_inset
27245
27246 This is an example figure caption that is longer than one line to show the
27247  different caption format.
27248  Here a self-defined caption format is used.
27249 \end_layout
27250
27251 \end_inset
27252
27253
27254 \end_layout
27255
27256 \end_inset
27257
27258
27259 \end_layout
27260
27261 \begin_layout Standard
27262 \begin_inset ERT
27263 status collapsed
27264
27265 \begin_layout Plain Layout
27266
27267
27268 \backslash
27269 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27270 on}
27271 \end_layout
27272
27273 \end_inset
27274
27275
27276 \end_layout
27277
27278 \begin_layout Standard
27279 \begin_inset Float table
27280 placement !p
27281 wide false
27282 sideways false
27283 status open
27284
27285 \begin_layout Plain Layout
27286 \begin_inset Caption Standard
27287
27288 \begin_layout Plain Layout
27289 \begin_inset CommandInset label
27290 LatexCommand label
27291 name "tab:This-is-an-tab"
27292
27293 \end_inset
27294
27295 This is an example table caption that is longer than one line to show the
27296  different caption format.
27297  Here the standard caption format for tables in this document is used.
27298 \end_layout
27299
27300 \end_inset
27301
27302
27303 \end_layout
27304
27305 \begin_layout Plain Layout
27306 \align center
27307 \begin_inset Tabular
27308 <lyxtabular version="3" rows="1" columns="5">
27309 <features rotate="0" tabularvalignment="middle">
27310 <column alignment="center" valignment="top">
27311 <column alignment="center" valignment="top">
27312 <column alignment="center" valignment="top">
27313 <column alignment="center" valignment="top">
27314 <column alignment="center" valignment="top">
27315 <row>
27316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27317 \begin_inset Text
27318
27319 \begin_layout Plain Layout
27320 a
27321 \end_layout
27322
27323 \end_inset
27324 </cell>
27325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27326 \begin_inset Text
27327
27328 \begin_layout Plain Layout
27329 b
27330 \end_layout
27331
27332 \end_inset
27333 </cell>
27334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27335 \begin_inset Text
27336
27337 \begin_layout Plain Layout
27338 c
27339 \end_layout
27340
27341 \end_inset
27342 </cell>
27343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27344 \begin_inset Text
27345
27346 \begin_layout Plain Layout
27347 d
27348 \end_layout
27349
27350 \end_inset
27351 </cell>
27352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27353 \begin_inset Text
27354
27355 \begin_layout Plain Layout
27356 e
27357 \end_layout
27358
27359 \end_inset
27360 </cell>
27361 </row>
27362 </lyxtabular>
27363
27364 \end_inset
27365
27366
27367 \end_layout
27368
27369 \end_inset
27370
27371
27372 \end_layout
27373
27374 \begin_layout Section
27375 Caption Placement
27376 \begin_inset Index idx
27377 status collapsed
27378
27379 \begin_layout Plain Layout
27380 Caption ! Placement
27381 \end_layout
27382
27383 \end_inset
27384
27385
27386 \begin_inset Index idx
27387 status collapsed
27388
27389 \begin_layout Plain Layout
27390 Floats ! Caption Placement
27391 \end_layout
27392
27393 \end_inset
27394
27395
27396 \begin_inset CommandInset label
27397 LatexCommand label
27398 name "sec:Caption-Placement"
27399
27400 \end_inset
27401
27402
27403 \end_layout
27404
27405 \begin_layout Standard
27406 The common caption placement rule is:
27407 \end_layout
27408
27409 \begin_layout Description
27410 Figure: Caption is set below the figure
27411 \end_layout
27412
27413 \begin_layout Description
27414 Table: Caption is set above the table
27415 \end_layout
27416
27417 \begin_layout Standard
27418 Having the caption above the table is unfortunately not supported in LaTeX's
27419  standard classes.
27420  That means if you are using the document classes 
27421 \family sans
27422 article
27423 \family default
27424
27425 \family sans
27426 book
27427 \family default
27428
27429 \family sans
27430 letter
27431 \family default
27432 , or 
27433 \family sans
27434 report
27435 \family default
27436  there will be no space between the caption and the table.
27437  To insert the necessary space, load the LaTeX-package 
27438 \series bold
27439 caption
27440 \series default
27441
27442 \begin_inset Index idx
27443 status collapsed
27444
27445 \begin_layout Plain Layout
27446 LaTeX-packages ! caption
27447 \end_layout
27448
27449 \end_inset
27450
27451  in your document preamble with the option
27452 \begin_inset Foot
27453 status collapsed
27454
27455 \begin_layout Plain Layout
27456 See section
27457 \begin_inset space ~
27458 \end_inset
27459
27460
27461 \begin_inset CommandInset ref
27462 LatexCommand ref
27463 reference "sec:Caption-Formatting"
27464
27465 \end_inset
27466
27467  for more information of the package 
27468 \series bold
27469 caption
27470 \series default
27471 .
27472 \end_layout
27473
27474 \end_inset
27475
27476
27477 \end_layout
27478
27479 \begin_layout Standard
27480
27481 \series bold
27482 tableposition=top
27483 \end_layout
27484
27485 \begin_layout Standard
27486 If you are using a 
27487 \series bold
27488 KOMA-Script
27489 \series default
27490
27491 \begin_inset Index idx
27492 status collapsed
27493
27494 \begin_layout Plain Layout
27495 LaTeX-packages ! KOMA-Script
27496 \end_layout
27497
27498 \end_inset
27499
27500  document class (
27501 \family sans
27502 article (KOMA-Script)
27503 \family default
27504
27505 \family sans
27506 book (KOMA-Script)
27507 \family default
27508
27509 \family sans
27510 letter (KOMA-Script)
27511 \family default
27512 , or 
27513 \family sans
27514 report (KOMA-Script)
27515 \family default
27516
27517 \begin_inset space \thinspace{}
27518 \end_inset
27519
27520 ), you can alternatively to the 
27521 \series bold
27522 caption
27523 \series default
27524  package set the document class option
27525 \begin_inset Foot
27526 status collapsed
27527
27528 \begin_layout Plain Layout
27529 That option is used in this document.
27530 \end_layout
27531
27532 \end_inset
27533
27534
27535 \end_layout
27536
27537 \begin_layout Standard
27538
27539 \series bold
27540 captions=tableheading
27541 \end_layout
27542
27543 \begin_layout Standard
27544 In documents with a KOMA-Script document class you can also right-click
27545  on a caption and mark in the context menu if this should be a caption above
27546  or below the table/figure.
27547  This way you can override the document-wide caption placement for certain
27548  captions.
27549  Table
27550 \begin_inset space ~
27551 \end_inset
27552
27553
27554 \begin_inset CommandInset ref
27555 LatexCommand ref
27556 reference "tab:A-caption-marked"
27557
27558 \end_inset
27559
27560  is an example where the caption is marked a being below the table while
27561  it is above.
27562  For comparison the caption in Table
27563 \begin_inset space ~
27564 \end_inset
27565
27566
27567 \begin_inset CommandInset ref
27568 LatexCommand ref
27569 reference "tab:A-standard-table"
27570
27571 \end_inset
27572
27573  is not marked.
27574 \end_layout
27575
27576 \begin_layout Standard
27577 \begin_inset Float table
27578 wide false
27579 sideways false
27580 status open
27581
27582 \begin_layout Plain Layout
27583 \begin_inset Caption Below
27584
27585 \begin_layout Plain Layout
27586 \begin_inset CommandInset label
27587 LatexCommand label
27588 name "tab:A-caption-marked"
27589
27590 \end_inset
27591
27592 A caption marked as being below the table.
27593 \end_layout
27594
27595 \end_inset
27596
27597
27598 \end_layout
27599
27600 \begin_layout Plain Layout
27601 \align center
27602 \begin_inset Tabular
27603 <lyxtabular version="3" rows="3" columns="3">
27604 <features rotate="0" tabularvalignment="middle">
27605 <column alignment="center" valignment="top" width="0pt">
27606 <column alignment="center" valignment="top" width="0pt">
27607 <column alignment="center" valignment="top" width="0pt">
27608 <row>
27609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27610 \begin_inset Text
27611
27612 \begin_layout Plain Layout
27613 1
27614 \end_layout
27615
27616 \end_inset
27617 </cell>
27618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27619 \begin_inset Text
27620
27621 \begin_layout Plain Layout
27622 2
27623 \end_layout
27624
27625 \end_inset
27626 </cell>
27627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27628 \begin_inset Text
27629
27630 \begin_layout Plain Layout
27631 3
27632 \end_layout
27633
27634 \end_inset
27635 </cell>
27636 </row>
27637 <row>
27638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27639 \begin_inset Text
27640
27641 \begin_layout Plain Layout
27642 Joe
27643 \end_layout
27644
27645 \end_inset
27646 </cell>
27647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27648 \begin_inset Text
27649
27650 \begin_layout Plain Layout
27651 Mary
27652 \end_layout
27653
27654 \end_inset
27655 </cell>
27656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27657 \begin_inset Text
27658
27659 \begin_layout Plain Layout
27660 Ted
27661 \end_layout
27662
27663 \end_inset
27664 </cell>
27665 </row>
27666 <row>
27667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27668 \begin_inset Text
27669
27670 \begin_layout Plain Layout
27671 \begin_inset Formula $\int x^{2}dx$
27672 \end_inset
27673
27674
27675 \end_layout
27676
27677 \end_inset
27678 </cell>
27679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27680 \begin_inset Text
27681
27682 \begin_layout Plain Layout
27683 \begin_inset Formula $\left[\begin{array}{cc}
27684 a & b\\
27685 c & d
27686 \end{array}\right]$
27687 \end_inset
27688
27689
27690 \end_layout
27691
27692 \end_inset
27693 </cell>
27694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27695 \begin_inset Text
27696
27697 \begin_layout Plain Layout
27698 \begin_inset Formula $1+1=2$
27699 \end_inset
27700
27701
27702 \end_layout
27703
27704 \end_inset
27705 </cell>
27706 </row>
27707 </lyxtabular>
27708
27709 \end_inset
27710
27711
27712 \end_layout
27713
27714 \end_inset
27715
27716
27717 \end_layout
27718
27719 \begin_layout Standard
27720 \begin_inset Float table
27721 wide false
27722 sideways false
27723 status open
27724
27725 \begin_layout Plain Layout
27726 \begin_inset Caption Standard
27727
27728 \begin_layout Plain Layout
27729 \begin_inset CommandInset label
27730 LatexCommand label
27731 name "tab:A-standard-table"
27732
27733 \end_inset
27734
27735 A standard table caption.
27736 \end_layout
27737
27738 \end_inset
27739
27740
27741 \end_layout
27742
27743 \begin_layout Plain Layout
27744 \align center
27745 \begin_inset Tabular
27746 <lyxtabular version="3" rows="3" columns="3">
27747 <features rotate="0" tabularvalignment="middle">
27748 <column alignment="center" valignment="top" width="0pt">
27749 <column alignment="center" valignment="top" width="0pt">
27750 <column alignment="center" valignment="top" width="0pt">
27751 <row>
27752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27753 \begin_inset Text
27754
27755 \begin_layout Plain Layout
27756 1
27757 \end_layout
27758
27759 \end_inset
27760 </cell>
27761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27762 \begin_inset Text
27763
27764 \begin_layout Plain Layout
27765 2
27766 \end_layout
27767
27768 \end_inset
27769 </cell>
27770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27771 \begin_inset Text
27772
27773 \begin_layout Plain Layout
27774 3
27775 \end_layout
27776
27777 \end_inset
27778 </cell>
27779 </row>
27780 <row>
27781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27782 \begin_inset Text
27783
27784 \begin_layout Plain Layout
27785 Joe
27786 \end_layout
27787
27788 \end_inset
27789 </cell>
27790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27791 \begin_inset Text
27792
27793 \begin_layout Plain Layout
27794 Mary
27795 \end_layout
27796
27797 \end_inset
27798 </cell>
27799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27800 \begin_inset Text
27801
27802 \begin_layout Plain Layout
27803 Ted
27804 \end_layout
27805
27806 \end_inset
27807 </cell>
27808 </row>
27809 <row>
27810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27811 \begin_inset Text
27812
27813 \begin_layout Plain Layout
27814 \begin_inset Formula $\int x^{2}dx$
27815 \end_inset
27816
27817
27818 \end_layout
27819
27820 \end_inset
27821 </cell>
27822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27823 \begin_inset Text
27824
27825 \begin_layout Plain Layout
27826 \begin_inset Formula $\left[\begin{array}{cc}
27827 a & b\\
27828 c & d
27829 \end{array}\right]$
27830 \end_inset
27831
27832
27833 \end_layout
27834
27835 \end_inset
27836 </cell>
27837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27838 \begin_inset Text
27839
27840 \begin_layout Plain Layout
27841 \begin_inset Formula $1+1=2$
27842 \end_inset
27843
27844
27845 \end_layout
27846
27847 \end_inset
27848 </cell>
27849 </row>
27850 </lyxtabular>
27851
27852 \end_inset
27853
27854
27855 \end_layout
27856
27857 \end_inset
27858
27859
27860 \end_layout
27861
27862 \begin_layout Standard
27863 \begin_inset VSpace bigskip
27864 \end_inset
27865
27866 It is also possible to set the caption beside a figure or table.
27867  To get this the LaTeX-package 
27868 \series bold
27869 sidecap
27870 \series default
27871
27872 \begin_inset Index idx
27873 status collapsed
27874
27875 \begin_layout Plain Layout
27876 LaTeX-packages ! sidecap
27877 \end_layout
27878
27879 \end_inset
27880
27881  has to be loaded in the document preamble with the line
27882 \end_layout
27883
27884 \begin_layout Standard
27885
27886 \series bold
27887
27888 \backslash
27889 usepackage[option]{sidecap}
27890 \end_layout
27891
27892 \begin_layout Standard
27893 If you set no option, the caption is placed on the side of the outer page
27894  margin â€“ to the right on odd pages, to the left on even pages.
27895  You can change the placement to inner margin with the option 
27896 \series bold
27897 innercaption
27898 \series default
27899 .
27900  To force the placement always to the right or left, use the option 
27901 \series bold
27902 rightcaption
27903 \series default
27904  or 
27905 \series bold
27906 leftcaption
27907 \series default
27908 , respectively.
27909 \end_layout
27910
27911 \begin_layout Standard
27912 \begin_inset ERT
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916
27917
27918 \backslash
27919 ifsidecap
27920 \end_layout
27921
27922 \end_inset
27923
27924
27925 \begin_inset Note Note
27926 status open
27927
27928 \begin_layout Plain Layout
27929 The following section will only be displayed when the LaTeX-package 
27930 \series bold
27931 sidecap
27932 \series default
27933  is installed.
27934 \end_layout
27935
27936 \end_inset
27937
27938
27939 \end_layout
27940
27941 \begin_layout Standard
27942 To place in LyX the caption of a float on the side, it is necessary to add
27943  these commands to the document preamble:
27944 \end_layout
27945
27946 \begin_layout Standard
27947 \noindent
27948 \begin_inset CommandInset line
27949 LatexCommand rule
27950 offset "0.5ex"
27951 width "100line%"
27952 height "1pt"
27953
27954 \end_inset
27955
27956
27957 \end_layout
27958
27959 \begin_layout Standard
27960
27961 \series bold
27962
27963 \backslash
27964 newcommand{
27965 \backslash
27966 TabBesBeg}[1][1.0]{%
27967 \begin_inset Newline newline
27968 \end_inset
27969
27970
27971 \begin_inset Phantom HPhantom
27972 status open
27973
27974 \begin_layout Plain Layout
27975 \begin_inset space ~
27976 \end_inset
27977
27978
27979 \end_layout
27980
27981 \end_inset
27982
27983
27984 \backslash
27985 let
27986 \backslash
27987 MyTable
27988 \backslash
27989 table
27990 \begin_inset Newline newline
27991 \end_inset
27992
27993
27994 \begin_inset Phantom HPhantom
27995 status open
27996
27997 \begin_layout Plain Layout
27998
27999 \series medium
28000 \begin_inset space ~
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \end_inset
28007
28008
28009 \backslash
28010 let
28011 \backslash
28012 MyEndtable
28013 \backslash
28014 endtable
28015 \begin_inset Newline newline
28016 \end_inset
28017
28018
28019 \begin_inset Phantom HPhantom
28020 status open
28021
28022 \begin_layout Plain Layout
28023
28024 \series medium
28025 \begin_inset space ~
28026 \end_inset
28027
28028
28029 \end_layout
28030
28031 \end_inset
28032
28033
28034 \backslash
28035 renewenvironment{table}[1]{
28036 \backslash
28037 begin{SCtable}[#1]##1}{
28038 \backslash
28039 end{SCtable}}}
28040 \end_layout
28041
28042 \begin_layout Standard
28043
28044 \series bold
28045
28046 \backslash
28047 newcommand{
28048 \backslash
28049 TabBesEnd}{%
28050 \begin_inset Newline newline
28051 \end_inset
28052
28053
28054 \begin_inset Phantom HPhantom
28055 status open
28056
28057 \begin_layout Plain Layout
28058 \begin_inset space ~
28059 \end_inset
28060
28061
28062 \end_layout
28063
28064 \end_inset
28065
28066
28067 \backslash
28068 let
28069 \backslash
28070 table
28071 \backslash
28072 MyTable
28073 \begin_inset Newline newline
28074 \end_inset
28075
28076
28077 \begin_inset Phantom HPhantom
28078 status open
28079
28080 \begin_layout Plain Layout
28081 \begin_inset space ~
28082 \end_inset
28083
28084
28085 \end_layout
28086
28087 \end_inset
28088
28089
28090 \backslash
28091 let
28092 \backslash
28093 endtable
28094 \backslash
28095 MyEndtable
28096 \end_layout
28097
28098 \begin_layout Standard
28099
28100 \series bold
28101
28102 \backslash
28103 newcommand{
28104 \backslash
28105 FigBesBeg}[1][1.0]{%
28106 \begin_inset Newline newline
28107 \end_inset
28108
28109
28110 \begin_inset Phantom HPhantom
28111 status open
28112
28113 \begin_layout Plain Layout
28114 \begin_inset space ~
28115 \end_inset
28116
28117
28118 \end_layout
28119
28120 \end_inset
28121
28122
28123 \backslash
28124 let
28125 \backslash
28126 MyFigure
28127 \backslash
28128 figure
28129 \begin_inset Newline newline
28130 \end_inset
28131
28132
28133 \begin_inset Phantom HPhantom
28134 status open
28135
28136 \begin_layout Plain Layout
28137 \begin_inset space ~
28138 \end_inset
28139
28140
28141 \end_layout
28142
28143 \end_inset
28144
28145
28146 \backslash
28147 let
28148 \backslash
28149 MyEndfigure
28150 \backslash
28151 endfigure
28152 \begin_inset Newline newline
28153 \end_inset
28154
28155
28156 \begin_inset Phantom HPhantom
28157 status open
28158
28159 \begin_layout Plain Layout
28160 \begin_inset space ~
28161 \end_inset
28162
28163
28164 \end_layout
28165
28166 \end_inset
28167
28168
28169 \backslash
28170 renewenvironment{figure}[1]{
28171 \backslash
28172 begin{SCfigure}[#1]##1}{
28173 \backslash
28174 end{SCfigure}}}
28175 \end_layout
28176
28177 \begin_layout Standard
28178
28179 \series bold
28180
28181 \backslash
28182 newcommand{
28183 \backslash
28184 FigBesEnd}{%
28185 \begin_inset Newline newline
28186 \end_inset
28187
28188
28189 \begin_inset Phantom HPhantom
28190 status open
28191
28192 \begin_layout Plain Layout
28193 \begin_inset space ~
28194 \end_inset
28195
28196
28197 \end_layout
28198
28199 \end_inset
28200
28201
28202 \backslash
28203 let
28204 \backslash
28205 figure
28206 \backslash
28207 MyFigure
28208 \begin_inset Newline newline
28209 \end_inset
28210
28211
28212 \begin_inset Phantom HPhantom
28213 status open
28214
28215 \begin_layout Plain Layout
28216 \begin_inset space ~
28217 \end_inset
28218
28219
28220 \end_layout
28221
28222 \end_inset
28223
28224
28225 \backslash
28226 let
28227 \backslash
28228 endfigure
28229 \backslash
28230 MyEndfigure}
28231 \end_layout
28232
28233 \begin_layout Standard
28234 \noindent
28235 \begin_inset CommandInset line
28236 LatexCommand rule
28237 offset "0.5ex"
28238 width "100line%"
28239 height "1pt"
28240
28241 \end_inset
28242
28243
28244 \end_layout
28245
28246 \begin_layout Standard
28247 The commands allow you to redefine the floats so that the caption is set
28248  on the side.
28249  For figure floats use the command
28250 \end_layout
28251
28252 \begin_layout Standard
28253
28254 \series bold
28255
28256 \backslash
28257 FigBesBeg
28258 \end_layout
28259
28260 \begin_layout Standard
28261 in TeX-Code before the float.
28262  And insert the command
28263 \end_layout
28264
28265 \begin_layout Standard
28266
28267 \series bold
28268
28269 \backslash
28270 FigBesEnd
28271 \end_layout
28272
28273 \begin_layout Standard
28274 in TeX-Code at the point where you want to get back to the original float
28275  definition.
28276 \end_layout
28277
28278 \begin_layout Standard
28279 For table floats use the corresponding commands
28280 \end_layout
28281
28282 \begin_layout Standard
28283
28284 \series bold
28285
28286 \backslash
28287 TabBesBeg
28288 \series default
28289  and 
28290 \series bold
28291
28292 \backslash
28293 TabBesEnd
28294 \end_layout
28295
28296 \begin_layout Standard
28297 Figure
28298 \begin_inset space ~
28299 \end_inset
28300
28301
28302 \begin_inset CommandInset ref
28303 LatexCommand ref
28304 reference "fig:cap-beside-fig"
28305
28306 \end_inset
28307
28308  and Table
28309 \begin_inset space ~
28310 \end_inset
28311
28312
28313 \begin_inset CommandInset ref
28314 LatexCommand ref
28315 reference "tab:cap-beside-tab"
28316
28317 \end_inset
28318
28319  are examples where the caption is set beside.
28320 \end_layout
28321
28322 \begin_layout Standard
28323 You can see in the examples that the caption text appears at the top of
28324  the floats for table floats and at the bottom for figure floats.
28325  To change this, you can use the command
28326 \end_layout
28327
28328 \begin_layout Standard
28329
28330 \series bold
28331
28332 \backslash
28333 sidecaptionvpos{float type}{placement}
28334 \end_layout
28335
28336 \begin_layout Standard
28337 in the document preamble or in TeX-Code before the float.
28338  The float type is either 
28339 \family sans
28340 figure
28341 \family default
28342  or 
28343 \family sans
28344 table
28345 \family default
28346 , the placement can be 
28347 \begin_inset Quotes eld
28348 \end_inset
28349
28350
28351 \family sans
28352 t
28353 \family default
28354
28355 \begin_inset Quotes erd
28356 \end_inset
28357
28358  for top, 
28359 \begin_inset Quotes eld
28360 \end_inset
28361
28362
28363 \family sans
28364 c
28365 \family default
28366
28367 \begin_inset Quotes erd
28368 \end_inset
28369
28370  for center, or 
28371 \begin_inset Quotes eld
28372 \end_inset
28373
28374
28375 \family sans
28376 b
28377 \family default
28378
28379 \begin_inset Quotes erd
28380 \end_inset
28381
28382  for bottom.
28383  To have for example the caption of figure floats vertically centered, use
28384  the command
28385 \end_layout
28386
28387 \begin_layout Standard
28388
28389 \series bold
28390
28391 \backslash
28392 sidecaptionvpos{figure}{c}
28393 \end_layout
28394
28395 \begin_layout Standard
28396 This was used for Figure
28397 \begin_inset space ~
28398 \end_inset
28399
28400
28401 \begin_inset CommandInset ref
28402 LatexCommand ref
28403 reference "fig:cap-beside-fig-2"
28404
28405 \end_inset
28406
28407 .
28408 \end_layout
28409
28410 \begin_layout Standard
28411 \begin_inset VSpace medskip
28412 \end_inset
28413
28414
28415 \end_layout
28416
28417 \begin_layout Standard
28418 The default caption width is the width of the image/table.
28419  For thin image/tables, like in Table
28420 \begin_inset space ~
28421 \end_inset
28422
28423
28424 \begin_inset CommandInset ref
28425 LatexCommand ref
28426 reference "tab:cap-beside-tab"
28427
28428 \end_inset
28429
28430 , this leads to captions that are too thin.
28431  You can increase the width by specifying a factor that will be multiplied
28432  with the image/table width to get the caption width.
28433  The caption width will automatically be recalculated in case it would protrude
28434  over the page or column margin due to the specified width.
28435  The 
28436 \emph on
28437 factor
28438 \emph default
28439  can either be given as optional argument for 
28440 \series bold
28441
28442 \backslash
28443 FigBesBeg
28444 \series default
28445 :
28446 \end_layout
28447
28448 \begin_layout Standard
28449
28450 \series bold
28451
28452 \backslash
28453 FigBesBeg[factor]
28454 \end_layout
28455
28456 \begin_layout Standard
28457 or in the definition of 
28458 \series bold
28459
28460 \backslash
28461 FigBesBeg
28462 \series default
28463  by replacing the 
28464 \series bold
28465 1.0
28466 \series default
28467  with another value.
28468  If you do the latter, your factor will be the default if 
28469 \series bold
28470
28471 \backslash
28472 FigBesBeg
28473 \series default
28474  is used without an argument.
28475  For Table
28476 \begin_inset space ~
28477 \end_inset
28478
28479
28480 \begin_inset CommandInset ref
28481 LatexCommand ref
28482 reference "tab:cap-beside-tab-wider"
28483
28484 \end_inset
28485
28486  the factor 5 was used.
28487 \end_layout
28488
28489 \begin_layout Standard
28490 \begin_inset Note Greyedout
28491 status open
28492
28493 \begin_layout Plain Layout
28494
28495 \series bold
28496 Note:
28497 \series default
28498  For floats with captions set beside, you cannot use the float placement
28499  option 
28500 \family sans
28501 Here
28502 \begin_inset space ~
28503 \end_inset
28504
28505 definitely
28506 \family default
28507  because it is not supported by 
28508 \series bold
28509 sidecap
28510 \series default
28511 .
28512 \end_layout
28513
28514 \end_inset
28515
28516
28517 \end_layout
28518
28519 \begin_layout Standard
28520 \begin_inset VSpace medskip
28521 \end_inset
28522
28523 For more information about the package 
28524 \series bold
28525 sidecap
28526 \series default
28527  we refer to its documentation 
28528 \begin_inset CommandInset citation
28529 LatexCommand cite
28530 key "sidecap"
28531
28532 \end_inset
28533
28534 .
28535 \end_layout
28536
28537 \begin_layout Standard
28538 \begin_inset Note Greyedout
28539 status open
28540
28541 \begin_layout Plain Layout
28542
28543 \series bold
28544 Note:
28545 \series default
28546  The LaTeX-package 
28547 \series bold
28548 hypcap
28549 \series default
28550
28551 \begin_inset Index idx
28552 status collapsed
28553
28554 \begin_layout Plain Layout
28555 LaTeX-packages ! hypcap
28556 \end_layout
28557
28558 \end_inset
28559
28560 , described in section
28561 \begin_inset space ~
28562 \end_inset
28563
28564
28565 \begin_inset CommandInset ref
28566 LatexCommand ref
28567 reference "sub:Reference-Position"
28568
28569 \end_inset
28570
28571 , has no effect on floats with the caption set beside.
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \end_layout
28578
28579 \begin_layout Standard
28580 \begin_inset ERT
28581 status collapsed
28582
28583 \begin_layout Plain Layout
28584
28585
28586 \backslash
28587 FigBesBeg
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \end_layout
28594
28595 \begin_layout Standard
28596 \begin_inset Float figure
28597 wide false
28598 sideways false
28599 status open
28600
28601 \begin_layout Plain Layout
28602 \begin_inset Graphics
28603         filename clipart/escher-lsd.eps
28604         scale 75
28605         scaleBeforeRotation
28606
28607 \end_inset
28608
28609
28610 \end_layout
28611
28612 \begin_layout Plain Layout
28613 \begin_inset Caption Standard
28614
28615 \begin_layout Plain Layout
28616 \begin_inset CommandInset label
28617 LatexCommand label
28618 name "fig:cap-beside-fig"
28619
28620 \end_inset
28621
28622 This is a caption beside a figure.
28623 \end_layout
28624
28625 \end_inset
28626
28627
28628 \end_layout
28629
28630 \end_inset
28631
28632
28633 \end_layout
28634
28635 \begin_layout Standard
28636 \begin_inset ERT
28637 status collapsed
28638
28639 \begin_layout Plain Layout
28640
28641
28642 \backslash
28643 FigBesEnd
28644 \end_layout
28645
28646 \end_inset
28647
28648
28649 \end_layout
28650
28651 \begin_layout Standard
28652 \begin_inset ERT
28653 status collapsed
28654
28655 \begin_layout Plain Layout
28656
28657
28658 \backslash
28659 TabBesBeg
28660 \end_layout
28661
28662 \end_inset
28663
28664
28665 \end_layout
28666
28667 \begin_layout Standard
28668 \begin_inset Float table
28669 wide false
28670 sideways false
28671 status open
28672
28673 \begin_layout Plain Layout
28674 \begin_inset Caption Standard
28675
28676 \begin_layout Plain Layout
28677 \begin_inset CommandInset label
28678 LatexCommand label
28679 name "tab:cap-beside-tab"
28680
28681 \end_inset
28682
28683 This is a caption beside a table.
28684 \end_layout
28685
28686 \end_inset
28687
28688
28689 \end_layout
28690
28691 \begin_layout Plain Layout
28692 \begin_inset Tabular
28693 <lyxtabular version="3" rows="4" columns="5">
28694 <features rotate="0" tabularvalignment="middle">
28695 <column alignment="center" valignment="top">
28696 <column alignment="center" valignment="top">
28697 <column alignment="center" valignment="top">
28698 <column alignment="center" valignment="top">
28699 <column alignment="center" valignment="top">
28700 <row>
28701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28702 \begin_inset Text
28703
28704 \begin_layout Plain Layout
28705 a
28706 \end_layout
28707
28708 \end_inset
28709 </cell>
28710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28711 \begin_inset Text
28712
28713 \begin_layout Plain Layout
28714
28715 \end_layout
28716
28717 \end_inset
28718 </cell>
28719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28720 \begin_inset Text
28721
28722 \begin_layout Plain Layout
28723 b
28724 \end_layout
28725
28726 \end_inset
28727 </cell>
28728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28729 \begin_inset Text
28730
28731 \begin_layout Plain Layout
28732
28733 \end_layout
28734
28735 \end_inset
28736 </cell>
28737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28738 \begin_inset Text
28739
28740 \begin_layout Plain Layout
28741 c
28742 \end_layout
28743
28744 \end_inset
28745 </cell>
28746 </row>
28747 <row>
28748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28749 \begin_inset Text
28750
28751 \begin_layout Plain Layout
28752
28753 \end_layout
28754
28755 \end_inset
28756 </cell>
28757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28758 \begin_inset Text
28759
28760 \begin_layout Plain Layout
28761 d
28762 \end_layout
28763
28764 \end_inset
28765 </cell>
28766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28767 \begin_inset Text
28768
28769 \begin_layout Plain Layout
28770
28771 \end_layout
28772
28773 \end_inset
28774 </cell>
28775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28776 \begin_inset Text
28777
28778 \begin_layout Plain Layout
28779 e
28780 \end_layout
28781
28782 \end_inset
28783 </cell>
28784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28785 \begin_inset Text
28786
28787 \begin_layout Plain Layout
28788
28789 \end_layout
28790
28791 \end_inset
28792 </cell>
28793 </row>
28794 <row>
28795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28796 \begin_inset Text
28797
28798 \begin_layout Plain Layout
28799 f
28800 \end_layout
28801
28802 \end_inset
28803 </cell>
28804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28805 \begin_inset Text
28806
28807 \begin_layout Plain Layout
28808
28809 \end_layout
28810
28811 \end_inset
28812 </cell>
28813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28814 \begin_inset Text
28815
28816 \begin_layout Plain Layout
28817 g
28818 \end_layout
28819
28820 \end_inset
28821 </cell>
28822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28823 \begin_inset Text
28824
28825 \begin_layout Plain Layout
28826
28827 \end_layout
28828
28829 \end_inset
28830 </cell>
28831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28832 \begin_inset Text
28833
28834 \begin_layout Plain Layout
28835 h
28836 \end_layout
28837
28838 \end_inset
28839 </cell>
28840 </row>
28841 <row>
28842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28843 \begin_inset Text
28844
28845 \begin_layout Plain Layout
28846
28847 \end_layout
28848
28849 \end_inset
28850 </cell>
28851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28852 \begin_inset Text
28853
28854 \begin_layout Plain Layout
28855 i
28856 \end_layout
28857
28858 \end_inset
28859 </cell>
28860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28861 \begin_inset Text
28862
28863 \begin_layout Plain Layout
28864
28865 \end_layout
28866
28867 \end_inset
28868 </cell>
28869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28870 \begin_inset Text
28871
28872 \begin_layout Plain Layout
28873 j
28874 \end_layout
28875
28876 \end_inset
28877 </cell>
28878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28879 \begin_inset Text
28880
28881 \begin_layout Plain Layout
28882
28883 \end_layout
28884
28885 \end_inset
28886 </cell>
28887 </row>
28888 </lyxtabular>
28889
28890 \end_inset
28891
28892
28893 \end_layout
28894
28895 \end_inset
28896
28897
28898 \end_layout
28899
28900 \begin_layout Standard
28901 \begin_inset ERT
28902 status collapsed
28903
28904 \begin_layout Plain Layout
28905
28906
28907 \backslash
28908 TabBesEnd
28909 \end_layout
28910
28911 \end_inset
28912
28913
28914 \end_layout
28915
28916 \begin_layout Standard
28917 \begin_inset ERT
28918 status collapsed
28919
28920 \begin_layout Plain Layout
28921
28922
28923 \backslash
28924 FigBesBeg
28925 \end_layout
28926
28927 \end_inset
28928
28929
28930 \begin_inset ERT
28931 status collapsed
28932
28933 \begin_layout Plain Layout
28934
28935
28936 \backslash
28937 sidecaptionvpos{figure}{c}
28938 \end_layout
28939
28940 \end_inset
28941
28942
28943 \begin_inset Float figure
28944 wide false
28945 sideways false
28946 status open
28947
28948 \begin_layout Plain Layout
28949 \begin_inset Graphics
28950         filename clipart/escher-lsd.eps
28951         scale 75
28952         scaleBeforeRotation
28953
28954 \end_inset
28955
28956
28957 \end_layout
28958
28959 \begin_layout Plain Layout
28960 \begin_inset Caption Standard
28961
28962 \begin_layout Plain Layout
28963 \begin_inset CommandInset label
28964 LatexCommand label
28965 name "fig:cap-beside-fig-2"
28966
28967 \end_inset
28968
28969 This is a vertically centered caption beside a figure.
28970 \end_layout
28971
28972 \end_inset
28973
28974
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \end_layout
28981
28982 \begin_layout Standard
28983 \begin_inset ERT
28984 status collapsed
28985
28986 \begin_layout Plain Layout
28987
28988
28989 \backslash
28990 FigBesEnd
28991 \end_layout
28992
28993 \end_inset
28994
28995
28996 \end_layout
28997
28998 \begin_layout Standard
28999 \begin_inset ERT
29000 status collapsed
29001
29002 \begin_layout Plain Layout
29003
29004
29005 \backslash
29006 TabBesBeg[5]
29007 \end_layout
29008
29009 \end_inset
29010
29011
29012 \end_layout
29013
29014 \begin_layout Standard
29015 \begin_inset Float table
29016 wide false
29017 sideways false
29018 status open
29019
29020 \begin_layout Plain Layout
29021 \begin_inset Caption Standard
29022
29023 \begin_layout Plain Layout
29024 \begin_inset CommandInset label
29025 LatexCommand label
29026 name "tab:cap-beside-tab-wider"
29027
29028 \end_inset
29029
29030 This caption is wider than the one in Table
29031 \begin_inset space ~
29032 \end_inset
29033
29034
29035 \begin_inset CommandInset ref
29036 LatexCommand ref
29037 reference "tab:cap-beside-tab"
29038
29039 \end_inset
29040
29041 .
29042 \end_layout
29043
29044 \end_inset
29045
29046
29047 \end_layout
29048
29049 \begin_layout Plain Layout
29050 \begin_inset Tabular
29051 <lyxtabular version="3" rows="4" columns="5">
29052 <features rotate="0" tabularvalignment="middle">
29053 <column alignment="center" valignment="top">
29054 <column alignment="center" valignment="top">
29055 <column alignment="center" valignment="top">
29056 <column alignment="center" valignment="top">
29057 <column alignment="center" valignment="top">
29058 <row>
29059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29060 \begin_inset Text
29061
29062 \begin_layout Plain Layout
29063 a
29064 \end_layout
29065
29066 \end_inset
29067 </cell>
29068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29069 \begin_inset Text
29070
29071 \begin_layout Plain Layout
29072
29073 \end_layout
29074
29075 \end_inset
29076 </cell>
29077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29078 \begin_inset Text
29079
29080 \begin_layout Plain Layout
29081 b
29082 \end_layout
29083
29084 \end_inset
29085 </cell>
29086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29087 \begin_inset Text
29088
29089 \begin_layout Plain Layout
29090
29091 \end_layout
29092
29093 \end_inset
29094 </cell>
29095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29096 \begin_inset Text
29097
29098 \begin_layout Plain Layout
29099 c
29100 \end_layout
29101
29102 \end_inset
29103 </cell>
29104 </row>
29105 <row>
29106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29107 \begin_inset Text
29108
29109 \begin_layout Plain Layout
29110
29111 \end_layout
29112
29113 \end_inset
29114 </cell>
29115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29116 \begin_inset Text
29117
29118 \begin_layout Plain Layout
29119 d
29120 \end_layout
29121
29122 \end_inset
29123 </cell>
29124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29125 \begin_inset Text
29126
29127 \begin_layout Plain Layout
29128
29129 \end_layout
29130
29131 \end_inset
29132 </cell>
29133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29134 \begin_inset Text
29135
29136 \begin_layout Plain Layout
29137 e
29138 \end_layout
29139
29140 \end_inset
29141 </cell>
29142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29143 \begin_inset Text
29144
29145 \begin_layout Plain Layout
29146
29147 \end_layout
29148
29149 \end_inset
29150 </cell>
29151 </row>
29152 <row>
29153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29154 \begin_inset Text
29155
29156 \begin_layout Plain Layout
29157 f
29158 \end_layout
29159
29160 \end_inset
29161 </cell>
29162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29163 \begin_inset Text
29164
29165 \begin_layout Plain Layout
29166
29167 \end_layout
29168
29169 \end_inset
29170 </cell>
29171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29172 \begin_inset Text
29173
29174 \begin_layout Plain Layout
29175 g
29176 \end_layout
29177
29178 \end_inset
29179 </cell>
29180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29181 \begin_inset Text
29182
29183 \begin_layout Plain Layout
29184
29185 \end_layout
29186
29187 \end_inset
29188 </cell>
29189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29190 \begin_inset Text
29191
29192 \begin_layout Plain Layout
29193 h
29194 \end_layout
29195
29196 \end_inset
29197 </cell>
29198 </row>
29199 <row>
29200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29201 \begin_inset Text
29202
29203 \begin_layout Plain Layout
29204
29205 \end_layout
29206
29207 \end_inset
29208 </cell>
29209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29210 \begin_inset Text
29211
29212 \begin_layout Plain Layout
29213 i
29214 \end_layout
29215
29216 \end_inset
29217 </cell>
29218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29219 \begin_inset Text
29220
29221 \begin_layout Plain Layout
29222
29223 \end_layout
29224
29225 \end_inset
29226 </cell>
29227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29228 \begin_inset Text
29229
29230 \begin_layout Plain Layout
29231 j
29232 \end_layout
29233
29234 \end_inset
29235 </cell>
29236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29237 \begin_inset Text
29238
29239 \begin_layout Plain Layout
29240
29241 \end_layout
29242
29243 \end_inset
29244 </cell>
29245 </row>
29246 </lyxtabular>
29247
29248 \end_inset
29249
29250
29251 \end_layout
29252
29253 \end_inset
29254
29255
29256 \end_layout
29257
29258 \begin_layout Standard
29259 \begin_inset ERT
29260 status collapsed
29261
29262 \begin_layout Plain Layout
29263
29264
29265 \backslash
29266 TabBesEnd
29267 \end_layout
29268
29269 \end_inset
29270
29271
29272 \end_layout
29273
29274 \begin_layout Standard
29275 \begin_inset ERT
29276 status collapsed
29277
29278 \begin_layout Plain Layout
29279
29280
29281 \backslash
29282 else
29283 \end_layout
29284
29285 \end_inset
29286
29287
29288 \begin_inset Note Note
29289 status open
29290
29291 \begin_layout Plain Layout
29292 The following will be displayed when the LaTeX-package 
29293 \series bold
29294 sidecap
29295 \series default
29296  is not installed:
29297 \end_layout
29298
29299 \end_inset
29300
29301
29302 \end_layout
29303
29304 \begin_layout Standard
29305 You need to install the LaTeX-package 
29306 \series bold
29307 sidecap
29308 \series default
29309  to see the following part of this section in the output.
29310 \end_layout
29311
29312 \begin_layout Standard
29313 \begin_inset ERT
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317
29318
29319 \backslash
29320 fi
29321 \end_layout
29322
29323 \end_inset
29324
29325
29326 \end_layout
29327
29328 \begin_layout Section
29329 Listings of Floats
29330 \begin_inset Index idx
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334 Floats ! Float Lists
29335 \end_layout
29336
29337 \end_inset
29338
29339
29340 \end_layout
29341
29342 \begin_layout Standard
29343 Similar to the table of contents where the sections of the document are
29344  listed, there are listings for all float types, like the figures of the
29345  documents.
29346  You can insert them via the 
29347 \family sans
29348 Insert\SpecialChar \menuseparator
29349 List
29350 \begin_inset space ~
29351 \end_inset
29352
29353 /
29354 \begin_inset space ~
29355 \end_inset
29356
29357 TOC
29358 \family default
29359  sub menus.
29360 \end_layout
29361
29362 \begin_layout Standard
29363 The list entries are the float captions or its short title, the float number,
29364  and the page number where they appear in the document.
29365 \end_layout
29366
29367 \begin_layout Standard
29368 You can find the list of figures and tables at the end of this document.
29369 \end_layout
29370
29371 \begin_layout Chapter
29372 Notes
29373 \end_layout
29374
29375 \begin_layout Section
29376 LyX Notes
29377 \begin_inset Index idx
29378 status collapsed
29379
29380 \begin_layout Plain Layout
29381 Notes ! LyX Notes
29382 \end_layout
29383
29384 \end_inset
29385
29386
29387 \end_layout
29388
29389 \begin_layout Standard
29390 Notes are inserted with the toolbar button 
29391 \begin_inset Info
29392 type  "icon"
29393 arg   "note-insert"
29394 \end_inset
29395
29396  or the menu 
29397 \family sans
29398 Insert\SpecialChar \menuseparator
29399 Note
29400 \family default
29401 .
29402  There are three types of notes:
29403 \end_layout
29404
29405 \begin_layout Description
29406 LyX
29407 \begin_inset space ~
29408 \end_inset
29409
29410 Note This note type is for internal notes that won't appear in the output.
29411  Its note-box looks like this:
29412 \begin_inset Newline newline
29413 \end_inset
29414
29415
29416 \begin_inset Newline newline
29417 \end_inset
29418
29419
29420 \begin_inset Graphics
29421         filename clipart/LyXNoteImageQt4.png
29422         display false
29423         scale 85
29424         scaleBeforeRotation
29425
29426 \end_inset
29427
29428  
29429 \begin_inset Note Note
29430 status open
29431
29432 \begin_layout Plain Layout
29433 This is text in a note box that doesn't appear in the output.
29434 \end_layout
29435
29436 \end_inset
29437
29438
29439 \end_layout
29440
29441 \begin_layout Description
29442 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
29443 ent, when you export the document to LaTeX via the menu 
29444 \family sans
29445 File\SpecialChar \menuseparator
29446 Export\SpecialChar \menuseparator
29447 LaTeX (pdflatex) / (plain)
29448 \family default
29449 .
29450  Its note-box looks like this:
29451 \begin_inset Newline newline
29452 \end_inset
29453
29454
29455 \begin_inset Newline newline
29456 \end_inset
29457
29458
29459 \begin_inset Graphics
29460         filename clipart/CommentNoteImageQt4.png
29461         display false
29462         scale 85
29463         scaleBeforeRotation
29464
29465 \end_inset
29466
29467  
29468 \begin_inset Note Comment
29469 status open
29470
29471 \begin_layout Plain Layout
29472 This is text in a note box that only appears as comment in LaTeX-files.
29473 \end_layout
29474
29475 \end_inset
29476
29477
29478 \end_layout
29479
29480 \begin_layout Description
29481 Greyed
29482 \begin_inset space ~
29483 \end_inset
29484
29485 Out This note will appear in the output as grey text.
29486  Its note-box looks like this:
29487 \begin_inset Newline newline
29488 \end_inset
29489
29490
29491 \begin_inset Newline newline
29492 \end_inset
29493
29494
29495 \begin_inset Graphics
29496         filename clipart/GreyedOutNoteImageQt4.png
29497         display false
29498         scale 85
29499         scaleBeforeRotation
29500
29501 \end_inset
29502
29503
29504 \begin_inset Newline newline
29505 \end_inset
29506
29507
29508 \begin_inset ERT
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512
29513
29514 \backslash
29515 renewenvironment{lyxgreyedout}
29516 \end_layout
29517
29518 \begin_layout Plain Layout
29519
29520 {
29521 \backslash
29522 textcolor[gray]{0.8}
29523 \backslash
29524 bgroup}{
29525 \backslash
29526 egroup}
29527 \end_layout
29528
29529 \end_inset
29530
29531
29532 \begin_inset Note Greyedout
29533 status open
29534
29535 \begin_layout Plain Layout
29536 This is text
29537 \begin_inset Foot
29538 status open
29539
29540 \begin_layout Plain Layout
29541 This is an example footnote within a greyed out note.
29542 \end_layout
29543
29544 \end_inset
29545
29546  of a comment that appears in the output as grey text.
29547 \end_layout
29548
29549 \end_inset
29550
29551
29552 \begin_inset ERT
29553 status collapsed
29554
29555 \begin_layout Plain Layout
29556
29557
29558 \backslash
29559 renewenvironment{lyxgreyedout}
29560 \end_layout
29561
29562 \begin_layout Plain Layout
29563
29564 {
29565 \backslash
29566 textcolor{blue}
29567 \backslash
29568 bgroup}{
29569 \backslash
29570 egroup}
29571 \end_layout
29572
29573 \end_inset
29574
29575
29576 \begin_inset Note Note
29577 status collapsed
29578
29579 \begin_layout Plain Layout
29580 The greyed out note is here redefined to show it with the original LyX definitio
29581 n because greyed out notes are redefined in the preamble of this document,
29582  as described below, to have blue text.
29583 \end_layout
29584
29585 \end_inset
29586
29587
29588 \begin_inset Newline newline
29589 \end_inset
29590
29591
29592 \begin_inset Newline newline
29593 \end_inset
29594
29595 As you can see in the example, the first line of greyed out notes is a bit
29596  indented and greyed out notes can have footnotes.
29597 \end_layout
29598
29599 \begin_layout Standard
29600 \begin_inset VSpace bigskip
29601 \end_inset
29602
29603 When you use the toolbar button 
29604 \begin_inset Info
29605 type  "icon"
29606 arg   "note-insert"
29607 \end_inset
29608
29609  to insert notes, a 
29610 \family sans
29611 LyX
29612 \begin_inset space ~
29613 \end_inset
29614
29615 Note
29616 \family default
29617  is inserted.
29618  You can switch between the three note types by right-clicking on the note-box.
29619  
29620 \family roman
29621 \series medium
29622 \bar no
29623 If you want to turn existing text into a note, mark it and click on the
29624  note
29625 \family default
29626 \series default
29627 \bar default
29628  toolbar 
29629 \family roman
29630 \series medium
29631 \bar no
29632 button
29633 \family default
29634 \series default
29635 \bar default
29636 .
29637  To change a note to text, press the backspace key when the cursor is in
29638  the first position of a note, or press the delete key when the cursor is
29639  in the very last position of the note, respectively.
29640 \end_layout
29641
29642 \begin_layout Standard
29643 \begin_inset VSpace bigskip
29644 \end_inset
29645
29646 You can change the text color of the greyed out notes in the menu 
29647 \family sans
29648 Document\SpecialChar \menuseparator
29649 Settings\SpecialChar \menuseparator
29650 Colors
29651 \family default
29652 .
29653 \end_layout
29654
29655 \begin_layout Section
29656 Footnotes
29657 \begin_inset CommandInset label
29658 LatexCommand label
29659 name "sec:Footnotes"
29660
29661 \end_inset
29662
29663
29664 \begin_inset Index idx
29665 status collapsed
29666
29667 \begin_layout Plain Layout
29668 Notes ! Footnotes
29669 \end_layout
29670
29671 \end_inset
29672
29673
29674 \begin_inset Index idx
29675 status collapsed
29676
29677 \begin_layout Plain Layout
29678 Footnotes
29679 \end_layout
29680
29681 \end_inset
29682
29683
29684 \end_layout
29685
29686 \begin_layout Standard
29687 Footnotes can be inserted using the toolbar button 
29688 \begin_inset Info
29689 type  "icon"
29690 arg   "footnote-insert"
29691 \end_inset
29692
29693  or the menu 
29694 \family sans
29695 Insert\SpecialChar \menuseparator
29696 Footnote
29697 \family default
29698 .
29699  You will then see the following footnote-box: 
29700 \begin_inset Graphics
29701         filename clipart/footnoteQt4.png
29702         scale 80
29703         scaleBeforeRotation
29704
29705 \end_inset
29706
29707  
29708 \family roman
29709 \series medium
29710 \bar no
29711 where you can enter the footnote text.
29712  If you want to turn existing text into a footnote, mark it and click on
29713  the footnote
29714 \family default
29715 \series default
29716 \bar default
29717  toolbar 
29718 \family roman
29719 \series medium
29720 \bar no
29721 button
29722 \family default
29723 \series default
29724 \bar default
29725 .
29726  To change a 
29727 \family roman
29728 \series medium
29729 \bar no
29730 footnote
29731 \family default
29732 \series default
29733 \bar default
29734  to text, press the 
29735 \family sans
29736 Backspace
29737 \family default
29738  key when the cursor is in the first position of a 
29739 \family roman
29740 \series medium
29741 \bar no
29742 footnote
29743 \family default
29744 \series default
29745 \bar default
29746 , or press the 
29747 \family sans
29748 Delete
29749 \family default
29750  key when the cursor is in the very last position of the 
29751 \family roman
29752 \series medium
29753 \bar no
29754 footnote
29755 \family default
29756 \series default
29757 \bar default
29758 , respectively.
29759 \end_layout
29760
29761 \begin_layout Standard
29762 Here is an example footnote:
29763 \family roman
29764 \series medium
29765 \bar no
29766
29767 \begin_inset Foot
29768 status open
29769
29770 \begin_layout Plain Layout
29771 \begin_inset CommandInset label
29772 LatexCommand label
29773 name "foot:This-is-an"
29774
29775 \end_inset
29776
29777 This is an example footnote.
29778 \end_layout
29779
29780 \end_inset
29781
29782
29783 \family default
29784 \series default
29785 \bar default
29786
29787 \begin_inset ERT
29788 status collapsed
29789
29790 \begin_layout Plain Layout
29791
29792
29793 \backslash
29794 newcounter{MyRepeatFoot}
29795 \end_layout
29796
29797 \begin_layout Plain Layout
29798
29799
29800 \backslash
29801 setcounter{MyRepeatFoot}{
29802 \backslash
29803 thefootnote}
29804 \end_layout
29805
29806 \end_inset
29807
29808
29809 \end_layout
29810
29811 \begin_layout Standard
29812 The footnote will appear in the output as a superscript number at the text
29813  position where the footnote box is placed.
29814  The footnote text is placed at the bottom of the current page.
29815  The footnote number is calculated by LaTeX; the numbers are consecutive.
29816  Whether the footnote number is reset for every chapter depends on your
29817  document class.
29818 \end_layout
29819
29820 \begin_layout Standard
29821 Footnotes can be referenced like floats: Insert a label into the footnote
29822  and cross-reference this label in the text as described in section
29823 \begin_inset space ~
29824 \end_inset
29825
29826
29827 \begin_inset CommandInset ref
29828 LatexCommand ref
29829 reference "sec:Referencing-Floats"
29830
29831 \end_inset
29832
29833 .
29834 \begin_inset Newline newline
29835 \end_inset
29836
29837 This is a cross-reference of Footnote
29838 \begin_inset space ~
29839 \end_inset
29840
29841
29842 \begin_inset CommandInset ref
29843 LatexCommand ref
29844 reference "foot:This-is-an"
29845
29846 \end_inset
29847
29848 .
29849 \end_layout
29850
29851 \begin_layout Standard
29852 \begin_inset VSpace defskip
29853 \end_inset
29854
29855 Footnotes in title environments are usually not numbered with symbols and
29856  they cannot contain several paragraphs.
29857  See for example the footnote in the titling of this document.
29858 \end_layout
29859
29860 \begin_layout Standard
29861 \begin_inset VSpace defskip
29862 \end_inset
29863
29864 Footnotes in tables are not printed by LaTeX due to technical reasons.
29865  However there exists another method to print them: Instead of the footnote
29866  the command 
29867 \series bold
29868
29869 \backslash
29870 footnotemark{}
29871 \series default
29872  is inserted as TeX-code.
29873  The text of the footnote is entered as an argument of the TeX-code command
29874  
29875 \series bold
29876
29877 \backslash
29878 footnotetext
29879 \series default
29880  after the table.
29881 \begin_inset Newline newline
29882 \end_inset
29883
29884 This was done for the following table with the command
29885 \end_layout
29886
29887 \begin_layout Standard
29888
29889 \series bold
29890
29891 \backslash
29892 footnotetext{
29893 \series default
29894 Printed table footnote.
29895 \series bold
29896 }
29897 \end_layout
29898
29899 \begin_layout Standard
29900 \begin_inset Tabular
29901 <lyxtabular version="3" rows="2" columns="1">
29902 <features rotate="0" tabularvalignment="middle">
29903 <column alignment="center" valignment="top">
29904 <row>
29905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29906 \begin_inset Text
29907
29908 \begin_layout Plain Layout
29909 This an example text.
29910 \begin_inset Foot
29911 status open
29912
29913 \begin_layout Plain Layout
29914 This footnote will not be printed!
29915 \end_layout
29916
29917 \end_inset
29918
29919
29920 \end_layout
29921
29922 \end_inset
29923 </cell>
29924 </row>
29925 <row>
29926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29927 \begin_inset Text
29928
29929 \begin_layout Plain Layout
29930 This an example text.
29931 \begin_inset ERT
29932 status collapsed
29933
29934 \begin_layout Plain Layout
29935
29936
29937 \backslash
29938 footnotemark{}
29939 \end_layout
29940
29941 \end_inset
29942
29943
29944 \end_layout
29945
29946 \end_inset
29947 </cell>
29948 </row>
29949 </lyxtabular>
29950
29951 \end_inset
29952
29953
29954 \begin_inset ERT
29955 status collapsed
29956
29957 \begin_layout Plain Layout
29958
29959
29960 \backslash
29961 footnotetext{
29962 \end_layout
29963
29964 \end_inset
29965
29966 Printed table footnote.
29967 \begin_inset ERT
29968 status collapsed
29969
29970 \begin_layout Plain Layout
29971
29972 }
29973 \end_layout
29974
29975 \end_inset
29976
29977
29978 \end_layout
29979
29980 \begin_layout Standard
29981 Footnotes in longtables are described in section
29982 \begin_inset space ~
29983 \end_inset
29984
29985
29986 \begin_inset CommandInset ref
29987 LatexCommand ref
29988 reference "sub:Footnotes-in-Longtables"
29989
29990 \end_inset
29991
29992 .
29993 \end_layout
29994
29995 \begin_layout Standard
29996 Footnotes in minipage boxes are printed, but inside the box and with a different
29997  numbering because a minipage box is like a page inside a page.
29998  (For more about minipages, see section
29999 \begin_inset space ~
30000 \end_inset
30001
30002
30003 \begin_inset CommandInset ref
30004 LatexCommand ref
30005 reference "sec:Minipages"
30006
30007 \end_inset
30008
30009 .) To get a footnote in the minipage that is output at the bottom of the
30010  page like normal footnotes, also use the method of 
30011 \series bold
30012
30013 \backslash
30014 footnotemark{}
30015 \series default
30016  and 
30017 \series bold
30018
30019 \backslash
30020 footnotetext
30021 \series default
30022 .
30023 \end_layout
30024
30025 \begin_layout Standard
30026 \begin_inset Box Frameless
30027 position "t"
30028 hor_pos "c"
30029 has_inner_box 1
30030 inner_pos "t"
30031 use_parbox 0
30032 use_makebox 0
30033 width "100col%"
30034 special "none"
30035 height "1in"
30036 height_special "totalheight"
30037 status open
30038
30039 \begin_layout Plain Layout
30040 This an example text in a minipage.
30041 \begin_inset Foot
30042 status open
30043
30044 \begin_layout Plain Layout
30045 Footnote in the minipage.
30046 \end_layout
30047
30048 \end_inset
30049
30050
30051 \end_layout
30052
30053 \begin_layout Plain Layout
30054 This an example text in a minipage.
30055 \begin_inset ERT
30056 status collapsed
30057
30058 \begin_layout Plain Layout
30059
30060
30061 \backslash
30062 footnotemark{}
30063 \end_layout
30064
30065 \end_inset
30066
30067
30068 \end_layout
30069
30070 \end_inset
30071
30072
30073 \end_layout
30074
30075 \begin_layout Standard
30076 \begin_inset ERT
30077 status collapsed
30078
30079 \begin_layout Plain Layout
30080
30081
30082 \backslash
30083 footnotetext{
30084 \end_layout
30085
30086 \end_inset
30087
30088 Footnote outside the minipage.
30089 \begin_inset ERT
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093
30094 }
30095 \end_layout
30096
30097 \end_inset
30098
30099
30100 \end_layout
30101
30102 \begin_layout Standard
30103 \begin_inset VSpace defskip
30104 \end_inset
30105
30106
30107 \end_layout
30108
30109 \begin_layout Standard
30110 To refer to the same footnote several times without printing the footnote
30111  text every time, use the command 
30112 \series bold
30113
30114 \backslash
30115 footnotemark[number]
30116 \series default
30117  in TeX-code.
30118 \begin_inset Newline newline
30119 \end_inset
30120
30121 As you do not know the number of the repeating footnote while you are writing
30122  the text, you have to store its number.
30123  For the following footnote mark example, these commands were inserted in
30124  TeX-code after Footnote
30125 \begin_inset space ~
30126 \end_inset
30127
30128
30129 \begin_inset CommandInset ref
30130 LatexCommand ref
30131 reference "foot:This-is-an"
30132
30133 \end_inset
30134
30135  to store the footnote number:
30136 \end_layout
30137
30138 \begin_layout Standard
30139
30140 \series bold
30141
30142 \backslash
30143 newcounter{MyRepeatFoot}
30144 \begin_inset Newline newline
30145 \end_inset
30146
30147
30148 \backslash
30149 setcounter{MyRepeatFoot}{
30150 \backslash
30151 thefootnote}
30152 \end_layout
30153
30154 \begin_layout Standard
30155 The footnote mark was then created with this command:
30156 \end_layout
30157
30158 \begin_layout Standard
30159
30160 \series bold
30161
30162 \backslash
30163 footnotemark[
30164 \backslash
30165 theMyRepeatFoot]
30166 \end_layout
30167
30168 \begin_layout Standard
30169 Here is a repeated footnote:
30170 \family roman
30171 \series medium
30172 \bar no
30173
30174 \begin_inset ERT
30175 status collapsed
30176
30177 \begin_layout Plain Layout
30178
30179
30180 \backslash
30181 footnotemark[
30182 \backslash
30183 theMyRepeatFoot]
30184 \end_layout
30185
30186 \end_inset
30187
30188
30189 \end_layout
30190
30191 \begin_layout Standard
30192 If you want to repeat the previous footnote, you can omit the storage of
30193  the footnote number and just use this command instead:
30194 \end_layout
30195
30196 \begin_layout Standard
30197
30198 \series bold
30199
30200 \backslash
30201 footnotemark[
30202 \backslash
30203 thefootnote]
30204 \end_layout
30205
30206 \begin_layout Standard
30207 Here is another repeated footnote:
30208 \family roman
30209 \series medium
30210 \bar no
30211
30212 \begin_inset ERT
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216
30217
30218 \backslash
30219 footnotemark[
30220 \backslash
30221 thefootnote]
30222 \end_layout
30223
30224 \end_inset
30225
30226
30227 \end_layout
30228
30229 \begin_layout Subsection
30230 Footnote Numbering
30231 \begin_inset CommandInset label
30232 LatexCommand label
30233 name "sub:Footnote-Numbering"
30234
30235 \end_inset
30236
30237
30238 \begin_inset Index idx
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242 Footnotes ! Numbering
30243 \end_layout
30244
30245 \end_inset
30246
30247
30248 \end_layout
30249
30250 \begin_layout Standard
30251 To reset the footnote number back to 1 after each section
30252 \family roman
30253 , add this command to your document preamble:
30254 \end_layout
30255
30256 \begin_layout Standard
30257
30258 \series bold
30259
30260 \backslash
30261 @addtoreset{footnote}{section}
30262 \end_layout
30263
30264 \begin_layout Standard
30265 \begin_inset VSpace bigskip
30266 \end_inset
30267
30268 The following preamble command changes the footnote numbering style to small
30269  roman numerals:
30270 \end_layout
30271
30272 \begin_layout Standard
30273
30274 \series bold
30275
30276 \backslash
30277 renewcommand{
30278 \backslash
30279 thefootnote}{
30280 \backslash
30281 roman{footnote}}
30282 \end_layout
30283
30284 \begin_layout Standard
30285 \begin_inset ERT
30286 status collapsed
30287
30288 \begin_layout Plain Layout
30289
30290
30291 \backslash
30292 renewcommand{
30293 \backslash
30294 thefootnote}{
30295 \backslash
30296 roman{footnote}}
30297 \end_layout
30298
30299 \end_inset
30300
30301  This is a footnote with roman numbering:
30302 \begin_inset Foot
30303 status open
30304
30305 \begin_layout Plain Layout
30306 This is an example footnote with roman numbering.
30307 \end_layout
30308
30309 \end_inset
30310
30311
30312 \end_layout
30313
30314 \begin_layout Standard
30315 To change the numbering style to capital roman numerals replace in the command
30316  above 
30317 \series bold
30318
30319 \backslash
30320 roman
30321 \series default
30322  by 
30323 \series bold
30324
30325 \backslash
30326 Roman
30327 \series default
30328 .
30329  To 
30330 \begin_inset Quotes eld
30331 \end_inset
30332
30333 number
30334 \begin_inset Quotes erd
30335 \end_inset
30336
30337  footnotes with capital or small Latin letters use 
30338 \series bold
30339
30340 \backslash
30341 Alph
30342 \series default
30343  or 
30344 \series bold
30345
30346 \backslash
30347 alph
30348 \series default
30349 , respectively.
30350  To 
30351 \begin_inset Quotes eld
30352 \end_inset
30353
30354 number
30355 \begin_inset Quotes erd
30356 \end_inset
30357
30358  footnotes with symbols use 
30359 \series bold
30360
30361 \backslash
30362 fnsymbol
30363 \series default
30364 .
30365 \end_layout
30366
30367 \begin_layout Standard
30368 \begin_inset Note Greyedout
30369 status open
30370
30371 \begin_layout Plain Layout
30372
30373 \series bold
30374 Note:
30375 \series default
30376  You can only number 26 footnotes with Latin letters, because this numbering
30377  is limited to single letters.
30378 \end_layout
30379
30380 \end_inset
30381
30382
30383 \begin_inset Newline newline
30384 \end_inset
30385
30386
30387 \begin_inset Note Greyedout
30388 status open
30389
30390 \begin_layout Plain Layout
30391
30392 \series bold
30393 Note:
30394 \series default
30395  You can only number 9 footnotes with symbols.
30396 \end_layout
30397
30398 \end_inset
30399
30400
30401 \end_layout
30402
30403 \begin_layout Standard
30404 To return to the default numbering style after you have changed to another
30405  one, use 
30406 \series bold
30407
30408 \backslash
30409 arabic
30410 \series default
30411  instead of 
30412 \series bold
30413
30414 \backslash
30415 roman
30416 \series default
30417  in the command above.
30418 \begin_inset ERT
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422
30423
30424 \backslash
30425 renewcommand{
30426 \backslash
30427 thefootnote}{
30428 \backslash
30429 arabic{footnote}}
30430 \end_layout
30431
30432 \end_inset
30433
30434
30435 \end_layout
30436
30437 \begin_layout Standard
30438 \begin_inset VSpace bigskip
30439 \end_inset
30440
30441
30442 \end_layout
30443
30444 \begin_layout Standard
30445 If you want to have footnotes numbered in the scheme 
30446 \begin_inset Quotes eld
30447 \end_inset
30448
30449 chapter.footnote
30450 \begin_inset Quotes erd
30451 \end_inset
30452
30453 , add the following command to your document preamble:
30454 \end_layout
30455
30456 \begin_layout Standard
30457
30458 \series bold
30459
30460 \backslash
30461 numberwithin{footnote}{chapter}
30462 \end_layout
30463
30464 \begin_layout Standard
30465 To be able to use the command 
30466 \series bold
30467
30468 \backslash
30469 numberwithin
30470 \series default
30471 , set in the tab 
30472 \family sans
30473 Math
30474 \begin_inset space ~
30475 \end_inset
30476
30477 Options
30478 \family default
30479  in the document settings the option 
30480 \family sans
30481 Use
30482 \begin_inset space ~
30483 \end_inset
30484
30485 AMS
30486 \begin_inset space ~
30487 \end_inset
30488
30489 math
30490 \begin_inset space ~
30491 \end_inset
30492
30493 package
30494 \family default
30495 .
30496 \end_layout
30497
30498 \begin_layout Standard
30499 \begin_inset ERT
30500 status collapsed
30501
30502 \begin_layout Plain Layout
30503
30504
30505 \backslash
30506 numberwithin{footnote}{chapter}
30507 \end_layout
30508
30509 \end_inset
30510
30511 This is another example footnote:
30512 \series bold
30513
30514 \begin_inset Foot
30515 status open
30516
30517 \begin_layout Plain Layout
30518 This is a footnote numbered in the scheme 
30519 \begin_inset Quotes eld
30520 \end_inset
30521
30522 chapter.footnote
30523 \begin_inset Quotes erd
30524 \end_inset
30525
30526 .
30527 \end_layout
30528
30529 \end_inset
30530
30531
30532 \series default
30533
30534 \begin_inset ERT
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538
30539
30540 \backslash
30541 renewcommand{
30542 \backslash
30543 thefootnote}{
30544 \backslash
30545 arabic{footnote}}
30546 \end_layout
30547
30548 \end_inset
30549
30550
30551 \end_layout
30552
30553 \begin_layout Standard
30554 \begin_inset Note Greyedout
30555 status open
30556
30557 \begin_layout Plain Layout
30558
30559 \series bold
30560 Note:
30561 \series default
30562  
30563 \series bold
30564
30565 \backslash
30566 numberwithin
30567 \series default
30568  always prints out the footnote number as arabic number; previous redefinitions
30569  to get non-arabic numbers are overwritten.
30570 \end_layout
30571
30572 \end_inset
30573
30574
30575 \end_layout
30576
30577 \begin_layout Standard
30578 So to get for example the scheme 
30579 \begin_inset Quotes eld
30580 \end_inset
30581
30582 chapter.
30583 \backslash
30584 Roman{footnote}
30585 \begin_inset Quotes erd
30586 \end_inset
30587
30588 , use this command instead of 
30589 \series bold
30590
30591 \backslash
30592 numberwithin
30593 \series default
30594 :
30595 \end_layout
30596
30597 \begin_layout Standard
30598
30599 \series bold
30600
30601 \backslash
30602 renewcommand{
30603 \backslash
30604 thefootnote}{
30605 \backslash
30606 thechapter.
30607 \backslash
30608 Roman{footnote}}
30609 \end_layout
30610
30611 \begin_layout Subsection
30612 Footnote Placement
30613 \begin_inset Index idx
30614 status collapsed
30615
30616 \begin_layout Plain Layout
30617 Footnotes ! Placement
30618 \end_layout
30619
30620 \end_inset
30621
30622
30623 \end_layout
30624
30625 \begin_layout Standard
30626 If you have several footnotes in one page, they appear without vertical
30627  space between them at the bottom of the page.
30628  To make them more readable you can e.
30629 \begin_inset space \thinspace{}
30630 \end_inset
30631
30632 g.
30633 \begin_inset space \space{}
30634 \end_inset
30635
30636 add 1.5
30637 \begin_inset space \thinspace{}
30638 \end_inset
30639
30640 mm space with the following preamble command:
30641 \end_layout
30642
30643 \begin_layout Standard
30644
30645 \series bold
30646
30647 \backslash
30648 let
30649 \backslash
30650 myFoot
30651 \backslash
30652 footnote
30653 \begin_inset Newline newline
30654 \end_inset
30655
30656
30657 \backslash
30658 renewcommand{
30659 \backslash
30660 footnote}[1]{
30661 \backslash
30662 myFoot{#1
30663 \backslash
30664 vspace{1.5mm}}}
30665 \end_layout
30666
30667 \begin_layout Standard
30668 \begin_inset VSpace bigskip
30669 \end_inset
30670
30671 In a two-column document the footnotes appear at the bottom of every column,
30672  see Figure
30673 \begin_inset space ~
30674 \end_inset
30675
30676
30677 \begin_inset CommandInset ref
30678 LatexCommand ref
30679 reference "fig:Standard-footnote-placement"
30680
30681 \end_inset
30682
30683 .
30684  If the footnotes should only appear at the bottom of the right column,
30685  as in Figure
30686 \begin_inset space ~
30687 \end_inset
30688
30689
30690 \begin_inset CommandInset ref
30691 LatexCommand ref
30692 reference "fig:Footnote-placement-in"
30693
30694 \end_inset
30695
30696 , use the LaTeX-package 
30697 \series bold
30698 ftnright
30699 \series default
30700
30701 \begin_inset Index idx
30702 status collapsed
30703
30704 \begin_layout Plain Layout
30705 LaTeX-packages ! ftnright
30706 \end_layout
30707
30708 \end_inset
30709
30710  with this command in the document preamble:
30711 \end_layout
30712
30713 \begin_layout Standard
30714
30715 \series bold
30716
30717 \backslash
30718 usepackage{ftnright}
30719 \end_layout
30720
30721 \begin_layout Standard
30722 \begin_inset Float figure
30723 placement !h
30724 wide false
30725 sideways false
30726 status open
30727
30728 \begin_layout Plain Layout
30729 \begin_inset ERT
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733
30734
30735 \backslash
30736 framebox{
30737 \end_layout
30738
30739 \end_inset
30740
30741
30742 \begin_inset Graphics
30743         filename clipart/without_fntright.pdf
30744         width 100col%
30745         scaleBeforeRotation
30746
30747 \end_inset
30748
30749
30750 \begin_inset ERT
30751 status collapsed
30752
30753 \begin_layout Plain Layout
30754
30755 }
30756 \end_layout
30757
30758 \end_inset
30759
30760
30761 \end_layout
30762
30763 \begin_layout Plain Layout
30764 \begin_inset Caption Standard
30765
30766 \begin_layout Plain Layout
30767 \begin_inset CommandInset label
30768 LatexCommand label
30769 name "fig:Standard-footnote-placement"
30770
30771 \end_inset
30772
30773 Standard footnote placement in two-column documents.
30774 \end_layout
30775
30776 \end_inset
30777
30778
30779 \end_layout
30780
30781 \end_inset
30782
30783
30784 \end_layout
30785
30786 \begin_layout Standard
30787 \begin_inset Float figure
30788 placement !h
30789 wide false
30790 sideways false
30791 status open
30792
30793 \begin_layout Plain Layout
30794 \begin_inset ERT
30795 status collapsed
30796
30797 \begin_layout Plain Layout
30798
30799
30800 \backslash
30801 framebox{
30802 \end_layout
30803
30804 \end_inset
30805
30806
30807 \begin_inset Graphics
30808         filename clipart/with_fntright.pdf
30809         width 100col%
30810         scaleBeforeRotation
30811
30812 \end_inset
30813
30814
30815 \begin_inset ERT
30816 status collapsed
30817
30818 \begin_layout Plain Layout
30819
30820 }
30821 \end_layout
30822
30823 \end_inset
30824
30825
30826 \end_layout
30827
30828 \begin_layout Plain Layout
30829 \begin_inset Caption Standard
30830
30831 \begin_layout Plain Layout
30832 \begin_inset CommandInset label
30833 LatexCommand label
30834 name "fig:Footnote-placement-in"
30835
30836 \end_inset
30837
30838 Footnote placement in two-column documents when the LaTeX-package 
30839 \series bold
30840 ftnright
30841 \series default
30842  is used.
30843 \end_layout
30844
30845 \end_inset
30846
30847
30848 \end_layout
30849
30850 \end_inset
30851
30852
30853 \end_layout
30854
30855 \begin_layout Standard
30856 \begin_inset VSpace bigskip
30857 \end_inset
30858
30859 In some scientific literature it is usual to collect the footnotes and print
30860  them in a separate paragraph at the end of a section, as in Figure
30861 \begin_inset space ~
30862 \end_inset
30863
30864
30865 \begin_inset CommandInset ref
30866 LatexCommand ref
30867 reference "fig:Endnotes"
30868
30869 \end_inset
30870
30871 .
30872  They are then called 
30873 \begin_inset Quotes eld
30874 \end_inset
30875
30876 endnotes
30877 \begin_inset Quotes erd
30878 \end_inset
30879
30880 .
30881 \begin_inset Index idx
30882 status collapsed
30883
30884 \begin_layout Plain Layout
30885 Endnotes
30886 \end_layout
30887
30888 \end_inset
30889
30890  To use endnotes instead of footnotes in your document, load in the menu
30891  
30892 \family sans
30893 Document\SpecialChar \menuseparator
30894 Settings\SpecialChar \menuseparator
30895 Modules 
30896 \family default
30897 the module 
30898 \family sans
30899 Foot
30900 \begin_inset space ~
30901 \end_inset
30902
30903 to
30904 \begin_inset space ~
30905 \end_inset
30906
30907 End
30908 \family default
30909 .
30910  To insert the collected footnotes, insert the command
30911 \end_layout
30912
30913 \begin_layout Standard
30914
30915 \series bold
30916
30917 \backslash
30918 theendnotes
30919 \end_layout
30920
30921 \begin_layout Standard
30922 in TeX-Code at the end of a section or chapter.
30923 \end_layout
30924
30925 \begin_layout Standard
30926 \begin_inset Float figure
30927 wide false
30928 sideways false
30929 status open
30930
30931 \begin_layout Plain Layout
30932 \align center
30933 \begin_inset ERT
30934 status collapsed
30935
30936 \begin_layout Plain Layout
30937
30938
30939 \backslash
30940 framebox{
30941 \end_layout
30942
30943 \end_inset
30944
30945
30946 \begin_inset Graphics
30947         filename clipart/endnotes.pdf
30948         scaleBeforeRotation
30949
30950 \end_inset
30951
30952
30953 \begin_inset ERT
30954 status collapsed
30955
30956 \begin_layout Plain Layout
30957
30958 }
30959 \end_layout
30960
30961 \end_inset
30962
30963
30964 \end_layout
30965
30966 \begin_layout Plain Layout
30967 \begin_inset Caption Standard
30968
30969 \begin_layout Plain Layout
30970 \begin_inset CommandInset label
30971 LatexCommand label
30972 name "fig:Endnotes"
30973
30974 \end_inset
30975
30976 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
30977  or chapters.
30978 \end_layout
30979
30980 \end_inset
30981
30982
30983 \end_layout
30984
30985 \end_inset
30986
30987
30988 \end_layout
30989
30990 \begin_layout Standard
30991 \begin_inset VSpace medskip
30992 \end_inset
30993
30994 The paragraph heading for the endnotes isn't automatically translated into
30995  the document language, this must be done manually.
30996  The following preamble command translates the default English 
30997 \begin_inset Quotes eld
30998 \end_inset
30999
31000 Notes
31001 \begin_inset Quotes erd
31002 \end_inset
31003
31004  into the German 
31005 \begin_inset Quotes eld
31006 \end_inset
31007
31008 Anmerkungen
31009 \begin_inset Quotes erd
31010 \end_inset
31011
31012 :
31013 \end_layout
31014
31015 \begin_layout Standard
31016
31017 \series bold
31018
31019 \backslash
31020 renewcommand{
31021 \backslash
31022 notesname}{Anmerkungen}
31023 \end_layout
31024
31025 \begin_layout Standard
31026 \begin_inset VSpace medskip
31027 \end_inset
31028
31029 The numbering of endnotes can be changed like the footnote numbering as
31030  described in section
31031 \begin_inset space ~
31032 \end_inset
31033
31034
31035 \begin_inset CommandInset ref
31036 LatexCommand ref
31037 reference "sub:Footnote-Numbering"
31038
31039 \end_inset
31040
31041 ; just replace the command 
31042 \series bold
31043
31044 \backslash
31045 thefootnote
31046 \series default
31047  by 
31048 \series bold
31049
31050 \backslash
31051 theendnote
31052 \series default
31053 .
31054  To reset the endnote number use the command 
31055 \series bold
31056
31057 \backslash
31058 @addtoreset
31059 \series default
31060  as described in section
31061 \begin_inset space ~
31062 \end_inset
31063
31064
31065 \begin_inset CommandInset ref
31066 LatexCommand ref
31067 reference "sub:Footnote-Numbering"
31068
31069 \end_inset
31070
31071  and replace the command parameter 
31072 \series bold
31073 footnote
31074 \series default
31075  by 
31076 \series bold
31077 endnote
31078 \series default
31079 .
31080 \end_layout
31081
31082 \begin_layout Standard
31083 For endnotes there is the command 
31084 \series bold
31085
31086 \backslash
31087 endnotemark[number]
31088 \series default
31089  similar to the command 
31090 \series bold
31091
31092 \backslash
31093 footnotemark
31094 \series default
31095 , that is described in section
31096 \begin_inset space ~
31097 \end_inset
31098
31099
31100 \begin_inset CommandInset ref
31101 LatexCommand ref
31102 reference "sec:Footnotes"
31103
31104 \end_inset
31105
31106 .
31107 \end_layout
31108
31109 \begin_layout Standard
31110 \begin_inset VSpace bigskip
31111 \end_inset
31112
31113 Footnotes can also be placed in the page margin and the footnote text alignment
31114  can be changed, see the LaTeX-package 
31115 \series bold
31116 footmisc
31117 \series default
31118
31119 \begin_inset Index idx
31120 status collapsed
31121
31122 \begin_layout Plain Layout
31123 LaTeX-packages ! footmisc
31124 \end_layout
31125
31126 \end_inset
31127
31128
31129 \begin_inset CommandInset citation
31130 LatexCommand cite
31131 key "footmisc"
31132
31133 \end_inset
31134
31135  for more information about this.
31136 \end_layout
31137
31138 \begin_layout Standard
31139 For various further footnote formatting issues have a look at LaTeX-books,
31140  
31141 \begin_inset CommandInset citation
31142 LatexCommand cite
31143 key "latexcompanion,latexguide,latexbook"
31144
31145 \end_inset
31146
31147 .
31148  If you are using a 
31149 \series bold
31150 KOMA-Script
31151 \series default
31152
31153 \begin_inset Index idx
31154 status collapsed
31155
31156 \begin_layout Plain Layout
31157 LaTeX-packages ! KOMA-Script
31158 \end_layout
31159
31160 \end_inset
31161
31162  document class, you can adjust all footnote settings using class-specific
31163  commands, see 
31164 \begin_inset CommandInset citation
31165 LatexCommand cite
31166 key "KOMA-Script"
31167
31168 \end_inset
31169
31170 .
31171 \end_layout
31172
31173 \begin_layout Section
31174 Margin Notes
31175 \begin_inset Index idx
31176 status collapsed
31177
31178 \begin_layout Plain Layout
31179 Notes ! Margin Notes
31180 \end_layout
31181
31182 \end_inset
31183
31184
31185 \end_layout
31186
31187 \begin_layout Standard
31188 Margin notes look and behave in LyX like footnotes.
31189  They are inserted via the menu 
31190 \family sans
31191 Insert\SpecialChar \menuseparator
31192 Marginal
31193 \begin_inset space ~
31194 \end_inset
31195
31196 Note
31197 \family default
31198  or the toolbar button 
31199 \begin_inset Info
31200 type  "icon"
31201 arg   "marginalnote-insert"
31202 \end_inset
31203
31204 .
31205  A grey 
31206 \family roman
31207 \series medium
31208 box with the
31209 \family default
31210 \series default
31211  red 
31212 \family roman
31213 \series medium
31214 label 
31215 \begin_inset Quotes eld
31216 \end_inset
31217
31218 margin
31219 \begin_inset Quotes erd
31220 \end_inset
31221
31222  appears where you can enter the text of the margin note.
31223 \end_layout
31224
31225 \begin_layout Standard
31226 At the side is an example margin note.
31227
31228 \family roman
31229 \series medium
31230  
31231 \begin_inset Marginal
31232 status open
31233
31234 \begin_layout Plain Layout
31235 This is a margin note.
31236 \end_layout
31237
31238 \end_inset
31239
31240
31241 \end_layout
31242
31243 \begin_layout Standard
31244 Margin notes appear at the right side in single-sided documents.
31245  In double-sided documents they appear in the outer margin â€“ left on even
31246  pages, right on odd pages.
31247  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
31248 d when the note appears in the left margin.
31249  The first line of the margin note is placed at the position of the text
31250  line where it is inserted in the document.
31251 \end_layout
31252
31253 \begin_layout Standard
31254 \begin_inset VSpace bigskip
31255 \end_inset
31256
31257 To place the margin note in the inner margin, add the command
31258 \end_layout
31259
31260 \begin_layout Standard
31261
31262 \series bold
31263
31264 \backslash
31265 reversemarginpar
31266 \end_layout
31267
31268 \begin_layout Standard
31269 in TeX-Code before a margin note.
31270  The new placement is valid for all subsequent margin notes.
31271  
31272 \begin_inset ERT
31273 status collapsed
31274
31275 \begin_layout Plain Layout
31276
31277
31278 \backslash
31279 reversemarginpar 
31280 \end_layout
31281
31282 \end_inset
31283
31284
31285 \begin_inset Marginal
31286 status open
31287
31288 \begin_layout Plain Layout
31289 This is a margin note in the inner margin.
31290 \end_layout
31291
31292 \end_inset
31293
31294
31295 \series bold
31296
31297 \begin_inset Newline newline
31298 \end_inset
31299
31300
31301 \series default
31302
31303 \begin_inset Note Greyedout
31304 status open
31305
31306 \begin_layout Plain Layout
31307
31308 \series bold
31309 Note:
31310 \series default
31311  There is often not enough space in the inner margin so that the notes are
31312  not correctly displayed in the output.
31313 \end_layout
31314
31315 \end_inset
31316
31317
31318 \end_layout
31319
31320 \begin_layout Standard
31321 To return to the default placement insert the command
31322 \end_layout
31323
31324 \begin_layout Standard
31325
31326 \series bold
31327
31328 \backslash
31329 normalmarginpar
31330 \end_layout
31331
31332 \begin_layout Standard
31333 in TeX-Code.
31334 \begin_inset ERT
31335 status collapsed
31336
31337 \begin_layout Plain Layout
31338
31339
31340 \backslash
31341 normalmarginpar 
31342 \end_layout
31343
31344 \end_inset
31345
31346  
31347 \begin_inset Note Greyedout
31348 status open
31349
31350 \begin_layout Plain Layout
31351
31352 \series bold
31353 Note:
31354 \series default
31355  The command is ignored when it is within a paragraph where also the command
31356  
31357 \series bold
31358
31359 \backslash
31360 reversemarginpar
31361 \series default
31362  is inserted.
31363 \end_layout
31364
31365 \end_inset
31366
31367
31368 \end_layout
31369
31370 \begin_layout Standard
31371 \begin_inset VSpace bigskip
31372 \end_inset
31373
31374
31375 \family roman
31376 \series medium
31377
31378 \begin_inset Marginal
31379 status open
31380
31381 \begin_layout Plain Layout
31382 AVeryLongMarginParWord that isn't hyphenated.
31383 \end_layout
31384
31385 \end_inset
31386
31387
31388 \family default
31389 \series default
31390  Similar to the case described in section
31391 \begin_inset space ~
31392 \end_inset
31393
31394
31395 \begin_inset CommandInset ref
31396 LatexCommand ref
31397 reference "sub:Multiple-Lines-in"
31398
31399 \end_inset
31400
31401 , long words cannot be hyphenated when they are the first word in a margin
31402  note.
31403  To avoid this, insert 0
31404 \begin_inset space \thinspace{}
31405 \end_inset
31406
31407 pt horizontal space before the word
31408 \family roman
31409 \series medium
31410 .
31411  
31412 \begin_inset Marginal
31413 status open
31414
31415 \begin_layout Plain Layout
31416 \begin_inset space \hspace*{}
31417 \length 0pt
31418 \end_inset
31419
31420 AVeryLongMarginParWord that is hyphenated.
31421 \end_layout
31422
31423 \end_inset
31424
31425
31426 \end_layout
31427
31428 \begin_layout Standard
31429 \begin_inset VSpace bigskip
31430 \end_inset
31431
31432
31433 \end_layout
31434
31435 \begin_layout Standard
31436 \begin_inset Note Greyedout
31437 status open
31438
31439 \begin_layout Plain Layout
31440
31441 \series bold
31442 Note:
31443 \series default
31444  Margin notes can normally not be used inside tables, floats, and footnotes.
31445 \end_layout
31446
31447 \end_inset
31448
31449
31450 \end_layout
31451
31452 \begin_layout Standard
31453 \begin_inset VSpace bigskip
31454 \end_inset
31455
31456
31457 \end_layout
31458
31459 \begin_layout Standard
31460 \begin_inset ERT
31461 status collapsed
31462
31463 \begin_layout Plain Layout
31464
31465
31466 \backslash
31467 ifmarginnote
31468 \end_layout
31469
31470 \end_inset
31471
31472
31473 \begin_inset Note Note
31474 status open
31475
31476 \begin_layout Plain Layout
31477 The following section will only be displayed when the LaTeX-package 
31478 \series bold
31479 marginnote
31480 \series default
31481  is installed.
31482 \end_layout
31483
31484 \end_inset
31485
31486
31487 \end_layout
31488
31489 \begin_layout Standard
31490 This restriction can be evaded by using the LaTeX-package 
31491 \series bold
31492 marginnote
31493 \series default
31494
31495 \begin_inset Index idx
31496 status collapsed
31497
31498 \begin_layout Plain Layout
31499 LaTeX-packages ! marginnote
31500 \end_layout
31501
31502 \end_inset
31503
31504 .
31505  By adding these two lines to your document preamble, the command used by
31506  LyX for margin notes is redefined to use the command provided by the 
31507 \series bold
31508 marginnote
31509 \series default
31510 -package:
31511 \end_layout
31512
31513 \begin_layout Standard
31514
31515 \series bold
31516
31517 \backslash
31518 usepackage{marginnote}
31519 \begin_inset Newline newline
31520 \end_inset
31521
31522
31523 \backslash
31524 let
31525 \backslash
31526 marginpar
31527 \backslash
31528 marginnote
31529 \end_layout
31530
31531 \begin_layout Standard
31532 This is also used in this document because 
31533 \series bold
31534 marginnote
31535 \series default
31536  has another useful feature: You can set a vertical offset for the note.
31537  This is often needed when too many margin notes are too close together
31538  or for a better page layout.
31539  The offset is set in LyX as TeX-Code directly after the margin note in
31540  the scheme
31541 \end_layout
31542
31543 \begin_layout Standard
31544
31545 \series bold
31546 [offset]
31547 \end_layout
31548
31549 \begin_layout Standard
31550 where the offset is a length with one of the units listed in Table
31551 \begin_inset space ~
31552 \end_inset
31553
31554
31555 \begin_inset CommandInset ref
31556 LatexCommand ref
31557 reference "tab:Units"
31558
31559 \end_inset
31560
31561 .
31562  A negative value shifts the note up, a positive value shifts it down.
31563  
31564 \family roman
31565 \series medium
31566 For example the margin note beside this text line is shifted up 1.5
31567 \begin_inset space \thinspace{}
31568 \end_inset
31569
31570 cm with the TeX-Code-command 
31571 \begin_inset Quotes eld
31572 \end_inset
31573
31574
31575 \family default
31576 \series bold
31577 [-1.5cm]
31578 \family roman
31579 \series medium
31580
31581 \begin_inset Quotes erd
31582 \end_inset
31583
31584
31585 \begin_inset Marginal
31586 status open
31587
31588 \begin_layout Plain Layout
31589 This margin note is shifted up 1.5
31590 \begin_inset space \thinspace{}
31591 \end_inset
31592
31593 cm from its original position.
31594 \end_layout
31595
31596 \end_inset
31597
31598
31599 \family default
31600 \series default
31601
31602 \begin_inset ERT
31603 status collapsed
31604
31605 \begin_layout Plain Layout
31606
31607 [-1.5cm]
31608 \end_layout
31609
31610 \end_inset
31611
31612
31613 \end_layout
31614
31615 \begin_layout Standard
31616 \begin_inset VSpace medskip
31617 \end_inset
31618
31619 With 
31620 \series bold
31621 marginnote
31622 \series default
31623  you can also change the alignment of the text in the margin note.
31624  For example the commands
31625 \end_layout
31626
31627 \begin_layout Standard
31628
31629 \series bold
31630
31631 \backslash
31632 renewcommand*{
31633 \backslash
31634 raggedleftmarginnote}{
31635 \backslash
31636 centering}
31637 \begin_inset Newline newline
31638 \end_inset
31639
31640
31641 \backslash
31642 renewcommand*{
31643 \backslash
31644 raggedrightmarginnote}{
31645 \backslash
31646 centering}
31647 \end_layout
31648
31649 \begin_layout Standard
31650 set the alignment to centered.
31651  
31652 \series bold
31653
31654 \backslash
31655 raggedleftmarginnote
31656 \series default
31657  denotes margin notes that appear at the left side.
31658 \family roman
31659 \series medium
31660
31661 \begin_inset ERT
31662 status collapsed
31663
31664 \begin_layout Plain Layout
31665
31666
31667 \backslash
31668 renewcommand*{
31669 \backslash
31670 raggedleftmarginnote}{
31671 \backslash
31672 centering}
31673 \end_layout
31674
31675 \begin_layout Plain Layout
31676
31677
31678 \backslash
31679 renewcommand*{
31680 \backslash
31681 raggedrightmarginnote}{
31682 \backslash
31683 centering}
31684 \end_layout
31685
31686 \end_inset
31687
31688
31689 \begin_inset Marginal
31690 status open
31691
31692 \begin_layout Plain Layout
31693 The text of this margin note is centered.
31694 \end_layout
31695
31696 \end_inset
31697
31698
31699 \family default
31700 \series default
31701  The default is
31702 \end_layout
31703
31704 \begin_layout Standard
31705
31706 \series bold
31707
31708 \backslash
31709 renewcommand*{
31710 \backslash
31711 raggedleftmarginnote}{
31712 \backslash
31713 raggedleft}
31714 \begin_inset Newline newline
31715 \end_inset
31716
31717
31718 \backslash
31719 renewcommand*{
31720 \backslash
31721 raggedrightmarginnote}{
31722 \backslash
31723 raggedright}
31724 \family roman
31725 \series medium
31726
31727 \begin_inset ERT
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731
31732
31733 \backslash
31734 renewcommand*{
31735 \backslash
31736 raggedleftmarginnote}{
31737 \backslash
31738 raggedleft}
31739 \end_layout
31740
31741 \begin_layout Plain Layout
31742
31743
31744 \backslash
31745 renewcommand*{
31746 \backslash
31747 raggedrightmarginnote}{
31748 \backslash
31749 raggedright}
31750 \end_layout
31751
31752 \end_inset
31753
31754
31755 \end_layout
31756
31757 \begin_layout Standard
31758 \begin_inset VSpace medskip
31759 \end_inset
31760
31761 For the other features of 
31762 \series bold
31763 marginnote
31764 \series default
31765  refer to its documentation 
31766 \begin_inset CommandInset citation
31767 LatexCommand cite
31768 key "marginnote"
31769
31770 \end_inset
31771
31772 .
31773 \end_layout
31774
31775 \begin_layout Standard
31776 \begin_inset VSpace bigskip
31777 \end_inset
31778
31779 You can adjust the layout of margin notes by changing its definition.
31780  To create for example a header for all margin notes with the underlined,
31781  sans-serif, and bold header text 
31782 \begin_inset Quotes eld
31783 \end_inset
31784
31785
31786 \family sans
31787 \series bold
31788 \bar under
31789 Attention!
31790 \family default
31791 \series default
31792 \bar default
31793
31794 \begin_inset Quotes erd
31795 \end_inset
31796
31797 , add this to your document preamble:
31798 \end_layout
31799
31800 \begin_layout Standard
31801
31802 \series bold
31803
31804 \backslash
31805 let
31806 \backslash
31807 myMarginpar
31808 \backslash
31809 marginpar
31810 \begin_inset Newline newline
31811 \end_inset
31812
31813
31814 \backslash
31815 renewcommand{
31816 \backslash
31817 marginpar}[1]{
31818 \backslash
31819 myMarginpar{%
31820 \begin_inset Newline newline
31821 \end_inset
31822
31823
31824 \begin_inset Phantom HPhantom
31825 status open
31826
31827 \begin_layout Plain Layout
31828
31829 \series bold
31830 \begin_inset space ~
31831 \end_inset
31832
31833
31834 \end_layout
31835
31836 \end_inset
31837
31838
31839 \backslash
31840 hspace{0pt}
31841 \backslash
31842 textsf{
31843 \backslash
31844 textbf{
31845 \backslash
31846 underbar{Attention!}}}%
31847 \begin_inset Newline newline
31848 \end_inset
31849
31850
31851 \begin_inset Phantom HPhantom
31852 status open
31853
31854 \begin_layout Plain Layout
31855
31856 \series bold
31857 \begin_inset space ~
31858 \end_inset
31859
31860
31861 \end_layout
31862
31863 \end_inset
31864
31865
31866 \backslash
31867 vspace{1.5mm}
31868 \backslash
31869
31870 \backslash
31871 #1}}
31872 \end_layout
31873
31874 \begin_layout Standard
31875
31876 \family roman
31877 \series medium
31878 \begin_inset ERT
31879 status collapsed
31880
31881 \begin_layout Plain Layout
31882
31883
31884 \backslash
31885 let
31886 \backslash
31887 myMarginpar
31888 \backslash
31889 marginpar
31890 \end_layout
31891
31892 \begin_layout Plain Layout
31893
31894
31895 \backslash
31896 renewcommand{
31897 \backslash
31898 marginpar}[1]{
31899 \backslash
31900 myMarginpar{%
31901 \end_layout
31902
31903 \begin_layout Plain Layout
31904
31905    
31906 \backslash
31907 textsf{
31908 \backslash
31909 textbf{
31910 \backslash
31911 underbar{Attention!}}}%
31912 \end_layout
31913
31914 \begin_layout Plain Layout
31915
31916    
31917 \backslash
31918 vspace{1.5mm}
31919 \backslash
31920
31921 \backslash
31922 #1}}
31923 \end_layout
31924
31925 \end_inset
31926
31927
31928 \begin_inset Marginal
31929 status open
31930
31931 \begin_layout Plain Layout
31932 This is a margin note with a defined heading.
31933 \end_layout
31934
31935 \end_inset
31936
31937
31938 \family default
31939 \series default
31940
31941 \begin_inset ERT
31942 status collapsed
31943
31944 \begin_layout Plain Layout
31945
31946 [-1.5cm]
31947 \end_layout
31948
31949 \end_inset
31950
31951
31952 \family roman
31953 \series medium
31954
31955 \begin_inset ERT
31956 status collapsed
31957
31958 \begin_layout Plain Layout
31959
31960
31961 \backslash
31962 renewcommand{
31963 \backslash
31964 marginpar}[1]{
31965 \backslash
31966 myMarginpar{#1}}
31967 \end_layout
31968
31969 \end_inset
31970
31971
31972 \family default
31973 \series default
31974
31975 \begin_inset Note Note
31976 status collapsed
31977
31978 \begin_layout Plain Layout
31979 The margin note format is changed only for this example.
31980 \end_layout
31981
31982 \end_inset
31983
31984
31985 \end_layout
31986
31987 \begin_layout Standard
31988 \begin_inset ERT
31989 status collapsed
31990
31991 \begin_layout Plain Layout
31992
31993
31994 \backslash
31995 else
31996 \end_layout
31997
31998 \end_inset
31999
32000
32001 \begin_inset Note Note
32002 status open
32003
32004 \begin_layout Plain Layout
32005 The following will be displayed when the LaTeX-package 
32006 \series bold
32007 marginnote
32008 \series default
32009  is not installed:
32010 \end_layout
32011
32012 \end_inset
32013
32014
32015 \end_layout
32016
32017 \begin_layout Standard
32018 You need to install the LaTeX-package 
32019 \series bold
32020 marginnote
32021 \series default
32022  to see the following part of this section in the output.
32023 \end_layout
32024
32025 \begin_layout Standard
32026 \begin_inset ERT
32027 status collapsed
32028
32029 \begin_layout Plain Layout
32030
32031
32032 \backslash
32033 fi
32034 \end_layout
32035
32036 \end_inset
32037
32038
32039 \end_layout
32040
32041 \begin_layout Chapter
32042 Boxes
32043 \end_layout
32044
32045 \begin_layout Section
32046 Introduction
32047 \begin_inset Index idx
32048 status collapsed
32049
32050 \begin_layout Plain Layout
32051 Boxes ! Introduction
32052 \end_layout
32053
32054 \end_inset
32055
32056
32057 \end_layout
32058
32059 \begin_layout Standard
32060 Boxes are used to format a block of text.
32061  Boxes can be used to write documents with multiple languages, see section
32062 \begin_inset space ~
32063 \end_inset
32064
32065
32066 \begin_inset CommandInset ref
32067 LatexCommand ref
32068 reference "sec:Minipages"
32069
32070 \end_inset
32071
32072 , to frame texts, see section
32073 \begin_inset space ~
32074 \end_inset
32075
32076
32077 \begin_inset CommandInset ref
32078 LatexCommand ref
32079 reference "sec:Decoration"
32080
32081 \end_inset
32082
32083 , to prevent words from being hyphenated, see section
32084 \begin_inset space ~
32085 \end_inset
32086
32087
32088 \begin_inset CommandInset ref
32089 LatexCommand ref
32090 reference "sec:Prevent-Hyphenation"
32091
32092 \end_inset
32093
32094 , to align text, see section
32095 \begin_inset space ~
32096 \end_inset
32097
32098
32099 \begin_inset CommandInset ref
32100 LatexCommand ref
32101 reference "sub:Vertical-Alignment"
32102
32103 \end_inset
32104
32105 , or to set the background color of texts, see section
32106 \begin_inset space ~
32107 \end_inset
32108
32109
32110 \begin_inset CommandInset ref
32111 LatexCommand ref
32112 reference "sec:Colored-Boxes"
32113
32114 \end_inset
32115
32116 .
32117 \end_layout
32118
32119 \begin_layout Standard
32120 Boxes can be inserted with the menu 
32121 \family sans
32122 Insert\SpecialChar \menuseparator
32123 Box
32124 \family default
32125  or the toolbar button 
32126 \begin_inset Info
32127 type  "icon"
32128 arg   "box-insert Frameless"
32129 \end_inset
32130
32131 .
32132  A grey box with the label 
32133 \family sans
32134 Box (Minipage)
32135 \family default
32136
32137 \begin_inset Graphics
32138         filename clipart/BoxInsetDefaultQt4.png
32139         scale 85
32140         scaleBeforeRotation
32141
32142 \end_inset
32143
32144  will be inserted.
32145  The box type can be specified by right-clicking on the box and selecting
32146  
32147 \family sans
32148 Settings
32149 \family default
32150 .
32151  The box dialog offers the 
32152 \family sans
32153 Inner
32154 \begin_inset space ~
32155 \end_inset
32156
32157 Box
32158 \family default
32159  types 
32160 \family sans
32161 Makebox
32162 \family default
32163
32164 \family sans
32165 Parbox
32166 \family default
32167  and 
32168 \family sans
32169 Minipage
32170 \family default
32171 .
32172  The type 
32173 \family sans
32174 Minipage
32175 \family default
32176  is the default for new boxes and is explained in section
32177 \begin_inset space ~
32178 \end_inset
32179
32180
32181 \begin_inset CommandInset ref
32182 LatexCommand ref
32183 reference "sec:Minipages"
32184
32185 \end_inset
32186
32187 ; the type 
32188 \family sans
32189 Parbox
32190 \family default
32191  is described in section
32192 \begin_inset space ~
32193 \end_inset
32194
32195
32196 \begin_inset CommandInset ref
32197 LatexCommand ref
32198 reference "sec:Parboxes"
32199
32200 \end_inset
32201
32202  and the type 
32203 \family sans
32204 Makebox
32205 \family default
32206  in 
32207 \begin_inset CommandInset ref
32208 LatexCommand ref
32209 reference "sec:Prevent-Hyphenation"
32210
32211 \end_inset
32212
32213 .
32214 \end_layout
32215
32216 \begin_layout Standard
32217 Boxes are not numbered and can therefore not be referenced like floats or
32218  footnotes.
32219 \end_layout
32220
32221 \begin_layout Standard
32222 \begin_inset Note Greyedout
32223 status open
32224
32225 \begin_layout Plain Layout
32226
32227 \series bold
32228 Note:
32229 \series default
32230  Boxes must not be the item in an 
32231 \family sans
32232 Itemize
32233 \family default
32234  or 
32235 \family sans
32236 Description
32237 \family default
32238  environment.
32239 \end_layout
32240
32241 \end_inset
32242
32243
32244 \end_layout
32245
32246 \begin_layout Standard
32247 \begin_inset Note Greyedout
32248 status open
32249
32250 \begin_layout Plain Layout
32251
32252 \series bold
32253 Note:
32254 \series default
32255  For an unknown reason you can only set the 
32256 \family sans
32257 Inner
32258 \begin_inset space ~
32259 \end_inset
32260
32261 Box
32262 \family default
32263  type to 
32264 \family sans
32265 None
32266 \family default
32267  when you use a framed box.
32268  Boxes without an 
32269 \family sans
32270 Inner
32271 \begin_inset space ~
32272 \end_inset
32273
32274 Box
32275 \family default
32276  type and without frames are explained in section
32277 \begin_inset space ~
32278 \end_inset
32279
32280
32281 \begin_inset CommandInset ref
32282 LatexCommand ref
32283 reference "sec:Prevent-Hyphenation"
32284
32285 \end_inset
32286
32287 .
32288 \end_layout
32289
32290 \end_inset
32291
32292
32293 \end_layout
32294
32295 \begin_layout Section
32296 Box Dialog
32297 \begin_inset CommandInset label
32298 LatexCommand label
32299 name "sec:Box-Dialog"
32300
32301 \end_inset
32302
32303
32304 \begin_inset Index idx
32305 status collapsed
32306
32307 \begin_layout Plain Layout
32308 Boxes ! Box Dialog
32309 \end_layout
32310
32311 \end_inset
32312
32313
32314 \end_layout
32315
32316 \begin_layout Subsection
32317 Size
32318 \begin_inset Index idx
32319 status collapsed
32320
32321 \begin_layout Plain Layout
32322 Boxes ! Size
32323 \end_layout
32324
32325 \end_inset
32326
32327
32328 \end_layout
32329
32330 \begin_layout Standard
32331 In the box dialog you can adjust the box geometry in the fields 
32332 \family sans
32333 Width
32334 \family default
32335  and 
32336 \family sans
32337 Height
32338 \family default
32339 .
32340  The available units for the geometry are explained in Table
32341 \begin_inset space ~
32342 \end_inset
32343
32344
32345 \begin_inset CommandInset ref
32346 LatexCommand ref
32347 reference "tab:Units"
32348
32349 \end_inset
32350
32351 .
32352  The field 
32353 \family sans
32354 Height
32355 \family default
32356  offers the following additional sizes:
32357 \end_layout
32358
32359 \begin_layout Description
32360 Depth This is the plain text 
32361 \begin_inset Quotes eld
32362 \end_inset
32363
32364 height
32365 \begin_inset Quotes erd
32366 \end_inset
32367
32368 .
32369  It ignores the total depth when there are multiple text lines in the box:
32370 \begin_inset Newline newline
32371 \end_inset
32372
32373
32374 \begin_inset Newline newline
32375 \end_inset
32376
32377
32378 \begin_inset Newline newline
32379 \end_inset
32380
32381
32382 \begin_inset Box Boxed
32383 position "c"
32384 hor_pos "c"
32385 has_inner_box 1
32386 inner_pos "c"
32387 use_parbox 0
32388 use_makebox 0
32389 width "12col%"
32390 special "none"
32391 height "1in"
32392 height_special "depth"
32393 status collapsed
32394
32395 \begin_layout Plain Layout
32396 \align center
32397 Box height set to 1
32398 \begin_inset space \thinspace{}
32399 \end_inset
32400
32401 Depth
32402 \end_layout
32403
32404 \end_inset
32405
32406
32407 \begin_inset Newline newline
32408 \end_inset
32409
32410
32411 \begin_inset Newline newline
32412 \end_inset
32413
32414
32415 \end_layout
32416
32417 \begin_layout Description
32418 Height This is the height of the text that is inside the box.
32419  A value of e.
32420 \begin_inset space \thinspace{}
32421 \end_inset
32422
32423 g.
32424 \begin_inset space \space{}
32425 \end_inset
32426
32427 2 for this size will set the box height to 2
32428 \begin_inset space ~
32429 \end_inset
32430
32431 times the text height: 
32432 \begin_inset Box Boxed
32433 position "c"
32434 hor_pos "c"
32435 has_inner_box 1
32436 inner_pos "c"
32437 use_parbox 0
32438 use_makebox 0
32439 width "20col%"
32440 special "none"
32441 height "2in"
32442 height_special "height"
32443 status collapsed
32444
32445 \begin_layout Plain Layout
32446 \align center
32447 Box height set to 2
32448 \begin_inset space \thinspace{}
32449 \end_inset
32450
32451 Height
32452 \end_layout
32453
32454 \end_inset
32455
32456
32457 \end_layout
32458
32459 \begin_layout Description
32460 Total
32461 \begin_inset space ~
32462 \end_inset
32463
32464 Height This is the Height
32465 \begin_inset space \thinspace{}
32466 \end_inset
32467
32468 +
32469 \begin_inset space \thinspace{}
32470 \end_inset
32471
32472 Depth: 
32473 \begin_inset Box Boxed
32474 position "c"
32475 hor_pos "c"
32476 has_inner_box 1
32477 inner_pos "c"
32478 use_parbox 0
32479 use_makebox 0
32480 width "20col%"
32481 special "none"
32482 height "1in"
32483 height_special "totalheight"
32484 status collapsed
32485
32486 \begin_layout Plain Layout
32487 \align center
32488 Box height set to 1
32489 \begin_inset space \thinspace{}
32490 \end_inset
32491
32492 Total
32493 \begin_inset space ~
32494 \end_inset
32495
32496 Height
32497 \end_layout
32498
32499 \end_inset
32500
32501
32502 \end_layout
32503
32504 \begin_layout Description
32505 Width This sets the width of the box as height: 
32506 \begin_inset Box Boxed
32507 position "c"
32508 hor_pos "c"
32509 has_inner_box 1
32510 inner_pos "c"
32511 use_parbox 0
32512 use_makebox 0
32513 width "12col%"
32514 special "none"
32515 height "1in"
32516 height_special "width"
32517 status collapsed
32518
32519 \begin_layout Plain Layout
32520 \align center
32521 Box height set to 1
32522 \begin_inset space \thinspace{}
32523 \end_inset
32524
32525 Width
32526 \end_layout
32527
32528 \end_inset
32529
32530
32531 \end_layout
32532
32533 \begin_layout Subsection
32534 Alignment
32535 \begin_inset Index idx
32536 status collapsed
32537
32538 \begin_layout Plain Layout
32539 Boxes ! Alignment
32540 \end_layout
32541
32542 \end_inset
32543
32544
32545 \end_layout
32546
32547 \begin_layout Standard
32548 When you have chosen an 
32549 \family sans
32550 Inner
32551 \begin_inset space ~
32552 \end_inset
32553
32554 Box
32555 \family default
32556 , the vertical box alignment can be:
32557 \end_layout
32558
32559 \begin_layout Description
32560 Top This is an example text line.
32561  
32562 \begin_inset Box Boxed
32563 position "t"
32564 hor_pos "c"
32565 has_inner_box 1
32566 inner_pos "c"
32567 use_parbox 0
32568 use_makebox 0
32569 width "12col%"
32570 special "none"
32571 height "1in"
32572 height_special "totalheight"
32573 status collapsed
32574
32575 \begin_layout Plain Layout
32576 \align center
32577 This box is top-aligned.
32578 \end_layout
32579
32580 \end_inset
32581
32582  This is an example text line.
32583 \end_layout
32584
32585 \begin_layout Description
32586 Middle This is an example text line.
32587  
32588 \begin_inset Box Boxed
32589 position "c"
32590 hor_pos "c"
32591 has_inner_box 1
32592 inner_pos "c"
32593 use_parbox 0
32594 use_makebox 0
32595 width "12col%"
32596 special "none"
32597 height "1in"
32598 height_special "totalheight"
32599 status collapsed
32600
32601 \begin_layout Plain Layout
32602 \align center
32603 This box is middle-aligned.
32604 \end_layout
32605
32606 \end_inset
32607
32608  This is an example text line.
32609 \end_layout
32610
32611 \begin_layout Description
32612 Bottom This is an example text line.
32613  
32614 \begin_inset Box Boxed
32615 position "b"
32616 hor_pos "c"
32617 has_inner_box 1
32618 inner_pos "c"
32619 use_parbox 0
32620 use_makebox 0
32621 width "12col%"
32622 special "none"
32623 height "1in"
32624 height_special "totalheight"
32625 status collapsed
32626
32627 \begin_layout Plain Layout
32628 \align center
32629 This box is bottom-aligned.
32630 \end_layout
32631
32632 \end_inset
32633
32634  This is an example text line.
32635 \end_layout
32636
32637 \begin_layout Standard
32638 \begin_inset Note Greyedout
32639 status open
32640
32641 \begin_layout Plain Layout
32642
32643 \series bold
32644 Note:
32645 \series default
32646  The vertical box alignment can be lost in the output when you have two
32647  boxes in a line and one has e.
32648 \begin_inset space \thinspace{}
32649 \end_inset
32650
32651 g.
32652 \begin_inset space \space{}
32653 \end_inset
32654
32655 a shadow and the other one not.
32656 \end_layout
32657
32658 \end_inset
32659
32660
32661 \end_layout
32662
32663 \begin_layout Standard
32664 The horizontal box alignment can be set via LyX's paragraph dialog when
32665  you set the box into its own paragraph.
32666 \end_layout
32667
32668 \begin_layout Standard
32669 \begin_inset VSpace bigskip
32670 \end_inset
32671
32672 When you have chosen an 
32673 \family sans
32674 Inner
32675 \begin_inset space ~
32676 \end_inset
32677
32678 Box
32679 \family default
32680 , the box content can be aligned vertically to:
32681 \end_layout
32682
32683 \begin_layout Description
32684 top This is an example text line.
32685  
32686 \begin_inset Box Boxed
32687 position "c"
32688 hor_pos "c"
32689 has_inner_box 1
32690 inner_pos "t"
32691 use_parbox 0
32692 use_makebox 0
32693 width "12col%"
32694 special "none"
32695 height "1.5in"
32696 height_special "totalheight"
32697 status collapsed
32698
32699 \begin_layout Plain Layout
32700 \align center
32701 This box text is top-aligned.
32702 \end_layout
32703
32704 \end_inset
32705
32706  This is an example text line.
32707 \end_layout
32708
32709 \begin_layout Description
32710 middle This is an example text line.
32711  
32712 \begin_inset Box Boxed
32713 position "c"
32714 hor_pos "c"
32715 has_inner_box 1
32716 inner_pos "c"
32717 use_parbox 0
32718 use_makebox 0
32719 width "12col%"
32720 special "none"
32721 height "1.5in"
32722 height_special "totalheight"
32723 status collapsed
32724
32725 \begin_layout Plain Layout
32726 \align center
32727 This box text is middle-aligned.
32728 \end_layout
32729
32730 \end_inset
32731
32732  This is an example text line.
32733 \end_layout
32734
32735 \begin_layout Description
32736 bottom This is an example text line.
32737  
32738 \begin_inset Box Boxed
32739 position "c"
32740 hor_pos "c"
32741 has_inner_box 1
32742 inner_pos "b"
32743 use_parbox 0
32744 use_makebox 0
32745 width "12col%"
32746 special "none"
32747 height "1.5in"
32748 height_special "totalheight"
32749 status collapsed
32750
32751 \begin_layout Plain Layout
32752 \align center
32753 This box text is bottom-aligned.
32754 \end_layout
32755
32756 \end_inset
32757
32758  This is an example text line.
32759 \end_layout
32760
32761 \begin_layout Description
32762 stretch This is an example text line.
32763  
32764 \begin_inset Box Boxed
32765 position "c"
32766 hor_pos "c"
32767 has_inner_box 1
32768 inner_pos "s"
32769 use_parbox 0
32770 use_makebox 0
32771 width "12col%"
32772 special "none"
32773 height "1.5in"
32774 height_special "totalheight"
32775 status collapsed
32776
32777 \begin_layout Plain Layout
32778 \align center
32779 This box
32780 \end_layout
32781
32782 \begin_layout Plain Layout
32783 \align center
32784 text is
32785 \end_layout
32786
32787 \begin_layout Plain Layout
32788 \align center
32789 stretched.
32790 \end_layout
32791
32792 \end_inset
32793
32794  This is an example text line.
32795 \end_layout
32796
32797 \begin_layout Standard
32798 To stretch the box content, it must consist of more than one paragraph.
32799  In the example above every text line is in an own paragraph.
32800 \end_layout
32801
32802 \begin_layout Standard
32803 \begin_inset VSpace bigskip
32804 \end_inset
32805
32806 To align the box content horizontally you can use LyX's paragraph dialog
32807  when you have chosen an 
32808 \family sans
32809 Inner
32810 \begin_inset space ~
32811 \end_inset
32812
32813 Box
32814 \family default
32815 .
32816 \end_layout
32817
32818 \begin_layout Standard
32819 \align center
32820 \begin_inset Box Boxed
32821 position "c"
32822 hor_pos "c"
32823 has_inner_box 1
32824 inner_pos "s"
32825 use_parbox 0
32826 use_makebox 0
32827 width "15col%"
32828 special "none"
32829 height "1.25in"
32830 height_special "totalheight"
32831 status collapsed
32832
32833 \begin_layout Plain Layout
32834 \align left
32835 This box
32836 \end_layout
32837
32838 \begin_layout Plain Layout
32839 \align center
32840 text is
32841 \end_layout
32842
32843 \begin_layout Plain Layout
32844 \align right
32845 stretched.
32846 \end_layout
32847
32848 \end_inset
32849
32850
32851 \end_layout
32852
32853 \begin_layout Standard
32854 If you have not set an 
32855 \family sans
32856 Inner
32857 \begin_inset space ~
32858 \end_inset
32859
32860 Box
32861 \family default
32862 , you can align the box content horizontally in the box dialog.
32863 \end_layout
32864
32865 \begin_layout Standard
32866 \align center
32867 \begin_inset Box Boxed
32868 position "c"
32869 hor_pos "s"
32870 has_inner_box 0
32871 inner_pos "s"
32872 use_parbox 0
32873 use_makebox 0
32874 width "90col%"
32875 special "none"
32876 height "1.25in"
32877 height_special "totalheight"
32878 status collapsed
32879
32880 \begin_layout Plain Layout
32881 This box text is horizontally stretched.
32882 \end_layout
32883
32884 \end_inset
32885
32886
32887 \end_layout
32888
32889 \begin_layout Subsection
32890 Decoration
32891 \begin_inset CommandInset label
32892 LatexCommand label
32893 name "sec:Decoration"
32894
32895 \end_inset
32896
32897
32898 \begin_inset Index idx
32899 status collapsed
32900
32901 \begin_layout Plain Layout
32902 Boxes ! Decoration
32903 \end_layout
32904
32905 \end_inset
32906
32907
32908 \end_layout
32909
32910 \begin_layout Standard
32911 The type of the box can be specified in the box dialog in the drop-down
32912  list 
32913 \family sans
32914 Decoration
32915 \family default
32916 .
32917  The following types are possible:
32918 \end_layout
32919
32920 \begin_layout Description
32921 No
32922 \begin_inset space ~
32923 \end_inset
32924
32925 frame Nothing is drawn.
32926 \end_layout
32927
32928 \begin_layout Description
32929 Simple
32930 \begin_inset space ~
32931 \end_inset
32932
32933 rectangular
32934 \begin_inset space ~
32935 \end_inset
32936
32937 frame This draws a rectangular frame around the box.
32938  The frame line thickness has the size of 
32939 \series bold
32940
32941 \backslash
32942 fboxrule
32943 \series default
32944 .
32945  
32946 \begin_inset Box Boxed
32947 position "c"
32948 hor_pos "c"
32949 has_inner_box 1
32950 inner_pos "c"
32951 use_parbox 0
32952 use_makebox 0
32953 width "20col%"
32954 special "none"
32955 height "1in"
32956 height_special "totalheight"
32957 status collapsed
32958
32959 \begin_layout Plain Layout
32960 \align center
32961 Rectangular box
32962 \end_layout
32963
32964 \end_inset
32965
32966
32967 \end_layout
32968
32969 \begin_layout Description
32970 Oval
32971 \begin_inset space ~
32972 \end_inset
32973
32974 box,
32975 \begin_inset space ~
32976 \end_inset
32977
32978 thin This draws an oval frame around the box.
32979  The frame line thickness has the size 0.4
32980 \begin_inset space \thinspace{}
32981 \end_inset
32982
32983 pt.
32984  
32985 \begin_inset Box ovalbox
32986 position "c"
32987 hor_pos "c"
32988 has_inner_box 1
32989 inner_pos "c"
32990 use_parbox 0
32991 use_makebox 0
32992 width "20col%"
32993 special "none"
32994 height "1in"
32995 height_special "totalheight"
32996 status collapsed
32997
32998 \begin_layout Plain Layout
32999 \align center
33000 Oval box, thin
33001 \end_layout
33002
33003 \end_inset
33004
33005
33006 \end_layout
33007
33008 \begin_layout Description
33009 Oval
33010 \begin_inset space ~
33011 \end_inset
33012
33013 box,
33014 \begin_inset space ~
33015 \end_inset
33016
33017 thick This draws an oval frame around the box.
33018  The frame line thickness has the size 0.8
33019 \begin_inset space \thinspace{}
33020 \end_inset
33021
33022 pt.
33023  
33024 \begin_inset Box Ovalbox
33025 position "c"
33026 hor_pos "c"
33027 has_inner_box 1
33028 inner_pos "c"
33029 use_parbox 0
33030 use_makebox 0
33031 width "20col%"
33032 special "none"
33033 height "1in"
33034 height_special "totalheight"
33035 status collapsed
33036
33037 \begin_layout Plain Layout
33038 \align center
33039 Oval box, thick
33040 \end_layout
33041
33042 \end_inset
33043
33044
33045 \end_layout
33046
33047 \begin_layout Description
33048 Drop
33049 \begin_inset space ~
33050 \end_inset
33051
33052 shadow This draws a rectangular frame with a shadow around the box.
33053  The frame line thickness has the size of 
33054 \series bold
33055
33056 \backslash
33057 fboxrule
33058 \series default
33059 , the shadow has a width of 4
33060 \begin_inset space \thinspace{}
33061 \end_inset
33062
33063 pt.
33064  
33065 \begin_inset Box Shadowbox
33066 position "c"
33067 hor_pos "c"
33068 has_inner_box 1
33069 inner_pos "c"
33070 use_parbox 0
33071 use_makebox 0
33072 width "20col%"
33073 special "none"
33074 height "1in"
33075 height_special "totalheight"
33076 status collapsed
33077
33078 \begin_layout Plain Layout
33079 \align center
33080 Shadow box
33081 \end_layout
33082
33083 \end_inset
33084
33085
33086 \end_layout
33087
33088 \begin_layout Description
33089 Shaded
33090 \begin_inset space ~
33091 \end_inset
33092
33093 background This draws a box with a red background.
33094  Unlike colored boxes
33095 \begin_inset Foot
33096 status collapsed
33097
33098 \begin_layout Plain Layout
33099 see sec.
33100 \begin_inset space \thinspace{}
33101 \end_inset
33102
33103
33104 \begin_inset CommandInset ref
33105 LatexCommand ref
33106 reference "sec:Colored-Boxes"
33107
33108 \end_inset
33109
33110
33111 \end_layout
33112
33113 \end_inset
33114
33115 , it always uses the whole column width and the box is set as its own paragraph.
33116  
33117 \begin_inset Box Shaded
33118 position "t"
33119 hor_pos "c"
33120 has_inner_box 0
33121 inner_pos "t"
33122 use_parbox 0
33123 use_makebox 0
33124 width "50col%"
33125 special "none"
33126 height "1in"
33127 height_special "totalheight"
33128 status collapsed
33129
33130 \begin_layout Plain Layout
33131 Shaded background box
33132 \end_layout
33133
33134 \end_inset
33135
33136
33137 \end_layout
33138
33139 \begin_layout Description
33140 Double
33141 \begin_inset space ~
33142 \end_inset
33143
33144 rectangular
33145 \begin_inset space ~
33146 \end_inset
33147
33148 frame This draws a double-line rectangular frame around the box.
33149  The line thickness of the inner frame is 0.75
33150 \begin_inset space \thinspace{}
33151 \end_inset
33152
33153
33154 \series bold
33155
33156 \backslash
33157 fboxrule
33158 \series default
33159 , the thickness of the outer frame is 1.5
33160 \begin_inset space \thinspace{}
33161 \end_inset
33162
33163
33164 \series bold
33165
33166 \backslash
33167 fboxrule
33168 \series default
33169 .
33170  The distance between the lines is 1.5
33171 \begin_inset space \thinspace{}
33172 \end_inset
33173
33174
33175 \series bold
33176
33177 \backslash
33178 fboxrule
33179 \series default
33180
33181 \begin_inset space \thinspace{}
33182 \end_inset
33183
33184 +
33185 \begin_inset space \thinspace{}
33186 \end_inset
33187
33188 0.5
33189 \begin_inset space \thinspace{}
33190 \end_inset
33191
33192 pt.
33193  
33194 \begin_inset Box Doublebox
33195 position "c"
33196 hor_pos "c"
33197 has_inner_box 1
33198 inner_pos "c"
33199 use_parbox 0
33200 use_makebox 0
33201 width "20col%"
33202 special "none"
33203 height "1in"
33204 height_special "totalheight"
33205 status collapsed
33206
33207 \begin_layout Plain Layout
33208 \align center
33209 Double rectangular box
33210 \end_layout
33211
33212 \end_inset
33213
33214
33215 \end_layout
33216
33217 \begin_layout Standard
33218 \begin_inset VSpace bigskip
33219 \end_inset
33220
33221 LyX's box label will reflect the different frame types.
33222  To be able to use all types, the LaTeX-package 
33223 \series bold
33224 fancybox
33225 \series default
33226
33227 \begin_inset Index idx
33228 status collapsed
33229
33230 \begin_layout Plain Layout
33231 LaTeX-packages ! fancybox
33232 \end_layout
33233
33234 \end_inset
33235
33236  must be installed.
33237 \end_layout
33238
33239 \begin_layout Standard
33240 \begin_inset VSpace bigskip
33241 \end_inset
33242
33243 When you use the decoration 
33244 \family sans
33245 simple rectangular frame
33246 \family default
33247  and no inner box, you can allow page breaks within a box.
33248  Note that then, unlike other framed boxes, the frame always uses the whole
33249  column width, the box is set as its own paragraph, and 
33250 \series bold
33251
33252 \backslash
33253 fboxrule
33254 \series default
33255  and 
33256 \series bold
33257
33258 \backslash
33259 fboxsep
33260 \series default
33261  have no effect on this box type.
33262  The frame line thickness has the size of 
33263 \series bold
33264
33265 \backslash
33266 FrameRule
33267 \series default
33268 .
33269  
33270 \begin_inset Box Framed
33271 position "t"
33272 hor_pos "c"
33273 has_inner_box 0
33274 inner_pos "t"
33275 use_parbox 0
33276 use_makebox 0
33277 width "100col%"
33278 special "none"
33279 height "1in"
33280 height_special "totalheight"
33281 status collapsed
33282
33283 \begin_layout Plain Layout
33284 Allow page break box
33285 \end_layout
33286
33287 \end_inset
33288
33289
33290 \end_layout
33291
33292 \begin_layout Section
33293 Box Customization
33294 \begin_inset Index idx
33295 status collapsed
33296
33297 \begin_layout Plain Layout
33298 Boxes ! Customization
33299 \end_layout
33300
33301 \end_inset
33302
33303
33304 \end_layout
33305
33306 \begin_layout Standard
33307 The default value for the size 
33308 \series bold
33309
33310 \backslash
33311 fboxrule
33312 \series default
33313  is 0.4
33314 \begin_inset space \thinspace{}
33315 \end_inset
33316
33317 pt.
33318  It can be changed with the following command in TeX-code to e.
33319 \begin_inset space \thinspace{}
33320 \end_inset
33321
33322 g.
33323 \begin_inset space \space{}
33324 \end_inset
33325
33326 2
33327 \begin_inset space \thinspace{}
33328 \end_inset
33329
33330 pt:
33331 \end_layout
33332
33333 \begin_layout Standard
33334
33335 \series bold
33336
33337 \backslash
33338 setlength{
33339 \backslash
33340 fboxrule}{2pt}
33341 \end_layout
33342
33343 \begin_layout Standard
33344 \begin_inset ERT
33345 status collapsed
33346
33347 \begin_layout Plain Layout
33348
33349
33350 \backslash
33351 setlength{
33352 \backslash
33353 fboxrule}{2pt}
33354 \end_layout
33355
33356 \end_inset
33357
33358
33359 \begin_inset Box Boxed
33360 position "c"
33361 hor_pos "c"
33362 has_inner_box 1
33363 inner_pos "c"
33364 use_parbox 0
33365 use_makebox 0
33366 width "25col%"
33367 special "none"
33368 height "1in"
33369 height_special "totalheight"
33370 status open
33371
33372 \begin_layout Plain Layout
33373 \align center
33374 Rectangular box with 
33375 \series bold
33376
33377 \backslash
33378 fboxrule
33379 \series default
33380
33381 \begin_inset space \thinspace{}
33382 \end_inset
33383
33384 =
33385 \begin_inset space \thinspace{}
33386 \end_inset
33387
33388 2
33389 \begin_inset space \thinspace{}
33390 \end_inset
33391
33392 pt
33393 \end_layout
33394
33395 \end_inset
33396
33397
33398 \begin_inset ERT
33399 status collapsed
33400
33401 \begin_layout Plain Layout
33402
33403
33404 \backslash
33405 setlength{
33406 \backslash
33407 fboxrule}{0.4pt}
33408 \end_layout
33409
33410 \end_inset
33411
33412
33413 \end_layout
33414
33415 \begin_layout Standard
33416 \begin_inset VSpace bigskip
33417 \end_inset
33418
33419 The space between the frame and the box content is for all frame styles
33420  by default 3
33421 \begin_inset space \thinspace{}
33422 \end_inset
33423
33424 pt.
33425  You can change it by setting the length 
33426 \series bold
33427
33428 \backslash
33429 fboxsep
33430 \series default
33431  to another value.
33432  For example the command
33433 \end_layout
33434
33435 \begin_layout Standard
33436
33437 \series bold
33438
33439 \backslash
33440 setlength{
33441 \backslash
33442 fboxsep}{10pt}
33443 \end_layout
33444
33445 \begin_layout Standard
33446 sets the value to 10
33447 \begin_inset space \thinspace{}
33448 \end_inset
33449
33450 pt, as with the following box:
33451 \end_layout
33452
33453 \begin_layout Standard
33454 \begin_inset ERT
33455 status collapsed
33456
33457 \begin_layout Plain Layout
33458
33459
33460 \backslash
33461 setlength{
33462 \backslash
33463 fboxsep}{10pt}
33464 \end_layout
33465
33466 \end_inset
33467
33468
33469 \begin_inset Box Boxed
33470 position "c"
33471 hor_pos "c"
33472 has_inner_box 1
33473 inner_pos "c"
33474 use_parbox 0
33475 use_makebox 0
33476 width "25col%"
33477 special "none"
33478 height "1in"
33479 height_special "totalheight"
33480 status open
33481
33482 \begin_layout Plain Layout
33483 \align center
33484 Rectangular box with 
33485 \series bold
33486
33487 \backslash
33488 fboxsep
33489 \series default
33490
33491 \begin_inset space \thinspace{}
33492 \end_inset
33493
33494 =
33495 \begin_inset space \thinspace{}
33496 \end_inset
33497
33498 10
33499 \begin_inset space \thinspace{}
33500 \end_inset
33501
33502 pt
33503 \end_layout
33504
33505 \end_inset
33506
33507
33508 \begin_inset ERT
33509 status collapsed
33510
33511 \begin_layout Plain Layout
33512
33513
33514 \backslash
33515 setlength{
33516 \backslash
33517 fboxsep}{3pt}
33518 \end_layout
33519
33520 \end_inset
33521
33522
33523 \end_layout
33524
33525 \begin_layout Standard
33526 \begin_inset VSpace bigskip
33527 \end_inset
33528
33529 The diameter of the round corners of the oval boxes can be set with the
33530  command 
33531 \series bold
33532
33533 \backslash
33534 cornersize
33535 \series default
33536 .
33537  The command
33538 \end_layout
33539
33540 \begin_layout Standard
33541
33542 \series bold
33543
33544 \backslash
33545 cornersize*{1cm}
33546 \end_layout
33547
33548 \begin_layout Standard
33549 sets the diameter to 1
33550 \begin_inset space \thinspace{}
33551 \end_inset
33552
33553 cm.
33554  The command
33555 \end_layout
33556
33557 \begin_layout Standard
33558
33559 \series bold
33560
33561 \backslash
33562 cornersize{num}
33563 \end_layout
33564
33565 \begin_layout Standard
33566 sets the diameter to 
33567 \family sans
33568 num
33569 \begin_inset space \thinspace{}
33570 \end_inset
33571
33572 ×
33573 \begin_inset space \thinspace{}
33574 \end_inset
33575
33576 minimum(width and height of box)
33577 \family default
33578 .
33579  The default is 
33580 \series bold
33581
33582 \backslash
33583 cornersize{0.5}
33584 \series default
33585 .
33586 \end_layout
33587
33588 \begin_layout Standard
33589 \begin_inset ERT
33590 status collapsed
33591
33592 \begin_layout Plain Layout
33593
33594
33595 \backslash
33596 cornersize*{1.5cm}
33597 \end_layout
33598
33599 \end_inset
33600
33601
33602 \begin_inset Box Ovalbox
33603 position "c"
33604 hor_pos "c"
33605 has_inner_box 1
33606 inner_pos "c"
33607 use_parbox 0
33608 use_makebox 0
33609 width "25col%"
33610 special "none"
33611 height "1in"
33612 height_special "totalheight"
33613 status open
33614
33615 \begin_layout Plain Layout
33616 \align center
33617 Oval box with 
33618 \series bold
33619
33620 \backslash
33621 cornersize
33622 \series default
33623
33624 \begin_inset space \thinspace{}
33625 \end_inset
33626
33627 =
33628 \begin_inset space \thinspace{}
33629 \end_inset
33630
33631 1.5
33632 \begin_inset space \thinspace{}
33633 \end_inset
33634
33635 cm
33636 \end_layout
33637
33638 \end_inset
33639
33640
33641 \begin_inset ERT
33642 status collapsed
33643
33644 \begin_layout Plain Layout
33645
33646
33647 \backslash
33648 cornersize{0.5}
33649 \end_layout
33650
33651 \end_inset
33652
33653
33654 \end_layout
33655
33656 \begin_layout Standard
33657 \begin_inset VSpace bigskip
33658 \end_inset
33659
33660 The size of the shadow can be adjusted by changing the length 
33661 \series bold
33662
33663 \backslash
33664 shadowsize
33665 \series default
33666 .
33667  It it set to 2
33668 \begin_inset space \thinspace{}
33669 \end_inset
33670
33671 pt for the following box by this command:
33672 \end_layout
33673
33674 \begin_layout Standard
33675
33676 \series bold
33677
33678 \backslash
33679 setlength{
33680 \backslash
33681 shadowsize}{2pt}
33682 \end_layout
33683
33684 \begin_layout Standard
33685 \begin_inset ERT
33686 status collapsed
33687
33688 \begin_layout Plain Layout
33689
33690
33691 \backslash
33692 setlength{
33693 \backslash
33694 shadowsize}{2pt}
33695 \end_layout
33696
33697 \end_inset
33698
33699
33700 \begin_inset Box Shadowbox
33701 position "c"
33702 hor_pos "c"
33703 has_inner_box 1
33704 inner_pos "c"
33705 use_parbox 0
33706 use_makebox 0
33707 width "25col%"
33708 special "none"
33709 height "1in"
33710 height_special "totalheight"
33711 status open
33712
33713 \begin_layout Plain Layout
33714 \align center
33715 Shadow box with 
33716 \series bold
33717
33718 \backslash
33719 shadowsize
33720 \series default
33721
33722 \begin_inset space \thinspace{}
33723 \end_inset
33724
33725 =
33726 \begin_inset space \thinspace{}
33727 \end_inset
33728
33729 2
33730 \begin_inset space \thinspace{}
33731 \end_inset
33732
33733 pt
33734 \end_layout
33735
33736 \end_inset
33737
33738
33739 \begin_inset ERT
33740 status collapsed
33741
33742 \begin_layout Plain Layout
33743
33744
33745 \backslash
33746 setlength{
33747 \backslash
33748 shadowsize}{4pt}
33749 \end_layout
33750
33751 \end_inset
33752
33753
33754 \end_layout
33755
33756 \begin_layout Standard
33757 \begin_inset VSpace bigskip
33758 \end_inset
33759
33760
33761 \end_layout
33762
33763 \begin_layout Standard
33764 The default value for the size 
33765 \series bold
33766
33767 \backslash
33768 FrameRule
33769 \series default
33770  is 0.4
33771 \begin_inset space \thinspace{}
33772 \end_inset
33773
33774 pt.
33775  The default space between the note content and the frame is 9
33776 \begin_inset space \thinspace{}
33777 \end_inset
33778
33779 pt and can be changed with the value of 
33780 \series bold
33781
33782 \backslash
33783 FrameSep
33784 \series default
33785 .
33786  For example the frame appearance of the following 
33787 \family sans
33788 box
33789 \family default
33790  is set with the TeX-Code commands
33791 \end_layout
33792
33793 \begin_layout Standard
33794
33795 \series bold
33796
33797 \backslash
33798 setlength{
33799 \backslash
33800 FrameRule}{5pt}
33801 \begin_inset Newline newline
33802 \end_inset
33803
33804
33805 \backslash
33806 setlength{
33807 \backslash
33808 FrameSep}{0.5cm}
33809 \end_layout
33810
33811 \begin_layout Standard
33812 \begin_inset ERT
33813 status collapsed
33814
33815 \begin_layout Plain Layout
33816
33817
33818 \backslash
33819 setlength{
33820 \backslash
33821 FrameRule}{5pt}
33822 \end_layout
33823
33824 \begin_layout Plain Layout
33825
33826
33827 \backslash
33828 setlength{
33829 \backslash
33830 FrameSep}{0.5cm}
33831 \end_layout
33832
33833 \end_inset
33834
33835
33836 \begin_inset Box Framed
33837 position "t"
33838 hor_pos "c"
33839 has_inner_box 0
33840 inner_pos "t"
33841 use_parbox 0
33842 use_makebox 0
33843 width "100col%"
33844 special "none"
33845 height "1in"
33846 height_special "totalheight"
33847 status open
33848
33849 \begin_layout Plain Layout
33850 This is text in an 
33851 \family sans
33852 allow page break
33853 \family default
33854  box.
33855 \end_layout
33856
33857 \end_inset
33858
33859
33860 \begin_inset ERT
33861 status collapsed
33862
33863 \begin_layout Plain Layout
33864
33865
33866 \backslash
33867 setlength{
33868 \backslash
33869 FrameRule}{0.4pt}
33870 \end_layout
33871
33872 \begin_layout Plain Layout
33873
33874
33875 \backslash
33876 setlength{
33877 \backslash
33878 FrameSep}{9pt}
33879 \end_layout
33880
33881 \end_inset
33882
33883
33884 \end_layout
33885
33886 \begin_layout Standard
33887 \begin_inset VSpace bigskip
33888 \end_inset
33889
33890
33891 \end_layout
33892
33893 \begin_layout Standard
33894 For 
33895 \family sans
33896 shaded background
33897 \family default
33898  boxes the default space between the box content and the box border is 3
33899 \begin_inset space \thinspace{}
33900 \end_inset
33901
33902 pt and can be changed with the value of 
33903 \series bold
33904
33905 \backslash
33906 fboxsep
33907 \series default
33908 .
33909  The default background color red can either be changed locally with the
33910  command 
33911 \series bold
33912
33913 \backslash
33914 definecolor{shadecolor}
33915 \series default
33916  or globally with the menu 
33917 \family sans
33918 Tools\SpecialChar \menuseparator
33919 Preferences\SpecialChar \menuseparator
33920 Colors\SpecialChar \menuseparator
33921 shaded
33922 \begin_inset space ~
33923 \end_inset
33924
33925 box
33926 \family default
33927 .
33928  The scheme of the 
33929 \series bold
33930
33931 \backslash
33932 definecolor
33933 \series default
33934  command is explained in section
33935 \begin_inset space ~
33936 \end_inset
33937
33938
33939 \begin_inset CommandInset ref
33940 LatexCommand ref
33941 reference "sec:Colored-Tables"
33942
33943 \end_inset
33944
33945 .
33946 \begin_inset Foot
33947 status collapsed
33948
33949 \begin_layout Plain Layout
33950 Note that 
33951 \series bold
33952
33953 \backslash
33954 definecolor
33955 \series default
33956  requires the LaTeX-package 
33957 \series bold
33958 color
33959 \series default
33960  in the preamble, see section
33961 \begin_inset space ~
33962 \end_inset
33963
33964
33965 \begin_inset CommandInset ref
33966 LatexCommand ref
33967 reference "sec:Colored-Boxes"
33968
33969 \end_inset
33970
33971 .
33972 \end_layout
33973
33974 \end_inset
33975
33976  For example the appearance of the following shaded background box is set
33977  with the TeX-Code commands
33978 \end_layout
33979
33980 \begin_layout Standard
33981
33982 \series bold
33983
33984 \backslash
33985 setlength{
33986 \backslash
33987 fboxsep}{0.5cm}
33988 \series default
33989
33990 \begin_inset Newline newline
33991 \end_inset
33992
33993
33994 \series bold
33995
33996 \backslash
33997 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33998 \end_layout
33999
34000 \begin_layout Standard
34001 \begin_inset ERT
34002 status collapsed
34003
34004 \begin_layout Plain Layout
34005
34006
34007 \backslash
34008 setlength{
34009 \backslash
34010 fboxsep}{0.5cm}
34011 \end_layout
34012
34013 \begin_layout Plain Layout
34014
34015
34016 \backslash
34017 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34018 \end_layout
34019
34020 \end_inset
34021
34022
34023 \begin_inset Box Shaded
34024 position "t"
34025 hor_pos "c"
34026 has_inner_box 0
34027 inner_pos "t"
34028 use_parbox 0
34029 use_makebox 0
34030 width "100col%"
34031 special "none"
34032 height "1in"
34033 height_special "totalheight"
34034 status open
34035
34036 \begin_layout Plain Layout
34037
34038 \color yellow
34039 This is yellow text in a
34040 \color none
34041  
34042 \family sans
34043 \color yellow
34044 shaded background
34045 \family default
34046 \color none
34047  
34048 \color yellow
34049 box with dark green background.
34050 \end_layout
34051
34052 \end_inset
34053
34054
34055 \begin_inset ERT
34056 status collapsed
34057
34058 \begin_layout Plain Layout
34059
34060
34061 \backslash
34062 setlength{
34063 \backslash
34064 fboxsep}{3pt}
34065 \end_layout
34066
34067 \begin_layout Plain Layout
34068
34069
34070 \backslash
34071 definecolor{shadecolor}{rgb}{1,0,0}
34072 \end_layout
34073
34074 \end_inset
34075
34076
34077 \end_layout
34078
34079 \begin_layout Standard
34080 \begin_inset VSpace bigskip
34081 \end_inset
34082
34083 Changed lengths and widths are valid for all boxes following the commands
34084  that change them.
34085 \end_layout
34086
34087 \begin_layout Section
34088 Minipages
34089 \begin_inset CommandInset label
34090 LatexCommand label
34091 name "sec:Minipages"
34092
34093 \end_inset
34094
34095
34096 \begin_inset Index idx
34097 status collapsed
34098
34099 \begin_layout Plain Layout
34100 Boxes ! Minipages
34101 \end_layout
34102
34103 \end_inset
34104
34105
34106 \end_layout
34107
34108 \begin_layout Standard
34109 Minipages are treated by LaTeX as pages within pages and can therefore for
34110  example have their own footnotes.
34111 \end_layout
34112
34113 \begin_layout Standard
34114 Minipages are useful when you write documents with different languages.
34115 \end_layout
34116
34117 \begin_layout Standard
34118 Below are two example minipages side by side.
34119  Their width is set to 45
34120 \begin_inset space \thinspace{}
34121 \end_inset
34122
34123 col% and they are separated by a horizontal fill, that was inserted via
34124  the menu 
34125 \family sans
34126 Insert\SpecialChar \menuseparator
34127 Special
34128 \begin_inset space ~
34129 \end_inset
34130
34131 Formatting\SpecialChar \menuseparator
34132 Horizontal
34133 \begin_inset space ~
34134 \end_inset
34135
34136 Fill
34137 \family default
34138 .
34139 \begin_inset Newpage newpage
34140 \end_inset
34141
34142
34143 \end_layout
34144
34145 \begin_layout Standard
34146 \begin_inset Box Frameless
34147 position "t"
34148 hor_pos "c"
34149 has_inner_box 1
34150 inner_pos "c"
34151 use_parbox 0
34152 use_makebox 0
34153 width "45col%"
34154 special "none"
34155 height "1in"
34156 height_special "totalheight"
34157 status open
34158
34159 \begin_layout Plain Layout
34160
34161 \lang ngerman
34162 Dies ist ein deutscher Text.
34163  Dies ist ein deutscher Text.
34164  Dies ist ein deutscher Text.
34165  Dies ist ein deutscher Text.
34166  Dies ist ein deutscher Text.
34167  Dies ist ein deutscher Text.
34168  Dies ist ein deutscher Text.
34169  Dies ist ein deutscher Text.
34170  Dies ist ein deutscher Text.
34171  Dies ist ein deutscher Text.
34172  Dies ist ein deutscher Text.
34173  Dies ist ein deutscher Text.
34174  Dies ist ein deutscher Text
34175 \begin_inset Foot
34176 status collapsed
34177
34178 \begin_layout Plain Layout
34179
34180 \lang ngerman
34181 Dies ist eine deutsche Fußnote.
34182 \end_layout
34183
34184 \end_inset
34185
34186 .
34187  Dies ist ein deutscher Text.
34188  Dies ist ein deutscher Text.
34189 \end_layout
34190
34191 \end_inset
34192
34193
34194 \begin_inset space \hfill{}
34195 \end_inset
34196
34197
34198 \begin_inset Box Frameless
34199 position "t"
34200 hor_pos "c"
34201 has_inner_box 1
34202 inner_pos "c"
34203 use_parbox 0
34204 use_makebox 0
34205 width "45col%"
34206 special "none"
34207 height "1in"
34208 height_special "totalheight"
34209 status open
34210
34211 \begin_layout Plain Layout
34212 This is an English Text.
34213  This is an English Text.
34214  This is an English Text.
34215  This is an English Text.
34216  This is an English Text.
34217  This is an English Text.
34218  This is an English Text.
34219  This is an English Text.
34220  This is an English Text.
34221  This is an English Text.
34222  This is an English Text.
34223  This is an English Text.
34224  This is an English Text.
34225  This is an English Text.
34226  This is an English Text.
34227  This is an English Text.
34228 \begin_inset Foot
34229 status collapsed
34230
34231 \begin_layout Plain Layout
34232 This is an English footnote.
34233 \end_layout
34234
34235 \end_inset
34236
34237  This is an English Text.
34238 \end_layout
34239
34240 \end_inset
34241
34242
34243 \end_layout
34244
34245 \begin_layout Standard
34246 \begin_inset VSpace bigskip
34247 \end_inset
34248
34249 The document-wide paragraph settings are ignored within minipages.
34250  That means that there will be no space between paragraphs in minipages
34251  although you set it to e.
34252 \begin_inset space \thinspace{}
34253 \end_inset
34254
34255 g.
34256 \begin_inset space \space{}
34257 \end_inset
34258
34259
34260 \family sans
34261 MedSkip
34262 \family default
34263  in the document settings.
34264 \end_layout
34265
34266 \begin_layout Standard
34267 Minipages can also be used to set a background color for text parts, see
34268  section
34269 \begin_inset space ~
34270 \end_inset
34271
34272
34273 \begin_inset CommandInset ref
34274 LatexCommand ref
34275 reference "sub:Color-for-Paragraphs"
34276
34277 \end_inset
34278
34279 .
34280 \end_layout
34281
34282 \begin_layout Standard
34283 \begin_inset Note Greyedout
34284 status open
34285
34286 \begin_layout Plain Layout
34287
34288 \series bold
34289 Note:
34290 \series default
34291  You cannot have floats or margin notes inside minipages but minipages can
34292  be used inside tables, floats, and other boxes.
34293 \end_layout
34294
34295 \end_inset
34296
34297
34298 \end_layout
34299
34300 \begin_layout Section
34301 Parboxes
34302 \begin_inset CommandInset label
34303 LatexCommand label
34304 name "sec:Parboxes"
34305
34306 \end_inset
34307
34308
34309 \begin_inset Index idx
34310 status collapsed
34311
34312 \begin_layout Plain Layout
34313 Boxes ! Parboxes
34314 \end_layout
34315
34316 \end_inset
34317
34318
34319 \end_layout
34320
34321 \begin_layout Standard
34322 Parboxes are very similar to minipages with the difference that they cannot
34323  have footnotes.
34324 \end_layout
34325
34326 \begin_layout Standard
34327 \align center
34328 \begin_inset Box Frameless
34329 position "t"
34330 hor_pos "c"
34331 has_inner_box 1
34332 inner_pos "t"
34333 use_parbox 1
34334 use_makebox 0
34335 width "33col%"
34336 special "none"
34337 height "1in"
34338 height_special "totalheight"
34339 status open
34340
34341 \begin_layout Plain Layout
34342 This a text within a parbox.
34343  This a text within a parbox.
34344 \end_layout
34345
34346 \begin_layout Plain Layout
34347 This footnote won't appear:
34348 \begin_inset Foot
34349 status collapsed
34350
34351 \begin_layout Plain Layout
34352 This footnote is inside a parbox and will therefore not appear.
34353 \end_layout
34354
34355 \end_inset
34356
34357
34358 \end_layout
34359
34360 \end_inset
34361
34362
34363 \end_layout
34364
34365 \begin_layout Section
34366 Boxes for Words and Characters
34367 \begin_inset Index idx
34368 status collapsed
34369
34370 \begin_layout Plain Layout
34371 Boxes ! for Characters
34372 \end_layout
34373
34374 \end_inset
34375
34376
34377 \end_layout
34378
34379 \begin_layout Subsection
34380 Prevent Hyphenation
34381 \begin_inset CommandInset label
34382 LatexCommand label
34383 name "sec:Prevent-Hyphenation"
34384
34385 \end_inset
34386
34387
34388 \begin_inset Index idx
34389 status collapsed
34390
34391 \begin_layout Plain Layout
34392 Boxes ! to Prevent Hyphenation
34393 \end_layout
34394
34395 \end_inset
34396
34397
34398 \end_layout
34399
34400 \begin_layout Standard
34401 You can use the box type 
34402 \family sans
34403 Makebox
34404 \family default
34405  to prevent words or text from being hyphenated.
34406 \begin_inset Newline newline
34407 \end_inset
34408
34409 Here is an example text:
34410 \end_layout
34411
34412 \begin_layout Standard
34413 This line is an example to show how you can prevent the hyphenation of 
34414 \begin_inset Quotes eld
34415 \end_inset
34416
34417 veryverylongword
34418 \begin_inset Quotes erd
34419 \end_inset
34420
34421 .
34422 \end_layout
34423
34424 \begin_layout Standard
34425 To prevent the hyphenation of the word 
34426 \begin_inset Quotes eld
34427 \end_inset
34428
34429 veryverylongword
34430 \begin_inset Quotes erd
34431 \end_inset
34432
34433 , put the word into a box, set the 
34434 \family sans
34435 Inner
34436 \begin_inset space ~
34437 \end_inset
34438
34439 box
34440 \family default
34441  to 
34442 \family sans
34443 Makebox
34444 \family default
34445  and use no explicit width.
34446 \end_layout
34447
34448 \begin_layout Standard
34449 This is the result:
34450 \end_layout
34451
34452 \begin_layout Standard
34453 This line is an example to show how you can prevent the hyphenation of 
34454 \begin_inset Box Frameless
34455 position "t"
34456 hor_pos "c"
34457 has_inner_box 1
34458 inner_pos "t"
34459 use_parbox 0
34460 use_makebox 1
34461 width ""
34462 special "none"
34463 height "1in"
34464 height_special "totalheight"
34465 status open
34466
34467 \begin_layout Plain Layout
34468 \begin_inset Quotes eld
34469 \end_inset
34470
34471 veryverylongword
34472 \begin_inset Quotes erd
34473 \end_inset
34474
34475
34476 \end_layout
34477
34478 \end_inset
34479
34480 .
34481 \end_layout
34482
34483 \begin_layout Standard
34484 You can alternatively set the command 
34485 \begin_inset Quotes eld
34486 \end_inset
34487
34488
34489 \series bold
34490
34491 \backslash
34492 -
34493 \series default
34494
34495 \begin_inset Quotes grd
34496 \end_inset
34497
34498  as TeX-Code directly before the word:
34499 \end_layout
34500
34501 \begin_layout Standard
34502 This line is an example to show how you can prevent the hyphenation of 
34503 \begin_inset Quotes eld
34504 \end_inset
34505
34506
34507 \begin_inset ERT
34508 status collapsed
34509
34510 \begin_layout Plain Layout
34511
34512
34513 \backslash
34514 -
34515 \end_layout
34516
34517 \end_inset
34518
34519 veryverylongword
34520 \begin_inset Quotes erd
34521 \end_inset
34522
34523 .
34524 \end_layout
34525
34526 \begin_layout Standard
34527 Of course the word now protrudes over the side margin.
34528  To avoid this, add via the menu 
34529 \family sans
34530 Insert\SpecialChar \menuseparator
34531 Formatting\SpecialChar \menuseparator
34532 Ragged
34533 \begin_inset space ~
34534 \end_inset
34535
34536 Line
34537 \begin_inset space ~
34538 \end_inset
34539
34540 Break
34541 \family default
34542  (shortcut 
34543 \begin_inset Info
34544 type  "shortcut"
34545 arg   "newline-insert newline"
34546 \end_inset
34547
34548 ) a line break before the word:
34549 \end_layout
34550
34551 \begin_layout Standard
34552 This line is an example to show how you can prevent the hyphenation of 
34553 \begin_inset Newline newline
34554 \end_inset
34555
34556
34557 \begin_inset Box Frameless
34558 position "t"
34559 hor_pos "c"
34560 has_inner_box 1
34561 inner_pos "t"
34562 use_parbox 0
34563 use_makebox 1
34564 width ""
34565 special "none"
34566 height "1in"
34567 height_special "totalheight"
34568 status open
34569
34570 \begin_layout Plain Layout
34571 \begin_inset Quotes eld
34572 \end_inset
34573
34574 veryverylongword
34575 \begin_inset Quotes erd
34576 \end_inset
34577
34578
34579 \end_layout
34580
34581 \end_inset
34582
34583 .
34584 \end_layout
34585
34586 \begin_layout Subsection
34587 Vertical Alignment
34588 \begin_inset CommandInset label
34589 LatexCommand label
34590 name "sub:Vertical-Alignment"
34591
34592 \end_inset
34593
34594
34595 \begin_inset Index idx
34596 status collapsed
34597
34598 \begin_layout Plain Layout
34599 Boxes ! for Vertical Alignment
34600 \end_layout
34601
34602 \end_inset
34603
34604
34605 \begin_inset Index idx
34606 status collapsed
34607
34608 \begin_layout Plain Layout
34609 Boxes ! Raiseboxes
34610 \end_layout
34611
34612 \end_inset
34613
34614
34615 \end_layout
34616
34617 \begin_layout Standard
34618 With the help of the command 
34619 \series bold
34620
34621 \backslash
34622 raisebox
34623 \series default
34624  you can align words, characters or other boxes vertically relative to the
34625  surrounding text.
34626  
34627 \series bold
34628
34629 \backslash
34630 raisebox
34631 \series default
34632  is used with the following scheme:
34633 \end_layout
34634
34635 \begin_layout Standard
34636
34637 \series bold
34638
34639 \backslash
34640 raisebox{lift}[height][depth]{box content}
34641 \end_layout
34642
34643 \begin_layout Standard
34644 The lift can be a positive value to raise the box or a negative value to
34645  lower the box.
34646 \end_layout
34647
34648 \begin_layout Standard
34649 To align for example the word 
34650 \begin_inset Quotes eld
34651 \end_inset
34652
34653 preventing
34654 \begin_inset Quotes erd
34655 \end_inset
34656
34657  so that the bottom of the 
34658 \begin_inset Quotes eld
34659 \end_inset
34660
34661 deepest
34662 \begin_inset Quotes erd
34663 \end_inset
34664
34665  character 
34666 \begin_inset Quotes eld
34667 \end_inset
34668
34669 p
34670 \begin_inset Quotes erd
34671 \end_inset
34672
34673  is at the baseline, insert the command
34674 \end_layout
34675
34676 \begin_layout Standard
34677
34678 \series bold
34679
34680 \backslash
34681 raisebox{
34682 \backslash
34683 depth}{
34684 \end_layout
34685
34686 \begin_layout Standard
34687 in TeX-Code before the word.
34688  After the word insert a closing brace 
34689 \begin_inset Quotes eld
34690 \end_inset
34691
34692
34693 \series bold
34694 }
34695 \series default
34696
34697 \begin_inset Quotes erd
34698 \end_inset
34699
34700  in TeX-Code.
34701 \begin_inset Newline newline
34702 \end_inset
34703
34704 This is the result:
34705 \end_layout
34706
34707 \begin_layout Standard
34708 This is a text line with the word 
34709 \begin_inset ERT
34710 status collapsed
34711
34712 \begin_layout Plain Layout
34713
34714
34715 \backslash
34716 raisebox{
34717 \backslash
34718 depth}{
34719 \end_layout
34720
34721 \end_inset
34722
34723
34724 \begin_inset Quotes eld
34725 \end_inset
34726
34727 preventing
34728 \begin_inset Quotes erd
34729 \end_inset
34730
34731
34732 \begin_inset ERT
34733 status collapsed
34734
34735 \begin_layout Plain Layout
34736
34737 }
34738 \end_layout
34739
34740 \end_inset
34741
34742  as a raised word.
34743 \end_layout
34744
34745 \begin_layout Standard
34746 \begin_inset VSpace bigskip
34747 \end_inset
34748
34749 When you raise or lower characters in a line, the line distance will be
34750  spread:
34751 \end_layout
34752
34753 \begin_layout Standard
34754 This is a text line with the word 
34755 \begin_inset ERT
34756 status collapsed
34757
34758 \begin_layout Plain Layout
34759
34760
34761 \backslash
34762 raisebox{-
34763 \backslash
34764 depth}{
34765 \end_layout
34766
34767 \end_inset
34768
34769
34770 \begin_inset Quotes eld
34771 \end_inset
34772
34773 preventing
34774 \begin_inset Quotes erd
34775 \end_inset
34776
34777
34778 \begin_inset ERT
34779 status collapsed
34780
34781 \begin_layout Plain Layout
34782
34783 }
34784 \end_layout
34785
34786 \end_inset
34787
34788  as a lowered word.
34789 \begin_inset Newline newline
34790 \end_inset
34791
34792 This is a text line with the word 
34793 \begin_inset ERT
34794 status collapsed
34795
34796 \begin_layout Plain Layout
34797
34798
34799 \backslash
34800 raisebox{0.5cm}{
34801 \end_layout
34802
34803 \end_inset
34804
34805
34806 \begin_inset Quotes eld
34807 \end_inset
34808
34809 testing
34810 \begin_inset Quotes erd
34811 \end_inset
34812
34813
34814 \begin_inset ERT
34815 status collapsed
34816
34817 \begin_layout Plain Layout
34818
34819 }
34820 \end_layout
34821
34822 \end_inset
34823
34824  as a raised word.
34825 \end_layout
34826
34827 \begin_layout Standard
34828 If you want to prevent this for a certain reason, set the box height to
34829  a zero value.
34830  For example use
34831 \end_layout
34832
34833 \begin_layout Standard
34834
34835 \series bold
34836
34837 \backslash
34838 raisebox{-
34839 \backslash
34840 depth}[0pt]{
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}[0pt]{
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}[0pt]{
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 Section
34918 Colored Boxes
34919 \begin_inset CommandInset label
34920 LatexCommand label
34921 name "sec:Colored-Boxes"
34922
34923 \end_inset
34924
34925
34926 \begin_inset Index idx
34927 status collapsed
34928
34929 \begin_layout Plain Layout
34930 Boxes ! Color
34931 \end_layout
34932
34933 \end_inset
34934
34935
34936 \end_layout
34937
34938 \begin_layout Subsection
34939 Color for Text
34940 \begin_inset Index idx
34941 status collapsed
34942
34943 \begin_layout Plain Layout
34944 Color ! for Text
34945 \end_layout
34946
34947 \end_inset
34948
34949
34950 \end_layout
34951
34952 \begin_layout Standard
34953 To color the background of text the text must be put into a so called 
34954 \begin_inset Quotes eld
34955 \end_inset
34956
34957 colorbox
34958 \begin_inset Quotes erd
34959 \end_inset
34960
34961 .
34962  This requires that the LaTeX-package 
34963 \series bold
34964 color
34965 \series default
34966
34967 \begin_inset Index idx
34968 status collapsed
34969
34970 \begin_layout Plain Layout
34971 LaTeX-packages ! color
34972 \end_layout
34973
34974 \end_inset
34975
34976  is loaded in the document preamble with the command
34977 \end_layout
34978
34979 \begin_layout Standard
34980
34981 \series bold
34982
34983 \backslash
34984 @ifundefined{textcolor}
34985 \begin_inset Newline newline
34986 \end_inset
34987
34988
34989 \begin_inset Phantom HPhantom
34990 status open
34991
34992 \begin_layout Plain Layout
34993
34994 \series bold
34995 \begin_inset space ~
34996 \end_inset
34997
34998
34999 \end_layout
35000
35001 \end_inset
35002
35003 {
35004 \backslash
35005 usepackage{color}}{}
35006 \end_layout
35007
35008 \begin_layout Standard
35009 The package 
35010 \series bold
35011 color
35012 \series default
35013  will be loaded automatically by LyX when you color text.
35014 \begin_inset Foot
35015 status collapsed
35016
35017 \begin_layout Plain Layout
35018 To avoid it being loaded twice the command 
35019 \series bold
35020
35021 \backslash
35022 @ifundefined
35023 \series default
35024  is used.
35025 \end_layout
35026
35027 \end_inset
35028
35029
35030 \end_layout
35031
35032 \begin_layout Standard
35033 \begin_inset VSpace medskip
35034 \end_inset
35035
35036 Colorboxes are created with the command 
35037 \series bold
35038
35039 \backslash
35040 colorbox
35041 \series default
35042 .
35043  This will be used with the following scheme:
35044 \end_layout
35045
35046 \begin_layout Standard
35047
35048 \series bold
35049
35050 \backslash
35051 colorbox{color}{box content}
35052 \end_layout
35053
35054 \begin_layout Standard
35055 The box content can also be a box and colorboxes can also be within other
35056  boxes.
35057 \end_layout
35058
35059 \begin_layout Standard
35060 The following colors are predefined:
35061 \begin_inset Newline newline
35062 \end_inset
35063
35064
35065 \family sans
35066 black
35067 \family default
35068
35069 \family sans
35070 blue
35071 \family default
35072
35073 \family sans
35074 cyan
35075 \family default
35076 \series bold
35077 ,
35078 \series default
35079  
35080 \family sans
35081 green
35082 \family default
35083
35084 \family sans
35085 magenta
35086 \family default
35087
35088 \family sans
35089 red
35090 \family default
35091
35092 \family sans
35093 white
35094 \family default
35095 , and 
35096 \family sans
35097 yellow
35098 \family default
35099 .
35100 \begin_inset Newline newline
35101 \end_inset
35102
35103 You can also define your own color as described in section
35104 \begin_inset space ~
35105 \end_inset
35106
35107
35108 \begin_inset CommandInset ref
35109 LatexCommand ref
35110 reference "sec:Colored-Tables"
35111
35112 \end_inset
35113
35114 .
35115 \end_layout
35116
35117 \begin_layout Standard
35118 To have e.
35119 \begin_inset space \thinspace{}
35120 \end_inset
35121
35122 g.
35123 \begin_inset space \space{}
35124 \end_inset
35125
35126 a red background for a word, insert the command
35127 \end_layout
35128
35129 \begin_layout Standard
35130
35131 \series bold
35132
35133 \backslash
35134 colorbox{red}{
35135 \end_layout
35136
35137 \begin_layout Standard
35138 before the word in TeX-Code.
35139  After the word insert a closing brace 
35140 \begin_inset Quotes eld
35141 \end_inset
35142
35143
35144 \series bold
35145 }
35146 \series default
35147
35148 \begin_inset Quotes erd
35149 \end_inset
35150
35151  in TeX-Code.
35152 \begin_inset Newline newline
35153 \end_inset
35154
35155 This is the result:
35156 \end_layout
35157
35158 \begin_layout Standard
35159 This is a line where the word 
35160 \begin_inset ERT
35161 status collapsed
35162
35163 \begin_layout Plain Layout
35164
35165
35166 \backslash
35167 colorbox{red}{
35168 \end_layout
35169
35170 \end_inset
35171
35172
35173 \begin_inset Quotes eld
35174 \end_inset
35175
35176 Attention!
35177 \begin_inset Quotes erd
35178 \end_inset
35179
35180
35181 \begin_inset ERT
35182 status collapsed
35183
35184 \begin_layout Plain Layout
35185
35186 }
35187 \end_layout
35188
35189 \end_inset
35190
35191  has a red background.
35192 \end_layout
35193
35194 \begin_layout Standard
35195 \begin_inset VSpace bigskip
35196 \end_inset
35197
35198 If you would like the box frame in a different color, you can use the command
35199  
35200 \series bold
35201
35202 \backslash
35203 fcolorbox
35204 \series default
35205  with the following scheme:
35206 \end_layout
35207
35208 \begin_layout Standard
35209
35210 \series bold
35211
35212 \backslash
35213 fcolorbox{frame color}{box color}{box content}
35214 \end_layout
35215
35216 \begin_layout Standard
35217
35218 \series bold
35219
35220 \backslash
35221 fcolorbox
35222 \series default
35223  is an extension to 
35224 \series bold
35225
35226 \backslash
35227 colorbox
35228 \series default
35229 .
35230  The frame thickness and the space between the frame and the box content
35231  can be adjusted with the lengths 
35232 \series bold
35233
35234 \backslash
35235 fboxrule
35236 \series default
35237  and 
35238 \series bold
35239
35240 \backslash
35241 fboxsep
35242 \series default
35243 , respectively, as described in section
35244 \begin_inset space ~
35245 \end_inset
35246
35247
35248 \begin_inset CommandInset ref
35249 LatexCommand ref
35250 reference "sec:Decoration"
35251
35252 \end_inset
35253
35254 .
35255 \end_layout
35256
35257 \begin_layout Standard
35258 For the following example the command
35259 \end_layout
35260
35261 \begin_layout Standard
35262
35263 \series bold
35264
35265 \backslash
35266 fcolorbox{cyan}{magenta}{
35267 \end_layout
35268
35269 \begin_layout Standard
35270 was used.
35271 \end_layout
35272
35273 \begin_layout Standard
35274 Here is an example where the frame line thickness was set to 1
35275 \begin_inset space \thinspace{}
35276 \end_inset
35277
35278 mm:
35279 \begin_inset Newline newline
35280 \end_inset
35281
35282
35283 \begin_inset ERT
35284 status collapsed
35285
35286 \begin_layout Plain Layout
35287
35288
35289 \backslash
35290 fboxrule 1mm 
35291 \backslash
35292 fboxsep 1mm
35293 \end_layout
35294
35295 \end_inset
35296
35297
35298 \begin_inset ERT
35299 status collapsed
35300
35301 \begin_layout Plain Layout
35302
35303
35304 \backslash
35305 fcolorbox{cyan}{magenta}{
35306 \end_layout
35307
35308 \end_inset
35309
35310 This is text within a colored, framed box.
35311 \begin_inset ERT
35312 status collapsed
35313
35314 \begin_layout Plain Layout
35315
35316 }
35317 \end_layout
35318
35319 \end_inset
35320
35321
35322 \end_layout
35323
35324 \begin_layout Standard
35325 \begin_inset VSpace bigskip
35326 \end_inset
35327
35328 Of course you can also have colored text inside a colorbox:
35329 \begin_inset Newline newline
35330 \end_inset
35331
35332
35333 \begin_inset ERT
35334 status collapsed
35335
35336 \begin_layout Plain Layout
35337
35338
35339 \backslash
35340 fcolorbox{cyan}{magenta}{
35341 \end_layout
35342
35343 \end_inset
35344
35345
35346 \color yellow
35347 This is colored text within a colored, framed box.
35348 \color none
35349
35350 \begin_inset ERT
35351 status collapsed
35352
35353 \begin_layout Plain Layout
35354
35355 }
35356 \end_layout
35357
35358 \end_inset
35359
35360
35361 \begin_inset ERT
35362 status collapsed
35363
35364 \begin_layout Plain Layout
35365
35366
35367 \backslash
35368 fboxrule 0.4pt 
35369 \backslash
35370 fboxsep 3pt
35371 \end_layout
35372
35373 \end_inset
35374
35375
35376 \end_layout
35377
35378 \begin_layout Standard
35379 \begin_inset VSpace medskip
35380 \end_inset
35381
35382
35383 \end_layout
35384
35385 \begin_layout Standard
35386 \begin_inset Note Greyedout
35387 status open
35388
35389 \begin_layout Plain Layout
35390
35391 \series bold
35392 Note:
35393 \series default
35394  Text in colorboxes cannot have line breaks.
35395  To color multiple text lines or paragraphs, use a box inside a colorbox
35396  as described in the following.
35397 \end_layout
35398
35399 \end_inset
35400
35401
35402 \end_layout
35403
35404 \begin_layout Subsection
35405 Color for Paragraphs
35406 \begin_inset CommandInset label
35407 LatexCommand label
35408 name "sub:Color-for-Paragraphs"
35409
35410 \end_inset
35411
35412
35413 \begin_inset Index idx
35414 status collapsed
35415
35416 \begin_layout Plain Layout
35417 Color ! for Paragraphs
35418 \end_layout
35419
35420 \end_inset
35421
35422
35423 \end_layout
35424
35425 \begin_layout Standard
35426 To set the background color for more than one text line, put the text into
35427  a minipage.
35428  Before the minipage insert the 
35429 \series bold
35430
35431 \backslash
35432 colorbox
35433 \series default
35434  command
35435 \end_layout
35436
35437 \begin_layout Standard
35438
35439 \series bold
35440
35441 \backslash
35442 colorbox{color}{
35443 \end_layout
35444
35445 \begin_layout Standard
35446 in TeX-Code.
35447  After the minipage insert a closing brace 
35448 \begin_inset Quotes eld
35449 \end_inset
35450
35451
35452 \series bold
35453 }
35454 \series default
35455
35456 \begin_inset Quotes erd
35457 \end_inset
35458
35459  in TeX-Code.
35460 \end_layout
35461
35462 \begin_layout Standard
35463 \begin_inset ERT
35464 status collapsed
35465
35466 \begin_layout Plain Layout
35467
35468
35469 \backslash
35470 colorbox{lightgrey}{
35471 \end_layout
35472
35473 \end_inset
35474
35475
35476 \begin_inset Box Frameless
35477 position "t"
35478 hor_pos "c"
35479 has_inner_box 1
35480 inner_pos "t"
35481 use_parbox 0
35482 use_makebox 0
35483 width "100col%"
35484 special "none"
35485 height "1in"
35486 height_special "totalheight"
35487 status collapsed
35488
35489 \begin_layout Plain Layout
35490 This is text with background color.
35491  This is text with background color.
35492 \end_layout
35493
35494 \begin_layout Plain Layout
35495 \begin_inset VSpace defskip
35496 \end_inset
35497
35498 The text can have footnotes
35499 \begin_inset Foot
35500 status collapsed
35501
35502 \begin_layout Plain Layout
35503 Another example footnote
35504 \end_layout
35505
35506 \end_inset
35507
35508  and can include tables and figures.
35509 \end_layout
35510
35511 \begin_layout Plain Layout
35512 \align center
35513 \begin_inset Tabular
35514 <lyxtabular version="3" rows="3" columns="3">
35515 <features rotate="0" tabularvalignment="middle">
35516 <column alignment="center" valignment="top">
35517 <column alignment="center" valignment="top">
35518 <column alignment="center" valignment="top">
35519 <row>
35520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35521 \begin_inset Text
35522
35523 \begin_layout Plain Layout
35524 a
35525 \end_layout
35526
35527 \end_inset
35528 </cell>
35529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35530 \begin_inset Text
35531
35532 \begin_layout Plain Layout
35533 !
35534 \end_layout
35535
35536 \end_inset
35537 </cell>
35538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35539 \begin_inset Text
35540
35541 \begin_layout Plain Layout
35542 3
35543 \end_layout
35544
35545 \end_inset
35546 </cell>
35547 </row>
35548 <row>
35549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35550 \begin_inset Text
35551
35552 \begin_layout Plain Layout
35553 <
35554 \end_layout
35555
35556 \end_inset
35557 </cell>
35558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35559 \begin_inset Text
35560
35561 \begin_layout Plain Layout
35562 b2
35563 \begin_inset Quotes erd
35564 \end_inset
35565
35566 |
35567 \end_layout
35568
35569 \end_inset
35570 </cell>
35571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35572 \begin_inset Text
35573
35574 \begin_layout Plain Layout
35575 >
35576 \end_layout
35577
35578 \end_inset
35579 </cell>
35580 </row>
35581 <row>
35582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35583 \begin_inset Text
35584
35585 \begin_layout Plain Layout
35586 1
35587 \end_layout
35588
35589 \end_inset
35590 </cell>
35591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35592 \begin_inset Text
35593
35594 \begin_layout Plain Layout
35595 §
35596 \end_layout
35597
35598 \end_inset
35599 </cell>
35600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35601 \begin_inset Text
35602
35603 \begin_layout Plain Layout
35604 c
35605 \end_layout
35606
35607 \end_inset
35608 </cell>
35609 </row>
35610 </lyxtabular>
35611
35612 \end_inset
35613
35614
35615 \end_layout
35616
35617 \end_inset
35618
35619
35620 \begin_inset ERT
35621 status collapsed
35622
35623 \begin_layout Plain Layout
35624
35625 }
35626 \end_layout
35627
35628 \end_inset
35629
35630
35631 \end_layout
35632
35633 \begin_layout Section
35634 Rotated and Scaled Boxes
35635 \end_layout
35636
35637 \begin_layout Standard
35638 To use the commands described in this section, the LaTeX-package 
35639 \series bold
35640 graphicx
35641 \series default
35642
35643 \begin_inset Index idx
35644 status collapsed
35645
35646 \begin_layout Plain Layout
35647 LaTeX-packages ! graphicx
35648 \end_layout
35649
35650 \end_inset
35651
35652  needs to be loaded in the document preamble with the command
35653 \end_layout
35654
35655 \begin_layout Standard
35656
35657 \series bold
35658
35659 \backslash
35660 @ifundefined{rotatebox}
35661 \begin_inset Newline newline
35662 \end_inset
35663
35664
35665 \begin_inset Phantom HPhantom
35666 status open
35667
35668 \begin_layout Plain Layout
35669
35670 \series bold
35671 \begin_inset space ~
35672 \end_inset
35673
35674
35675 \end_layout
35676
35677 \end_inset
35678
35679 {
35680 \backslash
35681 usepackage{graphicx}}{}
35682 \end_layout
35683
35684 \begin_layout Standard
35685 \begin_inset Note Greyedout
35686 status open
35687
35688 \begin_layout Plain Layout
35689
35690 \series bold
35691 Note:
35692 \series default
35693  Not all DVI-viewers are able to display rotated or scaled material.
35694 \end_layout
35695
35696 \end_inset
35697
35698
35699 \end_layout
35700
35701 \begin_layout Standard
35702 \begin_inset Note Greyedout
35703 status open
35704
35705 \begin_layout Plain Layout
35706
35707 \series bold
35708 Note:
35709 \series default
35710  Floats are not allowed inside a rotated or scaled box.
35711 \end_layout
35712
35713 \end_inset
35714
35715
35716 \end_layout
35717
35718 \begin_layout Subsection
35719 Rotated Boxes
35720 \begin_inset Index idx
35721 status collapsed
35722
35723 \begin_layout Plain Layout
35724 Boxes ! rotated
35725 \end_layout
35726
35727 \end_inset
35728
35729
35730 \begin_inset Index idx
35731 status collapsed
35732
35733 \begin_layout Plain Layout
35734 Rotated Material
35735 \end_layout
35736
35737 \end_inset
35738
35739
35740 \end_layout
35741
35742 \begin_layout Standard
35743 To rotate material, you can put it into a rotated box.
35744  Such a box is created using the command 
35745 \series bold
35746
35747 \backslash
35748 rotatebox
35749 \series default
35750  in TeX-Code with the following scheme:
35751 \end_layout
35752
35753 \begin_layout Standard
35754
35755 \series bold
35756
35757 \backslash
35758 rotatebox[rotation origin]{rotation angle}{box content}
35759 \end_layout
35760
35761 \begin_layout Standard
35762 The rotation origin is specified in the form 
35763 \series bold
35764 origin=position
35765 \series default
35766 .
35767  The following positions are possible: 
35768 \emph on
35769 c
35770 \emph default
35771  (center), 
35772 \emph on
35773 l
35774 \emph default
35775  (left), 
35776 \emph on
35777 r
35778 \emph default
35779  (right), 
35780 \emph on
35781 b
35782 \emph default
35783  (bottom), 
35784 \emph on
35785 t
35786 \emph default
35787  (top), along with meaningful combinations of the four base positions.
35788  For example 
35789 \emph on
35790 lt
35791 \emph default
35792  means that the rotation origin is at the top left corner of the box.
35793  When no rotation origin is specified, the position 
35794 \emph on
35795 l
35796 \emph default
35797  will be used.
35798  The rotation angle is a number that can be negative that specifies the
35799  angle in degrees.
35800  The rotation direction is counterclockwise.
35801 \end_layout
35802
35803 \begin_layout Standard
35804 In the following example the command 
35805 \series bold
35806
35807 \backslash
35808 rotatebox[origin=c]{60}{
35809 \series default
35810  was inserted as TeX-Code before the text 
35811 \begin_inset Quotes eld
35812 \end_inset
35813
35814 with rotated
35815 \begin_inset Quotes erd
35816 \end_inset
35817
35818 ; after the text the box was closed by a closing brace 
35819 \series bold
35820 }
35821 \series default
35822  in TeX-Code.
35823 \end_layout
35824
35825 \begin_layout Standard
35826 This is a line 
35827 \begin_inset ERT
35828 status collapsed
35829
35830 \begin_layout Plain Layout
35831
35832
35833 \backslash
35834 rotatebox[origin=c]{60}{
35835 \end_layout
35836
35837 \end_inset
35838
35839 with rotated
35840 \begin_inset ERT
35841 status collapsed
35842
35843 \begin_layout Plain Layout
35844
35845 }
35846 \end_layout
35847
35848 \end_inset
35849
35850  text.
35851 \end_layout
35852
35853 \begin_layout Standard
35854 The box content can also be another box or an inline formula:
35855 \end_layout
35856
35857 \begin_layout Standard
35858 This is a line
35859 \begin_inset ERT
35860 status collapsed
35861
35862 \begin_layout Plain Layout
35863
35864
35865 \backslash
35866 rotatebox[origin=r]{-60}{
35867 \end_layout
35868
35869 \end_inset
35870
35871
35872 \begin_inset Box Doublebox
35873 position "c"
35874 hor_pos "c"
35875 has_inner_box 0
35876 inner_pos "c"
35877 use_parbox 0
35878 use_makebox 0
35879 width "1in"
35880 special "width"
35881 height "1in"
35882 height_special "totalheight"
35883 status collapsed
35884
35885 \begin_layout Plain Layout
35886 with rotated
35887 \end_layout
35888
35889 \end_inset
35890
35891
35892 \begin_inset ERT
35893 status collapsed
35894
35895 \begin_layout Plain Layout
35896
35897 }
35898 \end_layout
35899
35900 \end_inset
35901
35902  framed text 
35903 \begin_inset ERT
35904 status collapsed
35905
35906 \begin_layout Plain Layout
35907
35908
35909 \backslash
35910 rotatebox[origin=lb]{60}{
35911 \end_layout
35912
35913 \end_inset
35914
35915
35916 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35917 \end_inset
35918
35919
35920 \begin_inset ERT
35921 status collapsed
35922
35923 \begin_layout Plain Layout
35924
35925 }
35926 \end_layout
35927
35928 \end_inset
35929
35930  and a formula.
35931 \end_layout
35932
35933 \begin_layout Standard
35934 or an image or table:
35935 \end_layout
35936
35937 \begin_layout Standard
35938 This is a line
35939 \begin_inset ERT
35940 status collapsed
35941
35942 \begin_layout Plain Layout
35943
35944
35945 \backslash
35946 rotatebox[origin=lb]{90}{
35947 \end_layout
35948
35949 \end_inset
35950
35951
35952 \begin_inset Graphics
35953         filename clipart/platypus.eps
35954         lyxscale 50
35955         width 25col%
35956
35957 \end_inset
35958
35959
35960 \begin_inset ERT
35961 status collapsed
35962
35963 \begin_layout Plain Layout
35964
35965 }
35966 \end_layout
35967
35968 \end_inset
35969
35970  with a rotated image 
35971 \begin_inset ERT
35972 status collapsed
35973
35974 \begin_layout Plain Layout
35975
35976
35977 \backslash
35978 rotatebox[origin=l]{-90}{
35979 \end_layout
35980
35981 \end_inset
35982
35983
35984 \begin_inset Tabular
35985 <lyxtabular version="3" rows="2" columns="2">
35986 <features rotate="0" tabularvalignment="middle">
35987 <column alignment="center" valignment="top">
35988 <column alignment="center" valignment="top">
35989 <row>
35990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35991 \begin_inset Text
35992
35993 \begin_layout Plain Layout
35994 q
35995 \end_layout
35996
35997 \end_inset
35998 </cell>
35999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36000 \begin_inset Text
36001
36002 \begin_layout Plain Layout
36003 w
36004 \end_layout
36005
36006 \end_inset
36007 </cell>
36008 </row>
36009 <row>
36010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36011 \begin_inset Text
36012
36013 \begin_layout Plain Layout
36014 e
36015 \end_layout
36016
36017 \end_inset
36018 </cell>
36019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36020 \begin_inset Text
36021
36022 \begin_layout Plain Layout
36023 r
36024 \end_layout
36025
36026 \end_inset
36027 </cell>
36028 </row>
36029 </lyxtabular>
36030
36031 \end_inset
36032
36033
36034 \begin_inset ERT
36035 status collapsed
36036
36037 \begin_layout Plain Layout
36038
36039 }
36040 \end_layout
36041
36042 \end_inset
36043
36044  and table.
36045 \begin_inset Index idx
36046 status collapsed
36047
36048 \begin_layout Plain Layout
36049 Figures ! rotated
36050 \end_layout
36051
36052 \end_inset
36053
36054
36055 \begin_inset Index idx
36056 status collapsed
36057
36058 \begin_layout Plain Layout
36059 Table Customization ! Rotating
36060 \end_layout
36061
36062 \end_inset
36063
36064
36065 \end_layout
36066
36067 \begin_layout Subsection
36068 Scaled Boxes
36069 \begin_inset Index idx
36070 status collapsed
36071
36072 \begin_layout Plain Layout
36073 Boxes ! scaled
36074 \end_layout
36075
36076 \end_inset
36077
36078
36079 \begin_inset Index idx
36080 status collapsed
36081
36082 \begin_layout Plain Layout
36083 Scaled Material
36084 \end_layout
36085
36086 \end_inset
36087
36088
36089 \end_layout
36090
36091 \begin_layout Standard
36092 To scale material the commands 
36093 \series bold
36094
36095 \backslash
36096 scalebox
36097 \series default
36098  and 
36099 \series bold
36100
36101 \backslash
36102 resizebox
36103 \series default
36104  can be used as TeX-Code.
36105 \end_layout
36106
36107 \begin_layout Standard
36108
36109 \series bold
36110
36111 \backslash
36112 scalebox
36113 \series default
36114  is used with the following scheme:
36115 \end_layout
36116
36117 \begin_layout Standard
36118
36119 \series bold
36120
36121 \backslash
36122 scalebox{horizontal}[vertical]{box content}
36123 \end_layout
36124
36125 \begin_layout Standard
36126 Horizontal and vertical are the corresponding scaling factors.
36127  If no vertical scaling factor is given, the horizontal factor will also
36128  be used as the vertical one.
36129 \end_layout
36130
36131 \begin_layout Standard
36132 The command 
36133 \series bold
36134
36135 \backslash
36136 scalebox{2}{Hello}
36137 \series default
36138  creates for example a double size 
36139 \begin_inset ERT
36140 status collapsed
36141
36142 \begin_layout Plain Layout
36143
36144
36145 \backslash
36146 scalebox{2}{
36147 \end_layout
36148
36149 \end_inset
36150
36151 Hello
36152 \begin_inset ERT
36153 status collapsed
36154
36155 \begin_layout Plain Layout
36156
36157 }
36158 \end_layout
36159
36160 \end_inset
36161
36162 , compared with the document text size.
36163 \end_layout
36164
36165 \begin_layout Standard
36166
36167 \series bold
36168
36169 \backslash
36170 scalebox{2}[1]{Hello}
36171 \series default
36172  on the other hand distorts the 
36173 \begin_inset ERT
36174 status collapsed
36175
36176 \begin_layout Plain Layout
36177
36178
36179 \backslash
36180 scalebox{2}[1]{
36181 \end_layout
36182
36183 \end_inset
36184
36185 Hello
36186 \begin_inset ERT
36187 status collapsed
36188
36189 \begin_layout Plain Layout
36190
36191 }
36192 \end_layout
36193
36194 \end_inset
36195
36196 .
36197 \end_layout
36198
36199 \begin_layout Standard
36200 If the scaling factor is negative, the box content will be mirrored.
36201  Therefore the command 
36202 \series bold
36203
36204 \backslash
36205 scalebox{-1}[1]{Hello}
36206 \series default
36207  can be used to create mirror writing: 
36208 \begin_inset ERT
36209 status collapsed
36210
36211 \begin_layout Plain Layout
36212
36213
36214 \backslash
36215 scalebox{-1}[1]{
36216 \end_layout
36217
36218 \end_inset
36219
36220 Hello
36221 \begin_inset ERT
36222 status collapsed
36223
36224 \begin_layout Plain Layout
36225
36226 }
36227 \end_layout
36228
36229 \end_inset
36230
36231
36232 \end_layout
36233
36234 \begin_layout Standard
36235
36236 \series bold
36237
36238 \backslash
36239 scalebox{1}[-1]{Hello}
36240 \series default
36241  reflects the 
36242 \begin_inset ERT
36243 status collapsed
36244
36245 \begin_layout Plain Layout
36246
36247
36248 \backslash
36249 scalebox{1}[-1]{
36250 \end_layout
36251
36252 \end_inset
36253
36254 Hello
36255 \begin_inset ERT
36256 status collapsed
36257
36258 \begin_layout Plain Layout
36259
36260 }
36261 \end_layout
36262
36263 \end_inset
36264
36265  at the base line.
36266 \end_layout
36267
36268 \begin_layout Standard
36269 Equivalent to 
36270 \series bold
36271
36272 \backslash
36273 scalebox{-1}[1]{box content}
36274 \series default
36275  there exists the command
36276 \begin_inset Newline newline
36277 \end_inset
36278
36279
36280 \series bold
36281
36282 \backslash
36283 reflectbox{box content}
36284 \series default
36285 .
36286 \end_layout
36287
36288 \begin_layout Standard
36289 \begin_inset VSpace bigskip
36290 \end_inset
36291
36292 The command 
36293 \series bold
36294
36295 \backslash
36296 resizebox
36297 \series default
36298  is used to scale the box to a defined width and height.
36299  The command scheme is:
36300 \end_layout
36301
36302 \begin_layout Standard
36303
36304 \series bold
36305
36306 \backslash
36307 resizebox{width}{height}{box content}
36308 \end_layout
36309
36310 \begin_layout Standard
36311 If one of the two command arguments given is an exclamation mark 
36312 \series bold
36313 !
36314 \series default
36315 , the size is set so that the aspect ratio of the box content is kept.
36316 \end_layout
36317
36318 \begin_layout Standard
36319 The command 
36320 \series bold
36321
36322 \backslash
36323 resizebox{2cm}{1cm}{Hello}
36324 \series default
36325  produces: 
36326 \begin_inset ERT
36327 status collapsed
36328
36329 \begin_layout Plain Layout
36330
36331
36332 \backslash
36333 resizebox{2cm}{1cm}{
36334 \end_layout
36335
36336 \end_inset
36337
36338 Hello
36339 \begin_inset ERT
36340 status collapsed
36341
36342 \begin_layout Plain Layout
36343
36344 }
36345 \end_layout
36346
36347 \end_inset
36348
36349
36350 \begin_inset Newline newline
36351 \end_inset
36352
36353 The command 
36354 \series bold
36355
36356 \backslash
36357 resizebox{2cm}{!}{Hello}
36358 \series default
36359  produces: 
36360 \begin_inset ERT
36361 status collapsed
36362
36363 \begin_layout Plain Layout
36364
36365
36366 \backslash
36367 resizebox{2cm}{!}{
36368 \end_layout
36369
36370 \end_inset
36371
36372 Hello
36373 \begin_inset ERT
36374 status collapsed
36375
36376 \begin_layout Plain Layout
36377
36378 }
36379 \end_layout
36380
36381 \end_inset
36382
36383
36384 \end_layout
36385
36386 \begin_layout Standard
36387 \begin_inset VSpace bigskip
36388 \end_inset
36389
36390
36391 \begin_inset Note Greyedout
36392 status open
36393
36394 \begin_layout Plain Layout
36395
36396 \series bold
36397 Note:
36398 \series default
36399  When arguments of 
36400 \series bold
36401
36402 \backslash
36403 scalebox
36404 \series default
36405  or 
36406 \series bold
36407
36408 \backslash
36409 resizebox
36410 \series default
36411  are set to zero, no LaTeX-errors occur when exporting the document but
36412  the exported files can not or only partly be displayed.
36413 \end_layout
36414
36415 \end_inset
36416
36417
36418 \end_layout
36419
36420 \begin_layout Standard
36421 \begin_inset VSpace bigskip
36422 \end_inset
36423
36424
36425 \end_layout
36426
36427 \begin_layout Standard
36428 The boxes can be combined in any order.
36429  E.
36430 \begin_inset space \thinspace{}
36431 \end_inset
36432
36433 g.
36434 \begin_inset space \space{}
36435 \end_inset
36436
36437 the command
36438 \begin_inset Newline newline
36439 \end_inset
36440
36441
36442 \series bold
36443
36444 \backslash
36445 rotatebox[origin=c]{-45}{
36446 \backslash
36447 resizebox{2cm}{!}{
36448 \backslash
36449 reflectbox{Hello}}}
36450 \begin_inset Newline newline
36451 \end_inset
36452
36453
36454 \series default
36455 produces:
36456 \end_layout
36457
36458 \begin_layout Standard
36459 \align center
36460 \begin_inset ERT
36461 status collapsed
36462
36463 \begin_layout Plain Layout
36464
36465
36466 \backslash
36467 rotatebox[origin=c]{-45}{
36468 \backslash
36469 resizebox{2cm}{!}{
36470 \backslash
36471 reflectbox{
36472 \end_layout
36473
36474 \end_inset
36475
36476 Hello
36477 \begin_inset ERT
36478 status collapsed
36479
36480 \begin_layout Plain Layout
36481
36482 }}}
36483 \end_layout
36484
36485 \end_inset
36486
36487
36488 \end_layout
36489
36490 \begin_layout Standard
36491 \noindent
36492 Images, tables, and inline formulas are allowed as box content:
36493 \end_layout
36494
36495 \begin_layout Standard
36496 \align center
36497 \begin_inset ERT
36498 status collapsed
36499
36500 \begin_layout Plain Layout
36501
36502
36503 \backslash
36504 rotatebox[origin=c]{-30}{
36505 \backslash
36506 resizebox{2cm}{!}{
36507 \backslash
36508 reflectbox{
36509 \end_layout
36510
36511 \end_inset
36512
36513
36514 \begin_inset Graphics
36515         filename clipart/platypus.eps
36516         lyxscale 50
36517         width 25col%
36518
36519 \end_inset
36520
36521
36522 \begin_inset ERT
36523 status collapsed
36524
36525 \begin_layout Plain Layout
36526
36527 }}}
36528 \end_layout
36529
36530 \end_inset
36531
36532
36533 \begin_inset ERT
36534 status collapsed
36535
36536 \begin_layout Plain Layout
36537
36538
36539 \backslash
36540 rotatebox[origin=c]{-45}{
36541 \backslash
36542 resizebox{2cm}{!}{
36543 \backslash
36544 reflectbox{
36545 \end_layout
36546
36547 \end_inset
36548
36549
36550 \begin_inset Tabular
36551 <lyxtabular version="3" rows="2" columns="2">
36552 <features rotate="0" tabularvalignment="middle">
36553 <column alignment="center" valignment="top">
36554 <column alignment="center" valignment="top">
36555 <row>
36556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36557 \begin_inset Text
36558
36559 \begin_layout Plain Layout
36560 q
36561 \end_layout
36562
36563 \end_inset
36564 </cell>
36565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36566 \begin_inset Text
36567
36568 \begin_layout Plain Layout
36569 w
36570 \end_layout
36571
36572 \end_inset
36573 </cell>
36574 </row>
36575 <row>
36576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36577 \begin_inset Text
36578
36579 \begin_layout Plain Layout
36580 e
36581 \end_layout
36582
36583 \end_inset
36584 </cell>
36585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36586 \begin_inset Text
36587
36588 \begin_layout Plain Layout
36589 r
36590 \end_layout
36591
36592 \end_inset
36593 </cell>
36594 </row>
36595 </lyxtabular>
36596
36597 \end_inset
36598
36599
36600 \begin_inset ERT
36601 status collapsed
36602
36603 \begin_layout Plain Layout
36604
36605 }}}
36606 \end_layout
36607
36608 \end_inset
36609
36610
36611 \begin_inset ERT
36612 status collapsed
36613
36614 \begin_layout Plain Layout
36615
36616
36617 \backslash
36618 rotatebox[origin=c]{-45}{
36619 \backslash
36620 resizebox{2cm}{!}{
36621 \backslash
36622 reflectbox{
36623 \end_layout
36624
36625 \end_inset
36626
36627
36628 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36629 \end_inset
36630
36631
36632 \begin_inset ERT
36633 status collapsed
36634
36635 \begin_layout Plain Layout
36636
36637 }}}
36638 \end_layout
36639
36640 \end_inset
36641
36642
36643 \begin_inset Index idx
36644 status collapsed
36645
36646 \begin_layout Plain Layout
36647 Figures ! scaled
36648 \end_layout
36649
36650 \end_inset
36651
36652
36653 \begin_inset Index idx
36654 status collapsed
36655
36656 \begin_layout Plain Layout
36657 Table Customization ! Scaling
36658 \end_layout
36659
36660 \end_inset
36661
36662
36663 \end_layout
36664
36665 \begin_layout Standard
36666 When the global formula style 
36667 \series bold
36668 fleqn
36669 \series default
36670  is used in the document
36671 \begin_inset Foot
36672 status collapsed
36673
36674 \begin_layout Plain Layout
36675 When 
36676 \begin_inset Quotes eld
36677 \end_inset
36678
36679 fleqn
36680 \begin_inset Quotes erd
36681 \end_inset
36682
36683  is added to the document class options.
36684 \end_layout
36685
36686 \end_inset
36687
36688 , display style formulas can also be scaled.
36689 \end_layout
36690
36691 \begin_layout Chapter
36692 Objects Surrounded by Text
36693 \begin_inset Index idx
36694 status collapsed
36695
36696 \begin_layout Plain Layout
36697 Surrounded by text
36698 \end_layout
36699
36700 \end_inset
36701
36702
36703 \end_layout
36704
36705 \begin_layout Section
36706 Wrap Floats
36707 \begin_inset CommandInset label
36708 LatexCommand label
36709 name "sec:Wrap-Floats"
36710
36711 \end_inset
36712
36713
36714 \begin_inset Index idx
36715 status collapsed
36716
36717 \begin_layout Plain Layout
36718 Floats ! Wrap Floats
36719 \end_layout
36720
36721 \end_inset
36722
36723
36724 \begin_inset Index idx
36725 status collapsed
36726
36727 \begin_layout Plain Layout
36728 Surrounded by text ! Wrap Floats
36729 \end_layout
36730
36731 \end_inset
36732
36733
36734 \end_layout
36735
36736 \begin_layout Standard
36737 \begin_inset Wrap figure
36738 lines 0
36739 placement l
36740 overhang 1cm
36741 width "40col%"
36742 status open
36743
36744 \begin_layout Plain Layout
36745 \begin_inset Graphics
36746         filename clipart/mobius.eps
36747         width 40col%
36748         scaleBeforeRotation
36749         rotateOrigin center
36750
36751 \end_inset
36752
36753
36754 \end_layout
36755
36756 \begin_layout Plain Layout
36757 \begin_inset Caption Standard
36758
36759 \begin_layout Plain Layout
36760 \begin_inset CommandInset label
36761 LatexCommand label
36762 name "fig:This-is-a"
36763
36764 \end_inset
36765
36766 This is a figure wrap float.
36767 \end_layout
36768
36769 \end_inset
36770
36771
36772 \end_layout
36773
36774 \end_inset
36775
36776  This float type is used if you want to wrap text around a figure or table
36777  so that it only occupies some fraction of the column width.
36778  It can be inserted using the menu 
36779 \family sans
36780 Insert\SpecialChar \menuseparator
36781 Floats\SpecialChar \menuseparator
36782 Figure
36783 \begin_inset space ~
36784 \end_inset
36785
36786 Wrap
36787 \begin_inset space ~
36788 \end_inset
36789
36790 Float
36791 \family default
36792  or 
36793 \family sans
36794 Table
36795 \begin_inset space ~
36796 \end_inset
36797
36798 Wrap
36799 \begin_inset space ~
36800 \end_inset
36801
36802 Float
36803 \family default
36804  if the LaTeX-package 
36805 \series bold
36806 wrapfig
36807 \series default
36808
36809 \begin_inset Index idx
36810 status collapsed
36811
36812 \begin_layout Plain Layout
36813 LaTeX-packages ! wrapfig
36814 \end_layout
36815
36816 \end_inset
36817
36818  is installed.
36819 \begin_inset Foot
36820 status collapsed
36821
36822 \begin_layout Plain Layout
36823 Installing a LaTeX-package is explained it in the 
36824 \emph on
36825 LaTeX
36826 \begin_inset space ~
36827 \end_inset
36828
36829 Configuration
36830 \emph default
36831  manual.
36832 \end_layout
36833
36834 \end_inset
36835
36836  The settings of the float can be modified by right-clicking on the float
36837  box.
36838  The mandatory settings are the float 
36839 \family sans
36840 Placement
36841 \family default
36842  and its 
36843 \family sans
36844 Width
36845 \family default
36846 .
36847  Optional are the 
36848 \family sans
36849 Overhang
36850 \family default
36851  that specifies how much the float is set into the paragraph
36852 \begin_inset space \thinspace{}
36853 \end_inset
36854
36855 /
36856 \begin_inset space \thinspace{}
36857 \end_inset
36858
36859 page margin, and the 
36860 \family sans
36861 Line
36862 \begin_inset space ~
36863 \end_inset
36864
36865 span
36866 \family default
36867  that specifies how many text lines the float will approximately need.
36868  The line span is often hard to approximate; so it is better only to use
36869  it when you encounter float placement problems.
36870  You can furthermore decide if LaTeX is allowed to let the float float within
36871  the paragraph or to surrounding paragraphs.
36872  Figure
36873 \begin_inset space ~
36874 \end_inset
36875
36876
36877 \begin_inset CommandInset ref
36878 LatexCommand ref
36879 reference "fig:This-is-a"
36880
36881 \end_inset
36882
36883  is an example text wrap float with a width of 40
36884 \begin_inset space \thinspace{}
36885 \end_inset
36886
36887 col%, 1
36888 \begin_inset space \thinspace{}
36889 \end_inset
36890
36891 cm overhang, set to the left.
36892 \end_layout
36893
36894 \begin_layout Standard
36895 \begin_inset Note Greyedout
36896 status open
36897
36898 \begin_layout Plain Layout
36899
36900 \series bold
36901 Note:
36902 \series default
36903  Text
36904 \begin_inset space ~
36905 \end_inset
36906
36907 wrap float floats are fragile! E.
36908 \begin_inset space \thinspace{}
36909 \end_inset
36910
36911 g.
36912 \begin_inset space \space{}
36913 \end_inset
36914
36915 having a figure too close to the bottom of the page can mess things up in
36916  such a way that the float does not appear in the output or that it is placed
36917  over some other text.
36918 \end_layout
36919
36920 \end_inset
36921
36922
36923 \end_layout
36924
36925 \begin_layout Standard
36926 In general, the following applies for wrap floats:
36927 \end_layout
36928
36929 \begin_layout Itemize
36930 They should not be placed in paragraphs that run over a page break.
36931  That means that wrap floats are better inserted in their exact place when
36932  the document is almost finished and you are able to estimate where page
36933  breaks will appear.
36934 \end_layout
36935
36936 \begin_layout Itemize
36937 They should either be placed in their own paragraph before the paragraph
36938  where they should wrap into or within a paragraph.
36939 \end_layout
36940
36941 \begin_layout Itemize
36942 In consecutive paragraphs they may cause troubles, so ensure that there
36943  is a text paragraph between them as separator.
36944 \end_layout
36945
36946 \begin_layout Itemize
36947 They are not allowed in section headings or tables.
36948 \end_layout
36949
36950 \begin_layout Itemize
36951 Their numbering and referencing works as described in chap.
36952 \begin_inset space \thinspace{}
36953 \end_inset
36954
36955
36956 \begin_inset CommandInset ref
36957 LatexCommand ref
36958 reference "chap:Floats"
36959
36960 \end_inset
36961
36962 .
36963 \end_layout
36964
36965 \begin_layout Section
36966 Surrounded Fixed Objects
36967 \begin_inset Index idx
36968 status collapsed
36969
36970 \begin_layout Plain Layout
36971 Surrounded by text ! Fixed objects
36972 \end_layout
36973
36974 \end_inset
36975
36976
36977 \end_layout
36978
36979 \begin_layout Standard
36980 The wrap floats described in sec.
36981 \begin_inset space \thinspace{}
36982 \end_inset
36983
36984
36985 \begin_inset CommandInset ref
36986 LatexCommand ref
36987 reference "sec:Wrap-Floats"
36988
36989 \end_inset
36990
36991  have these positions in the paragraph:
36992 \end_layout
36993
36994 \begin_layout Standard
36995 \noindent
36996 \align center
36997 \begin_inset Tabular
36998 <lyxtabular version="3" rows="2" columns="2">
36999 <features rotate="0" tabularvalignment="middle">
37000 <column alignment="center" valignment="top">
37001 <column alignment="center" valignment="top">
37002 <row>
37003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37004 \begin_inset Text
37005
37006 \begin_layout Plain Layout
37007 \begin_inset Graphics
37008         filename ../images/dialog-show-new-inset_graphics.png
37009         scale 70
37010         scaleBeforeRotation
37011
37012 \end_inset
37013
37014
37015 \end_layout
37016
37017 \end_inset
37018 </cell>
37019 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37020 \begin_inset Text
37021
37022 \begin_layout Plain Layout
37023 text
37024 \end_layout
37025
37026 \end_inset
37027 </cell>
37028 </row>
37029 <row>
37030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37031 \begin_inset Text
37032
37033 \begin_layout Plain Layout
37034 text
37035 \end_layout
37036
37037 \end_inset
37038 </cell>
37039 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37040 \begin_inset Text
37041
37042 \begin_layout Plain Layout
37043 text
37044 \end_layout
37045
37046 \end_inset
37047 </cell>
37048 </row>
37049 </lyxtabular>
37050
37051 \end_inset
37052
37053  or 
37054 \begin_inset Tabular
37055 <lyxtabular version="3" rows="2" columns="2">
37056 <features rotate="0" tabularvalignment="middle">
37057 <column alignment="center" valignment="top">
37058 <column alignment="center" valignment="top">
37059 <row>
37060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37061 \begin_inset Text
37062
37063 \begin_layout Plain Layout
37064 text
37065 \end_layout
37066
37067 \end_inset
37068 </cell>
37069 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37070 \begin_inset Text
37071
37072 \begin_layout Plain Layout
37073 \begin_inset Graphics
37074         filename ../images/dialog-show-new-inset_graphics.png
37075         scale 70
37076         scaleBeforeRotation
37077
37078 \end_inset
37079
37080
37081 \end_layout
37082
37083 \end_inset
37084 </cell>
37085 </row>
37086 <row>
37087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37088 \begin_inset Text
37089
37090 \begin_layout Plain Layout
37091 text
37092 \end_layout
37093
37094 \end_inset
37095 </cell>
37096 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37097 \begin_inset Text
37098
37099 \begin_layout Plain Layout
37100 text
37101 \end_layout
37102
37103 \end_inset
37104 </cell>
37105 </row>
37106 </lyxtabular>
37107
37108 \end_inset
37109
37110
37111 \end_layout
37112
37113 \begin_layout Standard
37114 To get an object exactly at the position where it is inserted, for example
37115  to get one of these positions:
37116 \begin_inset VSpace defskip
37117 \end_inset
37118
37119
37120 \end_layout
37121
37122 \begin_layout Standard
37123 \noindent
37124 \align center
37125 \begin_inset Tabular
37126 <lyxtabular version="3" rows="2" columns="2">
37127 <features rotate="0" tabularvalignment="middle">
37128 <column alignment="center" valignment="top">
37129 <column alignment="center" valignment="top">
37130 <row>
37131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37132 \begin_inset Text
37133
37134 \begin_layout Plain Layout
37135 text
37136 \end_layout
37137
37138 \end_inset
37139 </cell>
37140 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37141 \begin_inset Text
37142
37143 \begin_layout Plain Layout
37144 text
37145 \end_layout
37146
37147 \end_inset
37148 </cell>
37149 </row>
37150 <row>
37151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37152 \begin_inset Text
37153
37154 \begin_layout Plain Layout
37155 \begin_inset Graphics
37156         filename ../images/dialog-show-new-inset_graphics.png
37157         scale 70
37158         scaleBeforeRotation
37159
37160 \end_inset
37161
37162
37163 \end_layout
37164
37165 \end_inset
37166 </cell>
37167 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37168 \begin_inset Text
37169
37170 \begin_layout Plain Layout
37171 text
37172 \end_layout
37173
37174 \end_inset
37175 </cell>
37176 </row>
37177 </lyxtabular>
37178
37179 \end_inset
37180
37181  
37182 \begin_inset Tabular
37183 <lyxtabular version="3" rows="2" columns="2">
37184 <features rotate="0" tabularvalignment="middle">
37185 <column alignment="center" valignment="top">
37186 <column alignment="center" valignment="top">
37187 <row>
37188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37189 \begin_inset Text
37190
37191 \begin_layout Plain Layout
37192 text
37193 \end_layout
37194
37195 \end_inset
37196 </cell>
37197 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37198 \begin_inset Text
37199
37200 \begin_layout Plain Layout
37201 text
37202 \end_layout
37203
37204 \end_inset
37205 </cell>
37206 </row>
37207 <row>
37208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37209 \begin_inset Text
37210
37211 \begin_layout Plain Layout
37212 text
37213 \end_layout
37214
37215 \end_inset
37216 </cell>
37217 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37218 \begin_inset Text
37219
37220 \begin_layout Plain Layout
37221 \begin_inset Graphics
37222         filename ../images/dialog-show-new-inset_graphics.png
37223         scale 70
37224         scaleBeforeRotation
37225
37226 \end_inset
37227
37228
37229 \end_layout
37230
37231 \end_inset
37232 </cell>
37233 </row>
37234 </lyxtabular>
37235
37236 \end_inset
37237
37238  
37239 \begin_inset Tabular
37240 <lyxtabular version="3" rows="2" columns="3">
37241 <features rotate="0" tabularvalignment="middle">
37242 <column alignment="center" valignment="top">
37243 <column alignment="center" valignment="top">
37244 <column alignment="center" valignment="top">
37245 <row>
37246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37247 \begin_inset Text
37248
37249 \begin_layout Plain Layout
37250 text
37251 \end_layout
37252
37253 \end_inset
37254 </cell>
37255 <cell alignment="center" valignment="top" topline="true" usebox="none">
37256 \begin_inset Text
37257
37258 \begin_layout Plain Layout
37259 \begin_inset Graphics
37260         filename ../images/dialog-show-new-inset_graphics.png
37261         scale 70
37262         scaleBeforeRotation
37263
37264 \end_inset
37265
37266
37267 \end_layout
37268
37269 \end_inset
37270 </cell>
37271 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37272 \begin_inset Text
37273
37274 \begin_layout Plain Layout
37275 text
37276 \end_layout
37277
37278 \end_inset
37279 </cell>
37280 </row>
37281 <row>
37282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37283 \begin_inset Text
37284
37285 \begin_layout Plain Layout
37286 text
37287 \end_layout
37288
37289 \end_inset
37290 </cell>
37291 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37292 \begin_inset Text
37293
37294 \begin_layout Plain Layout
37295 text
37296 \end_layout
37297
37298 \end_inset
37299 </cell>
37300 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37301 \begin_inset Text
37302
37303 \begin_layout Plain Layout
37304 text
37305 \end_layout
37306
37307 \end_inset
37308 </cell>
37309 </row>
37310 </lyxtabular>
37311
37312 \end_inset
37313
37314  
37315 \begin_inset Tabular
37316 <lyxtabular version="3" rows="2" columns="3">
37317 <features rotate="0" tabularvalignment="middle">
37318 <column alignment="center" valignment="top">
37319 <column alignment="center" valignment="top">
37320 <column alignment="center" valignment="top">
37321 <row>
37322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37323 \begin_inset Text
37324
37325 \begin_layout Plain Layout
37326 text
37327 \end_layout
37328
37329 \end_inset
37330 </cell>
37331 <cell alignment="center" valignment="top" topline="true" usebox="none">
37332 \begin_inset Text
37333
37334 \begin_layout Plain Layout
37335 text
37336 \end_layout
37337
37338 \end_inset
37339 </cell>
37340 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37341 \begin_inset Text
37342
37343 \begin_layout Plain Layout
37344 text
37345 \end_layout
37346
37347 \end_inset
37348 </cell>
37349 </row>
37350 <row>
37351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37352 \begin_inset Text
37353
37354 \begin_layout Plain Layout
37355 text
37356 \end_layout
37357
37358 \end_inset
37359 </cell>
37360 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37361 \begin_inset Text
37362
37363 \begin_layout Plain Layout
37364 \begin_inset Graphics
37365         filename ../images/dialog-show-new-inset_graphics.png
37366         scale 70
37367         scaleBeforeRotation
37368
37369 \end_inset
37370
37371
37372 \end_layout
37373
37374 \end_inset
37375 </cell>
37376 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37377 \begin_inset Text
37378
37379 \begin_layout Plain Layout
37380 text
37381 \end_layout
37382
37383 \end_inset
37384 </cell>
37385 </row>
37386 </lyxtabular>
37387
37388 \end_inset
37389
37390
37391 \end_layout
37392
37393 \begin_layout Standard
37394 \noindent
37395 \align center
37396 \begin_inset Tabular
37397 <lyxtabular version="3" rows="3" columns="2">
37398 <features rotate="0" tabularvalignment="middle">
37399 <column alignment="center" valignment="top">
37400 <column alignment="center" valignment="top">
37401 <row>
37402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37403 \begin_inset Text
37404
37405 \begin_layout Plain Layout
37406 text
37407 \end_layout
37408
37409 \end_inset
37410 </cell>
37411 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37412 \begin_inset Text
37413
37414 \begin_layout Plain Layout
37415 text
37416 \end_layout
37417
37418 \end_inset
37419 </cell>
37420 </row>
37421 <row>
37422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37423 \begin_inset Text
37424
37425 \begin_layout Plain Layout
37426 \begin_inset Graphics
37427         filename ../images/dialog-show-new-inset_graphics.png
37428         scale 70
37429         scaleBeforeRotation
37430
37431 \end_inset
37432
37433
37434 \end_layout
37435
37436 \end_inset
37437 </cell>
37438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37439 \begin_inset Text
37440
37441 \begin_layout Plain Layout
37442 text
37443 \end_layout
37444
37445 \end_inset
37446 </cell>
37447 </row>
37448 <row>
37449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37450 \begin_inset Text
37451
37452 \begin_layout Plain Layout
37453 text
37454 \end_layout
37455
37456 \end_inset
37457 </cell>
37458 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37459 \begin_inset Text
37460
37461 \begin_layout Plain Layout
37462 text
37463 \end_layout
37464
37465 \end_inset
37466 </cell>
37467 </row>
37468 </lyxtabular>
37469
37470 \end_inset
37471
37472  
37473 \begin_inset Tabular
37474 <lyxtabular version="3" rows="3" columns="3">
37475 <features rotate="0" tabularvalignment="middle">
37476 <column alignment="center" valignment="top">
37477 <column alignment="center" valignment="top">
37478 <column alignment="center" valignment="top">
37479 <row>
37480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37481 \begin_inset Text
37482
37483 \begin_layout Plain Layout
37484 text
37485 \end_layout
37486
37487 \end_inset
37488 </cell>
37489 <cell alignment="center" valignment="top" topline="true" usebox="none">
37490 \begin_inset Text
37491
37492 \begin_layout Plain Layout
37493 text
37494 \end_layout
37495
37496 \end_inset
37497 </cell>
37498 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37499 \begin_inset Text
37500
37501 \begin_layout Plain Layout
37502 text
37503 \end_layout
37504
37505 \end_inset
37506 </cell>
37507 </row>
37508 <row>
37509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37510 \begin_inset Text
37511
37512 \begin_layout Plain Layout
37513 text
37514 \end_layout
37515
37516 \end_inset
37517 </cell>
37518 <cell alignment="center" valignment="top" usebox="none">
37519 \begin_inset Text
37520
37521 \begin_layout Plain Layout
37522 \begin_inset Graphics
37523         filename ../images/dialog-show-new-inset_graphics.png
37524         scale 70
37525         scaleBeforeRotation
37526
37527 \end_inset
37528
37529
37530 \end_layout
37531
37532 \end_inset
37533 </cell>
37534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37535 \begin_inset Text
37536
37537 \begin_layout Plain Layout
37538 text
37539 \end_layout
37540
37541 \end_inset
37542 </cell>
37543 </row>
37544 <row>
37545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37546 \begin_inset Text
37547
37548 \begin_layout Plain Layout
37549 text
37550 \end_layout
37551
37552 \end_inset
37553 </cell>
37554 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37555 \begin_inset Text
37556
37557 \begin_layout Plain Layout
37558 text
37559 \end_layout
37560
37561 \end_inset
37562 </cell>
37563 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37564 \begin_inset Text
37565
37566 \begin_layout Plain Layout
37567 text
37568 \end_layout
37569
37570 \end_inset
37571 </cell>
37572 </row>
37573 </lyxtabular>
37574
37575 \end_inset
37576
37577  
37578 \begin_inset Tabular
37579 <lyxtabular version="3" rows="3" columns="2">
37580 <features rotate="0" tabularvalignment="middle">
37581 <column alignment="center" valignment="top">
37582 <column alignment="center" valignment="top">
37583 <row>
37584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37585 \begin_inset Text
37586
37587 \begin_layout Plain Layout
37588 text
37589 \end_layout
37590
37591 \end_inset
37592 </cell>
37593 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37594 \begin_inset Text
37595
37596 \begin_layout Plain Layout
37597 text
37598 \end_layout
37599
37600 \end_inset
37601 </cell>
37602 </row>
37603 <row>
37604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37605 \begin_inset Text
37606
37607 \begin_layout Plain Layout
37608 text
37609 \end_layout
37610
37611 \end_inset
37612 </cell>
37613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37614 \begin_inset Text
37615
37616 \begin_layout Plain Layout
37617 \begin_inset Graphics
37618         filename ../images/dialog-show-new-inset_graphics.png
37619         scale 70
37620         scaleBeforeRotation
37621
37622 \end_inset
37623
37624
37625 \end_layout
37626
37627 \end_inset
37628 </cell>
37629 </row>
37630 <row>
37631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37632 \begin_inset Text
37633
37634 \begin_layout Plain Layout
37635 text
37636 \end_layout
37637
37638 \end_inset
37639 </cell>
37640 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37641 \begin_inset Text
37642
37643 \begin_layout Plain Layout
37644 text
37645 \end_layout
37646
37647 \end_inset
37648 </cell>
37649 </row>
37650 </lyxtabular>
37651
37652 \end_inset
37653
37654
37655 \end_layout
37656
37657 \begin_layout Standard
37658 \noindent
37659 you can use the LaTeX-package 
37660 \series bold
37661 picinpar
37662 \series default
37663
37664 \begin_inset Index idx
37665 status collapsed
37666
37667 \begin_layout Plain Layout
37668 LaTeX-packages ! picinpar
37669 \end_layout
37670
37671 \end_inset
37672
37673 .
37674  Here is an example:
37675 \end_layout
37676
37677 \begin_layout Standard
37678 \begin_inset ERT
37679 status collapsed
37680
37681 \begin_layout Plain Layout
37682
37683
37684 \backslash
37685 ifpicinpar
37686 \end_layout
37687
37688 \end_inset
37689
37690
37691 \begin_inset Note Note
37692 status open
37693
37694 \begin_layout Plain Layout
37695 The following section will only be displayed when the LaTeX-package 
37696 \series bold
37697 picinpar
37698 \series default
37699  is installed.
37700 \end_layout
37701
37702 \end_inset
37703
37704
37705 \end_layout
37706
37707 \begin_layout Standard
37708 \begin_inset ERT
37709 status collapsed
37710
37711 \begin_layout Plain Layout
37712
37713
37714 \backslash
37715 begin{window}[2,c,{
37716 \end_layout
37717
37718 \end_inset
37719
37720
37721 \begin_inset Graphics
37722         filename clipart/mobius.eps
37723         lyxscale 60
37724         width 40col%
37725         scaleBeforeRotation
37726         rotateOrigin center
37727
37728 \end_inset
37729
37730
37731 \begin_inset ERT
37732 status collapsed
37733
37734 \begin_layout Plain Layout
37735
37736 },]
37737 \end_layout
37738
37739 \begin_layout Plain Layout
37740
37741 {}
37742 \end_layout
37743
37744 \end_inset
37745
37746
37747 \size small
37748 It was in the spring of the year 1894 that all London was interested, and
37749  the fashionable world dismayed, by the murder of the Honourable Ronald
37750  Adair under most unusual and inexplicable circumstances.
37751  The public has already learned those particulars of the crime which
37752 \size default
37753
37754 \begin_inset ERT
37755 status collapsed
37756
37757 \begin_layout Plain Layout
37758
37759
37760 \backslash
37761 footnotemark{}
37762 \end_layout
37763
37764 \end_inset
37765
37766
37767 \size small
37768  came out in the police investigation, but a good deal was suppressed upon
37769  that occasion, since the case for the prosecution was so overwhelmingly
37770  strong that it was not necessary to bring forward all the facts.
37771  Only now, at the end of nearly ten years, am I allowed to supply those
37772  missing links which make up the whole of that remarkable chain.
37773 \size default
37774
37775 \begin_inset ERT
37776 status collapsed
37777
37778 \begin_layout Plain Layout
37779
37780
37781 \backslash
37782 end{window}
37783 \end_layout
37784
37785 \end_inset
37786
37787
37788 \end_layout
37789
37790 \begin_layout Standard
37791 \begin_inset ERT
37792 status collapsed
37793
37794 \begin_layout Plain Layout
37795
37796
37797 \backslash
37798 footnotetext{
37799 \end_layout
37800
37801 \end_inset
37802
37803 Footnote of the paragraph with the fixed object.
37804 \begin_inset ERT
37805 status collapsed
37806
37807 \begin_layout Plain Layout
37808
37809 }
37810 \end_layout
37811
37812 \end_inset
37813
37814
37815 \end_layout
37816
37817 \begin_layout Standard
37818 Surrounded fixed objects are used to let text float around them, at which
37819  the object's position in the paragraph can be determined by the number
37820  of lines above it.
37821  In contrary to floats is it not possible to have a numbered caption.
37822 \end_layout
37823
37824 \begin_layout Standard
37825 A fixed object is inserted by adding the command
37826 \end_layout
37827
37828 \begin_layout Standard
37829
37830 \series bold
37831
37832 \backslash
37833 begin{window}[2,c,{
37834 \end_layout
37835
37836 \begin_layout Standard
37837 as TeX-Code at the beginning of the paragraph.
37838  The first parameter in the bracket, here '2', defines the number of lines
37839  above the object, the second, here 'c', the position of the object.
37840  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37841  Behind the command you insert the object.
37842  In this example an image with a width of 40
37843 \begin_inset space \thinspace{}
37844 \end_inset
37845
37846 % of the text column width was inserted.
37847  The object can also be a table, a box or an equation.
37848  Behind the object the command
37849 \end_layout
37850
37851 \begin_layout Standard
37852
37853 \series bold
37854 },description text]
37855 \begin_inset Newline newline
37856 \end_inset
37857
37858 {}
37859 \end_layout
37860
37861 \begin_layout Standard
37862 is inserted.
37863  Note that the 
37864 \begin_inset Quotes eld
37865 \end_inset
37866
37867
37868 \series bold
37869 {}
37870 \series default
37871
37872 \begin_inset Quotes erd
37873 \end_inset
37874
37875  is in the second line.
37876  The description text is optional.
37877  The text surrounding the object must be in the same paragraph as the object,
37878  so it must begin directly after the 
37879 \series bold
37880 {}
37881 \series default
37882 .
37883  At the end of the paragraph insert the command:
37884 \end_layout
37885
37886 \begin_layout Standard
37887
37888 \series bold
37889
37890 \backslash
37891 end{window}
37892 \end_layout
37893
37894 \begin_layout Standard
37895 Within a paragraph with a fixed object, you cannot insert footnotes in the
37896  normal way.
37897  You have to use instead the command 
37898 \series bold
37899
37900 \backslash
37901 footnotemark
37902 \series default
37903  inside the paragraph and outside the command 
37904 \series bold
37905
37906 \backslash
37907 footnotetext
37908 \series default
37909  as described in sec.
37910 \begin_inset space \thinspace{}
37911 \end_inset
37912
37913
37914 \begin_inset CommandInset ref
37915 LatexCommand ref
37916 reference "sec:Footnotes"
37917
37918 \end_inset
37919
37920 .
37921 \end_layout
37922
37923 \begin_layout Standard
37924 \begin_inset ERT
37925 status collapsed
37926
37927 \begin_layout Plain Layout
37928
37929
37930 \backslash
37931 else
37932 \end_layout
37933
37934 \end_inset
37935
37936
37937 \begin_inset Note Note
37938 status open
37939
37940 \begin_layout Plain Layout
37941 The following will be displayed when the LaTeX-package 
37942 \series bold
37943 picinpar
37944 \series default
37945  is not installed:
37946 \end_layout
37947
37948 \end_inset
37949
37950
37951 \end_layout
37952
37953 \begin_layout Standard
37954 You need to install the LaTeX-package 
37955 \series bold
37956 picinpar
37957 \series default
37958  to see the following part of this section in the output.
37959 \end_layout
37960
37961 \begin_layout Standard
37962 \begin_inset ERT
37963 status collapsed
37964
37965 \begin_layout Plain Layout
37966
37967
37968 \backslash
37969 fi
37970 \end_layout
37971
37972 \end_inset
37973
37974
37975 \end_layout
37976
37977 \begin_layout Section
37978 Initials
37979 \begin_inset Index idx
37980 status collapsed
37981
37982 \begin_layout Plain Layout
37983 Initials
37984 \end_layout
37985
37986 \end_inset
37987
37988
37989 \begin_inset Index idx
37990 status collapsed
37991
37992 \begin_layout Plain Layout
37993 Surrounded by text ! Initials
37994 \end_layout
37995
37996 \end_inset
37997
37998
37999 \end_layout
38000
38001 \begin_layout Standard
38002 To use initials, you must have the LaTeX-package 
38003 \series bold
38004 lettrine
38005 \series default
38006
38007 \begin_inset Index idx
38008 status collapsed
38009
38010 \begin_layout Plain Layout
38011 LaTeX-packages ! lettrine
38012 \end_layout
38013
38014 \end_inset
38015
38016  installed and use the module 
38017 \family sans
38018 Initials
38019 \family default
38020  in your document (menu 
38021 \family sans
38022 Document\SpecialChar \menuseparator
38023 Settings\SpecialChar \menuseparator
38024 Modules
38025 \family default
38026 ).
38027  To insert an initial, use the style 
38028 \family sans
38029 Initial
38030 \family default
38031 .
38032  This style has a mandatory and two optional arguments.
38033  The arguments are inserted via the 
38034 \family sans
38035 Insert
38036 \family default
38037  menu.
38038  The mandatory argument 
38039 \family sans
38040 Initial
38041 \family default
38042  contains the letter(s) that is the initial, the argument 
38043 \family sans
38044 Rest
38045 \begin_inset space ~
38046 \end_inset
38047
38048 of
38049 \begin_inset space ~
38050 \end_inset
38051
38052 Initial
38053 \family default
38054  contains the rest of the word or text of the initial letter(s).
38055  The argument 
38056 \family sans
38057 Options
38058 \family default
38059  contains parameters to modify the initial.
38060  For more information about the possible parameters see the documentation
38061  of 
38062 \series bold
38063 lettrine
38064 \series default
38065
38066 \begin_inset CommandInset citation
38067 LatexCommand cite
38068 key "lettrine"
38069
38070 \end_inset
38071
38072 .
38073  The style itself contains the text that is surrounding the initial.
38074  The usual style is hereby that the word whose first letter is the initial,
38075  is printed with 
38076 \shape smallcaps
38077 small caps
38078 \shape default
38079 .
38080 \end_layout
38081
38082 \begin_layout Standard
38083 Here are some examples:
38084 \end_layout
38085
38086 \begin_layout Standard
38087 \begin_inset ERT
38088 status collapsed
38089
38090 \begin_layout Plain Layout
38091
38092
38093 \backslash
38094 iflettrine
38095 \end_layout
38096
38097 \end_inset
38098
38099
38100 \begin_inset Note Note
38101 status open
38102
38103 \begin_layout Plain Layout
38104 The following section will only be displayed when the LaTeX-package 
38105 \series bold
38106 lettrine
38107 \series default
38108  is installed.
38109 \end_layout
38110
38111 \end_inset
38112
38113
38114 \end_layout
38115
38116 \begin_layout Enumerate
38117 No optional argument, the initial is the letter 'I' in the math font 
38118 \begin_inset Formula $\mathfrak{Fraktur}$
38119 \end_inset
38120
38121 :
38122 \end_layout
38123
38124 \begin_deeper
38125 \begin_layout Initial
38126 \begin_inset Argument 2
38127 status open
38128
38129 \begin_layout Plain Layout
38130 \begin_inset Formula $\mathfrak{I}$
38131 \end_inset
38132
38133
38134 \end_layout
38135
38136 \end_inset
38137
38138
38139 \begin_inset Argument 3
38140 status open
38141
38142 \begin_layout Plain Layout
38143 t
38144 \end_layout
38145
38146 \end_inset
38147
38148  was in the spring of the year 1894 that all London was interested, and
38149  the fashionable world dismayed, by the murder of the Honourable Ronald
38150  Adair under most unusual and inexplicable circumstances.
38151  The public has already learned those particulars of the crime which came
38152  out in the police investigation, but a good deal was suppressed upon that
38153  occasion, since the case for the prosecution was so overwhelmingly strong
38154  that it was not necessary to bring forward all the facts.
38155 \begin_inset Newpage newpage
38156 \end_inset
38157
38158
38159 \end_layout
38160
38161 \end_deeper
38162 \begin_layout Enumerate
38163 Only one line is surrounding the initial, which is formed by two letters
38164  in standard font and no text is printed in small caps:
38165 \end_layout
38166
38167 \begin_deeper
38168 \begin_layout Initial
38169 \begin_inset Argument 1
38170 status open
38171
38172 \begin_layout Plain Layout
38173 lines=1
38174 \end_layout
38175
38176 \end_inset
38177
38178
38179 \begin_inset Argument 2
38180 status open
38181
38182 \begin_layout Plain Layout
38183 It
38184 \end_layout
38185
38186 \end_inset
38187
38188  was in the spring of the year 1894 that all London was interested, and
38189  the fashionable world dismayed, by the murder of the Honourable Ronald
38190  Adair under most unusual and inexplicable circumstances.
38191  The public has already learned those particulars of the crime which came
38192  out in the police investigation, but a good deal was suppressed upon that
38193  occasion, since the case for the prosecution was so overwhelmingly strong
38194  that it was not necessary to bring forward all the facts.
38195 \end_layout
38196
38197 \end_deeper
38198 \begin_layout Enumerate
38199 Magenta, hanging initial over 3
38200 \begin_inset space ~
38201 \end_inset
38202
38203 lines in the math font 
38204 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38205 \end_inset
38206
38207 , the text 
38208 \begin_inset Quotes eld
38209 \end_inset
38210
38211 t was in the spring
38212 \begin_inset Quotes erd
38213 \end_inset
38214
38215  is in 
38216 \shape smallcaps
38217 small caps
38218 \shape default
38219 ; to color the initial, you must insert this command before the initial:
38220 \begin_inset Newline newline
38221 \end_inset
38222
38223
38224 \series bold
38225
38226 \backslash
38227 renewcommand{
38228 \backslash
38229 LettrineFontHook}{
38230 \backslash
38231 color{color}}
38232 \series default
38233
38234 \begin_inset Newline newline
38235 \end_inset
38236
38237 where the second 
38238 \emph on
38239 color
38240 \emph default
38241  can be 
38242 \begin_inset Quotes eld
38243 \end_inset
38244
38245 red
38246 \begin_inset Quotes erd
38247 \end_inset
38248
38249
38250 \begin_inset Quotes eld
38251 \end_inset
38252
38253 blue
38254 \begin_inset Quotes erd
38255 \end_inset
38256
38257
38258 \begin_inset Quotes eld
38259 \end_inset
38260
38261 green
38262 \begin_inset Quotes erd
38263 \end_inset
38264
38265
38266 \begin_inset Quotes eld
38267 \end_inset
38268
38269 yellow
38270 \begin_inset Quotes erd
38271 \end_inset
38272
38273
38274 \begin_inset Quotes eld
38275 \end_inset
38276
38277 cyan
38278 \begin_inset Quotes erd
38279 \end_inset
38280
38281
38282 \begin_inset Quotes eld
38283 \end_inset
38284
38285 magenta
38286 \begin_inset Quotes erd
38287 \end_inset
38288
38289
38290 \begin_inset Quotes eld
38291 \end_inset
38292
38293 black
38294 \begin_inset Quotes erd
38295 \end_inset
38296
38297  or 
38298 \begin_inset Quotes eld
38299 \end_inset
38300
38301 white
38302 \begin_inset Quotes erd
38303 \end_inset
38304
38305 , and add this command to the document preamble:
38306 \begin_inset Newline newline
38307 \end_inset
38308
38309
38310 \series bold
38311
38312 \backslash
38313 @ifundefined{textcolor}
38314 \begin_inset Newline newline
38315 \end_inset
38316
38317
38318 \begin_inset space ~
38319 \end_inset
38320
38321 {
38322 \backslash
38323 usepackage{color}}{}
38324 \end_layout
38325
38326 \begin_deeper
38327 \begin_layout Standard
38328 \begin_inset ERT
38329 status collapsed
38330
38331 \begin_layout Plain Layout
38332
38333
38334 \backslash
38335 renewcommand{
38336 \backslash
38337 LettrineFontHook}{
38338 \backslash
38339 color{magenta}}
38340 \end_layout
38341
38342 \end_inset
38343
38344
38345 \begin_inset Note Note
38346 status collapsed
38347
38348 \begin_layout Plain Layout
38349 makes the initial magenta
38350 \end_layout
38351
38352 \end_inset
38353
38354
38355 \end_layout
38356
38357 \begin_layout Initial
38358 \begin_inset Argument 1
38359 status open
38360
38361 \begin_layout Plain Layout
38362 lines=3, lhang=0.33, loversize=0.25
38363 \end_layout
38364
38365 \end_inset
38366
38367
38368 \begin_inset Argument 2
38369 status open
38370
38371 \begin_layout Plain Layout
38372 \begin_inset Formula $\mathcal{I}$
38373 \end_inset
38374
38375
38376 \end_layout
38377
38378 \end_inset
38379
38380
38381 \begin_inset Argument 3
38382 status open
38383
38384 \begin_layout Plain Layout
38385 t was in the spring
38386 \end_layout
38387
38388 \end_inset
38389
38390  of the year 1894 that all London was interested, and the fashionable world
38391  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38392  and inexplicable circumstances.
38393  The public has already learned those particulars of the crime which came
38394  out in the police investigation, but a good deal was suppressed upon that
38395  occasion, since the case for the prosecution was so overwhelmingly strong
38396  that it was not necessary to bring forward all the facts.
38397 \end_layout
38398
38399 \end_deeper
38400 \begin_layout Standard
38401 \begin_inset ERT
38402 status collapsed
38403
38404 \begin_layout Plain Layout
38405
38406
38407 \backslash
38408 else
38409 \end_layout
38410
38411 \end_inset
38412
38413
38414 \begin_inset Note Note
38415 status open
38416
38417 \begin_layout Plain Layout
38418 The following will be displayed when the LaTeX-package 
38419 \series bold
38420 lettrine
38421 \series default
38422  is not installed:
38423 \end_layout
38424
38425 \end_inset
38426
38427
38428 \end_layout
38429
38430 \begin_layout Standard
38431 You need to install the LaTeX-package 
38432 \series bold
38433 lettrine
38434 \series default
38435  to see the following part of this section in the output.
38436 \end_layout
38437
38438 \begin_layout Standard
38439 \begin_inset ERT
38440 status collapsed
38441
38442 \begin_layout Plain Layout
38443
38444
38445 \backslash
38446 fi
38447 \end_layout
38448
38449 \end_inset
38450
38451
38452 \end_layout
38453
38454 \begin_layout Chapter
38455 External Document Parts
38456 \begin_inset Index idx
38457 status collapsed
38458
38459 \begin_layout Plain Layout
38460 External Document Parts
38461 \end_layout
38462
38463 \end_inset
38464
38465
38466 \end_layout
38467
38468 \begin_layout Standard
38469 With the menu 
38470 \family sans
38471 Insert\SpecialChar \menuseparator
38472 File
38473 \family default
38474  you can insert external material into your document.
38475  This can be:
38476 \end_layout
38477
38478 \begin_layout Description
38479 LyX
38480 \begin_inset space ~
38481 \end_inset
38482
38483 Document Another LyX document; its content is directly inserted to your
38484  document.
38485 \end_layout
38486
38487 \begin_layout Description
38488 Plain
38489 \begin_inset space ~
38490 \end_inset
38491
38492 Text A text document; each line is inserted in your document as a separate
38493  paragraph.
38494 \end_layout
38495
38496 \begin_layout Description
38497 Plain
38498 \begin_inset space ~
38499 \end_inset
38500
38501 Text,
38502 \begin_inset space ~
38503 \end_inset
38504
38505 Join
38506 \begin_inset space ~
38507 \end_inset
38508
38509 Lines A text document; text lines are inserted in your document continuously
38510  but an empty text line creates a new paragraph.
38511 \end_layout
38512
38513 \begin_layout Description
38514 External
38515 \begin_inset space ~
38516 \end_inset
38517
38518 Material Files in various formats.
38519 \end_layout
38520
38521 \begin_layout Description
38522 Child
38523 \begin_inset space ~
38524 \end_inset
38525
38526 Document LyX or LaTeX-documents.
38527 \end_layout
38528
38529 \begin_layout Section
38530 External Material
38531 \begin_inset Index idx
38532 status collapsed
38533
38534 \begin_layout Plain Layout
38535 External Document Parts ! External Material
38536 \end_layout
38537
38538 \end_inset
38539
38540
38541 \end_layout
38542
38543 \begin_layout Standard
38544 The external material feature allows you to insert files into your document
38545  without converting them to a format that can be read by the document output
38546  format.
38547  LyX takes care of the necessary conversions.
38548  This is similar to images that can be inserted in various image formats
38549  in LyX documents.
38550  When you have enabled Instant Preview in LyX's preferences under 
38551 \family sans
38552 Look
38553 \begin_inset space ~
38554 \end_inset
38555
38556 and
38557 \begin_inset space ~
38558 \end_inset
38559
38560 feel\SpecialChar \menuseparator
38561 Graphics
38562 \family default
38563 , the external material types Dia and Xfig are directly shown in LyX.
38564 \end_layout
38565
38566 \begin_layout Standard
38567 External material can be inserted via the 
38568 \family sans
38569 External Material
38570 \family default
38571  dialog that is accessible with the menu 
38572 \family sans
38573 Insert\SpecialChar \menuseparator
38574 File\SpecialChar \menuseparator
38575 External
38576 \begin_inset space ~
38577 \end_inset
38578
38579 Material
38580 \family default
38581 .
38582  Currently the following file types (
38583 \family sans
38584 Templates
38585 \family default
38586 ) are allowed:
38587 \end_layout
38588
38589 \begin_layout Description
38590 ChessDiagram This template supports chess position diagrams made with the
38591  program 
38592 \series bold
38593
38594 \begin_inset CommandInset href
38595 LatexCommand href
38596 name "XBoard"
38597 target "http://en.wikipedia.org/wiki/XBoard"
38598
38599 \end_inset
38600
38601
38602 \series default
38603 .
38604 \end_layout
38605
38606 \begin_layout Description
38607 Date This inserts the date in the form 
38608 \emph on
38609 Day-Month-Year
38610 \emph default
38611 .
38612  This is a date inserted as external material: 
38613 \begin_inset External
38614         template Date
38615         filename .
38616
38617 \end_inset
38618
38619
38620 \begin_inset space ~
38621 \end_inset
38622
38623
38624 \begin_inset Note Note
38625 status open
38626
38627 \begin_layout Plain Layout
38628 Remove the protected space when bug 4398 is fixed!
38629 \end_layout
38630
38631 \end_inset
38632
38633
38634 \begin_inset Newline newline
38635 \end_inset
38636
38637 The date is not shown within LyX, only in the output.
38638  There are two other methods of inserting a date: Via menu 
38639 \family sans
38640 Insert\SpecialChar \menuseparator
38641 Date
38642 \family default
38643  and with the LaTeX command 
38644 \series bold
38645
38646 \backslash
38647 today
38648 \series default
38649  as TeX-Code.
38650  The different methods are compared in Table
38651 \begin_inset space ~
38652 \end_inset
38653
38654
38655 \begin_inset CommandInset ref
38656 LatexCommand ref
38657 reference "tab:Comparison-of-the"
38658
38659 \end_inset
38660
38661 .
38662 \end_layout
38663
38664 \begin_layout Description
38665 Dia This template supports diagrams created with the program 
38666 \series bold
38667
38668 \begin_inset CommandInset href
38669 LatexCommand href
38670 name "Dia"
38671 target "http://en.wikipedia.org/wiki/Dia_(software)"
38672
38673 \end_inset
38674
38675
38676 \series default
38677 .
38678 \end_layout
38679
38680 \begin_layout Description
38681 GnumericSpreadsheet With this template you can insert spreadsheets
38682 \begin_inset space \thinspace{}
38683 \end_inset
38684
38685 /
38686 \begin_inset space \thinspace{}
38687 \end_inset
38688
38689 tables in the format of 
38690 \series bold
38691
38692 \begin_inset CommandInset href
38693 LatexCommand href
38694 name "Gnumeric"
38695 target "http://en.wikipedia.org/wiki/Gnumeric"
38696
38697 \end_inset
38698
38699
38700 \series default
38701
38702 \begin_inset CommandInset href
38703 LatexCommand href
38704 name "OpenDocument"
38705 target "http://en.wikipedia.org/wiki/OpenDocument"
38706
38707 \end_inset
38708
38709
38710 \begin_inset CommandInset href
38711 LatexCommand href
38712 name "Microsoft Office XML"
38713 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38714
38715 \end_inset
38716
38717  and 
38718 \begin_inset CommandInset href
38719 LatexCommand href
38720 name "Office Open XML"
38721 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38722
38723 \end_inset
38724
38725 .
38726  For this feature LyX must have found the program 
38727 \family typewriter
38728 ssconvert
38729 \family default
38730  during its configuration.
38731  This program is part of Gnumeric, so that you must have Gnumeric installed,
38732  also if you don't have tables in the Gnumeric format.
38733  For examples and possible limitations have a look at LyX's example file
38734  
38735 \emph on
38736 spreadsheet.lyx
38737 \emph default
38738 .
38739 \end_layout
38740
38741 \begin_layout Description
38742 LilyPond This template is used for music notation typeset with the program
38743 \begin_inset Newline linebreak
38744 \end_inset
38745
38746
38747 \series bold
38748
38749 \begin_inset CommandInset href
38750 LatexCommand href
38751 name "LilyPond"
38752 target "http://en.wikipedia.org/wiki/LilyPond"
38753
38754 \end_inset
38755
38756
38757 \series default
38758 .
38759  For LyX's extended support for LilyPond have a look at LyX's example file
38760  
38761 \emph on
38762 lilypond.lyx
38763 \emph default
38764 .
38765 \end_layout
38766
38767 \begin_layout Description
38768 PDFPages With this template you can insert PDF documents to your document.
38769  To specify the range of pages that should be included, use the option 
38770 \series bold
38771 pages
38772 \series default
38773  in the 
38774 \family sans
38775 Option
38776 \family default
38777  field in the 
38778 \family sans
38779 LaTeX and LyX options
38780 \family default
38781  tab.
38782  The argument of this option is a comma separated list, containing page
38783  numbers (insert as option 
38784 \series bold
38785 pages={3,5,6,8}
38786 \series default
38787 ), ranges of page numbers (
38788 \series bold
38789 pages={4-9}
38790 \series default
38791 ) or any combination.
38792  To insert empty pages use {}.
38793  E.
38794 \begin_inset space \thinspace{}
38795 \end_inset
38796
38797 g.
38798 \begin_inset space ~
38799 \end_inset
38800
38801
38802 \series bold
38803 pages={3,{},8-11,15}
38804 \series default
38805  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38806  Page ranges are specified in the syntax 
38807 \emph on
38808 start
38809 \emph default
38810 -
38811 \emph on
38812 stop
38813 \emph default
38814 .
38815  This selects all pages from 
38816 \emph on
38817 start
38818 \emph default
38819  to 
38820 \emph on
38821 stop
38822 \emph default
38823 .
38824  Omitting 
38825 \emph on
38826 start
38827 \emph default
38828  defaults to the first page; omitting 
38829 \emph on
38830 stop
38831 \emph default
38832  defaults to the last page of the document.
38833  The last page can also be selected with the keyword 
38834 \series bold
38835 last
38836 \series default
38837 .
38838  (This is only permitted in a page range.) So 
38839 \series bold
38840 pages=-
38841 \series default
38842  will insert all pages of the document and 
38843 \series bold
38844 pages=last-1
38845 \series default
38846  will insert all pages in reverse order.
38847  If the pages option is not specified, only the first page of the PDF is
38848  inserted.
38849 \begin_inset Newline newline
38850 \end_inset
38851
38852 The option 
38853 \series bold
38854 noautoscale
38855 \series default
38856  inserts the pages with their original size, if this option is not given,
38857  the pages will be resized to fith the width of the page of your document.
38858  In the tab 
38859 \family sans
38860 Size and Rotation
38861 \family default
38862  you can specify the width and height of the input pages and their rotation.
38863  If another width than 100
38864 \begin_inset space \thinspace{}
38865 \end_inset
38866
38867 Scale% is used, the option 
38868 \series bold
38869 noautoscale
38870 \series default
38871  will be overwritten.
38872  For more info and possible options, have a look into the documentation
38873  of the LaTeX-package 
38874 \series bold
38875 pdfpages
38876 \series default
38877  
38878 \begin_inset CommandInset citation
38879 LatexCommand cite
38880 key "pdfpages"
38881
38882 \end_inset
38883
38884 .
38885 \begin_inset Index idx
38886 status collapsed
38887
38888 \begin_layout Plain Layout
38889 LaTeX-packages ! pdfpages
38890 \end_layout
38891
38892 \end_inset
38893
38894
38895 \begin_inset Newline newline
38896 \end_inset
38897
38898 To use this template in a 
38899 \family sans
38900 Beamer
38901 \family default
38902  presentation you need to first insert an 
38903 \family sans
38904 EndFrame
38905 \family default
38906  environment and in a subsequent paragraph a TeX-Code box containing the
38907  command 
38908 \series bold
38909
38910 \backslash
38911 setbeamertemplate{background canvas}{}
38912 \series default
38913 .
38914  Then you can insert as many paragraphs containing the PDFPages template
38915  as you wish.
38916  Behind the included PDF pages you can resume the Beamer presentation by
38917  beginning a new frame or by starting a new section.
38918  To avoid stray blank pages prior to the PDF pages, make sure to use the
38919  
38920 \family sans
38921 Default
38922 \family default
38923  alignment for the paragraph containing the template.
38924 \begin_inset Newline newline
38925 \end_inset
38926
38927 Here is an included PDF which is rotated by -5°: 
38928 \begin_inset External
38929         template PDFPages
38930         filename clipart/Abstract.pdf
38931         extra LaTeX "noautoscale, pages=-"
38932         rotateAngle -5
38933         rotateOrigin bottomleft
38934
38935 \end_inset
38936
38937
38938 \end_layout
38939
38940 \begin_layout Description
38941 RasterImage This can be used for bitmap images.
38942  The image can be treated in the 
38943 \family sans
38944 External material
38945 \family default
38946  dialog like the images that are usually included via the 
38947 \family sans
38948 Graphics
38949 \family default
38950  dialog as described in section
38951 \begin_inset space ~
38952 \end_inset
38953
38954
38955 \begin_inset CommandInset ref
38956 LatexCommand ref
38957 reference "sec:Graphics-Dialog"
38958
38959 \end_inset
38960
38961 .
38962  The difference to the normal image input is that only raster images are
38963  allowed; that means that PDF and EPS-images are not supported.
38964  Here is an inserted raster image: 
38965 \begin_inset External
38966         template RasterImage
38967         filename clipart/ToolbarEnvBox.png
38968
38969 \end_inset
38970
38971
38972 \end_layout
38973
38974 \begin_layout Description
38975 XFig This template supports images created with the program 
38976 \series bold
38977
38978 \begin_inset CommandInset href
38979 LatexCommand href
38980 name "Xfig"
38981 target "http://en.wikipedia.org/wiki/Xfig"
38982
38983 \end_inset
38984
38985
38986 \series default
38987 .
38988 \end_layout
38989
38990 \begin_layout Standard
38991 \begin_inset Float table
38992 placement !h
38993 wide false
38994 sideways false
38995 status open
38996
38997 \begin_layout Plain Layout
38998 \begin_inset Caption Standard
38999
39000 \begin_layout Plain Layout
39001 \begin_inset CommandInset label
39002 LatexCommand label
39003 name "tab:Comparison-of-the"
39004
39005 \end_inset
39006
39007 Comparison of the date input methods.
39008 \end_layout
39009
39010 \end_inset
39011
39012
39013 \end_layout
39014
39015 \begin_layout Plain Layout
39016 \align center
39017 \begin_inset Tabular
39018 <lyxtabular version="3" rows="4" columns="4">
39019 <features rotate="0" tabularvalignment="middle">
39020 <column alignment="center" valignment="top">
39021 <column alignment="center" valignment="top">
39022 <column alignment="center" valignment="top">
39023 <column alignment="center" valignment="top">
39024 <row>
39025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39026 \begin_inset Text
39027
39028 \begin_layout Plain Layout
39029 Document format
39030 \end_layout
39031
39032 \end_inset
39033 </cell>
39034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39035 \begin_inset Text
39036
39037 \begin_layout Plain Layout
39038
39039 \family sans
39040 External Material\SpecialChar \menuseparator
39041 Date
39042 \end_layout
39043
39044 \end_inset
39045 </cell>
39046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39047 \begin_inset Text
39048
39049 \begin_layout Plain Layout
39050
39051 \family sans
39052 Insert\SpecialChar \menuseparator
39053 Date
39054 \end_layout
39055
39056 \end_inset
39057 </cell>
39058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39059 \begin_inset Text
39060
39061 \begin_layout Plain Layout
39062 command 
39063 \series bold
39064
39065 \backslash
39066 today
39067 \end_layout
39068
39069 \end_inset
39070 </cell>
39071 </row>
39072 <row>
39073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39074 \begin_inset Text
39075
39076 \begin_layout Plain Layout
39077 LyX
39078 \end_layout
39079
39080 \end_inset
39081 </cell>
39082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39083 \begin_inset Text
39084
39085 \begin_layout Plain Layout
39086 as inset box
39087 \end_layout
39088
39089 \end_inset
39090 </cell>
39091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39092 \begin_inset Text
39093
39094 \begin_layout Plain Layout
39095 as date
39096 \end_layout
39097
39098 \end_inset
39099 </cell>
39100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39101 \begin_inset Text
39102
39103 \begin_layout Plain Layout
39104 as TeX-Code inset box
39105 \end_layout
39106
39107 \end_inset
39108 </cell>
39109 </row>
39110 <row>
39111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39112 \begin_inset Text
39113
39114 \begin_layout Plain Layout
39115 LaTeX
39116 \end_layout
39117
39118 \end_inset
39119 </cell>
39120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39121 \begin_inset Text
39122
39123 \begin_layout Plain Layout
39124 as date
39125 \end_layout
39126
39127 \end_inset
39128 </cell>
39129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39130 \begin_inset Text
39131
39132 \begin_layout Plain Layout
39133 as date
39134 \end_layout
39135
39136 \end_inset
39137 </cell>
39138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39139 \begin_inset Text
39140
39141 \begin_layout Plain Layout
39142 as command
39143 \end_layout
39144
39145 \end_inset
39146 </cell>
39147 </row>
39148 <row>
39149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39150 \begin_inset Text
39151
39152 \begin_layout Plain Layout
39153 DVI, PDF, PS
39154 \end_layout
39155
39156 \end_inset
39157 </cell>
39158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39159 \begin_inset Text
39160
39161 \begin_layout Plain Layout
39162 as date
39163 \end_layout
39164
39165 \end_inset
39166 </cell>
39167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39168 \begin_inset Text
39169
39170 \begin_layout Plain Layout
39171 as date
39172 \end_layout
39173
39174 \end_inset
39175 </cell>
39176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39177 \begin_inset Text
39178
39179 \begin_layout Plain Layout
39180 as date
39181 \end_layout
39182
39183 \end_inset
39184 </cell>
39185 </row>
39186 </lyxtabular>
39187
39188 \end_inset
39189
39190
39191 \end_layout
39192
39193 \end_inset
39194
39195
39196 \end_layout
39197
39198 \begin_layout Standard
39199 When you use the option 
39200 \family sans
39201 Draft
39202 \family default
39203  in the 
39204 \family sans
39205 File
39206 \family default
39207  tab of the 
39208 \family sans
39209 External Material
39210 \family default
39211  dialog, only the path to the inserted file is shown in the output.
39212 \begin_inset Newline newline
39213 \end_inset
39214
39215 External material is displayed in LyX either as a box like this: 
39216 \begin_inset Graphics
39217         filename clipart/ExternalMaterialQt4.png
39218         scale 85
39219         scaleBeforeRotation
39220
39221 \end_inset
39222
39223  or as image, depending on the option 
39224 \family sans
39225 Show in LyX
39226 \family default
39227  in the 
39228 \family sans
39229 LaTeX and LyX options
39230 \family default
39231  tab of the dialog.
39232 \end_layout
39233
39234 \begin_layout Standard
39235 The 
39236 \family sans
39237 \emph on
39238 Customization
39239 \family default
39240 \emph default
39241  manual explains how you can define your own templates.
39242 \end_layout
39243
39244 \begin_layout Section
39245 Child Documents
39246 \begin_inset CommandInset label
39247 LatexCommand label
39248 name "sec:Child-Documents"
39249
39250 \end_inset
39251
39252
39253 \begin_inset Index idx
39254 status collapsed
39255
39256 \begin_layout Plain Layout
39257 External Document Parts ! Child Documents
39258 \end_layout
39259
39260 \end_inset
39261
39262
39263 \begin_inset Index idx
39264 status collapsed
39265
39266 \begin_layout Plain Layout
39267 Files ! Include
39268 \end_layout
39269
39270 \end_inset
39271
39272
39273 \end_layout
39274
39275 \begin_layout Standard
39276 Child documents are used if you have a long document consisting of several
39277  larger parts or sections.
39278  For maintenance it is often useful and sometimes even required to split
39279  the document into several files that can be revised separately.
39280  The different documents are then the so called 
39281 \begin_inset Quotes eld
39282 \end_inset
39283
39284 child documents
39285 \begin_inset Quotes erd
39286 \end_inset
39287
39288 , and a master document connects them to print the full document or parts
39289  of it.
39290  A child document inherits elements from its master, for example the LaTeX
39291  preamble, the bibliography, and labels for cross-references.
39292 \end_layout
39293
39294 \begin_layout Standard
39295 To be able to work on child documents without the need to open their master,
39296  specify in the child document the master in the menu
39297 \family sans
39298  Document\SpecialChar \menuseparator
39299 Settings\SpecialChar \menuseparator
39300 Document
39301 \begin_inset space ~
39302 \end_inset
39303
39304 Class
39305 \family default
39306 .
39307  This master document will then be used in the background by LyX when you
39308  edit the child document.
39309 \end_layout
39310
39311 \begin_layout Standard
39312 Included documents are displayed in LyX as a box like this: 
39313 \begin_inset Graphics
39314         filename clipart/ChildDocumentQt4.png
39315         scale 85
39316         scaleBeforeRotation
39317
39318 \end_inset
39319
39320  To include child documents in a master document use the menu 
39321 \family sans
39322 Insert\SpecialChar \menuseparator
39323 File\SpecialChar \menuseparator
39324 Child
39325 \begin_inset space ~
39326 \end_inset
39327
39328 Documents
39329 \family default
39330 .
39331  A dialog pops up where you can choose between four include methods:
39332 \end_layout
39333
39334 \begin_layout Description
39335 Include You can include LyX- and LaTeX-documents.
39336  When you press the 
39337 \family sans
39338 Edit
39339 \family default
39340  button in the 
39341 \family sans
39342 Child Document
39343 \family default
39344  dialog, the included document will be opened in LyX in a new file tab so
39345  that you can modify it.
39346 \begin_inset Newline newline
39347 \end_inset
39348
39349
39350 \end_layout
39351
39352 \begin_layout Standard
39353 Here is a child document inserted using 
39354 \family sans
39355 Include
39356 \family default
39357
39358 \begin_inset CommandInset include
39359 LatexCommand include
39360 filename "DummyDocument1.lyx"
39361
39362 \end_inset
39363
39364
39365 \end_layout
39366
39367 \begin_layout Standard
39368 The section numbering includes the sections of the included files in the
39369  order they are inserted in the master document.
39370  The included example document has for example a subsection that is numbered
39371  as a subsection of this section.
39372  Labels of included documents can be referenced: Subsection
39373 \begin_inset space ~
39374 \end_inset
39375
39376
39377 \begin_inset CommandInset ref
39378 LatexCommand ref
39379 reference "sub:External-Subsection-1"
39380
39381 \end_inset
39382
39383 .
39384 \end_layout
39385
39386 \begin_layout Standard
39387 The preamble of the child document is ignored; only the preamble of the
39388  master document is used.
39389  Branches in child documents will be ignored by the master document when
39390  the master document does not have a branch with the same name.
39391  Included documents are inserted starting on a new page and ending with
39392  a page break.
39393 \end_layout
39394
39395 \begin_layout Standard
39396 \begin_inset Note Greyedout
39397 status open
39398
39399 \begin_layout Plain Layout
39400
39401 \series bold
39402 Note:
39403 \series default
39404  If you have included a LyX- or LaTeX-file, you are warned when you export/view
39405  the document in case the child document uses another document class than
39406  the master document as this will lead to unexpected outputs.
39407 \end_layout
39408
39409 \end_inset
39410
39411
39412 \end_layout
39413
39414 \begin_layout Description
39415 Input This method is very similar to the Include method.
39416  The differences are:
39417 \end_layout
39418
39419 \begin_deeper
39420 \begin_layout Itemize
39421 Input files don't start with a new page and don't end with a page break.
39422 \end_layout
39423
39424 \begin_layout Itemize
39425 Input files can be previewed in LyX when 
39426 \family sans
39427 Instant
39428 \begin_inset space ~
39429 \end_inset
39430
39431 Preview
39432 \family default
39433  is enabled in LyX's preferences under 
39434 \family sans
39435 Look
39436 \begin_inset space ~
39437 \end_inset
39438
39439 and
39440 \begin_inset space ~
39441 \end_inset
39442
39443 feel\SpecialChar \menuseparator
39444 Graphics
39445 \family default
39446 .
39447 \end_layout
39448
39449 \begin_layout Itemize
39450 You cannot exclude Input files via the menu 
39451 \family sans
39452 Document\SpecialChar \menuseparator
39453 Settings\SpecialChar \menuseparator
39454 Child Documents
39455 \family default
39456 .
39457 \end_layout
39458
39459 \end_deeper
39460 \begin_layout Standard
39461 Here is a child document inserted using 
39462 \family sans
39463 Input
39464 \family default
39465
39466 \begin_inset CommandInset include
39467 LatexCommand input
39468 filename "DummyDocument2.lyx"
39469
39470 \end_inset
39471
39472
39473 \end_layout
39474
39475 \begin_layout Description
39476 Verbatim With this method any text file can be included.
39477  The file is shown in the output with its source code; no command used in
39478  the text is invoked.
39479  You can use the option 
39480 \family sans
39481 Mark spaces in output
39482 \family default
39483  that displays the character 
39484 \begin_inset Quotes eld
39485 \end_inset
39486
39487
39488 \begin_inset ERT
39489 status collapsed
39490
39491 \begin_layout Plain Layout
39492
39493
39494 \backslash
39495 textvisiblespace 
39496 \end_layout
39497
39498 \end_inset
39499
39500
39501 \begin_inset Quotes erd
39502 \end_inset
39503
39504  for every space character in the source code.
39505  The difference from the method via the menu 
39506 \family sans
39507 Insert\SpecialChar \menuseparator
39508 File\SpecialChar \menuseparator
39509 Plain
39510 \begin_inset space ~
39511 \end_inset
39512
39513 Text
39514 \family default
39515  is that the document content is not shown in LyX.
39516 \end_layout
39517
39518 \begin_layout Standard
39519 Here is a child document inserted as Verbatim: 
39520 \begin_inset CommandInset include
39521 LatexCommand verbatiminput
39522 filename "DummyTextDocument.txt"
39523
39524 \end_inset
39525
39526
39527 \begin_inset VSpace bigskip
39528 \end_inset
39529
39530  Here is a child document inserted as Verbatim using the 
39531 \family sans
39532 Mark spaces in output
39533 \family default
39534  option: 
39535 \begin_inset CommandInset include
39536 LatexCommand verbatiminput*
39537 filename "DummyTextDocument.txt"
39538
39539 \end_inset
39540
39541
39542 \end_layout
39543
39544 \begin_layout Standard
39545 \begin_inset VSpace bigskip
39546 \end_inset
39547
39548
39549 \end_layout
39550
39551 \begin_layout Standard
39552 \begin_inset Note Greyedout
39553 status open
39554
39555 \begin_layout Plain Layout
39556
39557 \series bold
39558 Note:
39559 \series default
39560  As you can see in the examples above, the text of the documents included
39561  as 
39562 \family sans
39563 verbatim
39564 \family default
39565  is not broken at the end of the document lines.
39566 \end_layout
39567
39568 \end_inset
39569
39570
39571 \end_layout
39572
39573 \begin_layout Description
39574 Listings This type is described in chapter
39575 \begin_inset space ~
39576 \end_inset
39577
39578
39579 \begin_inset CommandInset ref
39580 LatexCommand ref
39581 reference "cha:Program-Code-Listings"
39582
39583 \end_inset
39584
39585 .
39586 \end_layout
39587
39588 \begin_layout Standard
39589 \begin_inset Note Greyedout
39590 status open
39591
39592 \begin_layout Plain Layout
39593
39594 \series bold
39595 Note:
39596 \series default
39597  Including the same document twice in a document using different methods
39598  could cause LaTeX-problems.
39599 \end_layout
39600
39601 \end_inset
39602
39603
39604 \end_layout
39605
39606 \begin_layout Standard
39607 If you want to view/export only selected children of your master document,
39608  either because you want to save compiling time or because you want to distribut
39609 e single chapters of the book you are just writing, you can exclude children
39610  from the output.
39611  This is done via the menu 
39612 \family sans
39613 Document\SpecialChar \menuseparator
39614 Settings\SpecialChar \menuseparator
39615 Child Documents
39616 \family default
39617 .
39618  You can exclude\SpecialChar \slash{}
39619 include children by double-clicking on the 
39620 \family sans
39621 include to output
39622 \family default
39623  column of the respective child document in the list (note that this only
39624  works for documents embedded via 
39625 \begin_inset Quotes eld
39626 \end_inset
39627
39628 Include
39629 \begin_inset Quotes erd
39630 \end_inset
39631
39632 , not with 
39633 \begin_inset Quotes eld
39634 \end_inset
39635
39636 Input
39637 \begin_inset Quotes erd
39638 \end_inset
39639
39640 ).
39641  If the option 
39642 \family sans
39643 Maintain counters and references
39644 \family default
39645  is enabled, LyX will assure that all page numbers, references etc.
39646 \begin_inset space ~
39647 \end_inset
39648
39649 are correct as if the whole document was processed.
39650  This is useful if you want the selected sub-documents to look exactly as
39651  in the context of the whole document.
39652  However, LyX needs to process the whole document in the background for
39653  this feature.
39654  So if you want to save compile time and if counters and references do not
39655  need to be correct, disable this checkbox.
39656 \end_layout
39657
39658 \begin_layout Standard
39659 Alternatively, you can put each included file into a branch.
39660 \begin_inset Foot
39661 status collapsed
39662
39663 \begin_layout Plain Layout
39664 Branches are described in section 
39665 \emph on
39666 Branches
39667 \emph default
39668  of the LyX 
39669 \emph on
39670 Userguide
39671 \emph default
39672 .
39673 \end_layout
39674
39675 \end_inset
39676
39677  By enabling\SpecialChar \slash{}
39678 disabling branches you can decide which included files will
39679  appear in the output.
39680  This has the advantage that it also works with Input'ed sub-documents.
39681  However, counters and references will not be maintained with this approach.
39682 \end_layout
39683
39684 \begin_layout Chapter
39685 Program Code Listings
39686 \begin_inset CommandInset label
39687 LatexCommand label
39688 name "cha:Program-Code-Listings"
39689
39690 \end_inset
39691
39692
39693 \begin_inset Index idx
39694 status collapsed
39695
39696 \begin_layout Plain Layout
39697 Listings
39698 \end_layout
39699
39700 \end_inset
39701
39702
39703 \begin_inset Index idx
39704 status collapsed
39705
39706 \begin_layout Plain Layout
39707 Program Code
39708 \end_layout
39709
39710 \end_inset
39711
39712
39713 \begin_inset Index idx
39714 status collapsed
39715
39716 \begin_layout Plain Layout
39717 Floats ! Listings
39718 \end_layout
39719
39720 \end_inset
39721
39722
39723 \end_layout
39724
39725 \begin_layout Standard
39726 To include and typeset program code you can use the 
39727 \family sans
39728 Listings
39729 \family default
39730  inset that can be inserted via the menu 
39731 \family sans
39732 Insert\SpecialChar \menuseparator
39733 Program Listing
39734 \family default
39735 .
39736  The LaTeX-package 
39737 \series bold
39738 listings
39739 \series default
39740
39741 \begin_inset Index idx
39742 status collapsed
39743
39744 \begin_layout Plain Layout
39745 LaTeX-packages ! listings
39746 \end_layout
39747
39748 \end_inset
39749
39750  provides a powerful and flexible way to insert program source code into
39751  your document.
39752 \end_layout
39753
39754 \begin_layout Standard
39755 Right-clicking on a listings inset opens the context menu containing where
39756  you can set the listings format.
39757 \end_layout
39758
39759 \begin_layout Standard
39760 By default, a listing starts a new paragraph in the output.
39761  The placement option 
39762 \family sans
39763 Inline
39764 \begin_inset space ~
39765 \end_inset
39766
39767 listing
39768 \family default
39769  prints the listing inline like this: 
39770 \begin_inset listings
39771 lstparams "language={C++}"
39772 inline true
39773 status open
39774
39775 \begin_layout Plain Layout
39776
39777 int a=5;
39778 \end_layout
39779
39780 \end_inset
39781
39782
39783 \begin_inset Newline newline
39784 \end_inset
39785
39786 The option 
39787 \family sans
39788 Float
39789 \family default
39790  creates a listings float where you can specify the placement options 
39791 \begin_inset Quotes eld
39792 \end_inset
39793
39794
39795 \family sans
39796 h
39797 \family default
39798
39799 \begin_inset Quotes erd
39800 \end_inset
39801
39802
39803 \begin_inset Quotes eld
39804 \end_inset
39805
39806
39807 \family sans
39808 t
39809 \family default
39810
39811 \begin_inset Quotes erd
39812 \end_inset
39813
39814
39815 \begin_inset Quotes eld
39816 \end_inset
39817
39818
39819 \family sans
39820 b
39821 \family default
39822
39823 \begin_inset Quotes erd
39824 \end_inset
39825
39826 , and 
39827 \begin_inset Quotes eld
39828 \end_inset
39829
39830
39831 \family sans
39832 p
39833 \family default
39834
39835 \begin_inset Quotes erd
39836 \end_inset
39837
39838  corresponding to the float placement options described in section
39839 \begin_inset space ~
39840 \end_inset
39841
39842
39843 \begin_inset CommandInset ref
39844 LatexCommand ref
39845 reference "sec:Float-Placement"
39846
39847 \end_inset
39848
39849 .
39850  The placement options can be mixed and are inserted without any separation,
39851  e.
39852 \begin_inset space \thinspace{}
39853 \end_inset
39854
39855 g.
39856 \begin_inset space \space{}
39857 \end_inset
39858
39859
39860 \begin_inset Quotes eld
39861 \end_inset
39862
39863
39864 \family sans
39865 htbp
39866 \family default
39867
39868 \begin_inset Quotes erd
39869 \end_inset
39870
39871 .
39872  The option 
39873 \begin_inset Quotes eld
39874 \end_inset
39875
39876 h
39877 \begin_inset Quotes erd
39878 \end_inset
39879
39880  has sometimes no effect, but you don't need to use the 
39881 \family sans
39882 Float
39883 \family default
39884  option in this case as also non-float listings can have captions and be
39885  referenced.
39886 \end_layout
39887
39888 \begin_layout Standard
39889 You can add captions to listings with the menu 
39890 \family sans
39891 Insert\SpecialChar \menuseparator
39892 Caption
39893 \family default
39894 .
39895  Listings can be referenced like floats: Listing
39896 \begin_inset space ~
39897 \end_inset
39898
39899
39900 \begin_inset CommandInset ref
39901 LatexCommand ref
39902 reference "lst:Example-Listing"
39903
39904 \end_inset
39905
39906 .
39907  A list of listings which contains all listings with captions can be created
39908  via the menu 
39909 \family sans
39910 Insert\SpecialChar \menuseparator
39911 List
39912 \begin_inset space ~
39913 \end_inset
39914
39915 /
39916 \begin_inset space ~
39917 \end_inset
39918
39919 TOC\SpecialChar \menuseparator
39920 List of Listings
39921 \family default
39922 .
39923  The list entries are the listing caption and the listing number.
39924 \end_layout
39925
39926 \begin_layout Standard
39927 \begin_inset listings
39928 lstparams "language=Python"
39929 inline false
39930 status open
39931
39932 \begin_layout Plain Layout
39933
39934 \begin_inset Caption Standard
39935
39936 \begin_layout Plain Layout
39937 \begin_inset CommandInset label
39938 LatexCommand label
39939 name "lst:Example-Listing"
39940
39941 \end_inset
39942
39943 Example Listing float
39944 \end_layout
39945
39946 \end_inset
39947
39948 # Example listing float
39949 \end_layout
39950
39951 \begin_layout Plain Layout
39952
39953 def func(param):
39954 \end_layout
39955
39956 \begin_layout Plain Layout
39957
39958     'this is a python function'
39959 \end_layout
39960
39961 \begin_layout Plain Layout
39962
39963     pass
39964 \end_layout
39965
39966 \end_inset
39967
39968
39969 \end_layout
39970
39971 \begin_layout Standard
39972 When you have set a programming language in the listings dialog, the keywords
39973  of this language will be recognized and specially typeset in the output.
39974  In the example listings the Python keyword 
39975 \begin_inset Quotes eld
39976 \end_inset
39977
39978 def
39979 \begin_inset Quotes erd
39980 \end_inset
39981
39982  is recognized and printed bold in the output.
39983 \end_layout
39984
39985 \begin_layout Standard
39986 \begin_inset Note Greyedout
39987 status open
39988
39989 \begin_layout Plain Layout
39990
39991 \series bold
39992 Note:
39993 \series default
39994  If you don't get bold keywords when using typewriter fonts, your 
39995 \family typewriter
39996 typewriter
39997 \family default
39998  font probably doesn't provide a bold shape.
39999  In this case select a different one in the menu 
40000 \family sans
40001 Document\SpecialChar \menuseparator
40002 Settings\SpecialChar \menuseparator
40003 Fonts
40004 \family default
40005 .
40006  (The fonts 
40007 \emph on
40008 LuxiMono, BeraMono
40009 \emph default
40010  and 
40011 \emph on
40012 Courier
40013 \emph default
40014  provide bold shapes.)
40015 \end_layout
40016
40017 \end_inset
40018
40019
40020 \end_layout
40021
40022 \begin_layout Standard
40023 In section 
40024 \family sans
40025 Line
40026 \begin_inset space ~
40027 \end_inset
40028
40029 numbering
40030 \family default
40031  of the listings dialog you can specify the line numbering style.
40032  You can insert a number to specify which lines are numbered in the field
40033  
40034 \family sans
40035 Step
40036 \family default
40037 .
40038  When you insert e.
40039 \begin_inset space \thinspace{}
40040 \end_inset
40041
40042 g.
40043 \begin_inset space \space{}
40044 \end_inset
40045
40046
40047 \begin_inset Quotes eld
40048 \end_inset
40049
40050 3
40051 \begin_inset Quotes erd
40052 \end_inset
40053
40054 , only every 3rd line will be numbered.
40055 \end_layout
40056
40057 \begin_layout Standard
40058 You can furthermore specify a range of lines; only these will then appear
40059  in the output.
40060  The option 
40061 \family sans
40062 Extended character table
40063 \family default
40064  should be used when you use national characters like the German umlauts
40065  in the listing.
40066 \begin_inset Newline newline
40067 \end_inset
40068
40069 Here is an example listing with left line numbering, step 
40070 \begin_inset Quotes eld
40071 \end_inset
40072
40073 3
40074 \begin_inset Quotes erd
40075 \end_inset
40076
40077 , language 
40078 \begin_inset Quotes eld
40079 \end_inset
40080
40081 Python
40082 \begin_inset Quotes erd
40083 \end_inset
40084
40085 , options 
40086 \begin_inset Quotes eld
40087 \end_inset
40088
40089 Extended character table
40090 \begin_inset Quotes erd
40091 \end_inset
40092
40093  and 
40094 \begin_inset Quotes eld
40095 \end_inset
40096
40097 Space
40098 \begin_inset space ~
40099 \end_inset
40100
40101 as
40102 \begin_inset space ~
40103 \end_inset
40104
40105 symbol
40106 \begin_inset Quotes erd
40107 \end_inset
40108
40109 , range lines 3
40110 \begin_inset space \thinspace{}
40111 \end_inset
40112
40113 -
40114 \begin_inset space \thinspace{}
40115 \end_inset
40116
40117 8:
40118 \end_layout
40119
40120 \begin_layout Standard
40121 \begin_inset listings
40122 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40123 inline false
40124 status open
40125
40126 \begin_layout Plain Layout
40127
40128 def func(param):
40129 \end_layout
40130
40131 \begin_layout Plain Layout
40132
40133     'this is a python function'
40134 \end_layout
40135
40136 \begin_layout Plain Layout
40137
40138     pass
40139 \end_layout
40140
40141 \begin_layout Plain Layout
40142
40143 def func(param):
40144 \end_layout
40145
40146 \begin_layout Plain Layout
40147
40148 'This is a German word: Tschüß'
40149 \end_layout
40150
40151 \begin_layout Plain Layout
40152
40153 pass
40154 \end_layout
40155
40156 \begin_layout Plain Layout
40157
40158 def func(param):
40159 \end_layout
40160
40161 \begin_layout Plain Layout
40162
40163 'this is a python function'
40164 \end_layout
40165
40166 \begin_layout Plain Layout
40167
40168 pass
40169 \end_layout
40170
40171 \end_inset
40172
40173
40174 \end_layout
40175
40176 \begin_layout Standard
40177 When you have tabulators in your listing, you can specify the number of
40178  characters that are spanned by a tabulator in the field 
40179 \family sans
40180 Tabulator
40181 \begin_inset space ~
40182 \end_inset
40183
40184 size
40185 \family default
40186 .
40187 \end_layout
40188
40189 \begin_layout Standard
40190 \begin_inset Note Greyedout
40191 status open
40192
40193 \begin_layout Plain Layout
40194
40195 \series bold
40196 Note:
40197 \series default
40198  Due to a bug in the 
40199 \series bold
40200 listings
40201 \series default
40202  package the line numbering is shifted by a line by every previous listing.
40203  That's the reason why the lines 2 and 5 are numbered in the above listing
40204  and not the lines 3 and 6.
40205 \end_layout
40206
40207 \end_inset
40208
40209
40210 \end_layout
40211
40212 \begin_layout Standard
40213 \begin_inset VSpace bigskip
40214 \end_inset
40215
40216
40217 \end_layout
40218
40219 \begin_layout Standard
40220 It is also possible to print lines from a file as listing.
40221  To do this, use the menu 
40222 \family sans
40223 Insert\SpecialChar \menuseparator
40224 File\SpecialChar \menuseparator
40225 Child Document
40226 \family default
40227  and choose the type 
40228 \family sans
40229 Listings
40230 \family default
40231 .
40232 \begin_inset Foot
40233 status collapsed
40234
40235 \begin_layout Plain Layout
40236 The other child document types are described in section
40237 \begin_inset space ~
40238 \end_inset
40239
40240
40241 \begin_inset CommandInset ref
40242 LatexCommand ref
40243 reference "sec:Child-Documents"
40244
40245 \end_inset
40246
40247 .
40248 \end_layout
40249
40250 \end_inset
40251
40252  In the child document dialog you can specify the listing parameters in
40253  a text box.
40254  To show a list of all available parameters, type in a question mark 
40255 \begin_inset Quotes eld
40256 \end_inset
40257
40258 ?
40259 \begin_inset Quotes erd
40260 \end_inset
40261
40262  in the text box.
40263 \end_layout
40264
40265 \begin_layout Standard
40266 To reference child document listings, write a label text into the corresponding
40267  field of the child document dialog.
40268  The label can then be referenced using the menu 
40269 \family sans
40270 Insert\SpecialChar \menuseparator
40271 Cross-Reference
40272 \family default
40273 .
40274 \end_layout
40275
40276 \begin_layout Standard
40277 Listing
40278 \begin_inset space ~
40279 \end_inset
40280
40281
40282 \begin_inset CommandInset ref
40283 LatexCommand ref
40284 reference "lst:file-listing"
40285
40286 \end_inset
40287
40288  is an example for a listing of a file; there the lines 10
40289 \begin_inset space \thinspace{}
40290 \end_inset
40291
40292 -
40293 \begin_inset space \thinspace{}
40294 \end_inset
40295
40296 15 of this LyX file are listed.
40297 \end_layout
40298
40299 \begin_layout Standard
40300 \begin_inset CommandInset include
40301 LatexCommand lstinputlisting
40302 filename "EmbeddedObjects.lyx"
40303 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
40304
40305 \end_inset
40306
40307
40308 \end_layout
40309
40310 \begin_layout Standard
40311 \begin_inset VSpace bigskip
40312 \end_inset
40313
40314
40315 \end_layout
40316
40317 \begin_layout Standard
40318 Inserting a formula into a listing can be done the following way:
40319 \end_layout
40320
40321 \begin_layout Enumerate
40322 Open the listings dialog and add
40323 \begin_inset Newline newline
40324 \end_inset
40325
40326
40327 \family sans
40328 mathescape=true
40329 \family default
40330
40331 \begin_inset Newline newline
40332 \end_inset
40333
40334 to the field of the 
40335 \family sans
40336 Advanced
40337 \family default
40338  tab.
40339 \end_layout
40340
40341 \begin_layout Enumerate
40342 Create a formula outside the listing
40343 \end_layout
40344
40345 \begin_layout Enumerate
40346 Copy the content of the formula (not the formula inset) to the clipboard
40347  (shortcut 
40348 \begin_inset Info
40349 type  "shortcut"
40350 arg   "copy"
40351 \end_inset
40352
40353 )
40354 \end_layout
40355
40356 \begin_layout Enumerate
40357 In the listing write 
40358 \begin_inset Quotes eld
40359 \end_inset
40360
40361
40362 \family sans
40363 $$
40364 \family default
40365
40366 \begin_inset Quotes erd
40367 \end_inset
40368
40369  and copy from the clipboard between the dollar-signs (shortcut 
40370 \begin_inset Info
40371 type  "shortcut"
40372 arg   "paste"
40373 \end_inset
40374
40375 )
40376 \end_layout
40377
40378 \begin_layout Standard
40379 \begin_inset listings
40380 lstparams "language=Python,mathescape=true"
40381 inline false
40382 status open
40383
40384 \begin_layout Plain Layout
40385
40386 \begin_inset Caption Standard
40387
40388 \begin_layout Plain Layout
40389 Example Listing float containing a formula
40390 \end_layout
40391
40392 \end_inset
40393
40394 # Example listing float
40395 \end_layout
40396
40397 \begin_layout Plain Layout
40398
40399 def func(param):
40400 \end_layout
40401
40402 \begin_layout Plain Layout
40403
40404     # $
40405 \backslash
40406 prod_{n=1}^{
40407 \backslash
40408 infty}
40409 \backslash
40410 ,
40411 \backslash
40412 frac{1}{x^{2}}$
40413 \end_layout
40414
40415 \begin_layout Plain Layout
40416
40417     pass
40418 \end_layout
40419
40420 \end_inset
40421
40422
40423 \end_layout
40424
40425 \begin_layout Standard
40426 \begin_inset VSpace bigskip
40427 \end_inset
40428
40429
40430 \end_layout
40431
40432 \begin_layout Standard
40433 Global listings settings can be set in the 
40434 \family sans
40435 Document\SpecialChar \menuseparator
40436 Settings\SpecialChar \menuseparator
40437 Listings
40438 \family default
40439  dialog.
40440  To get there a list of available options, type in a question mark 
40441 \begin_inset Quotes eld
40442 \end_inset
40443
40444 ?
40445 \begin_inset Quotes erd
40446 \end_inset
40447
40448 .
40449 \end_layout
40450
40451 \begin_layout Standard
40452 For more information about the 
40453 \series bold
40454 listings
40455 \series default
40456  package, we refer to its documentation 
40457 \begin_inset CommandInset citation
40458 LatexCommand cite
40459 key "listings"
40460
40461 \end_inset
40462
40463 .
40464 \end_layout
40465
40466 \begin_layout Standard
40467 \begin_inset Newpage newpage
40468 \end_inset
40469
40470
40471 \end_layout
40472
40473 \begin_layout Chapter
40474 \start_of_appendix
40475 Units available in LyX
40476 \begin_inset Index idx
40477 status collapsed
40478
40479 \begin_layout Plain Layout
40480 Units
40481 \end_layout
40482
40483 \end_inset
40484
40485
40486 \begin_inset CommandInset label
40487 LatexCommand label
40488 name "cha:Units-available-in"
40489
40490 \end_inset
40491
40492
40493 \end_layout
40494
40495 \begin_layout Standard
40496 To understand the units described in this documentation, Table
40497 \begin_inset space ~
40498 \end_inset
40499
40500
40501 \begin_inset CommandInset ref
40502 LatexCommand ref
40503 reference "tab:Units"
40504
40505 \end_inset
40506
40507  explains all units available in LyX.
40508 \end_layout
40509
40510 \begin_layout Standard
40511 \begin_inset Float table
40512 placement h
40513 wide false
40514 sideways false
40515 status open
40516
40517 \begin_layout Plain Layout
40518 \begin_inset Caption Standard
40519
40520 \begin_layout Plain Layout
40521 \begin_inset CommandInset label
40522 LatexCommand label
40523 name "tab:Units"
40524
40525 \end_inset
40526
40527 Units
40528 \end_layout
40529
40530 \end_inset
40531
40532
40533 \end_layout
40534
40535 \begin_layout Plain Layout
40536 \begin_inset VSpace medskip
40537 \end_inset
40538
40539
40540 \end_layout
40541
40542 \begin_layout Plain Layout
40543 \align center
40544 \begin_inset Tabular
40545 <lyxtabular version="3" rows="20" columns="2">
40546 <features rotate="0" tabularvalignment="middle">
40547 <column alignment="center" valignment="top">
40548 <column alignment="center" valignment="top">
40549 <row>
40550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40551 \begin_inset Text
40552
40553 \begin_layout Plain Layout
40554 unit
40555 \end_layout
40556
40557 \end_inset
40558 </cell>
40559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40560 \begin_inset Text
40561
40562 \begin_layout Plain Layout
40563 name/description
40564 \end_layout
40565
40566 \end_inset
40567 </cell>
40568 </row>
40569 <row>
40570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40571 \begin_inset Text
40572
40573 \begin_layout Plain Layout
40574 mm
40575 \end_layout
40576
40577 \end_inset
40578 </cell>
40579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40580 \begin_inset Text
40581
40582 \begin_layout Plain Layout
40583 millimeter
40584 \end_layout
40585
40586 \end_inset
40587 </cell>
40588 </row>
40589 <row>
40590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40591 \begin_inset Text
40592
40593 \begin_layout Plain Layout
40594 cm
40595 \end_layout
40596
40597 \end_inset
40598 </cell>
40599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40600 \begin_inset Text
40601
40602 \begin_layout Plain Layout
40603 centimeter
40604 \end_layout
40605
40606 \end_inset
40607 </cell>
40608 </row>
40609 <row>
40610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40611 \begin_inset Text
40612
40613 \begin_layout Plain Layout
40614 in
40615 \end_layout
40616
40617 \end_inset
40618 </cell>
40619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40620 \begin_inset Text
40621
40622 \begin_layout Plain Layout
40623 inch
40624 \end_layout
40625
40626 \end_inset
40627 </cell>
40628 </row>
40629 <row>
40630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40631 \begin_inset Text
40632
40633 \begin_layout Plain Layout
40634 pt
40635 \end_layout
40636
40637 \end_inset
40638 </cell>
40639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40640 \begin_inset Text
40641
40642 \begin_layout Plain Layout
40643 point (72.27
40644 \begin_inset space \thinspace{}
40645 \end_inset
40646
40647 pt = 1
40648 \begin_inset space \thinspace{}
40649 \end_inset
40650
40651 in)
40652 \end_layout
40653
40654 \end_inset
40655 </cell>
40656 </row>
40657 <row>
40658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40659 \begin_inset Text
40660
40661 \begin_layout Plain Layout
40662 pc
40663 \end_layout
40664
40665 \end_inset
40666 </cell>
40667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40668 \begin_inset Text
40669
40670 \begin_layout Plain Layout
40671 pica (1
40672 \begin_inset space \thinspace{}
40673 \end_inset
40674
40675 pc = 12
40676 \begin_inset space \thinspace{}
40677 \end_inset
40678
40679 pt)
40680 \end_layout
40681
40682 \end_inset
40683 </cell>
40684 </row>
40685 <row>
40686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40687 \begin_inset Text
40688
40689 \begin_layout Plain Layout
40690 sp
40691 \end_layout
40692
40693 \end_inset
40694 </cell>
40695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40696 \begin_inset Text
40697
40698 \begin_layout Plain Layout
40699 scaled point (65536
40700 \begin_inset space \thinspace{}
40701 \end_inset
40702
40703 sp = 1
40704 \begin_inset space \thinspace{}
40705 \end_inset
40706
40707 pt)
40708 \end_layout
40709
40710 \end_inset
40711 </cell>
40712 </row>
40713 <row>
40714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40715 \begin_inset Text
40716
40717 \begin_layout Plain Layout
40718 bp
40719 \end_layout
40720
40721 \end_inset
40722 </cell>
40723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40724 \begin_inset Text
40725
40726 \begin_layout Plain Layout
40727 big point (72
40728 \begin_inset space \thinspace{}
40729 \end_inset
40730
40731 bp = 1
40732 \begin_inset space \thinspace{}
40733 \end_inset
40734
40735 in)
40736 \end_layout
40737
40738 \end_inset
40739 </cell>
40740 </row>
40741 <row>
40742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40743 \begin_inset Text
40744
40745 \begin_layout Plain Layout
40746 dd
40747 \end_layout
40748
40749 \end_inset
40750 </cell>
40751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40752 \begin_inset Text
40753
40754 \begin_layout Plain Layout
40755 didot (1
40756 \begin_inset space \thinspace{}
40757 \end_inset
40758
40759 dd 
40760 \begin_inset Formula $\approx$
40761 \end_inset
40762
40763  0.376
40764 \begin_inset space \thinspace{}
40765 \end_inset
40766
40767 mm)
40768 \end_layout
40769
40770 \end_inset
40771 </cell>
40772 </row>
40773 <row>
40774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40775 \begin_inset Text
40776
40777 \begin_layout Plain Layout
40778 cc
40779 \end_layout
40780
40781 \end_inset
40782 </cell>
40783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40784 \begin_inset Text
40785
40786 \begin_layout Plain Layout
40787 cicero (1
40788 \begin_inset space \thinspace{}
40789 \end_inset
40790
40791 cc = 12
40792 \begin_inset space \thinspace{}
40793 \end_inset
40794
40795 dd)
40796 \end_layout
40797
40798 \end_inset
40799 </cell>
40800 </row>
40801 <row>
40802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40803 \begin_inset Text
40804
40805 \begin_layout Plain Layout
40806 Scale%
40807 \end_layout
40808
40809 \end_inset
40810 </cell>
40811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40812 \begin_inset Text
40813
40814 \begin_layout Plain Layout
40815 % of original image width
40816 \end_layout
40817
40818 \end_inset
40819 </cell>
40820 </row>
40821 <row>
40822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40823 \begin_inset Text
40824
40825 \begin_layout Plain Layout
40826 text%
40827 \end_layout
40828
40829 \end_inset
40830 </cell>
40831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40832 \begin_inset Text
40833
40834 \begin_layout Plain Layout
40835 % of text width
40836 \end_layout
40837
40838 \end_inset
40839 </cell>
40840 </row>
40841 <row>
40842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40843 \begin_inset Text
40844
40845 \begin_layout Plain Layout
40846 col%
40847 \end_layout
40848
40849 \end_inset
40850 </cell>
40851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40852 \begin_inset Text
40853
40854 \begin_layout Plain Layout
40855 % of column width
40856 \end_layout
40857
40858 \end_inset
40859 </cell>
40860 </row>
40861 <row>
40862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40863 \begin_inset Text
40864
40865 \begin_layout Plain Layout
40866 page%
40867 \end_layout
40868
40869 \end_inset
40870 </cell>
40871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40872 \begin_inset Text
40873
40874 \begin_layout Plain Layout
40875 % of paper width
40876 \end_layout
40877
40878 \end_inset
40879 </cell>
40880 </row>
40881 <row>
40882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40883 \begin_inset Text
40884
40885 \begin_layout Plain Layout
40886 line%
40887 \end_layout
40888
40889 \end_inset
40890 </cell>
40891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40892 \begin_inset Text
40893
40894 \begin_layout Plain Layout
40895 % of line width
40896 \end_layout
40897
40898 \end_inset
40899 </cell>
40900 </row>
40901 <row>
40902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40903 \begin_inset Text
40904
40905 \begin_layout Plain Layout
40906 theight%
40907 \end_layout
40908
40909 \end_inset
40910 </cell>
40911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40912 \begin_inset Text
40913
40914 \begin_layout Plain Layout
40915 % of text height
40916 \end_layout
40917
40918 \end_inset
40919 </cell>
40920 </row>
40921 <row>
40922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40923 \begin_inset Text
40924
40925 \begin_layout Plain Layout
40926 pheight%
40927 \end_layout
40928
40929 \end_inset
40930 </cell>
40931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40932 \begin_inset Text
40933
40934 \begin_layout Plain Layout
40935 % of paper height
40936 \end_layout
40937
40938 \end_inset
40939 </cell>
40940 </row>
40941 <row>
40942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40943 \begin_inset Text
40944
40945 \begin_layout Plain Layout
40946 ex
40947 \end_layout
40948
40949 \end_inset
40950 </cell>
40951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40952 \begin_inset Text
40953
40954 \begin_layout Plain Layout
40955 height of letter 
40956 \emph on
40957 x
40958 \emph default
40959  in current font
40960 \end_layout
40961
40962 \end_inset
40963 </cell>
40964 </row>
40965 <row>
40966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40967 \begin_inset Text
40968
40969 \begin_layout Plain Layout
40970 em
40971 \end_layout
40972
40973 \end_inset
40974 </cell>
40975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40976 \begin_inset Text
40977
40978 \begin_layout Plain Layout
40979 width of letter 
40980 \emph on
40981 M
40982 \emph default
40983  in current font
40984 \end_layout
40985
40986 \end_inset
40987 </cell>
40988 </row>
40989 <row>
40990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40991 \begin_inset Text
40992
40993 \begin_layout Plain Layout
40994 mu
40995 \end_layout
40996
40997 \end_inset
40998 </cell>
40999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41000 \begin_inset Text
41001
41002 \begin_layout Plain Layout
41003 math unit (1
41004 \begin_inset space \thinspace{}
41005 \end_inset
41006
41007 mu = 1/18
41008 \begin_inset space \thinspace{}
41009 \end_inset
41010
41011 em)
41012 \end_layout
41013
41014 \end_inset
41015 </cell>
41016 </row>
41017 </lyxtabular>
41018
41019 \end_inset
41020
41021
41022 \end_layout
41023
41024 \end_inset
41025
41026
41027 \end_layout
41028
41029 \begin_layout Chapter
41030 Output File Formats with Graphics
41031 \begin_inset CommandInset label
41032 LatexCommand label
41033 name "cha:Output-File-Formats"
41034
41035 \end_inset
41036
41037
41038 \end_layout
41039
41040 \begin_layout Section
41041 DVI
41042 \begin_inset Index idx
41043 status collapsed
41044
41045 \begin_layout Plain Layout
41046 File Formats ! DVI
41047 \end_layout
41048
41049 \end_inset
41050
41051
41052 \begin_inset Index idx
41053 status collapsed
41054
41055 \begin_layout Plain Layout
41056 DVI|see
41057 \begin_inset ERT
41058 status collapsed
41059
41060 \begin_layout Plain Layout
41061
41062 {
41063 \end_layout
41064
41065 \end_inset
41066
41067 File Formats
41068 \begin_inset ERT
41069 status collapsed
41070
41071 \begin_layout Plain Layout
41072
41073 }
41074 \end_layout
41075
41076 \end_inset
41077
41078
41079 \end_layout
41080
41081 \end_inset
41082
41083
41084 \end_layout
41085
41086 \begin_layout Standard
41087 This file type has the extension 
41088 \begin_inset Quotes eld
41089 \end_inset
41090
41091
41092 \family typewriter
41093 .dvi
41094 \family default
41095
41096 \begin_inset Quotes erd
41097 \end_inset
41098
41099 .
41100  It is called 
41101 \begin_inset Quotes eld
41102 \end_inset
41103
41104 device-independent
41105 \begin_inset Quotes erd
41106 \end_inset
41107
41108  (DVI), because it is completely portable; you can move them from one machine
41109  to another without needing to do any sort of conversion.
41110  At the time when this file-format was developed, this was no matter of
41111  course.
41112  DVIs are used for quick previews and as pre-stage for other output formats,
41113  like PostScript.
41114 \end_layout
41115
41116 \begin_layout Standard
41117 \begin_inset Note Greyedout
41118 status open
41119
41120 \begin_layout Plain Layout
41121
41122 \series bold
41123 Note:
41124 \series default
41125  DVI-files do not contain images; they will only be a linked.
41126 \end_layout
41127
41128 \end_inset
41129
41130  So don't forget this, if you move your 
41131 \family typewriter
41132 .dvi
41133 \family default
41134  file to another computer.
41135  This property can also slow down your computer when you view the DVI, because
41136  the DVI-viewer has to convert the image in the background to make it visible
41137  when you scroll in the DVI.
41138  So it is recommended that you use PDF for files with many images.
41139 \end_layout
41140
41141 \begin_layout Standard
41142 You can export your document to DVI by using the menu 
41143 \family sans
41144 File\SpecialChar \menuseparator
41145 Export\SpecialChar \menuseparator
41146 DVI
41147 \family default
41148 .
41149  You can view your document as DVI via the 
41150 \family sans
41151 View
41152 \family default
41153  menu.
41154 \end_layout
41155
41156 \begin_layout Section
41157 PostScript
41158 \begin_inset CommandInset label
41159 LatexCommand label
41160 name "sec:PostScript"
41161
41162 \end_inset
41163
41164
41165 \begin_inset Index idx
41166 status collapsed
41167
41168 \begin_layout Plain Layout
41169 File Formats ! PostScript
41170 \end_layout
41171
41172 \end_inset
41173
41174
41175 \begin_inset Index idx
41176 status collapsed
41177
41178 \begin_layout Plain Layout
41179 PostScript|see
41180 \begin_inset ERT
41181 status collapsed
41182
41183 \begin_layout Plain Layout
41184
41185 {
41186 \end_layout
41187
41188 \end_inset
41189
41190 File Formats
41191 \begin_inset ERT
41192 status collapsed
41193
41194 \begin_layout Plain Layout
41195
41196 }
41197 \end_layout
41198
41199 \end_inset
41200
41201
41202 \end_layout
41203
41204 \end_inset
41205
41206
41207 \end_layout
41208
41209 \begin_layout Standard
41210 This file type has the extension 
41211 \begin_inset Quotes eld
41212 \end_inset
41213
41214
41215 \family typewriter
41216 .ps
41217 \family default
41218
41219 \begin_inset Quotes erd
41220 \end_inset
41221
41222 .
41223  PostScript was developed by the company 
41224 \family typewriter
41225 Adobe
41226 \family default
41227  as a printer language.
41228  The file therefore contains commands that the printer uses to print the
41229  file.
41230  PostScript can be seen as a 
41231 \begin_inset Quotes eld
41232 \end_inset
41233
41234 programming language
41235 \begin_inset Quotes erd
41236 \end_inset
41237
41238 ; you can calculate with it and draw diagrams and images
41239 \begin_inset Foot
41240 status collapsed
41241
41242 \begin_layout Plain Layout
41243 If you are interested to learn more about this, have a look at the LaTeX-package
41244  
41245 \series bold
41246 PSTricks
41247 \series default
41248  
41249 \begin_inset CommandInset citation
41250 LatexCommand cite
41251 key "pstricks"
41252
41253 \end_inset
41254
41255 .
41256 \end_layout
41257
41258 \end_inset
41259
41260 .
41261  Due to this ability, the files are often bigger than PDFs.
41262 \end_layout
41263
41264 \begin_layout Standard
41265 PostScript can only contain images in the format 
41266 \begin_inset Quotes eld
41267 \end_inset
41268
41269 Encapsulated PostScript
41270 \begin_inset Quotes erd
41271 \end_inset
41272
41273  (EPS, file extension 
41274 \begin_inset Quotes eld
41275 \end_inset
41276
41277
41278 \family typewriter
41279 .eps
41280 \family default
41281
41282 \begin_inset Quotes erd
41283 \end_inset
41284
41285 ).
41286  As LyX allows you to use any known image format in your document, it has
41287  to convert images in the background to EPS.
41288  If you have e.g.
41289 \begin_inset space ~
41290 \end_inset
41291
41292 50
41293 \begin_inset space ~
41294 \end_inset
41295
41296 images in your document, LyX has to do 50
41297 \begin_inset space ~
41298 \end_inset
41299
41300 conversions whenever you view or export your document.
41301  This will slow down your work flow with LyX drastically.
41302  So if you plan to use PostScript, you can insert your images directly as
41303  EPS to avoid this problem.
41304 \end_layout
41305
41306 \begin_layout Standard
41307 You can export your document to PostScript using the menu 
41308 \family sans
41309 File\SpecialChar \menuseparator
41310 Export\SpecialChar \menuseparator
41311 Postscript
41312 \family default
41313 .
41314  You can view your document as PostScript via the 
41315 \family sans
41316 View
41317 \family default
41318  menu.
41319 \end_layout
41320
41321 \begin_layout Section
41322 PDF
41323 \begin_inset Index idx
41324 status collapsed
41325
41326 \begin_layout Plain Layout
41327 File Formats ! PDF
41328 \end_layout
41329
41330 \end_inset
41331
41332
41333 \begin_inset Index idx
41334 status collapsed
41335
41336 \begin_layout Plain Layout
41337 PDF
41338 \end_layout
41339
41340 \end_inset
41341
41342
41343 \end_layout
41344
41345 \begin_layout Standard
41346 This file type has the extension 
41347 \begin_inset Quotes eld
41348 \end_inset
41349
41350
41351 \family typewriter
41352 .pdf
41353 \family default
41354
41355 \begin_inset Quotes erd
41356 \end_inset
41357
41358 .
41359  The 
41360 \begin_inset Quotes eld
41361 \end_inset
41362
41363 Portable Document Format
41364 \begin_inset Quotes erd
41365 \end_inset
41366
41367  (PDF) was developed by 
41368 \family typewriter
41369 Adobe
41370 \family default
41371  as a derivative of PostScript.
41372  It is more compressed and it uses fewer commands than PostScript.
41373  As the name 
41374 \begin_inset Quotes eld
41375 \end_inset
41376
41377 portable
41378 \begin_inset Quotes erd
41379 \end_inset
41380
41381  implies, it can be processed at any computer system and the printed output
41382  looks exactly the same.
41383 \end_layout
41384
41385 \begin_layout Standard
41386 PDF can contain images in its own PDF format, in the format 
41387 \begin_inset Quotes eld
41388 \end_inset
41389
41390 Joint Photographic Experts Group
41391 \begin_inset Quotes erd
41392 \end_inset
41393
41394  (JPG, file extension 
41395 \begin_inset Quotes eld
41396 \end_inset
41397
41398
41399 \family typewriter
41400 .jpg
41401 \family default
41402
41403 \begin_inset Quotes erd
41404 \end_inset
41405
41406  or 
41407 \begin_inset Quotes eld
41408 \end_inset
41409
41410
41411 \family typewriter
41412 .jpeg
41413 \family default
41414
41415 \begin_inset Quotes erd
41416 \end_inset
41417
41418 ), and in the format 
41419 \begin_inset Quotes eld
41420 \end_inset
41421
41422 Portable Network Graphics
41423 \begin_inset Quotes erd
41424 \end_inset
41425
41426  (PNG, file extension 
41427 \begin_inset Quotes eld
41428 \end_inset
41429
41430
41431 \family typewriter
41432 .png
41433 \family default
41434
41435 \begin_inset Quotes erd
41436 \end_inset
41437
41438 ).
41439  Nevertheless you can use any other image format, because LyX converts them
41440  in the background to one of these formats.
41441  But as described in the section about PostScript, the image conversion
41442  will slow down your work flow.
41443  So it is recommended that you use images in one of the three mentioned
41444  formats.
41445 \end_layout
41446
41447 \begin_layout Standard
41448 You can export your document to PDF via the menu 
41449 \family sans
41450 File\SpecialChar \menuseparator
41451 Export
41452 \family default
41453  in three different ways:
41454 \end_layout
41455
41456 \begin_layout Description
41457 PDF
41458 \begin_inset space ~
41459 \end_inset
41460
41461 (ps2pdf) This uses the program 
41462 \family typewriter
41463 ps2pdf
41464 \family default
41465  that creates a PDF from a PostScript-version of your file.
41466  The PostScript-version is produced by the program 
41467 \family typewriter
41468 dvips
41469 \family default
41470  which uses a DVI-version as intermediate step.
41471  So this export variant consists of three conversions.
41472 \end_layout
41473
41474 \begin_layout Description
41475 PDF
41476 \begin_inset space ~
41477 \end_inset
41478
41479 (dvipdfm) This uses the program 
41480 \family typewriter
41481 dvipdfm
41482 \family default
41483  that converts your file in the background to DVI and in a second step to
41484  PDF.
41485 \end_layout
41486
41487 \begin_layout Description
41488 PDF
41489 \begin_inset space ~
41490 \end_inset
41491
41492 (pdflatex) This uses the program 
41493 \family typewriter
41494 pdftex
41495 \family default
41496  that converts your file directly to PDF.
41497 \end_layout
41498
41499 \begin_layout Standard
41500 It is recommended that you use 
41501 \family sans
41502 PDF
41503 \begin_inset space ~
41504 \end_inset
41505
41506 (pdflatex)
41507 \family default
41508  because 
41509 \family typewriter
41510 pdftex
41511 \family default
41512  supports all features of actual PDF-versions, is quick and works stable.
41513  The program 
41514 \family typewriter
41515 dvipdfm
41516 \family default
41517  is not under development and therefore a bit outdated.
41518 \end_layout
41519
41520 \begin_layout Standard
41521 You can view your document as PDF via the 
41522 \family sans
41523 View
41524 \family default
41525  menu or by using a toolbar button.
41526 \end_layout
41527
41528 \begin_layout Chapter
41529 List of dvips color names
41530 \begin_inset CommandInset label
41531 LatexCommand label
41532 name "chap:List-of-dvips-colornames"
41533
41534 \end_inset
41535
41536
41537 \end_layout
41538
41539 \begin_layout Standard
41540 \begin_inset Tabular
41541 <lyxtabular version="3" rows="17" columns="4">
41542 <features rotate="0" tabularvalignment="middle">
41543 <column alignment="left" valignment="top" width="0pt">
41544 <column alignment="left" valignment="top" width="0pt">
41545 <column alignment="left" valignment="top" width="0pt">
41546 <column alignment="left" valignment="top" width="0pt">
41547 <row>
41548 <cell alignment="left" valignment="top" usebox="none">
41549 \begin_inset Text
41550
41551 \begin_layout Plain Layout
41552 \begin_inset ERT
41553 status collapsed
41554
41555 \begin_layout Plain Layout
41556
41557
41558 \backslash
41559 fcolorbox{black}{
41560 \end_layout
41561
41562 \end_inset
41563
41564 white
41565 \begin_inset ERT
41566 status collapsed
41567
41568 \begin_layout Plain Layout
41569
41570 }{
41571 \end_layout
41572
41573 \end_inset
41574
41575 Color
41576 \begin_inset ERT
41577 status collapsed
41578
41579 \begin_layout Plain Layout
41580
41581 }
41582 \end_layout
41583
41584 \end_inset
41585
41586  Color name
41587 \end_layout
41588
41589 \end_inset
41590 </cell>
41591 <cell alignment="left" valignment="top" usebox="none">
41592 \begin_inset Text
41593
41594 \begin_layout Plain Layout
41595 \begin_inset ERT
41596 status collapsed
41597
41598 \begin_layout Plain Layout
41599
41600
41601 \backslash
41602 fcolorbox{black}{
41603 \end_layout
41604
41605 \end_inset
41606
41607 white
41608 \begin_inset ERT
41609 status collapsed
41610
41611 \begin_layout Plain Layout
41612
41613 }{
41614 \end_layout
41615
41616 \end_inset
41617
41618 Color
41619 \begin_inset ERT
41620 status collapsed
41621
41622 \begin_layout Plain Layout
41623
41624 }
41625 \end_layout
41626
41627 \end_inset
41628
41629  Color name
41630 \end_layout
41631
41632 \end_inset
41633 </cell>
41634 <cell alignment="left" valignment="top" usebox="none">
41635 \begin_inset Text
41636
41637 \begin_layout Plain Layout
41638 \begin_inset ERT
41639 status collapsed
41640
41641 \begin_layout Plain Layout
41642
41643
41644 \backslash
41645 fcolorbox{black}{
41646 \end_layout
41647
41648 \end_inset
41649
41650 white
41651 \begin_inset ERT
41652 status collapsed
41653
41654 \begin_layout Plain Layout
41655
41656 }{
41657 \end_layout
41658
41659 \end_inset
41660
41661 Color
41662 \begin_inset ERT
41663 status collapsed
41664
41665 \begin_layout Plain Layout
41666
41667 }
41668 \end_layout
41669
41670 \end_inset
41671
41672  Color name
41673 \end_layout
41674
41675 \end_inset
41676 </cell>
41677 <cell alignment="left" valignment="top" usebox="none">
41678 \begin_inset Text
41679
41680 \begin_layout Plain Layout
41681 \begin_inset ERT
41682 status collapsed
41683
41684 \begin_layout Plain Layout
41685
41686
41687 \backslash
41688 fcolorbox{black}{
41689 \end_layout
41690
41691 \end_inset
41692
41693 white
41694 \begin_inset ERT
41695 status collapsed
41696
41697 \begin_layout Plain Layout
41698
41699 }{
41700 \end_layout
41701
41702 \end_inset
41703
41704 Color
41705 \begin_inset ERT
41706 status collapsed
41707
41708 \begin_layout Plain Layout
41709
41710 }
41711 \end_layout
41712
41713 \end_inset
41714
41715  Color name
41716 \end_layout
41717
41718 \end_inset
41719 </cell>
41720 </row>
41721 <row>
41722 <cell alignment="center" valignment="top" usebox="none">
41723 \begin_inset Text
41724
41725 \begin_layout Plain Layout
41726 \begin_inset ERT
41727 status collapsed
41728
41729 \begin_layout Plain Layout
41730
41731
41732 \backslash
41733 fcolorbox{black}{
41734 \end_layout
41735
41736 \end_inset
41737
41738 Apricot
41739 \begin_inset ERT
41740 status collapsed
41741
41742 \begin_layout Plain Layout
41743
41744 }{
41745 \end_layout
41746
41747 \end_inset
41748
41749
41750 \begin_inset Phantom Phantom
41751 status open
41752
41753 \begin_layout Plain Layout
41754 W
41755 \end_layout
41756
41757 \end_inset
41758
41759
41760 \begin_inset ERT
41761 status collapsed
41762
41763 \begin_layout Plain Layout
41764
41765 }
41766 \end_layout
41767
41768 \end_inset
41769
41770  Apricot
41771 \end_layout
41772
41773 \end_inset
41774 </cell>
41775 <cell alignment="center" valignment="top" usebox="none">
41776 \begin_inset Text
41777
41778 \begin_layout Plain Layout
41779 \begin_inset ERT
41780 status collapsed
41781
41782 \begin_layout Plain Layout
41783
41784
41785 \backslash
41786 fcolorbox{black}{
41787 \end_layout
41788
41789 \end_inset
41790
41791 Aquamarine
41792 \begin_inset ERT
41793 status collapsed
41794
41795 \begin_layout Plain Layout
41796
41797 }{
41798 \end_layout
41799
41800 \end_inset
41801
41802
41803 \begin_inset Phantom Phantom
41804 status open
41805
41806 \begin_layout Plain Layout
41807 W
41808 \end_layout
41809
41810 \end_inset
41811
41812
41813 \begin_inset ERT
41814 status collapsed
41815
41816 \begin_layout Plain Layout
41817
41818 }
41819 \end_layout
41820
41821 \end_inset
41822
41823  Aquamarine
41824 \end_layout
41825
41826 \end_inset
41827 </cell>
41828 <cell alignment="center" valignment="top" usebox="none">
41829 \begin_inset Text
41830
41831 \begin_layout Plain Layout
41832 \begin_inset ERT
41833 status collapsed
41834
41835 \begin_layout Plain Layout
41836
41837
41838 \backslash
41839 fcolorbox{black}{
41840 \end_layout
41841
41842 \end_inset
41843
41844 Bittersweet
41845 \begin_inset ERT
41846 status collapsed
41847
41848 \begin_layout Plain Layout
41849
41850 }{
41851 \end_layout
41852
41853 \end_inset
41854
41855
41856 \begin_inset Phantom Phantom
41857 status open
41858
41859 \begin_layout Plain Layout
41860 W
41861 \end_layout
41862
41863 \end_inset
41864
41865
41866 \begin_inset ERT
41867 status collapsed
41868
41869 \begin_layout Plain Layout
41870
41871 }
41872 \end_layout
41873
41874 \end_inset
41875
41876  Bittersweet
41877 \end_layout
41878
41879 \end_inset
41880 </cell>
41881 <cell alignment="center" valignment="top" usebox="none">
41882 \begin_inset Text
41883
41884 \begin_layout Plain Layout
41885 \begin_inset ERT
41886 status collapsed
41887
41888 \begin_layout Plain Layout
41889
41890
41891 \backslash
41892 fcolorbox{black}{
41893 \end_layout
41894
41895 \end_inset
41896
41897 BlueGreen
41898 \begin_inset ERT
41899 status collapsed
41900
41901 \begin_layout Plain Layout
41902
41903 }{
41904 \end_layout
41905
41906 \end_inset
41907
41908
41909 \begin_inset Phantom Phantom
41910 status open
41911
41912 \begin_layout Plain Layout
41913 W
41914 \end_layout
41915
41916 \end_inset
41917
41918
41919 \begin_inset ERT
41920 status collapsed
41921
41922 \begin_layout Plain Layout
41923
41924 }
41925 \end_layout
41926
41927 \end_inset
41928
41929  BlueGreen
41930 \end_layout
41931
41932 \end_inset
41933 </cell>
41934 </row>
41935 <row>
41936 <cell alignment="left" valignment="top" usebox="none">
41937 \begin_inset Text
41938
41939 \begin_layout Plain Layout
41940 \begin_inset ERT
41941 status collapsed
41942
41943 \begin_layout Plain Layout
41944
41945
41946 \backslash
41947 fcolorbox{black}{
41948 \end_layout
41949
41950 \end_inset
41951
41952 BlueViolet
41953 \begin_inset ERT
41954 status collapsed
41955
41956 \begin_layout Plain Layout
41957
41958 }{
41959 \end_layout
41960
41961 \end_inset
41962
41963
41964 \begin_inset Phantom Phantom
41965 status open
41966
41967 \begin_layout Plain Layout
41968 W
41969 \end_layout
41970
41971 \end_inset
41972
41973
41974 \begin_inset ERT
41975 status collapsed
41976
41977 \begin_layout Plain Layout
41978
41979 }
41980 \end_layout
41981
41982 \end_inset
41983
41984  BlueViolet
41985 \end_layout
41986
41987 \end_inset
41988 </cell>
41989 <cell alignment="left" valignment="top" usebox="none">
41990 \begin_inset Text
41991
41992 \begin_layout Plain Layout
41993 \begin_inset ERT
41994 status collapsed
41995
41996 \begin_layout Plain Layout
41997
41998
41999 \backslash
42000 fcolorbox{black}{
42001 \end_layout
42002
42003 \end_inset
42004
42005 BrickRed
42006 \begin_inset ERT
42007 status collapsed
42008
42009 \begin_layout Plain Layout
42010
42011 }{
42012 \end_layout
42013
42014 \end_inset
42015
42016
42017 \begin_inset Phantom Phantom
42018 status open
42019
42020 \begin_layout Plain Layout
42021 W
42022 \end_layout
42023
42024 \end_inset
42025
42026
42027 \begin_inset ERT
42028 status collapsed
42029
42030 \begin_layout Plain Layout
42031
42032 }
42033 \end_layout
42034
42035 \end_inset
42036
42037  BrickRed
42038 \end_layout
42039
42040 \end_inset
42041 </cell>
42042 <cell alignment="left" valignment="top" usebox="none">
42043 \begin_inset Text
42044
42045 \begin_layout Plain Layout
42046 \begin_inset ERT
42047 status collapsed
42048
42049 \begin_layout Plain Layout
42050
42051
42052 \backslash
42053 fcolorbox{black}{
42054 \end_layout
42055
42056 \end_inset
42057
42058 Brown
42059 \begin_inset ERT
42060 status collapsed
42061
42062 \begin_layout Plain Layout
42063
42064 }{
42065 \end_layout
42066
42067 \end_inset
42068
42069
42070 \begin_inset Phantom Phantom
42071 status open
42072
42073 \begin_layout Plain Layout
42074 W
42075 \end_layout
42076
42077 \end_inset
42078
42079
42080 \begin_inset ERT
42081 status collapsed
42082
42083 \begin_layout Plain Layout
42084
42085 }
42086 \end_layout
42087
42088 \end_inset
42089
42090  Brown
42091 \end_layout
42092
42093 \end_inset
42094 </cell>
42095 <cell alignment="left" valignment="top" usebox="none">
42096 \begin_inset Text
42097
42098 \begin_layout Plain Layout
42099 \begin_inset ERT
42100 status collapsed
42101
42102 \begin_layout Plain Layout
42103
42104
42105 \backslash
42106 fcolorbox{black}{
42107 \end_layout
42108
42109 \end_inset
42110
42111 BurntOrange
42112 \begin_inset ERT
42113 status collapsed
42114
42115 \begin_layout Plain Layout
42116
42117 }{
42118 \end_layout
42119
42120 \end_inset
42121
42122
42123 \begin_inset Phantom Phantom
42124 status open
42125
42126 \begin_layout Plain Layout
42127 W
42128 \end_layout
42129
42130 \end_inset
42131
42132
42133 \begin_inset ERT
42134 status collapsed
42135
42136 \begin_layout Plain Layout
42137
42138 }
42139 \end_layout
42140
42141 \end_inset
42142
42143  BurntOrange
42144 \end_layout
42145
42146 \end_inset
42147 </cell>
42148 </row>
42149 <row>
42150 <cell alignment="left" valignment="top" usebox="none">
42151 \begin_inset Text
42152
42153 \begin_layout Plain Layout
42154 \begin_inset ERT
42155 status collapsed
42156
42157 \begin_layout Plain Layout
42158
42159
42160 \backslash
42161 fcolorbox{black}{
42162 \end_layout
42163
42164 \end_inset
42165
42166 CadetBlue
42167 \begin_inset ERT
42168 status collapsed
42169
42170 \begin_layout Plain Layout
42171
42172 }{
42173 \end_layout
42174
42175 \end_inset
42176
42177
42178 \begin_inset Phantom Phantom
42179 status open
42180
42181 \begin_layout Plain Layout
42182 W
42183 \end_layout
42184
42185 \end_inset
42186
42187
42188 \begin_inset ERT
42189 status collapsed
42190
42191 \begin_layout Plain Layout
42192
42193 }
42194 \end_layout
42195
42196 \end_inset
42197
42198  CadetBlue
42199 \end_layout
42200
42201 \end_inset
42202 </cell>
42203 <cell alignment="left" valignment="top" usebox="none">
42204 \begin_inset Text
42205
42206 \begin_layout Plain Layout
42207 \begin_inset ERT
42208 status collapsed
42209
42210 \begin_layout Plain Layout
42211
42212
42213 \backslash
42214 fcolorbox{black}{
42215 \end_layout
42216
42217 \end_inset
42218
42219 CarnationPink
42220 \begin_inset ERT
42221 status collapsed
42222
42223 \begin_layout Plain Layout
42224
42225 }{
42226 \end_layout
42227
42228 \end_inset
42229
42230
42231 \begin_inset Phantom Phantom
42232 status open
42233
42234 \begin_layout Plain Layout
42235 W
42236 \end_layout
42237
42238 \end_inset
42239
42240
42241 \begin_inset ERT
42242 status collapsed
42243
42244 \begin_layout Plain Layout
42245
42246 }
42247 \end_layout
42248
42249 \end_inset
42250
42251  CarnationPink
42252 \end_layout
42253
42254 \end_inset
42255 </cell>
42256 <cell alignment="left" valignment="top" usebox="none">
42257 \begin_inset Text
42258
42259 \begin_layout Plain Layout
42260 \begin_inset ERT
42261 status collapsed
42262
42263 \begin_layout Plain Layout
42264
42265
42266 \backslash
42267 fcolorbox{black}{
42268 \end_layout
42269
42270 \end_inset
42271
42272 Cerulean
42273 \begin_inset ERT
42274 status collapsed
42275
42276 \begin_layout Plain Layout
42277
42278 }{
42279 \end_layout
42280
42281 \end_inset
42282
42283
42284 \begin_inset Phantom Phantom
42285 status open
42286
42287 \begin_layout Plain Layout
42288 W
42289 \end_layout
42290
42291 \end_inset
42292
42293
42294 \begin_inset ERT
42295 status collapsed
42296
42297 \begin_layout Plain Layout
42298
42299 }
42300 \end_layout
42301
42302 \end_inset
42303
42304  Cerulean
42305 \end_layout
42306
42307 \end_inset
42308 </cell>
42309 <cell alignment="left" valignment="top" usebox="none">
42310 \begin_inset Text
42311
42312 \begin_layout Plain Layout
42313 \begin_inset ERT
42314 status collapsed
42315
42316 \begin_layout Plain Layout
42317
42318
42319 \backslash
42320 fcolorbox{black}{
42321 \end_layout
42322
42323 \end_inset
42324
42325 CornflowerBlue
42326 \begin_inset ERT
42327 status collapsed
42328
42329 \begin_layout Plain Layout
42330
42331 }{
42332 \end_layout
42333
42334 \end_inset
42335
42336
42337 \begin_inset Phantom Phantom
42338 status open
42339
42340 \begin_layout Plain Layout
42341 W
42342 \end_layout
42343
42344 \end_inset
42345
42346
42347 \begin_inset ERT
42348 status collapsed
42349
42350 \begin_layout Plain Layout
42351
42352 }
42353 \end_layout
42354
42355 \end_inset
42356
42357  CornflowerBlue
42358 \end_layout
42359
42360 \end_inset
42361 </cell>
42362 </row>
42363 <row>
42364 <cell alignment="left" valignment="top" usebox="none">
42365 \begin_inset Text
42366
42367 \begin_layout Plain Layout
42368 \begin_inset ERT
42369 status collapsed
42370
42371 \begin_layout Plain Layout
42372
42373
42374 \backslash
42375 fcolorbox{black}{
42376 \end_layout
42377
42378 \end_inset
42379
42380 Dandelion
42381 \begin_inset ERT
42382 status collapsed
42383
42384 \begin_layout Plain Layout
42385
42386 }{
42387 \end_layout
42388
42389 \end_inset
42390
42391
42392 \begin_inset Phantom Phantom
42393 status open
42394
42395 \begin_layout Plain Layout
42396 W
42397 \end_layout
42398
42399 \end_inset
42400
42401
42402 \begin_inset ERT
42403 status collapsed
42404
42405 \begin_layout Plain Layout
42406
42407 }
42408 \end_layout
42409
42410 \end_inset
42411
42412  Dandelion
42413 \end_layout
42414
42415 \end_inset
42416 </cell>
42417 <cell alignment="left" valignment="top" usebox="none">
42418 \begin_inset Text
42419
42420 \begin_layout Plain Layout
42421 \begin_inset ERT
42422 status collapsed
42423
42424 \begin_layout Plain Layout
42425
42426
42427 \backslash
42428 fcolorbox{black}{
42429 \end_layout
42430
42431 \end_inset
42432
42433 DarkOrchid
42434 \begin_inset ERT
42435 status collapsed
42436
42437 \begin_layout Plain Layout
42438
42439 }{
42440 \end_layout
42441
42442 \end_inset
42443
42444
42445 \begin_inset Phantom Phantom
42446 status open
42447
42448 \begin_layout Plain Layout
42449 W
42450 \end_layout
42451
42452 \end_inset
42453
42454
42455 \begin_inset ERT
42456 status collapsed
42457
42458 \begin_layout Plain Layout
42459
42460 }
42461 \end_layout
42462
42463 \end_inset
42464
42465  DarkOrchid
42466 \end_layout
42467
42468 \end_inset
42469 </cell>
42470 <cell alignment="left" valignment="top" usebox="none">
42471 \begin_inset Text
42472
42473 \begin_layout Plain Layout
42474 \begin_inset ERT
42475 status collapsed
42476
42477 \begin_layout Plain Layout
42478
42479
42480 \backslash
42481 fcolorbox{black}{
42482 \end_layout
42483
42484 \end_inset
42485
42486 Emerald
42487 \begin_inset ERT
42488 status collapsed
42489
42490 \begin_layout Plain Layout
42491
42492 }{
42493 \end_layout
42494
42495 \end_inset
42496
42497
42498 \begin_inset Phantom Phantom
42499 status open
42500
42501 \begin_layout Plain Layout
42502 W
42503 \end_layout
42504
42505 \end_inset
42506
42507
42508 \begin_inset ERT
42509 status collapsed
42510
42511 \begin_layout Plain Layout
42512
42513 }
42514 \end_layout
42515
42516 \end_inset
42517
42518  Emerald
42519 \end_layout
42520
42521 \end_inset
42522 </cell>
42523 <cell alignment="left" valignment="top" usebox="none">
42524 \begin_inset Text
42525
42526 \begin_layout Plain Layout
42527 \begin_inset ERT
42528 status collapsed
42529
42530 \begin_layout Plain Layout
42531
42532
42533 \backslash
42534 fcolorbox{black}{
42535 \end_layout
42536
42537 \end_inset
42538
42539 ForestGreen
42540 \begin_inset ERT
42541 status collapsed
42542
42543 \begin_layout Plain Layout
42544
42545 }{
42546 \end_layout
42547
42548 \end_inset
42549
42550
42551 \begin_inset Phantom Phantom
42552 status open
42553
42554 \begin_layout Plain Layout
42555 W
42556 \end_layout
42557
42558 \end_inset
42559
42560
42561 \begin_inset ERT
42562 status collapsed
42563
42564 \begin_layout Plain Layout
42565
42566 }
42567 \end_layout
42568
42569 \end_inset
42570
42571  ForestGreen
42572 \end_layout
42573
42574 \end_inset
42575 </cell>
42576 </row>
42577 <row>
42578 <cell alignment="left" valignment="top" usebox="none">
42579 \begin_inset Text
42580
42581 \begin_layout Plain Layout
42582 \begin_inset ERT
42583 status collapsed
42584
42585 \begin_layout Plain Layout
42586
42587
42588 \backslash
42589 fcolorbox{black}{
42590 \end_layout
42591
42592 \end_inset
42593
42594 Fuchsia
42595 \begin_inset ERT
42596 status collapsed
42597
42598 \begin_layout Plain Layout
42599
42600 }{
42601 \end_layout
42602
42603 \end_inset
42604
42605
42606 \begin_inset Phantom Phantom
42607 status open
42608
42609 \begin_layout Plain Layout
42610 W
42611 \end_layout
42612
42613 \end_inset
42614
42615
42616 \begin_inset ERT
42617 status collapsed
42618
42619 \begin_layout Plain Layout
42620
42621 }
42622 \end_layout
42623
42624 \end_inset
42625
42626  Fuchsia
42627 \end_layout
42628
42629 \end_inset
42630 </cell>
42631 <cell alignment="left" valignment="top" usebox="none">
42632 \begin_inset Text
42633
42634 \begin_layout Plain Layout
42635 \begin_inset ERT
42636 status collapsed
42637
42638 \begin_layout Plain Layout
42639
42640
42641 \backslash
42642 fcolorbox{black}{
42643 \end_layout
42644
42645 \end_inset
42646
42647 Goldenrod
42648 \begin_inset ERT
42649 status collapsed
42650
42651 \begin_layout Plain Layout
42652
42653 }{
42654 \end_layout
42655
42656 \end_inset
42657
42658
42659 \begin_inset Phantom Phantom
42660 status open
42661
42662 \begin_layout Plain Layout
42663 W
42664 \end_layout
42665
42666 \end_inset
42667
42668
42669 \begin_inset ERT
42670 status collapsed
42671
42672 \begin_layout Plain Layout
42673
42674 }
42675 \end_layout
42676
42677 \end_inset
42678
42679  Goldenrod
42680 \end_layout
42681
42682 \end_inset
42683 </cell>
42684 <cell alignment="left" valignment="top" usebox="none">
42685 \begin_inset Text
42686
42687 \begin_layout Plain Layout
42688 \begin_inset ERT
42689 status collapsed
42690
42691 \begin_layout Plain Layout
42692
42693
42694 \backslash
42695 fcolorbox{black}{
42696 \end_layout
42697
42698 \end_inset
42699
42700 Gray
42701 \begin_inset ERT
42702 status collapsed
42703
42704 \begin_layout Plain Layout
42705
42706 }{
42707 \end_layout
42708
42709 \end_inset
42710
42711
42712 \begin_inset Phantom Phantom
42713 status open
42714
42715 \begin_layout Plain Layout
42716 W
42717 \end_layout
42718
42719 \end_inset
42720
42721
42722 \begin_inset ERT
42723 status collapsed
42724
42725 \begin_layout Plain Layout
42726
42727 }
42728 \end_layout
42729
42730 \end_inset
42731
42732  Gray
42733 \end_layout
42734
42735 \end_inset
42736 </cell>
42737 <cell alignment="left" valignment="top" usebox="none">
42738 \begin_inset Text
42739
42740 \begin_layout Plain Layout
42741 \begin_inset ERT
42742 status collapsed
42743
42744 \begin_layout Plain Layout
42745
42746
42747 \backslash
42748 fcolorbox{black}{
42749 \end_layout
42750
42751 \end_inset
42752
42753 GreenYellow
42754 \begin_inset ERT
42755 status collapsed
42756
42757 \begin_layout Plain Layout
42758
42759 }{
42760 \end_layout
42761
42762 \end_inset
42763
42764
42765 \begin_inset Phantom Phantom
42766 status open
42767
42768 \begin_layout Plain Layout
42769 W
42770 \end_layout
42771
42772 \end_inset
42773
42774
42775 \begin_inset ERT
42776 status collapsed
42777
42778 \begin_layout Plain Layout
42779
42780 }
42781 \end_layout
42782
42783 \end_inset
42784
42785  GreenYellow
42786 \end_layout
42787
42788 \end_inset
42789 </cell>
42790 </row>
42791 <row>
42792 <cell alignment="center" valignment="top" usebox="none">
42793 \begin_inset Text
42794
42795 \begin_layout Plain Layout
42796 \begin_inset ERT
42797 status collapsed
42798
42799 \begin_layout Plain Layout
42800
42801
42802 \backslash
42803 fcolorbox{black}{
42804 \end_layout
42805
42806 \end_inset
42807
42808 JungleGreen
42809 \begin_inset ERT
42810 status collapsed
42811
42812 \begin_layout Plain Layout
42813
42814 }{
42815 \end_layout
42816
42817 \end_inset
42818
42819
42820 \begin_inset Phantom Phantom
42821 status open
42822
42823 \begin_layout Plain Layout
42824 W
42825 \end_layout
42826
42827 \end_inset
42828
42829
42830 \begin_inset ERT
42831 status collapsed
42832
42833 \begin_layout Plain Layout
42834
42835 }
42836 \end_layout
42837
42838 \end_inset
42839
42840  JungleGreen
42841 \end_layout
42842
42843 \end_inset
42844 </cell>
42845 <cell alignment="center" valignment="top" usebox="none">
42846 \begin_inset Text
42847
42848 \begin_layout Plain Layout
42849 \begin_inset ERT
42850 status collapsed
42851
42852 \begin_layout Plain Layout
42853
42854
42855 \backslash
42856 fcolorbox{black}{
42857 \end_layout
42858
42859 \end_inset
42860
42861 Lavender
42862 \begin_inset ERT
42863 status collapsed
42864
42865 \begin_layout Plain Layout
42866
42867 }{
42868 \end_layout
42869
42870 \end_inset
42871
42872
42873 \begin_inset Phantom Phantom
42874 status open
42875
42876 \begin_layout Plain Layout
42877 W
42878 \end_layout
42879
42880 \end_inset
42881
42882
42883 \begin_inset ERT
42884 status collapsed
42885
42886 \begin_layout Plain Layout
42887
42888 }
42889 \end_layout
42890
42891 \end_inset
42892
42893  Lavender
42894 \end_layout
42895
42896 \end_inset
42897 </cell>
42898 <cell alignment="center" valignment="top" usebox="none">
42899 \begin_inset Text
42900
42901 \begin_layout Plain Layout
42902 \begin_inset ERT
42903 status collapsed
42904
42905 \begin_layout Plain Layout
42906
42907
42908 \backslash
42909 fcolorbox{black}{
42910 \end_layout
42911
42912 \end_inset
42913
42914 LimeGreen
42915 \begin_inset ERT
42916 status collapsed
42917
42918 \begin_layout Plain Layout
42919
42920 }{
42921 \end_layout
42922
42923 \end_inset
42924
42925
42926 \begin_inset Phantom Phantom
42927 status open
42928
42929 \begin_layout Plain Layout
42930 W
42931 \end_layout
42932
42933 \end_inset
42934
42935
42936 \begin_inset ERT
42937 status collapsed
42938
42939 \begin_layout Plain Layout
42940
42941 }
42942 \end_layout
42943
42944 \end_inset
42945
42946  LimeGreen
42947 \end_layout
42948
42949 \end_inset
42950 </cell>
42951 <cell alignment="center" valignment="top" usebox="none">
42952 \begin_inset Text
42953
42954 \begin_layout Plain Layout
42955 \begin_inset ERT
42956 status collapsed
42957
42958 \begin_layout Plain Layout
42959
42960
42961 \backslash
42962 fcolorbox{black}{
42963 \end_layout
42964
42965 \end_inset
42966
42967 Mahogany
42968 \begin_inset ERT
42969 status collapsed
42970
42971 \begin_layout Plain Layout
42972
42973 }{
42974 \end_layout
42975
42976 \end_inset
42977
42978
42979 \begin_inset Phantom Phantom
42980 status open
42981
42982 \begin_layout Plain Layout
42983 W
42984 \end_layout
42985
42986 \end_inset
42987
42988
42989 \begin_inset ERT
42990 status collapsed
42991
42992 \begin_layout Plain Layout
42993
42994 }
42995 \end_layout
42996
42997 \end_inset
42998
42999  Mahogany
43000 \end_layout
43001
43002 \end_inset
43003 </cell>
43004 </row>
43005 <row>
43006 <cell alignment="left" valignment="top" usebox="none">
43007 \begin_inset Text
43008
43009 \begin_layout Plain Layout
43010 \begin_inset ERT
43011 status collapsed
43012
43013 \begin_layout Plain Layout
43014
43015
43016 \backslash
43017 fcolorbox{black}{
43018 \end_layout
43019
43020 \end_inset
43021
43022 Mahogany
43023 \begin_inset ERT
43024 status collapsed
43025
43026 \begin_layout Plain Layout
43027
43028 }{
43029 \end_layout
43030
43031 \end_inset
43032
43033
43034 \begin_inset Phantom Phantom
43035 status open
43036
43037 \begin_layout Plain Layout
43038 W
43039 \end_layout
43040
43041 \end_inset
43042
43043
43044 \begin_inset ERT
43045 status collapsed
43046
43047 \begin_layout Plain Layout
43048
43049 }
43050 \end_layout
43051
43052 \end_inset
43053
43054  Mahogany
43055 \end_layout
43056
43057 \end_inset
43058 </cell>
43059 <cell alignment="left" valignment="top" usebox="none">
43060 \begin_inset Text
43061
43062 \begin_layout Plain Layout
43063 \begin_inset ERT
43064 status collapsed
43065
43066 \begin_layout Plain Layout
43067
43068
43069 \backslash
43070 fcolorbox{black}{
43071 \end_layout
43072
43073 \end_inset
43074
43075 Maroon
43076 \begin_inset ERT
43077 status collapsed
43078
43079 \begin_layout Plain Layout
43080
43081 }{
43082 \end_layout
43083
43084 \end_inset
43085
43086
43087 \begin_inset Phantom Phantom
43088 status open
43089
43090 \begin_layout Plain Layout
43091 W
43092 \end_layout
43093
43094 \end_inset
43095
43096
43097 \begin_inset ERT
43098 status collapsed
43099
43100 \begin_layout Plain Layout
43101
43102 }
43103 \end_layout
43104
43105 \end_inset
43106
43107  Maroon
43108 \end_layout
43109
43110 \end_inset
43111 </cell>
43112 <cell alignment="left" valignment="top" usebox="none">
43113 \begin_inset Text
43114
43115 \begin_layout Plain Layout
43116 \begin_inset ERT
43117 status collapsed
43118
43119 \begin_layout Plain Layout
43120
43121
43122 \backslash
43123 fcolorbox{black}{
43124 \end_layout
43125
43126 \end_inset
43127
43128 Melon
43129 \begin_inset ERT
43130 status collapsed
43131
43132 \begin_layout Plain Layout
43133
43134 }{
43135 \end_layout
43136
43137 \end_inset
43138
43139
43140 \begin_inset Phantom Phantom
43141 status open
43142
43143 \begin_layout Plain Layout
43144 W
43145 \end_layout
43146
43147 \end_inset
43148
43149
43150 \begin_inset ERT
43151 status collapsed
43152
43153 \begin_layout Plain Layout
43154
43155 }
43156 \end_layout
43157
43158 \end_inset
43159
43160  Melon
43161 \end_layout
43162
43163 \end_inset
43164 </cell>
43165 <cell alignment="left" valignment="top" usebox="none">
43166 \begin_inset Text
43167
43168 \begin_layout Plain Layout
43169 \begin_inset ERT
43170 status collapsed
43171
43172 \begin_layout Plain Layout
43173
43174
43175 \backslash
43176 fcolorbox{black}{
43177 \end_layout
43178
43179 \end_inset
43180
43181 MidnightBlue
43182 \begin_inset ERT
43183 status collapsed
43184
43185 \begin_layout Plain Layout
43186
43187 }{
43188 \end_layout
43189
43190 \end_inset
43191
43192
43193 \begin_inset Phantom Phantom
43194 status open
43195
43196 \begin_layout Plain Layout
43197 W
43198 \end_layout
43199
43200 \end_inset
43201
43202
43203 \begin_inset ERT
43204 status collapsed
43205
43206 \begin_layout Plain Layout
43207
43208 }
43209 \end_layout
43210
43211 \end_inset
43212
43213  MidnightBlue
43214 \end_layout
43215
43216 \end_inset
43217 </cell>
43218 </row>
43219 <row>
43220 <cell alignment="left" valignment="top" usebox="none">
43221 \begin_inset Text
43222
43223 \begin_layout Plain Layout
43224 \begin_inset ERT
43225 status collapsed
43226
43227 \begin_layout Plain Layout
43228
43229
43230 \backslash
43231 fcolorbox{black}{
43232 \end_layout
43233
43234 \end_inset
43235
43236 Mulberry
43237 \begin_inset ERT
43238 status collapsed
43239
43240 \begin_layout Plain Layout
43241
43242 }{
43243 \end_layout
43244
43245 \end_inset
43246
43247
43248 \begin_inset Phantom Phantom
43249 status open
43250
43251 \begin_layout Plain Layout
43252 W
43253 \end_layout
43254
43255 \end_inset
43256
43257
43258 \begin_inset ERT
43259 status collapsed
43260
43261 \begin_layout Plain Layout
43262
43263 }
43264 \end_layout
43265
43266 \end_inset
43267
43268  Mulberry
43269 \end_layout
43270
43271 \end_inset
43272 </cell>
43273 <cell alignment="left" valignment="top" usebox="none">
43274 \begin_inset Text
43275
43276 \begin_layout Plain Layout
43277 \begin_inset ERT
43278 status collapsed
43279
43280 \begin_layout Plain Layout
43281
43282
43283 \backslash
43284 fcolorbox{black}{
43285 \end_layout
43286
43287 \end_inset
43288
43289 NavyBlue
43290 \begin_inset ERT
43291 status collapsed
43292
43293 \begin_layout Plain Layout
43294
43295 }{
43296 \end_layout
43297
43298 \end_inset
43299
43300
43301 \begin_inset Phantom Phantom
43302 status open
43303
43304 \begin_layout Plain Layout
43305 W
43306 \end_layout
43307
43308 \end_inset
43309
43310
43311 \begin_inset ERT
43312 status collapsed
43313
43314 \begin_layout Plain Layout
43315
43316 }
43317 \end_layout
43318
43319 \end_inset
43320
43321  NavyBlue
43322 \end_layout
43323
43324 \end_inset
43325 </cell>
43326 <cell alignment="left" valignment="top" usebox="none">
43327 \begin_inset Text
43328
43329 \begin_layout Plain Layout
43330 \begin_inset ERT
43331 status collapsed
43332
43333 \begin_layout Plain Layout
43334
43335
43336 \backslash
43337 fcolorbox{black}{
43338 \end_layout
43339
43340 \end_inset
43341
43342 OliveGreen
43343 \begin_inset ERT
43344 status collapsed
43345
43346 \begin_layout Plain Layout
43347
43348 }{
43349 \end_layout
43350
43351 \end_inset
43352
43353
43354 \begin_inset Phantom Phantom
43355 status open
43356
43357 \begin_layout Plain Layout
43358 W
43359 \end_layout
43360
43361 \end_inset
43362
43363
43364 \begin_inset ERT
43365 status collapsed
43366
43367 \begin_layout Plain Layout
43368
43369 }
43370 \end_layout
43371
43372 \end_inset
43373
43374  OliveGreen
43375 \end_layout
43376
43377 \end_inset
43378 </cell>
43379 <cell alignment="left" valignment="top" usebox="none">
43380 \begin_inset Text
43381
43382 \begin_layout Plain Layout
43383 \begin_inset ERT
43384 status collapsed
43385
43386 \begin_layout Plain Layout
43387
43388
43389 \backslash
43390 fcolorbox{black}{
43391 \end_layout
43392
43393 \end_inset
43394
43395 Orange
43396 \begin_inset ERT
43397 status collapsed
43398
43399 \begin_layout Plain Layout
43400
43401 }{
43402 \end_layout
43403
43404 \end_inset
43405
43406
43407 \begin_inset Phantom Phantom
43408 status open
43409
43410 \begin_layout Plain Layout
43411 W
43412 \end_layout
43413
43414 \end_inset
43415
43416
43417 \begin_inset ERT
43418 status collapsed
43419
43420 \begin_layout Plain Layout
43421
43422 }
43423 \end_layout
43424
43425 \end_inset
43426
43427  Orange
43428 \end_layout
43429
43430 \end_inset
43431 </cell>
43432 </row>
43433 <row>
43434 <cell alignment="left" valignment="top" usebox="none">
43435 \begin_inset Text
43436
43437 \begin_layout Plain Layout
43438 \begin_inset ERT
43439 status collapsed
43440
43441 \begin_layout Plain Layout
43442
43443
43444 \backslash
43445 fcolorbox{black}{
43446 \end_layout
43447
43448 \end_inset
43449
43450 OrangeRed
43451 \begin_inset ERT
43452 status collapsed
43453
43454 \begin_layout Plain Layout
43455
43456 }{
43457 \end_layout
43458
43459 \end_inset
43460
43461
43462 \begin_inset Phantom Phantom
43463 status open
43464
43465 \begin_layout Plain Layout
43466 W
43467 \end_layout
43468
43469 \end_inset
43470
43471
43472 \begin_inset ERT
43473 status collapsed
43474
43475 \begin_layout Plain Layout
43476
43477 }
43478 \end_layout
43479
43480 \end_inset
43481
43482  OrangeRed
43483 \end_layout
43484
43485 \end_inset
43486 </cell>
43487 <cell alignment="left" valignment="top" usebox="none">
43488 \begin_inset Text
43489
43490 \begin_layout Plain Layout
43491 \begin_inset ERT
43492 status collapsed
43493
43494 \begin_layout Plain Layout
43495
43496
43497 \backslash
43498 fcolorbox{black}{
43499 \end_layout
43500
43501 \end_inset
43502
43503 Orchid
43504 \begin_inset ERT
43505 status collapsed
43506
43507 \begin_layout Plain Layout
43508
43509 }{
43510 \end_layout
43511
43512 \end_inset
43513
43514
43515 \begin_inset Phantom Phantom
43516 status open
43517
43518 \begin_layout Plain Layout
43519 W
43520 \end_layout
43521
43522 \end_inset
43523
43524
43525 \begin_inset ERT
43526 status collapsed
43527
43528 \begin_layout Plain Layout
43529
43530 }
43531 \end_layout
43532
43533 \end_inset
43534
43535  Orchid
43536 \end_layout
43537
43538 \end_inset
43539 </cell>
43540 <cell alignment="left" valignment="top" usebox="none">
43541 \begin_inset Text
43542
43543 \begin_layout Plain Layout
43544 \begin_inset ERT
43545 status collapsed
43546
43547 \begin_layout Plain Layout
43548
43549
43550 \backslash
43551 fcolorbox{black}{
43552 \end_layout
43553
43554 \end_inset
43555
43556 Peach
43557 \begin_inset ERT
43558 status collapsed
43559
43560 \begin_layout Plain Layout
43561
43562 }{
43563 \end_layout
43564
43565 \end_inset
43566
43567
43568 \begin_inset Phantom Phantom
43569 status open
43570
43571 \begin_layout Plain Layout
43572 W
43573 \end_layout
43574
43575 \end_inset
43576
43577
43578 \begin_inset ERT
43579 status collapsed
43580
43581 \begin_layout Plain Layout
43582
43583 }
43584 \end_layout
43585
43586 \end_inset
43587
43588  Peach
43589 \end_layout
43590
43591 \end_inset
43592 </cell>
43593 <cell alignment="left" valignment="top" usebox="none">
43594 \begin_inset Text
43595
43596 \begin_layout Plain Layout
43597 \begin_inset ERT
43598 status collapsed
43599
43600 \begin_layout Plain Layout
43601
43602
43603 \backslash
43604 fcolorbox{black}{
43605 \end_layout
43606
43607 \end_inset
43608
43609 Periwinkle
43610 \begin_inset ERT
43611 status collapsed
43612
43613 \begin_layout Plain Layout
43614
43615 }{
43616 \end_layout
43617
43618 \end_inset
43619
43620
43621 \begin_inset Phantom Phantom
43622 status open
43623
43624 \begin_layout Plain Layout
43625 W
43626 \end_layout
43627
43628 \end_inset
43629
43630
43631 \begin_inset ERT
43632 status collapsed
43633
43634 \begin_layout Plain Layout
43635
43636 }
43637 \end_layout
43638
43639 \end_inset
43640
43641  Periwinkle
43642 \end_layout
43643
43644 \end_inset
43645 </cell>
43646 </row>
43647 <row>
43648 <cell alignment="left" valignment="top" usebox="none">
43649 \begin_inset Text
43650
43651 \begin_layout Plain Layout
43652 \begin_inset ERT
43653 status collapsed
43654
43655 \begin_layout Plain Layout
43656
43657
43658 \backslash
43659 fcolorbox{black}{
43660 \end_layout
43661
43662 \end_inset
43663
43664 PineGreen
43665 \begin_inset ERT
43666 status collapsed
43667
43668 \begin_layout Plain Layout
43669
43670 }{
43671 \end_layout
43672
43673 \end_inset
43674
43675
43676 \begin_inset Phantom Phantom
43677 status open
43678
43679 \begin_layout Plain Layout
43680 W
43681 \end_layout
43682
43683 \end_inset
43684
43685
43686 \begin_inset ERT
43687 status collapsed
43688
43689 \begin_layout Plain Layout
43690
43691 }
43692 \end_layout
43693
43694 \end_inset
43695
43696  PineGreen
43697 \end_layout
43698
43699 \end_inset
43700 </cell>
43701 <cell alignment="left" valignment="top" usebox="none">
43702 \begin_inset Text
43703
43704 \begin_layout Plain Layout
43705 \begin_inset ERT
43706 status collapsed
43707
43708 \begin_layout Plain Layout
43709
43710
43711 \backslash
43712 fcolorbox{black}{
43713 \end_layout
43714
43715 \end_inset
43716
43717 Plum
43718 \begin_inset ERT
43719 status collapsed
43720
43721 \begin_layout Plain Layout
43722
43723 }{
43724 \end_layout
43725
43726 \end_inset
43727
43728
43729 \begin_inset Phantom Phantom
43730 status open
43731
43732 \begin_layout Plain Layout
43733 W
43734 \end_layout
43735
43736 \end_inset
43737
43738
43739 \begin_inset ERT
43740 status collapsed
43741
43742 \begin_layout Plain Layout
43743
43744 }
43745 \end_layout
43746
43747 \end_inset
43748
43749  Plum
43750 \end_layout
43751
43752 \end_inset
43753 </cell>
43754 <cell alignment="left" valignment="top" usebox="none">
43755 \begin_inset Text
43756
43757 \begin_layout Plain Layout
43758 \begin_inset ERT
43759 status collapsed
43760
43761 \begin_layout Plain Layout
43762
43763
43764 \backslash
43765 fcolorbox{black}{
43766 \end_layout
43767
43768 \end_inset
43769
43770 ProcessBlue
43771 \begin_inset ERT
43772 status collapsed
43773
43774 \begin_layout Plain Layout
43775
43776 }{
43777 \end_layout
43778
43779 \end_inset
43780
43781
43782 \begin_inset Phantom Phantom
43783 status open
43784
43785 \begin_layout Plain Layout
43786 W
43787 \end_layout
43788
43789 \end_inset
43790
43791
43792 \begin_inset ERT
43793 status collapsed
43794
43795 \begin_layout Plain Layout
43796
43797 }
43798 \end_layout
43799
43800 \end_inset
43801
43802  ProcessBlue
43803 \end_layout
43804
43805 \end_inset
43806 </cell>
43807 <cell alignment="left" valignment="top" usebox="none">
43808 \begin_inset Text
43809
43810 \begin_layout Plain Layout
43811 \begin_inset ERT
43812 status collapsed
43813
43814 \begin_layout Plain Layout
43815
43816
43817 \backslash
43818 fcolorbox{black}{
43819 \end_layout
43820
43821 \end_inset
43822
43823 Purple
43824 \begin_inset ERT
43825 status collapsed
43826
43827 \begin_layout Plain Layout
43828
43829 }{
43830 \end_layout
43831
43832 \end_inset
43833
43834
43835 \begin_inset Phantom Phantom
43836 status open
43837
43838 \begin_layout Plain Layout
43839 W
43840 \end_layout
43841
43842 \end_inset
43843
43844
43845 \begin_inset ERT
43846 status collapsed
43847
43848 \begin_layout Plain Layout
43849
43850 }
43851 \end_layout
43852
43853 \end_inset
43854
43855  Purple
43856 \end_layout
43857
43858 \end_inset
43859 </cell>
43860 </row>
43861 <row>
43862 <cell alignment="left" valignment="top" usebox="none">
43863 \begin_inset Text
43864
43865 \begin_layout Plain Layout
43866 \begin_inset ERT
43867 status collapsed
43868
43869 \begin_layout Plain Layout
43870
43871
43872 \backslash
43873 fcolorbox{black}{
43874 \end_layout
43875
43876 \end_inset
43877
43878 RawSienna
43879 \begin_inset ERT
43880 status collapsed
43881
43882 \begin_layout Plain Layout
43883
43884 }{
43885 \end_layout
43886
43887 \end_inset
43888
43889
43890 \begin_inset Phantom Phantom
43891 status open
43892
43893 \begin_layout Plain Layout
43894 W
43895 \end_layout
43896
43897 \end_inset
43898
43899
43900 \begin_inset ERT
43901 status collapsed
43902
43903 \begin_layout Plain Layout
43904
43905 }
43906 \end_layout
43907
43908 \end_inset
43909
43910  RawSienna
43911 \end_layout
43912
43913 \end_inset
43914 </cell>
43915 <cell alignment="left" valignment="top" usebox="none">
43916 \begin_inset Text
43917
43918 \begin_layout Plain Layout
43919 \begin_inset ERT
43920 status collapsed
43921
43922 \begin_layout Plain Layout
43923
43924
43925 \backslash
43926 fcolorbox{black}{
43927 \end_layout
43928
43929 \end_inset
43930
43931 RedOrange
43932 \begin_inset ERT
43933 status collapsed
43934
43935 \begin_layout Plain Layout
43936
43937 }{
43938 \end_layout
43939
43940 \end_inset
43941
43942
43943 \begin_inset Phantom Phantom
43944 status open
43945
43946 \begin_layout Plain Layout
43947 W
43948 \end_layout
43949
43950 \end_inset
43951
43952
43953 \begin_inset ERT
43954 status collapsed
43955
43956 \begin_layout Plain Layout
43957
43958 }
43959 \end_layout
43960
43961 \end_inset
43962
43963  RedOrange
43964 \end_layout
43965
43966 \end_inset
43967 </cell>
43968 <cell alignment="left" valignment="top" usebox="none">
43969 \begin_inset Text
43970
43971 \begin_layout Plain Layout
43972 \begin_inset ERT
43973 status collapsed
43974
43975 \begin_layout Plain Layout
43976
43977
43978 \backslash
43979 fcolorbox{black}{
43980 \end_layout
43981
43982 \end_inset
43983
43984 RedViolet
43985 \begin_inset ERT
43986 status collapsed
43987
43988 \begin_layout Plain Layout
43989
43990 }{
43991 \end_layout
43992
43993 \end_inset
43994
43995
43996 \begin_inset Phantom Phantom
43997 status open
43998
43999 \begin_layout Plain Layout
44000 W
44001 \end_layout
44002
44003 \end_inset
44004
44005
44006 \begin_inset ERT
44007 status collapsed
44008
44009 \begin_layout Plain Layout
44010
44011 }
44012 \end_layout
44013
44014 \end_inset
44015
44016  RedViolet
44017 \end_layout
44018
44019 \end_inset
44020 </cell>
44021 <cell alignment="left" valignment="top" usebox="none">
44022 \begin_inset Text
44023
44024 \begin_layout Plain Layout
44025 \begin_inset ERT
44026 status collapsed
44027
44028 \begin_layout Plain Layout
44029
44030
44031 \backslash
44032 fcolorbox{black}{
44033 \end_layout
44034
44035 \end_inset
44036
44037 Rhodamine
44038 \begin_inset ERT
44039 status collapsed
44040
44041 \begin_layout Plain Layout
44042
44043 }{
44044 \end_layout
44045
44046 \end_inset
44047
44048
44049 \begin_inset Phantom Phantom
44050 status open
44051
44052 \begin_layout Plain Layout
44053 W
44054 \end_layout
44055
44056 \end_inset
44057
44058
44059 \begin_inset ERT
44060 status collapsed
44061
44062 \begin_layout Plain Layout
44063
44064 }
44065 \end_layout
44066
44067 \end_inset
44068
44069  Rhodamine
44070 \end_layout
44071
44072 \end_inset
44073 </cell>
44074 </row>
44075 <row>
44076 <cell alignment="left" valignment="top" usebox="none">
44077 \begin_inset Text
44078
44079 \begin_layout Plain Layout
44080 \begin_inset ERT
44081 status collapsed
44082
44083 \begin_layout Plain Layout
44084
44085
44086 \backslash
44087 fcolorbox{black}{
44088 \end_layout
44089
44090 \end_inset
44091
44092 RoyalBlue
44093 \begin_inset ERT
44094 status collapsed
44095
44096 \begin_layout Plain Layout
44097
44098 }{
44099 \end_layout
44100
44101 \end_inset
44102
44103
44104 \begin_inset Phantom Phantom
44105 status open
44106
44107 \begin_layout Plain Layout
44108 W
44109 \end_layout
44110
44111 \end_inset
44112
44113
44114 \begin_inset ERT
44115 status collapsed
44116
44117 \begin_layout Plain Layout
44118
44119 }
44120 \end_layout
44121
44122 \end_inset
44123
44124  RoyalBlue
44125 \end_layout
44126
44127 \end_inset
44128 </cell>
44129 <cell alignment="left" valignment="top" usebox="none">
44130 \begin_inset Text
44131
44132 \begin_layout Plain Layout
44133 \begin_inset ERT
44134 status collapsed
44135
44136 \begin_layout Plain Layout
44137
44138
44139 \backslash
44140 fcolorbox{black}{
44141 \end_layout
44142
44143 \end_inset
44144
44145 RoyalPurple
44146 \begin_inset ERT
44147 status collapsed
44148
44149 \begin_layout Plain Layout
44150
44151 }{
44152 \end_layout
44153
44154 \end_inset
44155
44156
44157 \begin_inset Phantom Phantom
44158 status open
44159
44160 \begin_layout Plain Layout
44161 W
44162 \end_layout
44163
44164 \end_inset
44165
44166
44167 \begin_inset ERT
44168 status collapsed
44169
44170 \begin_layout Plain Layout
44171
44172 }
44173 \end_layout
44174
44175 \end_inset
44176
44177  RoyalPurple
44178 \end_layout
44179
44180 \end_inset
44181 </cell>
44182 <cell alignment="left" valignment="top" usebox="none">
44183 \begin_inset Text
44184
44185 \begin_layout Plain Layout
44186 \begin_inset ERT
44187 status collapsed
44188
44189 \begin_layout Plain Layout
44190
44191
44192 \backslash
44193 fcolorbox{black}{
44194 \end_layout
44195
44196 \end_inset
44197
44198 RubineRed
44199 \begin_inset ERT
44200 status collapsed
44201
44202 \begin_layout Plain Layout
44203
44204 }{
44205 \end_layout
44206
44207 \end_inset
44208
44209
44210 \begin_inset Phantom Phantom
44211 status open
44212
44213 \begin_layout Plain Layout
44214 W
44215 \end_layout
44216
44217 \end_inset
44218
44219
44220 \begin_inset ERT
44221 status collapsed
44222
44223 \begin_layout Plain Layout
44224
44225 }
44226 \end_layout
44227
44228 \end_inset
44229
44230  RubineRed
44231 \end_layout
44232
44233 \end_inset
44234 </cell>
44235 <cell alignment="left" valignment="top" usebox="none">
44236 \begin_inset Text
44237
44238 \begin_layout Plain Layout
44239 \begin_inset ERT
44240 status collapsed
44241
44242 \begin_layout Plain Layout
44243
44244
44245 \backslash
44246 fcolorbox{black}{
44247 \end_layout
44248
44249 \end_inset
44250
44251 Salmon
44252 \begin_inset ERT
44253 status collapsed
44254
44255 \begin_layout Plain Layout
44256
44257 }{
44258 \end_layout
44259
44260 \end_inset
44261
44262
44263 \begin_inset Phantom Phantom
44264 status open
44265
44266 \begin_layout Plain Layout
44267 W
44268 \end_layout
44269
44270 \end_inset
44271
44272
44273 \begin_inset ERT
44274 status collapsed
44275
44276 \begin_layout Plain Layout
44277
44278 }
44279 \end_layout
44280
44281 \end_inset
44282
44283  Salmon
44284 \end_layout
44285
44286 \end_inset
44287 </cell>
44288 </row>
44289 <row>
44290 <cell alignment="left" valignment="top" usebox="none">
44291 \begin_inset Text
44292
44293 \begin_layout Plain Layout
44294 \begin_inset ERT
44295 status collapsed
44296
44297 \begin_layout Plain Layout
44298
44299
44300 \backslash
44301 fcolorbox{black}{
44302 \end_layout
44303
44304 \end_inset
44305
44306 SeaGreen
44307 \begin_inset ERT
44308 status collapsed
44309
44310 \begin_layout Plain Layout
44311
44312 }{
44313 \end_layout
44314
44315 \end_inset
44316
44317
44318 \begin_inset Phantom Phantom
44319 status open
44320
44321 \begin_layout Plain Layout
44322 W
44323 \end_layout
44324
44325 \end_inset
44326
44327
44328 \begin_inset ERT
44329 status collapsed
44330
44331 \begin_layout Plain Layout
44332
44333 }
44334 \end_layout
44335
44336 \end_inset
44337
44338  SeaGreen
44339 \end_layout
44340
44341 \end_inset
44342 </cell>
44343 <cell alignment="left" valignment="top" usebox="none">
44344 \begin_inset Text
44345
44346 \begin_layout Plain Layout
44347 \begin_inset ERT
44348 status collapsed
44349
44350 \begin_layout Plain Layout
44351
44352
44353 \backslash
44354 fcolorbox{black}{
44355 \end_layout
44356
44357 \end_inset
44358
44359 Sepia
44360 \begin_inset ERT
44361 status collapsed
44362
44363 \begin_layout Plain Layout
44364
44365 }{
44366 \end_layout
44367
44368 \end_inset
44369
44370
44371 \begin_inset Phantom Phantom
44372 status open
44373
44374 \begin_layout Plain Layout
44375 W
44376 \end_layout
44377
44378 \end_inset
44379
44380
44381 \begin_inset ERT
44382 status collapsed
44383
44384 \begin_layout Plain Layout
44385
44386 }
44387 \end_layout
44388
44389 \end_inset
44390
44391  Sepia
44392 \end_layout
44393
44394 \end_inset
44395 </cell>
44396 <cell alignment="left" valignment="top" usebox="none">
44397 \begin_inset Text
44398
44399 \begin_layout Plain Layout
44400 \begin_inset ERT
44401 status collapsed
44402
44403 \begin_layout Plain Layout
44404
44405
44406 \backslash
44407 fcolorbox{black}{
44408 \end_layout
44409
44410 \end_inset
44411
44412 SkyBlue
44413 \begin_inset ERT
44414 status collapsed
44415
44416 \begin_layout Plain Layout
44417
44418 }{
44419 \end_layout
44420
44421 \end_inset
44422
44423
44424 \begin_inset Phantom Phantom
44425 status open
44426
44427 \begin_layout Plain Layout
44428 W
44429 \end_layout
44430
44431 \end_inset
44432
44433
44434 \begin_inset ERT
44435 status collapsed
44436
44437 \begin_layout Plain Layout
44438
44439 }
44440 \end_layout
44441
44442 \end_inset
44443
44444  SkyBlue
44445 \end_layout
44446
44447 \end_inset
44448 </cell>
44449 <cell alignment="left" valignment="top" usebox="none">
44450 \begin_inset Text
44451
44452 \begin_layout Plain Layout
44453 \begin_inset ERT
44454 status collapsed
44455
44456 \begin_layout Plain Layout
44457
44458
44459 \backslash
44460 fcolorbox{black}{
44461 \end_layout
44462
44463 \end_inset
44464
44465 SpringGreen
44466 \begin_inset ERT
44467 status collapsed
44468
44469 \begin_layout Plain Layout
44470
44471 }{
44472 \end_layout
44473
44474 \end_inset
44475
44476
44477 \begin_inset Phantom Phantom
44478 status open
44479
44480 \begin_layout Plain Layout
44481 W
44482 \end_layout
44483
44484 \end_inset
44485
44486
44487 \begin_inset ERT
44488 status collapsed
44489
44490 \begin_layout Plain Layout
44491
44492 }
44493 \end_layout
44494
44495 \end_inset
44496
44497  SpringGreen
44498 \end_layout
44499
44500 \end_inset
44501 </cell>
44502 </row>
44503 <row>
44504 <cell alignment="left" valignment="top" usebox="none">
44505 \begin_inset Text
44506
44507 \begin_layout Plain Layout
44508 \begin_inset ERT
44509 status collapsed
44510
44511 \begin_layout Plain Layout
44512
44513
44514 \backslash
44515 fcolorbox{black}{
44516 \end_layout
44517
44518 \end_inset
44519
44520 Tan
44521 \begin_inset ERT
44522 status collapsed
44523
44524 \begin_layout Plain Layout
44525
44526 }{
44527 \end_layout
44528
44529 \end_inset
44530
44531
44532 \begin_inset Phantom Phantom
44533 status open
44534
44535 \begin_layout Plain Layout
44536 W
44537 \end_layout
44538
44539 \end_inset
44540
44541
44542 \begin_inset ERT
44543 status collapsed
44544
44545 \begin_layout Plain Layout
44546
44547 }
44548 \end_layout
44549
44550 \end_inset
44551
44552  Tan
44553 \end_layout
44554
44555 \end_inset
44556 </cell>
44557 <cell alignment="left" valignment="top" usebox="none">
44558 \begin_inset Text
44559
44560 \begin_layout Plain Layout
44561 \begin_inset ERT
44562 status collapsed
44563
44564 \begin_layout Plain Layout
44565
44566
44567 \backslash
44568 fcolorbox{black}{
44569 \end_layout
44570
44571 \end_inset
44572
44573 TealBlue
44574 \begin_inset ERT
44575 status collapsed
44576
44577 \begin_layout Plain Layout
44578
44579 }{
44580 \end_layout
44581
44582 \end_inset
44583
44584
44585 \begin_inset Phantom Phantom
44586 status open
44587
44588 \begin_layout Plain Layout
44589 W
44590 \end_layout
44591
44592 \end_inset
44593
44594
44595 \begin_inset ERT
44596 status collapsed
44597
44598 \begin_layout Plain Layout
44599
44600 }
44601 \end_layout
44602
44603 \end_inset
44604
44605  TealBlue
44606 \end_layout
44607
44608 \end_inset
44609 </cell>
44610 <cell alignment="left" valignment="top" usebox="none">
44611 \begin_inset Text
44612
44613 \begin_layout Plain Layout
44614 \begin_inset ERT
44615 status collapsed
44616
44617 \begin_layout Plain Layout
44618
44619
44620 \backslash
44621 fcolorbox{black}{
44622 \end_layout
44623
44624 \end_inset
44625
44626 Thistle
44627 \begin_inset ERT
44628 status collapsed
44629
44630 \begin_layout Plain Layout
44631
44632 }{
44633 \end_layout
44634
44635 \end_inset
44636
44637
44638 \begin_inset Phantom Phantom
44639 status open
44640
44641 \begin_layout Plain Layout
44642 W
44643 \end_layout
44644
44645 \end_inset
44646
44647
44648 \begin_inset ERT
44649 status collapsed
44650
44651 \begin_layout Plain Layout
44652
44653 }
44654 \end_layout
44655
44656 \end_inset
44657
44658  Thistle
44659 \end_layout
44660
44661 \end_inset
44662 </cell>
44663 <cell alignment="left" valignment="top" usebox="none">
44664 \begin_inset Text
44665
44666 \begin_layout Plain Layout
44667 \begin_inset ERT
44668 status collapsed
44669
44670 \begin_layout Plain Layout
44671
44672
44673 \backslash
44674 fcolorbox{black}{
44675 \end_layout
44676
44677 \end_inset
44678
44679 Turquoise
44680 \begin_inset ERT
44681 status collapsed
44682
44683 \begin_layout Plain Layout
44684
44685 }{
44686 \end_layout
44687
44688 \end_inset
44689
44690
44691 \begin_inset Phantom Phantom
44692 status open
44693
44694 \begin_layout Plain Layout
44695 W
44696 \end_layout
44697
44698 \end_inset
44699
44700
44701 \begin_inset ERT
44702 status collapsed
44703
44704 \begin_layout Plain Layout
44705
44706 }
44707 \end_layout
44708
44709 \end_inset
44710
44711  Turquoise
44712 \end_layout
44713
44714 \end_inset
44715 </cell>
44716 </row>
44717 <row>
44718 <cell alignment="left" valignment="top" usebox="none">
44719 \begin_inset Text
44720
44721 \begin_layout Plain Layout
44722 \begin_inset ERT
44723 status collapsed
44724
44725 \begin_layout Plain Layout
44726
44727
44728 \backslash
44729 fcolorbox{black}{
44730 \end_layout
44731
44732 \end_inset
44733
44734 Violet
44735 \begin_inset ERT
44736 status collapsed
44737
44738 \begin_layout Plain Layout
44739
44740 }{
44741 \end_layout
44742
44743 \end_inset
44744
44745
44746 \begin_inset Phantom Phantom
44747 status open
44748
44749 \begin_layout Plain Layout
44750 W
44751 \end_layout
44752
44753 \end_inset
44754
44755
44756 \begin_inset ERT
44757 status collapsed
44758
44759 \begin_layout Plain Layout
44760
44761 }
44762 \end_layout
44763
44764 \end_inset
44765
44766  Violet
44767 \end_layout
44768
44769 \end_inset
44770 </cell>
44771 <cell alignment="left" valignment="top" usebox="none">
44772 \begin_inset Text
44773
44774 \begin_layout Plain Layout
44775 \begin_inset ERT
44776 status collapsed
44777
44778 \begin_layout Plain Layout
44779
44780
44781 \backslash
44782 fcolorbox{black}{
44783 \end_layout
44784
44785 \end_inset
44786
44787 VioletRed
44788 \begin_inset ERT
44789 status collapsed
44790
44791 \begin_layout Plain Layout
44792
44793 }{
44794 \end_layout
44795
44796 \end_inset
44797
44798
44799 \begin_inset Phantom Phantom
44800 status open
44801
44802 \begin_layout Plain Layout
44803 W
44804 \end_layout
44805
44806 \end_inset
44807
44808
44809 \begin_inset ERT
44810 status collapsed
44811
44812 \begin_layout Plain Layout
44813
44814 }
44815 \end_layout
44816
44817 \end_inset
44818
44819  VioletRed
44820 \end_layout
44821
44822 \end_inset
44823 </cell>
44824 <cell alignment="left" valignment="top" usebox="none">
44825 \begin_inset Text
44826
44827 \begin_layout Plain Layout
44828 \begin_inset ERT
44829 status collapsed
44830
44831 \begin_layout Plain Layout
44832
44833
44834 \backslash
44835 fcolorbox{black}{
44836 \end_layout
44837
44838 \end_inset
44839
44840 WildStrawberry
44841 \begin_inset ERT
44842 status collapsed
44843
44844 \begin_layout Plain Layout
44845
44846 }{
44847 \end_layout
44848
44849 \end_inset
44850
44851
44852 \begin_inset Phantom Phantom
44853 status open
44854
44855 \begin_layout Plain Layout
44856 W
44857 \end_layout
44858
44859 \end_inset
44860
44861
44862 \begin_inset ERT
44863 status collapsed
44864
44865 \begin_layout Plain Layout
44866
44867 }
44868 \end_layout
44869
44870 \end_inset
44871
44872  WildStrawberry
44873 \end_layout
44874
44875 \end_inset
44876 </cell>
44877 <cell alignment="left" valignment="top" usebox="none">
44878 \begin_inset Text
44879
44880 \begin_layout Plain Layout
44881 \begin_inset ERT
44882 status collapsed
44883
44884 \begin_layout Plain Layout
44885
44886
44887 \backslash
44888 fcolorbox{black}{
44889 \end_layout
44890
44891 \end_inset
44892
44893 YellowGreen
44894 \begin_inset ERT
44895 status collapsed
44896
44897 \begin_layout Plain Layout
44898
44899 }{
44900 \end_layout
44901
44902 \end_inset
44903
44904
44905 \begin_inset Phantom Phantom
44906 status open
44907
44908 \begin_layout Plain Layout
44909 W
44910 \end_layout
44911
44912 \end_inset
44913
44914
44915 \begin_inset ERT
44916 status collapsed
44917
44918 \begin_layout Plain Layout
44919
44920 }
44921 \end_layout
44922
44923 \end_inset
44924
44925  YellowGreen
44926 \end_layout
44927
44928 \end_inset
44929 </cell>
44930 </row>
44931 <row>
44932 <cell alignment="left" valignment="top" usebox="none">
44933 \begin_inset Text
44934
44935 \begin_layout Plain Layout
44936 \begin_inset ERT
44937 status collapsed
44938
44939 \begin_layout Plain Layout
44940
44941
44942 \backslash
44943 fcolorbox{black}{
44944 \end_layout
44945
44946 \end_inset
44947
44948 YellowOrange
44949 \begin_inset ERT
44950 status collapsed
44951
44952 \begin_layout Plain Layout
44953
44954 }{
44955 \end_layout
44956
44957 \end_inset
44958
44959
44960 \begin_inset Phantom Phantom
44961 status open
44962
44963 \begin_layout Plain Layout
44964 W
44965 \end_layout
44966
44967 \end_inset
44968
44969
44970 \begin_inset ERT
44971 status collapsed
44972
44973 \begin_layout Plain Layout
44974
44975 }
44976 \end_layout
44977
44978 \end_inset
44979
44980  YellowOrange
44981 \end_layout
44982
44983 \end_inset
44984 </cell>
44985 <cell alignment="left" valignment="top" usebox="none">
44986 \begin_inset Text
44987
44988 \begin_layout Plain Layout
44989
44990 \end_layout
44991
44992 \end_inset
44993 </cell>
44994 <cell alignment="left" valignment="top" usebox="none">
44995 \begin_inset Text
44996
44997 \begin_layout Plain Layout
44998
44999 \end_layout
45000
45001 \end_inset
45002 </cell>
45003 <cell alignment="left" valignment="top" usebox="none">
45004 \begin_inset Text
45005
45006 \begin_layout Plain Layout
45007
45008 \end_layout
45009
45010 \end_inset
45011 </cell>
45012 </row>
45013 </lyxtabular>
45014
45015 \end_inset
45016
45017
45018 \end_layout
45019
45020 \begin_layout Chapter
45021 Explanation of Equation
45022 \begin_inset space ~
45023 \end_inset
45024
45025 (
45026 \begin_inset CommandInset ref
45027 LatexCommand ref
45028 reference "eq:Wgn"
45029
45030 \end_inset
45031
45032 )
45033 \begin_inset CommandInset label
45034 LatexCommand label
45035 name "cha:Explanation-of-Equation"
45036
45037 \end_inset
45038
45039
45040 \end_layout
45041
45042 \begin_layout Standard
45043 We can calculate the total width of 
45044 \emph on
45045 n
45046 \emph default
45047  table cells 
45048 \begin_inset Formula $W_{\mathrm{tot\,n}}$
45049 \end_inset
45050
45051  as follows:
45052 \begin_inset Formula 
45053 \begin{equation}
45054 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45055 \end{equation}
45056
45057 \end_inset
45058
45059 where 
45060 \begin_inset Formula $W_{g\,n}$
45061 \end_inset
45062
45063  is the given width of all cells, 
45064 \series bold
45065
45066 \backslash
45067 tabcolsep
45068 \series default
45069  is the LaTeX-length between the cell text and the cell border (its default
45070  value is 6
45071 \begin_inset space \thinspace{}
45072 \end_inset
45073
45074 pt).
45075  
45076 \series bold
45077
45078 \backslash
45079 arrayrulewidth
45080 \series default
45081  is the thickness of the cell border line, the default is 0.4
45082 \begin_inset space \thinspace{}
45083 \end_inset
45084
45085 pt.
45086 \end_layout
45087
45088 \begin_layout Standard
45089 Following equation
45090 \begin_inset space ~
45091 \end_inset
45092
45093
45094 \begin_inset CommandInset ref
45095 LatexCommand eqref
45096 reference "eq:Wtot_n"
45097
45098 \end_inset
45099
45100 , the total width of a multicolumn 
45101 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45102 \end_inset
45103
45104  is
45105 \begin_inset Formula 
45106 \begin{equation}
45107 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45108 \end{equation}
45109
45110 \end_inset
45111
45112
45113 \end_layout
45114
45115 \begin_layout Standard
45116 By setting equation
45117 \begin_inset space ~
45118 \end_inset
45119
45120
45121 \begin_inset CommandInset ref
45122 LatexCommand eqref
45123 reference "eq:Wtot_n"
45124
45125 \end_inset
45126
45127  and 
45128 \begin_inset CommandInset ref
45129 LatexCommand eqref
45130 reference "eq:Wtot_mult"
45131
45132 \end_inset
45133
45134  equal we can calculate the needed given width 
45135 \begin_inset Formula $W_{g\,n}$
45136 \end_inset
45137
45138  when 
45139 \emph on
45140 n
45141 \emph default
45142  columns are spanned, so that each column has a total width of 
45143 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45144 \end_inset
45145
45146 :
45147 \begin_inset Formula 
45148 \begin{equation}
45149 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45150 \end{equation}
45151
45152 \end_inset
45153
45154
45155 \end_layout
45156
45157 \begin_layout Bibliography
45158 \begin_inset CommandInset bibitem
45159 LatexCommand bibitem
45160 key "latexcompanion"
45161
45162 \end_inset
45163
45164 Frank Mittelbach and Michel Goossens: 
45165 \emph on
45166 The LaTeX Companion Second Edition.
45167
45168 \emph default
45169  Addison-Wesley, 2004
45170 \end_layout
45171
45172 \begin_layout Bibliography
45173 \begin_inset CommandInset bibitem
45174 LatexCommand bibitem
45175 key "latexguide"
45176
45177 \end_inset
45178
45179 Helmut Kopka and Patrick W.
45180  Daly: 
45181 \emph on
45182 A Guide to LaTeX Fourth Edition.
45183
45184 \emph default
45185  Addison-Wesley, 2003
45186 \end_layout
45187
45188 \begin_layout Bibliography
45189 \begin_inset CommandInset bibitem
45190 LatexCommand bibitem
45191 key "latexbook"
45192
45193 \end_inset
45194
45195 Leslie Lamport: 
45196 \emph on
45197 LaTeX: A Document Preparation System.
45198
45199 \emph default
45200  Addison-Wesley, second edition, 1994
45201 \end_layout
45202
45203 \begin_layout Bibliography
45204 \begin_inset CommandInset bibitem
45205 LatexCommand bibitem
45206 key "arydshln"
45207
45208 \end_inset
45209
45210 Documentation of the LaTeX-package 
45211 \series bold
45212
45213 \begin_inset CommandInset href
45214 LatexCommand href
45215 name "arydshln"
45216 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45217
45218 \end_inset
45219
45220
45221 \series default
45222
45223 \begin_inset Index idx
45224 status collapsed
45225
45226 \begin_layout Plain Layout
45227 LaTeX-packages ! arydshln
45228 \end_layout
45229
45230 \end_inset
45231
45232
45233 \end_layout
45234
45235 \begin_layout Bibliography
45236 \begin_inset CommandInset bibitem
45237 LatexCommand bibitem
45238 key "booktabs"
45239
45240 \end_inset
45241
45242 Documentation of the LaTeX-package 
45243 \series bold
45244
45245 \begin_inset CommandInset href
45246 LatexCommand href
45247 name "booktabs"
45248 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45249
45250 \end_inset
45251
45252
45253 \series default
45254
45255 \begin_inset Index idx
45256 status collapsed
45257
45258 \begin_layout Plain Layout
45259 LaTeX-packages ! booktabs
45260 \end_layout
45261
45262 \end_inset
45263
45264
45265 \end_layout
45266
45267 \begin_layout Bibliography
45268 \begin_inset CommandInset bibitem
45269 LatexCommand bibitem
45270 key "caption"
45271
45272 \end_inset
45273
45274 Documentation of the LaTeX-package 
45275 \series bold
45276
45277 \begin_inset CommandInset href
45278 LatexCommand href
45279 name "caption"
45280 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45281
45282 \end_inset
45283
45284
45285 \series default
45286
45287 \begin_inset Index idx
45288 status collapsed
45289
45290 \begin_layout Plain Layout
45291 LaTeX-packages ! caption
45292 \end_layout
45293
45294 \end_inset
45295
45296
45297 \end_layout
45298
45299 \begin_layout Bibliography
45300 \begin_inset CommandInset bibitem
45301 LatexCommand bibitem
45302 key "diagbox"
45303
45304 \end_inset
45305
45306 Documentation of the LaTeX-package 
45307 \series bold
45308
45309 \begin_inset CommandInset href
45310 LatexCommand href
45311 name "diagbox"
45312 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45313
45314 \end_inset
45315
45316
45317 \series default
45318
45319 \begin_inset Index idx
45320 status collapsed
45321
45322 \begin_layout Plain Layout
45323 LaTeX-packages ! diagbox
45324 \end_layout
45325
45326 \end_inset
45327
45328
45329 \end_layout
45330
45331 \begin_layout Bibliography
45332 \begin_inset CommandInset bibitem
45333 LatexCommand bibitem
45334 key "endfloat"
45335
45336 \end_inset
45337
45338 Documentation of the LaTeX-package 
45339 \series bold
45340
45341 \begin_inset CommandInset href
45342 LatexCommand href
45343 name "endfloat"
45344 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45345
45346 \end_inset
45347
45348
45349 \series default
45350
45351 \begin_inset Index idx
45352 status collapsed
45353
45354 \begin_layout Plain Layout
45355 LaTeX-packages ! endfloat
45356 \end_layout
45357
45358 \end_inset
45359
45360
45361 \end_layout
45362
45363 \begin_layout Bibliography
45364 \begin_inset CommandInset bibitem
45365 LatexCommand bibitem
45366 key "footmisc"
45367
45368 \end_inset
45369
45370 Documentation of the LaTeX-package 
45371 \series bold
45372
45373 \begin_inset CommandInset href
45374 LatexCommand href
45375 name "footmisc"
45376 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45377
45378 \end_inset
45379
45380
45381 \series default
45382
45383 \begin_inset Index idx
45384 status collapsed
45385
45386 \begin_layout Plain Layout
45387 LaTeX-packages ! footmisc
45388 \end_layout
45389
45390 \end_inset
45391
45392
45393 \end_layout
45394
45395 \begin_layout Bibliography
45396 \begin_inset CommandInset bibitem
45397 LatexCommand bibitem
45398 key "hypcap"
45399
45400 \end_inset
45401
45402 Documentation of the LaTeX-package 
45403 \series bold
45404
45405 \begin_inset CommandInset href
45406 LatexCommand href
45407 name "hypcap"
45408 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45409
45410 \end_inset
45411
45412
45413 \series default
45414
45415 \begin_inset Index idx
45416 status collapsed
45417
45418 \begin_layout Plain Layout
45419 LaTeX-packages ! hyperref
45420 \end_layout
45421
45422 \end_inset
45423
45424
45425 \end_layout
45426
45427 \begin_layout Bibliography
45428 \begin_inset CommandInset bibitem
45429 LatexCommand bibitem
45430 key "hyperref"
45431
45432 \end_inset
45433
45434 Documentation of the LaTeX-package 
45435 \series bold
45436
45437 \begin_inset CommandInset href
45438 LatexCommand href
45439 name "hyperref"
45440 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45441
45442 \end_inset
45443
45444
45445 \series default
45446
45447 \begin_inset Index idx
45448 status collapsed
45449
45450 \begin_layout Plain Layout
45451 LaTeX-packages ! hyperref
45452 \end_layout
45453
45454 \end_inset
45455
45456
45457 \end_layout
45458
45459 \begin_layout Bibliography
45460 \begin_inset CommandInset bibitem
45461 LatexCommand bibitem
45462 key "KOMA-Script"
45463
45464 \end_inset
45465
45466 Documentation of the LaTeX-package 
45467 \series bold
45468
45469 \begin_inset CommandInset href
45470 LatexCommand href
45471 name "KOMA-Script"
45472 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45473
45474 \end_inset
45475
45476
45477 \series default
45478
45479 \begin_inset Index idx
45480 status collapsed
45481
45482 \begin_layout Plain Layout
45483 LaTeX-packages ! KOMA-Script
45484 \end_layout
45485
45486 \end_inset
45487
45488
45489 \end_layout
45490
45491 \begin_layout Bibliography
45492 \begin_inset CommandInset bibitem
45493 LatexCommand bibitem
45494 key "lettrine"
45495
45496 \end_inset
45497
45498 Documentation of the LaTeX-package 
45499 \series bold
45500
45501 \begin_inset CommandInset href
45502 LatexCommand href
45503 name "lettrine"
45504 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45505
45506 \end_inset
45507
45508
45509 \series default
45510  and an 
45511 \begin_inset CommandInset href
45512 LatexCommand href
45513 name "example"
45514 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45515
45516 \end_inset
45517
45518
45519 \begin_inset Index idx
45520 status collapsed
45521
45522 \begin_layout Plain Layout
45523 LaTeX-packages ! lettrine
45524 \end_layout
45525
45526 \end_inset
45527
45528
45529 \end_layout
45530
45531 \begin_layout Bibliography
45532 \begin_inset CommandInset bibitem
45533 LatexCommand bibitem
45534 key "listings"
45535
45536 \end_inset
45537
45538 Documentation of the LaTeX-package 
45539 \series bold
45540
45541 \begin_inset CommandInset href
45542 LatexCommand href
45543 name "listings"
45544 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45545
45546 \end_inset
45547
45548
45549 \series default
45550
45551 \begin_inset Index idx
45552 status collapsed
45553
45554 \begin_layout Plain Layout
45555 LaTeX-packages ! listings
45556 \end_layout
45557
45558 \end_inset
45559
45560
45561 \end_layout
45562
45563 \begin_layout Bibliography
45564 \begin_inset CommandInset bibitem
45565 LatexCommand bibitem
45566 key "marginnote"
45567
45568 \end_inset
45569
45570 Documentation of the LaTeX-package 
45571 \series bold
45572
45573 \begin_inset CommandInset href
45574 LatexCommand href
45575 name "marginnote"
45576 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45577
45578 \end_inset
45579
45580
45581 \series default
45582
45583 \begin_inset Index idx
45584 status collapsed
45585
45586 \begin_layout Plain Layout
45587 LaTeX-packages ! marginnote
45588 \end_layout
45589
45590 \end_inset
45591
45592
45593 \end_layout
45594
45595 \begin_layout Bibliography
45596 \begin_inset CommandInset bibitem
45597 LatexCommand bibitem
45598 key "pdfpages"
45599
45600 \end_inset
45601
45602 Documentation of the LaTeX-package 
45603 \series bold
45604
45605 \begin_inset CommandInset href
45606 LatexCommand href
45607 name "pdfpages"
45608 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45609
45610 \end_inset
45611
45612
45613 \series default
45614
45615 \begin_inset Index idx
45616 status collapsed
45617
45618 \begin_layout Plain Layout
45619 LaTeX-packages ! pdfpages
45620 \end_layout
45621
45622 \end_inset
45623
45624
45625 \end_layout
45626
45627 \begin_layout Bibliography
45628 \begin_inset CommandInset bibitem
45629 LatexCommand bibitem
45630 key "prettyref"
45631
45632 \end_inset
45633
45634 Documentation of the LaTeX-package 
45635 \series bold
45636
45637 \begin_inset CommandInset href
45638 LatexCommand href
45639 name "prettyref"
45640 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45641
45642 \end_inset
45643
45644
45645 \series default
45646
45647 \begin_inset Index idx
45648 status collapsed
45649
45650 \begin_layout Plain Layout
45651 LaTeX-packages ! prettyref
45652 \end_layout
45653
45654 \end_inset
45655
45656
45657 \end_layout
45658
45659 \begin_layout Bibliography
45660 \begin_inset CommandInset bibitem
45661 LatexCommand bibitem
45662 key "pstricks"
45663
45664 \end_inset
45665
45666 Web page of the LaTeX-package 
45667 \series bold
45668
45669 \begin_inset CommandInset href
45670 LatexCommand href
45671 name "PSTricks"
45672 target "http://tug.org/PSTricks/"
45673
45674 \end_inset
45675
45676
45677 \series default
45678
45679 \begin_inset Index idx
45680 status collapsed
45681
45682 \begin_layout Plain Layout
45683 LaTeX-packages ! PSTricks
45684 \end_layout
45685
45686 \end_inset
45687
45688
45689 \end_layout
45690
45691 \begin_layout Bibliography
45692 \begin_inset CommandInset bibitem
45693 LatexCommand bibitem
45694 key "refstyle"
45695
45696 \end_inset
45697
45698 Documentation of the LaTeX-package 
45699 \series bold
45700
45701 \begin_inset CommandInset href
45702 LatexCommand href
45703 name "refstyle"
45704 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45705
45706 \end_inset
45707
45708
45709 \series default
45710
45711 \begin_inset Index idx
45712 status collapsed
45713
45714 \begin_layout Plain Layout
45715 LaTeX-packages ! refstyle
45716 \end_layout
45717
45718 \end_inset
45719
45720
45721 \end_layout
45722
45723 \begin_layout Bibliography
45724 \begin_inset CommandInset bibitem
45725 LatexCommand bibitem
45726 key "sidecap"
45727
45728 \end_inset
45729
45730 Documentation of the LaTeX-package 
45731 \series bold
45732
45733 \begin_inset CommandInset href
45734 LatexCommand href
45735 name "sidecap"
45736 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45737
45738 \end_inset
45739
45740
45741 \series default
45742
45743 \begin_inset Index idx
45744 status collapsed
45745
45746 \begin_layout Plain Layout
45747 LaTeX-packages ! sidecap
45748 \end_layout
45749
45750 \end_inset
45751
45752
45753 \end_layout
45754
45755 \begin_layout Bibliography
45756 \begin_inset CommandInset bibitem
45757 LatexCommand bibitem
45758 key "NewInLyX20"
45759
45760 \end_inset
45761
45762
45763 \begin_inset CommandInset href
45764 LatexCommand href
45765 name "Wiki page"
45766 target "http://wiki.lyx.org/LyX/NewInLyX20"
45767
45768 \end_inset
45769
45770  about new features in 
45771 \family sans
45772 LyX 2.0
45773 \family default
45774 .
45775 \end_layout
45776
45777 \begin_layout Standard
45778 \begin_inset CommandInset index_print
45779 LatexCommand printindex
45780 type "idx"
45781
45782 \end_inset
45783
45784
45785 \end_layout
45786
45787 \end_body
45788 \end_document