]> git.lyx.org Git - features.git/blob - lib/doc/EmbeddedObjects.lyx
7f8e2f1b12f4beb477ef6b306898b0faf33d8fb2
[features.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 459
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
167 % workaround for a bug in KOMA-script 3.10a
168 % remove this if a newer KOMA-script version is released!
169 \usepackage{everysel,sidecap}
170 \end_preamble
171 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
172 \use_default_options false
173 \begin_modules
174 initials
175 \end_modules
176 \maintain_unincluded_children false
177 \language english
178 \language_package default
179 \inputencoding auto
180 \fontencoding global
181 \font_roman default
182 \font_sans default
183 \font_typewriter default
184 \font_math auto
185 \font_default_family default
186 \use_non_tex_fonts false
187 \font_sc false
188 \font_osf false
189 \font_sf_scale 100
190 \font_tt_scale 100
191 \graphics default
192 \default_output_format default
193 \output_sync 0
194 \bibtex_command default
195 \index_command default
196 \paperfontsize 12
197 \spacing single
198 \use_hyperref true
199 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
200 \pdf_author "LyX Team, Uwe Stöhr"
201 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
202 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
203 \pdf_bookmarks true
204 \pdf_bookmarksnumbered true
205 \pdf_bookmarksopen true
206 \pdf_bookmarksopenlevel 1
207 \pdf_breaklinks false
208 \pdf_pdfborder false
209 \pdf_colorlinks true
210 \pdf_backref false
211 \pdf_pdfusetitle false
212 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
213 \papersize default
214 \use_geometry false
215 \use_package amsmath 2
216 \use_package amssymb 2
217 \use_package esint 0
218 \use_package mathdots 1
219 \use_package mathtools 0
220 \use_package mhchem 1
221 \use_package stackrel 0
222 \use_package stmaryrd 0
223 \use_package undertilde 0
224 \cite_engine basic
225 \cite_engine_type numerical
226 \biblio_style plain
227 \use_bibtopic false
228 \use_indices false
229 \paperorientation portrait
230 \suppress_date false
231 \justification true
232 \use_refstyle 0
233 \notefontcolor #0000ff
234 \index Index
235 \shortcut idx
236 \color #008000
237 \end_index
238 \secnumdepth 3
239 \tocdepth 3
240 \paragraph_separation skip
241 \defskip medskip
242 \quotes_language english
243 \papercolumns 1
244 \papersides 2
245 \paperpagestyle default
246 \bullet 1 1 34 -1
247 \bullet 2 2 35 -1
248 \bullet 3 2 7 -1
249 \tracking_changes true
250 \output_changes false
251 \html_math_output 0
252 \html_css_as_file 0
253 \html_be_strict false
254 \author -195340706 "Georg Baum" 
255 \end_header
256
257 \begin_body
258
259 \begin_layout Title
260 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
261  manual
262 \end_layout
263
264 \begin_layout Author
265 by the LyX Team
266 \begin_inset Foot
267 status collapsed
268
269 \begin_layout Plain Layout
270 \noindent
271 If you have comments or error corrections, please send them to the LyX Documenta
272 tion mailing list: 
273 \begin_inset CommandInset href
274 LatexCommand href
275 name "lyx-docs@lists.lyx.org"
276 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
277 type "mailto:"
278
279 \end_inset
280
281
282 \end_layout
283
284 \end_inset
285
286
287 \begin_inset Note Note
288 status collapsed
289
290 \begin_layout Plain Layout
291 author: Uwe Stöhr
292 \end_layout
293
294 \end_inset
295
296
297 \begin_inset Newline newline
298 \end_inset
299
300
301 \begin_inset Newline newline
302 \end_inset
303
304
305 \family sans
306 Version 2.0.x
307 \end_layout
308
309 \begin_layout Standard
310 \begin_inset CommandInset toc
311 LatexCommand tableofcontents
312
313 \end_inset
314
315
316 \end_layout
317
318 \begin_layout Standard
319 \begin_inset Note Note
320 status open
321
322 \begin_layout Plain Layout
323 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
324  
325 \series bold
326 arydshln
327 \series default
328
329 \series bold
330 colortbl
331 \series default
332
333 \series bold
334 diagbox, lettrine, marginnote, picinpar
335 \series default
336  and 
337 \series bold
338 sidecap
339 \series default
340  must be installed.
341  If they are not installed you can export the document anyway but the sections
342  where the packages are required won't appear in the output.
343 \end_layout
344
345 \begin_layout Plain Layout
346 The latest PDF-version of this document can be found here:
347 \begin_inset Newline newline
348 \end_inset
349
350
351 \series bold
352 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
353 \end_layout
354
355 \end_inset
356
357
358 \end_layout
359
360 \begin_layout Chapter
361 Figures
362 \begin_inset Index idx
363 status collapsed
364
365 \begin_layout Plain Layout
366 Figures
367 \end_layout
368
369 \end_inset
370
371
372 \begin_inset Index idx
373 status collapsed
374
375 \begin_layout Plain Layout
376 Graphics|see
377 \begin_inset ERT
378 status collapsed
379
380 \begin_layout Plain Layout
381
382 {
383 \end_layout
384
385 \end_inset
386
387 Figures
388 \begin_inset ERT
389 status collapsed
390
391 \begin_layout Plain Layout
392
393 }
394 \end_layout
395
396 \end_inset
397
398
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \begin_layout Section
407 Graphics Dialog
408 \begin_inset Index idx
409 status collapsed
410
411 \begin_layout Plain Layout
412 Figures ! Graphics Dialog
413 \end_layout
414
415 \end_inset
416
417
418 \begin_inset CommandInset label
419 LatexCommand label
420 name "sec:Graphics-Dialog"
421
422 \end_inset
423
424
425 \end_layout
426
427 \begin_layout Standard
428 To insert an image into your document, place the cursor at the text position
429  you want and click on the toolbar icon 
430 \begin_inset Info
431 type  "icon"
432 arg   "dialog-show-new-inset graphics"
433 \end_inset
434
435  or use the menu 
436 \family sans
437 Insert\SpecialChar \menuseparator
438 Graphics
439 \family default
440 .
441  Then a dialog will appear to choose the file to load.
442  The image will appear in the output exactly at the position where it is
443  in the text.
444 \end_layout
445
446 \begin_layout Standard
447 The graphics dialog can be called at any time by clicking on an image.
448  This dialog has three tabs:
449 \end_layout
450
451 \begin_layout Description
452
453 \family sans
454 Graphics
455 \family default
456  Here you can choose an image file and adjust its appearance in the output.
457  The available units for the image size are explained in appendix
458 \begin_inset space ~
459 \end_inset
460
461
462 \begin_inset CommandInset ref
463 LatexCommand ref
464 reference "cha:Units-available-in"
465
466 \end_inset
467
468 .
469 \begin_inset Newline newline
470 \end_inset
471
472
473 \begin_inset Index idx
474 status collapsed
475
476 \begin_layout Plain Layout
477 Figures ! rotated
478 \end_layout
479
480 \end_inset
481
482 You can rotate images counter-clockwise by setting a rotation angle and
483  a rotation origin.
484  The image will also be rotated inside LyX.
485 \begin_inset Newline newline
486 \end_inset
487
488
489 \begin_inset Index idx
490 status collapsed
491
492 \begin_layout Plain Layout
493 Figures ! scaled
494 \end_layout
495
496 \end_inset
497
498 Images can be scaled by using a percentage value or by setting the width
499  and height explicitly.
500  If you set only the width or only the height, the other size will be determined
501  automatically.
502  If you set both, then the image will be transformed to the given size,
503  possibly distorting it.
504  To prevent the image from distortion, use the option 
505 \family sans
506 Maintain aspect ratio
507 \family default
508 .
509  The image will then be scaled so that its width and height don't exceed
510  the specified dimensions.
511 \begin_inset Newline newline
512 \end_inset
513
514 Images can be opened in a program of your choice by right-clicking on it
515  and choosing the entry 
516 \family sans
517 Edit
518 \begin_inset space ~
519 \end_inset
520
521 externally
522 \family default
523  in the context menu.
524  The program can be set for every image format in the file format settings
525  in LyX's preferences.
526 \end_layout
527
528 \begin_layout Description
529
530 \family sans
531 Clipping
532 \family default
533  Alternatively to the usage of scaling units it is possible to set image
534  coordinates to adjust the height and width of the image in the output.
535  The coordinates can also be calculated automatically by pressing the button
536  
537 \family sans
538 Get
539 \begin_inset space ~
540 \end_inset
541
542 from
543 \begin_inset space ~
544 \end_inset
545
546 File
547 \family default
548 .
549  The option 
550 \family sans
551 Clip
552 \begin_inset space ~
553 \end_inset
554
555 to
556 \begin_inset space ~
557 \end_inset
558
559 bounding
560 \begin_inset space ~
561 \end_inset
562
563 box
564 \family default
565  will only print the image region within the given coordinates.
566  Normally you don't need to worry about image coordinates and can ignore
567  this tab.
568 \end_layout
569
570 \begin_layout Description
571
572 \family sans
573 LaTeX
574 \begin_inset space ~
575 \end_inset
576
577 and
578 \begin_inset space ~
579 \end_inset
580
581 LyX
582 \begin_inset space ~
583 \end_inset
584
585 options
586 \family default
587  In this tab you can modify the appearance of the image within LyX and LaTeX
588  experts can specify additional LaTeX options.
589 \begin_inset Newline newline
590 \end_inset
591
592 The option 
593 \family sans
594 Draft
595 \begin_inset space ~
596 \end_inset
597
598 mode
599 \family default
600  makes the image appear in the output only as a frame with the size of the
601  image.
602 \begin_inset Newline newline
603 \end_inset
604
605 The 
606 \family sans
607 Don't
608 \begin_inset space ~
609 \end_inset
610
611 unzip
612 \begin_inset space ~
613 \end_inset
614
615 on
616 \begin_inset space ~
617 \end_inset
618
619 export
620 \family default
621  option only affects zipped EPS-graphics, e.
622 \begin_inset space \thinspace{}
623 \end_inset
624
625 g.
626 \begin_inset space \space{}
627 \end_inset
628
629
630 \emph on
631 x.eps.gz
632 \emph default
633 .
634  When the option is used the images will not be unzipped on export, since
635  LaTeX can handle them as they are.
636 \begin_inset Newline newline
637 \end_inset
638
639 Zipped EPS-graphics are useful to save disk space when you choose PostScript
640  as output format, see appendix
641 \begin_inset space ~
642 \end_inset
643
644
645 \begin_inset CommandInset ref
646 LatexCommand ref
647 reference "sec:PostScript"
648
649 \end_inset
650
651 .
652  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
653  console:
654 \begin_inset Newline newline
655 \end_inset
656
657
658 \series bold
659 gzip x.eps
660 \series default
661
662 \begin_inset Newline newline
663 \end_inset
664
665
666 \series bold
667 zgrep %%Bounding x.eps.gz > x.eps.bb
668 \series default
669
670 \begin_inset Newline newline
671 \end_inset
672
673 The second command creates the bounding box file 
674 \begin_inset Quotes eld
675 \end_inset
676
677 x.eps.bb
678 \begin_inset Quotes erd
679 \end_inset
680
681  that is needed by LaTeX for zipped graphics.
682 \begin_inset Newline newline
683 \end_inset
684
685 In the section 
686 \family sans
687 Graphics
688 \begin_inset space ~
689 \end_inset
690
691 Group
692 \family default
693  you can define or join an image settings group.
694 \begin_inset Index idx
695 status collapsed
696
697 \begin_layout Plain Layout
698 Figures ! Settings grouping
699 \end_layout
700
701 \end_inset
702
703  Images within such a group share their settings, so adjusting one image
704  of the group automatically also adjusts all other images of the group in
705  the same way.
706  So you can for example change the size for a bunch of images without the
707  need to manually change each of them.
708  Joining an existing group can also be done using the context menu of the
709  image by checking the name of the desired group.
710 \end_layout
711
712 \begin_layout Standard
713 \begin_inset VSpace bigskip
714 \end_inset
715
716
717 \end_layout
718
719 \begin_layout Standard
720 This is an example image in EPS format
721 \begin_inset Foot
722 status collapsed
723
724 \begin_layout Plain Layout
725 Image formats are explained in section
726 \begin_inset space ~
727 \end_inset
728
729
730 \begin_inset CommandInset ref
731 LatexCommand ref
732 reference "sec:Image-Formats"
733
734 \end_inset
735
736 .
737 \end_layout
738
739 \end_inset
740
741  within a separate, horizontally centered paragraph:
742 \end_layout
743
744 \begin_layout Standard
745 \align center
746 \begin_inset Graphics
747         filename clipart/mobius.eps
748         scale 70
749         scaleBeforeRotation
750         rotateOrigin center
751
752 \end_inset
753
754
755 \end_layout
756
757 \begin_layout Standard
758 This is the same image like the one above but in draft mode:
759 \end_layout
760
761 \begin_layout Standard
762 \align center
763 \begin_inset Graphics
764         filename clipart/mobius.eps
765         scale 70
766         draft
767         scaleBeforeRotation
768         rotateOrigin center
769
770 \end_inset
771
772
773 \end_layout
774
775 \begin_layout Standard
776 \begin_inset Newpage newpage
777 \end_inset
778
779
780 \end_layout
781
782 \begin_layout Section
783 Figure Floats
784 \begin_inset CommandInset label
785 LatexCommand label
786 name "sec:Figure-Floats"
787
788 \end_inset
789
790
791 \begin_inset Index idx
792 status collapsed
793
794 \begin_layout Plain Layout
795 Floats ! Figures
796 \end_layout
797
798 \end_inset
799
800
801 \begin_inset Index idx
802 status collapsed
803
804 \begin_layout Plain Layout
805 Figures ! Floats
806 \end_layout
807
808 \end_inset
809
810
811 \end_layout
812
813 \begin_layout Standard
814 For general explanations about floats, have a look at section
815 \begin_inset space ~
816 \end_inset
817
818
819 \begin_inset CommandInset ref
820 LatexCommand ref
821 reference "sec:FloatIntroduction"
822
823 \end_inset
824
825 .
826 \end_layout
827
828 \begin_layout Standard
829 The toolbar button 
830 \begin_inset Info
831 type  "icon"
832 arg   "float-insert figure"
833 \end_inset
834
835  and the menu 
836 \family sans
837 Insert\SpecialChar \menuseparator
838 Float\SpecialChar \menuseparator
839 Figure
840 \family default
841  inserts a float with a caption that has the label 
842 \begin_inset Quotes eld
843 \end_inset
844
845 Figure
846 \begin_inset space ~
847 \end_inset
848
849 #:
850 \begin_inset Quotes erd
851 \end_inset
852
853  (# is the actual number).
854  You can insert the image above the caption, like in Figure
855 \begin_inset space ~
856 \end_inset
857
858
859 \begin_inset CommandInset ref
860 LatexCommand ref
861 reference "fig:kill-plat"
862
863 \end_inset
864
865  or below the caption, like in Figure
866 \begin_inset space ~
867 \end_inset
868
869
870 \begin_inset CommandInset ref
871 LatexCommand ref
872 reference "fig:escher"
873
874 \end_inset
875
876 .
877  More about caption placement is described in section
878 \begin_inset space ~
879 \end_inset
880
881
882 \begin_inset CommandInset ref
883 LatexCommand ref
884 reference "sec:Caption-Placement"
885
886 \end_inset
887
888 .
889 \end_layout
890
891 \begin_layout Standard
892 \begin_inset Float figure
893 wide false
894 sideways false
895 status open
896
897 \begin_layout Plain Layout
898 \align center
899 \begin_inset Graphics
900         filename clipart/platypus.eps
901         width 50col%
902         scaleBeforeRotation
903         rotateOrigin center
904
905 \end_inset
906
907
908 \end_layout
909
910 \begin_layout Plain Layout
911 \begin_inset Caption Standard
912
913 \begin_layout Plain Layout
914 \begin_inset CommandInset label
915 LatexCommand label
916 name "fig:kill-plat"
917
918 \end_inset
919
920 A severely distorted platypus in a float.
921 \end_layout
922
923 \end_inset
924
925
926 \end_layout
927
928 \end_inset
929
930
931 \end_layout
932
933 \begin_layout Standard
934 \begin_inset Float figure
935 wide false
936 sideways false
937 status open
938
939 \begin_layout Plain Layout
940 \begin_inset Caption Standard
941
942 \begin_layout Plain Layout
943 \begin_inset CommandInset label
944 LatexCommand label
945 name "fig:escher"
946
947 \end_inset
948
949 M.C.
950  Escher on acid.
951 \end_layout
952
953 \end_inset
954
955
956 \end_layout
957
958 \begin_layout Plain Layout
959 \align center
960 \begin_inset Graphics
961         filename clipart/escher-lsd.eps
962         scale 80
963         scaleBeforeRotation
964         rotateOrigin center
965
966 \end_inset
967
968
969 \end_layout
970
971 \end_inset
972
973
974 \end_layout
975
976 \begin_layout Standard
977 \begin_inset Index idx
978 status collapsed
979
980 \begin_layout Plain Layout
981 References ! to Figures
982 \end_layout
983
984 \end_inset
985
986 Figure
987 \begin_inset space ~
988 \end_inset
989
990
991 \begin_inset CommandInset ref
992 LatexCommand ref
993 reference "fig:kill-plat"
994
995 \end_inset
996
997  and 
998 \begin_inset CommandInset ref
999 LatexCommand ref
1000 reference "fig:escher"
1001
1002 \end_inset
1003
1004  are examples of referenced figures.
1005  Figures can be referenced in the text by referencing their label.
1006  To do this insert a label in the caption using the menu 
1007 \family sans
1008 Insert\SpecialChar \menuseparator
1009 Label
1010 \family default
1011  or the toolbar button 
1012 \begin_inset Info
1013 type  "icon"
1014 arg   "label-insert"
1015 \end_inset
1016
1017 .
1018  You can now refer to the label using the menu 
1019 \family sans
1020 Insert\SpecialChar \menuseparator
1021 Cross
1022 \begin_inset space ~
1023 \end_inset
1024
1025 reference
1026 \family default
1027  or the toolbar button 
1028 \begin_inset Info
1029 type  "icon"
1030 arg   "dialog-show-new-inset ref"
1031 \end_inset
1032
1033 .
1034  It is important to use references to floats, rather than using vague references
1035  like 
1036 \begin_inset Quotes eld
1037 \end_inset
1038
1039 the figure above
1040 \begin_inset Quotes erd
1041 \end_inset
1042
1043 , because LaTeX will reposition the floats in the final document and it
1044  might not be 
1045 \begin_inset Quotes eld
1046 \end_inset
1047
1048 above
1049 \begin_inset Quotes erd
1050 \end_inset
1051
1052  at all.
1053 \begin_inset Newline newline
1054 \end_inset
1055
1056 Referencing is explained in detail in section
1057 \begin_inset space ~
1058 \end_inset
1059
1060
1061 \begin_inset CommandInset ref
1062 LatexCommand ref
1063 reference "sec:Referencing-Floats"
1064
1065 \end_inset
1066
1067 .
1068 \end_layout
1069
1070 \begin_layout Standard
1071 Normally only one image is inserted to a figure float, but sometimes you
1072  might want to use two images with separate subcaptions.
1073  This can be done by inserting image floats into existing image floats.
1074  Note that only the main caption of the float is added to the List of Figures.
1075  Figure
1076 \begin_inset space ~
1077 \end_inset
1078
1079
1080 \begin_inset CommandInset ref
1081 LatexCommand ref
1082 reference "fig:Two-distorted-images"
1083
1084 \end_inset
1085
1086  is an example of a figure float with two images set side by side.
1087  You can also set the images one below the other.
1088  Figure
1089 \begin_inset space ~
1090 \end_inset
1091
1092
1093 \begin_inset CommandInset ref
1094 LatexCommand ref
1095 reference "fig:Undefinable-structure"
1096
1097 \end_inset
1098
1099  and 
1100 \begin_inset CommandInset ref
1101 LatexCommand ref
1102 reference "fig:A-Platypus"
1103
1104 \end_inset
1105
1106  are the subfigures.
1107 \end_layout
1108
1109 \begin_layout Standard
1110 \begin_inset Float figure
1111 wide false
1112 sideways false
1113 status open
1114
1115 \begin_layout Plain Layout
1116 \begin_inset space \hfill{}
1117 \end_inset
1118
1119
1120 \begin_inset Float figure
1121 wide false
1122 sideways false
1123 status collapsed
1124
1125 \begin_layout Plain Layout
1126 \begin_inset Caption Standard
1127
1128 \begin_layout Plain Layout
1129 \begin_inset CommandInset label
1130 LatexCommand label
1131 name "fig:Undefinable-structure"
1132
1133 \end_inset
1134
1135 Undefinable structure.
1136 \end_layout
1137
1138 \end_inset
1139
1140
1141 \end_layout
1142
1143 \begin_layout Plain Layout
1144 \begin_inset Graphics
1145         filename clipart/escher-lsd.eps
1146         width 45col%
1147         scaleBeforeRotation
1148         groupId distorted
1149
1150 \end_inset
1151
1152
1153 \end_layout
1154
1155 \end_inset
1156
1157
1158 \begin_inset space \hfill{}
1159 \end_inset
1160
1161
1162 \begin_inset Float figure
1163 wide false
1164 sideways false
1165 status collapsed
1166
1167 \begin_layout Plain Layout
1168 \begin_inset Caption Standard
1169
1170 \begin_layout Plain Layout
1171 \begin_inset CommandInset label
1172 LatexCommand label
1173 name "fig:A-Platypus"
1174
1175 \end_inset
1176
1177 A Platypus.
1178 \end_layout
1179
1180 \end_inset
1181
1182
1183 \end_layout
1184
1185 \begin_layout Plain Layout
1186 \begin_inset Graphics
1187         filename clipart/platypus.eps
1188         width 45col%
1189         scaleBeforeRotation
1190         groupId distorted
1191
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \end_inset
1198
1199
1200 \begin_inset space \hfill{}
1201 \end_inset
1202
1203
1204 \end_layout
1205
1206 \begin_layout Plain Layout
1207 \begin_inset Caption Standard
1208
1209 \begin_layout Plain Layout
1210 \begin_inset CommandInset label
1211 LatexCommand label
1212 name "fig:Two-distorted-images"
1213
1214 \end_inset
1215
1216
1217 \begin_inset CommandInset label
1218 LatexCommand label
1219 name "fig2:Two-distorted-images-2"
1220
1221 \end_inset
1222
1223 Two distorted images.
1224  Both images are in the image settings group named 
1225 \begin_inset Quotes eld
1226 \end_inset
1227
1228 distorted
1229 \begin_inset Quotes erd
1230 \end_inset
1231
1232 .
1233 \end_layout
1234
1235 \end_inset
1236
1237
1238 \end_layout
1239
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \begin_layout Standard
1246 \begin_inset Newpage newpage
1247 \end_inset
1248
1249
1250 \end_layout
1251
1252 \begin_layout Section
1253 Image Formats
1254 \begin_inset CommandInset label
1255 LatexCommand label
1256 name "sec:Image-Formats"
1257
1258 \end_inset
1259
1260
1261 \begin_inset Index idx
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265 Image Formats
1266 \end_layout
1267
1268 \end_inset
1269
1270
1271 \begin_inset Index idx
1272 status collapsed
1273
1274 \begin_layout Plain Layout
1275 Figures ! Image Formats
1276 \end_layout
1277
1278 \end_inset
1279
1280
1281 \end_layout
1282
1283 \begin_layout Standard
1284 You can insert images in any known file format.
1285  But as explained in appendix
1286 \begin_inset space ~
1287 \end_inset
1288
1289
1290 \begin_inset CommandInset ref
1291 LatexCommand ref
1292 reference "cha:Output-File-Formats"
1293
1294 \end_inset
1295
1296 , each output document format allows only a few image formats.
1297  LyX uses therefore the program 
1298 \family typewriter
1299 ImageMagick
1300 \family default
1301  in the background to convert the images to the right format.
1302  To increase your work flow by avoiding these conversions in the background,
1303  you could choose to use only the image formats that can directly be embedded
1304  in the output file format.
1305  The output file formats are explained in appendix
1306 \begin_inset space ~
1307 \end_inset
1308
1309
1310 \begin_inset CommandInset ref
1311 LatexCommand ref
1312 reference "cha:Output-File-Formats"
1313
1314 \end_inset
1315
1316 .
1317 \end_layout
1318
1319 \begin_layout Standard
1320 Similar to fonts there are two types of image formats:
1321 \end_layout
1322
1323 \begin_layout Description
1324 Bitmap
1325 \begin_inset space ~
1326 \end_inset
1327
1328 images consist of pixel values, often in a compressed form.
1329  They are therefore not fully scalable and look pixelated in large zooms.
1330  Well-known bitmap image formats are 
1331 \begin_inset Quotes eld
1332 \end_inset
1333
1334 Graphics Interchange Format
1335 \begin_inset Quotes erd
1336 \end_inset
1337
1338  (GIF, file extension 
1339 \begin_inset Quotes eld
1340 \end_inset
1341
1342
1343 \family typewriter
1344 .gif
1345 \family default
1346
1347 \begin_inset Quotes erd
1348 \end_inset
1349
1350 )
1351 \begin_inset Index idx
1352 status collapsed
1353
1354 \begin_layout Plain Layout
1355 GIF|see
1356 \begin_inset ERT
1357 status collapsed
1358
1359 \begin_layout Plain Layout
1360
1361 {
1362 \end_layout
1363
1364 \end_inset
1365
1366 Image formats
1367 \begin_inset ERT
1368 status collapsed
1369
1370 \begin_layout Plain Layout
1371
1372 }
1373 \end_layout
1374
1375 \end_inset
1376
1377
1378 \end_layout
1379
1380 \end_inset
1381
1382
1383 \begin_inset Quotes eld
1384 \end_inset
1385
1386 Portable Network Graphics
1387 \begin_inset Quotes erd
1388 \end_inset
1389
1390  (PNG, file extension 
1391 \begin_inset Quotes eld
1392 \end_inset
1393
1394
1395 \family typewriter
1396 .png
1397 \family default
1398
1399 \begin_inset Quotes erd
1400 \end_inset
1401
1402 )
1403 \begin_inset Index idx
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407 PNG|see
1408 \begin_inset ERT
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412
1413 {
1414 \end_layout
1415
1416 \end_inset
1417
1418 Image formats
1419 \begin_inset ERT
1420 status collapsed
1421
1422 \begin_layout Plain Layout
1423
1424 }
1425 \end_layout
1426
1427 \end_inset
1428
1429
1430 \end_layout
1431
1432 \end_inset
1433
1434 , and 
1435 \begin_inset Quotes eld
1436 \end_inset
1437
1438 Joint Photographic Experts Group
1439 \begin_inset Quotes erd
1440 \end_inset
1441
1442  (JPG, file extension 
1443 \begin_inset Quotes eld
1444 \end_inset
1445
1446
1447 \family typewriter
1448 .jpg
1449 \family default
1450
1451 \begin_inset Quotes erd
1452 \end_inset
1453
1454  or 
1455 \begin_inset Quotes eld
1456 \end_inset
1457
1458
1459 \family typewriter
1460 .jpeg
1461 \family default
1462
1463 \begin_inset Quotes erd
1464 \end_inset
1465
1466 )
1467 \begin_inset Index idx
1468 status collapsed
1469
1470 \begin_layout Plain Layout
1471 JPG|see
1472 \begin_inset ERT
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476
1477 {
1478 \end_layout
1479
1480 \end_inset
1481
1482 Image formats
1483 \begin_inset ERT
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487
1488 }
1489 \end_layout
1490
1491 \end_inset
1492
1493
1494 \end_layout
1495
1496 \end_inset
1497
1498 .
1499 \end_layout
1500
1501 \begin_layout Description
1502 Vector
1503 \begin_inset space ~
1504 \end_inset
1505
1506 images consist of vectors and can therefore be scaled to any size without
1507  data loss.
1508  The scaling ability is necessary if you want to create presentations, because
1509  presentations are always scaled by the video projector.
1510  Scaling is also useful for online documents to let the user zoom into diagrams.
1511 \begin_inset Newline newline
1512 \end_inset
1513
1514 Well-known scalable image formats are 
1515 \begin_inset Quotes eld
1516 \end_inset
1517
1518 Scalable Vector Graphics
1519 \begin_inset Quotes erd
1520 \end_inset
1521
1522  (SVG, file extension 
1523 \begin_inset Quotes eld
1524 \end_inset
1525
1526
1527 \family typewriter
1528 .svg
1529 \family default
1530
1531 \begin_inset Quotes erd
1532 \end_inset
1533
1534 )
1535 \begin_inset Index idx
1536 status collapsed
1537
1538 \begin_layout Plain Layout
1539 SVG|see
1540 \begin_inset ERT
1541 status collapsed
1542
1543 \begin_layout Plain Layout
1544
1545 {
1546 \end_layout
1547
1548 \end_inset
1549
1550 Image formats
1551 \begin_inset ERT
1552 status collapsed
1553
1554 \begin_layout Plain Layout
1555
1556 }
1557 \end_layout
1558
1559 \end_inset
1560
1561
1562 \end_layout
1563
1564 \end_inset
1565
1566
1567 \begin_inset Quotes eld
1568 \end_inset
1569
1570 Encapsulated PostScript
1571 \begin_inset Quotes erd
1572 \end_inset
1573
1574  (EPS, file extension 
1575 \begin_inset Quotes eld
1576 \end_inset
1577
1578
1579 \family typewriter
1580 .eps
1581 \family default
1582
1583 \begin_inset Quotes erd
1584 \end_inset
1585
1586 )
1587 \begin_inset Index idx
1588 status collapsed
1589
1590 \begin_layout Plain Layout
1591 EPS|see
1592 \begin_inset ERT
1593 status collapsed
1594
1595 \begin_layout Plain Layout
1596
1597 {
1598 \end_layout
1599
1600 \end_inset
1601
1602 Image formats
1603 \begin_inset ERT
1604 status collapsed
1605
1606 \begin_layout Plain Layout
1607
1608 }
1609 \end_layout
1610
1611 \end_inset
1612
1613
1614 \end_layout
1615
1616 \end_inset
1617
1618
1619 \begin_inset Quotes eld
1620 \end_inset
1621
1622 Portable Document Format
1623 \begin_inset Quotes erd
1624 \end_inset
1625
1626  (PDF, file extension 
1627 \begin_inset Quotes eld
1628 \end_inset
1629
1630
1631 \family typewriter
1632 .pdf
1633 \family default
1634
1635 \begin_inset Quotes erd
1636 \end_inset
1637
1638 )
1639 \begin_inset Index idx
1640 status collapsed
1641
1642 \begin_layout Plain Layout
1643 PDF
1644 \end_layout
1645
1646 \end_inset
1647
1648 , and 
1649 \begin_inset Quotes eld
1650 \end_inset
1651
1652 Windows Metafile
1653 \begin_inset Quotes erd
1654 \end_inset
1655
1656  (WMF, file extension 
1657 \begin_inset Quotes eld
1658 \end_inset
1659
1660
1661 \family typewriter
1662 .wmf
1663 \family default
1664
1665 \begin_inset Quotes erd
1666 \end_inset
1667
1668 )
1669 \begin_inset Index idx
1670 status collapsed
1671
1672 \begin_layout Plain Layout
1673 SVG|see
1674 \begin_inset ERT
1675 status collapsed
1676
1677 \begin_layout Plain Layout
1678
1679 {
1680 \end_layout
1681
1682 \end_inset
1683
1684 Image formats
1685 \begin_inset ERT
1686 status collapsed
1687
1688 \begin_layout Plain Layout
1689
1690 }
1691 \end_layout
1692
1693 \end_inset
1694
1695
1696 \end_layout
1697
1698 \end_inset
1699
1700 .
1701  We wrote 
1702 \begin_inset Quotes eld
1703 \end_inset
1704
1705 can be
1706 \begin_inset Quotes erd
1707 \end_inset
1708
1709 , because you can convert any bitmap image to a PDF or EPS-image and the
1710  result will still be a bitmap image.
1711  In such cases only a header with the image properties is added to the original
1712  image
1713 \begin_inset Foot
1714 status collapsed
1715
1716 \begin_layout Plain Layout
1717 In the case of PDF, the original image is additionally compressed.
1718 \end_layout
1719
1720 \end_inset
1721
1722 .
1723  The PDF-files generated by 
1724 \family typewriter
1725 Adobe Photoshop
1726 \family default
1727  are for example bitmap images.
1728 \end_layout
1729
1730 \begin_layout Standard
1731 Normally it is not possible to convert a bitmap image into a scalable one,
1732  only vice versa.
1733  Only the image formats PDF and EPS can directly be embedded to PDF and
1734  PostScript output files, respectively.
1735  SVG and WMF-images are recalculated to bitmaps when the output file is
1736  generated because there is currently no adequate WMF/SVG
1737 \begin_inset Formula $\to$
1738 \end_inset
1739
1740 PDF/EPS converter available.
1741 \end_layout
1742
1743 \begin_layout Chapter
1744 Tables
1745 \begin_inset Index idx
1746 status collapsed
1747
1748 \begin_layout Plain Layout
1749 Table
1750 \end_layout
1751
1752 \end_inset
1753
1754
1755 \end_layout
1756
1757 \begin_layout Section
1758 Introduction
1759 \begin_inset Index idx
1760 status collapsed
1761
1762 \begin_layout Plain Layout
1763 Table ! Introduction
1764 \end_layout
1765
1766 \end_inset
1767
1768
1769 \end_layout
1770
1771 \begin_layout Standard
1772 You can insert a table using either the toolbar button 
1773 \begin_inset Info
1774 type  "icon"
1775 arg   "tabular-insert"
1776 \end_inset
1777
1778  or the menu 
1779 \family sans
1780 Insert\SpecialChar \menuseparator
1781 Table
1782 \family default
1783 .
1784  The toolbar button offers you a graphical selection: move the mouse to
1785  set the column/row number of the table that should be created and then
1786  press a mouse button.
1787  When you use the menu to create a table, a dialog will appear, asking you
1788  for the number of rows and columns.
1789 \begin_inset Newline newline
1790 \end_inset
1791
1792  The default table has lines around any cell and the first row appears separated
1793  from the rest of the table.
1794  This separation occurs due to a double line: The cells of the first row
1795  have a line below them and the cells of the second row have a line above
1796  them.
1797  Here is an example table:
1798 \end_layout
1799
1800 \begin_layout Standard
1801 \align center
1802 \begin_inset Tabular
1803 <lyxtabular version="3" rows="4" columns="4">
1804 <features rotate="0" tabularvalignment="middle">
1805 <column alignment="center" valignment="top" width="0">
1806 <column alignment="center" valignment="top" width="0">
1807 <column alignment="center" valignment="top" width="0">
1808 <column alignment="center" valignment="top" width="0">
1809 <row>
1810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823
1824 \family roman
1825 \series medium
1826 \shape up
1827 \size normal
1828 \emph off
1829 \bar no
1830 \noun off
1831 \color none
1832 1
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841 2
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850 3
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 </row>
1856 <row>
1857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861
1862 \family roman
1863 \series medium
1864 \shape up
1865 \size normal
1866 \emph off
1867 \bar no
1868 \noun off
1869 \color none
1870 A
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888
1889 \end_layout
1890
1891 \end_inset
1892 </cell>
1893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1894 \begin_inset Text
1895
1896 \begin_layout Plain Layout
1897
1898 \end_layout
1899
1900 \end_inset
1901 </cell>
1902 </row>
1903 <row>
1904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908
1909 \family roman
1910 \series medium
1911 \shape up
1912 \size normal
1913 \emph off
1914 \bar no
1915 \noun off
1916 \color none
1917 B
1918 \end_layout
1919
1920 \end_inset
1921 </cell>
1922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1923 \begin_inset Text
1924
1925 \begin_layout Plain Layout
1926
1927 \end_layout
1928
1929 \end_inset
1930 </cell>
1931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1932 \begin_inset Text
1933
1934 \begin_layout Plain Layout
1935
1936 \end_layout
1937
1938 \end_inset
1939 </cell>
1940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1941 \begin_inset Text
1942
1943 \begin_layout Plain Layout
1944
1945 \end_layout
1946
1947 \end_inset
1948 </cell>
1949 </row>
1950 <row>
1951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1952 \begin_inset Text
1953
1954 \begin_layout Plain Layout
1955
1956 \family roman
1957 \series medium
1958 \shape up
1959 \size normal
1960 \emph off
1961 \bar no
1962 \noun off
1963 \color none
1964 C
1965 \end_layout
1966
1967 \end_inset
1968 </cell>
1969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1970 \begin_inset Text
1971
1972 \begin_layout Plain Layout
1973
1974 \end_layout
1975
1976 \end_inset
1977 </cell>
1978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1979 \begin_inset Text
1980
1981 \begin_layout Plain Layout
1982
1983 \end_layout
1984
1985 \end_inset
1986 </cell>
1987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1988 \begin_inset Text
1989
1990 \begin_layout Plain Layout
1991
1992 \end_layout
1993
1994 \end_inset
1995 </cell>
1996 </row>
1997 </lyxtabular>
1998
1999 \end_inset
2000
2001
2002 \end_layout
2003
2004 \begin_layout Section
2005 Table Dialog
2006 \begin_inset Index idx
2007 status collapsed
2008
2009 \begin_layout Plain Layout
2010 Table ! Dialog
2011 \end_layout
2012
2013 \end_inset
2014
2015
2016 \end_layout
2017
2018 \begin_layout Standard
2019 You can alter a table by clicking on it with the right mouse button, which
2020  brings up the table dialog.
2021  Here you can adjust the settings of that cell and row/column respectively
2022  where the cursor is currently placed.
2023  Most of the dialog options also work on selections.
2024  This means if you select more cells, columns or rows, the action is done
2025  for the whole selection.
2026  Note that there is a difference between selecting the 
2027 \emph on
2028 contents
2029 \emph default
2030  of the cell, and the cell itself.
2031 \begin_inset Newline newline
2032 \end_inset
2033
2034 With the dialog option 
2035 \family sans
2036 Immediate
2037 \begin_inset space ~
2038 \end_inset
2039
2040 Apply
2041 \family default
2042  every change you make in the dialog is directly applied.
2043  If you move the cursor to another table cell the dialog will then also
2044  be updated with the parameters of the new cell.
2045  If you change length values in the dialog you must press return to get
2046  the change applied.
2047 \begin_inset Newline newline
2048 \end_inset
2049
2050 You can alter tables with the following tabs of the table dialog:
2051 \end_layout
2052
2053 \begin_layout Description
2054
2055 \family sans
2056 Table
2057 \begin_inset space ~
2058 \end_inset
2059
2060 Settings
2061 \family default
2062  Here you can set the table width
2063 \begin_inset Index idx
2064 status collapsed
2065
2066 \begin_layout Plain Layout
2067 Table ! Width
2068 \end_layout
2069
2070 \end_inset
2071
2072 , and the horizontal alignment and the width of the current column.
2073  The alignment 
2074 \family sans
2075 At
2076 \begin_inset space ~
2077 \end_inset
2078
2079 Decimal
2080 \begin_inset space ~
2081 \end_inset
2082
2083 Separator
2084 \family default
2085  is described in section
2086 \begin_inset space ~
2087 \end_inset
2088
2089
2090 \begin_inset CommandInset ref
2091 LatexCommand ref
2092 reference "sub:Special-Cell-Alignment"
2093
2094 \end_inset
2095
2096 .
2097  When you have set a width you can also adjust the vertical alignment of
2098  the current row.
2099  A given width will allow the cell to have line breaks and multiple paragraphs
2100  of text, see sec.
2101 \begin_inset space \thinspace{}
2102 \end_inset
2103
2104
2105 \begin_inset CommandInset ref
2106 LatexCommand ref
2107 reference "sub:Multiple-Lines-in"
2108
2109 \end_inset
2110
2111 .
2112  If you set no width, the column is as wide as the content of its widest
2113  cell.
2114 \begin_inset Newline newline
2115 \end_inset
2116
2117 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2118  cell, see sec.
2119 \begin_inset space \thinspace{}
2120 \end_inset
2121
2122
2123 \begin_inset CommandInset ref
2124 LatexCommand ref
2125 reference "sub:Multicolumns"
2126
2127 \end_inset
2128
2129  or the cells of one column as multirow cell, see sec.
2130 \begin_inset space \thinspace{}
2131 \end_inset
2132
2133
2134 \begin_inset CommandInset ref
2135 LatexCommand ref
2136 reference "sub:Multirows"
2137
2138 \end_inset
2139
2140 .
2141 \begin_inset Newline newline
2142 \end_inset
2143
2144 The rotate check boxes rotate the current cell, a selection, or the whole
2145  table counter-clockwise by 90
2146 \begin_inset space \thinspace{}
2147 \end_inset
2148
2149 °.
2150  The rotation is not shown within LyX, only in the output.
2151  For more information see sec.
2152 \begin_inset space \thinspace{}
2153 \end_inset
2154
2155
2156 \begin_inset CommandInset ref
2157 LatexCommand ref
2158 reference "sec:Rotated-Table-Cells"
2159
2160 \end_inset
2161
2162 .
2163 \begin_inset Newline newline
2164 \end_inset
2165
2166
2167 \begin_inset Note Greyedout
2168 status open
2169
2170 \begin_layout Plain Layout
2171
2172 \series bold
2173 Note:
2174 \series default
2175  Not all DVI-viewers are able to display rotations.
2176 \end_layout
2177
2178 \end_inset
2179
2180
2181 \begin_inset Newline newline
2182 \end_inset
2183
2184 The table-wide vertical alignment is used for tables within text lines:
2185 \begin_inset Newline newline
2186 \end_inset
2187
2188 A line with tables with different alignments: 
2189 \begin_inset Tabular
2190 <lyxtabular version="3" rows="2" columns="2">
2191 <features rotate="0" tabularvalignment="top">
2192 <column alignment="center" valignment="top" width="0pt">
2193 <column alignment="center" valignment="top" width="0">
2194 <row>
2195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2196 \begin_inset Text
2197
2198 \begin_layout Plain Layout
2199
2200 \end_layout
2201
2202 \end_inset
2203 </cell>
2204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2205 \begin_inset Text
2206
2207 \begin_layout Plain Layout
2208
2209 \family roman
2210 \series medium
2211 \shape up
2212 \size normal
2213 \emph off
2214 \bar no
2215 \noun off
2216 \color none
2217 1
2218 \end_layout
2219
2220 \end_inset
2221 </cell>
2222 </row>
2223 <row>
2224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2225 \begin_inset Text
2226
2227 \begin_layout Plain Layout
2228
2229 \family roman
2230 \series medium
2231 \shape up
2232 \size normal
2233 \emph off
2234 \bar no
2235 \noun off
2236 \color none
2237 A
2238 \end_layout
2239
2240 \end_inset
2241 </cell>
2242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2243 \begin_inset Text
2244
2245 \begin_layout Plain Layout
2246
2247 \end_layout
2248
2249 \end_inset
2250 </cell>
2251 </row>
2252 </lyxtabular>
2253
2254 \end_inset
2255
2256  
2257 \begin_inset Tabular
2258 <lyxtabular version="3" rows="2" columns="2">
2259 <features rotate="0" tabularvalignment="middle">
2260 <column alignment="center" valignment="top" width="0">
2261 <column alignment="center" valignment="top" width="0">
2262 <row>
2263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2264 \begin_inset Text
2265
2266 \begin_layout Plain Layout
2267
2268 \end_layout
2269
2270 \end_inset
2271 </cell>
2272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2273 \begin_inset Text
2274
2275 \begin_layout Plain Layout
2276
2277 \family roman
2278 \series medium
2279 \shape up
2280 \size normal
2281 \emph off
2282 \bar no
2283 \noun off
2284 \color none
2285 1
2286 \end_layout
2287
2288 \end_inset
2289 </cell>
2290 </row>
2291 <row>
2292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2293 \begin_inset Text
2294
2295 \begin_layout Plain Layout
2296
2297 \family roman
2298 \series medium
2299 \shape up
2300 \size normal
2301 \emph off
2302 \bar no
2303 \noun off
2304 \color none
2305 A
2306 \end_layout
2307
2308 \end_inset
2309 </cell>
2310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2311 \begin_inset Text
2312
2313 \begin_layout Plain Layout
2314
2315 \end_layout
2316
2317 \end_inset
2318 </cell>
2319 </row>
2320 </lyxtabular>
2321
2322 \end_inset
2323
2324  
2325 \begin_inset Tabular
2326 <lyxtabular version="3" rows="2" columns="2">
2327 <features rotate="0" tabularvalignment="bottom">
2328 <column alignment="center" valignment="top" width="0pt">
2329 <column alignment="center" valignment="top" width="0">
2330 <row>
2331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2332 \begin_inset Text
2333
2334 \begin_layout Plain Layout
2335
2336 \end_layout
2337
2338 \end_inset
2339 </cell>
2340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2341 \begin_inset Text
2342
2343 \begin_layout Plain Layout
2344
2345 \family roman
2346 \series medium
2347 \shape up
2348 \size normal
2349 \emph off
2350 \bar no
2351 \noun off
2352 \color none
2353 1
2354 \end_layout
2355
2356 \end_inset
2357 </cell>
2358 </row>
2359 <row>
2360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2361 \begin_inset Text
2362
2363 \begin_layout Plain Layout
2364
2365 \family roman
2366 \series medium
2367 \shape up
2368 \size normal
2369 \emph off
2370 \bar no
2371 \noun off
2372 \color none
2373 A
2374 \end_layout
2375
2376 \end_inset
2377 </cell>
2378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2379 \begin_inset Text
2380
2381 \begin_layout Plain Layout
2382
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 </row>
2388 </lyxtabular>
2389
2390 \end_inset
2391
2392
2393 \begin_inset Newline newline
2394 \end_inset
2395
2396 It is also possible to enter a LaTeX-argument which is needed for special
2397  table formattings, see sec.
2398 \begin_inset space \thinspace{}
2399 \end_inset
2400
2401
2402 \begin_inset CommandInset ref
2403 LatexCommand ref
2404 reference "sub:Multicolumn-Calculations"
2405
2406 \end_inset
2407
2408  and 
2409 \begin_inset CommandInset ref
2410 LatexCommand ref
2411 reference "sec:Colored-Tables"
2412
2413 \end_inset
2414
2415 .
2416 \end_layout
2417
2418 \begin_layout Description
2419
2420 \family sans
2421 Borders
2422 \family default
2423  In this tab you can add and delete border lines for the current row/column.
2424 \begin_inset Newline newline
2425 \end_inset
2426
2427 Using the style option 
2428 \family sans
2429 Formal
2430 \family default
2431  will convert the table to a formal table as described in sec.
2432 \begin_inset space \thinspace{}
2433 \end_inset
2434
2435
2436 \begin_inset CommandInset ref
2437 LatexCommand ref
2438 reference "sec:Formal-Tables"
2439
2440 \end_inset
2441
2442 .
2443 \begin_inset Newline newline
2444 \end_inset
2445
2446 You can also add space here to table rows as described in sec.
2447 \begin_inset space \thinspace{}
2448 \end_inset
2449
2450
2451 \begin_inset CommandInset ref
2452 LatexCommand ref
2453 reference "sub:Row-Spacing"
2454
2455 \end_inset
2456
2457 .
2458 \end_layout
2459
2460 \begin_layout Description
2461
2462 \family sans
2463 Longtable
2464 \family default
2465  This tab is to make a table a so called 
2466 \begin_inset Quotes eld
2467 \end_inset
2468
2469
2470 \emph on
2471 longtable
2472 \emph default
2473
2474 \begin_inset Quotes erd
2475 \end_inset
2476
2477  that can run over several pages.
2478  Sections
2479 \begin_inset space ~
2480 \end_inset
2481
2482
2483 \begin_inset CommandInset ref
2484 LatexCommand ref
2485 reference "sec:Longtables"
2486
2487 \end_inset
2488
2489  and 
2490 \begin_inset CommandInset ref
2491 LatexCommand ref
2492 reference "sec:Special-Longtable-Issues"
2493
2494 \end_inset
2495
2496  describe the longtable features in detail.
2497 \end_layout
2498
2499 \begin_layout Section
2500 Table Toolbar
2501 \begin_inset Index idx
2502 status collapsed
2503
2504 \begin_layout Plain Layout
2505 Table ! Toolbar
2506 \end_layout
2507
2508 \end_inset
2509
2510
2511 \end_layout
2512
2513 \begin_layout Standard
2514 The table toolbar is an alternative to the table dialog to be able to alter
2515  tables faster.
2516  It should normally appear at the bottom of LyX's main window when the cursor
2517  is inside a table.
2518  You can alternatively switch it on to appear always, by right-clicking
2519  in LyX's main menu bar.
2520 \end_layout
2521
2522 \begin_layout Standard
2523 The toolbar has the following icons:
2524 \end_layout
2525
2526 \begin_layout Labeling
2527 \labelwidthstring 00.00.0000
2528 \begin_inset Info
2529 type  "icon"
2530 arg   "inset-modify tabular append-row"
2531 \end_inset
2532
2533  adds a row below the current cell or selection
2534 \end_layout
2535
2536 \begin_layout Labeling
2537 \labelwidthstring 00.00.0000
2538 \begin_inset Info
2539 type  "icon"
2540 arg   "inset-modify tabular append-column"
2541 \end_inset
2542
2543  adds a column right beside the current cell or selection
2544 \end_layout
2545
2546 \begin_layout Labeling
2547 \labelwidthstring 00.00.0000
2548 \begin_inset Info
2549 type  "icon"
2550 arg   "inset-modify tabular delete-row"
2551 \end_inset
2552
2553  deletes the current row or selection
2554 \end_layout
2555
2556 \begin_layout Labeling
2557 \labelwidthstring 00.00.0000
2558 \begin_inset Info
2559 type  "icon"
2560 arg   "inset-modify tabular delete-column"
2561 \end_inset
2562
2563  deletes the current column or selection
2564 \end_layout
2565
2566 \begin_layout Labeling
2567 \labelwidthstring 00.00.0000
2568 \begin_inset Info
2569 type  "icon"
2570 arg   "inset-modify tabular toggle-line-top"
2571 \end_inset
2572
2573  adds a line at the top of the current cell / row or of a selection
2574 \end_layout
2575
2576 \begin_layout Labeling
2577 \labelwidthstring 00.00.0000
2578 \begin_inset Info
2579 type  "icon"
2580 arg   "inset-modify tabular toggle-line-bottom"
2581 \end_inset
2582
2583  adds a line at the bottom of the current cell / row or of a selection
2584 \end_layout
2585
2586 \begin_layout Labeling
2587 \labelwidthstring 00.00.0000
2588 \begin_inset Info
2589 type  "icon"
2590 arg   "inset-modify tabular toggle-line-left"
2591 \end_inset
2592
2593  adds a line at the left side of the current cell / row or of a selection
2594 \end_layout
2595
2596 \begin_layout Labeling
2597 \labelwidthstring 00.00.0000
2598 \begin_inset Info
2599 type  "icon"
2600 arg   "inset-modify tabular toggle-line-right"
2601 \end_inset
2602
2603  adds a line at the right side of the current cell / row or of a selection
2604 \end_layout
2605
2606 \begin_layout Labeling
2607 \labelwidthstring 00.00.0000
2608 \begin_inset Info
2609 type  "icon"
2610 arg   "inset-modify tabular set-all-lines"
2611 \end_inset
2612
2613  adds lines around the current or selected cells - if the current cell no
2614  multicolumn cell this also affects the current row and column
2615 \end_layout
2616
2617 \begin_layout Labeling
2618 \labelwidthstring 00.00.0000
2619 \begin_inset Info
2620 type  "icon"
2621 arg   "inset-modify tabular unset-all-lines"
2622 \end_inset
2623
2624  deletes all lines of the current or selected cells - if the current cell
2625  no multicolumn cell this also affects the current row and column
2626 \end_layout
2627
2628 \begin_layout Labeling
2629 \labelwidthstring 00.00.0000
2630 \begin_inset Info
2631 type  "icon"
2632 arg   "inset-modify tabular m-align-left"
2633 \end_inset
2634
2635  left-aligns the content of the current cell / column
2636 \end_layout
2637
2638 \begin_layout Labeling
2639 \labelwidthstring 00.00.0000
2640 \begin_inset Info
2641 type  "icon"
2642 arg   "inset-modify tabular m-align-center"
2643 \end_inset
2644
2645  centers the content of the current cell / column horizontally
2646 \end_layout
2647
2648 \begin_layout Labeling
2649 \labelwidthstring 00.00.0000
2650 \begin_inset Info
2651 type  "icon"
2652 arg   "inset-modify tabular m-align-right"
2653 \end_inset
2654
2655  right-aligns the content of the current cell / column
2656 \end_layout
2657
2658 \begin_layout Labeling
2659 \labelwidthstring 00.00.0000
2660 \begin_inset Info
2661 type  "icon"
2662 arg   "inset-modify tabular align-decimal"
2663 \end_inset
2664
2665  aligns the content of the current column at a character
2666 \end_layout
2667
2668 \begin_layout Labeling
2669 \labelwidthstring 00.00.0000
2670 \begin_inset Info
2671 type  "icon"
2672 arg   "inset-modify tabular m-valign-top"
2673 \end_inset
2674
2675  aligns the content of the current cell vertically to the top
2676 \end_layout
2677
2678 \begin_layout Labeling
2679 \labelwidthstring 00.00.0000
2680 \begin_inset Info
2681 type  "icon"
2682 arg   "inset-modify tabular m-valign-middle"
2683 \end_inset
2684
2685  centers the content of the current cell vertically
2686 \end_layout
2687
2688 \begin_layout Labeling
2689 \labelwidthstring 00.00.0000
2690 \begin_inset Info
2691 type  "icon"
2692 arg   "inset-modify tabular m-valign-bottom"
2693 \end_inset
2694
2695  aligns the content of the current cell vertically to the bottom
2696 \end_layout
2697
2698 \begin_layout Labeling
2699 \labelwidthstring 00.00.0000
2700 \begin_inset Info
2701 type  "icon"
2702 arg   "inset-modify tabular set-rotate-cell"
2703 \end_inset
2704
2705  rotates the current cell or selection counter-clockwise by 90°
2706 \end_layout
2707
2708 \begin_layout Labeling
2709 \labelwidthstring 00.00.0000
2710 \begin_inset Info
2711 type  "icon"
2712 arg   "inset-modify tabular set-rotate-tabular"
2713 \end_inset
2714
2715  rotates the whole table counter-clockwise by 90°
2716 \end_layout
2717
2718 \begin_layout Labeling
2719 \labelwidthstring 00.00.0000
2720 \begin_inset Info
2721 type  "icon"
2722 arg   "inset-modify tabular multicolumn"
2723 \end_inset
2724
2725  sets the current cell or selection as a multicolumn
2726 \end_layout
2727
2728 \begin_layout Labeling
2729 \labelwidthstring 00.00.0000
2730 \begin_inset Info
2731 type  "icon"
2732 arg   "inset-modify tabular multirow"
2733 \end_inset
2734
2735  sets the current cell or selection as a multirow
2736 \end_layout
2737
2738 \begin_layout Standard
2739 \begin_inset Note Greyedout
2740 status open
2741
2742 \begin_layout Plain Layout
2743
2744 \series bold
2745 Note:
2746 \series default
2747  For the output the vertical alignment of the first cell in a row is used
2748  for all following cells in the row.
2749 \end_layout
2750
2751 \end_inset
2752
2753
2754 \end_layout
2755
2756 \begin_layout Section
2757 Edit Table Menu
2758 \begin_inset Index idx
2759 status collapsed
2760
2761 \begin_layout Plain Layout
2762 Table ! Edit Menu
2763 \end_layout
2764
2765 \end_inset
2766
2767
2768 \end_layout
2769
2770 \begin_layout Standard
2771 In addition to the table dialog and toolbar, the menu 
2772 \family sans
2773 Edit\SpecialChar \menuseparator
2774 Table
2775 \family default
2776  allows you to add and delete border lines for the current row/column and
2777  to set the current selection as multicolumn.
2778  The menu is only available when the cursor is inside a table.
2779 \end_layout
2780
2781 \begin_layout Section
2782 Table Floats
2783 \begin_inset CommandInset label
2784 LatexCommand label
2785 name "sec:Table-Floats"
2786
2787 \end_inset
2788
2789
2790 \begin_inset Index idx
2791 status collapsed
2792
2793 \begin_layout Plain Layout
2794 Floats ! Tables
2795 \end_layout
2796
2797 \end_inset
2798
2799
2800 \begin_inset Index idx
2801 status collapsed
2802
2803 \begin_layout Plain Layout
2804 Table ! Floats
2805 \end_layout
2806
2807 \end_inset
2808
2809
2810 \end_layout
2811
2812 \begin_layout Standard
2813 For general explanations about floats, have a look at section
2814 \begin_inset space ~
2815 \end_inset
2816
2817
2818 \begin_inset CommandInset ref
2819 LatexCommand ref
2820 reference "sec:FloatIntroduction"
2821
2822 \end_inset
2823
2824 .
2825 \end_layout
2826
2827 \begin_layout Standard
2828 \begin_inset Float table
2829 placement h
2830 wide false
2831 sideways false
2832 status open
2833
2834 \begin_layout Plain Layout
2835 \begin_inset Caption Standard
2836
2837 \begin_layout Plain Layout
2838 \begin_inset CommandInset label
2839 LatexCommand label
2840 name "tab:a table float"
2841
2842 \end_inset
2843
2844 A table float.
2845 \end_layout
2846
2847 \end_inset
2848
2849
2850 \end_layout
2851
2852 \begin_layout Plain Layout
2853 \align center
2854 \begin_inset Tabular
2855 <lyxtabular version="3" rows="3" columns="3">
2856 <features rotate="0" tabularvalignment="middle">
2857 <column alignment="center" valignment="top" width="0pt">
2858 <column alignment="center" valignment="top" width="0pt">
2859 <column alignment="center" valignment="top" width="0pt">
2860 <row>
2861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865
2866 \family roman
2867 \series medium
2868 \shape up
2869 \size normal
2870 \emph off
2871 \bar no
2872 \noun off
2873 \color none
2874 1
2875 \end_layout
2876
2877 \end_inset
2878 </cell>
2879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2880 \begin_inset Text
2881
2882 \begin_layout Plain Layout
2883
2884 \family roman
2885 \series medium
2886 \shape up
2887 \size normal
2888 \emph off
2889 \bar no
2890 \noun off
2891 \color none
2892 2
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2898 \begin_inset Text
2899
2900 \begin_layout Plain Layout
2901
2902 \family roman
2903 \series medium
2904 \shape up
2905 \size normal
2906 \emph off
2907 \bar no
2908 \noun off
2909 \color none
2910 3
2911 \end_layout
2912
2913 \end_inset
2914 </cell>
2915 </row>
2916 <row>
2917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2918 \begin_inset Text
2919
2920 \begin_layout Plain Layout
2921
2922 \family roman
2923 \series medium
2924 \shape up
2925 \size normal
2926 \emph off
2927 \bar no
2928 \noun off
2929 \color none
2930 Joe
2931 \end_layout
2932
2933 \end_inset
2934 </cell>
2935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2936 \begin_inset Text
2937
2938 \begin_layout Plain Layout
2939
2940 \family roman
2941 \series medium
2942 \shape up
2943 \size normal
2944 \emph off
2945 \bar no
2946 \noun off
2947 \color none
2948 Mary
2949 \end_layout
2950
2951 \end_inset
2952 </cell>
2953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Plain Layout
2957
2958 \family roman
2959 \series medium
2960 \shape up
2961 \size normal
2962 \emph off
2963 \bar no
2964 \noun off
2965 \color none
2966 Ted
2967 \end_layout
2968
2969 \end_inset
2970 </cell>
2971 </row>
2972 <row>
2973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977
2978 \family roman
2979 \series medium
2980 \shape up
2981 \size normal
2982 \emph off
2983 \bar no
2984 \noun off
2985 \color none
2986 \begin_inset Formula $\int x^{2}dx$
2987 \end_inset
2988
2989
2990 \end_layout
2991
2992 \end_inset
2993 </cell>
2994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998
2999 \family roman
3000 \series medium
3001 \shape up
3002 \size normal
3003 \emph off
3004 \bar no
3005 \noun off
3006 \color none
3007 \begin_inset Formula $\left[\begin{array}{cc}
3008 a & b\\
3009 c & d
3010 \end{array}\right]$
3011 \end_inset
3012
3013
3014 \end_layout
3015
3016 \end_inset
3017 </cell>
3018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3019 \begin_inset Text
3020
3021 \begin_layout Plain Layout
3022
3023 \family roman
3024 \series medium
3025 \shape up
3026 \size normal
3027 \emph off
3028 \bar no
3029 \noun off
3030 \color none
3031 \begin_inset Formula $1+1=2$
3032 \end_inset
3033
3034
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 </row>
3040 </lyxtabular>
3041
3042 \end_inset
3043
3044
3045 \end_layout
3046
3047 \end_inset
3048
3049
3050 \end_layout
3051
3052 \begin_layout Standard
3053 Table floats can be inserted using the menu 
3054 \family sans
3055 Insert\SpecialChar \menuseparator
3056 Float\SpecialChar \menuseparator
3057 Table
3058 \family default
3059  or the toolbar button 
3060 \begin_inset Info
3061 type  "icon"
3062 arg   "float-insert table"
3063 \end_inset
3064
3065 .
3066 \end_layout
3067
3068 \begin_layout Standard
3069 The float appears as a collapsible box with a caption that has the label
3070  
3071 \begin_inset Quotes eld
3072 \end_inset
3073
3074 Table
3075 \begin_inset space ~
3076 \end_inset
3077
3078 #:
3079 \begin_inset Quotes erd
3080 \end_inset
3081
3082  (# is the actual table number).
3083  You can insert tables in the float above or below the caption.
3084 \end_layout
3085
3086 \begin_layout Standard
3087 Table
3088 \begin_inset space ~
3089 \end_inset
3090
3091
3092 \begin_inset CommandInset ref
3093 LatexCommand ref
3094 reference "tab:a table float"
3095
3096 \end_inset
3097
3098  is an example table within a table float.
3099 \end_layout
3100
3101 \begin_layout Standard
3102 Having the caption above the table is the common rule that is unfortunately
3103  not supported in LaTeX's standard classes.
3104  This means that, if you are using the document classes 
3105 \family sans
3106 article
3107 \family default
3108
3109 \family sans
3110 book
3111 \family default
3112
3113 \family sans
3114 letter
3115 \family default
3116 , or 
3117 \family sans
3118 report
3119 \family default
3120 , there will be no space between the caption and the table.
3121  To insert the needed space, add the following option to the load command
3122  of the LaTeX-package 
3123 \series bold
3124 caption
3125 \series default
3126
3127 \begin_inset Index idx
3128 status collapsed
3129
3130 \begin_layout Plain Layout
3131 LaTeX-packages ! caption
3132 \end_layout
3133
3134 \end_inset
3135
3136  in your document preamble
3137 \begin_inset Foot
3138 status collapsed
3139
3140 \begin_layout Plain Layout
3141 For more information have a look at section
3142 \begin_inset space ~
3143 \end_inset
3144
3145
3146 \begin_inset CommandInset ref
3147 LatexCommand ref
3148 reference "sec:Caption-Placement"
3149
3150 \end_inset
3151
3152 .
3153 \end_layout
3154
3155 \end_inset
3156
3157 :
3158 \end_layout
3159
3160 \begin_layout Standard
3161
3162 \series bold
3163 tableposition=top
3164 \end_layout
3165
3166 \begin_layout Standard
3167 The package 
3168 \series bold
3169 caption
3170 \series default
3171 , which is described in section
3172 \begin_inset space ~
3173 \end_inset
3174
3175
3176 \begin_inset CommandInset ref
3177 LatexCommand ref
3178 reference "sec:Caption-Formatting"
3179
3180 \end_inset
3181
3182 , is used to adjust the caption format.
3183 \end_layout
3184
3185 \begin_layout Standard
3186 \begin_inset Index idx
3187 status collapsed
3188
3189 \begin_layout Plain Layout
3190 References ! to Tables
3191 \end_layout
3192
3193 \end_inset
3194
3195 Tables can be cross-referenced in the text by referencing their label.
3196  To do this insert a label in the caption using the menu 
3197 \family sans
3198 Insert\SpecialChar \menuseparator
3199 Label
3200 \family default
3201  or the toolbar button 
3202 \begin_inset Info
3203 type  "icon"
3204 arg   "label-insert"
3205 \end_inset
3206
3207 .
3208  You can now refer to the label using the menu 
3209 \family sans
3210 Insert\SpecialChar \menuseparator
3211 Cross
3212 \begin_inset space ~
3213 \end_inset
3214
3215 reference
3216 \family default
3217  or the toolbar button 
3218 \begin_inset Info
3219 type  "icon"
3220 arg   "dialog-show-new-inset ref"
3221 \end_inset
3222
3223 .
3224 \begin_inset Newline newline
3225 \end_inset
3226
3227 Referencing is explained in detail in section
3228 \begin_inset space ~
3229 \end_inset
3230
3231
3232 \begin_inset CommandInset ref
3233 LatexCommand ref
3234 reference "sec:Referencing-Floats"
3235
3236 \end_inset
3237
3238 .
3239 \end_layout
3240
3241 \begin_layout Section
3242 Longtables
3243 \begin_inset CommandInset label
3244 LatexCommand label
3245 name "sec:Longtables"
3246
3247 \end_inset
3248
3249
3250 \begin_inset Index idx
3251 status collapsed
3252
3253 \begin_layout Plain Layout
3254 Longtables
3255 \end_layout
3256
3257 \end_inset
3258
3259
3260 \begin_inset Index idx
3261 status collapsed
3262
3263 \begin_layout Plain Layout
3264 Table ! Longtables
3265 \end_layout
3266
3267 \end_inset
3268
3269
3270 \end_layout
3271
3272 \begin_layout Standard
3273 If the table is too long to fit on one page, you can use the option 
3274 \family sans
3275 Use
3276 \begin_inset space ~
3277 \end_inset
3278
3279 long
3280 \begin_inset space ~
3281 \end_inset
3282
3283 table
3284 \family default
3285  in the tab 
3286 \family sans
3287 Longtable
3288 \family default
3289  of the table dialog to split the table automatically over more pages.
3290  Doing this enables the following options:
3291 \end_layout
3292
3293 \begin_layout Description
3294 Header: The current row is defined to be a header row that appears on all
3295  pages of the longtable; except for the first page, if 
3296 \family sans
3297 First
3298 \begin_inset space ~
3299 \end_inset
3300
3301 header
3302 \family default
3303  is defined.
3304  This is therefore called the main header.
3305 \end_layout
3306
3307 \begin_layout Description
3308 First
3309 \begin_inset space ~
3310 \end_inset
3311
3312 header: The current row is defined to be a header row that appears on the
3313  first page of the longtable.
3314 \end_layout
3315
3316 \begin_layout Description
3317 Footer: The current row is defined to be a footer row that appears on all
3318  pages of the longtable; except for the last page, if 
3319 \family sans
3320 Last
3321 \begin_inset space ~
3322 \end_inset
3323
3324 footer
3325 \family default
3326  is defined.
3327 \end_layout
3328
3329 \begin_layout Description
3330 Last
3331 \begin_inset space ~
3332 \end_inset
3333
3334 footer: The current row is defined to be a footer row that appears on the
3335  last page of the longtable.
3336 \end_layout
3337
3338 \begin_layout Description
3339 Caption: The current row contains the table caption.
3340  The row is reset as single column and a caption is inserted.
3341  More about longtable captions is explained in sec.
3342 \begin_inset space \thinspace{}
3343 \end_inset
3344
3345
3346 \begin_inset CommandInset ref
3347 LatexCommand ref
3348 reference "sub:Longtable-Captions"
3349
3350 \end_inset
3351
3352 .
3353 \end_layout
3354
3355 \begin_layout Standard
3356 You can also specify a row where the table is split.
3357  See the following longtable to see how it works:
3358 \end_layout
3359
3360 \begin_layout Standard
3361 \align center
3362 \begin_inset Tabular
3363 <lyxtabular version="3" rows="69" columns="3">
3364 <features rotate="0" islongtable="true" longtabularalignment="center">
3365 <column alignment="left" valignment="top" width="0cm">
3366 <column alignment="left" valignment="top" width="0pt">
3367 <column alignment="center" valignment="top" width="0pt">
3368 <row endfirsthead="true">
3369 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373
3374 \series bold
3375 Example Phone List (ignore the names)
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 </row>
3399 <row endfirsthead="true">
3400 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404
3405 \series bold
3406 NAME
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424
3425 \series bold
3426 TEL.
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 </row>
3432 <row endhead="true">
3433 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437
3438 \series bold
3439 Example Phone List
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Plain Layout
3448
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 </row>
3463 <row endhead="true">
3464 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468
3469 \series bold
3470 NAME
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488
3489 \series bold
3490 TEL.
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 </row>
3496 <row endfoot="true">
3497 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501  continued on next page
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 </row>
3525 <row>
3526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530
3531 \series bold
3532 Annovi
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 <cell alignment="center" valignment="top" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541 Silvia
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 111
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 </row>
3556 <row>
3557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561
3562 \series bold
3563 Bertoli
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 <cell alignment="center" valignment="top" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572 Stefano
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 111
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 </row>
3587 <row>
3588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592
3593 \series bold
3594 Bozzi
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 <cell alignment="center" valignment="top" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603 Walter
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612 111
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 </row>
3618 <row>
3619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623
3624 \series bold
3625 Cachia
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 <cell alignment="center" valignment="top" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634 Maria
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643 111
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 </row>
3649 <row>
3650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654
3655 \series bold
3656 Cachia
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 <cell alignment="center" valignment="top" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665 Maurizio
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674 111
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 </row>
3680 <row>
3681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685
3686 \series bold
3687 Cinquemani
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 <cell alignment="center" valignment="top" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696 Giusi
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 111
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 </row>
3711 <row>
3712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716
3717 \series bold
3718 Colin
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 <cell alignment="center" valignment="top" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727 Bernard
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736 111
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 </row>
3742 <row>
3743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747
3748 \series bold
3749 Concli
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 <cell alignment="center" valignment="top" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758 Gianfranco
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767 111
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 </row>
3773 <row>
3774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778
3779 \series bold
3780 Dal Bosco
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 <cell alignment="center" valignment="top" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789 Carolina
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798 111
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 </row>
3804 <row>
3805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809
3810 \series bold
3811 Dalpiaz
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 <cell alignment="center" valignment="top" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820 Annamaria
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829 111
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 </row>
3835 <row>
3836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840
3841 \series bold
3842 Feliciello
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 <cell alignment="center" valignment="top" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851 Domenico
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860 111
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 </row>
3866 <row>
3867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871
3872 \series bold
3873 Focarelli
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 <cell alignment="center" valignment="top" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882 Paola
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891 111
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 </row>
3897 <row>
3898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902
3903 \series bold
3904 Galletti
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 <cell alignment="center" valignment="top" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913 Oreste
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922 111
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 </row>
3928 <row>
3929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933
3934 \series bold
3935 Gasparini
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 <cell alignment="center" valignment="top" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944 Franca
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 111
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 </row>
3959 <row>
3960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964
3965 \series bold
3966 Rizzardi
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 <cell alignment="center" valignment="top" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975 Paola
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 111
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 </row>
3990 <row>
3991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995
3996 \series bold
3997 Lassini
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 <cell alignment="center" valignment="top" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006 Giancarlo
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 111
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 </row>
4021 <row>
4022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026
4027 \series bold
4028 Malfatti
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 <cell alignment="center" valignment="top" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037 Luciano
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 111
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 </row>
4052 <row>
4053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057
4058 \series bold
4059 Malfatti
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 <cell alignment="center" valignment="top" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068 Valeriano
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 111
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 </row>
4083 <row>
4084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088
4089 \series bold
4090 Meneguzzo
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 <cell alignment="center" valignment="top" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099 Roberto
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 111
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 </row>
4114 <row>
4115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119
4120 \series bold
4121 Mezzadra
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 <cell alignment="center" valignment="top" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130 Roberto
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 111
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 </row>
4145 <row>
4146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150
4151 \series bold
4152 Pirpamer
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161 Erich
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 111
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 </row>
4176 <row>
4177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181
4182 \series bold
4183 Pochiesa
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 <cell alignment="center" valignment="top" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192 Paolo
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 111, 222
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 </row>
4207 <row>
4208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212
4213 \series bold
4214 Radina
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 <cell alignment="center" valignment="top" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223 Claudio
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 111
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 </row>
4238 <row>
4239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243
4244 \series bold
4245 Stuffer
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 Oskar
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 111
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 </row>
4269 <row>
4270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274
4275 \series bold
4276 Tacchelli
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 <cell alignment="center" valignment="top" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285 Ugo
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 111
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 </row>
4300 <row>
4301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305
4306 \series bold
4307 Tezzele
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 Margit
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 111
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 </row>
4331 <row>
4332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336
4337 \series bold
4338 Unterkalmsteiner
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 <cell alignment="center" valignment="top" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347 Frieda
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 111
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 </row>
4362 <row>
4363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367
4368 \series bold
4369 Vieider
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell alignment="center" valignment="top" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378 Hilde
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 111
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 </row>
4393 <row>
4394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398
4399 \series bold
4400 Vigna
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 <cell alignment="center" valignment="top" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409 Jürgen
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 111
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 </row>
4424 <row>
4425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429
4430 \series bold
4431 Weber
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell alignment="center" valignment="top" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440 Maurizio
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 111
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 </row>
4455 <row>
4456 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460
4461 \series bold
4462 Winkler
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 Franz
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 111
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 </row>
4486 <row>
4487 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491  
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 </row>
4515 <row>
4516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520
4521 \series bold
4522 Annovi
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 <cell alignment="center" valignment="top" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531 Silvia
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 555
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 </row>
4546 <row>
4547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551
4552 \series bold
4553 Bertoli
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 <cell alignment="center" valignment="top" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562 Stefano
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 555
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 </row>
4577 <row>
4578 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582
4583 \series bold
4584 Bozzi
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 <cell alignment="center" valignment="top" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593 Walter
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 555
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 </row>
4608 <row>
4609 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613
4614 \series bold
4615 Cachia
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 <cell alignment="center" valignment="top" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624 Maria
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 555
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 </row>
4639 <row>
4640 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644
4645 \series bold
4646 Cachia
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 <cell alignment="center" valignment="top" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655 Maurizio
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664 555
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 </row>
4670 <row>
4671 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675
4676 \series bold
4677 Cinquemani
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 <cell alignment="center" valignment="top" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686 Giusi
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695 555
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 </row>
4701 <row>
4702 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706
4707 \series bold
4708 Colin
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 <cell alignment="center" valignment="top" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717 Bernard
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 555
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 </row>
4732 <row>
4733 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737
4738 \series bold
4739 Concli
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 <cell alignment="center" valignment="top" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748 Gianfranco
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757 555
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 </row>
4763 <row>
4764 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768
4769 \series bold
4770 Dal Bosco
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 <cell alignment="center" valignment="top" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779 Carolina
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788 555
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 </row>
4794 <row>
4795 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799
4800 \series bold
4801 Dalpiaz
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 <cell alignment="center" valignment="top" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810 Annamaria
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819 555
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 </row>
4825 <row>
4826 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830
4831 \series bold
4832 Feliciello
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 <cell alignment="center" valignment="top" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841 Domenico
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850 555
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 </row>
4856 <row>
4857 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861
4862 \series bold
4863 Focarelli
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 <cell alignment="center" valignment="top" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872 Paola
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881 555
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 </row>
4887 <row>
4888 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892
4893 \series bold
4894 Galletti
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 <cell alignment="center" valignment="top" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903 Oreste
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912 555
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 </row>
4918 <row>
4919 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923
4924 \series bold
4925 Gasparini
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 <cell alignment="center" valignment="top" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934 Franca
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943 555
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 </row>
4949 <row>
4950 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954
4955 \series bold
4956 Rizzardi
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 <cell alignment="center" valignment="top" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965 Paola
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974 555
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 </row>
4980 <row>
4981 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985
4986 \series bold
4987 Lassini
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 <cell alignment="center" valignment="top" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996 Giancarlo
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 555
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 </row>
5011 <row>
5012 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016
5017 \series bold
5018 Malfatti
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 <cell alignment="center" valignment="top" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027 Luciano
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 555
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 </row>
5042 <row>
5043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047
5048 \series bold
5049 Malfatti
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 <cell alignment="center" valignment="top" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058 Valeriano
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067 555
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 </row>
5073 <row>
5074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078
5079 \series bold
5080 Meneguzzo
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 <cell alignment="center" valignment="top" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089 Roberto
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 555
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 </row>
5104 <row>
5105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109
5110 \series bold
5111 Mezzadra
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 <cell alignment="center" valignment="top" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120 Roberto
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129 555
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 </row>
5135 <row>
5136 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140
5141 \series bold
5142 Pirpamer
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 <cell alignment="center" valignment="top" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151 Erich
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 555
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 </row>
5166 <row>
5167 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171
5172 \series bold
5173 Pochiesa
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 <cell alignment="center" valignment="top" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182 Paolo
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191 555, 222
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 </row>
5197 <row>
5198 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202
5203 \series bold
5204 Radina
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 <cell alignment="center" valignment="top" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213 Claudio
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222 555
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 </row>
5228 <row>
5229 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233
5234 \series bold
5235 Stuffer
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 <cell alignment="center" valignment="top" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244 Oskar
5245 \end_layout
5246
5247 \end_inset
5248 </cell>
5249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5250 \begin_inset Text
5251
5252 \begin_layout Plain Layout
5253 555
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 </row>
5259 <row>
5260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264
5265 \series bold
5266 Tacchelli
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 Ugo
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284 555
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 </row>
5290 <row>
5291 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295
5296 \series bold
5297 Tezzele
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 <cell alignment="center" valignment="top" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306 Margit
5307 \end_layout
5308
5309 \end_inset
5310 </cell>
5311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5312 \begin_inset Text
5313
5314 \begin_layout Plain Layout
5315 555
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 </row>
5321 <row>
5322 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326
5327 \series bold
5328 Unterkalmsteiner
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 <cell alignment="center" valignment="top" usebox="none">
5334 \begin_inset Text
5335
5336 \begin_layout Plain Layout
5337 Frieda
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346 555
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 </row>
5352 <row>
5353 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Plain Layout
5357
5358 \series bold
5359 Vieider
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell alignment="center" valignment="top" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368 Hilde
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Plain Layout
5377 555
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 </row>
5383 <row>
5384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388
5389 \series bold
5390 Vigna
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 <cell alignment="center" valignment="top" usebox="none">
5396 \begin_inset Text
5397
5398 \begin_layout Plain Layout
5399 Jürgen
5400 \end_layout
5401
5402 \end_inset
5403 </cell>
5404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5405 \begin_inset Text
5406
5407 \begin_layout Plain Layout
5408 999
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 </row>
5414 <row>
5415 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5416 \begin_inset Text
5417
5418 \begin_layout Plain Layout
5419
5420 \series bold
5421 Weber
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell alignment="center" valignment="top" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 Maurizio
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 555
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 </row>
5445 <row>
5446 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450
5451 \series bold
5452 Winkler
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Plain Layout
5461 Franz
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470 555
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 </row>
5476 <row endlastfoot="true">
5477 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5478 \begin_inset Text
5479
5480 \begin_layout Plain Layout
5481 end
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 </row>
5505 </lyxtabular>
5506
5507 \end_inset
5508
5509
5510 \begin_inset ERT
5511 status collapsed
5512
5513 \begin_layout Plain Layout
5514
5515
5516 \backslash
5517 addtocounter{table}{-1}
5518 \end_layout
5519
5520 \end_inset
5521
5522
5523 \begin_inset Note Note
5524 status collapsed
5525
5526 \begin_layout Plain Layout
5527 See the first greyed-out note in section
5528 \begin_inset space ~
5529 \end_inset
5530
5531
5532 \begin_inset CommandInset ref
5533 LatexCommand ref
5534 reference "sub:Longtable-Captions"
5535
5536 \end_inset
5537
5538  for an explanation of this command.
5539 \end_layout
5540
5541 \end_inset
5542
5543
5544 \end_layout
5545
5546 \begin_layout Subsection
5547 Footnotes in Longtables
5548 \begin_inset CommandInset label
5549 LatexCommand label
5550 name "sub:Footnotes-in-Longtables"
5551
5552 \end_inset
5553
5554
5555 \begin_inset Index idx
5556 status collapsed
5557
5558 \begin_layout Plain Layout
5559 Longtables ! Footnotes
5560 \end_layout
5561
5562 \end_inset
5563
5564
5565 \end_layout
5566
5567 \begin_layout Standard
5568 Footnotes can be inserted to every longtable cell.
5569  They appear at the bottom of the page where the table cell with the footnote
5570  appears.
5571  Table
5572 \begin_inset space ~
5573 \end_inset
5574
5575
5576 \begin_inset CommandInset ref
5577 LatexCommand ref
5578 reference "tab:DiffCaptions"
5579
5580 \end_inset
5581
5582  has for example a footnote.
5583 \end_layout
5584
5585 \begin_layout Subsection
5586 Longtable Alignment
5587 \begin_inset Index idx
5588 status collapsed
5589
5590 \begin_layout Plain Layout
5591 Longtables ! Alignment
5592 \end_layout
5593
5594 \end_inset
5595
5596
5597 \end_layout
5598
5599 \begin_layout Standard
5600 The horizontal alignment of longtables can be set in the table settings
5601  dialog.
5602  For left- and right-alignment the table will be directly at the page border.
5603  To add space between the table and the border one has to set the alignment
5604  to center and change the value of the LaTeX-lengths 
5605 \series bold
5606
5607 \backslash
5608 LTleft 
5609 \series default
5610 or 
5611 \series bold
5612
5613 \backslash
5614 LTright
5615 \series default
5616  by inserting this line as TeX-Code before the longtable:
5617 \end_layout
5618
5619 \begin_layout Standard
5620
5621 \series bold
5622
5623 \backslash
5624 setlength{
5625 \backslash
5626 LTleft}{value}
5627 \end_layout
5628
5629 \begin_layout Standard
5630 The value can have any of the units listed in Table
5631 \begin_inset space ~
5632 \end_inset
5633
5634
5635 \begin_inset CommandInset ref
5636 LatexCommand ref
5637 reference "tab:Units"
5638
5639 \end_inset
5640
5641 .
5642  
5643 \series bold
5644
5645 \backslash
5646 LTleft
5647 \series default
5648  controls the horizontal distance from the left page border to the longtable,
5649  
5650 \series bold
5651
5652 \backslash
5653 LTright
5654 \series default
5655  the distance from the right side.
5656  The default value for both lengths is 
5657 \series bold
5658
5659 \backslash
5660 fill
5661 \series default
5662 , which is in this case the same as an horizontal fill in LyX.
5663 \end_layout
5664
5665 \begin_layout Standard
5666 The following longtable was centered and 
5667 \series bold
5668
5669 \backslash
5670 LTleft
5671 \series default
5672  set to 
5673 \family sans
5674 0.1
5675 \backslash
5676 columnwidth
5677 \family default
5678 :
5679 \begin_inset ERT
5680 status collapsed
5681
5682 \begin_layout Plain Layout
5683
5684
5685 \backslash
5686 setlength{
5687 \backslash
5688 LTleft}{0.1
5689 \backslash
5690 columnwidth}
5691 \end_layout
5692
5693 \end_inset
5694
5695
5696 \end_layout
5697
5698 \begin_layout Standard
5699 \begin_inset Tabular
5700 <lyxtabular version="3" rows="5" columns="5">
5701 <features rotate="0" islongtable="true" longtabularalignment="center">
5702 <column alignment="center" valignment="top" width="0">
5703 <column alignment="center" valignment="top" width="0pt">
5704 <column alignment="center" valignment="top" width="0">
5705 <column alignment="center" valignment="top" width="0">
5706 <column alignment="center" valignment="top" width="0">
5707 <row>
5708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 1
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Plain Layout
5721 2
5722 \end_layout
5723
5724 \end_inset
5725 </cell>
5726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Plain Layout
5730 3
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 4
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 5
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 </row>
5754 <row>
5755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5756 \begin_inset Text
5757
5758 \begin_layout Plain Layout
5759 asd
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5765 \begin_inset Text
5766
5767 \begin_layout Plain Layout
5768 s
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 s
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 s
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 asd
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 </row>
5801 <row>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 asd
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 s
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 s
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833 s
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 asd
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 </row>
5848 <row>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 asd
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 s
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 s
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 s
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 asd
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 </row>
5895 <row>
5896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 asd
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 asd
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 asd
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927 asd
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936 asd
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 </row>
5942 </lyxtabular>
5943
5944 \end_inset
5945
5946
5947 \begin_inset ERT
5948 status collapsed
5949
5950 \begin_layout Plain Layout
5951
5952
5953 \backslash
5954 setlength{
5955 \backslash
5956 LTleft}{
5957 \backslash
5958 fill}
5959 \end_layout
5960
5961 \end_inset
5962
5963
5964 \begin_inset ERT
5965 status collapsed
5966
5967 \begin_layout Plain Layout
5968
5969
5970 \backslash
5971 addtocounter{table}{-1}
5972 \end_layout
5973
5974 \end_inset
5975
5976
5977 \begin_inset Note Note
5978 status collapsed
5979
5980 \begin_layout Plain Layout
5981 See the first greyed-out note in section
5982 \begin_inset space ~
5983 \end_inset
5984
5985
5986 \begin_inset CommandInset ref
5987 LatexCommand ref
5988 reference "sub:Longtable-Captions"
5989
5990 \end_inset
5991
5992  for an explanation of this command.
5993 \end_layout
5994
5995 \end_inset
5996
5997
5998 \end_layout
5999
6000 \begin_layout Subsection
6001 Longtable Captions
6002 \begin_inset Index idx
6003 status collapsed
6004
6005 \begin_layout Plain Layout
6006 Longtables ! Captions
6007 \end_layout
6008
6009 \end_inset
6010
6011
6012 \begin_inset CommandInset label
6013 LatexCommand label
6014 name "sub:Longtable-Captions"
6015
6016 \end_inset
6017
6018
6019 \end_layout
6020
6021 \begin_layout Standard
6022 A longtable cannot be put into a table float because floats can only be
6023  on one page.
6024  But the caption environment of floats can also be used for longtables when
6025  you use the longtable option 
6026 \family sans
6027 Caption
6028 \family default
6029  as described in sec.
6030 \begin_inset space \thinspace{}
6031 \end_inset
6032
6033
6034 \begin_inset CommandInset ref
6035 LatexCommand ref
6036 reference "sec:Longtables"
6037
6038 \end_inset
6039
6040 .
6041  
6042 \change_inserted -195340706 1324242393
6043 A caption must be put into one of 
6044 \family sans
6045 First
6046 \begin_inset space ~
6047 \end_inset
6048
6049 header
6050 \family default
6051
6052 \family sans
6053 Header
6054 \family default
6055
6056 \family sans
6057 Footer
6058 \family default
6059  and 
6060 \family sans
6061 Fast
6062 \begin_inset space ~
6063 \end_inset
6064
6065 footer
6066 \family default
6067 .
6068  Each kind of footer and header may only contain one 
6069 \change_deleted -195340706 1324242398
6070 Only one table row can contain the
6071 \change_unchanged
6072  caption.
6073 \end_layout
6074
6075 \begin_layout Standard
6076 Here is a short longtable to see how it works:
6077 \end_layout
6078
6079 \begin_layout Standard
6080 \begin_inset Tabular
6081 <lyxtabular version="3" rows="6" columns="5">
6082 <features rotate="0" islongtable="true" longtabularalignment="center">
6083 <column alignment="center" valignment="top" width="0">
6084 <column alignment="center" valignment="top" width="0">
6085 <column alignment="center" valignment="top" width="0">
6086 <column alignment="center" valignment="top" width="0">
6087 <column alignment="center" valignment="top" width="0">
6088 <row endfirsthead="true" caption="true">
6089 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093 \begin_inset Caption Standard
6094
6095 \begin_layout Plain Layout
6096 Longtable with caption
6097 \begin_inset Argument 1
6098 status open
6099
6100 \begin_layout Plain Layout
6101 Longtable
6102 \end_layout
6103
6104 \end_inset
6105
6106
6107 \end_layout
6108
6109 \end_inset
6110
6111
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 </row>
6153 <row>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 1
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 2
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 3
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 4
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 5
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 </row>
6200 <row>
6201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 asd
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 s
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 s
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 s
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 asd
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 </row>
6247 <row>
6248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 asd
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 s
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270 s
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279 s
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 asd
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 </row>
6294 <row>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 asd
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 s
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317 s
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326 s
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335 asd
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 </row>
6341 <row>
6342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 asd
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 asd
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364 asd
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373 asd
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 asd
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 </row>
6388 </lyxtabular>
6389
6390 \end_inset
6391
6392
6393 \end_layout
6394
6395 \begin_layout Standard
6396 \begin_inset VSpace medskip
6397 \end_inset
6398
6399
6400 \begin_inset Note Greyedout
6401 status open
6402
6403 \begin_layout Plain Layout
6404
6405 \series bold
6406 Note
6407 \begin_inset space ~
6408 \end_inset
6409
6410 1:
6411 \series default
6412  The table number is increased for every longtable, even if you did not
6413  set a caption for it.
6414  For this reason you could have the case that e.
6415 \begin_inset space \thinspace{}
6416 \end_inset
6417
6418 g.
6419 \begin_inset space \space{}
6420 \end_inset
6421
6422 Table
6423 \begin_inset space ~
6424 \end_inset
6425
6426 2.4 follows Table
6427 \begin_inset space ~
6428 \end_inset
6429
6430 2.1 in the list of tables if there are two longtables without captions.
6431  To avoid this you can add the following command in TeX-Code after every
6432  longtable without a caption:
6433 \end_layout
6434
6435 \begin_layout Plain Layout
6436
6437 \series bold
6438
6439 \backslash
6440 addtocounter{table}{-1}
6441 \end_layout
6442
6443 \begin_layout Plain Layout
6444 This is not needed when none of your longtables has a caption and you add
6445  the following code to the document preamble:
6446 \end_layout
6447
6448 \begin_layout Plain Layout
6449
6450 \series bold
6451
6452 \backslash
6453 let
6454 \backslash
6455 myEnd
6456 \backslash
6457 endlongtable
6458 \begin_inset Newline newline
6459 \end_inset
6460
6461
6462 \backslash
6463 renewcommand{
6464 \backslash
6465 endlongtable}{
6466 \backslash
6467 myEnd
6468 \backslash
6469 addtocounter{table}{-1}}
6470 \end_layout
6471
6472 \end_inset
6473
6474
6475 \end_layout
6476
6477 \begin_layout Standard
6478 \begin_inset Note Greyedout
6479 status open
6480
6481 \begin_layout Plain Layout
6482
6483 \series bold
6484 Note
6485 \begin_inset space ~
6486 \end_inset
6487
6488 2:
6489 \series default
6490  If you are using
6491 \series bold
6492  hyperref
6493 \series default
6494
6495 \begin_inset Index idx
6496 status collapsed
6497
6498 \begin_layout Plain Layout
6499 LaTeX-packages ! hyperref
6500 \end_layout
6501
6502 \end_inset
6503
6504  in the 
6505 \family sans
6506 PDF Properties
6507 \family default
6508  of the 
6509 \family sans
6510 Document Settings
6511 \family default
6512  dialog to link cross-references, the link to a longtable caption will always
6513  point to the beginning of the document.
6514 \end_layout
6515
6516 \end_inset
6517
6518
6519 \end_layout
6520
6521 \begin_layout Subsubsection
6522 References to Longtables
6523 \begin_inset Index idx
6524 status collapsed
6525
6526 \begin_layout Plain Layout
6527 Longtables ! References
6528 \end_layout
6529
6530 \end_inset
6531
6532
6533 \end_layout
6534
6535 \begin_layout Standard
6536 \begin_inset Tabular
6537 <lyxtabular version="3" rows="6" columns="5">
6538 <features rotate="0" islongtable="true" longtabularalignment="center">
6539 <column alignment="center" valignment="top" width="0">
6540 <column alignment="center" valignment="top" width="0">
6541 <column alignment="center" valignment="top" width="0">
6542 <column alignment="center" valignment="top" width="0">
6543 <column alignment="center" valignment="top" width="0">
6544 <row endfirsthead="true" caption="true">
6545 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549 \begin_inset Caption Standard
6550
6551 \begin_layout Plain Layout
6552 Referenced longtable
6553 \begin_inset CommandInset label
6554 LatexCommand label
6555 name "tab:RefExample"
6556
6557 \end_inset
6558
6559
6560 \end_layout
6561
6562 \end_inset
6563
6564
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 </row>
6606 <row>
6607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611 1
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 2
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 3
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638 4
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 5
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 </row>
6653 <row>
6654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 asd
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 s
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 s
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 s
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 asd
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 </row>
6700 <row>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 asd
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 s
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 s
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732 s
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 asd
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 </row>
6747 <row>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 asd
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 s
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 s
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779 s
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 asd
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 </row>
6794 <row>
6795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 asd
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808 sad
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 asd
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 asd
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 asd
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 </row>
6841 </lyxtabular>
6842
6843 \end_inset
6844
6845
6846 \end_layout
6847
6848 \begin_layout Standard
6849 To reference a longtable, insert a label into the caption.
6850 \end_layout
6851
6852 \begin_layout Standard
6853 This is a reference to Table
6854 \begin_inset space ~
6855 \end_inset
6856
6857
6858 \begin_inset CommandInset ref
6859 LatexCommand ref
6860 reference "tab:RefExample"
6861
6862 \end_inset
6863
6864 .
6865 \end_layout
6866
6867 \begin_layout Standard
6868 The caption layout can be set together with all other captions of your document
6869  using the LaTeX-package 
6870 \series bold
6871 caption
6872 \series default
6873
6874 \begin_inset Index idx
6875 status collapsed
6876
6877 \begin_layout Plain Layout
6878 LaTeX-packages ! caption
6879 \end_layout
6880
6881 \end_inset
6882
6883 , see section
6884 \begin_inset space ~
6885 \end_inset
6886
6887
6888 \begin_inset CommandInset ref
6889 LatexCommand ref
6890 reference "sec:Caption-Formatting"
6891
6892 \end_inset
6893
6894 .
6895 \end_layout
6896
6897 \begin_layout Subsubsection
6898 Caption Width
6899 \begin_inset Index idx
6900 status collapsed
6901
6902 \begin_layout Plain Layout
6903 Longtables ! Caption Width
6904 \end_layout
6905
6906 \end_inset
6907
6908
6909 \end_layout
6910
6911 \begin_layout Standard
6912 The maximal width of caption lines is defined by the length 
6913 \series bold
6914
6915 \backslash
6916 LTcapwidth
6917 \series default
6918 .
6919  Its default value is 4
6920 \begin_inset space \thinspace{}
6921 \end_inset
6922
6923 in.
6924  To change it add the following command to your document preamble or as
6925  TeX-Code into your document before the longtable that should be affected
6926 \end_layout
6927
6928 \begin_layout Standard
6929
6930 \series bold
6931
6932 \backslash
6933 setlength{
6934 \backslash
6935 LTcapwidth}{width}
6936 \end_layout
6937
6938 \begin_layout Standard
6939 where the width could have one of the units listed in appendix
6940 \begin_inset space ~
6941 \end_inset
6942
6943
6944 \begin_inset CommandInset ref
6945 LatexCommand ref
6946 reference "cha:Units-available-in"
6947
6948 \end_inset
6949
6950 .
6951 \end_layout
6952
6953 \begin_layout Standard
6954 The following tables show the difference:
6955 \end_layout
6956
6957 \begin_layout Standard
6958 \begin_inset Tabular
6959 <lyxtabular version="3" rows="6" columns="5">
6960 <features rotate="0" islongtable="true" longtabularalignment="center">
6961 <column alignment="center" valignment="top" width="0">
6962 <column alignment="center" valignment="top" width="0">
6963 <column alignment="center" valignment="top" width="0">
6964 <column alignment="center" valignment="top" width="0">
6965 <column alignment="center" valignment="top" width="0">
6966 <row endfirsthead="true" caption="true">
6967 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971 \begin_inset Caption Standard
6972
6973 \begin_layout Plain Layout
6974 long full title with default width long full title with default width long
6975  full title with default width
6976 \begin_inset Argument 1
6977 status collapsed
6978
6979 \begin_layout Plain Layout
6980 caption with default width
6981 \end_layout
6982
6983 \end_inset
6984
6985
6986 \end_layout
6987
6988 \end_inset
6989
6990
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Plain Layout
7008
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Plain Layout
7017
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Plain Layout
7026
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 </row>
7032 <row>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 1
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7043 \begin_inset Text
7044
7045 \begin_layout Plain Layout
7046 2
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055 3
7056 \end_layout
7057
7058 \end_inset
7059 </cell>
7060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064 4
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 5
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 </row>
7079 <row>
7080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084 asd
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Plain Layout
7093 s
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102 s
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111 s
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120 asd
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 </row>
7126 <row>
7127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131 asd
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140 s
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149 s
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158 s
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7164 \begin_inset Text
7165
7166 \begin_layout Plain Layout
7167 asd
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 </row>
7173 <row>
7174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 asd
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 s
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 s
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205 s
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214 asd
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 </row>
7220 <row>
7221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225 asd
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 sad
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243 asd
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 asd
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261 asd
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 </row>
7267 </lyxtabular>
7268
7269 \end_inset
7270
7271
7272 \end_layout
7273
7274 \begin_layout Standard
7275 \begin_inset ERT
7276 status collapsed
7277
7278 \begin_layout Plain Layout
7279
7280
7281 \backslash
7282 setlength{
7283 \backslash
7284 LTcapwidth}{5cm}
7285 \end_layout
7286
7287 \end_inset
7288
7289
7290 \begin_inset Tabular
7291 <lyxtabular version="3" rows="6" columns="5">
7292 <features rotate="0" islongtable="true" longtabularalignment="center">
7293 <column alignment="center" valignment="top" width="0">
7294 <column alignment="center" valignment="top" width="0">
7295 <column alignment="center" valignment="top" width="0">
7296 <column alignment="center" valignment="top" width="0">
7297 <column alignment="center" valignment="top" width="0">
7298 <row endfirsthead="true" caption="true">
7299 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303 \begin_inset Caption Standard
7304
7305 \begin_layout Plain Layout
7306 long full title with width set to 5
7307 \begin_inset space \thinspace{}
7308 \end_inset
7309
7310 cm long full title with width set to 5
7311 \begin_inset space \thinspace{}
7312 \end_inset
7313
7314 cm long full title with width set to 5
7315 \begin_inset space \thinspace{}
7316 \end_inset
7317
7318 cm
7319 \begin_inset Argument 1
7320 status collapsed
7321
7322 \begin_layout Plain Layout
7323 caption with width
7324 \begin_inset space \thinspace{}
7325 \end_inset
7326
7327 =
7328 \begin_inset space \thinspace{}
7329 \end_inset
7330
7331 5
7332 \begin_inset space \thinspace{}
7333 \end_inset
7334
7335 cm
7336 \end_layout
7337
7338 \end_inset
7339
7340
7341 \end_layout
7342
7343 \end_inset
7344
7345
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 </row>
7387 <row>
7388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392 1
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401 2
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 3
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419 4
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428 5
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 </row>
7434 <row>
7435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439 asd
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7445 \begin_inset Text
7446
7447 \begin_layout Plain Layout
7448 s
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Plain Layout
7457 s
7458 \end_layout
7459
7460 \end_inset
7461 </cell>
7462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466 s
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475 asd
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 </row>
7481 <row>
7482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486 asd
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495 s
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504 s
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513 s
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 asd
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 </row>
7528 <row>
7529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533 asd
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 s
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551 s
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560 s
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569 asd
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 </row>
7575 <row>
7576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580 asd
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589 sad
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598 asd
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607 asd
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616 asd
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 </row>
7622 </lyxtabular>
7623
7624 \end_inset
7625
7626
7627 \end_layout
7628
7629 \begin_layout Standard
7630 \begin_inset ERT
7631 status collapsed
7632
7633 \begin_layout Plain Layout
7634
7635
7636 \backslash
7637 setlength{
7638 \backslash
7639 LTcapwidth}{4in}
7640 \end_layout
7641
7642 \end_inset
7643
7644
7645 \end_layout
7646
7647 \begin_layout Standard
7648 \begin_inset Note Greyedout
7649 status open
7650
7651 \begin_layout Plain Layout
7652
7653 \series bold
7654 Note:
7655 \series default
7656  When the LaTeX-package 
7657 \series bold
7658 caption
7659 \series default
7660
7661 \begin_inset Index idx
7662 status collapsed
7663
7664 \begin_layout Plain Layout
7665 LaTeX-packages ! caption
7666 \end_layout
7667
7668 \end_inset
7669
7670  is used, as in this document, the full page width is used for the caption
7671  when you use the default value of 4
7672 \begin_inset space \thinspace{}
7673 \end_inset
7674
7675 in for 
7676 \series bold
7677
7678 \backslash
7679 LTcapwidth
7680 \series default
7681 .
7682  To get in this case exactly a 4
7683 \begin_inset space \thinspace{}
7684 \end_inset
7685
7686 in wide caption, you can either use a value slightly different from 4.0
7687 \begin_inset space \thinspace{}
7688 \end_inset
7689
7690 in, e.
7691 \begin_inset space \thinspace{}
7692 \end_inset
7693
7694 g.
7695 \begin_inset space \space{}
7696 \end_inset
7697
7698 3.99
7699 \begin_inset space \thinspace{}
7700 \end_inset
7701
7702 in, or the LaTeX-command 
7703 \series bold
7704
7705 \backslash
7706 captionsetup{width=value}
7707 \series default
7708  that is provided by the 
7709 \series bold
7710 caption
7711 \series default
7712 -package.
7713 \end_layout
7714
7715 \end_inset
7716
7717
7718 \end_layout
7719
7720 \begin_layout Subsubsection
7721 Different Captions for Table Pages
7722 \begin_inset Index idx
7723 status collapsed
7724
7725 \begin_layout Plain Layout
7726 Longtables ! Different Captions for Pages
7727 \end_layout
7728
7729 \end_inset
7730
7731
7732 \end_layout
7733
7734 \begin_layout Standard
7735 When the table captions for the following pages should differ from the one
7736  of the first table page, insert a caption with the TeX-Code command
7737 \end_layout
7738
7739 \begin_layout Standard
7740
7741 \series bold
7742
7743 \backslash
7744 caption*{caption text}
7745 \backslash
7746
7747 \backslash
7748 %
7749 \end_layout
7750
7751 \begin_layout Standard
7752 in a dummy caption row that is marked as a header.
7753  Table
7754 \begin_inset space ~
7755 \end_inset
7756
7757
7758 \begin_inset CommandInset ref
7759 LatexCommand ref
7760 reference "tab:DiffCaptions"
7761
7762 \end_inset
7763
7764  is an example of a longtable with different heading where the second caption
7765  doesn't include the table number.
7766 \end_layout
7767
7768 \begin_layout Standard
7769 \align center
7770 \begin_inset Tabular
7771 <lyxtabular version="3" rows="59" columns="3">
7772 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7773 <column alignment="left" valignment="top" width="0cm">
7774 <column alignment="left" valignment="top" width="0pt">
7775 <column alignment="center" valignment="top" width="0pt">
7776 <row endfirsthead="true" caption="true">
7777 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781 \begin_inset Caption Standard
7782
7783 \begin_layout Plain Layout
7784 Example Phone List
7785 \begin_inset CommandInset label
7786 LatexCommand label
7787 name "tab:DiffCaptions"
7788
7789 \end_inset
7790
7791
7792 \begin_inset Argument 1
7793 status collapsed
7794
7795 \begin_layout Plain Layout
7796 Example Phone List
7797 \end_layout
7798
7799 \end_inset
7800
7801
7802 \end_layout
7803
7804 \end_inset
7805
7806
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
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 </row>
7830 <row endfirsthead="true">
7831 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835
7836 \series bold
7837 Example Phone List (ignore the names)
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846
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 </row>
7861 <row endfirsthead="true">
7862 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866
7867 \series bold
7868 NAME
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886
7887 \series bold
7888 TEL.
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 </row>
7894 <row endhead="true">
7895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899 \begin_inset ERT
7900 status open
7901
7902 \begin_layout Plain Layout
7903
7904
7905 \backslash
7906 caption*{Continued Example Phone List}
7907 \backslash
7908
7909 \backslash
7910 %
7911 \end_layout
7912
7913 \end_inset
7914
7915
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 </row>
7939 <row endhead="true">
7940 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944
7945 \series bold
7946 Example Phone List
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row endhead="true">
7971 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \series bold
7977 NAME
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \series bold
7997 TEL.
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 </row>
8003 <row endfoot="true">
8004 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 continued on next page
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row>
8033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \series bold
8039 Annovi
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 Silvia
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 111
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 </row>
8063 <row>
8064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068
8069 \series bold
8070 Bertoli
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 Stefano
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 111
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row>
8095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099
8100 \series bold
8101 Bozzi
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 Walter
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 111
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 </row>
8125 <row>
8126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130
8131 \series bold
8132 Cachia
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 Maria
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 111
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 <row>
8157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \series bold
8163 Cachia
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 Maurizio
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 111
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 </row>
8187 <row>
8188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192
8193 \series bold
8194 Cinquemani
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 Giusi
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 111
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \series bold
8225 Colin
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 Bernard
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 111
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \series bold
8256 Concli
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 Gianfranco
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 111
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 </row>
8280 <row>
8281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285
8286 \series bold
8287 Dal Bosco
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 Carolina
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 111
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 </row>
8311 <row>
8312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316
8317 \series bold
8318 Dalpiaz
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 Annamaria
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 111
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \series bold
8349 Feliciello
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 Domenico
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 111
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 <row>
8374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378
8379 \series bold
8380 Focarelli
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 Paola
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 111
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 </row>
8404 <row>
8405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409
8410 \series bold
8411 Galletti
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 Oreste
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 111
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 </row>
8435 <row>
8436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \series bold
8442 Gasparini
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 Franca
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 111
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 </row>
8466 <row>
8467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471
8472 \series bold
8473 Rizzardi
8474 \series default
8475
8476 \begin_inset Foot
8477 status open
8478
8479 \begin_layout Plain Layout
8480 Example footnote
8481 \end_layout
8482
8483 \end_inset
8484
8485
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 Paola
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 111
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514
8515 \series bold
8516 Lassini
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 Giancarlo
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 111
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 <row>
8541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545
8546 \series bold
8547 Malfatti
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 Luciano
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 111
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \series bold
8578 Malfatti
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 Valeriano
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 111
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607
8608 \series bold
8609 Meneguzzo
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 Roberto
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 111
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \series bold
8640 Mezzadra
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 Roberto
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 111
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669
8670 \series bold
8671 Pirpamer
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 Erich
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 111
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 </row>
8695 <row>
8696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700
8701 \series bold
8702 Pochiesa
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 Paolo
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 111, 222
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 </row>
8726 <row>
8727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731
8732 \series bold
8733 Radina
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Claudio
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 111
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 </row>
8757 <row>
8758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762
8763 \series bold
8764 Stuffer
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 Oskar
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 111
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 </row>
8788 <row>
8789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793
8794 \series bold
8795 Tacchelli
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 Ugo
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 111
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 </row>
8819 <row>
8820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824
8825 \series bold
8826 Tezzele
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 Margit
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 111
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row>
8851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \series bold
8857 Unterkalmsteiner
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 Frieda
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 111
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 </row>
8881 <row>
8882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886
8887 \series bold
8888 Vieider
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 Hilde
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 111
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 </row>
8912 <row>
8913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917
8918 \series bold
8919 Vigna
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 Jürgen
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 111
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 </row>
8943 <row>
8944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948
8949 \series bold
8950 Weber
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 Maurizio
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 111
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 </row>
8974 <row>
8975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979
8980 \series bold
8981 Winkler
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 Franz
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 111
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 <row>
9006 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010  
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \series bold
9041 Annovi
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 Silvia
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 555
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \series bold
9072 Bertoli
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 Stefano
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 555
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 <row>
9097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101
9102 \series bold
9103 Bozzi
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 Walter
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 555
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 <row>
9128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132
9133 \series bold
9134 Cachia
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 Maria
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 555
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \series bold
9165 Cachia
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 Maurizio
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 555
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 </row>
9189 <row>
9190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194
9195 \series bold
9196 Cinquemani
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 Giusi
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 555
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \series bold
9227 Colin
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 Bernard
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 555
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 </row>
9251 <row>
9252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256
9257 \series bold
9258 Concli
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 Gianfranco
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 555
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 </row>
9282 <row>
9283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287
9288 \series bold
9289 Dal Bosco
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 Carolina
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 555
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 </row>
9313 <row>
9314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318
9319 \series bold
9320 Dalpiaz
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 Annamaria
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 555
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 </row>
9344 <row>
9345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349
9350 \series bold
9351 Feliciello
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 Domenico
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 555
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 </row>
9375 <row>
9376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380
9381 \series bold
9382 Focarelli
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391 Paola
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400 555
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 </row>
9406 <row>
9407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411
9412 \series bold
9413 Galletti
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422 Oreste
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 555
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 </row>
9437 <row>
9438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442
9443 \series bold
9444 Gasparini
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 Franca
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 555
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 </row>
9468 <row>
9469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473
9474 \series bold
9475 Rizzardi
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484 Paola
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493 555
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 </row>
9499 <row>
9500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504
9505 \series bold
9506 Lassini
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 Giancarlo
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524 555
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 </row>
9530 <row>
9531 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \series bold
9537 Malfatti
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546 Luciano
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555 555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 </row>
9561 <row>
9562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \series bold
9568 Malfatti
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577 Valeriano
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586 555
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 </row>
9592 <row>
9593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597
9598 \series bold
9599 Meneguzzo
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608 Roberto
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617 555
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 </row>
9623 <row>
9624 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628
9629 \series bold
9630 Mezzadra
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639 Roberto
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648 555
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 </row>
9654 </lyxtabular>
9655
9656 \end_inset
9657
9658
9659 \end_layout
9660
9661 \begin_layout Section
9662 Special Longtable Issues
9663 \begin_inset CommandInset label
9664 LatexCommand label
9665 name "sec:Special-Longtable-Issues"
9666
9667 \end_inset
9668
9669
9670 \end_layout
9671
9672 \begin_layout Subsection
9673 Longtable Calculation
9674 \begin_inset Index idx
9675 status collapsed
9676
9677 \begin_layout Plain Layout
9678 Longtables ! Calculation
9679 \end_layout
9680
9681 \end_inset
9682
9683
9684 \end_layout
9685
9686 \begin_layout Standard
9687 LaTeX calculates the height of table pages and their page breaks using so
9688  called chunks.
9689  Chunks are parts of tables that held at the same time in LaTeX's memory.
9690  The default value was historically set to only 20 table rows.
9691  If you are using longtables with many pages this may slow down the creation
9692  of your document.
9693  You can safely increase the chunk size to values of 100-1000 by adding
9694  this command line to your document preamble:
9695 \end_layout
9696
9697 \begin_layout Standard
9698
9699 \series bold
9700
9701 \backslash
9702 setcounter{LTchunksize}{100}
9703 \end_layout
9704
9705 \begin_layout Subsection
9706 Floats and Longtables
9707 \begin_inset Index idx
9708 status collapsed
9709
9710 \begin_layout Plain Layout
9711 Longtables ! Floats
9712 \end_layout
9713
9714 \end_inset
9715
9716
9717 \end_layout
9718
9719 \begin_layout Standard
9720 There might be problems when a float appears on the same page where a longtable
9721  starts.
9722  To avoid such a situation, insert a 
9723 \begin_inset Quotes eld
9724 \end_inset
9725
9726 clear page
9727 \begin_inset Quotes erd
9728 \end_inset
9729
9730  (menu 
9731 \family sans
9732 Insert\SpecialChar \menuseparator
9733 Formatting\SpecialChar \menuseparator
9734 Clear
9735 \begin_inset space ~
9736 \end_inset
9737
9738 Page
9739 \family default
9740 ) before your longtable.
9741 \end_layout
9742
9743 \begin_layout Subsection
9744 Forced Page Breaks
9745 \begin_inset Index idx
9746 status collapsed
9747
9748 \begin_layout Plain Layout
9749 Longtables ! Forced Page Breaks
9750 \end_layout
9751
9752 \end_inset
9753
9754
9755 \end_layout
9756
9757 \begin_layout Standard
9758 By default tables are only broken between rows.
9759  If you have a cell with multiples lines and want to have a page break within
9760  the cell, insert the new line command 
9761 \begin_inset Quotes eld
9762 \end_inset
9763
9764
9765 \series bold
9766
9767 \backslash
9768
9769 \backslash
9770
9771 \series default
9772
9773 \begin_inset Quotes erd
9774 \end_inset
9775
9776  as TeX-Code at the point of the cell where it can be broken.
9777  Before the 
9778 \series bold
9779
9780 \backslash
9781
9782 \backslash
9783
9784 \series default
9785  command you have to insert in TeX-Code as many 
9786 \begin_inset Quotes eld
9787 \end_inset
9788
9789
9790 \series bold
9791 &
9792 \series default
9793
9794 \begin_inset Quotes erd
9795 \end_inset
9796
9797  characters as the number of the following table columns.
9798  The 
9799 \series bold
9800 &
9801 \series default
9802  is the character to separate table cells.
9803  Write in TeX-Code after each 
9804 \series bold
9805 &
9806 \series default
9807  the content of the corresponding following cell and delete the content
9808  of these cells.
9809 \begin_inset Newline newline
9810 \end_inset
9811
9812 After the 
9813 \series bold
9814
9815 \backslash
9816
9817 \backslash
9818
9819 \series default
9820  command, insert as many 
9821 \series bold
9822 &
9823 \series default
9824  characters as the number of table columns before the current column.
9825  In Table
9826 \begin_inset space ~
9827 \end_inset
9828
9829
9830 \begin_inset CommandInset ref
9831 LatexCommand ref
9832 reference "tab:ForcedPagebreak"
9833
9834 \end_inset
9835
9836  the cell that should be broken is in the second column followed by another
9837  column.
9838  Therefore the following command was inserted in the cell as TeX-Code after
9839  
9840 \begin_inset Quotes eld
9841 \end_inset
9842
9843
9844 \emph on
9845 Castelchiodato,
9846 \emph default
9847
9848 \begin_inset Quotes erd
9849 \end_inset
9850
9851 :
9852 \end_layout
9853
9854 \begin_layout Standard
9855
9856 \series bold
9857 & 111
9858 \backslash
9859
9860 \backslash
9861  
9862 \backslash
9863 newpage
9864 \begin_inset Newline newline
9865 \end_inset
9866
9867 &
9868 \end_layout
9869
9870 \begin_layout Standard
9871 The 
9872 \begin_inset Quotes eld
9873 \end_inset
9874
9875 111
9876 \begin_inset Quotes erd
9877 \end_inset
9878
9879  in the third column of the row was deleted.
9880  
9881 \series bold
9882
9883 \backslash
9884 newpage
9885 \series default
9886  is only needed when a page break should definitely occur at this position,
9887  otherwise it would be a conditional break.
9888  If your footer row of the longtable has for a certain reason no upper line
9889  but you would have a horizontal line where the cell is broken, use this
9890  command instead:
9891 \end_layout
9892
9893 \begin_layout Standard
9894
9895 \series bold
9896 & 111
9897 \backslash
9898
9899 \backslash
9900
9901 \begin_inset Newline newline
9902 \end_inset
9903
9904
9905 \backslash
9906 hline &
9907 \end_layout
9908
9909 \begin_layout Standard
9910 When the cell to be broken is in the last column, the command
9911 \end_layout
9912
9913 \begin_layout Standard
9914
9915 \series bold
9916
9917 \backslash
9918 setlength{
9919 \backslash
9920 parfillskip}{0pt}
9921 \end_layout
9922
9923 \begin_layout Standard
9924 must be inserted as TeX-Code at the beginning of the cell.
9925  This ensures that the part of the cell that will be displayed on the new
9926  page appears with the full width.
9927 \end_layout
9928
9929 \begin_layout Standard
9930 \align center
9931 \begin_inset Tabular
9932 <lyxtabular version="3" rows="38" columns="3">
9933 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9934 <column alignment="left" valignment="top" width="0cm">
9935 <column alignment="left" valignment="top" width="3cm">
9936 <column alignment="center" valignment="top" width="0pt">
9937 <row endfirsthead="true" caption="true">
9938 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942 \begin_inset Caption Standard
9943
9944 \begin_layout Plain Layout
9945 Table with forced page break in table cell
9946 \begin_inset CommandInset label
9947 LatexCommand label
9948 name "tab:ForcedPagebreak"
9949
9950 \end_inset
9951
9952
9953 \begin_inset Argument 1
9954 status collapsed
9955
9956 \begin_layout Plain Layout
9957 Table with forced page break in table cell
9958 \end_layout
9959
9960 \end_inset
9961
9962
9963 \end_layout
9964
9965 \end_inset
9966
9967
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 </row>
9991 <row endfirsthead="true">
9992 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996
9997 \series bold
9998 Example Phone List (ignore the names)
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 </row>
10022 <row endfirsthead="true">
10023 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \series bold
10029 NAME
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047
10048 \series bold
10049 TEL.
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 </row>
10055 <row endhead="true">
10056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 \begin_inset ERT
10061 status collapsed
10062
10063 \begin_layout Plain Layout
10064
10065
10066 \backslash
10067 caption*{Continued Example Phone List}
10068 \backslash
10069
10070 \backslash
10071 %
10072 \end_layout
10073
10074 \end_inset
10075
10076
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 <row endhead="true">
10101 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105
10106 \series bold
10107 Example Phone List
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 </row>
10131 <row endhead="true">
10132 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136
10137 \series bold
10138 NAME
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156
10157 \series bold
10158 TEL.
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 </row>
10164 <row endfoot="true">
10165 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169 continued on next page
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 </row>
10193 <row>
10194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198
10199 \series bold
10200 Annovi
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 Silvia
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 111
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 <row>
10225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229
10230 \series bold
10231 Bertoli
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 Stefano
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 111
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 </row>
10255 <row>
10256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260
10261 \series bold
10262 Bozzi
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 Walter
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 111
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 </row>
10286 <row>
10287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291
10292 \series bold
10293 Cachia
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302 Maria
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 111
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 </row>
10317 <row>
10318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322
10323 \series bold
10324 Cachia
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333 Maurizio
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 111
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 </row>
10348 <row>
10349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353
10354 \series bold
10355 Cinquemani
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364 Giusi
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 111
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 </row>
10379 <row>
10380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384
10385 \series bold
10386 Colin
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 Bernard
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 111
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 </row>
10410 <row>
10411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415
10416 \series bold
10417 Concli
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 Gianfranco
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 111
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 </row>
10441 <row>
10442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446
10447 \series bold
10448 Dal Bosco
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 Carolina
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 111
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 </row>
10472 <row>
10473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477
10478 \series bold
10479 Dalpiaz
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488 Annamaria
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 111
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 </row>
10503 <row>
10504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508
10509 \series bold
10510 Feliciello
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 Domenico
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 111
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 </row>
10534 <row>
10535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539
10540 \series bold
10541 Focarelli
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 Paola
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 111
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 </row>
10565 <row>
10566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570
10571 \series bold
10572 Galletti
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 Oreste
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 111
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 </row>
10596 <row>
10597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601
10602 \series bold
10603 Gasparini
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 Franca
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 111
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 </row>
10627 <row>
10628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632
10633 \series bold
10634 Lassini
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643 Giancarlo
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 111
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 <row>
10659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663
10664 \series bold
10665 Malfatti
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674 Luciano
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 111
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 </row>
10689 <row>
10690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \series bold
10696 Malfatti
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705 Valeriano
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 111
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 </row>
10720 <row>
10721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725
10726 \series bold
10727 Meneguzzo
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736 Roberto
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 111
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 </row>
10751 <row>
10752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756
10757 \series bold
10758 Mezzadra
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 Roberto
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776 111
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 </row>
10782 <row>
10783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787
10788 \series bold
10789 Pirpamer
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 Erich
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807 111
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 </row>
10813 <row>
10814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818
10819 \series bold
10820 Pochiesa
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829 Paolo
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838 111, 222
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 </row>
10844 <row>
10845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849
10850 \series bold
10851 Radina
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860 Claudio
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869 111
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 </row>
10875 <row>
10876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880
10881 \series bold
10882 Rizzardi
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891 Paolo, 11.
10892  Fürst von Montecompatri, 11.
10893  Fürst von Sulmona und Vivaro, 10.
10894  Fürst von Rossano, 5.
10895  Herzog von Canemorte, 11.
10896  Herzog von Palombara, 5.
10897  Herzog von Castelchiodato,
10898 \begin_inset ERT
10899 status open
10900
10901 \begin_layout Plain Layout
10902
10903 & 111
10904 \backslash
10905
10906 \backslash
10907  
10908 \backslash
10909 newpage
10910 \end_layout
10911
10912 \begin_layout Plain Layout
10913
10914 &
10915 \end_layout
10916
10917 \end_inset
10918
10919  11.
10920  Herzog von Poggionativo, 11.
10921  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10922  Graf von Valinfreda, 11.
10923  Baron von Cropalati, 11.
10924  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 </row>
10939 <row>
10940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944
10945 \series bold
10946 Stuffer
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 Oskar
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 111
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 </row>
10970 <row>
10971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975
10976 \series bold
10977 Tacchelli
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986 Ugo
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 111
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 </row>
11001 <row>
11002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006
11007 \series bold
11008 Tezzele
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017 Margit
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 111
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 </row>
11032 <row>
11033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037
11038 \series bold
11039 Unterkalmsteiner
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 Frieda
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 111
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 </row>
11063 <row>
11064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068
11069 \series bold
11070 Vieider
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079 Hilde
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088 111
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 </row>
11094 <row>
11095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099
11100 \series bold
11101 Vigna
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110 Jürgen
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119 111
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 </row>
11125 <row>
11126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130
11131 \series bold
11132 Weber
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 Maurizio
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 111
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 </row>
11156 <row>
11157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161
11162 \series bold
11163 Winkler
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11169 \begin_inset Text
11170
11171 \begin_layout Plain Layout
11172 Franz
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181 111
11182 \end_layout
11183
11184 \end_inset
11185 </cell>
11186 </row>
11187 </lyxtabular>
11188
11189 \end_inset
11190
11191
11192 \end_layout
11193
11194 \begin_layout Section
11195 Multiple Lines, Columns and Rows
11196 \end_layout
11197
11198 \begin_layout Subsection
11199 Multiple Lines in Table Cells
11200 \begin_inset CommandInset label
11201 LatexCommand label
11202 name "sub:Multiple-Lines-in"
11203
11204 \end_inset
11205
11206
11207 \begin_inset Index idx
11208 status collapsed
11209
11210 \begin_layout Plain Layout
11211 Multiple Lines in Table Cells
11212 \end_layout
11213
11214 \end_inset
11215
11216
11217 \begin_inset Index idx
11218 status collapsed
11219
11220 \begin_layout Plain Layout
11221 Table ! Linebreaks
11222 \end_layout
11223
11224 \end_inset
11225
11226
11227 \end_layout
11228
11229 \begin_layout Standard
11230 \noindent
11231 \begin_inset Float table
11232 placement H
11233 wide false
11234 sideways false
11235 status open
11236
11237 \begin_layout Plain Layout
11238 \begin_inset Caption Standard
11239
11240 \begin_layout Plain Layout
11241 \begin_inset CommandInset label
11242 LatexCommand label
11243 name "tab:Table-with-multiple"
11244
11245 \end_inset
11246
11247 Table with multiple lines in cells
11248 \end_layout
11249
11250 \end_inset
11251
11252
11253 \end_layout
11254
11255 \begin_layout Plain Layout
11256 \align center
11257 \begin_inset Tabular
11258 <lyxtabular version="3" rows="3" columns="3">
11259 <features rotate="0" tabularvalignment="middle">
11260 <column alignment="center" valignment="middle" width="2.5cm">
11261 <column alignment="center" valignment="middle" width="0">
11262 <column alignment="center" valignment="middle" width="0">
11263 <row>
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 multiple
11269 \begin_inset Newline linebreak
11270 \end_inset
11271
11272 lines
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 b
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 c
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 </row>
11296 <row>
11297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 d
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 e
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11316 \begin_inset Text
11317
11318 \begin_layout Plain Layout
11319 f
11320 \end_layout
11321
11322 \end_inset
11323 </cell>
11324 </row>
11325 <row>
11326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 g
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11336 \begin_inset Text
11337
11338 \begin_layout Plain Layout
11339 h
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 i
11349 \end_layout
11350
11351 \end_inset
11352 </cell>
11353 </row>
11354 </lyxtabular>
11355
11356 \end_inset
11357
11358
11359 \end_layout
11360
11361 \end_inset
11362
11363
11364 \end_layout
11365
11366 \begin_layout Standard
11367 Setting a fixed width for a column enables you to enter text as a paragraph
11368  with multiple lines and hyphenation.
11369 \end_layout
11370
11371 \begin_layout Standard
11372 To produce Table
11373 \begin_inset space ~
11374 \end_inset
11375
11376
11377 \begin_inset CommandInset ref
11378 LatexCommand ref
11379 reference "tab:Table-with-multiple"
11380
11381 \end_inset
11382
11383 , create a 3×3 table, mark the first cell and right-click on it.
11384  In the appearing table dialog we set a cell width of 2.5
11385 \begin_inset space \thinspace{}
11386 \end_inset
11387
11388 cm and choose centered for the vertical and horizontal alignment.
11389  The vertical alignment is used for all cells of the row.
11390  As our text is smaller than 2.5
11391 \begin_inset space \thinspace{}
11392 \end_inset
11393
11394 cm, only one line will appear.
11395  To get two lines, a justified line break (shortcut 
11396 \begin_inset Info
11397 type  "shortcut"
11398 arg   "newline-insert linebreak"
11399 \end_inset
11400
11401 ) was added.
11402  If the text is wider than the set cell width, it will automatically be
11403  broken to several lines.
11404 \end_layout
11405
11406 \begin_layout Standard
11407 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11408  by LaTeX if it is the first entry.
11409  Therefore you need to insert something to prevent the word not being the
11410  first entry.
11411  So add a horizontal space of 0
11412 \begin_inset space \thinspace{}
11413 \end_inset
11414
11415 pt before the word.
11416  As the space is zero, it doesn't change the output.
11417  Table
11418 \begin_inset space ~
11419 \end_inset
11420
11421
11422 \begin_inset CommandInset ref
11423 LatexCommand ref
11424 reference "tab:Table-with-and"
11425
11426 \end_inset
11427
11428  shows the effect.
11429 \end_layout
11430
11431 \begin_layout Standard
11432 \begin_inset Float table
11433 placement h
11434 wide false
11435 sideways false
11436 status open
11437
11438 \begin_layout Plain Layout
11439 \begin_inset Caption Standard
11440
11441 \begin_layout Plain Layout
11442 \begin_inset CommandInset label
11443 LatexCommand label
11444 name "tab:Table-with-and"
11445
11446 \end_inset
11447
11448 Table with and without hyphenation
11449 \end_layout
11450
11451 \end_inset
11452
11453
11454 \end_layout
11455
11456 \begin_layout Plain Layout
11457 \begin_inset space \hfill{}
11458 \end_inset
11459
11460
11461 \begin_inset Tabular
11462 <lyxtabular version="3" rows="3" columns="3">
11463 <features rotate="0" tabularvalignment="middle">
11464 <column alignment="center" valignment="middle" width="2.5cm">
11465 <column alignment="center" valignment="middle" width="0">
11466 <column alignment="center" valignment="middle" width="0">
11467 <row>
11468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 verylongtablecellword
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 b
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Plain Layout
11490 c
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 </row>
11496 <row>
11497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 d
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 e
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 f
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 </row>
11525 <row>
11526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 g
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 h
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 i
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 </row>
11554 </lyxtabular>
11555
11556 \end_inset
11557
11558
11559 \begin_inset space \hfill{}
11560 \end_inset
11561
11562
11563 \begin_inset Tabular
11564 <lyxtabular version="3" rows="3" columns="3">
11565 <features rotate="0" tabularvalignment="middle">
11566 <column alignment="center" valignment="middle" width="2.5cm">
11567 <column alignment="center" valignment="middle" width="0">
11568 <column alignment="center" valignment="middle" width="0">
11569 <row>
11570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Plain Layout
11574 \begin_inset space \hspace{}
11575 \length 0pt
11576 \end_inset
11577
11578 verylongtablecellword
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 b
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 c
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 </row>
11602 <row>
11603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 d
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Plain Layout
11616 e
11617 \end_layout
11618
11619 \end_inset
11620 </cell>
11621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11622 \begin_inset Text
11623
11624 \begin_layout Plain Layout
11625 f
11626 \end_layout
11627
11628 \end_inset
11629 </cell>
11630 </row>
11631 <row>
11632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636 g
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645 h
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654 i
11655 \end_layout
11656
11657 \end_inset
11658 </cell>
11659 </row>
11660 </lyxtabular>
11661
11662 \end_inset
11663
11664
11665 \begin_inset space \hfill{}
11666 \end_inset
11667
11668
11669 \end_layout
11670
11671 \end_inset
11672
11673
11674 \end_layout
11675
11676 \begin_layout Subsection
11677 Multicolumns
11678 \begin_inset CommandInset label
11679 LatexCommand label
11680 name "sub:Multicolumns"
11681
11682 \end_inset
11683
11684
11685 \begin_inset Index idx
11686 status collapsed
11687
11688 \begin_layout Plain Layout
11689 Multicolumns
11690 \end_layout
11691
11692 \end_inset
11693
11694
11695 \begin_inset Index idx
11696 status collapsed
11697
11698 \begin_layout Plain Layout
11699 Table ! Multicolumns
11700 \end_layout
11701
11702 \end_inset
11703
11704
11705 \end_layout
11706
11707 \begin_layout Subsubsection
11708 Multicolumn Basics
11709 \end_layout
11710
11711 \begin_layout Standard
11712 To merge cells over multiple columns, select as many cells within a row
11713  as you want to merge and use either the table-toolbar button 
11714 \begin_inset Info
11715 type  "icon"
11716 arg   "inset-modify tabular multicolumn"
11717 \end_inset
11718
11719 , or the menu 
11720 \family sans
11721 Edit\SpecialChar \menuseparator
11722 Table\SpecialChar \menuseparator
11723 Multicolumn
11724 \family default
11725 , or right click on the marked cells and choose 
11726 \family sans
11727 Multicolumn
11728 \family default
11729  in the context menu.
11730 \end_layout
11731
11732 \begin_layout Standard
11733 Multicolumns have there own cell settings.
11734  That means changing cell borders, cell alignment, and the width only affects
11735  the multicolumn.
11736  Here is an example table with a multicolumn cell in the first row and one
11737  in the last row without the upper border:
11738 \end_layout
11739
11740 \begin_layout Standard
11741 \align center
11742 \begin_inset Tabular
11743 <lyxtabular version="3" rows="3" columns="4">
11744 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11745 <column alignment="center" valignment="top" width="0pt">
11746 <column alignment="center" valignment="middle" width="0">
11747 <column alignment="center" valignment="top" width="0in">
11748 <column alignment="center" valignment="top" width="0pt">
11749 <row>
11750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754 abc
11755 \end_layout
11756
11757 \end_inset
11758 </cell>
11759 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763 def ghi
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11769 \begin_inset Text
11770
11771 \begin_layout Plain Layout
11772
11773 \end_layout
11774
11775 \end_inset
11776 </cell>
11777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781 jkl
11782 \end_layout
11783
11784 \end_inset
11785 </cell>
11786 </row>
11787 <row>
11788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792
11793 \family roman
11794 \series medium
11795 \shape up
11796 \size normal
11797 \emph off
11798 \bar no
11799 \noun off
11800 \color none
11801 A
11802 \end_layout
11803
11804 \end_inset
11805 </cell>
11806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11807 \begin_inset Text
11808
11809 \begin_layout Plain Layout
11810 B
11811 \end_layout
11812
11813 \end_inset
11814 </cell>
11815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11816 \begin_inset Text
11817
11818 \begin_layout Plain Layout
11819 C
11820 \end_layout
11821
11822 \end_inset
11823 </cell>
11824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11825 \begin_inset Text
11826
11827 \begin_layout Plain Layout
11828 D
11829 \end_layout
11830
11831 \end_inset
11832 </cell>
11833 </row>
11834 <row>
11835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839 1
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 2
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Plain Layout
11857 3
11858 \end_layout
11859
11860 \end_inset
11861 </cell>
11862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11863 \begin_inset Text
11864
11865 \begin_layout Plain Layout
11866 4
11867 \end_layout
11868
11869 \end_inset
11870 </cell>
11871 </row>
11872 </lyxtabular>
11873
11874 \end_inset
11875
11876
11877 \end_layout
11878
11879 \begin_layout Subsubsection
11880 Multicolumn Calculations
11881 \begin_inset CommandInset label
11882 LatexCommand label
11883 name "sub:Multicolumn-Calculations"
11884
11885 \end_inset
11886
11887
11888 \begin_inset Index idx
11889 status collapsed
11890
11891 \begin_layout Plain Layout
11892 Multicolumns ! Calculations
11893 \end_layout
11894
11895 \end_inset
11896
11897
11898 \end_layout
11899
11900 \begin_layout Standard
11901 LyX supports multicolumns directly, but we have to take account of the cell
11902  width of the columns spanned by the multicolumn cell.
11903 \end_layout
11904
11905 \begin_layout Standard
11906 \begin_inset Float table
11907 placement h
11908 wide false
11909 sideways false
11910 status open
11911
11912 \begin_layout Plain Layout
11913 \begin_inset Caption Standard
11914
11915 \begin_layout Plain Layout
11916 \begin_inset CommandInset label
11917 LatexCommand label
11918 name "tab:Table-with-centered"
11919
11920 \end_inset
11921
11922 Table with centered multicolumn text above two columns that have exactly
11923  half the width of the multicolumn cell
11924 \begin_inset Argument 1
11925 status collapsed
11926
11927 \begin_layout Plain Layout
11928 Perfect multicolumn table
11929 \end_layout
11930
11931 \end_inset
11932
11933
11934 \end_layout
11935
11936 \end_inset
11937
11938
11939 \end_layout
11940
11941 \begin_layout Plain Layout
11942 \align center
11943 \begin_inset Tabular
11944 <lyxtabular version="3" rows="3" columns="3">
11945 <features rotate="0" tabularvalignment="middle">
11946 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11947 <column alignment="center" valignment="middle" width="0">
11948 <column alignment="center" valignment="top" width="0">
11949 <row>
11950 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 multiple lines multicolumn
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 c
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 </row>
11978 <row>
11979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983 d
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992 e
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Plain Layout
12001 f
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 </row>
12007 <row>
12008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12009 \begin_inset Text
12010
12011 \begin_layout Plain Layout
12012 g
12013 \end_layout
12014
12015 \end_inset
12016 </cell>
12017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12018 \begin_inset Text
12019
12020 \begin_layout Plain Layout
12021 h
12022 \end_layout
12023
12024 \end_inset
12025 </cell>
12026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12027 \begin_inset Text
12028
12029 \begin_layout Plain Layout
12030 i
12031 \end_layout
12032
12033 \end_inset
12034 </cell>
12035 </row>
12036 </lyxtabular>
12037
12038 \end_inset
12039
12040
12041 \end_layout
12042
12043 \end_inset
12044
12045
12046 \end_layout
12047
12048 \begin_layout Standard
12049 To create for example Table
12050 \begin_inset space ~
12051 \end_inset
12052
12053
12054 \begin_inset CommandInset ref
12055 LatexCommand ref
12056 reference "tab:Table-with-centered"
12057
12058 \end_inset
12059
12060 , mark the first two cells in the first row of a 3×3 table and right-click
12061  on them.
12062  Now choose for this cell 
12063 \emph on
12064 multicolumn
12065 \emph default
12066
12067 \emph on
12068 centered alignment
12069 \emph default
12070  and a width of 2.5
12071 \begin_inset space \thinspace{}
12072 \end_inset
12073
12074 cm in the table dialog.
12075  The merged columns should have exactly half the width of the multicolumn
12076  cell, so that you would set a width of 1.25
12077 \begin_inset space \thinspace{}
12078 \end_inset
12079
12080 cm for the first column.
12081  The second column has then automatically a width of 1.25
12082 \begin_inset space \thinspace{}
12083 \end_inset
12084
12085 cm (multicolumn width - width of first column).
12086  This was done for Table
12087 \begin_inset space ~
12088 \end_inset
12089
12090
12091 \begin_inset CommandInset ref
12092 LatexCommand ref
12093 reference "tab:Table-without-half"
12094
12095 \end_inset
12096
12097 .
12098 \end_layout
12099
12100 \begin_layout Standard
12101 \begin_inset Float table
12102 wide false
12103 sideways false
12104 status open
12105
12106 \begin_layout Plain Layout
12107 \begin_inset Caption Standard
12108
12109 \begin_layout Plain Layout
12110 \begin_inset CommandInset label
12111 LatexCommand label
12112 name "tab:Table-without-half"
12113
12114 \end_inset
12115
12116 Table where the spanned table columns are not exactly half the width of
12117  the multicolumn cell
12118 \begin_inset Argument 1
12119 status collapsed
12120
12121 \begin_layout Plain Layout
12122 Imperfect multicolumn table
12123 \end_layout
12124
12125 \end_inset
12126
12127
12128 \end_layout
12129
12130 \end_inset
12131
12132
12133 \end_layout
12134
12135 \begin_layout Plain Layout
12136 \align center
12137 \begin_inset Tabular
12138 <lyxtabular version="3" rows="3" columns="3">
12139 <features rotate="0" tabularvalignment="middle">
12140 <column alignment="center" valignment="top" width="1.25cm">
12141 <column alignment="center" valignment="top" width="0">
12142 <column alignment="center" valignment="top" width="0">
12143 <row>
12144 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12145 \begin_inset Text
12146
12147 \begin_layout Plain Layout
12148 multiple lines multicolumn
12149 \end_layout
12150
12151 \end_inset
12152 </cell>
12153 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12154 \begin_inset Text
12155
12156 \begin_layout Plain Layout
12157
12158 \end_layout
12159
12160 \end_inset
12161 </cell>
12162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12163 \begin_inset Text
12164
12165 \begin_layout Plain Layout
12166 c
12167 \end_layout
12168
12169 \end_inset
12170 </cell>
12171 </row>
12172 <row>
12173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12174 \begin_inset Text
12175
12176 \begin_layout Plain Layout
12177 d
12178 \end_layout
12179
12180 \end_inset
12181 </cell>
12182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Plain Layout
12186 e
12187 \end_layout
12188
12189 \end_inset
12190 </cell>
12191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12192 \begin_inset Text
12193
12194 \begin_layout Plain Layout
12195 f
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 </row>
12201 <row>
12202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12203 \begin_inset Text
12204
12205 \begin_layout Plain Layout
12206 g
12207 \end_layout
12208
12209 \end_inset
12210 </cell>
12211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12212 \begin_inset Text
12213
12214 \begin_layout Plain Layout
12215 h
12216 \end_layout
12217
12218 \end_inset
12219 </cell>
12220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12221 \begin_inset Text
12222
12223 \begin_layout Plain Layout
12224 i
12225 \end_layout
12226
12227 \end_inset
12228 </cell>
12229 </row>
12230 </lyxtabular>
12231
12232 \end_inset
12233
12234
12235 \end_layout
12236
12237 \end_inset
12238
12239
12240 \end_layout
12241
12242 \begin_layout Standard
12243 You can see that the first column is not half the width of the multicolumn
12244  cell, it is a bit bigger.
12245  The reason is that the specified width of a cell 
12246 \begin_inset Formula $W_{g}$
12247 \end_inset
12248
12249  is not its total width 
12250 \begin_inset Formula $W_{\mathrm{tot}}$
12251 \end_inset
12252
12253  because a cell is always a bit larger than specified.
12254  Appendix
12255 \begin_inset space ~
12256 \end_inset
12257
12258
12259 \begin_inset CommandInset ref
12260 LatexCommand ref
12261 reference "cha:Explanation-of-Equation"
12262
12263 \end_inset
12264
12265  explains this in detail.
12266 \end_layout
12267
12268 \begin_layout Standard
12269 The width 
12270 \begin_inset Formula $W_{g\, n}$
12271 \end_inset
12272
12273  which the user needs to set when 
12274 \emph on
12275 n
12276 \emph default
12277  columns are spanned can be calculated, so that each column has a total
12278  width of 
12279 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12280 \end_inset
12281
12282 :
12283 \begin_inset Formula 
12284 \begin{equation}
12285 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12286 \end{equation}
12287
12288 \end_inset
12289
12290
12291 \end_layout
12292
12293 \begin_layout Standard
12294 In our case we have 
12295 \begin_inset Formula $n=2$
12296 \end_inset
12297
12298
12299 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12300 \end_inset
12301
12302 cm and the default values for the lengths, so that equation 
12303 \begin_inset CommandInset ref
12304 LatexCommand ref
12305 reference "eq:Wgn"
12306
12307 \end_inset
12308
12309  becomes
12310 \begin_inset Formula 
12311 \begin{equation}
12312 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12313 \end{equation}
12314
12315 \end_inset
12316
12317
12318 \end_layout
12319
12320 \begin_layout Standard
12321 To enable calculations in LaTeX, the LaTeX-package 
12322 \series bold
12323 calc
12324 \series default
12325  must be loaded with the document preamble line
12326 \begin_inset Index idx
12327 status collapsed
12328
12329 \begin_layout Plain Layout
12330 LaTeX-packages ! calc
12331 \end_layout
12332
12333 \end_inset
12334
12335
12336 \end_layout
12337
12338 \begin_layout Standard
12339
12340 \series bold
12341
12342 \backslash
12343 usepackage{calc}
12344 \end_layout
12345
12346 \begin_layout Standard
12347 LyX does not allow you to calculate lengths in the 
12348 \family sans
12349 Width
12350 \family default
12351  field of the table dialog.
12352  Therefore you have to format the column by inserting a LaTeX-argument in
12353  the dialog.
12354  Here is an overview about the arguments:
12355 \end_layout
12356
12357 \begin_layout Itemize
12358
12359 \series bold
12360 p{width}
12361 \series default
12362  creates cell with a fixed width, its text is vertically top-aligned
12363 \end_layout
12364
12365 \begin_layout Itemize
12366
12367 \series bold
12368 m{width}
12369 \series default
12370  creates cell with a fixed width, its text is vertically centered
12371 \end_layout
12372
12373 \begin_layout Itemize
12374
12375 \series bold
12376 b{width}
12377 \series default
12378  creates cell with a fixed width, its text is vertically bottom-aligned
12379 \end_layout
12380
12381 \begin_layout Standard
12382 By entering a LaTeX-argument, all cell settings set in the table dialog
12383  are overwritten.
12384 \end_layout
12385
12386 \begin_layout Standard
12387 \begin_inset Note Greyedout
12388 status open
12389
12390 \begin_layout Plain Layout
12391
12392 \series bold
12393 Note:
12394 \series default
12395  Due to a bug, LyX shows the overwritten settings anyway.
12396 \end_layout
12397
12398 \end_inset
12399
12400
12401 \end_layout
12402
12403 \begin_layout Standard
12404 As the text should be horizontally centered, the command 
12405 \series bold
12406
12407 \backslash
12408 centering
12409 \series default
12410  is added.
12411  You can now enter the following LaTeX-argument for the first spanned column:
12412 \end_layout
12413
12414 \begin_layout Standard
12415
12416 \series bold
12417 >{
12418 \backslash
12419 centering}m{1.25cm-6.2pt}
12420 \end_layout
12421
12422 \begin_layout Standard
12423 The command 
12424 \series bold
12425 >{ }
12426 \series default
12427  means, that the commands inside the braces are applied before the cell
12428  is created.
12429 \end_layout
12430
12431 \begin_layout Standard
12432 Although we have chosen centered alignment for the text of the multicolumn
12433  cell, it is still left aligned.
12434  This is because LyX only applies the alignment to single columns.
12435  So for the multicolumn cell we have to use the LaTeX-argument
12436 \end_layout
12437
12438 \begin_layout Standard
12439
12440 \series bold
12441 >{
12442 \backslash
12443 centering}m{2.5cm}
12444 \end_layout
12445
12446 \begin_layout Subsection
12447 Multirows
12448 \begin_inset CommandInset label
12449 LatexCommand label
12450 name "sub:Multirows"
12451
12452 \end_inset
12453
12454
12455 \begin_inset Index idx
12456 status collapsed
12457
12458 \begin_layout Plain Layout
12459 Multirows
12460 \end_layout
12461
12462 \end_inset
12463
12464
12465 \begin_inset Index idx
12466 status collapsed
12467
12468 \begin_layout Plain Layout
12469 Table ! Multirows
12470 \end_layout
12471
12472 \end_inset
12473
12474
12475 \end_layout
12476
12477 \begin_layout Standard
12478 To merge cells over multiple rows, select as many cells within a column
12479  as you want to merge and use either the table-toolbar button 
12480 \begin_inset Info
12481 type  "icon"
12482 arg   "inset-modify tabular multirow"
12483 \end_inset
12484
12485 , or the menu 
12486 \family sans
12487 Edit\SpecialChar \menuseparator
12488 Table\SpecialChar \menuseparator
12489 Multirow
12490 \family default
12491 , or right click on the marked cells and choose 
12492 \family sans
12493 Multirow
12494 \family default
12495  in the context menu.
12496 \end_layout
12497
12498 \begin_layout Standard
12499 Here is an example table with a multirow in the first column:
12500 \end_layout
12501
12502 \begin_layout Standard
12503 \align center
12504 \begin_inset Tabular
12505 <lyxtabular version="3" rows="3" columns="3">
12506 <features rotate="0" tabularvalignment="middle">
12507 <column alignment="center" valignment="top" width="0pt">
12508 <column alignment="center" valignment="top" width="0">
12509 <column alignment="center" valignment="top" width="0">
12510 <row>
12511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12512 \begin_inset Text
12513
12514 \begin_layout Plain Layout
12515 a long cell entry
12516 \end_layout
12517
12518 \end_inset
12519 </cell>
12520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12521 \begin_inset Text
12522
12523 \begin_layout Plain Layout
12524 b
12525 \end_layout
12526
12527 \end_inset
12528 </cell>
12529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12530 \begin_inset Text
12531
12532 \begin_layout Plain Layout
12533 c
12534 \end_layout
12535
12536 \end_inset
12537 </cell>
12538 </row>
12539 <row>
12540 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544 multirow
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553 e
12554 \end_layout
12555
12556 \end_inset
12557 </cell>
12558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12559 \begin_inset Text
12560
12561 \begin_layout Plain Layout
12562 f
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 </row>
12568 <row>
12569 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12579 \begin_inset Text
12580
12581 \begin_layout Plain Layout
12582 h
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591 i
12592 \end_layout
12593
12594 \end_inset
12595 </cell>
12596 </row>
12597 </lyxtabular>
12598
12599 \end_inset
12600
12601
12602 \end_layout
12603
12604 \begin_layout Standard
12605 The width of multirow cells is set by setting the width and alignment for
12606  the whole column.
12607  The 
12608 \family sans
12609 Vertical Offset
12610 \family default
12611  shifts the content of the multirow up/down if the offset is positive/negative.
12612 \end_layout
12613
12614 \begin_layout Standard
12615 If the column of a multirow cell has no explicit width, the multirow cell
12616  inherits the alignment of the column.
12617  Otherwise it is by default left-aligned.
12618  To override the default, renew the command 
12619 \series bold
12620
12621 \backslash
12622 multirowsetup
12623 \series default
12624  with the command
12625 \end_layout
12626
12627 \begin_layout Standard
12628
12629 \series bold
12630
12631 \backslash
12632 renewcommand{
12633 \backslash
12634 multirowsetup}{
12635 \backslash
12636 centering}
12637 \end_layout
12638
12639 \begin_layout Standard
12640 in the document preamble.
12641  Then all entries of multirow cells in the document are centered.
12642  If centering is only needed for several tables, you can renew the command
12643  in a TeX-Code box just before the table instead of the preamble.
12644  If the text should be right-aligned, replace 
12645 \series bold
12646
12647 \backslash
12648 centering
12649 \series default
12650  by 
12651 \series bold
12652
12653 \backslash
12654 raggedleft
12655 \series default
12656 .
12657  To return to left-alignment 
12658 \series bold
12659
12660 \backslash
12661 raggedright
12662 \series default
12663  is used.
12664 \end_layout
12665
12666 \begin_layout Standard
12667 This is an example table with a right-aligned multirow cell that has a vertical
12668  offset of -4
12669 \begin_inset space \thinspace{}
12670 \end_inset
12671
12672 mm and is in a 3
12673 \begin_inset space \thinspace{}
12674 \end_inset
12675
12676 cm wide column:
12677 \end_layout
12678
12679 \begin_layout Standard
12680 \noindent
12681 \align center
12682 \begin_inset ERT
12683 status collapsed
12684
12685 \begin_layout Plain Layout
12686
12687
12688 \backslash
12689 renewcommand{
12690 \backslash
12691 multirowsetup}{
12692 \backslash
12693 raggedleft}
12694 \end_layout
12695
12696 \end_inset
12697
12698
12699 \begin_inset Tabular
12700 <lyxtabular version="3" rows="4" columns="3">
12701 <features rotate="0" tabularvalignment="middle">
12702 <column alignment="center" valignment="top" width="3cm">
12703 <column alignment="center" valignment="top" width="0">
12704 <column alignment="center" valignment="top" width="0">
12705 <row>
12706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12707 \begin_inset Text
12708
12709 \begin_layout Plain Layout
12710 a long cell entry
12711 \end_layout
12712
12713 \end_inset
12714 </cell>
12715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Plain Layout
12719 b
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Plain Layout
12728 c
12729 \end_layout
12730
12731 \end_inset
12732 </cell>
12733 </row>
12734 <row>
12735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12736 \begin_inset Text
12737
12738 \begin_layout Plain Layout
12739 t
12740 \end_layout
12741
12742 \end_inset
12743 </cell>
12744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12745 \begin_inset Text
12746
12747 \begin_layout Plain Layout
12748 n
12749 \end_layout
12750
12751 \end_inset
12752 </cell>
12753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12754 \begin_inset Text
12755
12756 \begin_layout Plain Layout
12757 m
12758 \end_layout
12759
12760 \end_inset
12761 </cell>
12762 </row>
12763 <row>
12764 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12765 \begin_inset Text
12766
12767 \begin_layout Plain Layout
12768 multirow
12769 \end_layout
12770
12771 \end_inset
12772 </cell>
12773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12774 \begin_inset Text
12775
12776 \begin_layout Plain Layout
12777 e
12778 \end_layout
12779
12780 \end_inset
12781 </cell>
12782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12783 \begin_inset Text
12784
12785 \begin_layout Plain Layout
12786 f
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 </row>
12792 <row>
12793 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12794 \begin_inset Text
12795
12796 \begin_layout Plain Layout
12797
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806 h
12807 \end_layout
12808
12809 \end_inset
12810 </cell>
12811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12812 \begin_inset Text
12813
12814 \begin_layout Plain Layout
12815 i
12816 \end_layout
12817
12818 \end_inset
12819 </cell>
12820 </row>
12821 </lyxtabular>
12822
12823 \end_inset
12824
12825
12826 \begin_inset ERT
12827 status collapsed
12828
12829 \begin_layout Plain Layout
12830
12831
12832 \backslash
12833 renewcommand{
12834 \backslash
12835 multirowsetup}{
12836 \backslash
12837 raggedright}
12838 \end_layout
12839
12840 \end_inset
12841
12842
12843 \end_layout
12844
12845 \begin_layout Standard
12846 To start a new line in a multirow you can use a forced line break (shortcut
12847  
12848 \begin_inset Info
12849 type  "shortcut"
12850 arg   "newline-insert newline"
12851 \end_inset
12852
12853 ) but this will not respect the cell lines as demonstrated in this table:
12854 \end_layout
12855
12856 \begin_layout Standard
12857 \noindent
12858 \align center
12859 \begin_inset Tabular
12860 <lyxtabular version="3" rows="3" columns="2">
12861 <features rotate="0" tabularvalignment="middle">
12862 <column alignment="left" valignment="middle" width="2cm">
12863 <column alignment="center" valignment="top" width="0">
12864 <row>
12865 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Plain Layout
12869 aaa
12870 \begin_inset Newline newline
12871 \end_inset
12872
12873 aaa
12874 \begin_inset Newline newline
12875 \end_inset
12876
12877 wrong cell
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886 ccc
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 </row>
12892 <row>
12893 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 ddd
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 </row>
12912 <row>
12913 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Plain Layout
12917 bbb
12918 \end_layout
12919
12920 \end_inset
12921 </cell>
12922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 eee
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 </row>
12932 </lyxtabular>
12933
12934 \end_inset
12935
12936
12937 \end_layout
12938
12939 \begin_layout Standard
12940 Therefore be careful with forced line breaks.
12941 \end_layout
12942
12943 \begin_layout Subsection
12944 Cells with diagonal line(s)
12945 \end_layout
12946
12947 \begin_layout Standard
12948 To tell the reader what is meant by column and row headings in a table,
12949  it is helpful to split the first cell of the table by one or two diagonal
12950  lines.
12951  This can be achieved by loading the LaTeX-package 
12952 \series bold
12953 diagbox
12954 \series default
12955
12956 \begin_inset Index idx
12957 status collapsed
12958
12959 \begin_layout Plain Layout
12960 LaTeX-packages ! picinpar
12961 \end_layout
12962
12963 \end_inset
12964
12965  in the document preamble.
12966  The package provides the command 
12967 \series bold
12968
12969 \backslash
12970 diagbox
12971 \series default
12972  that is inserted as TeX-Code and that can take 2 or 3
12973 \begin_inset space ~
12974 \end_inset
12975
12976 arguments:
12977 \end_layout
12978
12979 \begin_layout Standard
12980
12981 \series bold
12982
12983 \backslash
12984 diagbox[options]{lower left}{upper right}
12985 \end_layout
12986
12987 \begin_layout Standard
12988
12989 \series bold
12990
12991 \backslash
12992 diagbox[options]{lower left}{upper left}{upper right}
12993 \end_layout
12994
12995 \begin_layout Standard
12996 The first scheme divides the cell by a single diagonal line and the arguments
12997  are placed below and above this line.
12998  The second scheme divides the cell by 2
12999 \begin_inset space ~
13000 \end_inset
13001
13002 lines.
13003 \end_layout
13004
13005 \begin_layout Standard
13006 \begin_inset ERT
13007 status collapsed
13008
13009 \begin_layout Plain Layout
13010
13011
13012 \backslash
13013 ifdiagbox
13014 \end_layout
13015
13016 \end_inset
13017
13018
13019 \begin_inset Note Note
13020 status open
13021
13022 \begin_layout Plain Layout
13023 The following section will only be displayed when the LaTeX-package 
13024 \series bold
13025 diagbox
13026 \series default
13027  is installed.
13028 \end_layout
13029
13030 \end_inset
13031
13032
13033 \end_layout
13034
13035 \begin_layout Standard
13036 Here is an example table where 
13037 \series bold
13038
13039 \backslash
13040 diagbox 
13041 \series default
13042 is used in the 2-argument scheme in the first cell:
13043 \begin_inset VSpace medskip
13044 \end_inset
13045
13046
13047 \end_layout
13048
13049 \begin_layout Standard
13050 \noindent
13051 \begin_inset Tabular
13052 <lyxtabular version="3" rows="4" columns="4">
13053 <features rotate="0" tabularvalignment="middle">
13054 <column alignment="center" valignment="top" width="0">
13055 <column alignment="center" valignment="top" width="0">
13056 <column alignment="center" valignment="top" width="0">
13057 <column alignment="center" valignment="top" width="0">
13058 <row>
13059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Plain Layout
13063 \begin_inset ERT
13064 status collapsed
13065
13066 \begin_layout Plain Layout
13067
13068
13069 \backslash
13070 diagbox{
13071 \end_layout
13072
13073 \end_inset
13074
13075 Name
13076 \begin_inset ERT
13077 status collapsed
13078
13079 \begin_layout Plain Layout
13080
13081 }{
13082 \end_layout
13083
13084 \end_inset
13085
13086 Parameter
13087 \begin_inset ERT
13088 status collapsed
13089
13090 \begin_layout Plain Layout
13091
13092 }
13093 \end_layout
13094
13095 \end_inset
13096
13097
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 Thickness in nm
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 Transparency in %
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13121 \begin_inset Text
13122
13123 \begin_layout Plain Layout
13124 Hardness in MPa
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 </row>
13130 <row>
13131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 Perfect Green
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 45
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13150 \begin_inset Text
13151
13152 \begin_layout Plain Layout
13153 80
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Plain Layout
13162 504
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 </row>
13168 <row>
13169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13170 \begin_inset Text
13171
13172 \begin_layout Plain Layout
13173 Dark Multi-P
13174 \end_layout
13175
13176 \end_inset
13177 </cell>
13178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 60
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 72
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Plain Layout
13200 982
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 </row>
13206 <row>
13207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211 Crystal Clear Pro
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 18
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 86
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 374
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 </row>
13244 </lyxtabular>
13245
13246 \end_inset
13247
13248
13249 \begin_inset VSpace medskip
13250 \end_inset
13251
13252
13253 \end_layout
13254
13255 \begin_layout Standard
13256 The 3-argument scheme is for example useful for cross-tables of sports leagues
13257  or distances:
13258 \end_layout
13259
13260 \begin_layout Standard
13261 \noindent
13262 \align center
13263 \begin_inset Tabular
13264 <lyxtabular version="3" rows="4" columns="4">
13265 <features rotate="0" tabularvalignment="middle">
13266 <column alignment="center" valignment="top" width="0pt">
13267 <column alignment="center" valignment="top" width="0">
13268 <column alignment="center" valignment="top" width="0">
13269 <column alignment="center" valignment="top" width="0">
13270 <row>
13271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Plain Layout
13275 \begin_inset ERT
13276 status collapsed
13277
13278 \begin_layout Plain Layout
13279
13280
13281 \backslash
13282 diagbox{
13283 \end_layout
13284
13285 \end_inset
13286
13287 Team home
13288 \begin_inset ERT
13289 status collapsed
13290
13291 \begin_layout Plain Layout
13292
13293 }{
13294 \end_layout
13295
13296 \end_inset
13297
13298 Result
13299 \begin_inset ERT
13300 status collapsed
13301
13302 \begin_layout Plain Layout
13303
13304 }{
13305 \end_layout
13306
13307 \end_inset
13308
13309 Team away
13310 \begin_inset ERT
13311 status collapsed
13312
13313 \begin_layout Plain Layout
13314
13315 }
13316 \end_layout
13317
13318 \end_inset
13319
13320
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 Tigers
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 Panthers
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 Falcons
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 </row>
13353 <row>
13354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13355 \begin_inset Text
13356
13357 \begin_layout Plain Layout
13358 Tigers
13359 \end_layout
13360
13361 \end_inset
13362 </cell>
13363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367 ---
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 1:3
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 0:1
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 </row>
13391 <row>
13392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 Panthers
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 3:1
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 ---
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 0:0
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 </row>
13429 <row>
13430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 Falcons
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 1:0
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 0:0
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13458 \begin_inset Text
13459
13460 \begin_layout Plain Layout
13461 ---
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 </row>
13467 </lyxtabular>
13468
13469 \end_inset
13470
13471
13472 \end_layout
13473
13474 \begin_layout Standard
13475 For larger cross-tables one might use split cells in 2 or every corner of
13476  the table like in this example:
13477 \end_layout
13478
13479 \begin_layout Standard
13480 \noindent
13481 \align center
13482 \begin_inset Tabular
13483 <lyxtabular version="3" rows="5" columns="5">
13484 <features rotate="0" tabularvalignment="middle">
13485 <column alignment="center" valignment="top" width="0pt">
13486 <column alignment="center" valignment="top" width="0">
13487 <column alignment="center" valignment="top" width="0">
13488 <column alignment="center" valignment="top" width="0">
13489 <column alignment="center" valignment="top" width="0">
13490 <row>
13491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 \begin_inset ERT
13496 status open
13497
13498 \begin_layout Plain Layout
13499
13500
13501 \backslash
13502 diagbox{
13503 \end_layout
13504
13505 \end_inset
13506
13507 Team home
13508 \begin_inset ERT
13509 status collapsed
13510
13511 \begin_layout Plain Layout
13512
13513 }{
13514 \end_layout
13515
13516 \end_inset
13517
13518 Result
13519 \begin_inset ERT
13520 status collapsed
13521
13522 \begin_layout Plain Layout
13523
13524 }{
13525 \end_layout
13526
13527 \end_inset
13528
13529 Team away
13530 \begin_inset ERT
13531 status collapsed
13532
13533 \begin_layout Plain Layout
13534
13535 }
13536 \end_layout
13537
13538 \end_inset
13539
13540
13541 \end_layout
13542
13543 \end_inset
13544 </cell>
13545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13546 \begin_inset Text
13547
13548 \begin_layout Plain Layout
13549 Tigers
13550 \end_layout
13551
13552 \end_inset
13553 </cell>
13554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13555 \begin_inset Text
13556
13557 \begin_layout Plain Layout
13558 Panthers
13559 \end_layout
13560
13561 \end_inset
13562 </cell>
13563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567 Falcons
13568 \end_layout
13569
13570 \end_inset
13571 </cell>
13572 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13573 \begin_inset Text
13574
13575 \begin_layout Plain Layout
13576 \begin_inset ERT
13577 status open
13578
13579 \begin_layout Plain Layout
13580
13581
13582 \backslash
13583 diagbox[dir=NE]{
13584 \end_layout
13585
13586 \end_inset
13587
13588 Team home
13589 \begin_inset ERT
13590 status collapsed
13591
13592 \begin_layout Plain Layout
13593
13594 }{
13595 \end_layout
13596
13597 \end_inset
13598
13599 Result
13600 \begin_inset ERT
13601 status collapsed
13602
13603 \begin_layout Plain Layout
13604
13605 }{
13606 \end_layout
13607
13608 \end_inset
13609
13610 Team away
13611 \begin_inset ERT
13612 status collapsed
13613
13614 \begin_layout Plain Layout
13615
13616 }
13617 \end_layout
13618
13619 \end_inset
13620
13621
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 </row>
13627 <row>
13628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13629 \begin_inset Text
13630
13631 \begin_layout Plain Layout
13632 Tigers
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641 ---
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Plain Layout
13650 1:3
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659 0:1
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668 Tigers
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 </row>
13674 <row>
13675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13676 \begin_inset Text
13677
13678 \begin_layout Plain Layout
13679 Panthers
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13685 \begin_inset Text
13686
13687 \begin_layout Plain Layout
13688 3:1
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697 ---
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706 0:0
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13712 \begin_inset Text
13713
13714 \begin_layout Plain Layout
13715 Panthers
13716 \end_layout
13717
13718 \end_inset
13719 </cell>
13720 </row>
13721 <row>
13722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 Falcons
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735 1:0
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 0:0
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13750 \begin_inset Text
13751
13752 \begin_layout Plain Layout
13753 ---
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762 Falcons
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 </row>
13768 <row>
13769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 \begin_inset ERT
13774 status open
13775
13776 \begin_layout Plain Layout
13777
13778
13779 \backslash
13780 diagbox[dir=SW]{
13781 \end_layout
13782
13783 \end_inset
13784
13785 Team home
13786 \begin_inset ERT
13787 status collapsed
13788
13789 \begin_layout Plain Layout
13790
13791 }{
13792 \end_layout
13793
13794 \end_inset
13795
13796 Result
13797 \begin_inset ERT
13798 status collapsed
13799
13800 \begin_layout Plain Layout
13801
13802 }{
13803 \end_layout
13804
13805 \end_inset
13806
13807 Team away
13808 \begin_inset ERT
13809 status collapsed
13810
13811 \begin_layout Plain Layout
13812
13813 }
13814 \end_layout
13815
13816 \end_inset
13817
13818
13819 \end_layout
13820
13821 \end_inset
13822 </cell>
13823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13824 \begin_inset Text
13825
13826 \begin_layout Plain Layout
13827 Tigers
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836 Panthers
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 Falcons
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 \begin_inset ERT
13855 status open
13856
13857 \begin_layout Plain Layout
13858
13859
13860 \backslash
13861 diagbox[dir=SE]{
13862 \end_layout
13863
13864 \end_inset
13865
13866 Team home
13867 \begin_inset ERT
13868 status collapsed
13869
13870 \begin_layout Plain Layout
13871
13872 }{
13873 \end_layout
13874
13875 \end_inset
13876
13877 Result
13878 \begin_inset ERT
13879 status collapsed
13880
13881 \begin_layout Plain Layout
13882
13883 }{
13884 \end_layout
13885
13886 \end_inset
13887
13888 Team away
13889 \begin_inset ERT
13890 status collapsed
13891
13892 \begin_layout Plain Layout
13893
13894 }
13895 \end_layout
13896
13897 \end_inset
13898
13899
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 </row>
13905 </lyxtabular>
13906
13907 \end_inset
13908
13909
13910 \end_layout
13911
13912 \begin_layout Standard
13913 To rotate the diagonal lines, the command option 
13914 \series bold
13915 dir=direction
13916 \series default
13917  is used.
13918  
13919 \emph on
13920 direction
13921 \emph default
13922  is either 
13923 \series bold
13924 NE
13925 \series default
13926
13927 \series bold
13928 DE
13929 \series default
13930
13931 \series bold
13932 SW
13933 \series default
13934  or 
13935 \series bold
13936 NW
13937 \series default
13938  and represent a point of a compass.
13939  
13940 \series bold
13941 SW
13942 \series default
13943  is for example the south-west corner.
13944  Thus in the lower left cell of the above table the command
13945 \end_layout
13946
13947 \begin_layout Standard
13948
13949 \series bold
13950
13951 \backslash
13952 diagbox[dir=SW]{Team home}{Result}{Team away}
13953 \end_layout
13954
13955 \begin_layout Standard
13956 is used.
13957  If no direction is given, it will be NW.
13958 \end_layout
13959
13960 \begin_layout Standard
13961 The necessary width of split cells is automatically calculated.
13962  Thus if you set a fixed column width smaller than the calculated one, the
13963  cell's content will protrude the cell borders:
13964 \end_layout
13965
13966 \begin_layout Standard
13967 \noindent
13968 \align center
13969 \begin_inset Tabular
13970 <lyxtabular version="3" rows="2" columns="2">
13971 <features rotate="0" tabularvalignment="middle">
13972 <column alignment="center" valignment="top" width="3cm">
13973 <column alignment="center" valignment="top" width="0">
13974 <row>
13975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13976 \begin_inset Text
13977
13978 \begin_layout Plain Layout
13979 \begin_inset ERT
13980 status collapsed
13981
13982 \begin_layout Plain Layout
13983
13984
13985 \backslash
13986 diagbox{
13987 \end_layout
13988
13989 \end_inset
13990
13991 Name
13992 \begin_inset ERT
13993 status collapsed
13994
13995 \begin_layout Plain Layout
13996
13997 }{
13998 \end_layout
13999
14000 \end_inset
14001
14002 Parameter
14003 \begin_inset ERT
14004 status collapsed
14005
14006 \begin_layout Plain Layout
14007
14008 }
14009 \end_layout
14010
14011 \end_inset
14012
14013
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022 Thickness in nm
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 </row>
14028 <row>
14029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14030 \begin_inset Text
14031
14032 \begin_layout Plain Layout
14033 Perfect Green
14034 \end_layout
14035
14036 \end_inset
14037 </cell>
14038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14039 \begin_inset Text
14040
14041 \begin_layout Plain Layout
14042 45
14043 \end_layout
14044
14045 \end_inset
14046 </cell>
14047 </row>
14048 </lyxtabular>
14049
14050 \end_inset
14051
14052
14053 \end_layout
14054
14055 \begin_layout Standard
14056 If you need a certain width for columns with a split cell, use the command
14057  option 
14058 \series bold
14059 width=3cm
14060 \series default
14061  (replace '3cm' by the width you need).
14062  In the following table the width of the first column is set to 4
14063 \begin_inset space \thinspace{}
14064 \end_inset
14065
14066 cm.
14067  For 
14068 \series bold
14069
14070 \backslash
14071 diagbox
14072 \series default
14073  a width of 4
14074 \begin_inset space \thinspace{}
14075 \end_inset
14076
14077 cm + 2
14078 \begin_inset space \thinspace{}
14079 \end_inset
14080
14081
14082 \backslash
14083 tabcolsep is necessary because the overall width is the width for the text
14084  (in this case the 4
14085 \begin_inset space \thinspace{}
14086 \end_inset
14087
14088 cm) plus two times the separation of the text and the cell border.
14089  The calculation of the width cannot be done in the command option of 
14090 \series bold
14091
14092 \backslash
14093 diagbox
14094 \series default
14095  so one needs to create a new length which can be used later.
14096  This is done with the TeX-Code commands
14097 \end_layout
14098
14099 \begin_layout Standard
14100
14101 \series bold
14102
14103 \backslash
14104 newlength{
14105 \backslash
14106 diagtest}
14107 \begin_inset Newline newline
14108 \end_inset
14109
14110
14111 \backslash
14112 setlength{
14113 \backslash
14114 diagtest}{4cm+2
14115 \backslash
14116 tabcolsep}
14117 \end_layout
14118
14119 \begin_layout Standard
14120 \begin_inset ERT
14121 status collapsed
14122
14123 \begin_layout Plain Layout
14124
14125
14126 \backslash
14127 newlength{
14128 \backslash
14129 diagtest}
14130 \end_layout
14131
14132 \begin_layout Plain Layout
14133
14134
14135 \backslash
14136 setlength{
14137 \backslash
14138 diagtest}{4cm+2
14139 \backslash
14140 tabcolsep}
14141 \end_layout
14142
14143 \end_inset
14144
14145
14146 \end_layout
14147
14148 \begin_layout Standard
14149 To enable calculations in LaTeX one needs to load the package 
14150 \series bold
14151 calc
14152 \series default
14153
14154 \begin_inset Index idx
14155 status collapsed
14156
14157 \begin_layout Plain Layout
14158 LaTeX-packages ! calc
14159 \end_layout
14160
14161 \end_inset
14162
14163  in the document preamble.
14164 \end_layout
14165
14166 \begin_layout Standard
14167 In this table you can now use the command
14168 \end_layout
14169
14170 \begin_layout Standard
14171
14172 \series bold
14173
14174 \backslash
14175 diagbox[width=
14176 \backslash
14177 diagtest]{A}{B}
14178 \end_layout
14179
14180 \begin_layout Standard
14181 in the first cell:
14182 \end_layout
14183
14184 \begin_layout Standard
14185 \noindent
14186 \align center
14187 \begin_inset Tabular
14188 <lyxtabular version="3" rows="2" columns="2">
14189 <features rotate="0" tabularvalignment="middle">
14190 <column alignment="center" valignment="top" width="4cm">
14191 <column alignment="center" valignment="top" width="0">
14192 <row>
14193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 \begin_inset ERT
14198 status open
14199
14200 \begin_layout Plain Layout
14201
14202
14203 \backslash
14204 diagbox[width=
14205 \backslash
14206 diagtest]{
14207 \end_layout
14208
14209 \end_inset
14210
14211 A
14212 \begin_inset ERT
14213 status collapsed
14214
14215 \begin_layout Plain Layout
14216
14217 }{
14218 \end_layout
14219
14220 \end_inset
14221
14222 B
14223 \begin_inset ERT
14224 status collapsed
14225
14226 \begin_layout Plain Layout
14227
14228 }
14229 \end_layout
14230
14231 \end_inset
14232
14233
14234 \end_layout
14235
14236 \end_inset
14237 </cell>
14238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14239 \begin_inset Text
14240
14241 \begin_layout Plain Layout
14242 Thickness in nm
14243 \end_layout
14244
14245 \end_inset
14246 </cell>
14247 </row>
14248 <row>
14249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14250 \begin_inset Text
14251
14252 \begin_layout Plain Layout
14253 Perfect Green
14254 \end_layout
14255
14256 \end_inset
14257 </cell>
14258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14259 \begin_inset Text
14260
14261 \begin_layout Plain Layout
14262 45
14263 \end_layout
14264
14265 \end_inset
14266 </cell>
14267 </row>
14268 </lyxtabular>
14269
14270 \end_inset
14271
14272
14273 \end_layout
14274
14275 \begin_layout Standard
14276 Note that the split cell needs to be the widest one in the column.
14277  Otherwise the length of the diagonal line cannot be calculated correctly
14278  like in this table:
14279 \end_layout
14280
14281 \begin_layout Standard
14282 \noindent
14283 \align center
14284 \begin_inset Tabular
14285 <lyxtabular version="3" rows="2" columns="2">
14286 <features rotate="0" tabularvalignment="middle">
14287 <column alignment="center" valignment="top" width="0pt">
14288 <column alignment="center" valignment="top" width="0">
14289 <row>
14290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 \begin_inset ERT
14295 status collapsed
14296
14297 \begin_layout Plain Layout
14298
14299
14300 \backslash
14301 diagbox{
14302 \end_layout
14303
14304 \end_inset
14305
14306 A
14307 \begin_inset ERT
14308 status collapsed
14309
14310 \begin_layout Plain Layout
14311
14312 }{
14313 \end_layout
14314
14315 \end_inset
14316
14317 B
14318 \begin_inset ERT
14319 status collapsed
14320
14321 \begin_layout Plain Layout
14322
14323 }
14324 \end_layout
14325
14326 \end_inset
14327
14328
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14334 \begin_inset Text
14335
14336 \begin_layout Plain Layout
14337 Thickness in nm
14338 \end_layout
14339
14340 \end_inset
14341 </cell>
14342 </row>
14343 <row>
14344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Plain Layout
14348 Perfect Green
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357 45
14358 \end_layout
14359
14360 \end_inset
14361 </cell>
14362 </row>
14363 </lyxtabular>
14364
14365 \end_inset
14366
14367
14368 \end_layout
14369
14370 \begin_layout Standard
14371 In this case use the 
14372 \series bold
14373 width
14374 \series default
14375  option of the 
14376 \series bold
14377
14378 \backslash
14379 diagbox
14380 \series default
14381  command.
14382  It is then not necessary to add 2
14383 \backslash
14384 tabcolsep because the cell width is now the width of the column.
14385  In this table a width of 3
14386 \begin_inset space \thinspace{}
14387 \end_inset
14388
14389 cm is used:
14390 \end_layout
14391
14392 \begin_layout Standard
14393 \noindent
14394 \align center
14395 \begin_inset Tabular
14396 <lyxtabular version="3" rows="2" columns="2">
14397 <features rotate="0" tabularvalignment="middle">
14398 <column alignment="center" valignment="top" width="0pt">
14399 <column alignment="center" valignment="top" width="0">
14400 <row>
14401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14402 \begin_inset Text
14403
14404 \begin_layout Plain Layout
14405 \begin_inset ERT
14406 status open
14407
14408 \begin_layout Plain Layout
14409
14410
14411 \backslash
14412 diagbox[width=3cm]{
14413 \end_layout
14414
14415 \end_inset
14416
14417 A
14418 \begin_inset ERT
14419 status collapsed
14420
14421 \begin_layout Plain Layout
14422
14423 }{
14424 \end_layout
14425
14426 \end_inset
14427
14428 B
14429 \begin_inset ERT
14430 status collapsed
14431
14432 \begin_layout Plain Layout
14433
14434 }
14435 \end_layout
14436
14437 \end_inset
14438
14439
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14445 \begin_inset Text
14446
14447 \begin_layout Plain Layout
14448 Thickness in nm
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 </row>
14454 <row>
14455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14456 \begin_inset Text
14457
14458 \begin_layout Plain Layout
14459 Perfect Green
14460 \end_layout
14461
14462 \end_inset
14463 </cell>
14464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Plain Layout
14468 45
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 </row>
14474 </lyxtabular>
14475
14476 \end_inset
14477
14478
14479 \end_layout
14480
14481 \begin_layout Standard
14482 For multiple text lines in split cells one needs some extra height to fit
14483  the text to the cell.
14484  This can be achieved with the 
14485 \series bold
14486
14487 \backslash
14488 diagbox
14489 \series default
14490  option 
14491 \series bold
14492 height=3cm
14493 \series default
14494  (replace '3cm' by the height you need).
14495  In the following table the command
14496 \end_layout
14497
14498 \begin_layout Standard
14499
14500 \series bold
14501
14502 \backslash
14503 diagbox[width=3cm,height=1.4cm]{A
14504 \backslash
14505
14506 \backslash
14507 B}{C
14508 \backslash
14509
14510 \backslash
14511 D}
14512 \end_layout
14513
14514 \begin_layout Standard
14515 is used in the first cell.
14516  The command 
14517 \series bold
14518
14519 \backslash
14520
14521 \backslash
14522
14523 \series default
14524  creates hereby the line break.
14525 \begin_inset Foot
14526 status collapsed
14527
14528 \begin_layout Plain Layout
14529 Breaking lines with 
14530 \family sans
14531 Ctrl+Return
14532 \family default
14533  is only possible when the column has a fixed width.
14534 \end_layout
14535
14536 \end_inset
14537
14538
14539 \end_layout
14540
14541 \begin_layout Standard
14542 \noindent
14543 \align center
14544 \begin_inset Tabular
14545 <lyxtabular version="3" rows="2" columns="2">
14546 <features rotate="0" tabularvalignment="middle">
14547 <column alignment="center" valignment="top" width="0">
14548 <column alignment="center" valignment="top" width="0">
14549 <row>
14550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14551 \begin_inset Text
14552
14553 \begin_layout Plain Layout
14554 \begin_inset ERT
14555 status open
14556
14557 \begin_layout Plain Layout
14558
14559
14560 \backslash
14561 diagbox[width=3cm,height=1.4cm]{
14562 \end_layout
14563
14564 \end_inset
14565
14566 A
14567 \begin_inset ERT
14568 status collapsed
14569
14570 \begin_layout Plain Layout
14571
14572
14573 \backslash
14574
14575 \backslash
14576
14577 \end_layout
14578
14579 \end_inset
14580
14581 B
14582 \begin_inset ERT
14583 status collapsed
14584
14585 \begin_layout Plain Layout
14586
14587 }{
14588 \end_layout
14589
14590 \end_inset
14591
14592 C
14593 \begin_inset ERT
14594 status collapsed
14595
14596 \begin_layout Plain Layout
14597
14598
14599 \backslash
14600
14601 \backslash
14602
14603 \end_layout
14604
14605 \end_inset
14606
14607 D
14608 \begin_inset ERT
14609 status collapsed
14610
14611 \begin_layout Plain Layout
14612
14613 }
14614 \end_layout
14615
14616 \end_inset
14617
14618
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14624 \begin_inset Text
14625
14626 \begin_layout Plain Layout
14627 Thickness in nm
14628 \end_layout
14629
14630 \end_inset
14631 </cell>
14632 </row>
14633 <row>
14634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14635 \begin_inset Text
14636
14637 \begin_layout Plain Layout
14638 Perfect Green
14639 \end_layout
14640
14641 \end_inset
14642 </cell>
14643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14644 \begin_inset Text
14645
14646 \begin_layout Plain Layout
14647 45
14648 \end_layout
14649
14650 \end_inset
14651 </cell>
14652 </row>
14653 </lyxtabular>
14654
14655 \end_inset
14656
14657
14658 \end_layout
14659
14660 \begin_layout Standard
14661 \begin_inset ERT
14662 status collapsed
14663
14664 \begin_layout Plain Layout
14665
14666
14667 \backslash
14668 else
14669 \end_layout
14670
14671 \end_inset
14672
14673
14674 \begin_inset Note Note
14675 status open
14676
14677 \begin_layout Plain Layout
14678 The following will be displayed when the LaTeX-package 
14679 \series bold
14680 diagbox
14681 \series default
14682  is not installed:
14683 \end_layout
14684
14685 \end_inset
14686
14687
14688 \end_layout
14689
14690 \begin_layout Standard
14691 You need to install the LaTeX-package 
14692 \series bold
14693 diagbox
14694 \series default
14695  to see the following part of this section in the output.
14696 \end_layout
14697
14698 \begin_layout Standard
14699 \begin_inset ERT
14700 status collapsed
14701
14702 \begin_layout Plain Layout
14703
14704
14705 \backslash
14706 fi
14707 \end_layout
14708
14709 \end_inset
14710
14711
14712 \end_layout
14713
14714 \begin_layout Standard
14715 For more info about the LaTeX-package 
14716 \series bold
14717 diagbox
14718 \series default
14719 , see its documentation, 
14720 \begin_inset CommandInset citation
14721 LatexCommand cite
14722 key "diagbox"
14723
14724 \end_inset
14725
14726 .
14727 \end_layout
14728
14729 \begin_layout Section
14730 Formal Tables
14731 \begin_inset CommandInset label
14732 LatexCommand label
14733 name "sec:Formal-Tables"
14734
14735 \end_inset
14736
14737
14738 \begin_inset Index idx
14739 status collapsed
14740
14741 \begin_layout Plain Layout
14742 Table ! Formal
14743 \end_layout
14744
14745 \end_inset
14746
14747
14748 \end_layout
14749
14750 \begin_layout Standard
14751 Tables are often typeset in books similar to Table
14752 \begin_inset space ~
14753 \end_inset
14754
14755
14756 \begin_inset CommandInset ref
14757 LatexCommand ref
14758 reference "tab:Example-booktabs-table"
14759
14760 \end_inset
14761
14762 .
14763  This kind of tables is called 
14764 \begin_inset Quotes eld
14765 \end_inset
14766
14767
14768 \emph on
14769 formal
14770 \emph default
14771
14772 \begin_inset Quotes erd
14773 \end_inset
14774
14775 .
14776  To make a table a formal table use the option 
14777 \family sans
14778 Formal
14779 \family default
14780  in the 
14781 \family sans
14782 Borders
14783 \family default
14784  tab of the table dialog.
14785 \end_layout
14786
14787 \begin_layout Standard
14788 \begin_inset Float table
14789 placement h
14790 wide false
14791 sideways false
14792 status open
14793
14794 \begin_layout Plain Layout
14795 \begin_inset Caption Standard
14796
14797 \begin_layout Plain Layout
14798 \begin_inset CommandInset label
14799 LatexCommand label
14800 name "tab:Example-booktabs-table"
14801
14802 \end_inset
14803
14804 Example booktabs-table
14805 \end_layout
14806
14807 \end_inset
14808
14809
14810 \end_layout
14811
14812 \begin_layout Plain Layout
14813 \align center
14814 \begin_inset Tabular
14815 <lyxtabular version="3" rows="8" columns="4">
14816 <features rotate="0" booktabs="true" tabularvalignment="middle">
14817 <column alignment="center" valignment="top" width="0">
14818 <column alignment="center" valignment="top" width="0">
14819 <column alignment="center" valignment="top" width="0">
14820 <column alignment="center" valignment="top" width="0">
14821 <row>
14822 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14823 \begin_inset Text
14824
14825 \begin_layout Plain Layout
14826 System
14827 \end_layout
14828
14829 \end_inset
14830 </cell>
14831 <cell alignment="center" valignment="top" topline="true" usebox="none">
14832 \begin_inset Text
14833
14834 \begin_layout Plain Layout
14835 Chip
14836 \begin_inset space \thinspace{}
14837 \end_inset
14838
14839 1
14840 \end_layout
14841
14842 \end_inset
14843 </cell>
14844 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14845 \begin_inset Text
14846
14847 \begin_layout Plain Layout
14848 Chip
14849 \begin_inset space \thinspace{}
14850 \end_inset
14851
14852 2
14853 \end_layout
14854
14855 \end_inset
14856 </cell>
14857 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14858 \begin_inset Text
14859
14860 \begin_layout Plain Layout
14861
14862 \end_layout
14863
14864 \end_inset
14865 </cell>
14866 </row>
14867 <row>
14868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872 \begin_inset ERT
14873 status collapsed
14874
14875 \begin_layout Plain Layout
14876
14877
14878 \backslash
14879 cmidrule(r){2-2}
14880 \end_layout
14881
14882 \end_inset
14883
14884
14885 \begin_inset ERT
14886 status collapsed
14887
14888 \begin_layout Plain Layout
14889
14890
14891 \backslash
14892 cmidrule(l){3-4}
14893 \end_layout
14894
14895 \end_inset
14896
14897 Detector thickness in µm
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 <cell alignment="center" valignment="top" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906 300
14907 \end_layout
14908
14909 \end_inset
14910 </cell>
14911 <cell alignment="center" valignment="top" usebox="none">
14912 \begin_inset Text
14913
14914 \begin_layout Plain Layout
14915 300
14916 \end_layout
14917
14918 \end_inset
14919 </cell>
14920 <cell alignment="center" valignment="top" usebox="none">
14921 \begin_inset Text
14922
14923 \begin_layout Plain Layout
14924 700
14925 \end_layout
14926
14927 \end_inset
14928 </cell>
14929 </row>
14930 <row>
14931 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14932 \begin_inset Text
14933
14934 \begin_layout Plain Layout
14935 Edge angle in °
14936 \end_layout
14937
14938 \end_inset
14939 </cell>
14940 <cell alignment="center" valignment="top" topline="true" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Plain Layout
14944 3.55
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 <cell alignment="center" valignment="top" topline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Plain Layout
14953 2.71
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 <cell alignment="center" valignment="top" topline="true" usebox="none">
14959 \begin_inset Text
14960
14961 \begin_layout Plain Layout
14962 7.99
14963 \end_layout
14964
14965 \end_inset
14966 </cell>
14967 </row>
14968 <row topspace="default">
14969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Plain Layout
14973 Spatial resolution in µm
14974 \end_layout
14975
14976 \end_inset
14977 </cell>
14978 <cell alignment="center" valignment="top" usebox="none">
14979 \begin_inset Text
14980
14981 \begin_layout Plain Layout
14982 4.26
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 <cell alignment="center" valignment="top" usebox="none">
14988 \begin_inset Text
14989
14990 \begin_layout Plain Layout
14991 10.17
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 <cell alignment="center" valignment="top" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000 10.56
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 </row>
15006 <row topspace="default">
15007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011 MTF at 
15012 \begin_inset Formula $f_{\mathrm{max}}$
15013 \end_inset
15014
15015
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 <cell alignment="center" valignment="top" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024 0.53
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 <cell alignment="center" valignment="top" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033 0.37
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 <cell alignment="center" valignment="top" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042 0.39
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 </row>
15048 <row topspace="default">
15049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Plain Layout
15053 \begin_inset ERT
15054 status collapsed
15055
15056 \begin_layout Plain Layout
15057
15058
15059 \backslash
15060 cmidrule(l{10pt}){1-1}
15061 \end_layout
15062
15063 \end_inset
15064
15065 LSF-spatial resolution
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 <cell alignment="center" valignment="top" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 </row>
15098 <row>
15099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 in µm
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 <cell alignment="center" valignment="top" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112 129.7
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 <cell alignment="center" valignment="top" usebox="none">
15118 \begin_inset Text
15119
15120 \begin_layout Plain Layout
15121 52.75
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 <cell alignment="center" valignment="top" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130 50.78
15131 \end_layout
15132
15133 \end_inset
15134 </cell>
15135 </row>
15136 <row>
15137 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141 in % of pixel size
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150 76.3
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159 95.9
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15165 \begin_inset Text
15166
15167 \begin_layout Plain Layout
15168 92.3
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 </row>
15174 </lyxtabular>
15175
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \end_inset
15182
15183
15184 \end_layout
15185
15186 \begin_layout Standard
15187 Spaces to table rows can be added using the 
15188 \family sans
15189 Borders
15190 \family default
15191  tab of the table dialog as described in section
15192 \begin_inset space ~
15193 \end_inset
15194
15195
15196 \begin_inset CommandInset ref
15197 LatexCommand ref
15198 reference "sub:Row-Spacing"
15199
15200 \end_inset
15201
15202 .
15203 \end_layout
15204
15205 \begin_layout Standard
15206 Unlike normal tables, formal tables have no vertical table lines.
15207  The horizontal table lines can be set as for normal tables but they appear
15208  with different widths in the output:
15209 \begin_inset Newline newline
15210 \end_inset
15211
15212 The first and the last table line have a default width of 0.08
15213 \begin_inset space \thinspace{}
15214 \end_inset
15215
15216 em while the other lines have a default width of 0.05
15217 \begin_inset space \thinspace{}
15218 \end_inset
15219
15220 em.
15221 \end_layout
15222
15223 \begin_layout Standard
15224 The default widths can be changed with the following preamble lines
15225 \end_layout
15226
15227 \begin_layout Standard
15228
15229 \series bold
15230
15231 \backslash
15232 let
15233 \backslash
15234 mytoprule
15235 \backslash
15236 toprule
15237 \begin_inset Newline newline
15238 \end_inset
15239
15240
15241 \backslash
15242 renewcommand{
15243 \backslash
15244 toprule}{
15245 \backslash
15246 mytoprule[width]}
15247 \end_layout
15248
15249 \begin_layout Standard
15250 This example is for the first line, the so called 
15251 \series bold
15252 toprule
15253 \series default
15254 .
15255  If you want to change the width for the last line, replace 
15256 \series bold
15257 toprule
15258 \series default
15259  by 
15260 \series bold
15261 bottomrule
15262 \series default
15263 .
15264  To change the width for the other lines replace 
15265 \series bold
15266 toprule
15267 \series default
15268  by 
15269 \series bold
15270 midrule
15271 \series default
15272 .
15273  You can use all units listed in appendix
15274 \begin_inset space ~
15275 \end_inset
15276
15277
15278 \begin_inset CommandInset ref
15279 LatexCommand ref
15280 reference "cha:Units-available-in"
15281
15282 \end_inset
15283
15284  to set the width.
15285 \end_layout
15286
15287 \begin_layout Standard
15288 Lines that do not span all table columns can be created by setting a table
15289  line for multicolumn cells.
15290  LyX will then internally use the command 
15291 \series bold
15292
15293 \backslash
15294 cmidrule
15295 \series default
15296  to create this line.
15297  Its full scheme is
15298 \end_layout
15299
15300 \begin_layout Standard
15301
15302 \series bold
15303
15304 \backslash
15305 cmidrule[width](trim){startcol-endcol}
15306 \end_layout
15307
15308 \begin_layout Standard
15309 The options of 
15310 \series bold
15311
15312 \backslash
15313 cmidrule
15314 \series default
15315  are currently not supported by LyX so you have to use TeX-Code to be able
15316  to use them.
15317  
15318 \series bold
15319
15320 \backslash
15321 cmidrule
15322 \series default
15323 s can manually be created by inserting the command as TeX-Code as the first
15324  cell entry of the first cell of a row.
15325  The line is then drawn in the output above the current row.
15326 \end_layout
15327
15328 \begin_layout Standard
15329 The default for the width is 0.03
15330 \begin_inset space \thinspace{}
15331 \end_inset
15332
15333 em.
15334  Startcol is the number of the column where the line starts and endcol the
15335  column number where the line ends.
15336  The endcol always needs to be specified, also when the line should span
15337  only one column.
15338  The optional parameter trim could be either 
15339 \emph on
15340 l{trimwidth}
15341 \emph default
15342 , or 
15343 \emph on
15344 r{trimwidth}
15345 \emph default
15346  where the trimwidth is also optional.
15347  Using for example the parameter 
15348 \emph on
15349 l{2pt}
15350 \emph default
15351  means that the line is trimmed from its left end by 2
15352 \begin_inset space \thinspace{}
15353 \end_inset
15354
15355 pt.
15356  If you don't specify the trimwidth the lines are trimmed by the default
15357  of 0.5
15358 \begin_inset space \thinspace{}
15359 \end_inset
15360
15361 em.
15362 \end_layout
15363
15364 \begin_layout Standard
15365 \begin_inset VSpace bigskip
15366 \end_inset
15367
15368 Table
15369 \begin_inset space ~
15370 \end_inset
15371
15372
15373 \begin_inset CommandInset ref
15374 LatexCommand ref
15375 reference "tab:Example-booktabs-table"
15376
15377 \end_inset
15378
15379  was created using the commands
15380 \end_layout
15381
15382 \begin_layout Standard
15383
15384 \series bold
15385
15386 \backslash
15387 cmidrule(r){2-2}
15388 \backslash
15389 cmidrule(l){3-4}
15390 \end_layout
15391
15392 \begin_layout Standard
15393 at the beginning of the second row and
15394 \end_layout
15395
15396 \begin_layout Standard
15397
15398 \series bold
15399
15400 \backslash
15401 cmidrule(l{10pt}){1-1}
15402 \end_layout
15403
15404 \begin_layout Standard
15405 in the sixth row.
15406 \end_layout
15407
15408 \begin_layout Standard
15409 \begin_inset VSpace bigskip
15410 \end_inset
15411
15412
15413 \end_layout
15414
15415 \begin_layout Standard
15416 You might want to have overlapping 
15417 \series bold
15418
15419 \backslash
15420 cmidrule
15421 \series default
15422 s as in in Table
15423 \begin_inset space ~
15424 \end_inset
15425
15426
15427 \begin_inset CommandInset ref
15428 LatexCommand ref
15429 reference "tab:Special-booktabs-table"
15430
15431 \end_inset
15432
15433 .
15434  This can be achieved with the TeX-Code command
15435 \end_layout
15436
15437 \begin_layout Standard
15438
15439 \series bold
15440
15441 \backslash
15442 morecmidrules
15443 \end_layout
15444
15445 \begin_layout Standard
15446 The command that was used for the second row of Table
15447 \begin_inset space ~
15448 \end_inset
15449
15450
15451 \begin_inset CommandInset ref
15452 LatexCommand ref
15453 reference "tab:Special-booktabs-table"
15454
15455 \end_inset
15456
15457  is
15458 \end_layout
15459
15460 \begin_layout Standard
15461
15462 \series bold
15463
15464 \backslash
15465 cmidrule(r){2-2}
15466 \backslash
15467 cmidrule(l){3-4}
15468 \backslash
15469 morecmidrules
15470 \backslash
15471 cmidrule{2-4}
15472 \end_layout
15473
15474 \begin_layout Standard
15475 The command for the sixth row is
15476 \end_layout
15477
15478 \begin_layout Standard
15479
15480 \series bold
15481
15482 \backslash
15483 midrule
15484 \backslash
15485 morecmidrules
15486 \backslash
15487 cmidrule{3-4}
15488 \end_layout
15489
15490 \begin_layout Standard
15491 \begin_inset VSpace bigskip
15492 \end_inset
15493
15494
15495 \end_layout
15496
15497 \begin_layout Standard
15498 If you are in any way not satisfied with the border line spacing, you can
15499  use the following command to produce lines that span over all table columns
15500 \series bold
15501 :
15502 \end_layout
15503
15504 \begin_layout Standard
15505
15506 \series bold
15507
15508 \backslash
15509 specialrule{width}{space above}{space below}
15510 \end_layout
15511
15512 \begin_layout Standard
15513 For more information about these features, refer to the manual of the LaTeX-pack
15514 age 
15515 \series bold
15516 booktabs
15517 \series default
15518  
15519 \begin_inset CommandInset citation
15520 LatexCommand cite
15521 key "booktabs"
15522
15523 \end_inset
15524
15525 .
15526 \begin_inset Index idx
15527 status collapsed
15528
15529 \begin_layout Plain Layout
15530 LaTeX-packages ! booktabs
15531 \end_layout
15532
15533 \end_inset
15534
15535
15536 \end_layout
15537
15538 \begin_layout Standard
15539 \begin_inset Float table
15540 placement h
15541 wide false
15542 sideways false
15543 status open
15544
15545 \begin_layout Plain Layout
15546 \begin_inset Caption Standard
15547
15548 \begin_layout Plain Layout
15549 \begin_inset CommandInset label
15550 LatexCommand label
15551 name "tab:Special-booktabs-table"
15552
15553 \end_inset
15554
15555 Special booktabs-table
15556 \end_layout
15557
15558 \end_inset
15559
15560
15561 \end_layout
15562
15563 \begin_layout Plain Layout
15564 \align center
15565 \begin_inset Tabular
15566 <lyxtabular version="3" rows="8" columns="4">
15567 <features rotate="0" booktabs="true" tabularvalignment="middle">
15568 <column alignment="center" valignment="top" width="0">
15569 <column alignment="center" valignment="top" width="0">
15570 <column alignment="center" valignment="top" width="0">
15571 <column alignment="center" valignment="top" width="0">
15572 <row>
15573 <cell alignment="center" valignment="top" topline="true" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Plain Layout
15577 System
15578 \end_layout
15579
15580 \end_inset
15581 </cell>
15582 <cell alignment="center" valignment="top" topline="true" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Plain Layout
15586 Chip
15587 \begin_inset space \thinspace{}
15588 \end_inset
15589
15590 1
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15596 \begin_inset Text
15597
15598 \begin_layout Plain Layout
15599 Chip
15600 \begin_inset space \thinspace{}
15601 \end_inset
15602
15603 2
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 </row>
15618 <row>
15619 <cell alignment="center" valignment="top" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Plain Layout
15623 \begin_inset ERT
15624 status collapsed
15625
15626 \begin_layout Plain Layout
15627
15628
15629 \backslash
15630 cmidrule(r){2-2}
15631 \end_layout
15632
15633 \end_inset
15634
15635
15636 \begin_inset ERT
15637 status collapsed
15638
15639 \begin_layout Plain Layout
15640
15641
15642 \backslash
15643 cmidrule(l){3-4}
15644 \end_layout
15645
15646 \end_inset
15647
15648
15649 \begin_inset ERT
15650 status collapsed
15651
15652 \begin_layout Plain Layout
15653
15654
15655 \backslash
15656 morecmidrules 
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{2-4}
15670 \end_layout
15671
15672 \end_inset
15673
15674 Detector thickness in µm
15675 \end_layout
15676
15677 \end_inset
15678 </cell>
15679 <cell alignment="center" valignment="top" usebox="none">
15680 \begin_inset Text
15681
15682 \begin_layout Plain Layout
15683 300
15684 \end_layout
15685
15686 \end_inset
15687 </cell>
15688 <cell alignment="center" valignment="top" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692 300
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 <cell alignment="center" valignment="top" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701 700
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 </row>
15707 <row>
15708 <cell alignment="center" valignment="top" topline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712 Edge angle in °
15713 \end_layout
15714
15715 \end_inset
15716 </cell>
15717 <cell alignment="center" valignment="top" topline="true" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Plain Layout
15721 3.55
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" topline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730 2.71
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 <cell alignment="center" valignment="top" topline="true" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739 7.99
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 </row>
15745 <row topspace="default">
15746 <cell alignment="center" valignment="top" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Plain Layout
15750 Spatial resolution in µm
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759 4.26
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 <cell alignment="center" valignment="top" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768 10.17
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 <cell alignment="center" valignment="top" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777 10.56
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 </row>
15783 <row topspace="default">
15784 <cell alignment="center" valignment="top" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788 MTF at 
15789 \begin_inset Formula $f_{\mathrm{max}}$
15790 \end_inset
15791
15792
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 <cell alignment="center" valignment="top" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801 0.53
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 <cell alignment="center" valignment="top" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810 0.37
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell alignment="center" valignment="top" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819 0.39
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 </row>
15825 <row>
15826 <cell alignment="center" valignment="top" topline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830 \begin_inset ERT
15831 status collapsed
15832
15833 \begin_layout Plain Layout
15834
15835
15836 \backslash
15837 morecmidrules 
15838 \end_layout
15839
15840 \end_inset
15841
15842
15843 \begin_inset ERT
15844 status collapsed
15845
15846 \begin_layout Plain Layout
15847
15848
15849 \backslash
15850 cmidrule{3-4}
15851 \end_layout
15852
15853 \end_inset
15854
15855 LSF-spatial resolution
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 <cell alignment="center" valignment="top" topline="true" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 <cell alignment="center" valignment="top" topline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 <cell alignment="center" valignment="top" topline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 </row>
15888 <row>
15889 <cell alignment="center" valignment="top" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893 in µm
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 129.7
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell alignment="center" valignment="top" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Plain Layout
15911 52.75
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 <cell alignment="center" valignment="top" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Plain Layout
15920 50.78
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 </row>
15926 <row>
15927 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931 in % of pixel size
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Plain Layout
15940 76.3
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Plain Layout
15949 95.9
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958 92.3
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 </row>
15964 </lyxtabular>
15965
15966 \end_inset
15967
15968
15969 \end_layout
15970
15971 \end_inset
15972
15973
15974 \end_layout
15975
15976 \begin_layout Section
15977 Vertical Table Alignment
15978 \begin_inset Index idx
15979 status collapsed
15980
15981 \begin_layout Plain Layout
15982 Table ! Alignment
15983 \end_layout
15984
15985 \end_inset
15986
15987
15988 \end_layout
15989
15990 \begin_layout Standard
15991 To align tables vertically in a text line, the table must be inside a box.
15992  The box can then be vertically aligned as described in section
15993 \begin_inset space ~
15994 \end_inset
15995
15996
15997 \begin_inset CommandInset ref
15998 LatexCommand ref
15999 reference "sec:Box-Dialog"
16000
16001 \end_inset
16002
16003 .
16004 \end_layout
16005
16006 \begin_layout Standard
16007 In the following example the tables are inside a minipage
16008 \begin_inset Foot
16009 status collapsed
16010
16011 \begin_layout Plain Layout
16012 Minipages are described in section
16013 \begin_inset space ~
16014 \end_inset
16015
16016
16017 \begin_inset CommandInset ref
16018 LatexCommand ref
16019 reference "sec:Minipages"
16020
16021 \end_inset
16022
16023 .
16024 \end_layout
16025
16026 \end_inset
16027
16028  box that has a width of 15
16029 \begin_inset space \thinspace{}
16030 \end_inset
16031
16032 col%:
16033 \end_layout
16034
16035 \begin_layout Itemize
16036 test 
16037 \begin_inset Box Frameless
16038 position "t"
16039 hor_pos "c"
16040 has_inner_box 1
16041 inner_pos "c"
16042 use_parbox 0
16043 use_makebox 0
16044 width "15col%"
16045 special "none"
16046 height "1in"
16047 height_special "totalheight"
16048 status collapsed
16049
16050 \begin_layout Plain Layout
16051 \begin_inset Tabular
16052 <lyxtabular version="3" rows="3" columns="3">
16053 <features rotate="0" tabularvalignment="middle">
16054 <column alignment="center" valignment="top" width="0">
16055 <column alignment="center" valignment="top" width="0">
16056 <column alignment="center" valignment="top" width="0">
16057 <row>
16058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16059 \begin_inset Text
16060
16061 \begin_layout Plain Layout
16062 a
16063 \end_layout
16064
16065 \end_inset
16066 </cell>
16067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071 d
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Plain Layout
16080 g
16081 \end_layout
16082
16083 \end_inset
16084 </cell>
16085 </row>
16086 <row>
16087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Plain Layout
16091 b
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100 e
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16106 \begin_inset Text
16107
16108 \begin_layout Plain Layout
16109 h
16110 \end_layout
16111
16112 \end_inset
16113 </cell>
16114 </row>
16115 <row>
16116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Plain Layout
16120 c
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129 f
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Plain Layout
16138 i
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 </row>
16144 </lyxtabular>
16145
16146 \end_inset
16147
16148
16149 \end_layout
16150
16151 \end_inset
16152
16153  test 
16154 \begin_inset ERT
16155 status collapsed
16156
16157 \begin_layout Plain Layout
16158
16159
16160 \backslash
16161 raisebox{0.85
16162 \backslash
16163 baselineskip}{
16164 \end_layout
16165
16166 \end_inset
16167
16168
16169 \begin_inset Box Frameless
16170 position "t"
16171 hor_pos "c"
16172 has_inner_box 1
16173 inner_pos "c"
16174 use_parbox 0
16175 use_makebox 0
16176 width "15col%"
16177 special "none"
16178 height "1in"
16179 height_special "totalheight"
16180 status collapsed
16181
16182 \begin_layout Plain Layout
16183 \begin_inset Tabular
16184 <lyxtabular version="3" rows="3" columns="3">
16185 <features rotate="0" tabularvalignment="middle">
16186 <column alignment="center" valignment="top" width="0">
16187 <column alignment="center" valignment="top" width="0">
16188 <column alignment="center" valignment="top" width="0">
16189 <row>
16190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194 a
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Plain Layout
16203 d
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212 g
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 </row>
16218 <row>
16219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Plain Layout
16223 b
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Plain Layout
16232 e
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241 h
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 </row>
16247 <row>
16248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16249 \begin_inset Text
16250
16251 \begin_layout Plain Layout
16252 c
16253 \end_layout
16254
16255 \end_inset
16256 </cell>
16257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16258 \begin_inset Text
16259
16260 \begin_layout Plain Layout
16261 f
16262 \end_layout
16263
16264 \end_inset
16265 </cell>
16266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Plain Layout
16270 i
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 </row>
16276 </lyxtabular>
16277
16278 \end_inset
16279
16280
16281 \end_layout
16282
16283 \end_inset
16284
16285
16286 \begin_inset ERT
16287 status collapsed
16288
16289 \begin_layout Plain Layout
16290
16291 }
16292 \end_layout
16293
16294 \end_inset
16295
16296
16297 \end_layout
16298
16299 \begin_layout Itemize
16300 test 
16301 \begin_inset Box Frameless
16302 position "c"
16303 hor_pos "c"
16304 has_inner_box 1
16305 inner_pos "c"
16306 use_parbox 0
16307 use_makebox 0
16308 width "15col%"
16309 special "none"
16310 height "1in"
16311 height_special "totalheight"
16312 status collapsed
16313
16314 \begin_layout Plain Layout
16315 \begin_inset Tabular
16316 <lyxtabular version="3" rows="3" columns="3">
16317 <features rotate="0" tabularvalignment="middle">
16318 <column alignment="center" valignment="top" width="0">
16319 <column alignment="center" valignment="top" width="0">
16320 <column alignment="center" valignment="top" width="0">
16321 <row>
16322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16323 \begin_inset Text
16324
16325 \begin_layout Plain Layout
16326 a
16327 \end_layout
16328
16329 \end_inset
16330 </cell>
16331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335 d
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344 g
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 </row>
16350 <row>
16351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Plain Layout
16355 b
16356 \end_layout
16357
16358 \end_inset
16359 </cell>
16360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Plain Layout
16364 e
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373 h
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 </row>
16379 <row>
16380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Plain Layout
16384 c
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Plain Layout
16393 f
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Plain Layout
16402 i
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 </row>
16408 </lyxtabular>
16409
16410 \end_inset
16411
16412
16413 \end_layout
16414
16415 \end_inset
16416
16417
16418 \end_layout
16419
16420 \begin_layout Itemize
16421 test 
16422 \begin_inset Box Frameless
16423 position "b"
16424 hor_pos "c"
16425 has_inner_box 1
16426 inner_pos "c"
16427 use_parbox 0
16428 use_makebox 0
16429 width "15col%"
16430 special "none"
16431 height "1in"
16432 height_special "totalheight"
16433 status collapsed
16434
16435 \begin_layout Plain Layout
16436 \begin_inset Tabular
16437 <lyxtabular version="3" rows="3" columns="3">
16438 <features rotate="0" tabularvalignment="middle">
16439 <column alignment="center" valignment="top" width="0">
16440 <column alignment="center" valignment="top" width="0">
16441 <column alignment="center" valignment="top" width="0">
16442 <row>
16443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447 a
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 d
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465 g
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 </row>
16471 <row>
16472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476 b
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 e
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Plain Layout
16494 h
16495 \end_layout
16496
16497 \end_inset
16498 </cell>
16499 </row>
16500 <row>
16501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Plain Layout
16505 c
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514 f
16515 \end_layout
16516
16517 \end_inset
16518 </cell>
16519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523 i
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 </row>
16529 </lyxtabular>
16530
16531 \end_inset
16532
16533
16534 \end_layout
16535
16536 \end_inset
16537
16538  test 
16539 \begin_inset ERT
16540 status collapsed
16541
16542 \begin_layout Plain Layout
16543
16544
16545 \backslash
16546 raisebox{-0.32
16547 \backslash
16548 baselineskip}{
16549 \end_layout
16550
16551 \end_inset
16552
16553
16554 \begin_inset Box Frameless
16555 position "b"
16556 hor_pos "c"
16557 has_inner_box 1
16558 inner_pos "c"
16559 use_parbox 0
16560 use_makebox 0
16561 width "15col%"
16562 special "none"
16563 height "1in"
16564 height_special "totalheight"
16565 status collapsed
16566
16567 \begin_layout Plain Layout
16568 \begin_inset Tabular
16569 <lyxtabular version="3" rows="3" columns="3">
16570 <features rotate="0" tabularvalignment="middle">
16571 <column alignment="center" valignment="top" width="0">
16572 <column alignment="center" valignment="top" width="0">
16573 <column alignment="center" valignment="top" width="0">
16574 <row>
16575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579 a
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588 d
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 g
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 </row>
16603 <row>
16604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 b
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617 e
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 h
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 </row>
16632 <row>
16633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637 c
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646 f
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 i
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 </row>
16661 </lyxtabular>
16662
16663 \end_inset
16664
16665
16666 \end_layout
16667
16668 \end_inset
16669
16670
16671 \begin_inset ERT
16672 status collapsed
16673
16674 \begin_layout Plain Layout
16675
16676 }
16677 \end_layout
16678
16679 \end_inset
16680
16681
16682 \end_layout
16683
16684 \begin_layout Standard
16685 As you will see, the content of the first and last table row is not correctly
16686  aligned.
16687  To get this alignment, the minipage box must be set into a raisebox
16688 \begin_inset Foot
16689 status collapsed
16690
16691 \begin_layout Plain Layout
16692 Raiseboxes are described in section
16693 \begin_inset space ~
16694 \end_inset
16695
16696
16697 \begin_inset CommandInset ref
16698 LatexCommand ref
16699 reference "sub:Vertical-Alignment"
16700
16701 \end_inset
16702
16703 .
16704 \end_layout
16705
16706 \end_inset
16707
16708 .
16709  In the example above the second table in the first item is aligned using
16710  the TeX-Code-command
16711 \end_layout
16712
16713 \begin_layout Standard
16714
16715 \series bold
16716
16717 \backslash
16718 raisebox{0.85
16719 \backslash
16720 baselineskip}{
16721 \end_layout
16722
16723 \begin_layout Standard
16724 before the box.
16725  After the box the closing brace 
16726 \series bold
16727 }
16728 \series default
16729  is inserted as TeX-Code.
16730  For the second table in the last item the command
16731 \end_layout
16732
16733 \begin_layout Standard
16734
16735 \series bold
16736
16737 \backslash
16738 raisebox{-0.32
16739 \backslash
16740 baselineskip}{
16741 \end_layout
16742
16743 \begin_layout Standard
16744 is used.
16745 \end_layout
16746
16747 \begin_layout Standard
16748 \begin_inset Note Greyedout
16749 status open
16750
16751 \begin_layout Plain Layout
16752
16753 \series bold
16754 Note:
16755 \series default
16756  The alignment of the table row content to the surrounding text line is
16757  not exact.
16758  The required value for the 
16759 \series bold
16760
16761 \backslash
16762 raisebox
16763 \series default
16764  command for this alignment depends on the document font, the font size,
16765  and the table line thickness.
16766 \end_layout
16767
16768 \end_inset
16769
16770
16771 \end_layout
16772
16773 \begin_layout Section
16774 Colored Tables
16775 \begin_inset CommandInset label
16776 LatexCommand label
16777 name "sec:Colored-Tables"
16778
16779 \end_inset
16780
16781
16782 \begin_inset Index idx
16783 status collapsed
16784
16785 \begin_layout Plain Layout
16786 Table ! Color
16787 \end_layout
16788
16789 \end_inset
16790
16791
16792 \end_layout
16793
16794 \begin_layout Subsection
16795 Colored Cells
16796 \begin_inset Index idx
16797 status collapsed
16798
16799 \begin_layout Plain Layout
16800 Table Color ! for Cells
16801 \end_layout
16802
16803 \end_inset
16804
16805
16806 \begin_inset Index idx
16807 status collapsed
16808
16809 \begin_layout Plain Layout
16810 Color ! for Table Cells
16811 \end_layout
16812
16813 \end_inset
16814
16815
16816 \end_layout
16817
16818 \begin_layout Standard
16819 \begin_inset Float table
16820 placement h
16821 wide false
16822 sideways false
16823 status open
16824
16825 \begin_layout Plain Layout
16826 \begin_inset Caption Standard
16827
16828 \begin_layout Plain Layout
16829 \begin_inset CommandInset label
16830 LatexCommand label
16831 name "tab:Table-colored-without"
16832
16833 \end_inset
16834
16835 Table colored without using the package 
16836 \series bold
16837 colortbl
16838 \series default
16839
16840 \begin_inset Argument 1
16841 status collapsed
16842
16843 \begin_layout Plain Layout
16844 Table without colortbl
16845 \end_layout
16846
16847 \end_inset
16848
16849
16850 \end_layout
16851
16852 \end_inset
16853
16854
16855 \end_layout
16856
16857 \begin_layout Plain Layout
16858 \align center
16859 \begin_inset Tabular
16860 <lyxtabular version="3" rows="3" columns="3">
16861 <features rotate="0" tabularvalignment="middle">
16862 <column alignment="center" valignment="top" width="0">
16863 <column alignment="center" valignment="top" width="0">
16864 <column alignment="center" valignment="top" width="0">
16865 <row>
16866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870
16871 \color green
16872 a
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881
16882 \color red
16883 b
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892
16893 \color red
16894 c
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 </row>
16900 <row>
16901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905
16906 \color green
16907 d
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916
16917 \color blue
16918 e
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927
16928 \color blue
16929 f
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 </row>
16935 <row>
16936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940
16941 \color green
16942 g
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951
16952 \color blue
16953 h
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962
16963 \color blue
16964 i
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 </row>
16970 </lyxtabular>
16971
16972 \end_inset
16973
16974
16975 \end_layout
16976
16977 \end_inset
16978
16979
16980 \end_layout
16981
16982 \begin_layout Standard
16983 If you only need colored text, mark the cells and choose a color in the
16984  
16985 \family sans
16986 Text
16987 \begin_inset space ~
16988 \end_inset
16989
16990 Style
16991 \family default
16992  dialog (toolbar button 
16993 \begin_inset Info
16994 type  "icon"
16995 arg   "dialog-show character"
16996 \end_inset
16997
16998 ).
16999  This was used to create Table
17000 \begin_inset space ~
17001 \end_inset
17002
17003
17004 \begin_inset CommandInset ref
17005 LatexCommand ref
17006 reference "tab:Table-colored-without"
17007
17008 \end_inset
17009
17010 .
17011  In any other case you have to use the LaTeX-package 
17012 \series bold
17013 colortbl
17014 \series default
17015 .
17016 \begin_inset Index idx
17017 status collapsed
17018
17019 \begin_layout Plain Layout
17020 LaTeX-packages ! colortbl
17021 \end_layout
17022
17023 \end_inset
17024
17025
17026 \end_layout
17027
17028 \begin_layout Standard
17029 \begin_inset ERT
17030 status collapsed
17031
17032 \begin_layout Plain Layout
17033
17034
17035 \backslash
17036 ifcolortbl
17037 \end_layout
17038
17039 \end_inset
17040
17041
17042 \begin_inset Note Note
17043 status open
17044
17045 \begin_layout Plain Layout
17046 The following section part will only be displayed when the LaTeX-package
17047  
17048 \series bold
17049 colortbl
17050 \series default
17051  is installed.
17052 \end_layout
17053
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \begin_layout Standard
17060 To create colored tables, 
17061 \series bold
17062 colortbl
17063 \series default
17064  must be loaded in the preamble with the line
17065 \end_layout
17066
17067 \begin_layout Standard
17068
17069 \series bold
17070
17071 \backslash
17072 usepackage{colortbl}
17073 \end_layout
17074
17075 \begin_layout Standard
17076 The color of a column is adjusted with the command
17077 \end_layout
17078
17079 \begin_layout Standard
17080
17081 \series bold
17082
17083 \backslash
17084 columncolor{name of color}
17085 \end_layout
17086
17087 \begin_layout Standard
17088 inside the command 
17089 \series bold
17090 >{ }
17091 \series default
17092 .
17093  More about the command 
17094 \series bold
17095 >{}
17096 \series default
17097  is contained in section
17098 \begin_inset space ~
17099 \end_inset
17100
17101
17102 \begin_inset CommandInset ref
17103 LatexCommand ref
17104 reference "sub:Multicolumn-Calculations"
17105
17106 \end_inset
17107
17108 .
17109 \end_layout
17110
17111 \begin_layout Standard
17112 The following color names are predefined:
17113 \end_layout
17114
17115 \begin_layout Standard
17116
17117 \family sans
17118 red
17119 \family default
17120
17121 \family sans
17122 green
17123 \family default
17124
17125 \family sans
17126 yellow
17127 \family default
17128
17129 \family sans
17130 blue
17131 \family default
17132
17133 \family sans
17134 cyan
17135 \family default
17136
17137 \family sans
17138 magenta
17139 \family default
17140
17141 \family sans
17142 black
17143 \family default
17144  and 
17145 \family sans
17146 white
17147 \end_layout
17148
17149 \begin_layout Standard
17150 \begin_inset VSpace medskip
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \begin_layout Standard
17157 If you add the options
17158 \end_layout
17159
17160 \begin_layout Standard
17161
17162 \series bold
17163 usenames,dvipsnames
17164 \end_layout
17165
17166 \begin_layout Standard
17167 to the document class options in the document settings, you can additionally
17168  use further 61
17169 \begin_inset space ~
17170 \end_inset
17171
17172 colors.
17173  These colors are listed in appendix
17174 \begin_inset space ~
17175 \end_inset
17176
17177
17178 \begin_inset CommandInset ref
17179 LatexCommand ref
17180 reference "chap:List-of-dvips-colornames"
17181
17182 \end_inset
17183
17184 .
17185  One of these colors, 
17186 \family sans
17187 Maroon
17188 \family default
17189 , is used as example in Table
17190 \begin_inset space ~
17191 \end_inset
17192
17193
17194 \begin_inset CommandInset ref
17195 LatexCommand ref
17196 reference "tab:Table-colored-using"
17197
17198 \end_inset
17199
17200 .
17201 \end_layout
17202
17203 \begin_layout Standard
17204 \begin_inset VSpace medskip
17205 \end_inset
17206
17207
17208 \end_layout
17209
17210 \begin_layout Standard
17211 You can also define your own color with the command
17212 \end_layout
17213
17214 \begin_layout Standard
17215
17216 \series bold
17217
17218 \backslash
17219 definecolor{color name}{color model}{color values}
17220 \end_layout
17221
17222 \begin_layout Standard
17223 The color model can be
17224 \end_layout
17225
17226 \begin_layout Labeling
17227 \labelwidthstring 00.00.0000
17228 cmyk: cyan, magenta, yellow, black
17229 \end_layout
17230
17231 \begin_layout Labeling
17232 \labelwidthstring 00.00.0000
17233 rgb: red, green blue
17234 \end_layout
17235
17236 \begin_layout Labeling
17237 \labelwidthstring 00.00.0000
17238 gray gray
17239 \end_layout
17240
17241 \begin_layout Standard
17242 and the color values are comma separated numbers between 0 and 1 describing
17243  the factor for the corresponding color of the color model.
17244 \end_layout
17245
17246 \begin_layout Standard
17247 You can e.
17248 \begin_inset space \thinspace{}
17249 \end_inset
17250
17251 g.
17252 \begin_inset space \space{}
17253 \end_inset
17254
17255 define the color "
17256 \emph on
17257 darkgreen
17258 \emph default
17259 " in the preamble with
17260 \end_layout
17261
17262 \begin_layout Standard
17263
17264 \series bold
17265
17266 \backslash
17267 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17268 \end_layout
17269
17270 \begin_layout Standard
17271 and the color "
17272 \emph on
17273 lightgray
17274 \emph default
17275 " with
17276 \end_layout
17277
17278 \begin_layout Standard
17279
17280 \series bold
17281
17282 \backslash
17283 definecolor{lightgray}{gray}{0.8}
17284 \end_layout
17285
17286 \begin_layout Standard
17287 \begin_inset VSpace medskip
17288 \end_inset
17289
17290
17291 \end_layout
17292
17293 \begin_layout Standard
17294 Lines are colored with the command
17295 \end_layout
17296
17297 \begin_layout Standard
17298
17299 \series bold
17300
17301 \backslash
17302 rowcolor{name of color}
17303 \end_layout
17304
17305 \begin_layout Standard
17306 and cells are colored with the command
17307 \end_layout
17308
17309 \begin_layout Standard
17310
17311 \series bold
17312
17313 \backslash
17314 cellcolor{name of color}
17315 \end_layout
17316
17317 \begin_layout Standard
17318 Both commands are inserted at the beginning of a cell as TeX-Code.
17319 \end_layout
17320
17321 \begin_layout Standard
17322 To color characters in the table, mark the cells and use the 
17323 \family sans
17324 Text
17325 \begin_inset space ~
17326 \end_inset
17327
17328 Style
17329 \family default
17330  dialog.
17331  If a cell contains TeX-Code mark only the characters, otherwise the colored
17332  TeX-Code will cause LaTeX-errors.
17333 \end_layout
17334
17335 \begin_layout Standard
17336 \begin_inset Note Greyedout
17337 status open
17338
17339 \begin_layout Plain Layout
17340
17341 \series bold
17342 Note:
17343 \series default
17344  Not all DVI-viewers are able to display self-defined colors.
17345 \end_layout
17346
17347 \end_inset
17348
17349
17350 \end_layout
17351
17352 \begin_layout Standard
17353 \begin_inset VSpace bigskip
17354 \end_inset
17355
17356
17357 \end_layout
17358
17359 \begin_layout Standard
17360 To create Table
17361 \begin_inset space ~
17362 \end_inset
17363
17364
17365 \begin_inset CommandInset ref
17366 LatexCommand ref
17367 reference "tab:Table-colored-using"
17368
17369 \end_inset
17370
17371  do the following: The color of the first column should be 
17372 \emph on
17373 darkgreen
17374 \emph default
17375 .
17376  So insert
17377 \end_layout
17378
17379 \begin_layout Standard
17380
17381 \series bold
17382 >{
17383 \backslash
17384 columncolor{darkgreen}
17385 \backslash
17386 centering}c
17387 \end_layout
17388
17389 \begin_layout Standard
17390 as LaTeX-argument for this column.
17391  The first row should be light blue, therefore the TeX-Code command
17392 \end_layout
17393
17394 \begin_layout Standard
17395
17396 \series bold
17397
17398 \backslash
17399 rowcolor{cyan}
17400 \end_layout
17401
17402 \begin_layout Standard
17403 is inserted to the first cell of this row.
17404  Note that this overwrites the column color for the first cell.
17405  The last cell of the last row is colored maroon by inserting the TeX-Code
17406  command
17407 \end_layout
17408
17409 \begin_layout Standard
17410
17411 \series bold
17412
17413 \backslash
17414 cellcolor{Maroon}
17415 \end_layout
17416
17417 \begin_layout Standard
17418 The characters could now be colored using the menu 
17419 \family sans
17420 Edit\SpecialChar \menuseparator
17421 Text
17422 \begin_inset space ~
17423 \end_inset
17424
17425 Style
17426 \family default
17427 .
17428 \end_layout
17429
17430 \begin_layout Standard
17431 \begin_inset Float table
17432 placement h
17433 wide false
17434 sideways false
17435 status open
17436
17437 \begin_layout Plain Layout
17438 \begin_inset Caption Standard
17439
17440 \begin_layout Plain Layout
17441 \begin_inset CommandInset label
17442 LatexCommand label
17443 name "tab:Table-colored-using"
17444
17445 \end_inset
17446
17447 Table colored using the package 
17448 \series bold
17449 colortbl
17450 \series default
17451
17452 \begin_inset Argument 1
17453 status collapsed
17454
17455 \begin_layout Plain Layout
17456 Table with colortbl
17457 \end_layout
17458
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \end_inset
17465
17466
17467 \end_layout
17468
17469 \begin_layout Plain Layout
17470 \align center
17471 \begin_inset Tabular
17472 <lyxtabular version="3" rows="3" columns="3">
17473 <features rotate="0" tabularvalignment="middle">
17474 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
17475 <column alignment="center" valignment="top" width="0">
17476 <column alignment="center" valignment="top" width="0">
17477 <row>
17478 <cell alignment="center" valignment="top" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 \begin_inset ERT
17483 status collapsed
17484
17485 \begin_layout Plain Layout
17486
17487
17488 \backslash
17489 rowcolor{cyan}
17490 \end_layout
17491
17492 \end_inset
17493
17494
17495 \color magenta
17496 a
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505
17506 \color red
17507 b
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 <cell alignment="center" valignment="top" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516
17517 \color red
17518 c
17519 \end_layout
17520
17521 \end_inset
17522 </cell>
17523 </row>
17524 <row>
17525 <cell alignment="center" valignment="top" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529
17530 \color yellow
17531 d
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 <cell alignment="center" valignment="top" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540
17541 \color blue
17542 e
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 <cell alignment="center" valignment="top" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551
17552 \color blue
17553 f
17554 \end_layout
17555
17556 \end_inset
17557 </cell>
17558 </row>
17559 <row>
17560 <cell alignment="center" valignment="top" usebox="none">
17561 \begin_inset Text
17562
17563 \begin_layout Plain Layout
17564
17565 \color yellow
17566 g
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 <cell alignment="center" valignment="top" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575
17576 \color blue
17577 h
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 <cell alignment="center" valignment="top" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586 \begin_inset ERT
17587 status collapsed
17588
17589 \begin_layout Plain Layout
17590
17591
17592 \backslash
17593 cellcolor{Maroon}
17594 \end_layout
17595
17596 \end_inset
17597
17598
17599 \color green
17600 i
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 </row>
17606 </lyxtabular>
17607
17608 \end_inset
17609
17610
17611 \end_layout
17612
17613 \end_inset
17614
17615
17616 \end_layout
17617
17618 \begin_layout Standard
17619 \begin_inset ERT
17620 status collapsed
17621
17622 \begin_layout Plain Layout
17623
17624
17625 \backslash
17626 else
17627 \end_layout
17628
17629 \end_inset
17630
17631
17632 \begin_inset Note Note
17633 status open
17634
17635 \begin_layout Plain Layout
17636 The following will be displayed when the LaTeX-package 
17637 \series bold
17638 colortbl
17639 \series default
17640  is not installed:
17641 \end_layout
17642
17643 \end_inset
17644
17645
17646 \end_layout
17647
17648 \begin_layout Standard
17649 You need to install the package 
17650 \series bold
17651 colortbl
17652 \series default
17653  to see the content of this section in the output.
17654 \end_layout
17655
17656 \begin_layout Standard
17657 \begin_inset ERT
17658 status collapsed
17659
17660 \begin_layout Plain Layout
17661
17662
17663 \backslash
17664 fi
17665 \end_layout
17666
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \begin_layout Subsection
17673 Colored Rows
17674 \begin_inset Index idx
17675 status collapsed
17676
17677 \begin_layout Plain Layout
17678 Table Color ! for Rows
17679 \end_layout
17680
17681 \end_inset
17682
17683
17684 \begin_inset Index idx
17685 status collapsed
17686
17687 \begin_layout Plain Layout
17688 Color ! for Table Rows
17689 \end_layout
17690
17691 \end_inset
17692
17693
17694 \end_layout
17695
17696 \begin_layout Standard
17697 In case every second table row needs to be colored there is an alternative
17698  to the method described in the previous section: One loads the package
17699  
17700 \series bold
17701 xcolor
17702 \series default
17703
17704 \begin_inset Index idx
17705 status collapsed
17706
17707 \begin_layout Plain Layout
17708 LaTeX-packages ! xcolor
17709 \begin_inset ERT
17710 status collapsed
17711
17712 \begin_layout Plain Layout
17713
17714
17715 \backslash
17716 vspace{4mm}
17717 \end_layout
17718
17719 \end_inset
17720
17721
17722 \end_layout
17723
17724 \end_inset
17725
17726  in the document preamble with the command
17727 \end_layout
17728
17729 \begin_layout Standard
17730
17731 \series bold
17732
17733 \backslash
17734 usepackage[table]{xcolor}
17735 \end_layout
17736
17737 \begin_layout Standard
17738
17739 \series bold
17740 xcolor
17741 \series default
17742  automatically loads also the package 
17743 \series bold
17744 colortbl
17745 \series default
17746
17747 \begin_inset Index idx
17748 status collapsed
17749
17750 \begin_layout Plain Layout
17751 LaTeX-packages ! colortbl
17752 \end_layout
17753
17754 \end_inset
17755
17756 , so 
17757 \series bold
17758 colortbl
17759 \series default
17760  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
17761 \end_layout
17762
17763 \begin_layout Standard
17764 \begin_inset ERT
17765 status collapsed
17766
17767 \begin_layout Plain Layout
17768
17769
17770 \backslash
17771 ifcolortbl
17772 \end_layout
17773
17774 \end_inset
17775
17776
17777 \begin_inset Note Note
17778 status open
17779
17780 \begin_layout Plain Layout
17781 The following section part will only be displayed when the LaTeX-package
17782  
17783 \series bold
17784 colortbl
17785 \series default
17786  is installed.
17787 \end_layout
17788
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \begin_layout Standard
17795 The table rows are colored with the command
17796 \end_layout
17797
17798 \begin_layout Standard
17799
17800 \series bold
17801
17802 \backslash
17803 rowcolors[commands]{row number}{odd row color}{even row color}
17804 \end_layout
17805
17806 \begin_layout Standard
17807 that is either inserted in the document preamble or as TeX-Code before the
17808  first table to be colored.
17809  row
17810 \begin_inset space ~
17811 \end_inset
17812
17813 number is the number of the first row which should be colored according
17814  to the odd row color.
17815  commands can be additional commands that are executed before every table
17816  row.
17817  So for example the command
17818 \end_layout
17819
17820 \begin_layout Standard
17821
17822 \series bold
17823
17824 \backslash
17825 rowcolors{1}{white}{lightgray}
17826 \end_layout
17827
17828 \begin_layout Standard
17829 leads to the coloring scheme of Table
17830 \begin_inset space ~
17831 \end_inset
17832
17833
17834 \begin_inset CommandInset ref
17835 LatexCommand ref
17836 reference "tab:Table-rowcolors"
17837
17838 \end_inset
17839
17840 .
17841  The command
17842 \end_layout
17843
17844 \begin_layout Standard
17845
17846 \series bold
17847
17848 \backslash
17849 rowcolors[
17850 \backslash
17851 hline]{1}{lightgray}{cyan}
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-2"
17863
17864 \end_inset
17865
17866 .
17867  If odd
17868 \begin_inset space ~
17869 \end_inset
17870
17871 row
17872 \begin_inset space ~
17873 \end_inset
17874
17875 color and/or even
17876 \begin_inset space ~
17877 \end_inset
17878
17879 row
17880 \begin_inset space ~
17881 \end_inset
17882
17883 color are left empty, no color will be used so that the command
17884 \end_layout
17885
17886 \begin_layout Standard
17887
17888 \series bold
17889
17890 \backslash
17891 rowcolors{1}{}{}
17892 \end_layout
17893
17894 \begin_layout Standard
17895 deletes all colors.
17896  
17897 \series bold
17898
17899 \backslash
17900 rowcolors
17901 \series default
17902  affects all tables following that command.
17903 \end_layout
17904
17905 \begin_layout Standard
17906 \begin_inset ERT
17907 status open
17908
17909 \begin_layout Plain Layout
17910
17911
17912 \backslash
17913 rowcolors{1}{white}{lightgray}
17914 \end_layout
17915
17916 \end_inset
17917
17918
17919 \end_layout
17920
17921 \begin_layout Standard
17922 \begin_inset Float table
17923 placement h
17924 wide false
17925 sideways false
17926 status open
17927
17928 \begin_layout Plain Layout
17929 \begin_inset Caption Standard
17930
17931 \begin_layout Plain Layout
17932 \begin_inset CommandInset label
17933 LatexCommand label
17934 name "tab:Table-rowcolors"
17935
17936 \end_inset
17937
17938 Table where every second row is colored light gray.
17939 \end_layout
17940
17941 \end_inset
17942
17943
17944 \end_layout
17945
17946 \begin_layout Plain Layout
17947 \align center
17948 \begin_inset Tabular
17949 <lyxtabular version="3" rows="4" columns="3">
17950 <features rotate="0" tabularvalignment="middle">
17951 <column alignment="center" valignment="top" width="0">
17952 <column alignment="center" valignment="top" width="0pt">
17953 <column alignment="center" valignment="top" width="0pt">
17954 <row>
17955 <cell alignment="center" valignment="top" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959 X
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 <cell alignment="center" valignment="top" usebox="none">
17965 \begin_inset Text
17966
17967 \begin_layout Plain Layout
17968 Y
17969 \end_layout
17970
17971 \end_inset
17972 </cell>
17973 <cell alignment="center" valignment="top" usebox="none">
17974 \begin_inset Text
17975
17976 \begin_layout Plain Layout
17977 Z
17978 \end_layout
17979
17980 \end_inset
17981 </cell>
17982 </row>
17983 <row>
17984 <cell alignment="center" valignment="top" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Plain Layout
17988 1
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 2
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 <cell alignment="center" valignment="top" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006 3
18007 \end_layout
18008
18009 \end_inset
18010 </cell>
18011 </row>
18012 <row>
18013 <cell alignment="center" valignment="top" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017 4
18018 \end_layout
18019
18020 \end_inset
18021 </cell>
18022 <cell alignment="center" valignment="top" usebox="none">
18023 \begin_inset Text
18024
18025 \begin_layout Plain Layout
18026 5
18027 \end_layout
18028
18029 \end_inset
18030 </cell>
18031 <cell alignment="center" valignment="top" usebox="none">
18032 \begin_inset Text
18033
18034 \begin_layout Plain Layout
18035 6
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 </row>
18041 <row>
18042 <cell alignment="center" valignment="top" usebox="none">
18043 \begin_inset Text
18044
18045 \begin_layout Plain Layout
18046 7
18047 \end_layout
18048
18049 \end_inset
18050 </cell>
18051 <cell alignment="center" valignment="top" usebox="none">
18052 \begin_inset Text
18053
18054 \begin_layout Plain Layout
18055 8
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 <cell alignment="center" valignment="top" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064 9
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 </row>
18070 </lyxtabular>
18071
18072 \end_inset
18073
18074
18075 \end_layout
18076
18077 \end_inset
18078
18079
18080 \end_layout
18081
18082 \begin_layout Standard
18083 \begin_inset ERT
18084 status open
18085
18086 \begin_layout Plain Layout
18087
18088
18089 \backslash
18090 rowcolors[
18091 \backslash
18092 hline]{1}{lightgray}{cyan}
18093 \end_layout
18094
18095 \end_inset
18096
18097
18098 \end_layout
18099
18100 \begin_layout Standard
18101 \begin_inset Float table
18102 placement h
18103 wide false
18104 sideways false
18105 status open
18106
18107 \begin_layout Plain Layout
18108 \begin_inset Caption Standard
18109
18110 \begin_layout Plain Layout
18111 \begin_inset CommandInset label
18112 LatexCommand label
18113 name "tab:Table-rowcolors-2"
18114
18115 \end_inset
18116
18117 Table where every second row is colored cyan and at which there is a line
18118  between each row.
18119 \end_layout
18120
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \begin_layout Plain Layout
18127 \align center
18128 \begin_inset Tabular
18129 <lyxtabular version="3" rows="4" columns="3">
18130 <features rotate="0" tabularvalignment="middle">
18131 <column alignment="center" valignment="top" width="0">
18132 <column alignment="center" valignment="top" width="0">
18133 <column alignment="center" valignment="top" width="0pt">
18134 <row>
18135 <cell alignment="center" valignment="top" usebox="none">
18136 \begin_inset Text
18137
18138 \begin_layout Plain Layout
18139 X
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 <cell alignment="center" valignment="top" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 Y
18149 \end_layout
18150
18151 \end_inset
18152 </cell>
18153 <cell alignment="center" valignment="top" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157 Z
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 </row>
18163 <row>
18164 <cell alignment="center" valignment="top" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 1
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell alignment="center" valignment="top" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 2
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 <cell alignment="center" valignment="top" usebox="none">
18183 \begin_inset Text
18184
18185 \begin_layout Plain Layout
18186 3
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 </row>
18192 <row>
18193 <cell alignment="center" valignment="top" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197 4
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 <cell alignment="center" valignment="top" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206 5
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 <cell alignment="center" valignment="top" usebox="none">
18212 \begin_inset Text
18213
18214 \begin_layout Plain Layout
18215 6
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 </row>
18221 <row>
18222 <cell alignment="center" valignment="top" usebox="none">
18223 \begin_inset Text
18224
18225 \begin_layout Plain Layout
18226 7
18227 \end_layout
18228
18229 \end_inset
18230 </cell>
18231 <cell alignment="center" valignment="top" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235 8
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 <cell alignment="center" valignment="top" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244 9
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 </row>
18250 </lyxtabular>
18251
18252 \end_inset
18253
18254
18255 \end_layout
18256
18257 \end_inset
18258
18259
18260 \end_layout
18261
18262 \begin_layout Standard
18263 \begin_inset ERT
18264 status collapsed
18265
18266 \begin_layout Plain Layout
18267
18268
18269 \backslash
18270 rowcolors{1}{}{}
18271 \end_layout
18272
18273 \end_inset
18274
18275
18276 \begin_inset Note Note
18277 status collapsed
18278
18279 \begin_layout Plain Layout
18280 turns off the row coloring
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 else
18297 \end_layout
18298
18299 \end_inset
18300
18301
18302 \begin_inset Note Note
18303 status open
18304
18305 \begin_layout Plain Layout
18306 The following will be displayed when the LaTeX-package 
18307 \series bold
18308 colortbl
18309 \series default
18310  is not installed:
18311 \end_layout
18312
18313 \end_inset
18314
18315
18316 \end_layout
18317
18318 \begin_layout Standard
18319 You need to install the package 
18320 \series bold
18321 colortbl
18322 \series default
18323  to see the content of this section in the output.
18324 \end_layout
18325
18326 \begin_layout Standard
18327 \begin_inset ERT
18328 status collapsed
18329
18330 \begin_layout Plain Layout
18331
18332
18333 \backslash
18334 fi
18335 \end_layout
18336
18337 \end_inset
18338
18339
18340 \end_layout
18341
18342 \begin_layout Subsection
18343 Colored Lines
18344 \begin_inset Index idx
18345 status collapsed
18346
18347 \begin_layout Plain Layout
18348 Table Color ! for Lines
18349 \end_layout
18350
18351 \end_inset
18352
18353
18354 \begin_inset Index idx
18355 status collapsed
18356
18357 \begin_layout Plain Layout
18358 Color ! for Table Lines
18359 \end_layout
18360
18361 \end_inset
18362
18363
18364 \end_layout
18365
18366 \begin_layout Standard
18367 As described in section
18368 \begin_inset space ~
18369 \end_inset
18370
18371
18372 \begin_inset CommandInset ref
18373 LatexCommand ref
18374 reference "sub:Line-Thickness"
18375
18376 \end_inset
18377
18378 , the line thickness for all lines in a table can be adjusted with the length
18379  
18380 \series bold
18381
18382 \backslash
18383 arrayrulewidth
18384 \series default
18385 .
18386  It is set to 1.5
18387 \begin_inset space \thinspace{}
18388 \end_inset
18389
18390 pt for all tables of this section.
18391 \begin_inset ERT
18392 status collapsed
18393
18394 \begin_layout Plain Layout
18395
18396
18397 \backslash
18398 setlength{
18399 \backslash
18400 arrayrulewidth}{1.5pt}
18401 \end_layout
18402
18403 \end_inset
18404
18405
18406 \end_layout
18407
18408 \begin_layout Standard
18409 To color vertical lines for example with green, create the following column
18410  format in the document preamble, according to the description in section
18411 \begin_inset space ~
18412 \end_inset
18413
18414
18415 \begin_inset CommandInset ref
18416 LatexCommand ref
18417 reference "sub:Customized-Format"
18418
18419 \end_inset
18420
18421 :
18422 \end_layout
18423
18424 \begin_layout Standard
18425
18426 \series bold
18427
18428 \backslash
18429 newcolumntype{W}{!{
18430 \backslash
18431 color{green}
18432 \backslash
18433 vline}}
18434 \end_layout
18435
18436 \begin_layout Standard
18437 For Table
18438 \begin_inset space ~
18439 \end_inset
18440
18441
18442 \begin_inset CommandInset ref
18443 LatexCommand ref
18444 reference "tab:Table-with-vertical-colored"
18445
18446 \end_inset
18447
18448  the LaTeX-argument
18449 \series bold
18450  WcW
18451 \series default
18452  was used for the last column and
18453 \series bold
18454  Wc
18455 \series default
18456  for the other columns.
18457 \end_layout
18458
18459 \begin_layout Standard
18460 If you want to have several colors, define more column formats.
18461 \end_layout
18462
18463 \begin_layout Standard
18464 \begin_inset Float table
18465 placement h
18466 wide false
18467 sideways false
18468 status open
18469
18470 \begin_layout Plain Layout
18471 \begin_inset Caption Standard
18472
18473 \begin_layout Plain Layout
18474 \begin_inset CommandInset label
18475 LatexCommand label
18476 name "tab:Table-with-vertical-colored"
18477
18478 \end_inset
18479
18480 Table with colored vertical lines
18481 \end_layout
18482
18483 \end_inset
18484
18485
18486 \end_layout
18487
18488 \begin_layout Plain Layout
18489 \align center
18490 \begin_inset Tabular
18491 <lyxtabular version="3" rows="3" columns="3">
18492 <features rotate="0" tabularvalignment="middle">
18493 <column alignment="center" valignment="top" width="0" special="Wc">
18494 <column alignment="center" valignment="top" width="0" special="Wc">
18495 <column alignment="center" valignment="top" width="0" special="WcW">
18496 <row>
18497 <cell alignment="center" valignment="top" topline="true" usebox="none">
18498 \begin_inset Text
18499
18500 \begin_layout Plain Layout
18501 sd
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 <cell alignment="center" valignment="top" topline="true" usebox="none">
18507 \begin_inset Text
18508
18509 \begin_layout Plain Layout
18510
18511 \end_layout
18512
18513 \end_inset
18514 </cell>
18515 <cell alignment="center" valignment="top" topline="true" usebox="none">
18516 \begin_inset Text
18517
18518 \begin_layout Plain Layout
18519
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 </row>
18525 <row>
18526 <cell alignment="center" valignment="top" topline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 <cell alignment="center" valignment="top" topline="true" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Plain Layout
18539 sd
18540 \end_layout
18541
18542 \end_inset
18543 </cell>
18544 <cell alignment="center" valignment="top" topline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548
18549 \end_layout
18550
18551 \end_inset
18552 </cell>
18553 </row>
18554 <row>
18555 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577 sd
18578 \end_layout
18579
18580 \end_inset
18581 </cell>
18582 </row>
18583 </lyxtabular>
18584
18585 \end_inset
18586
18587
18588 \end_layout
18589
18590 \end_inset
18591
18592
18593 \end_layout
18594
18595 \begin_layout Standard
18596 \begin_inset VSpace bigskip
18597 \end_inset
18598
18599 To color horizontal lines for example with red, as in Table
18600 \begin_inset space ~
18601 \end_inset
18602
18603
18604 \begin_inset CommandInset ref
18605 LatexCommand ref
18606 reference "tab:Table-with-horizontal-colored"
18607
18608 \end_inset
18609
18610 , insert these commands in TeX-Code before the table or table float:
18611 \end_layout
18612
18613 \begin_layout Standard
18614
18615 \series bold
18616
18617 \backslash
18618 let
18619 \backslash
18620 myHlineC
18621 \backslash
18622 hline
18623 \begin_inset Newline newline
18624 \end_inset
18625
18626
18627 \backslash
18628 renewcommand{
18629 \backslash
18630 hline}
18631 \begin_inset Newline newline
18632 \end_inset
18633
18634
18635 \begin_inset Phantom HPhantom
18636 status open
18637
18638 \begin_layout Plain Layout
18639
18640 \series bold
18641 \begin_inset space ~
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \end_inset
18648
18649 {
18650 \backslash
18651 arrayrulecolor{red}
18652 \backslash
18653 myHlineC
18654 \backslash
18655 arrayrulecolor{black}}
18656 \end_layout
18657
18658 \begin_layout Standard
18659 \begin_inset ERT
18660 status collapsed
18661
18662 \begin_layout Plain Layout
18663
18664
18665 \backslash
18666 let
18667 \backslash
18668 myHlineC
18669 \backslash
18670 hline
18671 \end_layout
18672
18673 \begin_layout Plain Layout
18674
18675
18676 \backslash
18677 renewcommand{
18678 \backslash
18679 hline}
18680 \end_layout
18681
18682 \begin_layout Plain Layout
18683
18684  {
18685 \backslash
18686 arrayrulecolor{red}
18687 \backslash
18688 myHlineC
18689 \backslash
18690 arrayrulecolor{black}}
18691 \end_layout
18692
18693 \end_inset
18694
18695
18696 \begin_inset Float table
18697 placement h
18698 wide false
18699 sideways false
18700 status open
18701
18702 \begin_layout Plain Layout
18703 \begin_inset Caption Standard
18704
18705 \begin_layout Plain Layout
18706 \begin_inset CommandInset label
18707 LatexCommand label
18708 name "tab:Table-with-horizontal-colored"
18709
18710 \end_inset
18711
18712 Table with colored horizontal lines
18713 \end_layout
18714
18715 \end_inset
18716
18717
18718 \end_layout
18719
18720 \begin_layout Plain Layout
18721 \align center
18722 \begin_inset Tabular
18723 <lyxtabular version="3" rows="3" columns="3">
18724 <features rotate="0" tabularvalignment="middle">
18725 <column alignment="center" valignment="top" width="0">
18726 <column alignment="center" valignment="top" width="0">
18727 <column alignment="center" valignment="top" width="0">
18728 <row>
18729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18730 \begin_inset Text
18731
18732 \begin_layout Plain Layout
18733 sd
18734 \end_layout
18735
18736 \end_inset
18737 </cell>
18738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18739 \begin_inset Text
18740
18741 \begin_layout Plain Layout
18742
18743 \end_layout
18744
18745 \end_inset
18746 </cell>
18747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751
18752 \end_layout
18753
18754 \end_inset
18755 </cell>
18756 </row>
18757 <row>
18758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18759 \begin_inset Text
18760
18761 \begin_layout Plain Layout
18762
18763 \end_layout
18764
18765 \end_inset
18766 </cell>
18767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771 sd
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18777 \begin_inset Text
18778
18779 \begin_layout Plain Layout
18780
18781 \end_layout
18782
18783 \end_inset
18784 </cell>
18785 </row>
18786 <row>
18787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18788 \begin_inset Text
18789
18790 \begin_layout Plain Layout
18791
18792 \end_layout
18793
18794 \end_inset
18795 </cell>
18796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18797 \begin_inset Text
18798
18799 \begin_layout Plain Layout
18800
18801 \end_layout
18802
18803 \end_inset
18804 </cell>
18805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18806 \begin_inset Text
18807
18808 \begin_layout Plain Layout
18809 sd
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 </row>
18815 </lyxtabular>
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \begin_layout Standard
18828 To return to the default line color black, insert this command in TeX-Code
18829  after the table or table float:
18830 \end_layout
18831
18832 \begin_layout Standard
18833
18834 \series bold
18835
18836 \backslash
18837 renewcommand{
18838 \backslash
18839 hline}{
18840 \backslash
18841 myHlineC}
18842 \end_layout
18843
18844 \begin_layout Standard
18845 Table
18846 \begin_inset space ~
18847 \end_inset
18848
18849
18850 \begin_inset CommandInset ref
18851 LatexCommand ref
18852 reference "tab:Table-with-colored"
18853
18854 \end_inset
18855
18856  is an example with colored vertical and horizontal lines.
18857 \end_layout
18858
18859 \begin_layout Standard
18860 \begin_inset Float table
18861 placement h
18862 wide false
18863 sideways false
18864 status open
18865
18866 \begin_layout Plain Layout
18867 \begin_inset Caption Standard
18868
18869 \begin_layout Plain Layout
18870 \begin_inset CommandInset label
18871 LatexCommand label
18872 name "tab:Table-with-colored"
18873
18874 \end_inset
18875
18876 Table with colored lines
18877 \end_layout
18878
18879 \end_inset
18880
18881
18882 \end_layout
18883
18884 \begin_layout Plain Layout
18885 \align center
18886 \begin_inset Tabular
18887 <lyxtabular version="3" rows="3" columns="3">
18888 <features rotate="0" tabularvalignment="middle">
18889 <column alignment="center" valignment="top" width="0" special="Wc">
18890 <column alignment="center" valignment="top" width="0" special="Wc">
18891 <column alignment="center" valignment="top" width="0" special="WcW">
18892 <row>
18893 <cell alignment="center" valignment="top" topline="true" usebox="none">
18894 \begin_inset Text
18895
18896 \begin_layout Plain Layout
18897 sd
18898 \end_layout
18899
18900 \end_inset
18901 </cell>
18902 <cell alignment="center" valignment="top" topline="true" usebox="none">
18903 \begin_inset Text
18904
18905 \begin_layout Plain Layout
18906
18907 \end_layout
18908
18909 \end_inset
18910 </cell>
18911 <cell alignment="center" valignment="top" topline="true" usebox="none">
18912 \begin_inset Text
18913
18914 \begin_layout Plain Layout
18915
18916 \end_layout
18917
18918 \end_inset
18919 </cell>
18920 </row>
18921 <row>
18922 <cell alignment="center" valignment="top" topline="true" usebox="none">
18923 \begin_inset Text
18924
18925 \begin_layout Plain Layout
18926
18927 \end_layout
18928
18929 \end_inset
18930 </cell>
18931 <cell alignment="center" valignment="top" topline="true" usebox="none">
18932 \begin_inset Text
18933
18934 \begin_layout Plain Layout
18935 sd
18936 \end_layout
18937
18938 \end_inset
18939 </cell>
18940 <cell alignment="center" valignment="top" topline="true" usebox="none">
18941 \begin_inset Text
18942
18943 \begin_layout Plain Layout
18944
18945 \end_layout
18946
18947 \end_inset
18948 </cell>
18949 </row>
18950 <row topspace="default">
18951 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18952 \begin_inset Text
18953
18954 \begin_layout Plain Layout
18955
18956 \end_layout
18957
18958 \end_inset
18959 </cell>
18960 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18961 \begin_inset Text
18962
18963 \begin_layout Plain Layout
18964
18965 \end_layout
18966
18967 \end_inset
18968 </cell>
18969 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18970 \begin_inset Text
18971
18972 \begin_layout Plain Layout
18973 sd
18974 \end_layout
18975
18976 \end_inset
18977 </cell>
18978 </row>
18979 </lyxtabular>
18980
18981 \end_inset
18982
18983
18984 \end_layout
18985
18986 \end_inset
18987
18988
18989 \end_layout
18990
18991 \begin_layout Standard
18992 \begin_inset ERT
18993 status collapsed
18994
18995 \begin_layout Plain Layout
18996
18997
18998 \backslash
18999 renewcommand{
19000 \backslash
19001 hline}{
19002 \backslash
19003 myHlineC}
19004 \end_layout
19005
19006 \end_inset
19007
19008
19009 \end_layout
19010
19011 \begin_layout Standard
19012 \begin_inset ERT
19013 status collapsed
19014
19015 \begin_layout Plain Layout
19016
19017
19018 \backslash
19019 setlength{
19020 \backslash
19021 arrayrulewidth}{0.4pt}
19022 \end_layout
19023
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \begin_layout Section
19030 Rotated Table Cells
19031 \begin_inset CommandInset label
19032 LatexCommand label
19033 name "sec:Rotated-Table-Cells"
19034
19035 \end_inset
19036
19037
19038 \begin_inset Index idx
19039 status collapsed
19040
19041 \begin_layout Plain Layout
19042 Table ! Rotated Cells
19043 \end_layout
19044
19045 \end_inset
19046
19047
19048 \begin_inset Index idx
19049 status collapsed
19050
19051 \begin_layout Plain Layout
19052 Rotated Material
19053 \end_layout
19054
19055 \end_inset
19056
19057
19058 \end_layout
19059
19060 \begin_layout Standard
19061 \begin_inset Note Greyedout
19062 status open
19063
19064 \begin_layout Plain Layout
19065
19066 \series bold
19067 Note:
19068 \series default
19069  Not all DVI-viewers are able to display rotations.
19070 \end_layout
19071
19072 \end_inset
19073
19074
19075 \end_layout
19076
19077 \begin_layout Standard
19078 Currently LyX only offers to rotate table cells by 90
19079 \begin_inset space \thinspace{}
19080 \end_inset
19081
19082 ° counter-clockwise.
19083  To rotate cells by an angle of your choice, you have to add this to the
19084  document preamble:
19085 \end_layout
19086
19087 \begin_layout Standard
19088
19089 \series bold
19090
19091 \backslash
19092 @ifundefined{turnbox}{
19093 \backslash
19094 usepackage{rotating}}{}
19095 \end_layout
19096
19097 \begin_layout Standard
19098 In the table cell that should be rotated, add at the beginning this command
19099  as TeX-code:
19100 \end_layout
19101
19102 \begin_layout Standard
19103
19104 \series bold
19105
19106 \backslash
19107 begin{turn}{angle}
19108 \end_layout
19109
19110 \begin_layout Standard
19111 where angle is the rotation angle in °.
19112  At the end of the cell the command
19113 \end_layout
19114
19115 \begin_layout Standard
19116
19117 \series bold
19118
19119 \backslash
19120 end{turn}
19121 \end_layout
19122
19123 \begin_layout Standard
19124 is inserted as TeX-code.
19125 \end_layout
19126
19127 \begin_layout Standard
19128 Table
19129 \begin_inset space ~
19130 \end_inset
19131
19132
19133 \begin_inset CommandInset ref
19134 LatexCommand ref
19135 reference "tab:Table-with-rotated-multi"
19136
19137 \end_inset
19138
19139  is an example where 3
19140 \begin_inset space ~
19141 \end_inset
19142
19143 cells were rotated by 45
19144 \begin_inset space \thinspace{}
19145 \end_inset
19146
19147 °.
19148 \end_layout
19149
19150 \begin_layout Standard
19151 \begin_inset Float table
19152 wide false
19153 sideways false
19154 status open
19155
19156 \begin_layout Plain Layout
19157 \begin_inset Caption Standard
19158
19159 \begin_layout Plain Layout
19160 \begin_inset CommandInset label
19161 LatexCommand label
19162 name "tab:Table-with-rotated"
19163
19164 \end_inset
19165
19166 Table with rotated cells in the first row.
19167 \end_layout
19168
19169 \end_inset
19170
19171
19172 \end_layout
19173
19174 \begin_layout Plain Layout
19175 \noindent
19176 \align center
19177 \begin_inset Tabular
19178 <lyxtabular version="3" rows="2" columns="3">
19179 <features rotate="0" tabularvalignment="middle">
19180 <column alignment="center" valignment="top" width="0">
19181 <column alignment="center" valignment="top" width="0pt">
19182 <column alignment="center" valignment="top" width="0">
19183 <row>
19184 <cell alignment="center" valignment="top" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188 \begin_inset ERT
19189 status collapsed
19190
19191 \begin_layout Plain Layout
19192
19193
19194 \backslash
19195 begin{turn}{45}
19196 \end_layout
19197
19198 \end_inset
19199
19200 cups
19201 \begin_inset ERT
19202 status collapsed
19203
19204 \begin_layout Plain Layout
19205
19206
19207 \backslash
19208 end{turn}
19209 \end_layout
19210
19211 \end_inset
19212
19213
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 <cell alignment="center" valignment="top" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222 \begin_inset ERT
19223 status collapsed
19224
19225 \begin_layout Plain Layout
19226
19227
19228 \backslash
19229 begin{turn}{45}
19230 \end_layout
19231
19232 \end_inset
19233
19234 plates
19235 \begin_inset ERT
19236 status collapsed
19237
19238 \begin_layout Plain Layout
19239
19240
19241 \backslash
19242 end{turn}
19243 \end_layout
19244
19245 \end_inset
19246
19247
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256 \begin_inset ERT
19257 status collapsed
19258
19259 \begin_layout Plain Layout
19260
19261
19262 \backslash
19263 begin{turn}{45}
19264 \end_layout
19265
19266 \end_inset
19267
19268 saucers
19269 \begin_inset ERT
19270 status collapsed
19271
19272 \begin_layout Plain Layout
19273
19274
19275 \backslash
19276 end{turn}
19277 \end_layout
19278
19279 \end_inset
19280
19281
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 </row>
19287 <row>
19288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292 45
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 33
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19307 \begin_inset Text
19308
19309 \begin_layout Plain Layout
19310 21
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 </row>
19316 </lyxtabular>
19317
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \end_inset
19324
19325
19326 \end_layout
19327
19328 \begin_layout Standard
19329 \begin_inset Note Greyedout
19330 status open
19331
19332 \begin_layout Plain Layout
19333
19334 \series bold
19335 Note:
19336 \series default
19337  Line breaks (shortcut 
19338 \begin_inset Info
19339 type  "shortcut"
19340 arg   "newline-insert newline"
19341 \end_inset
19342
19343 ) are not allowed in rotated cells.
19344 \end_layout
19345
19346 \end_inset
19347
19348
19349 \end_layout
19350
19351 \begin_layout Standard
19352 If you want to rotate table cells containing line breaks, you have to put
19353  the cell content into a minipage or a parbox.
19354 \begin_inset Foot
19355 status collapsed
19356
19357 \begin_layout Plain Layout
19358 For more about these boxes see sec.
19359 \begin_inset space \thinspace{}
19360 \end_inset
19361
19362
19363 \begin_inset CommandInset ref
19364 LatexCommand ref
19365 reference "sec:Minipages"
19366
19367 \end_inset
19368
19369  and 
19370 \begin_inset CommandInset ref
19371 LatexCommand ref
19372 reference "sec:Parboxes"
19373
19374 \end_inset
19375
19376 .
19377 \end_layout
19378
19379 \end_inset
19380
19381  If you rotate this cell by 90
19382 \begin_inset space \thinspace{}
19383 \end_inset
19384
19385 ° the width of the box is the height of the cell.
19386  Table
19387 \begin_inset space ~
19388 \end_inset
19389
19390
19391 \begin_inset CommandInset ref
19392 LatexCommand ref
19393 reference "tab:Table-with-rotated-multi"
19394
19395 \end_inset
19396
19397  is an example for a rotated multiline cell where the box width was set
19398  to 3
19399 \begin_inset space \thinspace{}
19400 \end_inset
19401
19402 cm.
19403 \end_layout
19404
19405 \begin_layout Standard
19406 \begin_inset Float table
19407 wide false
19408 sideways false
19409 status open
19410
19411 \begin_layout Plain Layout
19412 \begin_inset Caption Standard
19413
19414 \begin_layout Plain Layout
19415 \begin_inset CommandInset label
19416 LatexCommand label
19417 name "tab:Table-with-rotated-multi"
19418
19419 \end_inset
19420
19421 Table with rotated multiline cell.
19422 \end_layout
19423
19424 \end_inset
19425
19426
19427 \end_layout
19428
19429 \begin_layout Plain Layout
19430 \noindent
19431 \align center
19432 \begin_inset Tabular
19433 <lyxtabular version="3" rows="2" columns="3">
19434 <features rotate="0" tabularvalignment="middle">
19435 <column alignment="center" valignment="top" width="0">
19436 <column alignment="center" valignment="top" width="0pt">
19437 <column alignment="center" valignment="top" width="0">
19438 <row>
19439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19440 \begin_inset Text
19441
19442 \begin_layout Plain Layout
19443 a
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452 \begin_inset Box Frameless
19453 position "t"
19454 hor_pos "c"
19455 has_inner_box 1
19456 inner_pos "t"
19457 use_parbox 0
19458 use_makebox 0
19459 width "3cm"
19460 special "none"
19461 height "1in"
19462 height_special "totalheight"
19463 status open
19464
19465 \begin_layout Plain Layout
19466 rotated cell
19467 \begin_inset Newline newline
19468 \end_inset
19469
19470 with line break
19471 \end_layout
19472
19473 \end_inset
19474
19475
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484 e
19485 \end_layout
19486
19487 \end_inset
19488 </cell>
19489 </row>
19490 <row>
19491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495 b
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504 c
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19510 \begin_inset Text
19511
19512 \begin_layout Plain Layout
19513 d
19514 \end_layout
19515
19516 \end_inset
19517 </cell>
19518 </row>
19519 </lyxtabular>
19520
19521 \end_inset
19522
19523
19524 \end_layout
19525
19526 \end_inset
19527
19528
19529 \end_layout
19530
19531 \begin_layout Section
19532 Table Width Calculation
19533 \begin_inset CommandInset label
19534 LatexCommand label
19535 name "sec:Table-Width-Calculation"
19536
19537 \end_inset
19538
19539
19540 \end_layout
19541
19542 \begin_layout Standard
19543 For wide tables it is sometimes difficult to assure that the table does
19544  not protrude over the page margin.
19545  Setting a fixed width for every column of the table is the solution, but
19546  what amount of space is needed for each column?
19547 \end_layout
19548
19549 \begin_layout Standard
19550 The table width 
19551 \begin_inset Formula $W_{\mathrm{table}}$
19552 \end_inset
19553
19554  can be calculated: Every column has the width of the specified column width
19555  
19556 \begin_inset Formula $W_{\mathrm{column}}$
19557 \end_inset
19558
19559  (that the content of the column can consume) plus two times the separation
19560  between the column content and the column border (LaTeX length
19561 \series bold
19562  
19563 \backslash
19564 tabcolsep
19565 \series default
19566 , default 6
19567 \begin_inset space \thinspace{}
19568 \end_inset
19569
19570 pt) plus the width of a border line (LaTeX length 
19571 \series bold
19572
19573 \backslash
19574 arrayrulewidth
19575 \series default
19576 , default 0.4
19577 \begin_inset space \thinspace{}
19578 \end_inset
19579
19580 pt): So if all 
19581 \begin_inset Formula $n$
19582 \end_inset
19583
19584
19585 \begin_inset space ~
19586 \end_inset
19587
19588 columns have the same width, the table width is
19589 \begin_inset Formula 
19590 \begin{equation}
19591 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19592 \end{equation}
19593
19594 \end_inset
19595
19596
19597 \end_layout
19598
19599 \begin_layout Standard
19600 The available width for a table is the space between the page margins or
19601  the width of a text column (for a two-column document) (LaTeX length 
19602 \series bold
19603
19604 \backslash
19605 columnwidth
19606 \series default
19607 ).
19608  If all table columns should have the same width and 
19609 \begin_inset Formula $W_{\mathrm{table}}$
19610 \end_inset
19611
19612  should be 1
19613 \begin_inset space \thinspace{}
19614 \end_inset
19615
19616
19617 \backslash
19618 columnwidth, 
19619 \begin_inset Formula $W_{\mathrm{column}}$
19620 \end_inset
19621
19622  can easily be calculated.
19623 \end_layout
19624
19625 \begin_layout Standard
19626 To be able to perform calculations you need to load the LaTeX-package 
19627 \series bold
19628 calc
19629 \series default
19630
19631 \begin_inset Index idx
19632 status collapsed
19633
19634 \begin_layout Plain Layout
19635 LaTeX-packages ! calc
19636 \end_layout
19637
19638 \end_inset
19639
19640  in the document preamble.
19641  To set the width in the table dialog you have to use the field 
19642 \family sans
19643 LaTeX argument
19644 \family default
19645 .
19646  The command scheme for this field is the same that is explained in section
19647 \begin_inset space ~
19648 \end_inset
19649
19650
19651 \begin_inset CommandInset ref
19652 LatexCommand ref
19653 reference "sub:Multicolumn-Calculations"
19654
19655 \end_inset
19656
19657 .
19658  For a table with 5
19659 \begin_inset space \thinspace{}
19660 \end_inset
19661
19662 columns with an uniform width and centered text, enter there for each column
19663  the command
19664 \end_layout
19665
19666 \begin_layout Standard
19667
19668 \series bold
19669 >{
19670 \backslash
19671 centering}p{(1
19672 \backslash
19673 columnwidth-62.4pt)/5}
19674 \end_layout
19675
19676 \begin_layout Standard
19677 For a table with 5
19678 \begin_inset space \thinspace{}
19679 \end_inset
19680
19681 columns where 2 should have 0.75
19682 \begin_inset space ~
19683 \end_inset
19684
19685 times the width than the 3 others, the calculation is
19686 \begin_inset Formula 
19687 \begin{align}
19688 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19689  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19690  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19691 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19692 \end{align}
19693
19694 \end_inset
19695
19696
19697 \end_layout
19698
19699 \begin_layout Standard
19700 In the table therefore the command
19701 \end_layout
19702
19703 \begin_layout Standard
19704
19705 \series bold
19706 >{
19707 \backslash
19708 centering}p{(1
19709 \backslash
19710 columnwidth-62.4pt)/
19711 \backslash
19712 real{4.5}}
19713 \end_layout
19714
19715 \begin_layout Standard
19716 is used for the wider columns and
19717 \end_layout
19718
19719 \begin_layout Standard
19720
19721 \series bold
19722 >{
19723 \backslash
19724 centering}p{(1
19725 \backslash
19726 columnwidth-62.4pt)/
19727 \backslash
19728 real{4.5}*
19729 \backslash
19730 real{0.75}}
19731 \end_layout
19732
19733 \begin_layout Standard
19734 for the smaller ones:
19735 \end_layout
19736
19737 \begin_layout Standard
19738 \begin_inset Tabular
19739 <lyxtabular version="3" rows="2" columns="5">
19740 <features rotate="0" tabularvalignment="middle">
19741 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19742 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19743 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19744 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19745 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19746 <row>
19747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Plain Layout
19751 1
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760 2
19761 \end_layout
19762
19763 \end_inset
19764 </cell>
19765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Plain Layout
19769 3
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19775 \begin_inset Text
19776
19777 \begin_layout Plain Layout
19778 4
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787 5
19788 \end_layout
19789
19790 \end_inset
19791 </cell>
19792 </row>
19793 <row>
19794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19795 \begin_inset Text
19796
19797 \begin_layout Plain Layout
19798 111111 1111111 111111 111111111 11111 11111 1111
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816 2222 22222 222222 222222222 2222222 22 22222
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825
19826 \end_layout
19827
19828 \end_inset
19829 </cell>
19830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19831 \begin_inset Text
19832
19833 \begin_layout Plain Layout
19834 333333 333333 333333 33333 3333333 333
19835 \end_layout
19836
19837 \end_inset
19838 </cell>
19839 </row>
19840 </lyxtabular>
19841
19842 \end_inset
19843
19844
19845 \end_layout
19846
19847 \begin_layout Section
19848 Table Customization
19849 \begin_inset Index idx
19850 status collapsed
19851
19852 \begin_layout Plain Layout
19853 Table Customization
19854 \end_layout
19855
19856 \end_inset
19857
19858
19859 \begin_inset Index idx
19860 status collapsed
19861
19862 \begin_layout Plain Layout
19863 Table ! Customization
19864 \end_layout
19865
19866 \end_inset
19867
19868
19869 \end_layout
19870
19871 \begin_layout Subsection
19872 Row Spacing
19873 \begin_inset CommandInset label
19874 LatexCommand label
19875 name "sub:Row-Spacing"
19876
19877 \end_inset
19878
19879
19880 \begin_inset Index idx
19881 status collapsed
19882
19883 \begin_layout Plain Layout
19884 Table Customization ! Row Spacing
19885 \end_layout
19886
19887 \end_inset
19888
19889
19890 \end_layout
19891
19892 \begin_layout Standard
19893 You can add vertical space to table rows in the 
19894 \family sans
19895 Borders
19896 \family default
19897  tab of the table dialog.
19898  You find there three possibilities:
19899 \end_layout
19900
19901 \begin_layout Description
19902 Top
19903 \begin_inset space ~
19904 \end_inset
19905
19906 of
19907 \begin_inset space ~
19908 \end_inset
19909
19910 row will add space above the characters of the table row.
19911  If the table is a formal table
19912 \begin_inset Foot
19913 status collapsed
19914
19915 \begin_layout Plain Layout
19916 Formal tables are explained in section
19917 \begin_inset space ~
19918 \end_inset
19919
19920
19921 \begin_inset CommandInset ref
19922 LatexCommand ref
19923 reference "sec:Formal-Tables"
19924
19925 \end_inset
19926
19927 .
19928 \end_layout
19929
19930 \end_inset
19931
19932  LyX will insert as default 0.5
19933 \begin_inset space \thinspace{}
19934 \end_inset
19935
19936 em space.
19937  For normal tables the inserted space will unfortunately destroy the vertical
19938  table lines as in the following table:
19939 \begin_inset VSpace medskip
19940 \end_inset
19941
19942
19943 \begin_inset Newline newline
19944 \end_inset
19945
19946
19947 \begin_inset space \hspace*{}
19948 \length 0pt
19949 \end_inset
19950
19951
19952 \begin_inset space \hfill{}
19953 \end_inset
19954
19955
19956 \begin_inset Tabular
19957 <lyxtabular version="3" rows="3" columns="1">
19958 <features rotate="0" tabularvalignment="middle">
19959 <column alignment="center" valignment="top" width="0">
19960 <row>
19961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19962 \begin_inset Text
19963
19964 \begin_layout Plain Layout
19965 A
19966 \end_layout
19967
19968 \end_inset
19969 </cell>
19970 </row>
19971 <row topspace="3mm">
19972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19973 \begin_inset Text
19974
19975 \begin_layout Plain Layout
19976 3
19977 \begin_inset space \thinspace{}
19978 \end_inset
19979
19980 mm space top of row
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 </row>
19986 <row>
19987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991 C
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 </row>
19997 </lyxtabular>
19998
19999 \end_inset
20000
20001
20002 \begin_inset space \hfill{}
20003 \end_inset
20004
20005
20006 \begin_inset space \hspace*{}
20007 \length 0pt
20008 \end_inset
20009
20010
20011 \begin_inset VSpace medskip
20012 \end_inset
20013
20014
20015 \begin_inset Newline newline
20016 \end_inset
20017
20018 So inserting space in the top of row for normal tables is only useful when
20019  you don't have vertical lines.
20020 \end_layout
20021
20022 \begin_layout Description
20023 Bottom
20024 \begin_inset space ~
20025 \end_inset
20026
20027 of
20028 \begin_inset space ~
20029 \end_inset
20030
20031 row will add space below the characters of the table row.
20032  If the table is a formal table LyX will insert as default 0.5
20033 \begin_inset space \thinspace{}
20034 \end_inset
20035
20036 em space, for normal tables the default size is 2
20037 \begin_inset space \thinspace{}
20038 \end_inset
20039
20040 pt.
20041 \end_layout
20042
20043 \begin_layout Description
20044 Between
20045 \begin_inset space ~
20046 \end_inset
20047
20048 rows adds space between the current and the following row.
20049  If the table is a formal table LyX will insert as default 0.5
20050 \begin_inset space \thinspace{}
20051 \end_inset
20052
20053 em space.
20054  For normal tables the inserted space will unfortunately destroy the vertical
20055  table lines as in the following table:
20056 \begin_inset VSpace medskip
20057 \end_inset
20058
20059
20060 \begin_inset Newline newline
20061 \end_inset
20062
20063
20064 \begin_inset space \hspace*{}
20065 \length 0pt
20066 \end_inset
20067
20068
20069 \begin_inset space \hfill{}
20070 \end_inset
20071
20072
20073 \begin_inset Tabular
20074 <lyxtabular version="3" rows="3" columns="1">
20075 <features rotate="0" tabularvalignment="middle">
20076 <column alignment="center" valignment="top" width="0">
20077 <row>
20078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082 A
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 </row>
20088 <row interlinespace="3mm">
20089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20090 \begin_inset Text
20091
20092 \begin_layout Plain Layout
20093 \begin_inset Formula $\downarrow$
20094 \end_inset
20095
20096  3
20097 \begin_inset space \thinspace{}
20098 \end_inset
20099
20100 mm space between row 
20101 \begin_inset Formula $\downarrow$
20102 \end_inset
20103
20104
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 </row>
20110 <row>
20111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20112 \begin_inset Text
20113
20114 \begin_layout Plain Layout
20115 \begin_inset Formula $\uparrow$
20116 \end_inset
20117
20118  3
20119 \begin_inset space \thinspace{}
20120 \end_inset
20121
20122 mm space between row 
20123 \begin_inset Formula $\uparrow$
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 </row>
20132 </lyxtabular>
20133
20134 \end_inset
20135
20136
20137 \begin_inset space \hfill{}
20138 \end_inset
20139
20140
20141 \begin_inset space \hspace*{}
20142 \length 0pt
20143 \end_inset
20144
20145
20146 \begin_inset VSpace medskip
20147 \end_inset
20148
20149
20150 \begin_inset Newline newline
20151 \end_inset
20152
20153 So inserting space between rows for normal tables is only useful when you
20154  don't have vertical lines.
20155 \end_layout
20156
20157 \begin_layout Standard
20158 \begin_inset VSpace bigskip
20159 \end_inset
20160
20161 When you want to add extra height to all cells of all tables, you can do
20162  this with the following preamble lines:
20163 \end_layout
20164
20165 \begin_layout Standard
20166
20167 \series bold
20168
20169 \backslash
20170 @ifundefined{extrarowheight}
20171 \begin_inset Newline newline
20172 \end_inset
20173
20174
20175 \begin_inset Phantom HPhantom
20176 status open
20177
20178 \begin_layout Plain Layout
20179
20180 \series bold
20181 \begin_inset space ~
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \end_inset
20188
20189 {
20190 \backslash
20191 usepackage{array}}{}
20192 \begin_inset Newline newline
20193 \end_inset
20194
20195
20196 \backslash
20197 setlength{
20198 \backslash
20199 extrarowheight}{height}
20200 \end_layout
20201
20202 \begin_layout Standard
20203 But this has the disadvantage that the cell texts are no longer exactly
20204  vertically centered.
20205  (The package 
20206 \series bold
20207 array
20208 \series default
20209  will be loaded automatically by LyX when you use self defined table formats.
20210  To avoid that it being loaded twice the command 
20211 \series bold
20212
20213 \backslash
20214 @ifundefined
20215 \series default
20216  is used in the above command.)
20217 \end_layout
20218
20219 \begin_layout Standard
20220 If you are using font sizes larger than the normal size, the table borders
20221  are often too close to the letters.
20222  This can be corrected by inserting the command 
20223 \series bold
20224
20225 \backslash
20226 strut
20227 \series default
20228  in TeX-Code at the beginning of a table row.
20229  Table
20230 \begin_inset space ~
20231 \end_inset
20232
20233
20234 \begin_inset CommandInset ref
20235 LatexCommand ref
20236 reference "tab:Vertical-alignment-of"
20237
20238 \end_inset
20239
20240  illustrates the effect.
20241 \end_layout
20242
20243 \begin_layout Standard
20244 \noindent
20245 \begin_inset Float table
20246 placement h
20247 wide false
20248 sideways false
20249 status open
20250
20251 \begin_layout Plain Layout
20252 \begin_inset Caption Standard
20253
20254 \begin_layout Plain Layout
20255 \begin_inset CommandInset label
20256 LatexCommand label
20257 name "tab:Vertical-alignment-of"
20258
20259 \end_inset
20260
20261 Vertical alignment of text with large font sizes.
20262 \end_layout
20263
20264 \end_inset
20265
20266
20267 \end_layout
20268
20269 \begin_layout Plain Layout
20270 \begin_inset space \hfill{}
20271 \end_inset
20272
20273
20274 \begin_inset Float table
20275 wide false
20276 sideways false
20277 status collapsed
20278
20279 \begin_layout Plain Layout
20280 \begin_inset Caption Standard
20281
20282 \begin_layout Plain Layout
20283 Normal table.
20284 \end_layout
20285
20286 \end_inset
20287
20288
20289 \end_layout
20290
20291 \begin_layout Plain Layout
20292 \noindent
20293 \align center
20294 \begin_inset Tabular
20295 <lyxtabular version="3" rows="6" columns="1">
20296 <features rotate="0" tabularvalignment="middle">
20297 <column alignment="left" valignment="top" width="0">
20298 <row>
20299 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303 Normal, g
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 </row>
20309 <row>
20310 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314
20315 \size large
20316 Large
20317 \end_layout
20318
20319 \end_inset
20320 </cell>
20321 </row>
20322 <row>
20323 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20324 \begin_inset Text
20325
20326 \begin_layout Plain Layout
20327
20328 \size larger
20329 Larger
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 </row>
20335 <row>
20336 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20337 \begin_inset Text
20338
20339 \begin_layout Plain Layout
20340
20341 \size largest
20342 Largest
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 </row>
20348 <row>
20349 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353
20354 \size huge
20355 Huge
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 </row>
20361 <row>
20362 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366
20367 \size huge
20368 Huger
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 </row>
20374 </lyxtabular>
20375
20376 \end_inset
20377
20378
20379 \end_layout
20380
20381 \end_inset
20382
20383
20384 \begin_inset space \hfill{}
20385 \end_inset
20386
20387
20388 \begin_inset Float table
20389 wide false
20390 sideways false
20391 status collapsed
20392
20393 \begin_layout Plain Layout
20394 \begin_inset Caption Standard
20395
20396 \begin_layout Plain Layout
20397 Table using the command 
20398 \series bold
20399
20400 \backslash
20401 strut
20402 \series default
20403 .
20404 \end_layout
20405
20406 \end_inset
20407
20408
20409 \end_layout
20410
20411 \begin_layout Plain Layout
20412 \noindent
20413 \align center
20414 \begin_inset Tabular
20415 <lyxtabular version="3" rows="6" columns="1">
20416 <features rotate="0" tabularvalignment="middle">
20417 <column alignment="left" valignment="top" width="0">
20418 <row>
20419 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423 Normal, g
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 </row>
20429 <row>
20430 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434
20435 \size large
20436 \begin_inset ERT
20437 status collapsed
20438
20439 \begin_layout Plain Layout
20440
20441
20442 \backslash
20443 strut 
20444 \end_layout
20445
20446 \end_inset
20447
20448 Large
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 <row>
20455 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459
20460 \size larger
20461 \begin_inset ERT
20462 status collapsed
20463
20464 \begin_layout Plain Layout
20465
20466
20467 \backslash
20468 strut 
20469 \end_layout
20470
20471 \end_inset
20472
20473 Larger
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \size largest
20486 \begin_inset ERT
20487 status collapsed
20488
20489 \begin_layout Plain Layout
20490
20491
20492 \backslash
20493 strut 
20494 \end_layout
20495
20496 \end_inset
20497
20498 Largest
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 <row>
20505 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509
20510 \size huge
20511 \begin_inset ERT
20512 status collapsed
20513
20514 \begin_layout Plain Layout
20515
20516
20517 \backslash
20518 strut 
20519 \end_layout
20520
20521 \end_inset
20522
20523 Huge
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 <row>
20530 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534
20535 \size giant
20536 \begin_inset ERT
20537 status collapsed
20538
20539 \begin_layout Plain Layout
20540
20541
20542 \backslash
20543 strut 
20544 \end_layout
20545
20546 \end_inset
20547
20548
20549 \size huge
20550 Huger
20551 \end_layout
20552
20553 \end_inset
20554 </cell>
20555 </row>
20556 </lyxtabular>
20557
20558 \end_inset
20559
20560
20561 \end_layout
20562
20563 \end_inset
20564
20565
20566 \begin_inset space \hfill{}
20567 \end_inset
20568
20569
20570 \end_layout
20571
20572 \end_inset
20573
20574
20575 \end_layout
20576
20577 \begin_layout Subsection
20578 Special Cell Alignment
20579 \begin_inset CommandInset label
20580 LatexCommand label
20581 name "sub:Special-Cell-Alignment"
20582
20583 \end_inset
20584
20585
20586 \begin_inset Index idx
20587 status collapsed
20588
20589 \begin_layout Plain Layout
20590 Table Customization ! Special Cell Alignment
20591 \end_layout
20592
20593 \end_inset
20594
20595
20596 \end_layout
20597
20598 \begin_layout Standard
20599 Sometimes it looks better when the cell entries of a column are aligned
20600  with a special character, e.
20601 \begin_inset space \thinspace{}
20602 \end_inset
20603
20604 g.
20605 \begin_inset space \space{}
20606 \end_inset
20607
20608 with the decimal separator as in Table
20609 \begin_inset space ~
20610 \end_inset
20611
20612
20613 \begin_inset CommandInset ref
20614 LatexCommand ref
20615 reference "tab:Table-cells-align"
20616
20617 \end_inset
20618
20619 .
20620  This alignment is achieved by setting the cursor into the column and then
20621  either pressing the toolbar button 
20622 \begin_inset Info
20623 type  "icon"
20624 arg   "inset-modify tabular align-decimal"
20625 \end_inset
20626
20627  or setting the alignment in the table settings to 
20628 \family sans
20629 At
20630 \begin_inset space ~
20631 \end_inset
20632
20633 Decimal
20634 \begin_inset space ~
20635 \end_inset
20636
20637 Separator
20638 \family default
20639 .
20640  The alignment character can be a character of your choice and is specified
20641  in the table settings.
20642 \end_layout
20643
20644 \begin_layout Standard
20645 \begin_inset Float table
20646 placement h
20647 wide false
20648 sideways false
20649 status open
20650
20651 \begin_layout Plain Layout
20652 \begin_inset Caption Standard
20653
20654 \begin_layout Plain Layout
20655 \begin_inset CommandInset label
20656 LatexCommand label
20657 name "tab:Table-cells-align"
20658
20659 \end_inset
20660
20661 Table cells of a column aligned with the decimal separator.
20662 \end_layout
20663
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \begin_layout Plain Layout
20670 \align center
20671 \begin_inset Tabular
20672 <lyxtabular version="3" rows="4" columns="1">
20673 <features rotate="0" booktabs="true" tabularvalignment="middle">
20674 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20675 <row>
20676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20677 \begin_inset Text
20678
20679 \begin_layout Plain Layout
20680 heading
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 </row>
20686 <row>
20687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Plain Layout
20691 12.6
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 </row>
20697 <row>
20698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Plain Layout
20702 0.68
20703 \end_layout
20704
20705 \end_inset
20706 </cell>
20707 </row>
20708 <row>
20709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20710 \begin_inset Text
20711
20712 \begin_layout Plain Layout
20713 -123.0
20714 \end_layout
20715
20716 \end_inset
20717 </cell>
20718 </row>
20719 </lyxtabular>
20720
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \end_inset
20727
20728
20729 \end_layout
20730
20731 \begin_layout Standard
20732 \begin_inset Float table
20733 placement h
20734 wide false
20735 sideways false
20736 status open
20737
20738 \begin_layout Plain Layout
20739 \begin_inset Caption Standard
20740
20741 \begin_layout Plain Layout
20742 \begin_inset CommandInset label
20743 LatexCommand label
20744 name "tab:Table-align-operator"
20745
20746 \end_inset
20747
20748 Table cells of a column aligned with the operators.
20749 \end_layout
20750
20751 \end_inset
20752
20753
20754 \end_layout
20755
20756 \begin_layout Plain Layout
20757 \align center
20758 \begin_inset Tabular
20759 <lyxtabular version="3" rows="4" columns="2">
20760 <features rotate="0" booktabs="true" tabularvalignment="middle">
20761 <column alignment="right" valignment="top" width="0pt">
20762 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20763 <row>
20764 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768 heading
20769 \end_layout
20770
20771 \end_inset
20772 </cell>
20773 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777
20778 \end_layout
20779
20780 \end_inset
20781 </cell>
20782 </row>
20783 <row>
20784 <cell alignment="center" valignment="top" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788 \begin_inset Formula $12\,+$
20789 \end_inset
20790
20791
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 <cell alignment="center" valignment="top" usebox="none">
20797 \begin_inset Text
20798
20799 \begin_layout Plain Layout
20800 \begin_inset Formula $\,6$
20801 \end_inset
20802
20803
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 </row>
20809 <row>
20810 <cell alignment="center" valignment="top" usebox="none">
20811 \begin_inset Text
20812
20813 \begin_layout Plain Layout
20814 \begin_inset Formula $0\,-$
20815 \end_inset
20816
20817
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 <cell alignment="center" valignment="top" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826 \begin_inset Formula $\,68$
20827 \end_inset
20828
20829
20830 \end_layout
20831
20832 \end_inset
20833 </cell>
20834 </row>
20835 <row>
20836 <cell alignment="center" valignment="top" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840 \begin_inset Formula $-123\,/$
20841 \end_inset
20842
20843
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 <cell alignment="center" valignment="top" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 \begin_inset Formula $\,0$
20853 \end_inset
20854
20855
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 </row>
20861 </lyxtabular>
20862
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \end_inset
20869
20870
20871 \end_layout
20872
20873 \begin_layout Standard
20874 For alignments at characters in formulas this method does not work because
20875  the field to specify the alignment character does not allow formulas.
20876  In this case one need to use the method from Table
20877 \begin_inset space ~
20878 \end_inset
20879
20880
20881 \begin_inset CommandInset ref
20882 LatexCommand ref
20883 reference "tab:Table-align-operator"
20884
20885 \end_inset
20886
20887 .
20888  This table was created with a 4×2 table.
20889  The heading is a centered multicolumn.
20890  The first column is right-aligned and contains the first part including
20891  the operator.
20892  The second column is left aligned and contains the rest.
20893  A small space was added at the beginning of each cell of the second column
20894  to get the space that is usually around operators.
20895  To omit the space that is normally between two table columns, the following
20896  LaTeX-argument was used for the second column:
20897 \end_layout
20898
20899 \begin_layout Standard
20900
20901 \series bold
20902 @{}l
20903 \end_layout
20904
20905 \begin_layout Standard
20906 Table
20907 \begin_inset space ~
20908 \end_inset
20909
20910
20911 \begin_inset CommandInset ref
20912 LatexCommand ref
20913 reference "tab:Several-table-cell"
20914
20915 \end_inset
20916
20917  shows some example alignments.
20918  For the alignment with the relation sign, a small space was added like
20919  for the second column of Table
20920 \begin_inset space ~
20921 \end_inset
20922
20923
20924 \begin_inset CommandInset ref
20925 LatexCommand ref
20926 reference "tab:Table-align-operator"
20927
20928 \end_inset
20929
20930 .
20931 \end_layout
20932
20933 \begin_layout Standard
20934 \begin_inset Float table
20935 placement h
20936 wide false
20937 sideways false
20938 status open
20939
20940 \begin_layout Plain Layout
20941 \begin_inset Caption Standard
20942
20943 \begin_layout Plain Layout
20944 \begin_inset CommandInset label
20945 LatexCommand label
20946 name "tab:Several-table-cell"
20947
20948 \end_inset
20949
20950 Several table cell alignments.
20951 \end_layout
20952
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \begin_layout Plain Layout
20959 \align center
20960 \begin_inset Tabular
20961 <lyxtabular version="3" rows="4" columns="6">
20962 <features rotate="0" tabularvalignment="middle">
20963 <column alignment="right" valignment="top" width="0">
20964 <column alignment="left" valignment="top" width="0" special="@{}l">
20965 <column alignment="right" valignment="top" width="0">
20966 <column alignment="left" valignment="top" width="0" special="@{}l">
20967 <column alignment="right" valignment="top" width="0">
20968 <column alignment="left" valignment="top" width="0" special="@{}l">
20969 <row>
20970 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20971 \begin_inset Text
20972
20973 \begin_layout Plain Layout
20974 units
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20980 \begin_inset Text
20981
20982 \begin_layout Plain Layout
20983
20984 \end_layout
20985
20986 \end_inset
20987 </cell>
20988 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Plain Layout
20992 exponents
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Plain Layout
21010 relations
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21016 \begin_inset Text
21017
21018 \begin_layout Plain Layout
21019
21020 \end_layout
21021
21022 \end_inset
21023 </cell>
21024 </row>
21025 <row>
21026 <cell alignment="center" valignment="top" usebox="none">
21027 \begin_inset Text
21028
21029 \begin_layout Plain Layout
21030 12×
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21036 \begin_inset Text
21037
21038 \begin_layout Plain Layout
21039 24
21040 \begin_inset space \thinspace{}
21041 \end_inset
21042
21043 bottles
21044 \end_layout
21045
21046 \end_inset
21047 </cell>
21048 <cell alignment="center" valignment="top" usebox="none">
21049 \begin_inset Text
21050
21051 \begin_layout Plain Layout
21052 \begin_inset Formula $10\cdot$
21053 \end_inset
21054
21055
21056 \end_layout
21057
21058 \end_inset
21059 </cell>
21060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21061 \begin_inset Text
21062
21063 \begin_layout Plain Layout
21064 \begin_inset Formula $10^{\mbox{-}17}$
21065 \end_inset
21066
21067
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 <cell alignment="center" valignment="top" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076 \begin_inset Formula $\Gamma(t)\propto$
21077 \end_inset
21078
21079
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 <cell alignment="center" valignment="top" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088 \begin_inset Formula $\:\Upsilon(t)$
21089 \end_inset
21090
21091
21092 \end_layout
21093
21094 \end_inset
21095 </cell>
21096 </row>
21097 <row>
21098 <cell alignment="center" valignment="top" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102 1024×
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 768
21112 \begin_inset space \thinspace{}
21113 \end_inset
21114
21115 Pixels
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 <cell alignment="center" valignment="top" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124 \begin_inset Formula $5.78\cdot$
21125 \end_inset
21126
21127
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136 \begin_inset Formula $10^{7}$
21137 \end_inset
21138
21139
21140 \end_layout
21141
21142 \end_inset
21143 </cell>
21144 <cell alignment="center" valignment="top" usebox="none">
21145 \begin_inset Text
21146
21147 \begin_layout Plain Layout
21148 \begin_inset Formula $A\ne$
21149 \end_inset
21150
21151
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 <cell alignment="center" valignment="top" usebox="none">
21157 \begin_inset Text
21158
21159 \begin_layout Plain Layout
21160 \begin_inset Formula $\: B_{\mathrm{red}}$
21161 \end_inset
21162
21163
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 </row>
21169 <row>
21170 <cell alignment="center" valignment="top" usebox="none">
21171 \begin_inset Text
21172
21173 \begin_layout Plain Layout
21174 32×
21175 \end_layout
21176
21177 \end_inset
21178 </cell>
21179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21180 \begin_inset Text
21181
21182 \begin_layout Plain Layout
21183 6
21184 \begin_inset space \thinspace{}
21185 \end_inset
21186
21187 cm
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 <cell alignment="center" valignment="top" usebox="none">
21193 \begin_inset Text
21194
21195 \begin_layout Plain Layout
21196 -
21197 \begin_inset Formula $33.5\cdot$
21198 \end_inset
21199
21200
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209 \begin_inset Formula $10^{4}$
21210 \end_inset
21211
21212
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 <cell alignment="center" valignment="top" usebox="none">
21218 \begin_inset Text
21219
21220 \begin_layout Plain Layout
21221 \begin_inset Formula $\sin(\alpha)\ge$
21222 \end_inset
21223
21224
21225 \end_layout
21226
21227 \end_inset
21228 </cell>
21229 <cell alignment="center" valignment="top" usebox="none">
21230 \begin_inset Text
21231
21232 \begin_layout Plain Layout
21233 \begin_inset Formula $\:\sin(\beta)$
21234 \end_inset
21235
21236
21237 \end_layout
21238
21239 \end_inset
21240 </cell>
21241 </row>
21242 </lyxtabular>
21243
21244 \end_inset
21245
21246
21247 \end_layout
21248
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \begin_layout Subsection
21255 Customized Cell/Column Format
21256 \begin_inset CommandInset label
21257 LatexCommand label
21258 name "sub:Customized-Format"
21259
21260 \end_inset
21261
21262
21263 \begin_inset Index idx
21264 status collapsed
21265
21266 \begin_layout Plain Layout
21267 Table Customization ! Cell/Column Format
21268 \end_layout
21269
21270 \end_inset
21271
21272
21273 \end_layout
21274
21275 \begin_layout Standard
21276 Calculating the required width for normal columns as described in section
21277 \begin_inset space ~
21278 \end_inset
21279
21280
21281 \begin_inset CommandInset ref
21282 LatexCommand ref
21283 reference "sec:Table-Width-Calculation"
21284
21285 \end_inset
21286
21287  or for spanned columns as described in section
21288 \begin_inset space ~
21289 \end_inset
21290
21291
21292 \begin_inset CommandInset ref
21293 LatexCommand ref
21294 reference "sub:Multicolumn-Calculations"
21295
21296 \end_inset
21297
21298  is very annoying if you have several tables where a calculation is necessary.
21299  To make life easier, you can define a cell/column format in the preamble,
21300  that can be used in all tables of the document.
21301  The format is defined with the command
21302 \end_layout
21303
21304 \begin_layout Standard
21305
21306 \series bold
21307
21308 \backslash
21309 newcolumntype{name of format}[number of arguments]{commands}
21310 \end_layout
21311
21312 \begin_layout Standard
21313 The format name may only consist of one letter.
21314  The letters 
21315 \emph on
21316 b
21317 \emph default
21318
21319 \emph on
21320 c
21321 \emph default
21322
21323 \emph on
21324 l
21325 \emph default
21326
21327 \emph on
21328 m
21329 \emph default
21330
21331 \emph on
21332 p
21333 \emph default
21334  and 
21335 \emph on
21336 r
21337 \emph default
21338  are predefined and cannot be used.
21339  But all letters are allowed as capitals.
21340 \end_layout
21341
21342 \begin_layout Standard
21343 \begin_inset VSpace medskip
21344 \end_inset
21345
21346
21347 \end_layout
21348
21349 \begin_layout Standard
21350 For vertically and horizontally centered multicolumn cells with a fixed
21351  width you can define the cell format
21352 \end_layout
21353
21354 \begin_layout Standard
21355
21356 \series bold
21357
21358 \backslash
21359 newcolumntype{M}[1]{>{
21360 \backslash
21361 centering
21362 \backslash
21363 hspace{0pt}}m{#1}}
21364 \end_layout
21365
21366 \begin_layout Standard
21367 where 
21368 \series bold
21369
21370 \backslash
21371 hspace{0pt}
21372 \series default
21373  avoids the problem of hyphenating the first word, as described in section
21374 \begin_inset space ~
21375 \end_inset
21376
21377
21378 \begin_inset CommandInset ref
21379 LatexCommand ref
21380 reference "sub:Multiple-Lines-in"
21381
21382 \end_inset
21383
21384 .
21385  Now you can simply enter
21386 \end_layout
21387
21388 \begin_layout Standard
21389
21390 \series bold
21391 M{width}
21392 \end_layout
21393
21394 \begin_layout Standard
21395 as 
21396 \family sans
21397 LaTeX-argument
21398 \family default
21399  in the table dialog to create a multicolumn.
21400 \end_layout
21401
21402 \begin_layout Standard
21403 \begin_inset VSpace bigskip
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \begin_layout Standard
21410 For cells spanned by a multicolumn cell, you can define the format
21411 \end_layout
21412
21413 \begin_layout Standard
21414
21415 \series bold
21416
21417 \backslash
21418 newcolumntype{S}[2]{>{
21419 \backslash
21420 centering
21421 \backslash
21422 hspace{0pt}}
21423 \begin_inset Newline newline
21424 \end_inset
21425
21426
21427 \begin_inset Phantom HPhantom
21428 status open
21429
21430 \begin_layout Plain Layout
21431
21432 \series bold
21433
21434 \backslash
21435 newcolumntype
21436 \end_layout
21437
21438 \end_inset
21439
21440 m{(#1+(2
21441 \backslash
21442 tabcolsep+
21443 \backslash
21444 arrayrulewidth)*(1-#2))/#2}}
21445 \end_layout
21446
21447 \begin_layout Standard
21448 This format uses equation 
21449 \begin_inset CommandInset ref
21450 LatexCommand eqref
21451 reference "eq:Wgn"
21452
21453 \end_inset
21454
21455  to calculate the required width so that each spanned cell has the same
21456  width.
21457 \end_layout
21458
21459 \begin_layout Standard
21460 You can now enter
21461 \end_layout
21462
21463 \begin_layout Standard
21464
21465 \series bold
21466 S{width of multicolumn cell}{number of spanned columns}
21467 \end_layout
21468
21469 \begin_layout Standard
21470 as LaTeX-argument of the column.
21471 \end_layout
21472
21473 \begin_layout Standard
21474 \begin_inset VSpace bigskip
21475 \end_inset
21476
21477
21478 \end_layout
21479
21480 \begin_layout Standard
21481 For colored columns, you can define
21482 \end_layout
21483
21484 \begin_layout Standard
21485
21486 \series bold
21487
21488 \backslash
21489 newcolumntype{K}[1]{>{
21490 \backslash
21491 columncolor{#1}
21492 \backslash
21493 hspace{0pt}}c}
21494 \end_layout
21495
21496 \begin_layout Standard
21497 The 
21498 \begin_inset Quotes eld
21499 \end_inset
21500
21501 c
21502 \begin_inset Quotes erd
21503 \end_inset
21504
21505  at the end creates a column with a flexible width whose text is horizontally
21506  centered.
21507  You can now enter
21508 \end_layout
21509
21510 \begin_layout Standard
21511
21512 \series bold
21513 K{color name}
21514 \end_layout
21515
21516 \begin_layout Standard
21517 as LaTeX-argument.
21518 \end_layout
21519
21520 \begin_layout Standard
21521 \begin_inset VSpace bigskip
21522 \end_inset
21523
21524
21525 \end_layout
21526
21527 \begin_layout Standard
21528 To create Table
21529 \begin_inset space ~
21530 \end_inset
21531
21532
21533 \begin_inset CommandInset ref
21534 LatexCommand ref
21535 reference "tab:Table-using-user-defined"
21536
21537 \end_inset
21538
21539  use the LaTeX-arguments
21540 \end_layout
21541
21542 \begin_layout Standard
21543
21544 \series bold
21545 M{2.5cm}
21546 \end_layout
21547
21548 \begin_layout Standard
21549 for the first column and the multicolumn,
21550 \end_layout
21551
21552 \begin_layout Standard
21553
21554 \series bold
21555 K{red}
21556 \end_layout
21557
21558 \begin_layout Standard
21559 for the last column, and
21560 \end_layout
21561
21562 \begin_layout Standard
21563
21564 \series bold
21565 S{2.5cm}{2}
21566 \end_layout
21567
21568 \begin_layout Standard
21569 for the cells in the second column.
21570 \end_layout
21571
21572 \begin_layout Standard
21573 \begin_inset Float table
21574 placement h
21575 wide false
21576 sideways false
21577 status open
21578
21579 \begin_layout Plain Layout
21580 \begin_inset Caption Standard
21581
21582 \begin_layout Plain Layout
21583 \begin_inset CommandInset label
21584 LatexCommand label
21585 name "tab:Table-using-user-defined"
21586
21587 \end_inset
21588
21589 Table using user-defined table formats
21590 \end_layout
21591
21592 \end_inset
21593
21594
21595 \end_layout
21596
21597 \begin_layout Plain Layout
21598 \align center
21599 \begin_inset Tabular
21600 <lyxtabular version="3" rows="3" columns="4">
21601 <features rotate="0" tabularvalignment="middle">
21602 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21603 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
21604 <column alignment="center" valignment="middle" width="0">
21605 <column alignment="center" valignment="middle" width="0" special="K{red}">
21606 <row>
21607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21608 \begin_inset Text
21609
21610 \begin_layout Plain Layout
21611 verylongtablecellword
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21617 \begin_inset Text
21618
21619 \begin_layout Plain Layout
21620 multiple lines multicolumn
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21635 \begin_inset Text
21636
21637 \begin_layout Plain Layout
21638 c
21639 \end_layout
21640
21641 \end_inset
21642 </cell>
21643 </row>
21644 <row>
21645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649 d
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658 e
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667 f
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676 g
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 </row>
21682 <row>
21683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 h
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696 i
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705 j
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714 k
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 </row>
21720 </lyxtabular>
21721
21722 \end_inset
21723
21724
21725 \end_layout
21726
21727 \end_inset
21728
21729
21730 \end_layout
21731
21732 \begin_layout Subsection
21733 Line Thickness
21734 \begin_inset CommandInset label
21735 LatexCommand label
21736 name "sub:Line-Thickness"
21737
21738 \end_inset
21739
21740
21741 \begin_inset Index idx
21742 status collapsed
21743
21744 \begin_layout Plain Layout
21745 Table Customization ! Line Thickness
21746 \end_layout
21747
21748 \end_inset
21749
21750
21751 \end_layout
21752
21753 \begin_layout Standard
21754 The line thickness for all lines in a table can be adjusted with the length
21755  
21756 \series bold
21757
21758 \backslash
21759 arrayrulewidth
21760 \series default
21761 .
21762  To set for example a line thickness of 1.5
21763 \begin_inset space \thinspace{}
21764 \end_inset
21765
21766 pt, as in Table
21767 \begin_inset space ~
21768 \end_inset
21769
21770
21771 \begin_inset CommandInset ref
21772 LatexCommand ref
21773 reference "tab:Table-with-1.5"
21774
21775 \end_inset
21776
21777 , insert the command
21778 \end_layout
21779
21780 \begin_layout Standard
21781
21782 \series bold
21783
21784 \backslash
21785 setlength{
21786 \backslash
21787 arrayrulewidth}{1.5pt}
21788 \end_layout
21789
21790 \begin_layout Standard
21791 in TeX-Code before the table or table float.
21792  The changed thickness is valid for all subsequent tables.
21793  To use the default value again, set 
21794 \series bold
21795
21796 \backslash
21797 arrayrulewidth
21798 \series default
21799  to 0.4
21800 \begin_inset space \thinspace{}
21801 \end_inset
21802
21803 pt in TeX-Code after the table or table float.
21804 \end_layout
21805
21806 \begin_layout Standard
21807 \begin_inset ERT
21808 status collapsed
21809
21810 \begin_layout Plain Layout
21811
21812
21813 \backslash
21814 setlength{
21815 \backslash
21816 arrayrulewidth}{1.5pt}
21817 \end_layout
21818
21819 \end_inset
21820
21821
21822 \begin_inset Float table
21823 wide false
21824 sideways false
21825 status open
21826
21827 \begin_layout Plain Layout
21828 \begin_inset Caption Standard
21829
21830 \begin_layout Plain Layout
21831 \begin_inset CommandInset label
21832 LatexCommand label
21833 name "tab:Table-with-1.5"
21834
21835 \end_inset
21836
21837 Table with 1.5
21838 \begin_inset space \thinspace{}
21839 \end_inset
21840
21841 pt thick lines
21842 \end_layout
21843
21844 \end_inset
21845
21846
21847 \end_layout
21848
21849 \begin_layout Plain Layout
21850 \align center
21851 \begin_inset Tabular
21852 <lyxtabular version="3" rows="3" columns="3">
21853 <features rotate="0" tabularvalignment="middle">
21854 <column alignment="center" valignment="top" width="0">
21855 <column alignment="center" valignment="top" width="0">
21856 <column alignment="center" valignment="top" width="0">
21857 <row>
21858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862 sd
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 </row>
21886 <row>
21887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 sd
21901 \end_layout
21902
21903 \end_inset
21904 </cell>
21905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 </row>
21915 <row>
21916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 sd
21939 \end_layout
21940
21941 \end_inset
21942 </cell>
21943 </row>
21944 </lyxtabular>
21945
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \end_inset
21952
21953
21954 \begin_inset ERT
21955 status collapsed
21956
21957 \begin_layout Plain Layout
21958
21959
21960 \backslash
21961 setlength{
21962 \backslash
21963 arrayrulewidth}{0.4pt}
21964 \end_layout
21965
21966 \end_inset
21967
21968
21969 \end_layout
21970
21971 \begin_layout Standard
21972 \begin_inset VSpace bigskip
21973 \end_inset
21974
21975 To set the line thickness to 1.5
21976 \begin_inset space \thinspace{}
21977 \end_inset
21978
21979 pt only for horizontal lines, as in Table
21980 \begin_inset space ~
21981 \end_inset
21982
21983
21984 \begin_inset CommandInset ref
21985 LatexCommand ref
21986 reference "tab:Table-with-horizontal"
21987
21988 \end_inset
21989
21990 , insert these commands in TeX-Code before the table or table float:
21991 \end_layout
21992
21993 \begin_layout Standard
21994
21995 \series bold
21996
21997 \backslash
21998 let
21999 \backslash
22000 myHline
22001 \backslash
22002 hline
22003 \begin_inset Newline newline
22004 \end_inset
22005
22006
22007 \backslash
22008 renewcommand{
22009 \backslash
22010 hline}
22011 \begin_inset Newline newline
22012 \end_inset
22013
22014  {
22015 \backslash
22016 noalign{
22017 \backslash
22018 global
22019 \backslash
22020 arrayrulewidth 1.5pt}
22021 \begin_inset Newline newline
22022 \end_inset
22023
22024  
22025 \backslash
22026 myHline
22027 \backslash
22028 noalign{
22029 \backslash
22030 global
22031 \backslash
22032 arrayrulewidth 0.4pt}}
22033 \end_layout
22034
22035 \begin_layout Standard
22036 To return to the default line thickness, insert this command in TeX-Code
22037  after the table or table float:
22038 \end_layout
22039
22040 \begin_layout Standard
22041
22042 \series bold
22043
22044 \backslash
22045 renewcommand{
22046 \backslash
22047 hline}{
22048 \backslash
22049 myHline}
22050 \end_layout
22051
22052 \begin_layout Standard
22053 \begin_inset ERT
22054 status collapsed
22055
22056 \begin_layout Plain Layout
22057
22058
22059 \backslash
22060 let
22061 \backslash
22062 myHline
22063 \backslash
22064 hline
22065 \end_layout
22066
22067 \begin_layout Plain Layout
22068
22069
22070 \backslash
22071 renewcommand{
22072 \backslash
22073 hline}
22074 \end_layout
22075
22076 \begin_layout Plain Layout
22077
22078  {
22079 \backslash
22080 noalign{
22081 \backslash
22082 global
22083 \backslash
22084 arrayrulewidth 1.5pt}
22085 \end_layout
22086
22087 \begin_layout Plain Layout
22088
22089   
22090 \backslash
22091 myHline
22092 \backslash
22093 noalign{
22094 \backslash
22095 global
22096 \backslash
22097 arrayrulewidth 0.4pt}}
22098 \end_layout
22099
22100 \end_inset
22101
22102
22103 \begin_inset Float table
22104 wide false
22105 sideways false
22106 status open
22107
22108 \begin_layout Plain Layout
22109 \begin_inset Caption Standard
22110
22111 \begin_layout Plain Layout
22112 \begin_inset CommandInset label
22113 LatexCommand label
22114 name "tab:Table-with-horizontal"
22115
22116 \end_inset
22117
22118 Table with 1.5
22119 \begin_inset space \thinspace{}
22120 \end_inset
22121
22122 pt thick horizontal lines
22123 \end_layout
22124
22125 \end_inset
22126
22127
22128 \end_layout
22129
22130 \begin_layout Plain Layout
22131 \align center
22132 \begin_inset Tabular
22133 <lyxtabular version="3" rows="3" columns="3">
22134 <features rotate="0" tabularvalignment="middle">
22135 <column alignment="center" valignment="top" width="0">
22136 <column alignment="center" valignment="top" width="0">
22137 <column alignment="center" valignment="top" width="0">
22138 <row>
22139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143 sd
22144 \end_layout
22145
22146 \end_inset
22147 </cell>
22148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22149 \begin_inset Text
22150
22151 \begin_layout Plain Layout
22152
22153 \end_layout
22154
22155 \end_inset
22156 </cell>
22157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161
22162 \end_layout
22163
22164 \end_inset
22165 </cell>
22166 </row>
22167 <row>
22168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181 sd
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 </row>
22196 <row>
22197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22207 \begin_inset Text
22208
22209 \begin_layout Plain Layout
22210
22211 \end_layout
22212
22213 \end_inset
22214 </cell>
22215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219 sd
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 </row>
22225 </lyxtabular>
22226
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \end_inset
22233
22234
22235 \begin_inset ERT
22236 status collapsed
22237
22238 \begin_layout Plain Layout
22239
22240
22241 \backslash
22242 renewcommand{
22243 \backslash
22244 hline}{
22245 \backslash
22246 myHline}
22247 \end_layout
22248
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \begin_layout Standard
22255 \begin_inset VSpace bigskip
22256 \end_inset
22257
22258 To set the line thickness to 1.5
22259 \begin_inset space \thinspace{}
22260 \end_inset
22261
22262 pt only for vertical lines, create the following column format in the document
22263  preamble, according to the description in section
22264 \begin_inset space ~
22265 \end_inset
22266
22267
22268 \begin_inset CommandInset ref
22269 LatexCommand ref
22270 reference "sub:Customized-Format"
22271
22272 \end_inset
22273
22274 :
22275 \end_layout
22276
22277 \begin_layout Standard
22278
22279 \series bold
22280
22281 \backslash
22282 newcolumntype{V}{!{
22283 \backslash
22284 vrule width 1.5pt}}
22285 \end_layout
22286
22287 \begin_layout Standard
22288 For Table
22289 \begin_inset space ~
22290 \end_inset
22291
22292
22293 \begin_inset CommandInset ref
22294 LatexCommand ref
22295 reference "tab:Table-with-vertical"
22296
22297 \end_inset
22298
22299  the LaTeX-argument
22300 \end_layout
22301
22302 \begin_layout Standard
22303
22304 \series bold
22305 VcV
22306 \end_layout
22307
22308 \begin_layout Standard
22309 was used for the last column and
22310 \end_layout
22311
22312 \begin_layout Standard
22313
22314 \series bold
22315 Vc
22316 \end_layout
22317
22318 \begin_layout Standard
22319 for the other columns.
22320 \end_layout
22321
22322 \begin_layout Standard
22323 \begin_inset Float table
22324 wide false
22325 sideways false
22326 status open
22327
22328 \begin_layout Plain Layout
22329 \begin_inset Caption Standard
22330
22331 \begin_layout Plain Layout
22332 \begin_inset CommandInset label
22333 LatexCommand label
22334 name "tab:Table-with-vertical"
22335
22336 \end_inset
22337
22338 Table with 1.5
22339 \begin_inset space \thinspace{}
22340 \end_inset
22341
22342 pt thick vertical lines
22343 \end_layout
22344
22345 \end_inset
22346
22347
22348 \end_layout
22349
22350 \begin_layout Plain Layout
22351 \align center
22352 \begin_inset Tabular
22353 <lyxtabular version="3" rows="3" columns="3">
22354 <features rotate="0" tabularvalignment="middle">
22355 <column alignment="center" valignment="top" width="0" special="Vc">
22356 <column alignment="center" valignment="top" width="0" special="Vc">
22357 <column alignment="center" valignment="top" width="0" special="VcV">
22358 <row>
22359 <cell alignment="center" valignment="top" topline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363 sd
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" topline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 <cell alignment="center" valignment="top" topline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 </row>
22387 <row>
22388 <cell alignment="center" valignment="top" topline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" topline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401 sd
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 <cell alignment="center" valignment="top" topline="true" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 </row>
22416 <row>
22417 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421
22422 \end_layout
22423
22424 \end_inset
22425 </cell>
22426 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Plain Layout
22430
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439 sd
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 </row>
22445 </lyxtabular>
22446
22447 \end_inset
22448
22449
22450 \end_layout
22451
22452 \end_inset
22453
22454
22455 \end_layout
22456
22457 \begin_layout Subsection
22458 Dashed Lines
22459 \begin_inset Index idx
22460 status collapsed
22461
22462 \begin_layout Plain Layout
22463 Table Customization ! Dashed Lines
22464 \end_layout
22465
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \begin_layout Standard
22472 \begin_inset ERT
22473 status collapsed
22474
22475 \begin_layout Plain Layout
22476
22477
22478 \backslash
22479 ifarydshln
22480 \end_layout
22481
22482 \end_inset
22483
22484
22485 \begin_inset Note Note
22486 status open
22487
22488 \begin_layout Plain Layout
22489 The following section will only be displayed when the LaTeX-package 
22490 \series bold
22491 arydshln
22492 \series default
22493  is installed.
22494 \end_layout
22495
22496 \end_inset
22497
22498
22499 \end_layout
22500
22501 \begin_layout Standard
22502 \begin_inset Float table
22503 placement H
22504 wide false
22505 sideways false
22506 status open
22507
22508 \begin_layout Plain Layout
22509 \begin_inset Caption Standard
22510
22511 \begin_layout Plain Layout
22512 \begin_inset CommandInset label
22513 LatexCommand label
22514 name "tab:Table-with-dashed"
22515
22516 \end_inset
22517
22518 Table with dashed lines
22519 \end_layout
22520
22521 \end_inset
22522
22523
22524 \end_layout
22525
22526 \begin_layout Plain Layout
22527 \align center
22528 \begin_inset Tabular
22529 <lyxtabular version="3" rows="5" columns="5">
22530 <features rotate="0" tabularvalignment="middle">
22531 <column alignment="center" valignment="top" width="0">
22532 <column alignment="center" valignment="top" width="0">
22533 <column alignment="center" valignment="top" width="0" special=":c">
22534 <column alignment="center" valignment="top" width="0">
22535 <column alignment="center" valignment="top" width="0">
22536 <row>
22537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 a
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 b
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559 c
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 d
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577 e
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 </row>
22583 <row>
22584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588 f
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597 g
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 <cell alignment="center" valignment="top" topline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606 h
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615 i
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624 j
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 </row>
22630 <row>
22631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22632 \begin_inset Text
22633
22634 \begin_layout Plain Layout
22635 \begin_inset ERT
22636 status collapsed
22637
22638 \begin_layout Plain Layout
22639
22640
22641 \backslash
22642 hdashline 
22643 \end_layout
22644
22645 \end_inset
22646
22647 k
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656 l
22657 \end_layout
22658
22659 \end_inset
22660 </cell>
22661 <cell alignment="center" valignment="top" usebox="none">
22662 \begin_inset Text
22663
22664 \begin_layout Plain Layout
22665 m
22666 \end_layout
22667
22668 \end_inset
22669 </cell>
22670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22671 \begin_inset Text
22672
22673 \begin_layout Plain Layout
22674 n
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683 o
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 </row>
22689 <row>
22690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694 \begin_inset ERT
22695 status collapsed
22696
22697 \begin_layout Plain Layout
22698
22699
22700 \backslash
22701 cdashline{4-5}
22702 \end_layout
22703
22704 \end_inset
22705
22706 p
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715 q
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22721 \begin_inset Text
22722
22723 \begin_layout Plain Layout
22724 r
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733 s
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 </row>
22748 <row>
22749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 t
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762 u
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22768 \begin_inset Text
22769
22770 \begin_layout Plain Layout
22771 v
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 w
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789 x
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 </row>
22795 </lyxtabular>
22796
22797 \end_inset
22798
22799
22800 \end_layout
22801
22802 \end_inset
22803
22804
22805 \end_layout
22806
22807 \begin_layout Standard
22808 LyX does not natively support dashed lines, so you have to use TeX-Code.
22809  As a prerequisite the LaTeX-package 
22810 \series bold
22811 arydshln
22812 \series default
22813
22814 \begin_inset Index idx
22815 status collapsed
22816
22817 \begin_layout Plain Layout
22818 LaTeX-packages ! arydshln
22819 \end_layout
22820
22821 \end_inset
22822
22823  must be loaded in the document preamble with the command
22824 \end_layout
22825
22826 \begin_layout Standard
22827
22828 \series bold
22829
22830 \backslash
22831 usepackage{arydshln}
22832 \end_layout
22833
22834 \begin_layout Standard
22835 To make a vertical line dashed, enter the colon 
22836 \begin_inset Quotes eld
22837 \end_inset
22838
22839 :
22840 \begin_inset Quotes erd
22841 \end_inset
22842
22843  together with the character for the horizontal alignment as LaTeX-argument
22844  in the table cell dialog.
22845 \end_layout
22846
22847 \begin_layout Standard
22848 For a horizontal dashed line add the command
22849 \end_layout
22850
22851 \begin_layout Standard
22852
22853 \series bold
22854
22855 \backslash
22856 hdashline
22857 \end_layout
22858
22859 \begin_layout Standard
22860 in TeX-Code as first element of the first cell in the table row.
22861 \end_layout
22862
22863 \begin_layout Standard
22864 For dashed multicolumn lines use the command
22865 \end_layout
22866
22867 \begin_layout Standard
22868
22869 \series bold
22870
22871 \backslash
22872 cdashline{line number
22873 \series default
22874 }
22875 \end_layout
22876
22877 \begin_layout Standard
22878 in TeX-Code as the first element of the first cell in the table row.
22879  If you have for example a multicolumn spanning columns 2 to 4 and you want
22880  to have a dashed line above, add the command
22881 \end_layout
22882
22883 \begin_layout Standard
22884
22885 \series bold
22886
22887 \backslash
22888 cdashline{2-4}
22889 \end_layout
22890
22891 \begin_layout Standard
22892 as the first element of the first cell in the row of the multicolumn.
22893 \end_layout
22894
22895 \begin_layout Standard
22896 \begin_inset VSpace bigskip
22897 \end_inset
22898
22899
22900 \end_layout
22901
22902 \begin_layout Standard
22903 Table
22904 \begin_inset space ~
22905 \end_inset
22906
22907
22908 \begin_inset CommandInset ref
22909 LatexCommand ref
22910 reference "tab:Table-with-dashed"
22911
22912 \end_inset
22913
22914  was created using 
22915 \begin_inset Quotes eld
22916 \end_inset
22917
22918
22919 \series bold
22920 :c
22921 \series default
22922
22923 \begin_inset Quotes erd
22924 \end_inset
22925
22926  as LaTeX-argument of the third column.
22927  The TeX-Code command 
22928 \series bold
22929
22930 \backslash
22931 hdashline
22932 \series default
22933  was inserted in the first cell of the third row and the TeX-Code command
22934 \begin_inset Newline newline
22935 \end_inset
22936
22937  
22938 \series bold
22939
22940 \backslash
22941 cdashline{4-5}
22942 \series default
22943  was inserted in the first cell of the fourth row.
22944 \end_layout
22945
22946 \begin_layout Standard
22947 \begin_inset VSpace bigskip
22948 \end_inset
22949
22950
22951 \end_layout
22952
22953 \begin_layout Standard
22954 Tables with dashed lines can also be colored as shown by Table
22955 \begin_inset space ~
22956 \end_inset
22957
22958
22959 \begin_inset CommandInset ref
22960 LatexCommand ref
22961 reference "tab:Colored-table-with"
22962
22963 \end_inset
22964
22965 .
22966 \end_layout
22967
22968 \begin_layout Standard
22969 \begin_inset ERT
22970 status collapsed
22971
22972 \begin_layout Plain Layout
22973
22974
22975 \backslash
22976 setlength{
22977 \backslash
22978 arrayrulewidth}{1pt}
22979 \end_layout
22980
22981 \end_inset
22982
22983
22984 \begin_inset Note Note
22985 status collapsed
22986
22987 \begin_layout Plain Layout
22988 thicker lines for better visualization of the line color
22989 \end_layout
22990
22991 \end_inset
22992
22993
22994 \end_layout
22995
22996 \begin_layout Standard
22997 \begin_inset ERT
22998 status collapsed
22999
23000 \begin_layout Plain Layout
23001
23002
23003 \backslash
23004 dashgapcolor{green}
23005 \end_layout
23006
23007 \end_inset
23008
23009
23010 \begin_inset Note Note
23011 status collapsed
23012
23013 \begin_layout Plain Layout
23014 color gaps between dashes green
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \begin_layout Standard
23023 \begin_inset ERT
23024 status collapsed
23025
23026 \begin_layout Plain Layout
23027
23028
23029 \backslash
23030 let
23031 \backslash
23032 myHdashline
23033 \backslash
23034 hdashline
23035 \end_layout
23036
23037 \begin_layout Plain Layout
23038
23039
23040 \backslash
23041 renewcommand{
23042 \backslash
23043 hdashline}
23044 \end_layout
23045
23046 \begin_layout Plain Layout
23047
23048  {
23049 \backslash
23050 arrayrulecolor{red}
23051 \backslash
23052 myHdashline
23053 \backslash
23054 arrayrulecolor{black}}
23055 \end_layout
23056
23057 \end_inset
23058
23059
23060 \begin_inset Note Note
23061 status collapsed
23062
23063 \begin_layout Plain Layout
23064 color horizontal, dashed lines red
23065 \end_layout
23066
23067 \end_inset
23068
23069
23070 \end_layout
23071
23072 \begin_layout Standard
23073 \begin_inset ERT
23074 status collapsed
23075
23076 \begin_layout Plain Layout
23077
23078
23079 \backslash
23080 let
23081 \backslash
23082 myCdashline
23083 \backslash
23084 cdashline
23085 \end_layout
23086
23087 \begin_layout Plain Layout
23088
23089
23090 \backslash
23091 renewcommand{
23092 \backslash
23093 cdashline}[1]
23094 \end_layout
23095
23096 \begin_layout Plain Layout
23097
23098  {
23099 \backslash
23100 arrayrulecolor{yellow}
23101 \backslash
23102 myCdashline{#1}
23103 \backslash
23104 arrayrulecolor{black}}
23105 \end_layout
23106
23107 \end_inset
23108
23109
23110 \begin_inset Note Note
23111 status collapsed
23112
23113 \begin_layout Plain Layout
23114 color partial horizontal, dashed lines yellow
23115 \end_layout
23116
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \begin_layout Standard
23123 \begin_inset Float table
23124 placement h
23125 wide false
23126 sideways false
23127 status open
23128
23129 \begin_layout Plain Layout
23130 \begin_inset Caption Standard
23131
23132 \begin_layout Plain Layout
23133 \begin_inset CommandInset label
23134 LatexCommand label
23135 name "tab:Colored-table-with"
23136
23137 \end_inset
23138
23139 Colored table with dashed lines
23140 \end_layout
23141
23142 \end_inset
23143
23144
23145 \end_layout
23146
23147 \begin_layout Plain Layout
23148 \align center
23149 \begin_inset Tabular
23150 <lyxtabular version="3" rows="5" columns="5">
23151 <features rotate="0" tabularvalignment="middle">
23152 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23153 <column alignment="center" valignment="top" width="0pt">
23154 <column alignment="center" valignment="top" width="0pt" special=":c">
23155 <column alignment="center" valignment="top" width="0">
23156 <column alignment="center" valignment="top" width="0">
23157 <row>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162 a
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell alignment="center" valignment="top" topline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 b
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" topline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 c
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189 d
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198 e
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 </row>
23204 <row>
23205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209 f
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 <cell alignment="center" valignment="top" topline="true" usebox="none">
23215 \begin_inset Text
23216
23217 \begin_layout Plain Layout
23218 g
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 <cell alignment="center" valignment="top" topline="true" usebox="none">
23224 \begin_inset Text
23225
23226 \begin_layout Plain Layout
23227 h
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236 i
23237 \end_layout
23238
23239 \end_inset
23240 </cell>
23241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23242 \begin_inset Text
23243
23244 \begin_layout Plain Layout
23245 j
23246 \end_layout
23247
23248 \end_inset
23249 </cell>
23250 </row>
23251 <row>
23252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256 \begin_inset ERT
23257 status collapsed
23258
23259 \begin_layout Plain Layout
23260
23261
23262 \backslash
23263 hdashline 
23264 \end_layout
23265
23266 \end_inset
23267
23268
23269 \begin_inset ERT
23270 status collapsed
23271
23272 \begin_layout Plain Layout
23273
23274
23275 \backslash
23276 rowcolor{Gray}
23277 \end_layout
23278
23279 \end_inset
23280
23281 k
23282 \end_layout
23283
23284 \end_inset
23285 </cell>
23286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23287 \begin_inset Text
23288
23289 \begin_layout Plain Layout
23290 l
23291 \end_layout
23292
23293 \end_inset
23294 </cell>
23295 <cell alignment="center" valignment="top" usebox="none">
23296 \begin_inset Text
23297
23298 \begin_layout Plain Layout
23299 m
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23305 \begin_inset Text
23306
23307 \begin_layout Plain Layout
23308 n
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23314 \begin_inset Text
23315
23316 \begin_layout Plain Layout
23317 o
23318 \end_layout
23319
23320 \end_inset
23321 </cell>
23322 </row>
23323 <row>
23324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328 \begin_inset ERT
23329 status collapsed
23330
23331 \begin_layout Plain Layout
23332
23333
23334 \backslash
23335 cdashline{4-5}
23336 \end_layout
23337
23338 \end_inset
23339
23340 p
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349 q
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358 r
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367 s
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 </row>
23382 <row>
23383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387 t
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 u
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 v
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414 w
23415 \end_layout
23416
23417 \end_inset
23418 </cell>
23419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423 \begin_inset ERT
23424 status collapsed
23425
23426 \begin_layout Plain Layout
23427
23428
23429 \backslash
23430 cellcolor{Maroon}
23431 \end_layout
23432
23433 \end_inset
23434
23435 i
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 </row>
23441 </lyxtabular>
23442
23443 \end_inset
23444
23445
23446 \end_layout
23447
23448 \end_inset
23449
23450
23451 \end_layout
23452
23453 \begin_layout Standard
23454 \begin_inset ERT
23455 status collapsed
23456
23457 \begin_layout Plain Layout
23458
23459
23460 \backslash
23461 renewcommand{
23462 \backslash
23463 hdashline}{
23464 \backslash
23465 myHdashline}
23466 \end_layout
23467
23468 \end_inset
23469
23470
23471 \begin_inset Note Note
23472 status collapsed
23473
23474 \begin_layout Plain Layout
23475 reset to default
23476 \end_layout
23477
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \begin_layout Standard
23484 \begin_inset ERT
23485 status collapsed
23486
23487 \begin_layout Plain Layout
23488
23489
23490 \backslash
23491 renewcommand{
23492 \backslash
23493 cdashline}{
23494 \backslash
23495 myCdashline}
23496 \end_layout
23497
23498 \end_inset
23499
23500
23501 \begin_inset Note Note
23502 status collapsed
23503
23504 \begin_layout Plain Layout
23505 reset to default
23506 \end_layout
23507
23508 \end_inset
23509
23510
23511 \end_layout
23512
23513 \begin_layout Standard
23514 \begin_inset ERT
23515 status collapsed
23516
23517 \begin_layout Plain Layout
23518
23519
23520 \backslash
23521 nodashgapcolor
23522 \end_layout
23523
23524 \end_inset
23525
23526
23527 \begin_inset Note Note
23528 status collapsed
23529
23530 \begin_layout Plain Layout
23531 reset to default
23532 \end_layout
23533
23534 \end_inset
23535
23536
23537 \end_layout
23538
23539 \begin_layout Standard
23540 \begin_inset ERT
23541 status collapsed
23542
23543 \begin_layout Plain Layout
23544
23545
23546 \backslash
23547 setlength{
23548 \backslash
23549 arrayrulewidth}{0.4pt}
23550 \end_layout
23551
23552 \end_inset
23553
23554
23555 \begin_inset Note Note
23556 status collapsed
23557
23558 \begin_layout Plain Layout
23559 reset to default
23560 \end_layout
23561
23562 \end_inset
23563
23564
23565 \end_layout
23566
23567 \begin_layout Standard
23568 The coloring of lines, columns and lines works as decribed in section
23569 \begin_inset space ~
23570 \end_inset
23571
23572
23573 \begin_inset CommandInset ref
23574 LatexCommand ref
23575 reference "sec:Colored-Tables"
23576
23577 \end_inset
23578
23579 .
23580  Coloring horizontal lines works analogically as described there as well,
23581  one only needs to replace in the commands 
23582 \series bold
23583
23584 \backslash
23585 myHlineC
23586 \series default
23587  by 
23588 \series bold
23589
23590 \backslash
23591 myHdashline
23592 \series default
23593  and 
23594 \backslash
23595
23596 \series bold
23597 hline
23598 \series default
23599  by 
23600 \series bold
23601
23602 \backslash
23603 hdashline
23604 \series default
23605 ; so one uses the command
23606 \end_layout
23607
23608 \begin_layout Standard
23609
23610 \series bold
23611
23612 \backslash
23613 let
23614 \backslash
23615 myHdashline
23616 \backslash
23617 hdashline
23618 \begin_inset Newline newline
23619 \end_inset
23620
23621
23622 \backslash
23623 renewcommand{
23624 \backslash
23625 hdashline}
23626 \begin_inset Newline newline
23627 \end_inset
23628
23629
23630 \begin_inset Phantom HPhantom
23631 status open
23632
23633 \begin_layout Plain Layout
23634 \begin_inset space ~
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \end_inset
23641
23642 {
23643 \backslash
23644 arrayrulecolor{red}
23645 \backslash
23646 myHdashline
23647 \backslash
23648 arrayrulecolor{black}}
23649 \end_layout
23650
23651 \begin_layout Standard
23652 To color 
23653 \series bold
23654
23655 \backslash
23656 cdashline
23657 \series default
23658 , the command is
23659 \end_layout
23660
23661 \begin_layout Standard
23662
23663 \series bold
23664
23665 \backslash
23666 let
23667 \backslash
23668 myCdashline
23669 \backslash
23670 cdashline
23671 \begin_inset Newline newline
23672 \end_inset
23673
23674
23675 \backslash
23676 renewcommand{
23677 \backslash
23678 cdashline}[1]
23679 \begin_inset Newline newline
23680 \end_inset
23681
23682
23683 \begin_inset Phantom HPhantom
23684 status open
23685
23686 \begin_layout Plain Layout
23687 \begin_inset space ~
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \end_inset
23694
23695 {
23696 \backslash
23697 arrayrulecolor{red}
23698 \backslash
23699 myCdashline{#1}
23700 \backslash
23701 arrayrulecolor{black}}
23702 \end_layout
23703
23704 \begin_layout Standard
23705 To get back the black line color, one needs to insert the following commands
23706  as TeX-Code behind the table:
23707 \end_layout
23708
23709 \begin_layout Standard
23710 For 
23711 \series bold
23712
23713 \backslash
23714 hdashline
23715 \end_layout
23716
23717 \begin_layout Standard
23718
23719 \series bold
23720
23721 \backslash
23722 renewcommand{
23723 \backslash
23724 hdashline}{
23725 \backslash
23726 myHdashline}
23727 \end_layout
23728
23729 \begin_layout Standard
23730 and for 
23731 \series bold
23732
23733 \backslash
23734 cdashline
23735 \end_layout
23736
23737 \begin_layout Standard
23738
23739 \series bold
23740
23741 \backslash
23742 renewcommand{
23743 \backslash
23744 cdashline}{
23745 \backslash
23746 myCdashline}
23747 \end_layout
23748
23749 \begin_layout Standard
23750 To color the gaps between the dashes the command
23751 \end_layout
23752
23753 \begin_layout Standard
23754
23755 \series bold
23756
23757 \backslash
23758 dashgapcolor{color}
23759 \end_layout
23760
23761 \begin_layout Standard
23762 can be used in front of a table as TeX-Code.
23763  color is hereby the name of a defined color.
23764  The command
23765 \end_layout
23766
23767 \begin_layout Standard
23768
23769 \series bold
23770
23771 \backslash
23772 nodashgapcolor
23773 \end_layout
23774
23775 \begin_layout Standard
23776 unsets the changes made by 
23777 \series bold
23778
23779 \backslash
23780 dashgapcolor
23781 \series default
23782 .
23783 \end_layout
23784
23785 \begin_layout Standard
23786 \begin_inset Note Greyedout
23787 status open
23788
23789 \begin_layout Plain Layout
23790
23791 \series bold
23792 \color none
23793 Note
23794 \series default
23795 : If there are multiple commands in a cell, the command of 
23796 \series bold
23797 arydshln
23798 \series default
23799  needs to be the first one in the cell.
23800  Therefore in cell 
23801 \emph on
23802 k
23803 \emph default
23804  of Table
23805 \begin_inset space ~
23806 \end_inset
23807
23808
23809 \begin_inset CommandInset ref
23810 LatexCommand ref
23811 reference "tab:Colored-table-with"
23812
23813 \end_inset
23814
23815  the command 
23816 \series bold
23817
23818 \backslash
23819 hdashline
23820 \series default
23821  is before 
23822 \series bold
23823
23824 \backslash
23825 rowcolor
23826 \series default
23827 .
23828 \end_layout
23829
23830 \end_inset
23831
23832
23833 \end_layout
23834
23835 \begin_layout Standard
23836 \begin_inset Note Greyedout
23837 status open
23838
23839 \begin_layout Plain Layout
23840
23841 \series bold
23842 \color none
23843 Note:
23844 \series default
23845  The LaTeX-package 
23846 \series bold
23847 arydshln
23848 \series default
23849  must be loaded in the document preamble before the LaTeX-package 
23850 \series bold
23851 colortbl
23852 \series default
23853
23854 \begin_inset Index idx
23855 status collapsed
23856
23857 \begin_layout Plain Layout
23858 LaTeX-packages ! colortbl
23859 \end_layout
23860
23861 \end_inset
23862
23863 .
23864 \end_layout
23865
23866 \end_inset
23867
23868
23869 \end_layout
23870
23871 \begin_layout Standard
23872 \begin_inset ERT
23873 status collapsed
23874
23875 \begin_layout Plain Layout
23876
23877
23878 \backslash
23879 else
23880 \end_layout
23881
23882 \end_inset
23883
23884
23885 \begin_inset Note Note
23886 status open
23887
23888 \begin_layout Plain Layout
23889 The following will be displayed when the LaTeX-package 
23890 \series bold
23891 arydshln
23892 \series default
23893  is not installed:
23894 \end_layout
23895
23896 \end_inset
23897
23898
23899 \end_layout
23900
23901 \begin_layout Standard
23902 You need to install the package 
23903 \series bold
23904 arydshln
23905 \series default
23906  to see the content of this section in the output.
23907 \end_layout
23908
23909 \begin_layout Standard
23910 \begin_inset ERT
23911 status collapsed
23912
23913 \begin_layout Plain Layout
23914
23915
23916 \backslash
23917 fi
23918 \end_layout
23919
23920 \end_inset
23921
23922
23923 \end_layout
23924
23925 \begin_layout Standard
23926 For more information about dashed lines see the documentation of 
23927 \series bold
23928 arydshln
23929 \series default
23930
23931 \begin_inset CommandInset citation
23932 LatexCommand cite
23933 key "arydshln"
23934
23935 \end_inset
23936
23937 .
23938 \end_layout
23939
23940 \begin_layout Chapter
23941 Floats
23942 \begin_inset CommandInset label
23943 LatexCommand label
23944 name "chap:Floats"
23945
23946 \end_inset
23947
23948
23949 \begin_inset Index idx
23950 status collapsed
23951
23952 \begin_layout Plain Layout
23953 Floats
23954 \end_layout
23955
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \begin_layout Section
23962 Introduction
23963 \begin_inset CommandInset label
23964 LatexCommand label
23965 name "sec:FloatIntroduction"
23966
23967 \end_inset
23968
23969
23970 \begin_inset Index idx
23971 status collapsed
23972
23973 \begin_layout Plain Layout
23974 Floats ! Introduction
23975 \end_layout
23976
23977 \end_inset
23978
23979
23980 \end_layout
23981
23982 \begin_layout Standard
23983 A float is a block of text associated with some sort of label, which doesn't
23984  have a fixed location.
23985  It can 
23986 \begin_inset Quotes eld
23987 \end_inset
23988
23989 float
23990 \begin_inset Quotes erd
23991 \end_inset
23992
23993  forward or backward a page or two, to wherever it fits best.
23994  
23995 \family sans
23996 Footnotes
23997 \family default
23998  and 
23999 \family sans
24000 Margin
24001 \begin_inset space ~
24002 \end_inset
24003
24004 Notes
24005 \family default
24006  are also floats because they can float to the next page when there are
24007  too many notes on the page.
24008 \end_layout
24009
24010 \begin_layout Standard
24011 Floats allow a high quality layout.
24012  Images and tables can be spread evenly among the pages to avoid white space
24013  and pages without text.
24014  As the floating often destroys the context between the text and the image/table
24015 , every float can be referenced in the text.
24016  Floats are therefore numbered.
24017  Referencing is described in section
24018 \begin_inset space ~
24019 \end_inset
24020
24021
24022 \begin_inset CommandInset ref
24023 LatexCommand ref
24024 reference "sec:Referencing-Floats"
24025
24026 \end_inset
24027
24028 .
24029 \end_layout
24030
24031 \begin_layout Standard
24032 To insert a float, use the menu 
24033 \family sans
24034 Insert\SpecialChar \menuseparator
24035 Float
24036 \family default
24037  (toolbar button 
24038 \begin_inset Info
24039 type  "icon"
24040 arg   "float-insert figure"
24041 \end_inset
24042
24043  or 
24044 \begin_inset Info
24045 type  "icon"
24046 arg   "float-insert table"
24047 \end_inset
24048
24049 ).
24050  This inserts the 
24051 \family sans
24052 Caption
24053 \family default
24054  inset, a box with a label.
24055  The label will automatically be translated to the document language in
24056  the output.
24057  After the label you can insert the caption text.
24058  The image or table is inserted above or below the caption in a separate
24059  paragraph within the float.
24060  More about the caption placement is contained in section
24061 \begin_inset space ~
24062 \end_inset
24063
24064
24065 \begin_inset CommandInset ref
24066 LatexCommand ref
24067 reference "sec:Caption-Placement"
24068
24069 \end_inset
24070
24071 .
24072  To keep your LyX-document readable, you can open and close the float box
24073  by left-clicking on the box label.
24074  A closed float box looks like this: 
24075 \begin_inset Graphics
24076         filename clipart/floatQt4.png
24077         scale 70
24078         scaleBeforeRotation
24079
24080 \end_inset
24081
24082  – a gray button with a red label.
24083 \end_layout
24084
24085 \begin_layout Standard
24086 It is recommended that you insert floats as separate standard paragraphs
24087  to avoid possible LaTeX-errors that can occur when the surrounding text
24088  is specially formatted.
24089 \end_layout
24090
24091 \begin_layout Standard
24092 Existing figures or tables can be put into a float by highlighting them
24093  and then pressing the corresponding toolbar button for a new float.
24094 \end_layout
24095
24096 \begin_layout Section
24097 Float Types
24098 \end_layout
24099
24100 \begin_layout Standard
24101 Besides figure and table floats that are described in sections
24102 \begin_inset space ~
24103 \end_inset
24104
24105
24106 \begin_inset CommandInset ref
24107 LatexCommand ref
24108 reference "sec:Figure-Floats"
24109
24110 \end_inset
24111
24112  and 
24113 \begin_inset CommandInset ref
24114 LatexCommand ref
24115 reference "sec:Table-Floats"
24116
24117 \end_inset
24118
24119  respectively, LyX offers the float types 
24120 \family sans
24121 Algorithm
24122 \family default
24123  and 
24124 \family sans
24125 Wrap
24126 \family default
24127 .
24128  The latter are explained in sec.
24129 \begin_inset space \thinspace{}
24130 \end_inset
24131
24132
24133 \begin_inset CommandInset ref
24134 LatexCommand ref
24135 reference "sec:Wrap-Floats"
24136
24137 \end_inset
24138
24139 .
24140 \end_layout
24141
24142 \begin_layout Subsection
24143 Algorithm Floats
24144 \begin_inset Index idx
24145 status collapsed
24146
24147 \begin_layout Plain Layout
24148 Floats ! Algorithms
24149 \end_layout
24150
24151 \end_inset
24152
24153
24154 \end_layout
24155
24156 \begin_layout Standard
24157 \begin_inset Float algorithm
24158 placement h
24159 wide false
24160 sideways false
24161 status open
24162
24163 \begin_layout Plain Layout
24164 \begin_inset Caption Standard
24165
24166 \begin_layout Plain Layout
24167 \begin_inset CommandInset label
24168 LatexCommand label
24169 name "alg:Example-Algorithm-float"
24170
24171 \end_inset
24172
24173 Example Algorithm float
24174 \end_layout
24175
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \begin_layout LyX-Code
24182 for I in 1..N loop
24183 \begin_inset Newline newline
24184 \end_inset
24185
24186  Sum:= Sum + A(I); /*comment*/
24187 \begin_inset Newline newline
24188 \end_inset
24189
24190 end loop
24191 \begin_inset VSpace -4mm
24192 \end_inset
24193
24194
24195 \end_layout
24196
24197 \end_inset
24198
24199
24200 \end_layout
24201
24202 \begin_layout Standard
24203 This float type is inserted with the menu 
24204 \family sans
24205 Insert\SpecialChar \menuseparator
24206 Float\SpecialChar \menuseparator
24207 Algorithm
24208 \family default
24209 .
24210  It is used for program codes and descriptions of algorithms and can be
24211  seen as an alternative to program code listings that are explained in chapter
24212 \begin_inset space ~
24213 \end_inset
24214
24215
24216 \begin_inset CommandInset ref
24217 LatexCommand ref
24218 reference "cha:Program-Code-Listings"
24219
24220 \end_inset
24221
24222 .
24223  A possible environment for algorithms is the 
24224 \family sans
24225 LyX-Code
24226 \family default
24227 , described in LyX's 
24228 \emph on
24229 Userguide
24230 \emph default
24231 .
24232  Algorithm
24233 \begin_inset space ~
24234 \end_inset
24235
24236
24237 \begin_inset CommandInset ref
24238 LatexCommand ref
24239 reference "alg:Example-Algorithm-float"
24240
24241 \end_inset
24242
24243  is an example of an algorithm float where -4
24244 \begin_inset space \thinspace{}
24245 \end_inset
24246
24247 mm vertical space was added at the end of the float to have the bottom rule
24248  exactly below the last text line.
24249 \end_layout
24250
24251 \begin_layout Standard
24252 The float label is not automatically translated into the document language.
24253  If your document is not in English, you have to do this manually by adding
24254  the following line to the document preamble
24255 \series bold
24256 :
24257 \end_layout
24258
24259 \begin_layout Standard
24260
24261 \series bold
24262
24263 \backslash
24264 floatname{algorithm}{your
24265 \begin_inset space ~
24266 \end_inset
24267
24268 name}
24269 \end_layout
24270
24271 \begin_layout Standard
24272 where 
24273 \family sans
24274 your
24275 \begin_inset space ~
24276 \end_inset
24277
24278 name
24279 \family default
24280  is the word 
24281 \begin_inset Quotes eld
24282 \end_inset
24283
24284
24285 \emph on
24286 algorithm
24287 \emph default
24288
24289 \begin_inset Quotes erd
24290 \end_inset
24291
24292  in your language.
24293 \end_layout
24294
24295 \begin_layout Standard
24296 To insert the list of algorithms you can use the menu 
24297 \family sans
24298 Insert\SpecialChar \menuseparator
24299 List
24300 \begin_inset space \thinspace{}
24301 \end_inset
24302
24303 /
24304 \begin_inset space \thinspace{}
24305 \end_inset
24306
24307 TOC\SpecialChar \menuseparator
24308 List of Algorithms
24309 \family default
24310  when your document has the same language as LyX's menu names.
24311  In other cases use this command in TeX-Code instead:
24312 \end_layout
24313
24314 \begin_layout Standard
24315
24316 \series bold
24317
24318 \backslash
24319 listof{algorithm}{your
24320 \begin_inset space ~
24321 \end_inset
24322
24323 name}
24324 \end_layout
24325
24326 \begin_layout Standard
24327 where 
24328 \family sans
24329 your
24330 \begin_inset space ~
24331 \end_inset
24332
24333 name
24334 \family default
24335  is the word 
24336 \begin_inset Quotes eld
24337 \end_inset
24338
24339
24340 \emph on
24341 List of Algorithm
24342 \emph default
24343 s
24344 \begin_inset Quotes erd
24345 \end_inset
24346
24347  in your language.
24348 \end_layout
24349
24350 \begin_layout Standard
24351 Algorithm floats are not by default numbered in the scheme 
24352 \begin_inset Quotes eld
24353 \end_inset
24354
24355 chapter.algorithm
24356 \begin_inset Quotes erd
24357 \end_inset
24358
24359  as is the case for table and figure floats in many document-classes.
24360  To number algorithm floats in the same scheme, add this command to your
24361  document preamble:
24362 \end_layout
24363
24364 \begin_layout Standard
24365
24366 \series bold
24367
24368 \backslash
24369 numberwithin{algorithm}{chapter}
24370 \end_layout
24371
24372 \begin_layout Standard
24373 To be able to use the command 
24374 \series bold
24375
24376 \backslash
24377 numberwithin
24378 \series default
24379 , set in the tab 
24380 \family sans
24381 Math
24382 \begin_inset space ~
24383 \end_inset
24384
24385 Options
24386 \family default
24387  in the document settings the option 
24388 \family sans
24389 Use
24390 \begin_inset space ~
24391 \end_inset
24392
24393 AMS
24394 \begin_inset space ~
24395 \end_inset
24396
24397 math
24398 \begin_inset space ~
24399 \end_inset
24400
24401 package
24402 \family default
24403 .
24404 \end_layout
24405
24406 \begin_layout Section
24407 Float Numbering
24408 \begin_inset Index idx
24409 status collapsed
24410
24411 \begin_layout Plain Layout
24412 Floats ! Numbering
24413 \end_layout
24414
24415 \end_inset
24416
24417
24418 \end_layout
24419
24420 \begin_layout Standard
24421 Floats are usually numbered either independently from the sections the floats
24422  are in, or in the scheme 
24423 \begin_inset Quotes eld
24424 \end_inset
24425
24426 chapter.number
24427 \begin_inset Quotes erd
24428 \end_inset
24429
24430  or 
24431 \begin_inset Quotes eld
24432 \end_inset
24433
24434 section.number
24435 \begin_inset Quotes erd
24436 \end_inset
24437
24438 .
24439  This depends on the document class used.
24440 \end_layout
24441
24442 \begin_layout Standard
24443 To change section-independent numbering, you can use this command in the
24444  document preamble:
24445 \end_layout
24446
24447 \begin_layout Standard
24448
24449 \series bold
24450
24451 \backslash
24452 renewcommand{
24453 \backslash
24454 thetable}{
24455 \backslash
24456 roman{table}}
24457 \end_layout
24458
24459 \begin_layout Standard
24460
24461 \series bold
24462
24463 \backslash
24464 thetable
24465 \series default
24466  is the command that prints the table number.
24467  For figure floats, the command would be 
24468 \series bold
24469
24470 \backslash
24471 thefigure
24472 \series default
24473 .
24474  
24475 \series bold
24476
24477 \backslash
24478 roman
24479 \series default
24480  in the command above prints the table number as a small roman number.
24481 \end_layout
24482
24483 \begin_layout Standard
24484 To change the numbering scheme for example to 
24485 \begin_inset Quotes eld
24486 \end_inset
24487
24488 subsection.number
24489 \begin_inset Quotes erd
24490 \end_inset
24491
24492 , use this command in the preamble:
24493 \end_layout
24494
24495 \begin_layout Standard
24496
24497 \series bold
24498
24499 \backslash
24500 numberwithin{table}{subsection}
24501 \end_layout
24502
24503 \begin_layout Standard
24504 To be able to use the command 
24505 \series bold
24506
24507 \backslash
24508 numberwithin
24509 \series default
24510 , set in the tab 
24511 \family sans
24512 Math
24513 \begin_inset space ~
24514 \end_inset
24515
24516 Options
24517 \family default
24518  in the document settings the option 
24519 \family sans
24520 Use
24521 \begin_inset space ~
24522 \end_inset
24523
24524 AMS
24525 \begin_inset space ~
24526 \end_inset
24527
24528 math
24529 \begin_inset space ~
24530 \end_inset
24531
24532 package
24533 \family default
24534 .
24535 \end_layout
24536
24537 \begin_layout Standard
24538 Please also have a look at section
24539 \begin_inset space ~
24540 \end_inset
24541
24542
24543 \begin_inset CommandInset ref
24544 LatexCommand ref
24545 reference "sub:Footnote-Numbering"
24546
24547 \end_inset
24548
24549  for the details and important notes about the numbering commands.
24550 \end_layout
24551
24552 \begin_layout Section
24553 Referencing Floats
24554 \begin_inset CommandInset label
24555 LatexCommand label
24556 name "sec:Referencing-Floats"
24557
24558 \end_inset
24559
24560
24561 \begin_inset Index idx
24562 status collapsed
24563
24564 \begin_layout Plain Layout
24565 Floats ! References
24566 \end_layout
24567
24568 \end_inset
24569
24570
24571 \begin_inset Index idx
24572 status collapsed
24573
24574 \begin_layout Plain Layout
24575 References ! to Floats
24576 \end_layout
24577
24578 \end_inset
24579
24580
24581 \end_layout
24582
24583 \begin_layout Standard
24584 To reference a float, insert a label into its caption using the menu 
24585 \family sans
24586 Insert\SpecialChar \menuseparator
24587 Label
24588 \family default
24589  or the toolbar button 
24590 \begin_inset Info
24591 type  "icon"
24592 arg   "label-insert"
24593 \end_inset
24594
24595 .
24596  A grey label box like this one: 
24597 \begin_inset Graphics
24598         filename clipart/labelQt4.png
24599         scale 85
24600         scaleBeforeRotation
24601
24602 \end_inset
24603
24604  will be inserted and the label window pops up asking for the label text.
24605  LyX offers as text the first words of the caption with a prefix.
24606  The prefix depends on the float type, e.
24607 \begin_inset space \thinspace{}
24608 \end_inset
24609
24610 g.
24611 \begin_inset space \space{}
24612 \end_inset
24613
24614 for figure floats the prefix will be "
24615 \family sans
24616 fig:
24617 \family default
24618 ".
24619 \end_layout
24620
24621 \begin_layout Standard
24622 The label is used as anchor and name for the reference.
24623  You can refer to the label using the menu 
24624 \family sans
24625 Insert\SpecialChar \menuseparator
24626 Cross-reference
24627 \family default
24628  or the toolbar button 
24629 \begin_inset Info
24630 type  "icon"
24631 arg   "dialog-show-new-inset ref"
24632 \end_inset
24633
24634 .
24635  The cross-reference window appears showing all labels of the document.
24636  If you have multiple LyX-documents opened, choose the one you are working
24637  on from the drop-list at the top of the dialog.
24638  You can now sort the labels alphabetically and then choose one.
24639  A grey cross-reference box like this one: 
24640 \begin_inset Graphics
24641         filename clipart/referenceQt4.png
24642         scale 85
24643         scaleBeforeRotation
24644
24645 \end_inset
24646
24647  will be inserted.
24648  At the position of the cross-reference box the float number will appear
24649  in the output.
24650 \end_layout
24651
24652 \begin_layout Standard
24653 It is recommended that you use a protected space between the cross-reference
24654  name and its number to avoid line breaks between them.
24655  If a cross-reference refers to a non-existing label, you will see two question
24656  marks in the output instead of the reference.
24657 \end_layout
24658
24659 \begin_layout Standard
24660 You can change labels at any time by clicking on the label box.
24661  References to the changed label will automatically update their links to
24662  the new label text.
24663 \end_layout
24664
24665 \begin_layout Standard
24666 The button 
24667 \family sans
24668 Go
24669 \begin_inset space ~
24670 \end_inset
24671
24672 to
24673 \begin_inset space ~
24674 \end_inset
24675
24676 Label
24677 \family default
24678  in the cross-reference window sets the cursor before the referred label.
24679  The button text changes then to Go
24680 \begin_inset space ~
24681 \end_inset
24682
24683 Back and you can use it to set the cursor back to the cross-reference.
24684 \end_layout
24685
24686 \begin_layout Subsection
24687 Cross-Reference Formats
24688 \begin_inset CommandInset label
24689 LatexCommand label
24690 name "sub:Cross-Reference-Formats"
24691
24692 \end_inset
24693
24694
24695 \begin_inset Index idx
24696 status collapsed
24697
24698 \begin_layout Plain Layout
24699 References ! Formats
24700 \end_layout
24701
24702 \end_inset
24703
24704
24705 \end_layout
24706
24707 \begin_layout Standard
24708 There are six varieties of cross-references:
24709 \end_layout
24710
24711 \begin_layout Description
24712 <reference>: prints the float number, this is the default: 
24713 \begin_inset CommandInset ref
24714 LatexCommand ref
24715 reference "fig:Two-distorted-images"
24716
24717 \end_inset
24718
24719
24720 \end_layout
24721
24722 \begin_layout Description
24723 (<reference>): prints the float number within two parentheses, this is the
24724  style normally used to reference formulas, especially when the reference
24725  name 
24726 \begin_inset Quotes eld
24727 \end_inset
24728
24729 Equation
24730 \begin_inset Quotes erd
24731 \end_inset
24732
24733  is omitted: 
24734 \begin_inset CommandInset ref
24735 LatexCommand eqref
24736 reference "eq:Wgn"
24737
24738 \end_inset
24739
24740
24741 \end_layout
24742
24743 \begin_layout Description
24744 <page>: prints the page number: Page
24745 \begin_inset space ~
24746 \end_inset
24747
24748
24749 \begin_inset CommandInset ref
24750 LatexCommand pageref
24751 reference "fig:Two-distorted-images"
24752
24753 \end_inset
24754
24755
24756 \end_layout
24757
24758 \begin_layout Description
24759 on
24760 \begin_inset space ~
24761 \end_inset
24762
24763 page
24764 \begin_inset space ~
24765 \end_inset
24766
24767 <page>: prints the text "on page" and the page number: 
24768 \begin_inset CommandInset ref
24769 LatexCommand vpageref
24770 reference "fig:Two-distorted-images"
24771
24772 \end_inset
24773
24774
24775 \end_layout
24776
24777 \begin_layout Description
24778 <reference>
24779 \begin_inset space ~
24780 \end_inset
24781
24782 on
24783 \begin_inset space ~
24784 \end_inset
24785
24786 page
24787 \begin_inset space ~
24788 \end_inset
24789
24790 <page>: prints the float number, the text "on page", and the page number:
24791  
24792 \begin_inset CommandInset ref
24793 LatexCommand vref
24794 reference "fig:Two-distorted-images"
24795
24796 \end_inset
24797
24798
24799 \end_layout
24800
24801 \begin_layout Description
24802 Formatted
24803 \begin_inset space ~
24804 \end_inset
24805
24806 reference: prints a self-defined cross-reference format.
24807 \begin_inset Newline newline
24808 \end_inset
24809
24810
24811 \begin_inset Note Greyedout
24812 status open
24813
24814 \begin_layout Plain Layout
24815
24816 \series bold
24817 Note:
24818 \series default
24819  This feature is only available when you have the LaTeX-package 
24820 \series bold
24821 prettyref
24822 \series default
24823  or 
24824 \series bold
24825 refstyle
24826 \series default
24827
24828 \begin_inset Index idx
24829 status collapsed
24830
24831 \begin_layout Plain Layout
24832 LaTeX-packages ! prettyref
24833 \end_layout
24834
24835 \end_inset
24836
24837
24838 \begin_inset Index idx
24839 status collapsed
24840
24841 \begin_layout Plain Layout
24842 LaTeX-packages ! refstyle
24843 \end_layout
24844
24845 \end_inset
24846
24847  installed.
24848 \end_layout
24849
24850 \end_inset
24851
24852
24853 \begin_inset Newline newline
24854 \end_inset
24855
24856 You can select which LaTeX-package should be used for this feature by setting
24857  the option 
24858 \family sans
24859 Use refstyle (not prettyref) for cross-references
24860 \family default
24861  in the menu 
24862 \family sans
24863 Document\SpecialChar \menuseparator
24864 Settings\SpecialChar \menuseparator
24865 Document Class
24866 \family default
24867 .
24868  The format is specified by adding the command 
24869 \series bold
24870
24871 \backslash
24872 newrefformat
24873 \series default
24874  (prettyref) or 
24875 \series bold
24876
24877 \backslash
24878 newref
24879 \series default
24880  (refstyle) to the preamble of the document.
24881  For example redefining all references to figures (which have the label
24882  shortcut 
24883 \begin_inset Quotes eld
24884 \end_inset
24885
24886
24887 \family sans
24888 fig
24889 \family default
24890
24891 \begin_inset Quotes erd
24892 \end_inset
24893
24894 ) can be done with this command
24895 \begin_inset Newline newline
24896 \end_inset
24897
24898
24899 \series bold
24900
24901 \backslash
24902 newref{fig}{refcmd={Image on page 
24903 \backslash
24904 pageref{#1}}}
24905 \series default
24906
24907 \begin_inset Newline newline
24908 \end_inset
24909
24910 For more information about the format, have a look at the package documentations
24911
24912 \begin_inset CommandInset citation
24913 LatexCommand cite
24914 key "prettyref,refstyle"
24915
24916 \end_inset
24917
24918 .
24919 \end_layout
24920
24921 \begin_layout Description
24922 Textual
24923 \begin_inset space ~
24924 \end_inset
24925
24926 reference: prints the caption of the reference: 
24927 \begin_inset CommandInset ref
24928 LatexCommand nameref
24929 reference "fig:Two-distorted-images"
24930
24931 \end_inset
24932
24933
24934 \end_layout
24935
24936 \begin_layout Standard
24937
24938 \family sans
24939 <page>
24940 \family default
24941  will not print the page number if the label is on the previous, the same,
24942  or the next page.
24943  You will e.
24944 \begin_inset space \thinspace{}
24945 \end_inset
24946
24947 g.
24948 \begin_inset space \space{}
24949 \end_inset
24950
24951 see the text 
24952 \begin_inset Quotes eld
24953 \end_inset
24954
24955
24956 \family sans
24957 on this page
24958 \family default
24959
24960 \begin_inset Quotes erd
24961 \end_inset
24962
24963  instead.
24964  The style 
24965 \family sans
24966 <reference> on page <page>
24967 \family default
24968  will not print anything about the page if the label is on the same page.
24969 \end_layout
24970
24971 \begin_layout Standard
24972 The number and current page of the part of the document referred to in the
24973  output is automatically calculated by LaTeX.
24974  The varieties are adjusted in the field 
24975 \family sans
24976 Format
24977 \family default
24978  of the cross-reference window that appears when you click on the cross-referenc
24979 e box.
24980 \end_layout
24981
24982 \begin_layout Standard
24983 \begin_inset Note Greyedout
24984 status open
24985
24986 \begin_layout Plain Layout
24987
24988 \series bold
24989 Note:
24990 \series default
24991  It is recommended to use the LaTeX-package 
24992 \series bold
24993 refstyle
24994 \series default
24995
24996 \begin_inset Index idx
24997 status collapsed
24998
24999 \begin_layout Plain Layout
25000 LaTeX-packages ! refstyle
25001 \end_layout
25002
25003 \end_inset
25004
25005  because 
25006 \series bold
25007 prettyref
25008 \series default
25009
25010 \begin_inset Index idx
25011 status collapsed
25012
25013 \begin_layout Plain Layout
25014 LaTeX-packages ! prettyref
25015 \end_layout
25016
25017 \end_inset
25018
25019  does not know all of LyX's possible label shortcuts
25020 \begin_inset Foot
25021 status collapsed
25022
25023 \begin_layout Plain Layout
25024 \begin_inset Quotes eld
25025 \end_inset
25026
25027 fig:
25028 \begin_inset Quotes erd
25029 \end_inset
25030
25031  is for example LyX's shortcut for labels in figure captions.
25032 \end_layout
25033
25034 \end_inset
25035
25036  and is not internationalized.
25037 \end_layout
25038
25039 \end_inset
25040
25041
25042 \end_layout
25043
25044 \begin_layout Standard
25045 \begin_inset Note Greyedout
25046 status open
25047
25048 \begin_layout Plain Layout
25049
25050 \series bold
25051 Note:
25052 \series default
25053  Due to a bug in the LaTeX-package 
25054 \series bold
25055 varioref
25056 \series default
25057  version 1.4w, some cross-reference formats will cause LaTeX errors for document
25058  languages that make the period character active (like French).
25059  For a workaround, see
25060 \begin_inset Newline newline
25061 \end_inset
25062
25063
25064 \begin_inset CommandInset href
25065 LatexCommand href
25066 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25067
25068 \end_inset
25069
25070 .
25071 \end_layout
25072
25073 \end_inset
25074
25075
25076 \end_layout
25077
25078 \begin_layout Subsection
25079 Automatic Reference Naming
25080 \begin_inset Index idx
25081 status collapsed
25082
25083 \begin_layout Plain Layout
25084 References ! Automatic Reference Naming
25085 \end_layout
25086
25087 \end_inset
25088
25089
25090 \end_layout
25091
25092 \begin_layout Standard
25093 The LaTeX-package 
25094 \series bold
25095 hyperref
25096 \series default
25097
25098 \begin_inset Index idx
25099 status collapsed
25100
25101 \begin_layout Plain Layout
25102 LaTeX-packages ! hyperref
25103 \end_layout
25104
25105 \end_inset
25106
25107 , that is enabled in the 
25108 \family sans
25109 PDF Properties
25110 \family default
25111  of the 
25112 \family sans
25113 Document Settings
25114 \family default
25115  dialog, provides a very useful feature that cross-references automatically
25116  include the name of the referenced floats (or text parts like 
25117 \emph on
25118 section
25119 \emph default
25120 ).
25121  So you will save having to write e.
25122 \begin_inset space \thinspace{}
25123 \end_inset
25124
25125 g.
25126 \begin_inset space \space{}
25127 \end_inset
25128
25129 the name 
25130 \begin_inset Quotes eld
25131 \end_inset
25132
25133 Figure
25134 \begin_inset Quotes erd
25135 \end_inset
25136
25137  before every reference to a figure.
25138  To use this feature, enable 
25139 \series bold
25140 hyperref
25141 \series default
25142  and insert this line to the LaTeX preamble:
25143 \end_layout
25144
25145 \begin_layout Standard
25146
25147 \series bold
25148
25149 \backslash
25150 AtBeginDocument{
25151 \backslash
25152 renewcommand{
25153 \backslash
25154 ref}[1]{
25155 \backslash
25156 mbox{
25157 \backslash
25158 autoref{#1}}}}
25159 \end_layout
25160
25161 \begin_layout Standard
25162 When you prefer other reference names than the default ones, for example
25163  you want instead of 
25164 \begin_inset Quotes eld
25165 \end_inset
25166
25167 section
25168 \begin_inset Quotes erd
25169 \end_inset
25170
25171  the name 
25172 \begin_inset Quotes eld
25173 \end_inset
25174
25175 sec.
25176 \begin_inset space \thinspace{}
25177 \end_inset
25178
25179
25180 \begin_inset Quotes eld
25181 \end_inset
25182
25183 , you can redefine the name by inserting this in the preamble:
25184 \end_layout
25185
25186 \begin_layout Standard
25187
25188 \series bold
25189
25190 \backslash
25191 addto
25192 \backslash
25193 extrasenglish{
25194 \backslash
25195 renewcommand{
25196 \backslash
25197 sectionautorefname}
25198 \begin_inset Newline newline
25199 \end_inset
25200
25201
25202 \begin_inset Phantom HPhantom
25203 status open
25204
25205 \begin_layout Plain Layout
25206
25207 \series bold
25208 \begin_inset space ~
25209 \end_inset
25210
25211
25212 \end_layout
25213
25214 \end_inset
25215
25216 {sec.
25217 \backslash
25218 negthinspace}}
25219 \end_layout
25220
25221 \begin_layout Standard
25222 When you are using another document language than English, replace
25223 \begin_inset Newline newline
25224 \end_inset
25225
25226
25227 \series bold
25228
25229 \backslash
25230 extrasenglish
25231 \series default
25232  by 
25233 \series bold
25234
25235 \backslash
25236 extras***
25237 \series default
25238 , where *** is the name of the language used.
25239 \end_layout
25240
25241 \begin_layout Standard
25242 To get automatic names, but not for certain reference types, for example
25243  not for equations, use this preamble code:
25244 \end_layout
25245
25246 \begin_layout Standard
25247
25248 \series bold
25249
25250 \backslash
25251 addto
25252 \backslash
25253 extrasenglish{
25254 \backslash
25255 renewcommand*{
25256 \backslash
25257 equationautorefname}[1]{}}
25258 \end_layout
25259
25260 \begin_layout Standard
25261 More about this topic can be found in 
25262 \series bold
25263 hyperref
25264 \series default
25265 's documentation 
25266 \begin_inset CommandInset citation
25267 LatexCommand cite
25268 key "hyperref"
25269
25270 \end_inset
25271
25272 .
25273 \end_layout
25274
25275 \begin_layout Standard
25276 \begin_inset Note Greyedout
25277 status open
25278
25279 \begin_layout Plain Layout
25280
25281 \series bold
25282 Note:
25283 \series default
25284  Automatic reference naming cannot be used when you use cross-references
25285  in the 
25286 \family sans
25287 Formatted
25288 \begin_inset space ~
25289 \end_inset
25290
25291 reference
25292 \family default
25293  style, as described in section
25294 \begin_inset space ~
25295 \end_inset
25296
25297
25298 \begin_inset CommandInset ref
25299 LatexCommand ref
25300 reference "sub:Cross-Reference-Formats"
25301
25302 \end_inset
25303
25304 .
25305 \end_layout
25306
25307 \end_inset
25308
25309
25310 \end_layout
25311
25312 \begin_layout Standard
25313 The 
25314 \emph on
25315 Math
25316 \emph default
25317  manual is an example where automatic reference naming is used.
25318 \end_layout
25319
25320 \begin_layout Subsection
25321 Reference Position
25322 \begin_inset CommandInset label
25323 LatexCommand label
25324 name "sub:Reference-Position"
25325
25326 \end_inset
25327
25328
25329 \begin_inset Index idx
25330 status collapsed
25331
25332 \begin_layout Plain Layout
25333 References ! Reference Position
25334 \end_layout
25335
25336 \end_inset
25337
25338
25339 \end_layout
25340
25341 \begin_layout Standard
25342 If you use 
25343 \series bold
25344 hyperref
25345 \series default
25346
25347 \begin_inset Index idx
25348 status collapsed
25349
25350 \begin_layout Plain Layout
25351 LaTeX-packages ! hyperref
25352 \end_layout
25353
25354 \end_inset
25355
25356  in the 
25357 \family sans
25358 PDF Properties
25359 \family default
25360  of the 
25361 \family sans
25362 Document Settings
25363 \family default
25364  dialog to link cross-references in the output, you will see that clicking
25365  on an image float reference jumps to the image label.
25366  The caption will be the first text part on the screen, so that you cannot
25367  see the image without scrolling.
25368  This is because the reference link anchor is placed at the position of
25369  the label.
25370  With the use of the package 
25371 \series bold
25372 hypcap
25373 \series default
25374
25375 \begin_inset Index idx
25376 status collapsed
25377
25378 \begin_layout Plain Layout
25379 LaTeX-packages ! hypcap
25380 \end_layout
25381
25382 \end_inset
25383
25384 , which is part of the LaTeX-package 
25385 \series bold
25386 oberdiek
25387 \series default
25388
25389 \begin_inset Index idx
25390 status collapsed
25391
25392 \begin_layout Plain Layout
25393 LaTeX-packages ! oberdiek
25394 \end_layout
25395
25396 \end_inset
25397
25398 , the link anchor is placed at the beginning of a float.
25399  To use this feature for figure floats, load 
25400 \series bold
25401 hypcap
25402 \series default
25403  in the document preamble with the line
25404 \end_layout
25405
25406 \begin_layout Standard
25407
25408 \series bold
25409
25410 \backslash
25411 usepackage[figure]{hypcap}
25412 \end_layout
25413
25414 \begin_layout Standard
25415 You can also use 
25416 \series bold
25417 hypcap
25418 \series default
25419  for all float types but this is not recommended for stability reasons.
25420  For more information, have a look at 
25421 \series bold
25422 hypcap
25423 \series default
25424 's manual 
25425 \begin_inset CommandInset citation
25426 LatexCommand cite
25427 key "hypcap"
25428
25429 \end_inset
25430
25431 .
25432 \end_layout
25433
25434 \begin_layout Standard
25435 \begin_inset Note Greyedout
25436 status open
25437
25438 \begin_layout Plain Layout
25439
25440 \series bold
25441 Note:
25442 \series default
25443  
25444 \series bold
25445 hypcap
25446 \series default
25447  has no effect on references to subfigures.
25448 \end_layout
25449
25450 \end_inset
25451
25452
25453 \end_layout
25454
25455 \begin_layout Section
25456 Float Placement
25457 \begin_inset CommandInset label
25458 LatexCommand label
25459 name "sec:Float-Placement"
25460
25461 \end_inset
25462
25463
25464 \begin_inset Index idx
25465 status collapsed
25466
25467 \begin_layout Plain Layout
25468 Floats ! Placement
25469 \end_layout
25470
25471 \end_inset
25472
25473
25474 \end_layout
25475
25476 \begin_layout Standard
25477 Right-clicking on a float-box and clicking on 
25478 \family sans
25479 Settings
25480 \family default
25481  opens a dialog where you can alter the placement options that LaTeX uses
25482  for positioning the float.
25483 \begin_inset Newline newline
25484 \end_inset
25485
25486 The option 
25487 \family sans
25488 Span
25489 \begin_inset space ~
25490 \end_inset
25491
25492 columns
25493 \family default
25494  is only useful for two-column documents: If you select it, the float will
25495  span both columns on the page instead of being confined to just one.
25496 \begin_inset Newline newline
25497 \end_inset
25498
25499 The option 
25500 \family sans
25501 Rotate
25502 \begin_inset space ~
25503 \end_inset
25504
25505 sideways
25506 \family default
25507  is used to rotate floats, see section 
25508 \begin_inset CommandInset ref
25509 LatexCommand ref
25510 reference "sec:Rotated-Floats"
25511
25512 \end_inset
25513
25514 .
25515 \end_layout
25516
25517 \begin_layout Standard
25518 You can use one or more of the following options in the float dialog to
25519  set the placement for a particular float when you uncheck the option 
25520 \family sans
25521 Use
25522 \begin_inset space ~
25523 \end_inset
25524
25525 default
25526 \begin_inset space ~
25527 \end_inset
25528
25529 placement
25530 \family default
25531 :
25532 \end_layout
25533
25534 \begin_layout Description
25535 Here
25536 \begin_inset space ~
25537 \end_inset
25538
25539 if
25540 \begin_inset space ~
25541 \end_inset
25542
25543 possible try to place the float on the position where it has been inserted
25544 \end_layout
25545
25546 \begin_layout Description
25547 Top
25548 \begin_inset space ~
25549 \end_inset
25550
25551 of
25552 \begin_inset space ~
25553 \end_inset
25554
25555 page try to place the float at the top of the current page
25556 \end_layout
25557
25558 \begin_layout Description
25559 Bottom
25560 \begin_inset space ~
25561 \end_inset
25562
25563 of
25564 \begin_inset space ~
25565 \end_inset
25566
25567 page try to place the float at the bottom of the current page
25568 \end_layout
25569
25570 \begin_layout Description
25571 Page
25572 \begin_inset space ~
25573 \end_inset
25574
25575 of
25576 \begin_inset space ~
25577 \end_inset
25578
25579 floats try to place the float on its own page
25580 \end_layout
25581
25582 \begin_layout Standard
25583 The order of the above option is 
25584 \emph on
25585 always
25586 \emph default
25587  used by LaTeX.
25588  That means, if you use the default placement, LaTeX will first try out
25589  
25590 \family sans
25591 Here
25592 \begin_inset space ~
25593 \end_inset
25594
25595 if
25596 \begin_inset space ~
25597 \end_inset
25598
25599 possible
25600 \family default
25601 , then 
25602 \family sans
25603 Top
25604 \begin_inset space ~
25605 \end_inset
25606
25607 of
25608 \begin_inset space ~
25609 \end_inset
25610
25611 page
25612 \family default
25613 , and then the others.
25614  If you do not use the default, LaTeX will try only the checked options
25615  but in the same order.
25616  If none of the 4
25617 \begin_inset space ~
25618 \end_inset
25619
25620 placements is possible the procedure is internally repeated trying to put
25621  the float on the following page.
25622 \end_layout
25623
25624 \begin_layout Standard
25625 By default, each option has its own rules:
25626 \end_layout
25627
25628 \begin_layout Labeling
25629 \labelwidthstring 00.00.0000
25630
25631 \family sans
25632 Top
25633 \begin_inset space ~
25634 \end_inset
25635
25636 of
25637 \begin_inset space ~
25638 \end_inset
25639
25640 page
25641 \family default
25642  only floats occupying less than 70
25643 \begin_inset space \thinspace{}
25644 \end_inset
25645
25646 % of the page can be placed at the top of a page (
25647 \series bold
25648
25649 \backslash
25650 topfraction
25651 \series default
25652 )
25653 \end_layout
25654
25655 \begin_layout Labeling
25656 \labelwidthstring 00.00.0000
25657
25658 \family sans
25659 Bottom
25660 \begin_inset space ~
25661 \end_inset
25662
25663 of
25664 \begin_inset space ~
25665 \end_inset
25666
25667 page
25668 \family default
25669 : only floats occupying less than 30
25670 \begin_inset space \thinspace{}
25671 \end_inset
25672
25673 % of the page can be placed at the bottom of a page.
25674  (
25675 \series bold
25676
25677 \backslash
25678 bottomfraction
25679 \series default
25680 )
25681 \end_layout
25682
25683 \begin_layout Labeling
25684 \labelwidthstring 00.00.0000
25685
25686 \family sans
25687 Page
25688 \begin_inset space ~
25689 \end_inset
25690
25691 of
25692 \begin_inset space ~
25693 \end_inset
25694
25695 floats
25696 \family default
25697 : only if more than 50
25698 \begin_inset space \thinspace{}
25699 \end_inset
25700
25701 % of the page is occupied by floats, several floats can be set together
25702  on a page.
25703  (
25704 \series bold
25705
25706 \backslash
25707 floatpagefraction
25708 \series default
25709 )
25710 \end_layout
25711
25712 \begin_layout Standard
25713 If you don't like these rules, you can ignore them by using the additional
25714  option 
25715 \family sans
25716 Ignore
25717 \begin_inset space ~
25718 \end_inset
25719
25720 LaTeX
25721 \begin_inset space ~
25722 \end_inset
25723
25724 rules
25725 \family default
25726 .
25727 \begin_inset Newline newline
25728 \end_inset
25729
25730 You can also redefine the rules with LaTeX-commands that are given in parenthese
25731 s after the rules description above.
25732  To increase for example the often too small default of the bottom-rule
25733  to 50
25734 \begin_inset space \thinspace{}
25735 \end_inset
25736
25737 % of the page, add this line to your document preamble:
25738 \end_layout
25739
25740 \begin_layout Standard
25741
25742 \series bold
25743
25744 \backslash
25745 renewcommand{
25746 \backslash
25747 bottomfraction}{0.5}
25748 \end_layout
25749
25750 \begin_layout Standard
25751 Sometimes you might need, under all circumstances, a float to be placed
25752  exactly at the position where it is inserted.
25753  For this case you can use the option 
25754 \family sans
25755 Here
25756 \begin_inset space ~
25757 \end_inset
25758
25759 definitely
25760 \family default
25761 .
25762  Use this option very rarely and only if the document is almost ready to
25763  be printed, because the float is then no longer able to 
25764 \begin_inset Quotes eld
25765 \end_inset
25766
25767 float
25768 \begin_inset Quotes erd
25769 \end_inset
25770
25771  when you change your document and this will often destroy the page layout.
25772 \end_layout
25773
25774 \begin_layout Standard
25775 There are no placement options for text wrap floats, because they are always
25776  surrounded by the text of a certain paragraph.
25777 \begin_inset VSpace bigskip
25778 \end_inset
25779
25780
25781 \end_layout
25782
25783 \begin_layout Standard
25784 Sometimes you have the problem that a float is placed at the top of a page
25785  while its corresponding section starts at the middle of the page, so that
25786  the reader could think the float is part of the previous section.
25787  To avoid this the LaTeX-command 
25788 \series bold
25789
25790 \backslash
25791 suppressfloats
25792 \series default
25793  can be used.
25794  It suppresses a given float placement for the page where it is inserted
25795  and can therefore be used to avoid floats being set before a section starts.
25796  To get this, add these commands to your document preamble:
25797 \end_layout
25798
25799 \begin_layout Standard
25800
25801 \series bold
25802
25803 \backslash
25804 let
25805 \backslash
25806 mySection
25807 \backslash
25808 section
25809 \begin_inset Newline newline
25810 \end_inset
25811
25812
25813 \backslash
25814 renewcommand{
25815 \backslash
25816 section}{
25817 \backslash
25818 suppressfloats[t]
25819 \backslash
25820 mySection}
25821 \end_layout
25822
25823 \begin_layout Standard
25824 You can define the same for all section headings, like chapters and subsections.
25825  This definition is not recommended to be used for small text parts like
25826  subsubsections because LaTeX may then have problems finding a suitable
25827  placement.
25828 \end_layout
25829
25830 \begin_layout Standard
25831 \begin_inset VSpace bigskip
25832 \end_inset
25833
25834 In some cases it is required to have all figures/tables at the end of the
25835  document.
25836  For this purpose the LaTeX-package 
25837 \series bold
25838 endfloat
25839 \series default
25840
25841 \begin_inset Index idx
25842 status collapsed
25843
25844 \begin_layout Plain Layout
25845 LaTeX-packages ! endfloat
25846 \end_layout
25847
25848 \end_inset
25849
25850  was developed.
25851  It puts all figure and table floats at the end of the document into their
25852  own sections.
25853  At the original float position a text hint like 
25854 \begin_inset Quotes eld
25855 \end_inset
25856
25857
25858 \family sans
25859 [Figure
25860 \begin_inset space ~
25861 \end_inset
25862
25863 3.2 about here.]
25864 \family default
25865
25866 \begin_inset Quotes erd
25867 \end_inset
25868
25869  is inserted.
25870  The endfloat-package is loaded in the preamble with the line
25871 \end_layout
25872
25873 \begin_layout Standard
25874
25875 \series bold
25876
25877 \backslash
25878 usepackage[options]{endfloat}
25879 \end_layout
25880
25881 \begin_layout Standard
25882 There are various package options to format the created figure/table sections.
25883  For more information we refer you to the 
25884 \series bold
25885 endfloat
25886 \series default
25887  documentation 
25888 \begin_inset CommandInset citation
25889 LatexCommand cite
25890 key "endfloat"
25891
25892 \end_inset
25893
25894 .
25895 \begin_inset Newline newline
25896 \end_inset
25897
25898
25899 \begin_inset Note Greyedout
25900 status open
25901
25902 \begin_layout Plain Layout
25903
25904 \series bold
25905 Note: endfloat
25906 \series default
25907  doesn't provide an automatic translation for the text hint, you have to
25908  do this manually, see section
25909 \begin_inset space ~
25910 \end_inset
25911
25912 4 in 
25913 \begin_inset CommandInset citation
25914 LatexCommand cite
25915 key "endfloat"
25916
25917 \end_inset
25918
25919 .
25920 \end_layout
25921
25922 \end_inset
25923
25924
25925 \begin_inset Newline newline
25926 \end_inset
25927
25928
25929 \begin_inset Note Greyedout
25930 status open
25931
25932 \begin_layout Plain Layout
25933
25934 \series bold
25935 Note:
25936 \series default
25937  There is currently a bug in 
25938 \series bold
25939 endfloat
25940 \series default
25941  when the caption contains a German 
25942 \begin_inset Quotes eld
25943 \end_inset
25944
25945 ß
25946 \begin_inset Quotes erd
25947 \end_inset
25948
25949 .
25950  Use in this case the command 
25951 \begin_inset Quotes eld
25952 \end_inset
25953
25954
25955 \series bold
25956
25957 \backslash
25958 ss
25959 \series default
25960
25961 \begin_inset Quotes erd
25962 \end_inset
25963
25964  in TeX-Code instead of 
25965 \begin_inset Quotes eld
25966 \end_inset
25967
25968 ß
25969 \begin_inset Quotes erd
25970 \end_inset
25971
25972 .
25973 \end_layout
25974
25975 \end_inset
25976
25977
25978 \end_layout
25979
25980 \begin_layout Standard
25981 \begin_inset VSpace bigskip
25982 \end_inset
25983
25984 For more details about float placements, have a look at LaTeX books, 
25985 \begin_inset CommandInset citation
25986 LatexCommand cite
25987 key "latexcompanion,latexguide,latexbook"
25988
25989 \end_inset
25990
25991 .
25992 \end_layout
25993
25994 \begin_layout Section
25995 Rotated Floats
25996 \begin_inset CommandInset label
25997 LatexCommand label
25998 name "sec:Rotated-Floats"
25999
26000 \end_inset
26001
26002
26003 \begin_inset Index idx
26004 status collapsed
26005
26006 \begin_layout Plain Layout
26007 Floats ! Rotating
26008 \end_layout
26009
26010 \end_inset
26011
26012
26013 \end_layout
26014
26015 \begin_layout Standard
26016 Especially for wide tables you might have floats rotated.
26017  To rotate a whole float including the caption, right-click on the float-box
26018  and use the option 
26019 \family sans
26020 Rotate
26021 \begin_inset space ~
26022 \end_inset
26023
26024 sideways
26025 \family default
26026 .
26027 \end_layout
26028
26029 \begin_layout Standard
26030 Rotated floats are always placed on a page of their own (or column of their
26031  own; in case you have a multi-column document).
26032  You can let them span several columns using the float settings option 
26033 \family sans
26034 Span
26035 \begin_inset space ~
26036 \end_inset
26037
26038 columns
26039 \family default
26040 .
26041  Floats are rotated so that you can read them from the outside margin.
26042  To force a certain rotation direction for all pages, you can add either
26043  the option 
26044 \series bold
26045 figuresleft
26046 \series default
26047  or 
26048 \series bold
26049 figuresright
26050 \series default
26051  to the document class options.
26052 \end_layout
26053
26054 \begin_layout Standard
26055 Referencing rotated floats is the same as for normal floats, the caption
26056  format is also the same: Table
26057 \begin_inset space ~
26058 \end_inset
26059
26060
26061 \begin_inset CommandInset ref
26062 LatexCommand ref
26063 reference "tab:Rotated-table"
26064
26065 \end_inset
26066
26067  is an example of a rotated table float.
26068 \end_layout
26069
26070 \begin_layout Standard
26071 \begin_inset Note Greyedout
26072 status open
26073
26074 \begin_layout Plain Layout
26075
26076 \series bold
26077 Note:
26078 \series default
26079  Not all DVI-viewers are able to display rotated floats.
26080 \end_layout
26081
26082 \end_inset
26083
26084
26085 \end_layout
26086
26087 \begin_layout Standard
26088 \begin_inset Float table
26089 wide false
26090 sideways true
26091 status open
26092
26093 \begin_layout Plain Layout
26094 \begin_inset Caption Standard
26095
26096 \begin_layout Plain Layout
26097 \begin_inset CommandInset label
26098 LatexCommand label
26099 name "tab:Rotated-table"
26100
26101 \end_inset
26102
26103  Rotated table
26104 \end_layout
26105
26106 \end_inset
26107
26108
26109 \end_layout
26110
26111 \begin_layout Plain Layout
26112 \align center
26113 \begin_inset Tabular
26114 <lyxtabular version="3" rows="1" columns="5">
26115 <features rotate="0" tabularvalignment="middle">
26116 <column alignment="center" valignment="top" width="0">
26117 <column alignment="center" valignment="top" width="0">
26118 <column alignment="center" valignment="top" width="0">
26119 <column alignment="center" valignment="top" width="0">
26120 <column alignment="center" valignment="top" width="0">
26121 <row>
26122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26123 \begin_inset Text
26124
26125 \begin_layout Plain Layout
26126 test
26127 \end_layout
26128
26129 \end_inset
26130 </cell>
26131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26132 \begin_inset Text
26133
26134 \begin_layout Plain Layout
26135 b
26136 \end_layout
26137
26138 \end_inset
26139 </cell>
26140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26141 \begin_inset Text
26142
26143 \begin_layout Plain Layout
26144 c
26145 \end_layout
26146
26147 \end_inset
26148 </cell>
26149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26150 \begin_inset Text
26151
26152 \begin_layout Plain Layout
26153 d
26154 \end_layout
26155
26156 \end_inset
26157 </cell>
26158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26159 \begin_inset Text
26160
26161 \begin_layout Plain Layout
26162 e
26163 \end_layout
26164
26165 \end_inset
26166 </cell>
26167 </row>
26168 </lyxtabular>
26169
26170 \end_inset
26171
26172
26173 \end_layout
26174
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \begin_layout Section
26181 Subfloats
26182 \begin_inset Index idx
26183 status collapsed
26184
26185 \begin_layout Plain Layout
26186 Floats ! Subfloats
26187 \end_layout
26188
26189 \end_inset
26190
26191
26192 \end_layout
26193
26194 \begin_layout Standard
26195 Subfloats are for example used when a figure consists of several images.
26196  They are created by inserting a float into an existing float.
26197  The placement of the subfloats can be controlled in the same way as for
26198  paragraphs as shown in table
26199 \begin_inset space ~
26200 \end_inset
26201
26202
26203 \begin_inset CommandInset ref
26204 LatexCommand ref
26205 reference "tab:Two-subtables-side"
26206
26207 \end_inset
26208
26209  and 
26210 \begin_inset CommandInset ref
26211 LatexCommand ref
26212 reference "tab:Two-subtables-upon"
26213
26214 \end_inset
26215
26216 .
26217 \end_layout
26218
26219 \begin_layout Standard
26220 Referencing subfloats works as for normal floats: Table
26221 \begin_inset space ~
26222 \end_inset
26223
26224
26225 \begin_inset CommandInset ref
26226 LatexCommand ref
26227 reference "tab:This-is-subtable-a"
26228
26229 \end_inset
26230
26231  and 
26232 \begin_inset CommandInset ref
26233 LatexCommand ref
26234 reference "tab:This-is-subtable-b"
26235
26236 \end_inset
26237
26238  are subtables of table
26239 \begin_inset space ~
26240 \end_inset
26241
26242
26243 \begin_inset CommandInset ref
26244 LatexCommand ref
26245 reference "tab:Two-subtables-side"
26246
26247 \end_inset
26248
26249 .
26250 \end_layout
26251
26252 \begin_layout Standard
26253 \begin_inset Float table
26254 wide false
26255 sideways false
26256 status open
26257
26258 \begin_layout Plain Layout
26259 \begin_inset Caption Standard
26260
26261 \begin_layout Plain Layout
26262 \begin_inset CommandInset label
26263 LatexCommand label
26264 name "tab:Two-subtables-side"
26265
26266 \end_inset
26267
26268 Two subtables placed side by side.
26269 \end_layout
26270
26271 \end_inset
26272
26273
26274 \end_layout
26275
26276 \begin_layout Plain Layout
26277 \align center
26278 \begin_inset space \hfill{}
26279 \end_inset
26280
26281
26282 \begin_inset Float table
26283 wide false
26284 sideways false
26285 status collapsed
26286
26287 \begin_layout Plain Layout
26288 \begin_inset Caption Standard
26289
26290 \begin_layout Plain Layout
26291 \begin_inset CommandInset label
26292 LatexCommand label
26293 name "tab:This-is-subtable-a"
26294
26295 \end_inset
26296
26297 This is subtable a.
26298 \end_layout
26299
26300 \end_inset
26301
26302
26303 \end_layout
26304
26305 \begin_layout Plain Layout
26306 \align center
26307 \begin_inset Tabular
26308 <lyxtabular version="3" rows="1" columns="5">
26309 <features rotate="0" tabularvalignment="middle">
26310 <column alignment="center" valignment="top" width="0">
26311 <column alignment="center" valignment="top" width="0">
26312 <column alignment="center" valignment="top" width="0">
26313 <column alignment="center" valignment="top" width="0">
26314 <column alignment="center" valignment="top" width="0">
26315 <row>
26316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26317 \begin_inset Text
26318
26319 \begin_layout Plain Layout
26320 test
26321 \end_layout
26322
26323 \end_inset
26324 </cell>
26325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26326 \begin_inset Text
26327
26328 \begin_layout Plain Layout
26329 b
26330 \end_layout
26331
26332 \end_inset
26333 </cell>
26334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26335 \begin_inset Text
26336
26337 \begin_layout Plain Layout
26338 c
26339 \end_layout
26340
26341 \end_inset
26342 </cell>
26343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26344 \begin_inset Text
26345
26346 \begin_layout Plain Layout
26347 d
26348 \end_layout
26349
26350 \end_inset
26351 </cell>
26352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26353 \begin_inset Text
26354
26355 \begin_layout Plain Layout
26356 e
26357 \end_layout
26358
26359 \end_inset
26360 </cell>
26361 </row>
26362 </lyxtabular>
26363
26364 \end_inset
26365
26366
26367 \end_layout
26368
26369 \end_inset
26370
26371
26372 \begin_inset space \hfill{}
26373 \end_inset
26374
26375
26376 \begin_inset Float table
26377 wide false
26378 sideways false
26379 status collapsed
26380
26381 \begin_layout Plain Layout
26382 \begin_inset Caption Standard
26383
26384 \begin_layout Plain Layout
26385 \begin_inset CommandInset label
26386 LatexCommand label
26387 name "tab:This-is-subtable-b"
26388
26389 \end_inset
26390
26391 This is subtable b.
26392 \end_layout
26393
26394 \end_inset
26395
26396
26397 \end_layout
26398
26399 \begin_layout Plain Layout
26400 \align center
26401 \begin_inset Tabular
26402 <lyxtabular version="3" rows="1" columns="5">
26403 <features rotate="0" tabularvalignment="middle">
26404 <column alignment="center" valignment="top" width="0">
26405 <column alignment="center" valignment="top" width="0">
26406 <column alignment="center" valignment="top" width="0">
26407 <column alignment="center" valignment="top" width="0">
26408 <column alignment="center" valignment="top" width="0">
26409 <row>
26410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26411 \begin_inset Text
26412
26413 \begin_layout Plain Layout
26414 e
26415 \end_layout
26416
26417 \end_inset
26418 </cell>
26419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26420 \begin_inset Text
26421
26422 \begin_layout Plain Layout
26423 d
26424 \end_layout
26425
26426 \end_inset
26427 </cell>
26428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26429 \begin_inset Text
26430
26431 \begin_layout Plain Layout
26432 c
26433 \end_layout
26434
26435 \end_inset
26436 </cell>
26437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26438 \begin_inset Text
26439
26440 \begin_layout Plain Layout
26441 b
26442 \end_layout
26443
26444 \end_inset
26445 </cell>
26446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26447 \begin_inset Text
26448
26449 \begin_layout Plain Layout
26450 test
26451 \end_layout
26452
26453 \end_inset
26454 </cell>
26455 </row>
26456 </lyxtabular>
26457
26458 \end_inset
26459
26460
26461 \end_layout
26462
26463 \end_inset
26464
26465
26466 \begin_inset space \hfill{}
26467 \end_inset
26468
26469
26470 \end_layout
26471
26472 \end_inset
26473
26474
26475 \end_layout
26476
26477 \begin_layout Standard
26478 \begin_inset Float table
26479 wide false
26480 sideways false
26481 status open
26482
26483 \begin_layout Plain Layout
26484 \begin_inset Caption Standard
26485
26486 \begin_layout Plain Layout
26487 \begin_inset CommandInset label
26488 LatexCommand label
26489 name "tab:Two-subtables-upon"
26490
26491 \end_inset
26492
26493 Two subtables placed one above the other.
26494  (a) table with 4 cells, (b) table with 5 cells.
26495 \end_layout
26496
26497 \end_inset
26498
26499
26500 \end_layout
26501
26502 \begin_layout Plain Layout
26503 \align center
26504 \begin_inset Float table
26505 wide false
26506 sideways false
26507 status collapsed
26508
26509 \begin_layout Plain Layout
26510 \begin_inset Caption Standard
26511
26512 \begin_layout Plain Layout
26513
26514 \end_layout
26515
26516 \end_inset
26517
26518
26519 \end_layout
26520
26521 \begin_layout Plain Layout
26522 \align center
26523 \begin_inset Tabular
26524 <lyxtabular version="3" rows="1" columns="4">
26525 <features rotate="0" tabularvalignment="middle">
26526 <column alignment="center" valignment="top" width="0">
26527 <column alignment="center" valignment="top" width="0">
26528 <column alignment="center" valignment="top" width="0">
26529 <column alignment="center" valignment="top" width="0">
26530 <row>
26531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26532 \begin_inset Text
26533
26534 \begin_layout Plain Layout
26535 test
26536 \end_layout
26537
26538 \end_inset
26539 </cell>
26540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Plain Layout
26544 test
26545 \end_layout
26546
26547 \end_inset
26548 </cell>
26549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26550 \begin_inset Text
26551
26552 \begin_layout Plain Layout
26553 test
26554 \end_layout
26555
26556 \end_inset
26557 </cell>
26558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26559 \begin_inset Text
26560
26561 \begin_layout Plain Layout
26562 test
26563 \end_layout
26564
26565 \end_inset
26566 </cell>
26567 </row>
26568 </lyxtabular>
26569
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \end_inset
26576
26577
26578 \end_layout
26579
26580 \begin_layout Plain Layout
26581 \align center
26582 \begin_inset Float table
26583 wide false
26584 sideways false
26585 status collapsed
26586
26587 \begin_layout Plain Layout
26588 \begin_inset Caption Standard
26589
26590 \begin_layout Plain Layout
26591
26592 \end_layout
26593
26594 \end_inset
26595
26596
26597 \end_layout
26598
26599 \begin_layout Plain Layout
26600 \align center
26601 \begin_inset Tabular
26602 <lyxtabular version="3" rows="1" columns="5">
26603 <features rotate="0" tabularvalignment="middle">
26604 <column alignment="center" valignment="top" width="0">
26605 <column alignment="center" valignment="top" width="0">
26606 <column alignment="center" valignment="top" width="0">
26607 <column alignment="center" valignment="top" width="0">
26608 <column alignment="center" valignment="top" width="0">
26609 <row>
26610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26611 \begin_inset Text
26612
26613 \begin_layout Plain Layout
26614 a
26615 \end_layout
26616
26617 \end_inset
26618 </cell>
26619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26620 \begin_inset Text
26621
26622 \begin_layout Plain Layout
26623 b
26624 \end_layout
26625
26626 \end_inset
26627 </cell>
26628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26629 \begin_inset Text
26630
26631 \begin_layout Plain Layout
26632 c
26633 \end_layout
26634
26635 \end_inset
26636 </cell>
26637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26638 \begin_inset Text
26639
26640 \begin_layout Plain Layout
26641 d
26642 \end_layout
26643
26644 \end_inset
26645 </cell>
26646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26647 \begin_inset Text
26648
26649 \begin_layout Plain Layout
26650 e
26651 \end_layout
26652
26653 \end_inset
26654 </cell>
26655 </row>
26656 </lyxtabular>
26657
26658 \end_inset
26659
26660
26661 \end_layout
26662
26663 \end_inset
26664
26665
26666 \end_layout
26667
26668 \end_inset
26669
26670
26671 \end_layout
26672
26673 \begin_layout Section
26674 Floats Side by Side
26675 \begin_inset Index idx
26676 status collapsed
26677
26678 \begin_layout Plain Layout
26679 Floats ! Side by side
26680 \end_layout
26681
26682 \end_inset
26683
26684
26685 \end_layout
26686
26687 \begin_layout Standard
26688 To place floats side by side, as in Figures
26689 \begin_inset space ~
26690 \end_inset
26691
26692
26693 \begin_inset CommandInset ref
26694 LatexCommand ref
26695 reference "fig:Float-left"
26696
26697 \end_inset
26698
26699  and 
26700 \begin_inset CommandInset ref
26701 LatexCommand ref
26702 reference "fig:Float-right"
26703
26704 \end_inset
26705
26706 , only 
26707 \emph on
26708 one
26709 \emph default
26710  float is used.
26711  In it two minipage boxes are inserted.
26712 \begin_inset Foot
26713 status collapsed
26714
26715 \begin_layout Plain Layout
26716 Minipages are explained in section
26717 \begin_inset space ~
26718 \end_inset
26719
26720
26721 \begin_inset CommandInset ref
26722 LatexCommand ref
26723 reference "sec:Minipages"
26724
26725 \end_inset
26726
26727 .
26728 \end_layout
26729
26730 \end_inset
26731
26732  The width is set to 45
26733 \begin_inset space \thinspace{}
26734 \end_inset
26735
26736 -50
26737 \begin_inset space \thinspace{}
26738 \end_inset
26739
26740 column% and the box alignment to 
26741 \family sans
26742 Bottom
26743 \family default
26744  for each minipage.
26745  The minipage boxes contain the image and the caption in the same way as
26746  they are in a float.
26747  The only difference is that the image unit 
26748 \family sans
26749 Column
26750 \begin_inset space ~
26751 \end_inset
26752
26753 Width
26754 \begin_inset space ~
26755 \end_inset
26756
26757 %
26758 \family default
26759  is now calculated according to the width of the minipage boxes.
26760 \end_layout
26761
26762 \begin_layout Standard
26763 \begin_inset Float figure
26764 wide false
26765 sideways false
26766 status open
26767
26768 \begin_layout Plain Layout
26769 \begin_inset Box Frameless
26770 position "b"
26771 hor_pos "c"
26772 has_inner_box 1
26773 inner_pos "t"
26774 use_parbox 0
26775 use_makebox 0
26776 width "45col%"
26777 special "none"
26778 height "1in"
26779 height_special "totalheight"
26780 status open
26781
26782 \begin_layout Plain Layout
26783 \align center
26784 \begin_inset Graphics
26785         filename clipart/mobius.eps
26786         lyxscale 50
26787         width 100col%
26788         scaleBeforeRotation
26789
26790 \end_inset
26791
26792
26793 \end_layout
26794
26795 \begin_layout Plain Layout
26796 \begin_inset Caption Standard
26797
26798 \begin_layout Plain Layout
26799 \begin_inset CommandInset label
26800 LatexCommand label
26801 name "fig:Float-left"
26802
26803 \end_inset
26804
26805 Float on the left side.
26806 \end_layout
26807
26808 \end_inset
26809
26810
26811 \end_layout
26812
26813 \end_inset
26814
26815
26816 \begin_inset space \hfill{}
26817 \end_inset
26818
26819
26820 \begin_inset Box Frameless
26821 position "b"
26822 hor_pos "c"
26823 has_inner_box 1
26824 inner_pos "t"
26825 use_parbox 0
26826 use_makebox 0
26827 width "45col%"
26828 special "none"
26829 height "1in"
26830 height_special "totalheight"
26831 status open
26832
26833 \begin_layout Plain Layout
26834 \align center
26835 \begin_inset Graphics
26836         filename clipart/platypus.eps
26837         lyxscale 50
26838         width 100col%
26839         scaleBeforeRotation
26840
26841 \end_inset
26842
26843
26844 \end_layout
26845
26846 \begin_layout Plain Layout
26847 \begin_inset Caption Standard
26848
26849 \begin_layout Plain Layout
26850 \begin_inset CommandInset label
26851 LatexCommand label
26852 name "fig:Float-right"
26853
26854 \end_inset
26855
26856 Float on the right side.
26857 \end_layout
26858
26859 \end_inset
26860
26861
26862 \end_layout
26863
26864 \end_inset
26865
26866
26867 \end_layout
26868
26869 \begin_layout Plain Layout
26870
26871 \end_layout
26872
26873 \end_inset
26874
26875
26876 \end_layout
26877
26878 \begin_layout Section
26879 Caption Formatting
26880 \begin_inset Index idx
26881 status collapsed
26882
26883 \begin_layout Plain Layout
26884 Caption ! Formatting
26885 \end_layout
26886
26887 \end_inset
26888
26889
26890 \begin_inset Index idx
26891 status collapsed
26892
26893 \begin_layout Plain Layout
26894 Floats ! Caption Formatting
26895 \end_layout
26896
26897 \end_inset
26898
26899
26900 \begin_inset CommandInset label
26901 LatexCommand label
26902 name "sec:Caption-Formatting"
26903
26904 \end_inset
26905
26906
26907 \end_layout
26908
26909 \begin_layout Standard
26910 The 
26911 \family sans
26912 Caption
26913 \family default
26914  environment is the default paragraph environment for 
26915 \family sans
26916 Floats
26917 \family default
26918 .
26919  On the LyX screen captions appear as a label, e.
26920 \begin_inset space \thinspace{}
26921 \end_inset
26922
26923 g.
26924 \begin_inset space \space{}
26925 \end_inset
26926
26927
26928 \begin_inset Quotes eld
26929 \end_inset
26930
26931
26932 \family sans
26933 Figure #:
26934 \family default
26935
26936 \begin_inset Quotes erd
26937 \end_inset
26938
26939  followed by the caption text.
26940  
26941 \begin_inset Quotes eld
26942 \end_inset
26943
26944 #
26945 \begin_inset Quotes erd
26946 \end_inset
26947
26948  is the actual reference number.
26949  By default the label and the number are in the same font as the caption
26950  text and a colon follows the number to divide the label from the text.
26951  This caption format is not suitable for all document formats.
26952  
26953 \end_layout
26954
26955 \begin_layout Standard
26956 To change the default caption format, load the LaTeX-package 
26957 \series bold
26958 caption
26959 \series default
26960
26961 \begin_inset Index idx
26962 status collapsed
26963
26964 \begin_layout Plain Layout
26965 LaTeX-packages ! caption
26966 \end_layout
26967
26968 \end_inset
26969
26970  in the document preamble with this line:
26971 \end_layout
26972
26973 \begin_layout Standard
26974
26975 \series bold
26976
26977 \backslash
26978 usepackage[format definition]{caption}
26979 \end_layout
26980
26981 \begin_layout Standard
26982 To have for example the label and the number in sans-serif bold font and
26983  the table captions always above the table as in this document, use the
26984  following command:
26985 \end_layout
26986
26987 \begin_layout Standard
26988
26989 \series bold
26990
26991 \backslash
26992 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26993 \end_layout
26994
26995 \begin_layout Standard
26996 You can also define different caption formats for the different float types.
26997  In this case load the 
26998 \series bold
26999 caption
27000 \series default
27001  package without format specific options and define the different formats
27002  with the help of the command
27003 \end_layout
27004
27005 \begin_layout Standard
27006
27007 \series bold
27008
27009 \backslash
27010 captionsetup[float type]{format definition}
27011 \end_layout
27012
27013 \begin_layout Standard
27014 in the document preamble.
27015  For example the caption formats of Figure
27016 \begin_inset space ~
27017 \end_inset
27018
27019
27020 \begin_inset CommandInset ref
27021 LatexCommand ref
27022 reference "fig:This-is-an-fig"
27023
27024 \end_inset
27025
27026  and Table
27027 \begin_inset space ~
27028 \end_inset
27029
27030
27031 \begin_inset CommandInset ref
27032 LatexCommand ref
27033 reference "tab:This-is-an-tab"
27034
27035 \end_inset
27036
27037  can be created using these commands in the document preamble:
27038 \end_layout
27039
27040 \begin_layout Standard
27041
27042 \series bold
27043
27044 \backslash
27045 usepackage[tableposition=top]{caption}
27046 \series default
27047
27048 \begin_inset Newline newline
27049 \end_inset
27050
27051
27052 \series bold
27053
27054 \backslash
27055 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27056 \begin_inset Newline newline
27057 \end_inset
27058
27059
27060 \begin_inset Phantom HPhantom
27061 status open
27062
27063 \begin_layout Plain Layout
27064
27065 \series bold
27066
27067 \backslash
27068 captionsetup[figure]{
27069 \end_layout
27070
27071 \end_inset
27072
27073 labelsep=period}
27074 \begin_inset Newline newline
27075 \end_inset
27076
27077
27078 \backslash
27079 captionsetup[table]{labelfont={bf,sf}}
27080 \end_layout
27081
27082 \begin_layout Standard
27083 \begin_inset Note Greyedout
27084 status open
27085
27086 \begin_layout Plain Layout
27087
27088 \series bold
27089 Note:
27090 \series default
27091  The option 
27092 \series bold
27093 tableposition=top
27094 \series default
27095  has no effect when a 
27096 \series bold
27097 KOMA-Script
27098 \series default
27099
27100 \begin_inset Index idx
27101 status collapsed
27102
27103 \begin_layout Plain Layout
27104 LaTeX-packages ! KOMA-Script
27105 \end_layout
27106
27107 \end_inset
27108
27109  document class is used.
27110  In this case the document class option 
27111 \series bold
27112 captions=tableheading
27113 \series default
27114  must be used.
27115 \end_layout
27116
27117 \end_inset
27118
27119
27120 \end_layout
27121
27122 \begin_layout Standard
27123 For more information about the package 
27124 \series bold
27125 caption
27126 \series default
27127  we refer to its documentation 
27128 \begin_inset CommandInset citation
27129 LatexCommand cite
27130 key "caption"
27131
27132 \end_inset
27133
27134 .
27135 \end_layout
27136
27137 \begin_layout Standard
27138 To change the label name from e.
27139 \begin_inset space \thinspace{}
27140 \end_inset
27141
27142 g.
27143 \begin_inset space \space{}
27144 \end_inset
27145
27146
27147 \begin_inset Quotes eld
27148 \end_inset
27149
27150 Figure
27151 \begin_inset Quotes erd
27152 \end_inset
27153
27154  to 
27155 \begin_inset Quotes eld
27156 \end_inset
27157
27158 Image
27159 \begin_inset Quotes erd
27160 \end_inset
27161
27162  use this preamble command:
27163 \end_layout
27164
27165 \begin_layout Standard
27166
27167 \series bold
27168
27169 \backslash
27170 renewcommand{
27171 \backslash
27172 fnum@figure}{Image~
27173 \backslash
27174 thefigure}
27175 \end_layout
27176
27177 \begin_layout Standard
27178 where 
27179 \series bold
27180
27181 \backslash
27182 thefigure
27183 \series default
27184  inserts the figure number and
27185 \series bold
27186  
27187 \begin_inset Quotes eld
27188 \end_inset
27189
27190 ~
27191 \series default
27192
27193 \begin_inset Quotes erd
27194 \end_inset
27195
27196  creates a protected space.
27197 \end_layout
27198
27199 \begin_layout Standard
27200 \begin_inset VSpace bigskip
27201 \end_inset
27202
27203 If you are using a 
27204 \series bold
27205 KOMA-Script
27206 \series default
27207
27208 \begin_inset Index idx
27209 status collapsed
27210
27211 \begin_layout Plain Layout
27212 LaTeX-packages ! KOMA-Script
27213 \end_layout
27214
27215 \end_inset
27216
27217  document class (
27218 \family sans
27219 article (KOMA-Script)
27220 \family default
27221
27222 \family sans
27223 book (KOMA-Script)
27224 \family default
27225
27226 \family sans
27227 letter (KOMA-Script)
27228 \family default
27229 , or 
27230 \family sans
27231 report (KOMA-Script)
27232 \family default
27233
27234 \begin_inset space \thinspace{}
27235 \end_inset
27236
27237 ), you can alternatively to the 
27238 \series bold
27239 caption
27240 \series default
27241  package use 
27242 \series bold
27243 KOMA-Script
27244 \series default
27245 's built-in command 
27246 \series bold
27247
27248 \backslash
27249 setkomafont
27250 \series default
27251 .
27252  For example, to have the caption label in bold, add this command to your
27253  document preamble:
27254 \end_layout
27255
27256 \begin_layout Standard
27257
27258 \series bold
27259
27260 \backslash
27261 setkomafont{captionlabel}{
27262 \backslash
27263 bfseries}
27264 \end_layout
27265
27266 \begin_layout Standard
27267 For more information about 
27268 \series bold
27269
27270 \backslash
27271 setkomafont
27272 \series default
27273  we refer to the 
27274 \series bold
27275 KOMA-Script
27276 \series default
27277  documentation 
27278 \begin_inset CommandInset citation
27279 LatexCommand cite
27280 key "KOMA-Script"
27281
27282 \end_inset
27283
27284 .
27285 \end_layout
27286
27287 \begin_layout Standard
27288 \begin_inset ERT
27289 status collapsed
27290
27291 \begin_layout Plain Layout
27292
27293
27294 \backslash
27295 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27296 }
27297 \end_layout
27298
27299 \end_inset
27300
27301
27302 \begin_inset Note Note
27303 status open
27304
27305 \begin_layout Plain Layout
27306 The caption format is changed only for this example.
27307 \end_layout
27308
27309 \end_inset
27310
27311
27312 \end_layout
27313
27314 \begin_layout Standard
27315 \begin_inset Float figure
27316 placement !p
27317 wide false
27318 sideways false
27319 status open
27320
27321 \begin_layout Plain Layout
27322 \align center
27323 \begin_inset Graphics
27324         filename clipart/mobius.eps
27325         lyxscale 50
27326         scale 50
27327         scaleBeforeRotation
27328
27329 \end_inset
27330
27331
27332 \end_layout
27333
27334 \begin_layout Plain Layout
27335 \begin_inset Caption Standard
27336
27337 \begin_layout Plain Layout
27338 \begin_inset CommandInset label
27339 LatexCommand label
27340 name "fig:This-is-an-fig"
27341
27342 \end_inset
27343
27344 This is an example figure caption that is longer than one line to show the
27345  different caption format.
27346  Here a self-defined caption format is used.
27347 \end_layout
27348
27349 \end_inset
27350
27351
27352 \end_layout
27353
27354 \end_inset
27355
27356
27357 \end_layout
27358
27359 \begin_layout Standard
27360 \begin_inset ERT
27361 status collapsed
27362
27363 \begin_layout Plain Layout
27364
27365
27366 \backslash
27367 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27368 on}
27369 \end_layout
27370
27371 \end_inset
27372
27373
27374 \end_layout
27375
27376 \begin_layout Standard
27377 \begin_inset Float table
27378 placement !p
27379 wide false
27380 sideways false
27381 status open
27382
27383 \begin_layout Plain Layout
27384 \begin_inset Caption Standard
27385
27386 \begin_layout Plain Layout
27387 \begin_inset CommandInset label
27388 LatexCommand label
27389 name "tab:This-is-an-tab"
27390
27391 \end_inset
27392
27393 This is an example table caption that is longer than one line to show the
27394  different caption format.
27395  Here the standard caption format for tables in this document is used.
27396 \end_layout
27397
27398 \end_inset
27399
27400
27401 \end_layout
27402
27403 \begin_layout Plain Layout
27404 \align center
27405 \begin_inset Tabular
27406 <lyxtabular version="3" rows="1" columns="5">
27407 <features rotate="0" tabularvalignment="middle">
27408 <column alignment="center" valignment="top" width="0">
27409 <column alignment="center" valignment="top" width="0">
27410 <column alignment="center" valignment="top" width="0">
27411 <column alignment="center" valignment="top" width="0">
27412 <column alignment="center" valignment="top" width="0">
27413 <row>
27414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27415 \begin_inset Text
27416
27417 \begin_layout Plain Layout
27418 a
27419 \end_layout
27420
27421 \end_inset
27422 </cell>
27423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27424 \begin_inset Text
27425
27426 \begin_layout Plain Layout
27427 b
27428 \end_layout
27429
27430 \end_inset
27431 </cell>
27432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27433 \begin_inset Text
27434
27435 \begin_layout Plain Layout
27436 c
27437 \end_layout
27438
27439 \end_inset
27440 </cell>
27441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27442 \begin_inset Text
27443
27444 \begin_layout Plain Layout
27445 d
27446 \end_layout
27447
27448 \end_inset
27449 </cell>
27450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27451 \begin_inset Text
27452
27453 \begin_layout Plain Layout
27454 e
27455 \end_layout
27456
27457 \end_inset
27458 </cell>
27459 </row>
27460 </lyxtabular>
27461
27462 \end_inset
27463
27464
27465 \end_layout
27466
27467 \end_inset
27468
27469
27470 \end_layout
27471
27472 \begin_layout Section
27473 Caption Placement
27474 \begin_inset Index idx
27475 status collapsed
27476
27477 \begin_layout Plain Layout
27478 Caption ! Placement
27479 \end_layout
27480
27481 \end_inset
27482
27483
27484 \begin_inset Index idx
27485 status collapsed
27486
27487 \begin_layout Plain Layout
27488 Floats ! Caption Placement
27489 \end_layout
27490
27491 \end_inset
27492
27493
27494 \begin_inset CommandInset label
27495 LatexCommand label
27496 name "sec:Caption-Placement"
27497
27498 \end_inset
27499
27500
27501 \end_layout
27502
27503 \begin_layout Standard
27504 The common caption placement rule is:
27505 \end_layout
27506
27507 \begin_layout Description
27508 Figure: Caption is set below the figure
27509 \end_layout
27510
27511 \begin_layout Description
27512 Table: Caption is set above the table
27513 \end_layout
27514
27515 \begin_layout Standard
27516 Having the caption above the table is unfortunately not supported in LaTeX's
27517  standard classes.
27518  That means if you are using the document classes 
27519 \family sans
27520 article
27521 \family default
27522
27523 \family sans
27524 book
27525 \family default
27526
27527 \family sans
27528 letter
27529 \family default
27530 , or 
27531 \family sans
27532 report
27533 \family default
27534  there will be no space between the caption and the table.
27535  To insert the necessary space, add the following option to the load command
27536  of the LaTeX-package 
27537 \series bold
27538 caption
27539 \series default
27540  in your document preamble
27541 \begin_inset Foot
27542 status collapsed
27543
27544 \begin_layout Plain Layout
27545 See section
27546 \begin_inset space ~
27547 \end_inset
27548
27549
27550 \begin_inset CommandInset ref
27551 LatexCommand ref
27552 reference "sec:Caption-Formatting"
27553
27554 \end_inset
27555
27556  for more information of the package 
27557 \series bold
27558 caption
27559 \series default
27560 .
27561 \end_layout
27562
27563 \end_inset
27564
27565 :
27566 \end_layout
27567
27568 \begin_layout Standard
27569
27570 \series bold
27571 tableposition=top
27572 \end_layout
27573
27574 \begin_layout Standard
27575 If you are using a 
27576 \series bold
27577 KOMA-Script
27578 \series default
27579
27580 \begin_inset Index idx
27581 status collapsed
27582
27583 \begin_layout Plain Layout
27584 LaTeX-packages ! KOMA-Script
27585 \end_layout
27586
27587 \end_inset
27588
27589  document class (
27590 \family sans
27591 article (KOMA-Script)
27592 \family default
27593
27594 \family sans
27595 book (KOMA-Script)
27596 \family default
27597
27598 \family sans
27599 letter (KOMA-Script)
27600 \family default
27601 , or 
27602 \family sans
27603 report (KOMA-Script)
27604 \family default
27605
27606 \begin_inset space \thinspace{}
27607 \end_inset
27608
27609 ), you can alternatively to the 
27610 \series bold
27611 caption
27612 \series default
27613  package set the document class option 
27614 \series bold
27615 captions=tableheading
27616 \series default
27617 .
27618 \end_layout
27619
27620 \begin_layout Standard
27621 \begin_inset VSpace bigskip
27622 \end_inset
27623
27624 It is also possible to set the caption beside a figure or table.
27625  To get this the LaTeX-package 
27626 \series bold
27627 sidecap
27628 \series default
27629
27630 \begin_inset Index idx
27631 status collapsed
27632
27633 \begin_layout Plain Layout
27634 LaTeX-packages ! sidecap
27635 \end_layout
27636
27637 \end_inset
27638
27639  has to be loaded in the document preamble with the line
27640 \end_layout
27641
27642 \begin_layout Standard
27643
27644 \series bold
27645
27646 \backslash
27647 usepackage[option]{sidecap}
27648 \end_layout
27649
27650 \begin_layout Standard
27651 If you set no option, the caption is placed on the side of the outer page
27652  margin – to the right on odd pages, to the left on even pages.
27653  You can change the placement to inner margin with the option 
27654 \series bold
27655 innercaption
27656 \series default
27657 .
27658  To force the placement always to the right or left, use the option 
27659 \series bold
27660 rightcaption
27661 \series default
27662  or 
27663 \series bold
27664 leftcaption
27665 \series default
27666 , respectively.
27667 \end_layout
27668
27669 \begin_layout Standard
27670 \begin_inset ERT
27671 status collapsed
27672
27673 \begin_layout Plain Layout
27674
27675
27676 \backslash
27677 ifsidecap
27678 \end_layout
27679
27680 \end_inset
27681
27682
27683 \begin_inset Note Note
27684 status open
27685
27686 \begin_layout Plain Layout
27687 The following section will only be displayed when the LaTeX-package 
27688 \series bold
27689 sidecap
27690 \series default
27691  is installed.
27692 \end_layout
27693
27694 \end_inset
27695
27696
27697 \end_layout
27698
27699 \begin_layout Standard
27700 To place in LyX the caption of a float on the side, it is necessary to add
27701  these commands to the document preamble:
27702 \end_layout
27703
27704 \begin_layout Standard
27705 \begin_inset Newpage pagebreak
27706 \end_inset
27707
27708
27709 \end_layout
27710
27711 \begin_layout Standard
27712 \noindent
27713 \begin_inset CommandInset line
27714 LatexCommand rule
27715 offset "0.5ex"
27716 width "100line%"
27717 height "1pt"
27718
27719 \end_inset
27720
27721
27722 \end_layout
27723
27724 \begin_layout Standard
27725
27726 \series bold
27727
27728 \backslash
27729 newcommand{
27730 \backslash
27731 TabBesBeg}[1][1.0]{%
27732 \begin_inset Newline newline
27733 \end_inset
27734
27735
27736 \begin_inset Phantom HPhantom
27737 status open
27738
27739 \begin_layout Plain Layout
27740 \begin_inset space ~
27741 \end_inset
27742
27743
27744 \end_layout
27745
27746 \end_inset
27747
27748
27749 \backslash
27750 let
27751 \backslash
27752 MyTable
27753 \backslash
27754 table
27755 \begin_inset Newline newline
27756 \end_inset
27757
27758
27759 \begin_inset Phantom HPhantom
27760 status open
27761
27762 \begin_layout Plain Layout
27763
27764 \series medium
27765 \begin_inset space ~
27766 \end_inset
27767
27768
27769 \end_layout
27770
27771 \end_inset
27772
27773
27774 \backslash
27775 let
27776 \backslash
27777 MyEndtable
27778 \backslash
27779 endtable
27780 \begin_inset Newline newline
27781 \end_inset
27782
27783
27784 \begin_inset Phantom HPhantom
27785 status open
27786
27787 \begin_layout Plain Layout
27788
27789 \series medium
27790 \begin_inset space ~
27791 \end_inset
27792
27793
27794 \end_layout
27795
27796 \end_inset
27797
27798
27799 \backslash
27800 renewenvironment{table}[1]{
27801 \backslash
27802 begin{SCtable}[#1]##1}{
27803 \backslash
27804 end{SCtable}}}
27805 \end_layout
27806
27807 \begin_layout Standard
27808
27809 \series bold
27810
27811 \backslash
27812 newcommand{
27813 \backslash
27814 TabBesEnd}{%
27815 \begin_inset Newline newline
27816 \end_inset
27817
27818
27819 \begin_inset Phantom HPhantom
27820 status open
27821
27822 \begin_layout Plain Layout
27823 \begin_inset space ~
27824 \end_inset
27825
27826
27827 \end_layout
27828
27829 \end_inset
27830
27831
27832 \backslash
27833 let
27834 \backslash
27835 table
27836 \backslash
27837 MyTable
27838 \begin_inset Newline newline
27839 \end_inset
27840
27841
27842 \begin_inset Phantom HPhantom
27843 status open
27844
27845 \begin_layout Plain Layout
27846 \begin_inset space ~
27847 \end_inset
27848
27849
27850 \end_layout
27851
27852 \end_inset
27853
27854
27855 \backslash
27856 let
27857 \backslash
27858 endtable
27859 \backslash
27860 MyEndtable
27861 \end_layout
27862
27863 \begin_layout Standard
27864
27865 \series bold
27866
27867 \backslash
27868 newcommand{
27869 \backslash
27870 FigBesBeg}[1][1.0]{%
27871 \begin_inset Newline newline
27872 \end_inset
27873
27874
27875 \begin_inset Phantom HPhantom
27876 status open
27877
27878 \begin_layout Plain Layout
27879 \begin_inset space ~
27880 \end_inset
27881
27882
27883 \end_layout
27884
27885 \end_inset
27886
27887
27888 \backslash
27889 let
27890 \backslash
27891 MyFigure
27892 \backslash
27893 figure
27894 \begin_inset Newline newline
27895 \end_inset
27896
27897
27898 \begin_inset Phantom HPhantom
27899 status open
27900
27901 \begin_layout Plain Layout
27902 \begin_inset space ~
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \end_inset
27909
27910
27911 \backslash
27912 let
27913 \backslash
27914 MyEndfigure
27915 \backslash
27916 endfigure
27917 \begin_inset Newline newline
27918 \end_inset
27919
27920
27921 \begin_inset Phantom HPhantom
27922 status open
27923
27924 \begin_layout Plain Layout
27925 \begin_inset space ~
27926 \end_inset
27927
27928
27929 \end_layout
27930
27931 \end_inset
27932
27933
27934 \backslash
27935 renewenvironment{figure}[1]{
27936 \backslash
27937 begin{SCfigure}[#1]##1}{
27938 \backslash
27939 end{SCfigure}}}
27940 \end_layout
27941
27942 \begin_layout Standard
27943
27944 \series bold
27945
27946 \backslash
27947 newcommand{
27948 \backslash
27949 FigBesEnd}{%
27950 \begin_inset Newline newline
27951 \end_inset
27952
27953
27954 \begin_inset Phantom HPhantom
27955 status open
27956
27957 \begin_layout Plain Layout
27958 \begin_inset space ~
27959 \end_inset
27960
27961
27962 \end_layout
27963
27964 \end_inset
27965
27966
27967 \backslash
27968 let
27969 \backslash
27970 figure
27971 \backslash
27972 MyFigure
27973 \begin_inset Newline newline
27974 \end_inset
27975
27976
27977 \begin_inset Phantom HPhantom
27978 status open
27979
27980 \begin_layout Plain Layout
27981 \begin_inset space ~
27982 \end_inset
27983
27984
27985 \end_layout
27986
27987 \end_inset
27988
27989
27990 \backslash
27991 let
27992 \backslash
27993 endfigure
27994 \backslash
27995 MyEndfigure}
27996 \end_layout
27997
27998 \begin_layout Standard
27999 \noindent
28000 \begin_inset CommandInset line
28001 LatexCommand rule
28002 offset "0.5ex"
28003 width "100line%"
28004 height "1pt"
28005
28006 \end_inset
28007
28008
28009 \end_layout
28010
28011 \begin_layout Standard
28012 The commands allow you to redefine the floats so that the caption is set
28013  on the side.
28014  For figure floats use the command
28015 \end_layout
28016
28017 \begin_layout Standard
28018
28019 \series bold
28020
28021 \backslash
28022 FigBesBeg
28023 \end_layout
28024
28025 \begin_layout Standard
28026 in TeX-Code before the float.
28027  And insert the command
28028 \end_layout
28029
28030 \begin_layout Standard
28031
28032 \series bold
28033
28034 \backslash
28035 FigBesEnd
28036 \end_layout
28037
28038 \begin_layout Standard
28039 in TeX-Code at the point where you want to get back to the original float
28040  definition.
28041 \end_layout
28042
28043 \begin_layout Standard
28044 For table floats use the corresponding commands
28045 \end_layout
28046
28047 \begin_layout Standard
28048
28049 \series bold
28050
28051 \backslash
28052 TabBesBeg
28053 \series default
28054  and 
28055 \series bold
28056
28057 \backslash
28058 TabBesEnd
28059 \end_layout
28060
28061 \begin_layout Standard
28062 Figure
28063 \begin_inset space ~
28064 \end_inset
28065
28066
28067 \begin_inset CommandInset ref
28068 LatexCommand ref
28069 reference "fig:cap-beside-fig"
28070
28071 \end_inset
28072
28073  and Table
28074 \begin_inset space ~
28075 \end_inset
28076
28077
28078 \begin_inset CommandInset ref
28079 LatexCommand ref
28080 reference "tab:cap-beside-tab"
28081
28082 \end_inset
28083
28084  are examples where the caption is set beside.
28085 \end_layout
28086
28087 \begin_layout Standard
28088 You can see in the examples that the caption text appears at the top of
28089  the floats for table floats and at the bottom for figure floats.
28090  To change this, you can use the command
28091 \end_layout
28092
28093 \begin_layout Standard
28094
28095 \series bold
28096
28097 \backslash
28098 sidecaptionvpos{float type}{placement}
28099 \end_layout
28100
28101 \begin_layout Standard
28102 in the document preamble or in TeX-Code before the float.
28103  The float type is either 
28104 \family sans
28105 figure
28106 \family default
28107  or 
28108 \family sans
28109 table
28110 \family default
28111 , the placement can be 
28112 \begin_inset Quotes eld
28113 \end_inset
28114
28115
28116 \family sans
28117 t
28118 \family default
28119
28120 \begin_inset Quotes erd
28121 \end_inset
28122
28123  for top, 
28124 \begin_inset Quotes eld
28125 \end_inset
28126
28127
28128 \family sans
28129 c
28130 \family default
28131
28132 \begin_inset Quotes erd
28133 \end_inset
28134
28135  for center, or 
28136 \begin_inset Quotes eld
28137 \end_inset
28138
28139
28140 \family sans
28141 b
28142 \family default
28143
28144 \begin_inset Quotes erd
28145 \end_inset
28146
28147  for bottom.
28148  To have for example the caption of figure floats vertically centered, use
28149  the command
28150 \end_layout
28151
28152 \begin_layout Standard
28153
28154 \series bold
28155
28156 \backslash
28157 sidecaptionvpos{figure}{c}
28158 \end_layout
28159
28160 \begin_layout Standard
28161 This was used for Figure
28162 \begin_inset space ~
28163 \end_inset
28164
28165
28166 \begin_inset CommandInset ref
28167 LatexCommand ref
28168 reference "fig:cap-beside-fig-2"
28169
28170 \end_inset
28171
28172 .
28173 \end_layout
28174
28175 \begin_layout Standard
28176 \begin_inset VSpace medskip
28177 \end_inset
28178
28179
28180 \end_layout
28181
28182 \begin_layout Standard
28183 The default caption width is the width of the image/table.
28184  For thin image/tables, like in Table
28185 \begin_inset space ~
28186 \end_inset
28187
28188
28189 \begin_inset CommandInset ref
28190 LatexCommand ref
28191 reference "tab:cap-beside-tab"
28192
28193 \end_inset
28194
28195 , this leads to captions that are too thin.
28196  You can increase the width by specifying a factor that will be multiplied
28197  with the image/table width to get the caption width.
28198  The caption width will automatically be recalculated in case it would protrude
28199  over the page or column margin due to the specified width.
28200  The 
28201 \emph on
28202 factor
28203 \emph default
28204  can either be given as optional argument for 
28205 \series bold
28206
28207 \backslash
28208 FigBesBeg
28209 \series default
28210 :
28211 \end_layout
28212
28213 \begin_layout Standard
28214
28215 \series bold
28216
28217 \backslash
28218 FigBesBeg[factor]
28219 \end_layout
28220
28221 \begin_layout Standard
28222 or in the definition of 
28223 \series bold
28224
28225 \backslash
28226 FigBesBeg
28227 \series default
28228  by replacing the 
28229 \series bold
28230 1.0
28231 \series default
28232  with another value.
28233  If you do the latter, your factor will be the default if 
28234 \series bold
28235
28236 \backslash
28237 FigBesBeg
28238 \series default
28239  is used without an argument.
28240  For Table
28241 \begin_inset space ~
28242 \end_inset
28243
28244
28245 \begin_inset CommandInset ref
28246 LatexCommand ref
28247 reference "tab:cap-beside-tab-wider"
28248
28249 \end_inset
28250
28251  the factor 5 was used.
28252 \end_layout
28253
28254 \begin_layout Standard
28255 \begin_inset Note Greyedout
28256 status open
28257
28258 \begin_layout Plain Layout
28259
28260 \series bold
28261 Note:
28262 \series default
28263  For floats with captions set beside, you cannot use the float placement
28264  option 
28265 \family sans
28266 Here
28267 \begin_inset space ~
28268 \end_inset
28269
28270 definitely
28271 \family default
28272  because it is not supported by 
28273 \series bold
28274 sidecap
28275 \series default
28276 .
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \begin_layout Standard
28285 \begin_inset VSpace medskip
28286 \end_inset
28287
28288 For more information about the package 
28289 \series bold
28290 sidecap
28291 \series default
28292  we refer to its documentation 
28293 \begin_inset CommandInset citation
28294 LatexCommand cite
28295 key "sidecap"
28296
28297 \end_inset
28298
28299 .
28300 \end_layout
28301
28302 \begin_layout Standard
28303 \begin_inset Note Greyedout
28304 status open
28305
28306 \begin_layout Plain Layout
28307
28308 \series bold
28309 Note:
28310 \series default
28311  The LaTeX-package 
28312 \series bold
28313 hypcap
28314 \series default
28315
28316 \begin_inset Index idx
28317 status collapsed
28318
28319 \begin_layout Plain Layout
28320 LaTeX-packages ! hypcap
28321 \end_layout
28322
28323 \end_inset
28324
28325 , described in section
28326 \begin_inset space ~
28327 \end_inset
28328
28329
28330 \begin_inset CommandInset ref
28331 LatexCommand ref
28332 reference "sub:Reference-Position"
28333
28334 \end_inset
28335
28336 , has no effect on floats with the caption set beside.
28337 \end_layout
28338
28339 \end_inset
28340
28341
28342 \end_layout
28343
28344 \begin_layout Standard
28345 \begin_inset ERT
28346 status collapsed
28347
28348 \begin_layout Plain Layout
28349
28350
28351 \backslash
28352 FigBesBeg
28353 \end_layout
28354
28355 \end_inset
28356
28357
28358 \end_layout
28359
28360 \begin_layout Standard
28361 \begin_inset Float figure
28362 wide false
28363 sideways false
28364 status open
28365
28366 \begin_layout Plain Layout
28367 \begin_inset Graphics
28368         filename clipart/escher-lsd.eps
28369         scale 75
28370         scaleBeforeRotation
28371
28372 \end_inset
28373
28374
28375 \end_layout
28376
28377 \begin_layout Plain Layout
28378 \begin_inset Caption Standard
28379
28380 \begin_layout Plain Layout
28381 \begin_inset CommandInset label
28382 LatexCommand label
28383 name "fig:cap-beside-fig"
28384
28385 \end_inset
28386
28387 This is a caption beside a figure.
28388 \end_layout
28389
28390 \end_inset
28391
28392
28393 \end_layout
28394
28395 \end_inset
28396
28397
28398 \end_layout
28399
28400 \begin_layout Standard
28401 \begin_inset ERT
28402 status collapsed
28403
28404 \begin_layout Plain Layout
28405
28406
28407 \backslash
28408 FigBesEnd
28409 \end_layout
28410
28411 \end_inset
28412
28413
28414 \end_layout
28415
28416 \begin_layout Standard
28417 \begin_inset ERT
28418 status collapsed
28419
28420 \begin_layout Plain Layout
28421
28422
28423 \backslash
28424 TabBesBeg
28425 \end_layout
28426
28427 \end_inset
28428
28429
28430 \end_layout
28431
28432 \begin_layout Standard
28433 \begin_inset Float table
28434 wide false
28435 sideways false
28436 status open
28437
28438 \begin_layout Plain Layout
28439 \begin_inset Caption Standard
28440
28441 \begin_layout Plain Layout
28442 \begin_inset CommandInset label
28443 LatexCommand label
28444 name "tab:cap-beside-tab"
28445
28446 \end_inset
28447
28448 This is a caption beside a table.
28449 \end_layout
28450
28451 \end_inset
28452
28453
28454 \end_layout
28455
28456 \begin_layout Plain Layout
28457 \begin_inset Tabular
28458 <lyxtabular version="3" rows="4" columns="5">
28459 <features rotate="0" tabularvalignment="middle">
28460 <column alignment="center" valignment="top" width="0">
28461 <column alignment="center" valignment="top" width="0">
28462 <column alignment="center" valignment="top" width="0">
28463 <column alignment="center" valignment="top" width="0">
28464 <column alignment="center" valignment="top" width="0">
28465 <row>
28466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28467 \begin_inset Text
28468
28469 \begin_layout Plain Layout
28470 a
28471 \end_layout
28472
28473 \end_inset
28474 </cell>
28475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28476 \begin_inset Text
28477
28478 \begin_layout Plain Layout
28479
28480 \end_layout
28481
28482 \end_inset
28483 </cell>
28484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28485 \begin_inset Text
28486
28487 \begin_layout Plain Layout
28488 b
28489 \end_layout
28490
28491 \end_inset
28492 </cell>
28493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28494 \begin_inset Text
28495
28496 \begin_layout Plain Layout
28497
28498 \end_layout
28499
28500 \end_inset
28501 </cell>
28502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28503 \begin_inset Text
28504
28505 \begin_layout Plain Layout
28506 c
28507 \end_layout
28508
28509 \end_inset
28510 </cell>
28511 </row>
28512 <row>
28513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28514 \begin_inset Text
28515
28516 \begin_layout Plain Layout
28517
28518 \end_layout
28519
28520 \end_inset
28521 </cell>
28522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28523 \begin_inset Text
28524
28525 \begin_layout Plain Layout
28526 d
28527 \end_layout
28528
28529 \end_inset
28530 </cell>
28531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28532 \begin_inset Text
28533
28534 \begin_layout Plain Layout
28535
28536 \end_layout
28537
28538 \end_inset
28539 </cell>
28540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28541 \begin_inset Text
28542
28543 \begin_layout Plain Layout
28544 e
28545 \end_layout
28546
28547 \end_inset
28548 </cell>
28549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28550 \begin_inset Text
28551
28552 \begin_layout Plain Layout
28553
28554 \end_layout
28555
28556 \end_inset
28557 </cell>
28558 </row>
28559 <row>
28560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28561 \begin_inset Text
28562
28563 \begin_layout Plain Layout
28564 f
28565 \end_layout
28566
28567 \end_inset
28568 </cell>
28569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28570 \begin_inset Text
28571
28572 \begin_layout Plain Layout
28573
28574 \end_layout
28575
28576 \end_inset
28577 </cell>
28578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28579 \begin_inset Text
28580
28581 \begin_layout Plain Layout
28582 g
28583 \end_layout
28584
28585 \end_inset
28586 </cell>
28587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28588 \begin_inset Text
28589
28590 \begin_layout Plain Layout
28591
28592 \end_layout
28593
28594 \end_inset
28595 </cell>
28596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28597 \begin_inset Text
28598
28599 \begin_layout Plain Layout
28600 h
28601 \end_layout
28602
28603 \end_inset
28604 </cell>
28605 </row>
28606 <row>
28607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28608 \begin_inset Text
28609
28610 \begin_layout Plain Layout
28611
28612 \end_layout
28613
28614 \end_inset
28615 </cell>
28616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28617 \begin_inset Text
28618
28619 \begin_layout Plain Layout
28620 i
28621 \end_layout
28622
28623 \end_inset
28624 </cell>
28625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28626 \begin_inset Text
28627
28628 \begin_layout Plain Layout
28629
28630 \end_layout
28631
28632 \end_inset
28633 </cell>
28634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28635 \begin_inset Text
28636
28637 \begin_layout Plain Layout
28638 j
28639 \end_layout
28640
28641 \end_inset
28642 </cell>
28643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28644 \begin_inset Text
28645
28646 \begin_layout Plain Layout
28647
28648 \end_layout
28649
28650 \end_inset
28651 </cell>
28652 </row>
28653 </lyxtabular>
28654
28655 \end_inset
28656
28657
28658 \end_layout
28659
28660 \end_inset
28661
28662
28663 \end_layout
28664
28665 \begin_layout Standard
28666 \begin_inset ERT
28667 status collapsed
28668
28669 \begin_layout Plain Layout
28670
28671
28672 \backslash
28673 TabBesEnd
28674 \end_layout
28675
28676 \end_inset
28677
28678
28679 \end_layout
28680
28681 \begin_layout Standard
28682 \begin_inset ERT
28683 status collapsed
28684
28685 \begin_layout Plain Layout
28686
28687
28688 \backslash
28689 sidecaptionvpos{figure}{c}
28690 \end_layout
28691
28692 \end_inset
28693
28694
28695 \begin_inset Float figure
28696 wide false
28697 sideways false
28698 status open
28699
28700 \begin_layout Plain Layout
28701 \begin_inset Graphics
28702         filename clipart/escher-lsd.eps
28703         scale 75
28704         scaleBeforeRotation
28705
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \begin_layout Plain Layout
28712 \begin_inset Caption Standard
28713
28714 \begin_layout Plain Layout
28715 \begin_inset CommandInset label
28716 LatexCommand label
28717 name "fig:cap-beside-fig-2"
28718
28719 \end_inset
28720
28721 This is a vertically centered caption beside a figure.
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \end_layout
28733
28734 \begin_layout Standard
28735 \begin_inset ERT
28736 status collapsed
28737
28738 \begin_layout Plain Layout
28739
28740
28741 \backslash
28742 FigBesEnd
28743 \end_layout
28744
28745 \end_inset
28746
28747
28748 \end_layout
28749
28750 \begin_layout Standard
28751 \begin_inset ERT
28752 status collapsed
28753
28754 \begin_layout Plain Layout
28755
28756
28757 \backslash
28758 TabBesBeg[5]
28759 \end_layout
28760
28761 \end_inset
28762
28763
28764 \end_layout
28765
28766 \begin_layout Standard
28767 \begin_inset Float table
28768 wide false
28769 sideways false
28770 status open
28771
28772 \begin_layout Plain Layout
28773 \begin_inset Caption Standard
28774
28775 \begin_layout Plain Layout
28776 \begin_inset CommandInset label
28777 LatexCommand label
28778 name "tab:cap-beside-tab-wider"
28779
28780 \end_inset
28781
28782 This is a caption is wider than the one in Table
28783 \begin_inset space ~
28784 \end_inset
28785
28786
28787 \begin_inset CommandInset ref
28788 LatexCommand ref
28789 reference "tab:cap-beside-tab"
28790
28791 \end_inset
28792
28793 .
28794 \end_layout
28795
28796 \end_inset
28797
28798
28799 \end_layout
28800
28801 \begin_layout Plain Layout
28802 \begin_inset Tabular
28803 <lyxtabular version="3" rows="4" columns="5">
28804 <features rotate="0" tabularvalignment="middle">
28805 <column alignment="center" valignment="top" width="0">
28806 <column alignment="center" valignment="top" width="0">
28807 <column alignment="center" valignment="top" width="0">
28808 <column alignment="center" valignment="top" width="0">
28809 <column alignment="center" valignment="top" width="0">
28810 <row>
28811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28812 \begin_inset Text
28813
28814 \begin_layout Plain Layout
28815 a
28816 \end_layout
28817
28818 \end_inset
28819 </cell>
28820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28821 \begin_inset Text
28822
28823 \begin_layout Plain Layout
28824
28825 \end_layout
28826
28827 \end_inset
28828 </cell>
28829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28830 \begin_inset Text
28831
28832 \begin_layout Plain Layout
28833 b
28834 \end_layout
28835
28836 \end_inset
28837 </cell>
28838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28839 \begin_inset Text
28840
28841 \begin_layout Plain Layout
28842
28843 \end_layout
28844
28845 \end_inset
28846 </cell>
28847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28848 \begin_inset Text
28849
28850 \begin_layout Plain Layout
28851 c
28852 \end_layout
28853
28854 \end_inset
28855 </cell>
28856 </row>
28857 <row>
28858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28859 \begin_inset Text
28860
28861 \begin_layout Plain Layout
28862
28863 \end_layout
28864
28865 \end_inset
28866 </cell>
28867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28868 \begin_inset Text
28869
28870 \begin_layout Plain Layout
28871 d
28872 \end_layout
28873
28874 \end_inset
28875 </cell>
28876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28877 \begin_inset Text
28878
28879 \begin_layout Plain Layout
28880
28881 \end_layout
28882
28883 \end_inset
28884 </cell>
28885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28886 \begin_inset Text
28887
28888 \begin_layout Plain Layout
28889 e
28890 \end_layout
28891
28892 \end_inset
28893 </cell>
28894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28895 \begin_inset Text
28896
28897 \begin_layout Plain Layout
28898
28899 \end_layout
28900
28901 \end_inset
28902 </cell>
28903 </row>
28904 <row>
28905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28906 \begin_inset Text
28907
28908 \begin_layout Plain Layout
28909 f
28910 \end_layout
28911
28912 \end_inset
28913 </cell>
28914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28915 \begin_inset Text
28916
28917 \begin_layout Plain Layout
28918
28919 \end_layout
28920
28921 \end_inset
28922 </cell>
28923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28924 \begin_inset Text
28925
28926 \begin_layout Plain Layout
28927 g
28928 \end_layout
28929
28930 \end_inset
28931 </cell>
28932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28933 \begin_inset Text
28934
28935 \begin_layout Plain Layout
28936
28937 \end_layout
28938
28939 \end_inset
28940 </cell>
28941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28942 \begin_inset Text
28943
28944 \begin_layout Plain Layout
28945 h
28946 \end_layout
28947
28948 \end_inset
28949 </cell>
28950 </row>
28951 <row>
28952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28953 \begin_inset Text
28954
28955 \begin_layout Plain Layout
28956
28957 \end_layout
28958
28959 \end_inset
28960 </cell>
28961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28962 \begin_inset Text
28963
28964 \begin_layout Plain Layout
28965 i
28966 \end_layout
28967
28968 \end_inset
28969 </cell>
28970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28971 \begin_inset Text
28972
28973 \begin_layout Plain Layout
28974
28975 \end_layout
28976
28977 \end_inset
28978 </cell>
28979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28980 \begin_inset Text
28981
28982 \begin_layout Plain Layout
28983 j
28984 \end_layout
28985
28986 \end_inset
28987 </cell>
28988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28989 \begin_inset Text
28990
28991 \begin_layout Plain Layout
28992
28993 \end_layout
28994
28995 \end_inset
28996 </cell>
28997 </row>
28998 </lyxtabular>
28999
29000 \end_inset
29001
29002
29003 \end_layout
29004
29005 \end_inset
29006
29007
29008 \end_layout
29009
29010 \begin_layout Standard
29011 \begin_inset ERT
29012 status collapsed
29013
29014 \begin_layout Plain Layout
29015
29016
29017 \backslash
29018 TabBesEnd
29019 \end_layout
29020
29021 \end_inset
29022
29023
29024 \end_layout
29025
29026 \begin_layout Standard
29027 \begin_inset ERT
29028 status collapsed
29029
29030 \begin_layout Plain Layout
29031
29032
29033 \backslash
29034 else
29035 \end_layout
29036
29037 \end_inset
29038
29039
29040 \begin_inset Note Note
29041 status open
29042
29043 \begin_layout Plain Layout
29044 The following will be displayed when the LaTeX-package 
29045 \series bold
29046 sidecap
29047 \series default
29048  is not installed:
29049 \end_layout
29050
29051 \end_inset
29052
29053
29054 \end_layout
29055
29056 \begin_layout Standard
29057 You need to install the LaTeX-package 
29058 \series bold
29059 sidecap
29060 \series default
29061  to see the following part of this section in the output.
29062 \end_layout
29063
29064 \begin_layout Standard
29065 \begin_inset ERT
29066 status collapsed
29067
29068 \begin_layout Plain Layout
29069
29070
29071 \backslash
29072 fi
29073 \end_layout
29074
29075 \end_inset
29076
29077
29078 \end_layout
29079
29080 \begin_layout Section
29081 Listings of Floats
29082 \begin_inset Index idx
29083 status collapsed
29084
29085 \begin_layout Plain Layout
29086 Floats ! Float Lists
29087 \end_layout
29088
29089 \end_inset
29090
29091
29092 \end_layout
29093
29094 \begin_layout Standard
29095 Similar to the table of contents where the sections of the document are
29096  listed, there are listings for all float types, like the figures of the
29097  documents.
29098  You can insert them via the 
29099 \family sans
29100 Insert\SpecialChar \menuseparator
29101 List
29102 \begin_inset space ~
29103 \end_inset
29104
29105 /
29106 \begin_inset space ~
29107 \end_inset
29108
29109 TOC
29110 \family default
29111  sub menus.
29112 \end_layout
29113
29114 \begin_layout Standard
29115 The list entries are the float captions or its short title, the float number,
29116  and the page number where they appear in the document.
29117 \end_layout
29118
29119 \begin_layout Standard
29120 You can find the list of figures and tables at the end of this document.
29121 \end_layout
29122
29123 \begin_layout Chapter
29124 Notes
29125 \end_layout
29126
29127 \begin_layout Section
29128 LyX Notes
29129 \begin_inset Index idx
29130 status collapsed
29131
29132 \begin_layout Plain Layout
29133 Notes ! LyX Notes
29134 \end_layout
29135
29136 \end_inset
29137
29138
29139 \end_layout
29140
29141 \begin_layout Standard
29142 Notes are inserted with the toolbar button 
29143 \begin_inset Info
29144 type  "icon"
29145 arg   "note-insert"
29146 \end_inset
29147
29148  or the menu 
29149 \family sans
29150 Insert\SpecialChar \menuseparator
29151 Note
29152 \family default
29153 .
29154  There are three types of notes:
29155 \end_layout
29156
29157 \begin_layout Description
29158 LyX
29159 \begin_inset space ~
29160 \end_inset
29161
29162 Note This note type is for internal notes that won't appear in the output.
29163  Its note-box looks like this:
29164 \begin_inset Newline newline
29165 \end_inset
29166
29167
29168 \begin_inset Newline newline
29169 \end_inset
29170
29171
29172 \begin_inset Graphics
29173         filename clipart/LyXNoteImageQt4.png
29174         display false
29175         scale 85
29176         scaleBeforeRotation
29177
29178 \end_inset
29179
29180  
29181 \begin_inset Note Note
29182 status open
29183
29184 \begin_layout Plain Layout
29185 This is text in a note box that doesn't appear in the output.
29186 \end_layout
29187
29188 \end_inset
29189
29190
29191 \end_layout
29192
29193 \begin_layout Description
29194 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
29195 ent, when you export the document to LaTeX via the menu 
29196 \family sans
29197 File\SpecialChar \menuseparator
29198 Export\SpecialChar \menuseparator
29199 LaTeX (pdflatex) / (plain)
29200 \family default
29201 .
29202  Its note-box looks like this:
29203 \begin_inset Newline newline
29204 \end_inset
29205
29206
29207 \begin_inset Newline newline
29208 \end_inset
29209
29210
29211 \begin_inset Graphics
29212         filename clipart/CommentNoteImageQt4.png
29213         display false
29214         scale 85
29215         scaleBeforeRotation
29216
29217 \end_inset
29218
29219  
29220 \begin_inset Note Comment
29221 status open
29222
29223 \begin_layout Plain Layout
29224 This is text in a note box that only appears as comment in LaTeX-files.
29225 \end_layout
29226
29227 \end_inset
29228
29229
29230 \end_layout
29231
29232 \begin_layout Description
29233 Greyed
29234 \begin_inset space ~
29235 \end_inset
29236
29237 Out This note will appear in the output as grey text.
29238  Its note-box looks like this:
29239 \begin_inset Newline newline
29240 \end_inset
29241
29242
29243 \begin_inset Newline newline
29244 \end_inset
29245
29246
29247 \begin_inset Graphics
29248         filename clipart/GreyedOutNoteImageQt4.png
29249         display false
29250         scale 85
29251         scaleBeforeRotation
29252
29253 \end_inset
29254
29255
29256 \begin_inset Newline newline
29257 \end_inset
29258
29259
29260 \begin_inset ERT
29261 status collapsed
29262
29263 \begin_layout Plain Layout
29264
29265
29266 \backslash
29267 renewenvironment{lyxgreyedout}
29268 \end_layout
29269
29270 \begin_layout Plain Layout
29271
29272 {
29273 \backslash
29274 textcolor[gray]{0.8}
29275 \backslash
29276 bgroup}{
29277 \backslash
29278 egroup}
29279 \end_layout
29280
29281 \end_inset
29282
29283
29284 \begin_inset Note Greyedout
29285 status open
29286
29287 \begin_layout Plain Layout
29288 This is text
29289 \begin_inset Foot
29290 status open
29291
29292 \begin_layout Plain Layout
29293 This is an example footnote within a greyed out note.
29294 \end_layout
29295
29296 \end_inset
29297
29298  of a comment that appears in the output as grey text.
29299 \end_layout
29300
29301 \end_inset
29302
29303
29304 \begin_inset ERT
29305 status collapsed
29306
29307 \begin_layout Plain Layout
29308
29309
29310 \backslash
29311 renewenvironment{lyxgreyedout}
29312 \end_layout
29313
29314 \begin_layout Plain Layout
29315
29316 {
29317 \backslash
29318 textcolor{blue}
29319 \backslash
29320 bgroup}{
29321 \backslash
29322 egroup}
29323 \end_layout
29324
29325 \end_inset
29326
29327
29328 \begin_inset Note Note
29329 status collapsed
29330
29331 \begin_layout Plain Layout
29332 The greyed out note is here redefined to show it with the original LyX definitio
29333 n because greyed out notes are redefined in the preamble of this document,
29334  as described below, to have blue text.
29335 \end_layout
29336
29337 \end_inset
29338
29339
29340 \begin_inset Newline newline
29341 \end_inset
29342
29343
29344 \begin_inset Newline newline
29345 \end_inset
29346
29347 As you can see in the example, the first line of greyed out notes is a bit
29348  indented and greyed out notes can have footnotes.
29349 \end_layout
29350
29351 \begin_layout Standard
29352 \begin_inset VSpace bigskip
29353 \end_inset
29354
29355 When you use the toolbar button 
29356 \begin_inset Info
29357 type  "icon"
29358 arg   "note-insert"
29359 \end_inset
29360
29361  to insert notes, a 
29362 \family sans
29363 LyX
29364 \begin_inset space ~
29365 \end_inset
29366
29367 Note
29368 \family default
29369  is inserted.
29370  You can switch between the three note types by right-clicking on the note-box.
29371  
29372 \family roman
29373 \series medium
29374 \bar no
29375 If you want to turn existing text into a note, mark it and click on the
29376  note
29377 \family default
29378 \series default
29379 \bar default
29380  toolbar 
29381 \family roman
29382 \series medium
29383 \bar no
29384 button
29385 \family default
29386 \series default
29387 \bar default
29388 .
29389  To change a note to text, press the backspace key when the cursor is in
29390  the first position of a note, or press the delete key when the cursor is
29391  in the very last position of the note, respectively.
29392 \end_layout
29393
29394 \begin_layout Standard
29395 \begin_inset VSpace bigskip
29396 \end_inset
29397
29398 You can change the text color of the greyed out notes in the menu 
29399 \family sans
29400 Document\SpecialChar \menuseparator
29401 Settings\SpecialChar \menuseparator
29402 Colors
29403 \family default
29404 .
29405 \end_layout
29406
29407 \begin_layout Section
29408 Footnotes
29409 \begin_inset CommandInset label
29410 LatexCommand label
29411 name "sec:Footnotes"
29412
29413 \end_inset
29414
29415
29416 \begin_inset Index idx
29417 status collapsed
29418
29419 \begin_layout Plain Layout
29420 Notes ! Footnotes
29421 \end_layout
29422
29423 \end_inset
29424
29425
29426 \begin_inset Index idx
29427 status collapsed
29428
29429 \begin_layout Plain Layout
29430 Footnotes
29431 \end_layout
29432
29433 \end_inset
29434
29435
29436 \end_layout
29437
29438 \begin_layout Standard
29439 Footnotes can be inserted using the toolbar button 
29440 \begin_inset Info
29441 type  "icon"
29442 arg   "footnote-insert"
29443 \end_inset
29444
29445  or the menu 
29446 \family sans
29447 Insert\SpecialChar \menuseparator
29448 Footnote
29449 \family default
29450 .
29451  You will then see the following footnote-box: 
29452 \begin_inset Graphics
29453         filename clipart/footnoteQt4.png
29454         scale 80
29455         scaleBeforeRotation
29456
29457 \end_inset
29458
29459  
29460 \family roman
29461 \series medium
29462 \bar no
29463 where you can enter the footnote text.
29464  If you want to turn existing text into a footnote, mark it and click on
29465  the footnote
29466 \family default
29467 \series default
29468 \bar default
29469  toolbar 
29470 \family roman
29471 \series medium
29472 \bar no
29473 button
29474 \family default
29475 \series default
29476 \bar default
29477 .
29478  To change a 
29479 \family roman
29480 \series medium
29481 \bar no
29482 footnote
29483 \family default
29484 \series default
29485 \bar default
29486  to text, press the 
29487 \family sans
29488 Backspace
29489 \family default
29490  key when the cursor is in the first position of a 
29491 \family roman
29492 \series medium
29493 \bar no
29494 footnote
29495 \family default
29496 \series default
29497 \bar default
29498 , or press the 
29499 \family sans
29500 Delete
29501 \family default
29502  key when the cursor is in the very last position of the 
29503 \family roman
29504 \series medium
29505 \bar no
29506 footnote
29507 \family default
29508 \series default
29509 \bar default
29510 , respectively.
29511 \end_layout
29512
29513 \begin_layout Standard
29514 Here is an example footnote:
29515 \family roman
29516 \series medium
29517 \bar no
29518
29519 \begin_inset Foot
29520 status open
29521
29522 \begin_layout Plain Layout
29523 \begin_inset CommandInset label
29524 LatexCommand label
29525 name "foot:This-is-an"
29526
29527 \end_inset
29528
29529 This is an example footnote.
29530 \end_layout
29531
29532 \end_inset
29533
29534
29535 \family default
29536 \series default
29537 \bar default
29538
29539 \begin_inset ERT
29540 status collapsed
29541
29542 \begin_layout Plain Layout
29543
29544
29545 \backslash
29546 newcounter{MyRepeatFoot}
29547 \end_layout
29548
29549 \begin_layout Plain Layout
29550
29551
29552 \backslash
29553 setcounter{MyRepeatFoot}{
29554 \backslash
29555 thefootnote}
29556 \end_layout
29557
29558 \end_inset
29559
29560
29561 \end_layout
29562
29563 \begin_layout Standard
29564 The footnote will appear in the output as a superscript number at the text
29565  position where the footnote box is placed.
29566  The footnote text is placed at the bottom of the current page.
29567  The footnote number is calculated by LaTeX; the numbers are consecutive.
29568  Whether the footnote number is reset for every chapter depends on your
29569  document class.
29570 \end_layout
29571
29572 \begin_layout Standard
29573 Footnotes can be referenced like floats: Insert a label into the footnote
29574  and cross-reference this label in the text as described in section
29575 \begin_inset space ~
29576 \end_inset
29577
29578
29579 \begin_inset CommandInset ref
29580 LatexCommand ref
29581 reference "sec:Referencing-Floats"
29582
29583 \end_inset
29584
29585 .
29586 \begin_inset Newline newline
29587 \end_inset
29588
29589 This is a cross-reference of Footnote
29590 \begin_inset space ~
29591 \end_inset
29592
29593
29594 \begin_inset CommandInset ref
29595 LatexCommand ref
29596 reference "foot:This-is-an"
29597
29598 \end_inset
29599
29600 .
29601 \end_layout
29602
29603 \begin_layout Standard
29604 \begin_inset VSpace defskip
29605 \end_inset
29606
29607 Footnotes in tables are not printed by LaTeX due to technical reasons.
29608  However there exists another method to print them: Instead of the footnote
29609  the command 
29610 \series bold
29611
29612 \backslash
29613 footnotemark{}
29614 \series default
29615  is inserted as TeX-code.
29616  The text of the footnote is entered as an argument of the TeX-code command
29617  
29618 \series bold
29619
29620 \backslash
29621 footnotetext
29622 \series default
29623  after the table.
29624 \begin_inset Newline newline
29625 \end_inset
29626
29627 This was done for the following table with the command
29628 \end_layout
29629
29630 \begin_layout Standard
29631
29632 \series bold
29633
29634 \backslash
29635 footnotetext{
29636 \series default
29637 Printed table footnote.
29638 \series bold
29639 }
29640 \end_layout
29641
29642 \begin_layout Standard
29643 \begin_inset Tabular
29644 <lyxtabular version="3" rows="2" columns="1">
29645 <features rotate="0" tabularvalignment="middle">
29646 <column alignment="center" valignment="top" width="0">
29647 <row>
29648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29649 \begin_inset Text
29650
29651 \begin_layout Plain Layout
29652 This an example text.
29653 \begin_inset Foot
29654 status open
29655
29656 \begin_layout Plain Layout
29657 This footnote will not be printed!
29658 \end_layout
29659
29660 \end_inset
29661
29662
29663 \end_layout
29664
29665 \end_inset
29666 </cell>
29667 </row>
29668 <row>
29669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29670 \begin_inset Text
29671
29672 \begin_layout Plain Layout
29673 This an example text.
29674 \begin_inset ERT
29675 status collapsed
29676
29677 \begin_layout Plain Layout
29678
29679
29680 \backslash
29681 footnotemark{}
29682 \end_layout
29683
29684 \end_inset
29685
29686
29687 \end_layout
29688
29689 \end_inset
29690 </cell>
29691 </row>
29692 </lyxtabular>
29693
29694 \end_inset
29695
29696
29697 \begin_inset ERT
29698 status collapsed
29699
29700 \begin_layout Plain Layout
29701
29702
29703 \backslash
29704 footnotetext{
29705 \end_layout
29706
29707 \end_inset
29708
29709 Printed table footnote.
29710 \begin_inset ERT
29711 status collapsed
29712
29713 \begin_layout Plain Layout
29714
29715 }
29716 \end_layout
29717
29718 \end_inset
29719
29720
29721 \end_layout
29722
29723 \begin_layout Standard
29724 Footnotes in longtables are described in section
29725 \begin_inset space ~
29726 \end_inset
29727
29728
29729 \begin_inset CommandInset ref
29730 LatexCommand ref
29731 reference "sub:Footnotes-in-Longtables"
29732
29733 \end_inset
29734
29735 .
29736 \end_layout
29737
29738 \begin_layout Standard
29739 Footnotes in minipage boxes are printed, but inside the box and with a different
29740  numbering because a minipage box is like a page inside a page.
29741  (For more about minipages, see section
29742 \begin_inset space ~
29743 \end_inset
29744
29745
29746 \begin_inset CommandInset ref
29747 LatexCommand ref
29748 reference "sec:Minipages"
29749
29750 \end_inset
29751
29752 .) To get a footnote in the minipage that is output at the bottom of the
29753  page like normal footnotes, also use the method of 
29754 \series bold
29755
29756 \backslash
29757 footnotemark{}
29758 \series default
29759  and 
29760 \series bold
29761
29762 \backslash
29763 footnotetext
29764 \series default
29765 .
29766 \end_layout
29767
29768 \begin_layout Standard
29769 \begin_inset Box Frameless
29770 position "t"
29771 hor_pos "c"
29772 has_inner_box 1
29773 inner_pos "t"
29774 use_parbox 0
29775 use_makebox 0
29776 width "100col%"
29777 special "none"
29778 height "1in"
29779 height_special "totalheight"
29780 status open
29781
29782 \begin_layout Plain Layout
29783 This an example text in a minipage.
29784 \begin_inset Foot
29785 status open
29786
29787 \begin_layout Plain Layout
29788 Footnote in the minipage.
29789 \end_layout
29790
29791 \end_inset
29792
29793
29794 \end_layout
29795
29796 \begin_layout Plain Layout
29797 This an example text in a minipage.
29798 \begin_inset ERT
29799 status collapsed
29800
29801 \begin_layout Plain Layout
29802
29803
29804 \backslash
29805 footnotemark{}
29806 \end_layout
29807
29808 \end_inset
29809
29810
29811 \end_layout
29812
29813 \end_inset
29814
29815
29816 \end_layout
29817
29818 \begin_layout Standard
29819 \begin_inset ERT
29820 status collapsed
29821
29822 \begin_layout Plain Layout
29823
29824
29825 \backslash
29826 footnotetext{
29827 \end_layout
29828
29829 \end_inset
29830
29831 Footnote outside the minipage.
29832 \begin_inset ERT
29833 status collapsed
29834
29835 \begin_layout Plain Layout
29836
29837 }
29838 \end_layout
29839
29840 \end_inset
29841
29842
29843 \end_layout
29844
29845 \begin_layout Standard
29846 \begin_inset VSpace defskip
29847 \end_inset
29848
29849
29850 \end_layout
29851
29852 \begin_layout Standard
29853 To refer to the same footnote several times without printing the footnote
29854  text every time, use the command 
29855 \series bold
29856
29857 \backslash
29858 footnotemark[number]
29859 \series default
29860  in TeX-code.
29861 \begin_inset Newline newline
29862 \end_inset
29863
29864 As you do not know the number of the repeating footnote while you are writing
29865  the text, you have to store its number.
29866  For the following footnote mark example, these commands were inserted in
29867  TeX-code after Footnote
29868 \begin_inset space ~
29869 \end_inset
29870
29871
29872 \begin_inset CommandInset ref
29873 LatexCommand ref
29874 reference "foot:This-is-an"
29875
29876 \end_inset
29877
29878  to store the footnote number:
29879 \end_layout
29880
29881 \begin_layout Standard
29882
29883 \series bold
29884
29885 \backslash
29886 newcounter{MyRepeatFoot}
29887 \begin_inset Newline newline
29888 \end_inset
29889
29890
29891 \backslash
29892 setcounter{MyRepeatFoot}{
29893 \backslash
29894 thefootnote}
29895 \end_layout
29896
29897 \begin_layout Standard
29898 The footnote mark was then created with this command:
29899 \end_layout
29900
29901 \begin_layout Standard
29902
29903 \series bold
29904
29905 \backslash
29906 footnotemark[
29907 \backslash
29908 theMyRepeatFoot]
29909 \end_layout
29910
29911 \begin_layout Standard
29912 Here is a repeated footnote:
29913 \family roman
29914 \series medium
29915 \bar no
29916
29917 \begin_inset ERT
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921
29922
29923 \backslash
29924 footnotemark[
29925 \backslash
29926 theMyRepeatFoot]
29927 \end_layout
29928
29929 \end_inset
29930
29931
29932 \end_layout
29933
29934 \begin_layout Standard
29935 If you want to repeat the previous footnote, you can omit the storage of
29936  the footnote number and just use this command instead:
29937 \end_layout
29938
29939 \begin_layout Standard
29940
29941 \series bold
29942
29943 \backslash
29944 footnotemark[
29945 \backslash
29946 thefootnote]
29947 \end_layout
29948
29949 \begin_layout Standard
29950 Here is another repeated footnote:
29951 \family roman
29952 \series medium
29953 \bar no
29954
29955 \begin_inset ERT
29956 status collapsed
29957
29958 \begin_layout Plain Layout
29959
29960
29961 \backslash
29962 footnotemark[
29963 \backslash
29964 thefootnote]
29965 \end_layout
29966
29967 \end_inset
29968
29969
29970 \end_layout
29971
29972 \begin_layout Subsection
29973 Footnote Numbering
29974 \begin_inset CommandInset label
29975 LatexCommand label
29976 name "sub:Footnote-Numbering"
29977
29978 \end_inset
29979
29980
29981 \begin_inset Index idx
29982 status collapsed
29983
29984 \begin_layout Plain Layout
29985 Footnotes ! Numbering
29986 \end_layout
29987
29988 \end_inset
29989
29990
29991 \end_layout
29992
29993 \begin_layout Standard
29994 To reset the footnote number back to 1 after each section
29995 \family roman
29996 , add this command to your document preamble:
29997 \end_layout
29998
29999 \begin_layout Standard
30000
30001 \series bold
30002
30003 \backslash
30004 @addtoreset{footnote}{section}
30005 \end_layout
30006
30007 \begin_layout Standard
30008 \begin_inset VSpace bigskip
30009 \end_inset
30010
30011 The following preamble command changes the footnote numbering style to small
30012  roman numerals:
30013 \end_layout
30014
30015 \begin_layout Standard
30016
30017 \series bold
30018
30019 \backslash
30020 renewcommand{
30021 \backslash
30022 thefootnote}{
30023 \backslash
30024 roman{footnote}}
30025 \end_layout
30026
30027 \begin_layout Standard
30028 \begin_inset ERT
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032
30033
30034 \backslash
30035 renewcommand{
30036 \backslash
30037 thefootnote}{
30038 \backslash
30039 roman{footnote}}
30040 \end_layout
30041
30042 \end_inset
30043
30044  This is a footnote with roman numbering:
30045 \begin_inset Foot
30046 status open
30047
30048 \begin_layout Plain Layout
30049 This is an example footnote with roman numbering.
30050 \end_layout
30051
30052 \end_inset
30053
30054
30055 \end_layout
30056
30057 \begin_layout Standard
30058 To change the numbering style to capital roman numerals replace in the command
30059  above 
30060 \series bold
30061
30062 \backslash
30063 roman
30064 \series default
30065  by 
30066 \series bold
30067
30068 \backslash
30069 Roman
30070 \series default
30071 .
30072  To 
30073 \begin_inset Quotes eld
30074 \end_inset
30075
30076 number
30077 \begin_inset Quotes erd
30078 \end_inset
30079
30080  footnotes with capital or small Latin letters use 
30081 \series bold
30082
30083 \backslash
30084 Alph
30085 \series default
30086  or 
30087 \series bold
30088
30089 \backslash
30090 alph
30091 \series default
30092 , respectively.
30093  To 
30094 \begin_inset Quotes eld
30095 \end_inset
30096
30097 number
30098 \begin_inset Quotes erd
30099 \end_inset
30100
30101  footnotes with symbols use 
30102 \series bold
30103
30104 \backslash
30105 fnsymbol
30106 \series default
30107 .
30108 \end_layout
30109
30110 \begin_layout Standard
30111 \begin_inset Note Greyedout
30112 status open
30113
30114 \begin_layout Plain Layout
30115
30116 \series bold
30117 Note:
30118 \series default
30119  You can only number 26 footnotes with Latin letters, because this numbering
30120  is limited to single letters.
30121 \end_layout
30122
30123 \end_inset
30124
30125
30126 \begin_inset Newline newline
30127 \end_inset
30128
30129
30130 \begin_inset Note Greyedout
30131 status open
30132
30133 \begin_layout Plain Layout
30134
30135 \series bold
30136 Note:
30137 \series default
30138  You can only number 9 footnotes with symbols.
30139 \end_layout
30140
30141 \end_inset
30142
30143
30144 \end_layout
30145
30146 \begin_layout Standard
30147 To return to the default numbering style after you have changed to another
30148  one, use 
30149 \series bold
30150
30151 \backslash
30152 arabic
30153 \series default
30154  instead of 
30155 \series bold
30156
30157 \backslash
30158 roman
30159 \series default
30160  in the command above.
30161 \begin_inset ERT
30162 status collapsed
30163
30164 \begin_layout Plain Layout
30165
30166
30167 \backslash
30168 renewcommand{
30169 \backslash
30170 thefootnote}{
30171 \backslash
30172 arabic{footnote}}
30173 \end_layout
30174
30175 \end_inset
30176
30177
30178 \end_layout
30179
30180 \begin_layout Standard
30181 \begin_inset VSpace bigskip
30182 \end_inset
30183
30184
30185 \end_layout
30186
30187 \begin_layout Standard
30188 If you want to have footnotes numbered in the scheme 
30189 \begin_inset Quotes eld
30190 \end_inset
30191
30192 chapter.footnote
30193 \begin_inset Quotes erd
30194 \end_inset
30195
30196 , add the following command to your document preamble:
30197 \end_layout
30198
30199 \begin_layout Standard
30200
30201 \series bold
30202
30203 \backslash
30204 numberwithin{footnote}{chapter}
30205 \end_layout
30206
30207 \begin_layout Standard
30208 To be able to use the command 
30209 \series bold
30210
30211 \backslash
30212 numberwithin
30213 \series default
30214 , set in the tab 
30215 \family sans
30216 Math
30217 \begin_inset space ~
30218 \end_inset
30219
30220 Options
30221 \family default
30222  in the document settings the option 
30223 \family sans
30224 Use
30225 \begin_inset space ~
30226 \end_inset
30227
30228 AMS
30229 \begin_inset space ~
30230 \end_inset
30231
30232 math
30233 \begin_inset space ~
30234 \end_inset
30235
30236 package
30237 \family default
30238 .
30239 \end_layout
30240
30241 \begin_layout Standard
30242 \begin_inset ERT
30243 status collapsed
30244
30245 \begin_layout Plain Layout
30246
30247
30248 \backslash
30249 numberwithin{footnote}{chapter}
30250 \end_layout
30251
30252 \end_inset
30253
30254 This is another example footnote:
30255 \series bold
30256
30257 \begin_inset Foot
30258 status open
30259
30260 \begin_layout Plain Layout
30261 This is a footnote numbered in the scheme 
30262 \begin_inset Quotes eld
30263 \end_inset
30264
30265 chapter.footnote
30266 \begin_inset Quotes erd
30267 \end_inset
30268
30269 .
30270 \end_layout
30271
30272 \end_inset
30273
30274
30275 \series default
30276
30277 \begin_inset ERT
30278 status collapsed
30279
30280 \begin_layout Plain Layout
30281
30282
30283 \backslash
30284 renewcommand{
30285 \backslash
30286 thefootnote}{
30287 \backslash
30288 arabic{footnote}}
30289 \end_layout
30290
30291 \end_inset
30292
30293
30294 \end_layout
30295
30296 \begin_layout Standard
30297 \begin_inset Note Greyedout
30298 status open
30299
30300 \begin_layout Plain Layout
30301
30302 \series bold
30303 Note:
30304 \series default
30305  
30306 \series bold
30307
30308 \backslash
30309 numberwithin
30310 \series default
30311  always prints out the footnote number as arabic number; previous redefinitions
30312  to get non-arabic numbers are overwritten.
30313 \end_layout
30314
30315 \end_inset
30316
30317
30318 \end_layout
30319
30320 \begin_layout Standard
30321 So to get for example the scheme 
30322 \begin_inset Quotes eld
30323 \end_inset
30324
30325 chapter.
30326 \backslash
30327 Roman{footnote}
30328 \begin_inset Quotes erd
30329 \end_inset
30330
30331 , use this command instead of 
30332 \series bold
30333
30334 \backslash
30335 numberwithin
30336 \series default
30337 :
30338 \end_layout
30339
30340 \begin_layout Standard
30341
30342 \series bold
30343
30344 \backslash
30345 renewcommand{
30346 \backslash
30347 thefootnote}{
30348 \backslash
30349 thechapter.
30350 \backslash
30351 Roman{footnote}}
30352 \end_layout
30353
30354 \begin_layout Subsection
30355 Footnote Placement
30356 \begin_inset Index idx
30357 status collapsed
30358
30359 \begin_layout Plain Layout
30360 Footnotes ! Placement
30361 \end_layout
30362
30363 \end_inset
30364
30365
30366 \end_layout
30367
30368 \begin_layout Standard
30369 If you have several footnotes in one page, they appear without vertical
30370  space between them at the bottom of the page.
30371  To make them more readable you can e.
30372 \begin_inset space \thinspace{}
30373 \end_inset
30374
30375 g.
30376 \begin_inset space \space{}
30377 \end_inset
30378
30379 add 1.5
30380 \begin_inset space \thinspace{}
30381 \end_inset
30382
30383 mm space with the following preamble command:
30384 \end_layout
30385
30386 \begin_layout Standard
30387
30388 \series bold
30389
30390 \backslash
30391 let
30392 \backslash
30393 myFoot
30394 \backslash
30395 footnote
30396 \begin_inset Newline newline
30397 \end_inset
30398
30399
30400 \backslash
30401 renewcommand{
30402 \backslash
30403 footnote}[1]{
30404 \backslash
30405 myFoot{#1
30406 \backslash
30407 vspace{1.5mm}}}
30408 \end_layout
30409
30410 \begin_layout Standard
30411 \begin_inset VSpace bigskip
30412 \end_inset
30413
30414 In a two-column document the footnotes appear at the bottom of every column,
30415  see Figure
30416 \begin_inset space ~
30417 \end_inset
30418
30419
30420 \begin_inset CommandInset ref
30421 LatexCommand ref
30422 reference "fig:Standard-footnote-placement"
30423
30424 \end_inset
30425
30426 .
30427  If the footnotes should only appear at the bottom of the right column,
30428  as in Figure
30429 \begin_inset space ~
30430 \end_inset
30431
30432
30433 \begin_inset CommandInset ref
30434 LatexCommand ref
30435 reference "fig:Footnote-placement-in"
30436
30437 \end_inset
30438
30439 , use the LaTeX-package 
30440 \series bold
30441 ftnright
30442 \series default
30443
30444 \begin_inset Index idx
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448 LaTeX-packages ! ftnright
30449 \end_layout
30450
30451 \end_inset
30452
30453  with this command in the document preamble:
30454 \end_layout
30455
30456 \begin_layout Standard
30457
30458 \series bold
30459
30460 \backslash
30461 usepackage{ftnright}
30462 \end_layout
30463
30464 \begin_layout Standard
30465 \begin_inset Float figure
30466 placement !h
30467 wide false
30468 sideways false
30469 status open
30470
30471 \begin_layout Plain Layout
30472 \begin_inset ERT
30473 status collapsed
30474
30475 \begin_layout Plain Layout
30476
30477
30478 \backslash
30479 framebox{
30480 \end_layout
30481
30482 \end_inset
30483
30484
30485 \begin_inset Graphics
30486         filename clipart/without_fntright.pdf
30487         width 100col%
30488         scaleBeforeRotation
30489
30490 \end_inset
30491
30492
30493 \begin_inset ERT
30494 status collapsed
30495
30496 \begin_layout Plain Layout
30497
30498 }
30499 \end_layout
30500
30501 \end_inset
30502
30503
30504 \end_layout
30505
30506 \begin_layout Plain Layout
30507 \begin_inset Caption Standard
30508
30509 \begin_layout Plain Layout
30510 \begin_inset CommandInset label
30511 LatexCommand label
30512 name "fig:Standard-footnote-placement"
30513
30514 \end_inset
30515
30516 Standard footnote placement in two-column documents.
30517 \end_layout
30518
30519 \end_inset
30520
30521
30522 \end_layout
30523
30524 \end_inset
30525
30526
30527 \end_layout
30528
30529 \begin_layout Standard
30530 \begin_inset Float figure
30531 placement !h
30532 wide false
30533 sideways false
30534 status open
30535
30536 \begin_layout Plain Layout
30537 \begin_inset ERT
30538 status collapsed
30539
30540 \begin_layout Plain Layout
30541
30542
30543 \backslash
30544 framebox{
30545 \end_layout
30546
30547 \end_inset
30548
30549
30550 \begin_inset Graphics
30551         filename clipart/with_fntright.pdf
30552         width 100col%
30553         scaleBeforeRotation
30554
30555 \end_inset
30556
30557
30558 \begin_inset ERT
30559 status collapsed
30560
30561 \begin_layout Plain Layout
30562
30563 }
30564 \end_layout
30565
30566 \end_inset
30567
30568
30569 \end_layout
30570
30571 \begin_layout Plain Layout
30572 \begin_inset Caption Standard
30573
30574 \begin_layout Plain Layout
30575 \begin_inset CommandInset label
30576 LatexCommand label
30577 name "fig:Footnote-placement-in"
30578
30579 \end_inset
30580
30581 Footnote placement in two-column documents when the LaTeX-package 
30582 \series bold
30583 ftnright
30584 \series default
30585  is used.
30586 \end_layout
30587
30588 \end_inset
30589
30590
30591 \end_layout
30592
30593 \end_inset
30594
30595
30596 \end_layout
30597
30598 \begin_layout Standard
30599 \begin_inset VSpace bigskip
30600 \end_inset
30601
30602 In some scientific literature it is usual to collect the footnotes and print
30603  them in a separate paragraph at the end of a section, as in Figure
30604 \begin_inset space ~
30605 \end_inset
30606
30607
30608 \begin_inset CommandInset ref
30609 LatexCommand ref
30610 reference "fig:Endnotes"
30611
30612 \end_inset
30613
30614 .
30615  They are then called 
30616 \begin_inset Quotes eld
30617 \end_inset
30618
30619 endnotes
30620 \begin_inset Quotes erd
30621 \end_inset
30622
30623 .
30624 \begin_inset Index idx
30625 status collapsed
30626
30627 \begin_layout Plain Layout
30628 Endnotes
30629 \end_layout
30630
30631 \end_inset
30632
30633  To use endnotes instead of footnotes in your document, load in the menu
30634  
30635 \family sans
30636 Document\SpecialChar \menuseparator
30637 Settings\SpecialChar \menuseparator
30638 Modules 
30639 \family default
30640 the module 
30641 \family sans
30642 Foot
30643 \begin_inset space ~
30644 \end_inset
30645
30646 to
30647 \begin_inset space ~
30648 \end_inset
30649
30650 End
30651 \family default
30652 .
30653  To insert the collected footnotes, insert the command
30654 \end_layout
30655
30656 \begin_layout Standard
30657
30658 \series bold
30659
30660 \backslash
30661 theendnotes
30662 \end_layout
30663
30664 \begin_layout Standard
30665 in TeX-Code at the end of a section or chapter.
30666 \end_layout
30667
30668 \begin_layout Standard
30669 \begin_inset Float figure
30670 wide false
30671 sideways false
30672 status open
30673
30674 \begin_layout Plain Layout
30675 \align center
30676 \begin_inset ERT
30677 status collapsed
30678
30679 \begin_layout Plain Layout
30680
30681
30682 \backslash
30683 framebox{
30684 \end_layout
30685
30686 \end_inset
30687
30688
30689 \begin_inset Graphics
30690         filename clipart/endnotes.pdf
30691         scaleBeforeRotation
30692
30693 \end_inset
30694
30695
30696 \begin_inset ERT
30697 status collapsed
30698
30699 \begin_layout Plain Layout
30700
30701 }
30702 \end_layout
30703
30704 \end_inset
30705
30706
30707 \end_layout
30708
30709 \begin_layout Plain Layout
30710 \begin_inset Caption Standard
30711
30712 \begin_layout Plain Layout
30713 \begin_inset CommandInset label
30714 LatexCommand label
30715 name "fig:Endnotes"
30716
30717 \end_inset
30718
30719 Endnotes – footnotes are printed in a separate paragraph at the end of sections
30720  or chapters.
30721 \end_layout
30722
30723 \end_inset
30724
30725
30726 \end_layout
30727
30728 \end_inset
30729
30730
30731 \end_layout
30732
30733 \begin_layout Standard
30734 \begin_inset VSpace medskip
30735 \end_inset
30736
30737 The paragraph heading for the endnotes isn't automatically translated into
30738  the document language, this must be done manually.
30739  The following preamble command translates the default English 
30740 \begin_inset Quotes eld
30741 \end_inset
30742
30743 Notes
30744 \begin_inset Quotes erd
30745 \end_inset
30746
30747  into the German 
30748 \begin_inset Quotes eld
30749 \end_inset
30750
30751 Anmerkungen
30752 \begin_inset Quotes erd
30753 \end_inset
30754
30755 :
30756 \end_layout
30757
30758 \begin_layout Standard
30759
30760 \series bold
30761
30762 \backslash
30763 renewcommand{
30764 \backslash
30765 notesname}{Anmerkungen}
30766 \end_layout
30767
30768 \begin_layout Standard
30769 \begin_inset VSpace medskip
30770 \end_inset
30771
30772 The numbering of endnotes can be changed like the footnote numbering as
30773  described in section
30774 \begin_inset space ~
30775 \end_inset
30776
30777
30778 \begin_inset CommandInset ref
30779 LatexCommand ref
30780 reference "sub:Footnote-Numbering"
30781
30782 \end_inset
30783
30784 ; just replace the command 
30785 \series bold
30786
30787 \backslash
30788 thefootnote
30789 \series default
30790  by 
30791 \series bold
30792
30793 \backslash
30794 theendnote
30795 \series default
30796 .
30797  To reset the endnote number use the command 
30798 \series bold
30799
30800 \backslash
30801 @addtoreset
30802 \series default
30803  as described in section
30804 \begin_inset space ~
30805 \end_inset
30806
30807
30808 \begin_inset CommandInset ref
30809 LatexCommand ref
30810 reference "sub:Footnote-Numbering"
30811
30812 \end_inset
30813
30814  and replace the command parameter 
30815 \series bold
30816 footnote
30817 \series default
30818  by 
30819 \series bold
30820 endnote
30821 \series default
30822 .
30823 \end_layout
30824
30825 \begin_layout Standard
30826 For endnotes there is the command 
30827 \series bold
30828
30829 \backslash
30830 endnotemark[number]
30831 \series default
30832  similar to the command 
30833 \series bold
30834
30835 \backslash
30836 footnotemark
30837 \series default
30838 , that is described in section
30839 \begin_inset space ~
30840 \end_inset
30841
30842
30843 \begin_inset CommandInset ref
30844 LatexCommand ref
30845 reference "sec:Footnotes"
30846
30847 \end_inset
30848
30849 .
30850 \end_layout
30851
30852 \begin_layout Standard
30853 \begin_inset VSpace bigskip
30854 \end_inset
30855
30856 Footnotes can also be placed in the page margin and the footnote text alignment
30857  can be changed, see the LaTeX-package 
30858 \series bold
30859 footmisc
30860 \series default
30861
30862 \begin_inset Index idx
30863 status collapsed
30864
30865 \begin_layout Plain Layout
30866 LaTeX-packages ! footmisc
30867 \end_layout
30868
30869 \end_inset
30870
30871
30872 \begin_inset CommandInset citation
30873 LatexCommand cite
30874 key "footmisc"
30875
30876 \end_inset
30877
30878  for more information about this.
30879 \end_layout
30880
30881 \begin_layout Standard
30882 For various further footnote formatting issues have a look at LaTeX-books,
30883  
30884 \begin_inset CommandInset citation
30885 LatexCommand cite
30886 key "latexcompanion,latexguide,latexbook"
30887
30888 \end_inset
30889
30890 .
30891  If you are using a 
30892 \series bold
30893 KOMA-Script
30894 \series default
30895
30896 \begin_inset Index idx
30897 status collapsed
30898
30899 \begin_layout Plain Layout
30900 LaTeX-packages ! KOMA-Script
30901 \end_layout
30902
30903 \end_inset
30904
30905  document class, you can adjust all footnote settings using class-specific
30906  commands, see 
30907 \begin_inset CommandInset citation
30908 LatexCommand cite
30909 key "KOMA-Script"
30910
30911 \end_inset
30912
30913 .
30914 \end_layout
30915
30916 \begin_layout Section
30917 Margin Notes
30918 \begin_inset Index idx
30919 status collapsed
30920
30921 \begin_layout Plain Layout
30922 Notes ! Margin Notes
30923 \end_layout
30924
30925 \end_inset
30926
30927
30928 \end_layout
30929
30930 \begin_layout Standard
30931 Margin notes look and behave in LyX like footnotes.
30932  They are inserted via the menu 
30933 \family sans
30934 Insert\SpecialChar \menuseparator
30935 Marginal
30936 \begin_inset space ~
30937 \end_inset
30938
30939 Note
30940 \family default
30941  or the toolbar button 
30942 \begin_inset Info
30943 type  "icon"
30944 arg   "marginalnote-insert"
30945 \end_inset
30946
30947 .
30948  A grey 
30949 \family roman
30950 \series medium
30951 box with the
30952 \family default
30953 \series default
30954  red 
30955 \family roman
30956 \series medium
30957 label 
30958 \begin_inset Quotes eld
30959 \end_inset
30960
30961 margin
30962 \begin_inset Quotes erd
30963 \end_inset
30964
30965  appears where you can enter the text of the margin note.
30966 \end_layout
30967
30968 \begin_layout Standard
30969 At the side is an example margin note.
30970
30971 \family roman
30972 \series medium
30973  
30974 \begin_inset Marginal
30975 status open
30976
30977 \begin_layout Plain Layout
30978 This is a margin note.
30979 \end_layout
30980
30981 \end_inset
30982
30983
30984 \end_layout
30985
30986 \begin_layout Standard
30987 Margin notes appear at the right side in single-sided documents.
30988  In double-sided documents they appear in the outer margin – left on even
30989  pages, right on odd pages.
30990  The text of margin notes is aligned opposite to the outer margin – right-aligne
30991 d when the note appears in the left margin.
30992  The first line of the margin note is placed at the position of the text
30993  line where it is inserted in the document.
30994 \end_layout
30995
30996 \begin_layout Standard
30997 \begin_inset VSpace bigskip
30998 \end_inset
30999
31000 To place the margin note in the inner margin, add the command
31001 \end_layout
31002
31003 \begin_layout Standard
31004
31005 \series bold
31006
31007 \backslash
31008 reversemarginpar
31009 \end_layout
31010
31011 \begin_layout Standard
31012 in TeX-Code before a margin note.
31013  The new placement is valid for all subsequent margin notes.
31014  
31015 \begin_inset ERT
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019
31020
31021 \backslash
31022 reversemarginpar 
31023 \end_layout
31024
31025 \end_inset
31026
31027
31028 \begin_inset Marginal
31029 status open
31030
31031 \begin_layout Plain Layout
31032 This is a margin note in the inner margin.
31033 \end_layout
31034
31035 \end_inset
31036
31037
31038 \series bold
31039
31040 \begin_inset Newline newline
31041 \end_inset
31042
31043
31044 \series default
31045
31046 \begin_inset Note Greyedout
31047 status open
31048
31049 \begin_layout Plain Layout
31050
31051 \series bold
31052 Note:
31053 \series default
31054  There is often not enough space in the inner margin so that the notes are
31055  not correctly displayed in the output.
31056 \end_layout
31057
31058 \end_inset
31059
31060
31061 \end_layout
31062
31063 \begin_layout Standard
31064 To return to the default placement insert the command
31065 \end_layout
31066
31067 \begin_layout Standard
31068
31069 \series bold
31070
31071 \backslash
31072 normalmarginpar
31073 \end_layout
31074
31075 \begin_layout Standard
31076 in TeX-Code.
31077 \begin_inset ERT
31078 status collapsed
31079
31080 \begin_layout Plain Layout
31081
31082
31083 \backslash
31084 normalmarginpar 
31085 \end_layout
31086
31087 \end_inset
31088
31089  
31090 \begin_inset Note Greyedout
31091 status open
31092
31093 \begin_layout Plain Layout
31094
31095 \series bold
31096 Note:
31097 \series default
31098  The command is ignored when it is within a paragraph where also the command
31099  
31100 \series bold
31101
31102 \backslash
31103 reversemarginpar
31104 \series default
31105  is inserted.
31106 \end_layout
31107
31108 \end_inset
31109
31110
31111 \end_layout
31112
31113 \begin_layout Standard
31114 \begin_inset VSpace bigskip
31115 \end_inset
31116
31117
31118 \family roman
31119 \series medium
31120
31121 \begin_inset Marginal
31122 status open
31123
31124 \begin_layout Plain Layout
31125 AVeryLongMarginParWord that isn't hyphenated.
31126 \end_layout
31127
31128 \end_inset
31129
31130
31131 \family default
31132 \series default
31133  Similar to the case described in section
31134 \begin_inset space ~
31135 \end_inset
31136
31137
31138 \begin_inset CommandInset ref
31139 LatexCommand ref
31140 reference "sub:Multiple-Lines-in"
31141
31142 \end_inset
31143
31144 , long words cannot be hyphenated when they are the first word in a margin
31145  note.
31146  To avoid this, insert 0
31147 \begin_inset space \thinspace{}
31148 \end_inset
31149
31150 pt horizontal space before the word
31151 \family roman
31152 \series medium
31153 .
31154  
31155 \begin_inset Marginal
31156 status open
31157
31158 \begin_layout Plain Layout
31159 \begin_inset space \hspace*{}
31160 \length 0pt
31161 \end_inset
31162
31163 AVeryLongMarginParWord that is hyphenated.
31164 \end_layout
31165
31166 \end_inset
31167
31168
31169 \end_layout
31170
31171 \begin_layout Standard
31172 \begin_inset VSpace bigskip
31173 \end_inset
31174
31175
31176 \end_layout
31177
31178 \begin_layout Standard
31179 \begin_inset Note Greyedout
31180 status open
31181
31182 \begin_layout Plain Layout
31183
31184 \series bold
31185 Note:
31186 \series default
31187  Margin notes can normally not be used inside tables, floats, and footnotes.
31188 \end_layout
31189
31190 \end_inset
31191
31192
31193 \end_layout
31194
31195 \begin_layout Standard
31196 \begin_inset VSpace bigskip
31197 \end_inset
31198
31199
31200 \end_layout
31201
31202 \begin_layout Standard
31203 \begin_inset ERT
31204 status collapsed
31205
31206 \begin_layout Plain Layout
31207
31208
31209 \backslash
31210 ifmarginnote
31211 \end_layout
31212
31213 \end_inset
31214
31215
31216 \begin_inset Note Note
31217 status open
31218
31219 \begin_layout Plain Layout
31220 The following section will only be displayed when the LaTeX-package 
31221 \series bold
31222 marginnote
31223 \series default
31224  is installed.
31225 \end_layout
31226
31227 \end_inset
31228
31229
31230 \end_layout
31231
31232 \begin_layout Standard
31233 This restriction can be evaded by using the LaTeX-package 
31234 \series bold
31235 marginnote
31236 \series default
31237
31238 \begin_inset Index idx
31239 status collapsed
31240
31241 \begin_layout Plain Layout
31242 LaTeX-packages ! marginnote
31243 \end_layout
31244
31245 \end_inset
31246
31247 .
31248  By adding these two lines to your document preamble, the command used by
31249  LyX for margin notes is redefined to use the command provided by the 
31250 \series bold
31251 marginnote
31252 \series default
31253 -package:
31254 \end_layout
31255
31256 \begin_layout Standard
31257
31258 \series bold
31259
31260 \backslash
31261 usepackage{marginnote}
31262 \begin_inset Newline newline
31263 \end_inset
31264
31265
31266 \backslash
31267 let
31268 \backslash
31269 marginpar
31270 \backslash
31271 marginnote
31272 \end_layout
31273
31274 \begin_layout Standard
31275 This is also used in this document because 
31276 \series bold
31277 marginnote
31278 \series default
31279  has another useful feature: You can set a vertical offset for the note.
31280  This is often needed when too many margin notes are too close together
31281  or for a better page layout.
31282  The offset is set in LyX as TeX-Code directly after the margin note in
31283  the scheme
31284 \end_layout
31285
31286 \begin_layout Standard
31287
31288 \series bold
31289 [offset]
31290 \end_layout
31291
31292 \begin_layout Standard
31293 where the offset is a length with one of the units listed in Table
31294 \begin_inset space ~
31295 \end_inset
31296
31297
31298 \begin_inset CommandInset ref
31299 LatexCommand ref
31300 reference "tab:Units"
31301
31302 \end_inset
31303
31304 .
31305  A negative value shifts the note up, a positive value shifts it down.
31306  
31307 \family roman
31308 \series medium
31309 For example the margin note beside this text line is shifted up 1.5
31310 \begin_inset space \thinspace{}
31311 \end_inset
31312
31313 cm with the TeX-Code-command 
31314 \begin_inset Quotes eld
31315 \end_inset
31316
31317
31318 \family default
31319 \series bold
31320 [-1.5cm]
31321 \family roman
31322 \series medium
31323
31324 \begin_inset Quotes erd
31325 \end_inset
31326
31327
31328 \begin_inset Marginal
31329 status open
31330
31331 \begin_layout Plain Layout
31332 This margin note is shifted up 1.5
31333 \begin_inset space \thinspace{}
31334 \end_inset
31335
31336 cm from its original position.
31337 \end_layout
31338
31339 \end_inset
31340
31341
31342 \family default
31343 \series default
31344
31345 \begin_inset ERT
31346 status collapsed
31347
31348 \begin_layout Plain Layout
31349
31350 [-1.5cm]
31351 \end_layout
31352
31353 \end_inset
31354
31355
31356 \end_layout
31357
31358 \begin_layout Standard
31359 \begin_inset VSpace medskip
31360 \end_inset
31361
31362 With 
31363 \series bold
31364 marginnote
31365 \series default
31366  you can also change the alignment of the text in the margin note.
31367  For example the commands
31368 \end_layout
31369
31370 \begin_layout Standard
31371
31372 \series bold
31373
31374 \backslash
31375 renewcommand*{
31376 \backslash
31377 raggedleftmarginnote}{
31378 \backslash
31379 centering}
31380 \begin_inset Newline newline
31381 \end_inset
31382
31383
31384 \backslash
31385 renewcommand*{
31386 \backslash
31387 raggedrightmarginnote}{
31388 \backslash
31389 centering}
31390 \end_layout
31391
31392 \begin_layout Standard
31393 set the alignment to centered.
31394  
31395 \series bold
31396
31397 \backslash
31398 raggedleftmarginnote
31399 \series default
31400  denotes margin notes that appear at the left side.
31401 \family roman
31402 \series medium
31403
31404 \begin_inset ERT
31405 status collapsed
31406
31407 \begin_layout Plain Layout
31408
31409
31410 \backslash
31411 renewcommand*{
31412 \backslash
31413 raggedleftmarginnote}{
31414 \backslash
31415 centering}
31416 \end_layout
31417
31418 \begin_layout Plain Layout
31419
31420
31421 \backslash
31422 renewcommand*{
31423 \backslash
31424 raggedrightmarginnote}{
31425 \backslash
31426 centering}
31427 \end_layout
31428
31429 \end_inset
31430
31431
31432 \begin_inset Marginal
31433 status open
31434
31435 \begin_layout Plain Layout
31436 The text of this margin note is centered.
31437 \end_layout
31438
31439 \end_inset
31440
31441
31442 \family default
31443 \series default
31444  The default is
31445 \end_layout
31446
31447 \begin_layout Standard
31448
31449 \series bold
31450
31451 \backslash
31452 renewcommand*{
31453 \backslash
31454 raggedleftmarginnote}{
31455 \backslash
31456 raggedleft}
31457 \begin_inset Newline newline
31458 \end_inset
31459
31460
31461 \backslash
31462 renewcommand*{
31463 \backslash
31464 raggedrightmarginnote}{
31465 \backslash
31466 raggedright}
31467 \family roman
31468 \series medium
31469
31470 \begin_inset ERT
31471 status collapsed
31472
31473 \begin_layout Plain Layout
31474
31475
31476 \backslash
31477 renewcommand*{
31478 \backslash
31479 raggedleftmarginnote}{
31480 \backslash
31481 raggedleft}
31482 \end_layout
31483
31484 \begin_layout Plain Layout
31485
31486
31487 \backslash
31488 renewcommand*{
31489 \backslash
31490 raggedrightmarginnote}{
31491 \backslash
31492 raggedright}
31493 \end_layout
31494
31495 \end_inset
31496
31497
31498 \end_layout
31499
31500 \begin_layout Standard
31501 \begin_inset VSpace medskip
31502 \end_inset
31503
31504 For the other features of 
31505 \series bold
31506 marginnote
31507 \series default
31508  refer to its documentation 
31509 \begin_inset CommandInset citation
31510 LatexCommand cite
31511 key "marginnote"
31512
31513 \end_inset
31514
31515 .
31516 \end_layout
31517
31518 \begin_layout Standard
31519 \begin_inset VSpace bigskip
31520 \end_inset
31521
31522 You can adjust the layout of margin notes by changing its definition.
31523  To create for example a header for all margin notes with the underlined,
31524  sans-serif, and bold header text 
31525 \begin_inset Quotes eld
31526 \end_inset
31527
31528
31529 \family sans
31530 \series bold
31531 \bar under
31532 Attention!
31533 \family default
31534 \series default
31535 \bar default
31536
31537 \begin_inset Quotes erd
31538 \end_inset
31539
31540 , add this to your document preamble:
31541 \end_layout
31542
31543 \begin_layout Standard
31544
31545 \series bold
31546
31547 \backslash
31548 let
31549 \backslash
31550 myMarginpar
31551 \backslash
31552 marginpar
31553 \begin_inset Newline newline
31554 \end_inset
31555
31556
31557 \backslash
31558 renewcommand{
31559 \backslash
31560 marginpar}[1]{
31561 \backslash
31562 myMarginpar{%
31563 \begin_inset Newline newline
31564 \end_inset
31565
31566
31567 \begin_inset Phantom HPhantom
31568 status open
31569
31570 \begin_layout Plain Layout
31571
31572 \series bold
31573 \begin_inset space ~
31574 \end_inset
31575
31576
31577 \end_layout
31578
31579 \end_inset
31580
31581
31582 \backslash
31583 hspace{0pt}
31584 \backslash
31585 textsf{
31586 \backslash
31587 textbf{
31588 \backslash
31589 underbar{Attention!}}}%
31590 \begin_inset Newline newline
31591 \end_inset
31592
31593
31594 \begin_inset Phantom HPhantom
31595 status open
31596
31597 \begin_layout Plain Layout
31598
31599 \series bold
31600 \begin_inset space ~
31601 \end_inset
31602
31603
31604 \end_layout
31605
31606 \end_inset
31607
31608
31609 \backslash
31610 vspace{1.5mm}
31611 \backslash
31612
31613 \backslash
31614 #1}}
31615 \end_layout
31616
31617 \begin_layout Standard
31618
31619 \family roman
31620 \series medium
31621 \begin_inset ERT
31622 status collapsed
31623
31624 \begin_layout Plain Layout
31625
31626
31627 \backslash
31628 let
31629 \backslash
31630 myMarginpar
31631 \backslash
31632 marginpar
31633 \end_layout
31634
31635 \begin_layout Plain Layout
31636
31637
31638 \backslash
31639 renewcommand{
31640 \backslash
31641 marginpar}[1]{
31642 \backslash
31643 myMarginpar{%
31644 \end_layout
31645
31646 \begin_layout Plain Layout
31647
31648    
31649 \backslash
31650 textsf{
31651 \backslash
31652 textbf{
31653 \backslash
31654 underbar{Attention!}}}%
31655 \end_layout
31656
31657 \begin_layout Plain Layout
31658
31659    
31660 \backslash
31661 vspace{1.5mm}
31662 \backslash
31663
31664 \backslash
31665 #1}}
31666 \end_layout
31667
31668 \end_inset
31669
31670
31671 \begin_inset Marginal
31672 status open
31673
31674 \begin_layout Plain Layout
31675 This is a margin note with a defined heading.
31676 \end_layout
31677
31678 \end_inset
31679
31680
31681 \family default
31682 \series default
31683
31684 \begin_inset ERT
31685 status collapsed
31686
31687 \begin_layout Plain Layout
31688
31689 [-1.5cm]
31690 \end_layout
31691
31692 \end_inset
31693
31694
31695 \family roman
31696 \series medium
31697
31698 \begin_inset ERT
31699 status collapsed
31700
31701 \begin_layout Plain Layout
31702
31703
31704 \backslash
31705 renewcommand{
31706 \backslash
31707 marginpar}[1]{
31708 \backslash
31709 myMarginpar{#1}}
31710 \end_layout
31711
31712 \end_inset
31713
31714
31715 \family default
31716 \series default
31717
31718 \begin_inset Note Note
31719 status collapsed
31720
31721 \begin_layout Plain Layout
31722 The margin note format is changed only for this example.
31723 \end_layout
31724
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \begin_layout Standard
31731 \begin_inset ERT
31732 status collapsed
31733
31734 \begin_layout Plain Layout
31735
31736
31737 \backslash
31738 else
31739 \end_layout
31740
31741 \end_inset
31742
31743
31744 \begin_inset Note Note
31745 status open
31746
31747 \begin_layout Plain Layout
31748 The following will be displayed when the LaTeX-package 
31749 \series bold
31750 marginnote
31751 \series default
31752  is not installed:
31753 \end_layout
31754
31755 \end_inset
31756
31757
31758 \end_layout
31759
31760 \begin_layout Standard
31761 You need to install the LaTeX-package 
31762 \series bold
31763 marginnote
31764 \series default
31765  to see the following part of this section in the output.
31766 \end_layout
31767
31768 \begin_layout Standard
31769 \begin_inset ERT
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773
31774
31775 \backslash
31776 fi
31777 \end_layout
31778
31779 \end_inset
31780
31781
31782 \end_layout
31783
31784 \begin_layout Chapter
31785 Boxes
31786 \end_layout
31787
31788 \begin_layout Section
31789 Introduction
31790 \begin_inset Index idx
31791 status collapsed
31792
31793 \begin_layout Plain Layout
31794 Boxes ! Introduction
31795 \end_layout
31796
31797 \end_inset
31798
31799
31800 \end_layout
31801
31802 \begin_layout Standard
31803 Boxes are used to format a block of text.
31804  Boxes can be used to write documents with multiple languages, see section
31805 \begin_inset space ~
31806 \end_inset
31807
31808
31809 \begin_inset CommandInset ref
31810 LatexCommand ref
31811 reference "sec:Minipages"
31812
31813 \end_inset
31814
31815 , to frame texts, see section
31816 \begin_inset space ~
31817 \end_inset
31818
31819
31820 \begin_inset CommandInset ref
31821 LatexCommand ref
31822 reference "sec:Decoration"
31823
31824 \end_inset
31825
31826 , to prevent words from being hyphenated, see section
31827 \begin_inset space ~
31828 \end_inset
31829
31830
31831 \begin_inset CommandInset ref
31832 LatexCommand ref
31833 reference "sec:Prevent-Hyphenation"
31834
31835 \end_inset
31836
31837 , to align text, see section
31838 \begin_inset space ~
31839 \end_inset
31840
31841
31842 \begin_inset CommandInset ref
31843 LatexCommand ref
31844 reference "sub:Vertical-Alignment"
31845
31846 \end_inset
31847
31848 , or to set the background color of texts, see section
31849 \begin_inset space ~
31850 \end_inset
31851
31852
31853 \begin_inset CommandInset ref
31854 LatexCommand ref
31855 reference "sec:Colored-Boxes"
31856
31857 \end_inset
31858
31859 .
31860 \end_layout
31861
31862 \begin_layout Standard
31863 Boxes can be inserted with the menu 
31864 \family sans
31865 Insert\SpecialChar \menuseparator
31866 Box
31867 \family default
31868  or the toolbar button 
31869 \begin_inset Info
31870 type  "icon"
31871 arg   "box-insert Frameless"
31872 \end_inset
31873
31874 .
31875  A grey box with the label 
31876 \family sans
31877 Box (Minipage)
31878 \family default
31879
31880 \begin_inset Graphics
31881         filename clipart/BoxInsetDefaultQt4.png
31882         scale 85
31883         scaleBeforeRotation
31884
31885 \end_inset
31886
31887  will be inserted.
31888  The box type can be specified by right-clicking on the box and selecting
31889  
31890 \family sans
31891 Settings
31892 \family default
31893 .
31894  The box dialog offers the 
31895 \family sans
31896 Inner
31897 \begin_inset space ~
31898 \end_inset
31899
31900 Box
31901 \family default
31902  types 
31903 \family sans
31904 Makebox
31905 \family default
31906
31907 \family sans
31908 Parbox
31909 \family default
31910  and 
31911 \family sans
31912 Minipage
31913 \family default
31914 .
31915  The type 
31916 \family sans
31917 Minipage
31918 \family default
31919  is the default for new boxes and is explained in section
31920 \begin_inset space ~
31921 \end_inset
31922
31923
31924 \begin_inset CommandInset ref
31925 LatexCommand ref
31926 reference "sec:Minipages"
31927
31928 \end_inset
31929
31930 ; the type 
31931 \family sans
31932 Parbox
31933 \family default
31934  is described in section
31935 \begin_inset space ~
31936 \end_inset
31937
31938
31939 \begin_inset CommandInset ref
31940 LatexCommand ref
31941 reference "sec:Parboxes"
31942
31943 \end_inset
31944
31945  and the type 
31946 \family sans
31947 Makebox
31948 \family default
31949  in 
31950 \begin_inset CommandInset ref
31951 LatexCommand ref
31952 reference "sec:Prevent-Hyphenation"
31953
31954 \end_inset
31955
31956 .
31957 \end_layout
31958
31959 \begin_layout Standard
31960 Boxes are not numbered and can therefore not be referenced like floats or
31961  footnotes.
31962 \end_layout
31963
31964 \begin_layout Standard
31965 \begin_inset Note Greyedout
31966 status open
31967
31968 \begin_layout Plain Layout
31969
31970 \series bold
31971 Note:
31972 \series default
31973  Boxes must not be the item in an 
31974 \family sans
31975 Itemize
31976 \family default
31977  or 
31978 \family sans
31979 Description
31980 \family default
31981  environment.
31982 \end_layout
31983
31984 \end_inset
31985
31986
31987 \end_layout
31988
31989 \begin_layout Standard
31990 \begin_inset Note Greyedout
31991 status open
31992
31993 \begin_layout Plain Layout
31994
31995 \series bold
31996 Note:
31997 \series default
31998  For an unknown reason you can only set the 
31999 \family sans
32000 Inner
32001 \begin_inset space ~
32002 \end_inset
32003
32004 Box
32005 \family default
32006  type to 
32007 \family sans
32008 None
32009 \family default
32010  when you use a framed box.
32011  Boxes without an 
32012 \family sans
32013 Inner
32014 \begin_inset space ~
32015 \end_inset
32016
32017 Box
32018 \family default
32019  type and without frames are explained in section
32020 \begin_inset space ~
32021 \end_inset
32022
32023
32024 \begin_inset CommandInset ref
32025 LatexCommand ref
32026 reference "sec:Prevent-Hyphenation"
32027
32028 \end_inset
32029
32030 .
32031 \end_layout
32032
32033 \end_inset
32034
32035
32036 \end_layout
32037
32038 \begin_layout Section
32039 Box Dialog
32040 \begin_inset CommandInset label
32041 LatexCommand label
32042 name "sec:Box-Dialog"
32043
32044 \end_inset
32045
32046
32047 \begin_inset Index idx
32048 status collapsed
32049
32050 \begin_layout Plain Layout
32051 Boxes ! Box Dialog
32052 \end_layout
32053
32054 \end_inset
32055
32056
32057 \end_layout
32058
32059 \begin_layout Subsection
32060 Size
32061 \begin_inset Index idx
32062 status collapsed
32063
32064 \begin_layout Plain Layout
32065 Boxes ! Size
32066 \end_layout
32067
32068 \end_inset
32069
32070
32071 \end_layout
32072
32073 \begin_layout Standard
32074 In the box dialog you can adjust the box geometry in the fields 
32075 \family sans
32076 Width
32077 \family default
32078  and 
32079 \family sans
32080 Height
32081 \family default
32082 .
32083  The available units for the geometry are explained in Table
32084 \begin_inset space ~
32085 \end_inset
32086
32087
32088 \begin_inset CommandInset ref
32089 LatexCommand ref
32090 reference "tab:Units"
32091
32092 \end_inset
32093
32094 .
32095  The field 
32096 \family sans
32097 Height
32098 \family default
32099  offers the following additional sizes:
32100 \end_layout
32101
32102 \begin_layout Description
32103 Depth This is the plain text 
32104 \begin_inset Quotes eld
32105 \end_inset
32106
32107 height
32108 \begin_inset Quotes erd
32109 \end_inset
32110
32111 .
32112  It ignores the total depth when there are multiple text lines in the box:
32113 \begin_inset Newline newline
32114 \end_inset
32115
32116
32117 \begin_inset Newline newline
32118 \end_inset
32119
32120
32121 \begin_inset Newline newline
32122 \end_inset
32123
32124
32125 \begin_inset Box Boxed
32126 position "c"
32127 hor_pos "c"
32128 has_inner_box 1
32129 inner_pos "c"
32130 use_parbox 0
32131 use_makebox 0
32132 width "12col%"
32133 special "none"
32134 height "1in"
32135 height_special "depth"
32136 status collapsed
32137
32138 \begin_layout Plain Layout
32139 \align center
32140 Box height set to 1
32141 \begin_inset space \thinspace{}
32142 \end_inset
32143
32144 Depth
32145 \end_layout
32146
32147 \end_inset
32148
32149
32150 \begin_inset Newline newline
32151 \end_inset
32152
32153
32154 \begin_inset Newline newline
32155 \end_inset
32156
32157
32158 \end_layout
32159
32160 \begin_layout Description
32161 Height This is the height of the text that is inside the box.
32162  A value of e.
32163 \begin_inset space \thinspace{}
32164 \end_inset
32165
32166 g.
32167 \begin_inset space \space{}
32168 \end_inset
32169
32170 2 for this size will set the box height to 2
32171 \begin_inset space ~
32172 \end_inset
32173
32174 times the text height: 
32175 \begin_inset Box Boxed
32176 position "c"
32177 hor_pos "c"
32178 has_inner_box 1
32179 inner_pos "c"
32180 use_parbox 0
32181 use_makebox 0
32182 width "20col%"
32183 special "none"
32184 height "2in"
32185 height_special "height"
32186 status collapsed
32187
32188 \begin_layout Plain Layout
32189 \align center
32190 Box height set to 2
32191 \begin_inset space \thinspace{}
32192 \end_inset
32193
32194 Height
32195 \end_layout
32196
32197 \end_inset
32198
32199
32200 \end_layout
32201
32202 \begin_layout Description
32203 Total
32204 \begin_inset space ~
32205 \end_inset
32206
32207 Height This is the Height
32208 \begin_inset space \thinspace{}
32209 \end_inset
32210
32211 +
32212 \begin_inset space \thinspace{}
32213 \end_inset
32214
32215 Depth: 
32216 \begin_inset Box Boxed
32217 position "c"
32218 hor_pos "c"
32219 has_inner_box 1
32220 inner_pos "c"
32221 use_parbox 0
32222 use_makebox 0
32223 width "20col%"
32224 special "none"
32225 height "1in"
32226 height_special "totalheight"
32227 status collapsed
32228
32229 \begin_layout Plain Layout
32230 \align center
32231 Box height set to 1
32232 \begin_inset space \thinspace{}
32233 \end_inset
32234
32235 Total
32236 \begin_inset space ~
32237 \end_inset
32238
32239 Height
32240 \end_layout
32241
32242 \end_inset
32243
32244
32245 \end_layout
32246
32247 \begin_layout Description
32248 Width This sets the width of the box as height: 
32249 \begin_inset Box Boxed
32250 position "c"
32251 hor_pos "c"
32252 has_inner_box 1
32253 inner_pos "c"
32254 use_parbox 0
32255 use_makebox 0
32256 width "12col%"
32257 special "none"
32258 height "1in"
32259 height_special "width"
32260 status collapsed
32261
32262 \begin_layout Plain Layout
32263 \align center
32264 Box height set to 1
32265 \begin_inset space \thinspace{}
32266 \end_inset
32267
32268 Width
32269 \end_layout
32270
32271 \end_inset
32272
32273
32274 \end_layout
32275
32276 \begin_layout Subsection
32277 Alignment
32278 \begin_inset Index idx
32279 status collapsed
32280
32281 \begin_layout Plain Layout
32282 Boxes ! Alignment
32283 \end_layout
32284
32285 \end_inset
32286
32287
32288 \end_layout
32289
32290 \begin_layout Standard
32291 When you have chosen an 
32292 \family sans
32293 Inner
32294 \begin_inset space ~
32295 \end_inset
32296
32297 Box
32298 \family default
32299 , the vertical box alignment can be:
32300 \end_layout
32301
32302 \begin_layout Description
32303 Top This is an example text line.
32304  
32305 \begin_inset Box Boxed
32306 position "t"
32307 hor_pos "c"
32308 has_inner_box 1
32309 inner_pos "c"
32310 use_parbox 0
32311 use_makebox 0
32312 width "12col%"
32313 special "none"
32314 height "1in"
32315 height_special "totalheight"
32316 status collapsed
32317
32318 \begin_layout Plain Layout
32319 \align center
32320 This box is top-aligned.
32321 \end_layout
32322
32323 \end_inset
32324
32325  This is an example text line.
32326 \end_layout
32327
32328 \begin_layout Description
32329 Middle This is an example text line.
32330  
32331 \begin_inset Box Boxed
32332 position "c"
32333 hor_pos "c"
32334 has_inner_box 1
32335 inner_pos "c"
32336 use_parbox 0
32337 use_makebox 0
32338 width "12col%"
32339 special "none"
32340 height "1in"
32341 height_special "totalheight"
32342 status collapsed
32343
32344 \begin_layout Plain Layout
32345 \align center
32346 This box is middle-aligned.
32347 \end_layout
32348
32349 \end_inset
32350
32351  This is an example text line.
32352 \end_layout
32353
32354 \begin_layout Description
32355 Bottom This is an example text line.
32356  
32357 \begin_inset Box Boxed
32358 position "b"
32359 hor_pos "c"
32360 has_inner_box 1
32361 inner_pos "c"
32362 use_parbox 0
32363 use_makebox 0
32364 width "12col%"
32365 special "none"
32366 height "1in"
32367 height_special "totalheight"
32368 status collapsed
32369
32370 \begin_layout Plain Layout
32371 \align center
32372 This box is bottom-aligned.
32373 \end_layout
32374
32375 \end_inset
32376
32377  This is an example text line.
32378 \end_layout
32379
32380 \begin_layout Standard
32381 \begin_inset Note Greyedout
32382 status open
32383
32384 \begin_layout Plain Layout
32385
32386 \series bold
32387 Note:
32388 \series default
32389  The vertical box alignment can be lost in the output when you have two
32390  boxes in a line and one has e.
32391 \begin_inset space \thinspace{}
32392 \end_inset
32393
32394 g.
32395 \begin_inset space \space{}
32396 \end_inset
32397
32398 a shadow and the other one not.
32399 \end_layout
32400
32401 \end_inset
32402
32403
32404 \end_layout
32405
32406 \begin_layout Standard
32407 The horizontal box alignment can be set via LyX's paragraph dialog when
32408  you set the box into its own paragraph.
32409 \end_layout
32410
32411 \begin_layout Standard
32412 \begin_inset VSpace bigskip
32413 \end_inset
32414
32415 When you have chosen an 
32416 \family sans
32417 Inner
32418 \begin_inset space ~
32419 \end_inset
32420
32421 Box
32422 \family default
32423 , the box content can be aligned vertically to:
32424 \end_layout
32425
32426 \begin_layout Description
32427 top This is an example text line.
32428  
32429 \begin_inset Box Boxed
32430 position "c"
32431 hor_pos "c"
32432 has_inner_box 1
32433 inner_pos "t"
32434 use_parbox 0
32435 use_makebox 0
32436 width "12col%"
32437 special "none"
32438 height "1.5in"
32439 height_special "totalheight"
32440 status collapsed
32441
32442 \begin_layout Plain Layout
32443 \align center
32444 This box text is top-aligned.
32445 \end_layout
32446
32447 \end_inset
32448
32449  This is an example text line.
32450 \end_layout
32451
32452 \begin_layout Description
32453 middle This is an example text line.
32454  
32455 \begin_inset Box Boxed
32456 position "c"
32457 hor_pos "c"
32458 has_inner_box 1
32459 inner_pos "c"
32460 use_parbox 0
32461 use_makebox 0
32462 width "12col%"
32463 special "none"
32464 height "1.5in"
32465 height_special "totalheight"
32466 status collapsed
32467
32468 \begin_layout Plain Layout
32469 \align center
32470 This box text is middle-aligned.
32471 \end_layout
32472
32473 \end_inset
32474
32475  This is an example text line.
32476 \end_layout
32477
32478 \begin_layout Description
32479 bottom This is an example text line.
32480  
32481 \begin_inset Box Boxed
32482 position "c"
32483 hor_pos "c"
32484 has_inner_box 1
32485 inner_pos "b"
32486 use_parbox 0
32487 use_makebox 0
32488 width "12col%"
32489 special "none"
32490 height "1.5in"
32491 height_special "totalheight"
32492 status collapsed
32493
32494 \begin_layout Plain Layout
32495 \align center
32496 This box text is bottom-aligned.
32497 \end_layout
32498
32499 \end_inset
32500
32501  This is an example text line.
32502 \end_layout
32503
32504 \begin_layout Description
32505 stretch This is an example text line.
32506  
32507 \begin_inset Box Boxed
32508 position "c"
32509 hor_pos "c"
32510 has_inner_box 1
32511 inner_pos "s"
32512 use_parbox 0
32513 use_makebox 0
32514 width "12col%"
32515 special "none"
32516 height "1.5in"
32517 height_special "totalheight"
32518 status collapsed
32519
32520 \begin_layout Plain Layout
32521 \align center
32522 This box
32523 \end_layout
32524
32525 \begin_layout Plain Layout
32526 \align center
32527 text is
32528 \end_layout
32529
32530 \begin_layout Plain Layout
32531 \align center
32532 stretched.
32533 \end_layout
32534
32535 \end_inset
32536
32537  This is an example text line.
32538 \end_layout
32539
32540 \begin_layout Standard
32541 To stretch the box content, it must consist of more than one paragraph.
32542  In the example above every text line is in an own paragraph.
32543 \end_layout
32544
32545 \begin_layout Standard
32546 \begin_inset VSpace bigskip
32547 \end_inset
32548
32549 To align the box content horizontally you can use LyX's paragraph dialog
32550  when you have chosen an 
32551 \family sans
32552 Inner
32553 \begin_inset space ~
32554 \end_inset
32555
32556 Box
32557 \family default
32558 .
32559 \end_layout
32560
32561 \begin_layout Standard
32562 \align center
32563 \begin_inset Box Boxed
32564 position "c"
32565 hor_pos "c"
32566 has_inner_box 1
32567 inner_pos "s"
32568 use_parbox 0
32569 use_makebox 0
32570 width "15col%"
32571 special "none"
32572 height "1.25in"
32573 height_special "totalheight"
32574 status collapsed
32575
32576 \begin_layout Plain Layout
32577 \align left
32578 This box
32579 \end_layout
32580
32581 \begin_layout Plain Layout
32582 \align center
32583 text is
32584 \end_layout
32585
32586 \begin_layout Plain Layout
32587 \align right
32588 stretched.
32589 \end_layout
32590
32591 \end_inset
32592
32593
32594 \end_layout
32595
32596 \begin_layout Standard
32597 If you have not set an 
32598 \family sans
32599 Inner
32600 \begin_inset space ~
32601 \end_inset
32602
32603 Box
32604 \family default
32605 , you can align the box content horizontally in the box dialog.
32606 \end_layout
32607
32608 \begin_layout Standard
32609 \align center
32610 \begin_inset Box Boxed
32611 position "c"
32612 hor_pos "s"
32613 has_inner_box 0
32614 inner_pos "s"
32615 use_parbox 0
32616 use_makebox 0
32617 width "90col%"
32618 special "none"
32619 height "1.25in"
32620 height_special "totalheight"
32621 status collapsed
32622
32623 \begin_layout Plain Layout
32624 This box text is horizontally stretched.
32625 \end_layout
32626
32627 \end_inset
32628
32629
32630 \end_layout
32631
32632 \begin_layout Subsection
32633 Decoration
32634 \begin_inset CommandInset label
32635 LatexCommand label
32636 name "sec:Decoration"
32637
32638 \end_inset
32639
32640
32641 \begin_inset Index idx
32642 status collapsed
32643
32644 \begin_layout Plain Layout
32645 Boxes ! Decoration
32646 \end_layout
32647
32648 \end_inset
32649
32650
32651 \end_layout
32652
32653 \begin_layout Standard
32654 The type of the box can be specified in the box dialog in the drop-down
32655  list 
32656 \family sans
32657 Decoration
32658 \family default
32659 .
32660  The following types are possible:
32661 \end_layout
32662
32663 \begin_layout Description
32664 No
32665 \begin_inset space ~
32666 \end_inset
32667
32668 frame Nothing is drawn.
32669 \end_layout
32670
32671 \begin_layout Description
32672 Simple
32673 \begin_inset space ~
32674 \end_inset
32675
32676 rectangular
32677 \begin_inset space ~
32678 \end_inset
32679
32680 frame This draws a rectangular frame around the box.
32681  The frame line thickness has the size of 
32682 \series bold
32683
32684 \backslash
32685 fboxrule
32686 \series default
32687 .
32688  
32689 \begin_inset Box Boxed
32690 position "c"
32691 hor_pos "c"
32692 has_inner_box 1
32693 inner_pos "c"
32694 use_parbox 0
32695 use_makebox 0
32696 width "20col%"
32697 special "none"
32698 height "1in"
32699 height_special "totalheight"
32700 status collapsed
32701
32702 \begin_layout Plain Layout
32703 \align center
32704 Rectangular box
32705 \end_layout
32706
32707 \end_inset
32708
32709
32710 \end_layout
32711
32712 \begin_layout Description
32713 Oval
32714 \begin_inset space ~
32715 \end_inset
32716
32717 box,
32718 \begin_inset space ~
32719 \end_inset
32720
32721 thin This draws an oval frame around the box.
32722  The frame line thickness has the size 0.4
32723 \begin_inset space \thinspace{}
32724 \end_inset
32725
32726 pt.
32727  
32728 \begin_inset Box ovalbox
32729 position "c"
32730 hor_pos "c"
32731 has_inner_box 1
32732 inner_pos "c"
32733 use_parbox 0
32734 use_makebox 0
32735 width "20col%"
32736 special "none"
32737 height "1in"
32738 height_special "totalheight"
32739 status collapsed
32740
32741 \begin_layout Plain Layout
32742 \align center
32743 Oval box, thin
32744 \end_layout
32745
32746 \end_inset
32747
32748
32749 \end_layout
32750
32751 \begin_layout Description
32752 Oval
32753 \begin_inset space ~
32754 \end_inset
32755
32756 box,
32757 \begin_inset space ~
32758 \end_inset
32759
32760 thick This draws an oval frame around the box.
32761  The frame line thickness has the size 0.8
32762 \begin_inset space \thinspace{}
32763 \end_inset
32764
32765 pt.
32766  
32767 \begin_inset Box Ovalbox
32768 position "c"
32769 hor_pos "c"
32770 has_inner_box 1
32771 inner_pos "c"
32772 use_parbox 0
32773 use_makebox 0
32774 width "20col%"
32775 special "none"
32776 height "1in"
32777 height_special "totalheight"
32778 status collapsed
32779
32780 \begin_layout Plain Layout
32781 \align center
32782 Oval box, thick
32783 \end_layout
32784
32785 \end_inset
32786
32787
32788 \end_layout
32789
32790 \begin_layout Description
32791 Drop
32792 \begin_inset space ~
32793 \end_inset
32794
32795 shadow This draws a rectangular frame with a shadow around the box.
32796  The frame line thickness has the size of 
32797 \series bold
32798
32799 \backslash
32800 fboxrule
32801 \series default
32802 , the shadow has a width of 4
32803 \begin_inset space \thinspace{}
32804 \end_inset
32805
32806 pt.
32807  
32808 \begin_inset Box Shadowbox
32809 position "c"
32810 hor_pos "c"
32811 has_inner_box 1
32812 inner_pos "c"
32813 use_parbox 0
32814 use_makebox 0
32815 width "20col%"
32816 special "none"
32817 height "1in"
32818 height_special "totalheight"
32819 status collapsed
32820
32821 \begin_layout Plain Layout
32822 \align center
32823 Shadow box
32824 \end_layout
32825
32826 \end_inset
32827
32828
32829 \end_layout
32830
32831 \begin_layout Description
32832 Shaded
32833 \begin_inset space ~
32834 \end_inset
32835
32836 background This draws a box with a red background.
32837  Unlike colored boxes
32838 \begin_inset Foot
32839 status collapsed
32840
32841 \begin_layout Plain Layout
32842 see sec.
32843 \begin_inset space \thinspace{}
32844 \end_inset
32845
32846
32847 \begin_inset CommandInset ref
32848 LatexCommand ref
32849 reference "sec:Colored-Boxes"
32850
32851 \end_inset
32852
32853
32854 \end_layout
32855
32856 \end_inset
32857
32858 , it always uses the whole column width and the box is set as its own paragraph.
32859  
32860 \begin_inset Box Shaded
32861 position "t"
32862 hor_pos "c"
32863 has_inner_box 0
32864 inner_pos "t"
32865 use_parbox 0
32866 use_makebox 0
32867 width "50col%"
32868 special "none"
32869 height "1in"
32870 height_special "totalheight"
32871 status collapsed
32872
32873 \begin_layout Plain Layout
32874 Shaded background box
32875 \end_layout
32876
32877 \end_inset
32878
32879
32880 \end_layout
32881
32882 \begin_layout Description
32883 Double
32884 \begin_inset space ~
32885 \end_inset
32886
32887 rectangular
32888 \begin_inset space ~
32889 \end_inset
32890
32891 frame This draws a double-line rectangular frame around the box.
32892  The line thickness of the inner frame is 0.75
32893 \begin_inset space \thinspace{}
32894 \end_inset
32895
32896
32897 \series bold
32898
32899 \backslash
32900 fboxrule
32901 \series default
32902 , the thickness of the outer frame is 1.5
32903 \begin_inset space \thinspace{}
32904 \end_inset
32905
32906
32907 \series bold
32908
32909 \backslash
32910 fboxrule
32911 \series default
32912 .
32913  The distance between the lines is 1.5
32914 \begin_inset space \thinspace{}
32915 \end_inset
32916
32917
32918 \series bold
32919
32920 \backslash
32921 fboxrule
32922 \series default
32923
32924 \begin_inset space \thinspace{}
32925 \end_inset
32926
32927 +
32928 \begin_inset space \thinspace{}
32929 \end_inset
32930
32931 0.5
32932 \begin_inset space \thinspace{}
32933 \end_inset
32934
32935 pt.
32936  
32937 \begin_inset Box Doublebox
32938 position "c"
32939 hor_pos "c"
32940 has_inner_box 1
32941 inner_pos "c"
32942 use_parbox 0
32943 use_makebox 0
32944 width "20col%"
32945 special "none"
32946 height "1in"
32947 height_special "totalheight"
32948 status collapsed
32949
32950 \begin_layout Plain Layout
32951 \align center
32952 Double rectangular box
32953 \end_layout
32954
32955 \end_inset
32956
32957
32958 \end_layout
32959
32960 \begin_layout Standard
32961 \begin_inset VSpace bigskip
32962 \end_inset
32963
32964 LyX's box label will reflect the different frame types.
32965  To be able to use all types, the LaTeX-package 
32966 \series bold
32967 fancybox
32968 \series default
32969
32970 \begin_inset Index idx
32971 status collapsed
32972
32973 \begin_layout Plain Layout
32974 LaTeX-packages ! fancybox
32975 \end_layout
32976
32977 \end_inset
32978
32979  must be installed.
32980 \end_layout
32981
32982 \begin_layout Standard
32983 \begin_inset VSpace bigskip
32984 \end_inset
32985
32986 When you use the decoration 
32987 \family sans
32988 simple rectangular frame
32989 \family default
32990  and no inner box, you can allow page breaks within a box.
32991  Note that then, unlike other framed boxes, the frame always uses the whole
32992  column width, the box is set as its own paragraph, and 
32993 \series bold
32994
32995 \backslash
32996 fboxrule
32997 \series default
32998  and 
32999 \series bold
33000
33001 \backslash
33002 fboxsep
33003 \series default
33004  have no effect on this box type.
33005  The frame line thickness has the size of 
33006 \series bold
33007
33008 \backslash
33009 FrameRule
33010 \series default
33011 .
33012  
33013 \begin_inset Box Framed
33014 position "t"
33015 hor_pos "c"
33016 has_inner_box 0
33017 inner_pos "t"
33018 use_parbox 0
33019 use_makebox 0
33020 width "100col%"
33021 special "none"
33022 height "1in"
33023 height_special "totalheight"
33024 status collapsed
33025
33026 \begin_layout Plain Layout
33027 Allow page break box
33028 \end_layout
33029
33030 \end_inset
33031
33032
33033 \end_layout
33034
33035 \begin_layout Section
33036 Box Customization
33037 \begin_inset Index idx
33038 status collapsed
33039
33040 \begin_layout Plain Layout
33041 Boxes ! Customization
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \end_layout
33048
33049 \begin_layout Standard
33050 The default value for the size 
33051 \series bold
33052
33053 \backslash
33054 fboxrule
33055 \series default
33056  is 0.4
33057 \begin_inset space \thinspace{}
33058 \end_inset
33059
33060 pt.
33061  It can be changed with the following command in TeX-code to e.
33062 \begin_inset space \thinspace{}
33063 \end_inset
33064
33065 g.
33066 \begin_inset space \space{}
33067 \end_inset
33068
33069 2
33070 \begin_inset space \thinspace{}
33071 \end_inset
33072
33073 pt:
33074 \end_layout
33075
33076 \begin_layout Standard
33077
33078 \series bold
33079
33080 \backslash
33081 setlength{
33082 \backslash
33083 fboxrule}{2pt}
33084 \end_layout
33085
33086 \begin_layout Standard
33087 \begin_inset ERT
33088 status collapsed
33089
33090 \begin_layout Plain Layout
33091
33092
33093 \backslash
33094 setlength{
33095 \backslash
33096 fboxrule}{2pt}
33097 \end_layout
33098
33099 \end_inset
33100
33101
33102 \begin_inset Box Boxed
33103 position "c"
33104 hor_pos "c"
33105 has_inner_box 1
33106 inner_pos "c"
33107 use_parbox 0
33108 use_makebox 0
33109 width "25col%"
33110 special "none"
33111 height "1in"
33112 height_special "totalheight"
33113 status open
33114
33115 \begin_layout Plain Layout
33116 \align center
33117 Rectangular box with 
33118 \series bold
33119
33120 \backslash
33121 fboxrule
33122 \series default
33123
33124 \begin_inset space \thinspace{}
33125 \end_inset
33126
33127 =
33128 \begin_inset space \thinspace{}
33129 \end_inset
33130
33131 2
33132 \begin_inset space \thinspace{}
33133 \end_inset
33134
33135 pt
33136 \end_layout
33137
33138 \end_inset
33139
33140
33141 \begin_inset ERT
33142 status collapsed
33143
33144 \begin_layout Plain Layout
33145
33146
33147 \backslash
33148 setlength{
33149 \backslash
33150 fboxrule}{0.4pt}
33151 \end_layout
33152
33153 \end_inset
33154
33155
33156 \end_layout
33157
33158 \begin_layout Standard
33159 \begin_inset VSpace bigskip
33160 \end_inset
33161
33162 The space between the frame and the box content is for all frame styles
33163  by default 3
33164 \begin_inset space \thinspace{}
33165 \end_inset
33166
33167 pt.
33168  You can change it by setting the length 
33169 \series bold
33170
33171 \backslash
33172 fboxsep
33173 \series default
33174  to another value.
33175  For example the command
33176 \end_layout
33177
33178 \begin_layout Standard
33179
33180 \series bold
33181
33182 \backslash
33183 setlength{
33184 \backslash
33185 fboxsep}{10pt}
33186 \end_layout
33187
33188 \begin_layout Standard
33189 sets the value to 10
33190 \begin_inset space \thinspace{}
33191 \end_inset
33192
33193 pt, as with the following box:
33194 \end_layout
33195
33196 \begin_layout Standard
33197 \begin_inset ERT
33198 status collapsed
33199
33200 \begin_layout Plain Layout
33201
33202
33203 \backslash
33204 setlength{
33205 \backslash
33206 fboxsep}{10pt}
33207 \end_layout
33208
33209 \end_inset
33210
33211
33212 \begin_inset Box Boxed
33213 position "c"
33214 hor_pos "c"
33215 has_inner_box 1
33216 inner_pos "c"
33217 use_parbox 0
33218 use_makebox 0
33219 width "25col%"
33220 special "none"
33221 height "1in"
33222 height_special "totalheight"
33223 status open
33224
33225 \begin_layout Plain Layout
33226 \align center
33227 Rectangular box with 
33228 \series bold
33229
33230 \backslash
33231 fboxsep
33232 \series default
33233
33234 \begin_inset space \thinspace{}
33235 \end_inset
33236
33237 =
33238 \begin_inset space \thinspace{}
33239 \end_inset
33240
33241 10
33242 \begin_inset space \thinspace{}
33243 \end_inset
33244
33245 pt
33246 \end_layout
33247
33248 \end_inset
33249
33250
33251 \begin_inset ERT
33252 status collapsed
33253
33254 \begin_layout Plain Layout
33255
33256
33257 \backslash
33258 setlength{
33259 \backslash
33260 fboxsep}{3pt}
33261 \end_layout
33262
33263 \end_inset
33264
33265
33266 \end_layout
33267
33268 \begin_layout Standard
33269 \begin_inset VSpace bigskip
33270 \end_inset
33271
33272 The diameter of the round corners of the oval boxes can be set with the
33273  command 
33274 \series bold
33275
33276 \backslash
33277 cornersize
33278 \series default
33279 .
33280  The command
33281 \end_layout
33282
33283 \begin_layout Standard
33284
33285 \series bold
33286
33287 \backslash
33288 cornersize*{1cm}
33289 \end_layout
33290
33291 \begin_layout Standard
33292 sets the diameter to 1
33293 \begin_inset space \thinspace{}
33294 \end_inset
33295
33296 cm.
33297  The command
33298 \end_layout
33299
33300 \begin_layout Standard
33301
33302 \series bold
33303
33304 \backslash
33305 cornersize{num}
33306 \end_layout
33307
33308 \begin_layout Standard
33309 sets the diameter to 
33310 \family sans
33311 num
33312 \begin_inset space \thinspace{}
33313 \end_inset
33314
33315 ×
33316 \begin_inset space \thinspace{}
33317 \end_inset
33318
33319 minimum(width and height of box)
33320 \family default
33321 .
33322  The default is 
33323 \series bold
33324
33325 \backslash
33326 cornersize{0.5}
33327 \series default
33328 .
33329 \end_layout
33330
33331 \begin_layout Standard
33332 \begin_inset ERT
33333 status collapsed
33334
33335 \begin_layout Plain Layout
33336
33337
33338 \backslash
33339 cornersize*{1.5cm}
33340 \end_layout
33341
33342 \end_inset
33343
33344
33345 \begin_inset Box Ovalbox
33346 position "c"
33347 hor_pos "c"
33348 has_inner_box 1
33349 inner_pos "c"
33350 use_parbox 0
33351 use_makebox 0
33352 width "25col%"
33353 special "none"
33354 height "1in"
33355 height_special "totalheight"
33356 status open
33357
33358 \begin_layout Plain Layout
33359 \align center
33360 Oval box with 
33361 \series bold
33362
33363 \backslash
33364 cornersize
33365 \series default
33366
33367 \begin_inset space \thinspace{}
33368 \end_inset
33369
33370 =
33371 \begin_inset space \thinspace{}
33372 \end_inset
33373
33374 1.5
33375 \begin_inset space \thinspace{}
33376 \end_inset
33377
33378 cm
33379 \end_layout
33380
33381 \end_inset
33382
33383
33384 \begin_inset ERT
33385 status collapsed
33386
33387 \begin_layout Plain Layout
33388
33389
33390 \backslash
33391 cornersize{0.5}
33392 \end_layout
33393
33394 \end_inset
33395
33396
33397 \end_layout
33398
33399 \begin_layout Standard
33400 \begin_inset VSpace bigskip
33401 \end_inset
33402
33403 The size of the shadow can be adjusted by changing the length 
33404 \series bold
33405
33406 \backslash
33407 shadowsize
33408 \series default
33409 .
33410  It it set to 2
33411 \begin_inset space \thinspace{}
33412 \end_inset
33413
33414 pt for the following box by this command:
33415 \end_layout
33416
33417 \begin_layout Standard
33418
33419 \series bold
33420
33421 \backslash
33422 setlength{
33423 \backslash
33424 shadowsize}{2pt}
33425 \end_layout
33426
33427 \begin_layout Standard
33428 \begin_inset ERT
33429 status collapsed
33430
33431 \begin_layout Plain Layout
33432
33433
33434 \backslash
33435 setlength{
33436 \backslash
33437 shadowsize}{2pt}
33438 \end_layout
33439
33440 \end_inset
33441
33442
33443 \begin_inset Box Shadowbox
33444 position "c"
33445 hor_pos "c"
33446 has_inner_box 1
33447 inner_pos "c"
33448 use_parbox 0
33449 use_makebox 0
33450 width "25col%"
33451 special "none"
33452 height "1in"
33453 height_special "totalheight"
33454 status open
33455
33456 \begin_layout Plain Layout
33457 \align center
33458 Shadow box with 
33459 \series bold
33460
33461 \backslash
33462 shadowsize
33463 \series default
33464
33465 \begin_inset space \thinspace{}
33466 \end_inset
33467
33468 =
33469 \begin_inset space \thinspace{}
33470 \end_inset
33471
33472 2
33473 \begin_inset space \thinspace{}
33474 \end_inset
33475
33476 pt
33477 \end_layout
33478
33479 \end_inset
33480
33481
33482 \begin_inset ERT
33483 status collapsed
33484
33485 \begin_layout Plain Layout
33486
33487
33488 \backslash
33489 setlength{
33490 \backslash
33491 shadowsize}{4pt}
33492 \end_layout
33493
33494 \end_inset
33495
33496
33497 \end_layout
33498
33499 \begin_layout Standard
33500 \begin_inset VSpace bigskip
33501 \end_inset
33502
33503
33504 \end_layout
33505
33506 \begin_layout Standard
33507 The default value for the size 
33508 \series bold
33509
33510 \backslash
33511 FrameRule
33512 \series default
33513  is 0.4
33514 \begin_inset space \thinspace{}
33515 \end_inset
33516
33517 pt.
33518  The default space between the note content and the frame is 9
33519 \begin_inset space \thinspace{}
33520 \end_inset
33521
33522 pt and can be changed with the value of 
33523 \series bold
33524
33525 \backslash
33526 FrameSep
33527 \series default
33528 .
33529  For example the frame appearance of the following 
33530 \family sans
33531 box
33532 \family default
33533  is set with the TeX-Code commands
33534 \end_layout
33535
33536 \begin_layout Standard
33537
33538 \series bold
33539
33540 \backslash
33541 setlength{
33542 \backslash
33543 FrameRule}{5pt}
33544 \begin_inset Newline newline
33545 \end_inset
33546
33547
33548 \backslash
33549 setlength{
33550 \backslash
33551 FrameSep}{0.5cm}
33552 \end_layout
33553
33554 \begin_layout Standard
33555 \begin_inset ERT
33556 status collapsed
33557
33558 \begin_layout Plain Layout
33559
33560
33561 \backslash
33562 setlength{
33563 \backslash
33564 FrameRule}{5pt}
33565 \end_layout
33566
33567 \begin_layout Plain Layout
33568
33569
33570 \backslash
33571 setlength{
33572 \backslash
33573 FrameSep}{0.5cm}
33574 \end_layout
33575
33576 \end_inset
33577
33578
33579 \begin_inset Box Framed
33580 position "t"
33581 hor_pos "c"
33582 has_inner_box 0
33583 inner_pos "t"
33584 use_parbox 0
33585 use_makebox 0
33586 width "100col%"
33587 special "none"
33588 height "1in"
33589 height_special "totalheight"
33590 status open
33591
33592 \begin_layout Plain Layout
33593 This is text in an 
33594 \family sans
33595 allow page break
33596 \family default
33597  box.
33598 \end_layout
33599
33600 \end_inset
33601
33602
33603 \begin_inset ERT
33604 status collapsed
33605
33606 \begin_layout Plain Layout
33607
33608
33609 \backslash
33610 setlength{
33611 \backslash
33612 FrameRule}{0.4pt}
33613 \end_layout
33614
33615 \begin_layout Plain Layout
33616
33617
33618 \backslash
33619 setlength{
33620 \backslash
33621 FrameSep}{9pt}
33622 \end_layout
33623
33624 \end_inset
33625
33626
33627 \end_layout
33628
33629 \begin_layout Standard
33630 \begin_inset VSpace bigskip
33631 \end_inset
33632
33633
33634 \end_layout
33635
33636 \begin_layout Standard
33637 For 
33638 \family sans
33639 shaded background
33640 \family default
33641  boxes the default space between the box content and the box border is 3
33642 \begin_inset space \thinspace{}
33643 \end_inset
33644
33645 pt and can be changed with the value of 
33646 \series bold
33647
33648 \backslash
33649 fboxsep
33650 \series default
33651 .
33652  The default background color red can either be changed locally with the
33653  command 
33654 \series bold
33655
33656 \backslash
33657 definecolor{shadecolor}
33658 \series default
33659  or globally with the menu 
33660 \family sans
33661 Tools\SpecialChar \menuseparator
33662 Preferences\SpecialChar \menuseparator
33663 Colors\SpecialChar \menuseparator
33664 shaded
33665 \begin_inset space ~
33666 \end_inset
33667
33668 box
33669 \family default
33670 .
33671  The scheme of the 
33672 \series bold
33673
33674 \backslash
33675 definecolor
33676 \series default
33677  command is explained in section
33678 \begin_inset space ~
33679 \end_inset
33680
33681
33682 \begin_inset CommandInset ref
33683 LatexCommand ref
33684 reference "sec:Colored-Tables"
33685
33686 \end_inset
33687
33688 .
33689 \begin_inset Foot
33690 status collapsed
33691
33692 \begin_layout Plain Layout
33693 Note that 
33694 \series bold
33695
33696 \backslash
33697 definecolor
33698 \series default
33699  requires the LaTeX-package 
33700 \series bold
33701 color
33702 \series default
33703  in the preamble, see section
33704 \begin_inset space ~
33705 \end_inset
33706
33707
33708 \begin_inset CommandInset ref
33709 LatexCommand ref
33710 reference "sec:Colored-Boxes"
33711
33712 \end_inset
33713
33714 .
33715 \end_layout
33716
33717 \end_inset
33718
33719  For example the appearance of the following shaded background box is set
33720  with the TeX-Code commands
33721 \end_layout
33722
33723 \begin_layout Standard
33724
33725 \series bold
33726
33727 \backslash
33728 setlength{
33729 \backslash
33730 fboxsep}{0.5cm}
33731 \series default
33732
33733 \begin_inset Newline newline
33734 \end_inset
33735
33736
33737 \series bold
33738
33739 \backslash
33740 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33741 \end_layout
33742
33743 \begin_layout Standard
33744 \begin_inset ERT
33745 status collapsed
33746
33747 \begin_layout Plain Layout
33748
33749
33750 \backslash
33751 setlength{
33752 \backslash
33753 fboxsep}{0.5cm}
33754 \end_layout
33755
33756 \begin_layout Plain Layout
33757
33758
33759 \backslash
33760 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33761 \end_layout
33762
33763 \end_inset
33764
33765
33766 \begin_inset Box Shaded
33767 position "t"
33768 hor_pos "c"
33769 has_inner_box 0
33770 inner_pos "t"
33771 use_parbox 0
33772 use_makebox 0
33773 width "100col%"
33774 special "none"
33775 height "1in"
33776 height_special "totalheight"
33777 status open
33778
33779 \begin_layout Plain Layout
33780
33781 \color yellow
33782 This is yellow text in a
33783 \color none
33784  
33785 \family sans
33786 \color yellow
33787 shaded background
33788 \family default
33789 \color none
33790  
33791 \color yellow
33792 box with dark green background.
33793 \end_layout
33794
33795 \end_inset
33796
33797
33798 \begin_inset ERT
33799 status collapsed
33800
33801 \begin_layout Plain Layout
33802
33803
33804 \backslash
33805 setlength{
33806 \backslash
33807 fboxsep}{3pt}
33808 \end_layout
33809
33810 \begin_layout Plain Layout
33811
33812
33813 \backslash
33814 definecolor{shadecolor}{rgb}{1,0,0}
33815 \end_layout
33816
33817 \end_inset
33818
33819
33820 \end_layout
33821
33822 \begin_layout Standard
33823 \begin_inset VSpace bigskip
33824 \end_inset
33825
33826 Changed lengths and widths are valid for all boxes following the commands
33827  that change them.
33828 \end_layout
33829
33830 \begin_layout Section
33831 Minipages
33832 \begin_inset CommandInset label
33833 LatexCommand label
33834 name "sec:Minipages"
33835
33836 \end_inset
33837
33838
33839 \begin_inset Index idx
33840 status collapsed
33841
33842 \begin_layout Plain Layout
33843 Boxes ! Minipages
33844 \end_layout
33845
33846 \end_inset
33847
33848
33849 \end_layout
33850
33851 \begin_layout Standard
33852 Minipages are treated by LaTeX as pages within pages and can therefore for
33853  example have their own footnotes.
33854 \end_layout
33855
33856 \begin_layout Standard
33857 Minipages are useful when you write documents with different languages.
33858 \end_layout
33859
33860 \begin_layout Standard
33861 Below are two example minipages side by side.
33862  Their width is set to 45
33863 \begin_inset space \thinspace{}
33864 \end_inset
33865
33866 col% and they are separated by a horizontal fill, that was inserted via
33867  the menu 
33868 \family sans
33869 Insert\SpecialChar \menuseparator
33870 Special
33871 \begin_inset space ~
33872 \end_inset
33873
33874 Formatting\SpecialChar \menuseparator
33875 Horizontal
33876 \begin_inset space ~
33877 \end_inset
33878
33879 Fill
33880 \family default
33881 .
33882 \begin_inset Newpage newpage
33883 \end_inset
33884
33885
33886 \end_layout
33887
33888 \begin_layout Standard
33889 \begin_inset Box Frameless
33890 position "t"
33891 hor_pos "c"
33892 has_inner_box 1
33893 inner_pos "c"
33894 use_parbox 0
33895 use_makebox 0
33896 width "45col%"
33897 special "none"
33898 height "1in"
33899 height_special "totalheight"
33900 status open
33901
33902 \begin_layout Plain Layout
33903
33904 \lang ngerman
33905 Dies ist ein deutscher Text.
33906  Dies ist ein deutscher Text.
33907  Dies ist ein deutscher Text.
33908  Dies ist ein deutscher Text.
33909  Dies ist ein deutscher Text.
33910  Dies ist ein deutscher Text.
33911  Dies ist ein deutscher Text.
33912  Dies ist ein deutscher Text.
33913  Dies ist ein deutscher Text.
33914  Dies ist ein deutscher Text.
33915  Dies ist ein deutscher Text.
33916  Dies ist ein deutscher Text.
33917  Dies ist ein deutscher Text
33918 \begin_inset Foot
33919 status collapsed
33920
33921 \begin_layout Plain Layout
33922
33923 \lang ngerman
33924 Dies ist eine deutsche Fußnote.
33925 \end_layout
33926
33927 \end_inset
33928
33929 .
33930  Dies ist ein deutscher Text.
33931  Dies ist ein deutscher Text.
33932 \end_layout
33933
33934 \end_inset
33935
33936
33937 \begin_inset space \hfill{}
33938 \end_inset
33939
33940
33941 \begin_inset Box Frameless
33942 position "t"
33943 hor_pos "c"
33944 has_inner_box 1
33945 inner_pos "c"
33946 use_parbox 0
33947 use_makebox 0
33948 width "45col%"
33949 special "none"
33950 height "1in"
33951 height_special "totalheight"
33952 status open
33953
33954 \begin_layout Plain Layout
33955 This is an English Text.
33956  This is an English Text.
33957  This is an English Text.
33958  This is an English Text.
33959  This is an English Text.
33960  This is an English Text.
33961  This is an English Text.
33962  This is an English Text.
33963  This is an English Text.
33964  This is an English Text.
33965  This is an English Text.
33966  This is an English Text.
33967  This is an English Text.
33968  This is an English Text.
33969  This is an English Text.
33970  This is an English Text.
33971 \begin_inset Foot
33972 status collapsed
33973
33974 \begin_layout Plain Layout
33975 This is an English footnote.
33976 \end_layout
33977
33978 \end_inset
33979
33980  This is an English Text.
33981 \end_layout
33982
33983 \end_inset
33984
33985
33986 \end_layout
33987
33988 \begin_layout Standard
33989 \begin_inset VSpace bigskip
33990 \end_inset
33991
33992 The document-wide paragraph settings are ignored within minipages.
33993  That means that there will be no space between paragraphs in minipages
33994  although you set it to e.
33995 \begin_inset space \thinspace{}
33996 \end_inset
33997
33998 g.
33999 \begin_inset space \space{}
34000 \end_inset
34001
34002
34003 \family sans
34004 MedSkip
34005 \family default
34006  in the document settings.
34007 \end_layout
34008
34009 \begin_layout Standard
34010 Minipages can also be used to set a background color for text parts, see
34011  section
34012 \begin_inset space ~
34013 \end_inset
34014
34015
34016 \begin_inset CommandInset ref
34017 LatexCommand ref
34018 reference "sub:Color-for-Paragraphs"
34019
34020 \end_inset
34021
34022 .
34023 \end_layout
34024
34025 \begin_layout Standard
34026 \begin_inset Note Greyedout
34027 status open
34028
34029 \begin_layout Plain Layout
34030
34031 \series bold
34032 Note:
34033 \series default
34034  You cannot have floats or margin notes inside minipages but minipages can
34035  be used inside tables, floats, and other boxes.
34036 \end_layout
34037
34038 \end_inset
34039
34040
34041 \end_layout
34042
34043 \begin_layout Section
34044 Parboxes
34045 \begin_inset CommandInset label
34046 LatexCommand label
34047 name "sec:Parboxes"
34048
34049 \end_inset
34050
34051
34052 \begin_inset Index idx
34053 status collapsed
34054
34055 \begin_layout Plain Layout
34056 Boxes ! Parboxes
34057 \end_layout
34058
34059 \end_inset
34060
34061
34062 \end_layout
34063
34064 \begin_layout Standard
34065 Parboxes are very similar to minipages with the difference that they cannot
34066  have footnotes.
34067 \end_layout
34068
34069 \begin_layout Standard
34070 \align center
34071 \begin_inset Box Frameless
34072 position "t"
34073 hor_pos "c"
34074 has_inner_box 1
34075 inner_pos "t"
34076 use_parbox 1
34077 use_makebox 0
34078 width "33col%"
34079 special "none"
34080 height "1in"
34081 height_special "totalheight"
34082 status open
34083
34084 \begin_layout Plain Layout
34085 This a text within a parbox.
34086  This a text within a parbox.
34087 \end_layout
34088
34089 \begin_layout Plain Layout
34090 This footnote won't appear:
34091 \begin_inset Foot
34092 status collapsed
34093
34094 \begin_layout Plain Layout
34095 This footnote is inside a parbox and will therefore not appear.
34096 \end_layout
34097
34098 \end_inset
34099
34100
34101 \end_layout
34102
34103 \end_inset
34104
34105
34106 \end_layout
34107
34108 \begin_layout Section
34109 Boxes for Words and Characters
34110 \begin_inset Index idx
34111 status collapsed
34112
34113 \begin_layout Plain Layout
34114 Boxes ! for Characters
34115 \end_layout
34116
34117 \end_inset
34118
34119
34120 \end_layout
34121
34122 \begin_layout Subsection
34123 Prevent Hyphenation
34124 \begin_inset CommandInset label
34125 LatexCommand label
34126 name "sec:Prevent-Hyphenation"
34127
34128 \end_inset
34129
34130
34131 \begin_inset Index idx
34132 status collapsed
34133
34134 \begin_layout Plain Layout
34135 Boxes ! to Prevent Hyphenation
34136 \end_layout
34137
34138 \end_inset
34139
34140
34141 \end_layout
34142
34143 \begin_layout Standard
34144 You can use the box type 
34145 \family sans
34146 Makebox
34147 \family default
34148  to prevent words or text from being hyphenated.
34149 \begin_inset Newline newline
34150 \end_inset
34151
34152 Here is an example text:
34153 \end_layout
34154
34155 \begin_layout Standard
34156 This line is an example to show how you can prevent the hyphenation of 
34157 \begin_inset Quotes eld
34158 \end_inset
34159
34160 veryverylongword
34161 \begin_inset Quotes erd
34162 \end_inset
34163
34164 .
34165 \end_layout
34166
34167 \begin_layout Standard
34168 To prevent the hyphenation of the word 
34169 \begin_inset Quotes eld
34170 \end_inset
34171
34172 veryverylongword
34173 \begin_inset Quotes erd
34174 \end_inset
34175
34176 , put the word into a box, set the 
34177 \family sans
34178 Inner
34179 \begin_inset space ~
34180 \end_inset
34181
34182 box
34183 \family default
34184  to 
34185 \family sans
34186 Makebox
34187 \family default
34188  and its width to 1
34189 \begin_inset space \thinspace{}
34190 \end_inset
34191
34192 Width.
34193 \end_layout
34194
34195 \begin_layout Standard
34196 This is the result:
34197 \end_layout
34198
34199 \begin_layout Standard
34200 This line is an example to show how you can prevent the hyphenation of 
34201 \begin_inset Box Frameless
34202 position "t"
34203 hor_pos "c"
34204 has_inner_box 1
34205 inner_pos "t"
34206 use_parbox 0
34207 use_makebox 1
34208 width "1in"
34209 special "width"
34210 height "1in"
34211 height_special "totalheight"
34212 status open
34213
34214 \begin_layout Plain Layout
34215 \begin_inset Quotes eld
34216 \end_inset
34217
34218 veryverylongword
34219 \begin_inset Quotes erd
34220 \end_inset
34221
34222
34223 \end_layout
34224
34225 \end_inset
34226
34227 .
34228 \end_layout
34229
34230 \begin_layout Standard
34231 You can alternatively set the command 
34232 \begin_inset Quotes eld
34233 \end_inset
34234
34235
34236 \series bold
34237
34238 \backslash
34239 -
34240 \series default
34241
34242 \begin_inset Quotes grd
34243 \end_inset
34244
34245  as TeX-Code directly before the word:
34246 \end_layout
34247
34248 \begin_layout Standard
34249 This line is an example to show how you can prevent the hyphenation of 
34250 \begin_inset Quotes eld
34251 \end_inset
34252
34253
34254 \begin_inset ERT
34255 status collapsed
34256
34257 \begin_layout Plain Layout
34258
34259
34260 \backslash
34261 -
34262 \end_layout
34263
34264 \end_inset
34265
34266 veryverylongword
34267 \begin_inset Quotes erd
34268 \end_inset
34269
34270 .
34271 \end_layout
34272
34273 \begin_layout Standard
34274 Of course the word now protrudes over the side margin.
34275  To avoid this, add via the menu 
34276 \family sans
34277 Insert\SpecialChar \menuseparator
34278 Formatting\SpecialChar \menuseparator
34279 Ragged
34280 \begin_inset space ~
34281 \end_inset
34282
34283 Line
34284 \begin_inset space ~
34285 \end_inset
34286
34287 Break
34288 \family default
34289  (shortcut 
34290 \begin_inset Info
34291 type  "shortcut"
34292 arg   "newline-insert newline"
34293 \end_inset
34294
34295 ) a line break before the word:
34296 \end_layout
34297
34298 \begin_layout Standard
34299 This line is an example to show how you can prevent the hyphenation of 
34300 \begin_inset Newline newline
34301 \end_inset
34302
34303
34304 \begin_inset Box Frameless
34305 position "t"
34306 hor_pos "c"
34307 has_inner_box 1
34308 inner_pos "t"
34309 use_parbox 0
34310 use_makebox 1
34311 width "1in"
34312 special "width"
34313 height "1in"
34314 height_special "totalheight"
34315 status open
34316
34317 \begin_layout Plain Layout
34318 \begin_inset Quotes eld
34319 \end_inset
34320
34321 veryverylongword
34322 \begin_inset Quotes erd
34323 \end_inset
34324
34325
34326 \end_layout
34327
34328 \end_inset
34329
34330 .
34331 \end_layout
34332
34333 \begin_layout Subsection
34334 Vertical Alignment
34335 \begin_inset CommandInset label
34336 LatexCommand label
34337 name "sub:Vertical-Alignment"
34338
34339 \end_inset
34340
34341
34342 \begin_inset Index idx
34343 status collapsed
34344
34345 \begin_layout Plain Layout
34346 Boxes ! for Vertical Alignment
34347 \end_layout
34348
34349 \end_inset
34350
34351
34352 \begin_inset Index idx
34353 status collapsed
34354
34355 \begin_layout Plain Layout
34356 Boxes ! Raiseboxes
34357 \end_layout
34358
34359 \end_inset
34360
34361
34362 \end_layout
34363
34364 \begin_layout Standard
34365 With the help of the command 
34366 \series bold
34367
34368 \backslash
34369 raisebox
34370 \series default
34371  you can align words, characters or other boxes vertically relative to the
34372  surrounding text.
34373  
34374 \series bold
34375
34376 \backslash
34377 raisebox
34378 \series default
34379  is used with the following scheme:
34380 \end_layout
34381
34382 \begin_layout Standard
34383
34384 \series bold
34385
34386 \backslash
34387 raisebox{lift}[height][depth]{box content}
34388 \end_layout
34389
34390 \begin_layout Standard
34391 The lift can be a positive value to raise the box or a negative value to
34392  lower the box.
34393 \end_layout
34394
34395 \begin_layout Standard
34396 To align for example the word 
34397 \begin_inset Quotes eld
34398 \end_inset
34399
34400 preventing
34401 \begin_inset Quotes erd
34402 \end_inset
34403
34404  so that the bottom of the 
34405 \begin_inset Quotes eld
34406 \end_inset
34407
34408 deepest
34409 \begin_inset Quotes erd
34410 \end_inset
34411
34412  character 
34413 \begin_inset Quotes eld
34414 \end_inset
34415
34416 p
34417 \begin_inset Quotes erd
34418 \end_inset
34419
34420  is at the baseline, insert the command
34421 \end_layout
34422
34423 \begin_layout Standard
34424
34425 \series bold
34426
34427 \backslash
34428 raisebox{
34429 \backslash
34430 depth}{
34431 \end_layout
34432
34433 \begin_layout Standard
34434 in TeX-Code before the word.
34435  After the word insert a closing brace 
34436 \begin_inset Quotes eld
34437 \end_inset
34438
34439
34440 \series bold
34441 }
34442 \series default
34443
34444 \begin_inset Quotes erd
34445 \end_inset
34446
34447  in TeX-Code.
34448 \begin_inset Newline newline
34449 \end_inset
34450
34451 This is the result:
34452 \end_layout
34453
34454 \begin_layout Standard
34455 This is a text line with the word 
34456 \begin_inset ERT
34457 status collapsed
34458
34459 \begin_layout Plain Layout
34460
34461
34462 \backslash
34463 raisebox{
34464 \backslash
34465 depth}{
34466 \end_layout
34467
34468 \end_inset
34469
34470
34471 \begin_inset Quotes eld
34472 \end_inset
34473
34474 preventing
34475 \begin_inset Quotes erd
34476 \end_inset
34477
34478
34479 \begin_inset ERT
34480 status collapsed
34481
34482 \begin_layout Plain Layout
34483
34484 }
34485 \end_layout
34486
34487 \end_inset
34488
34489  as a raised word.
34490 \end_layout
34491
34492 \begin_layout Standard
34493 \begin_inset VSpace bigskip
34494 \end_inset
34495
34496 When you raise or lower characters in a line, the line distance will be
34497  spread:
34498 \end_layout
34499
34500 \begin_layout Standard
34501 This is a text line with the word 
34502 \begin_inset ERT
34503 status collapsed
34504
34505 \begin_layout Plain Layout
34506
34507
34508 \backslash
34509 raisebox{-
34510 \backslash
34511 depth}{
34512 \end_layout
34513
34514 \end_inset
34515
34516
34517 \begin_inset Quotes eld
34518 \end_inset
34519
34520 preventing
34521 \begin_inset Quotes erd
34522 \end_inset
34523
34524
34525 \begin_inset ERT
34526 status collapsed
34527
34528 \begin_layout Plain Layout
34529
34530 }
34531 \end_layout
34532
34533 \end_inset
34534
34535  as a lowered word.
34536 \begin_inset Newline newline
34537 \end_inset
34538
34539 This is a text line with the word 
34540 \begin_inset ERT
34541 status collapsed
34542
34543 \begin_layout Plain Layout
34544
34545
34546 \backslash
34547 raisebox{0.5cm}{
34548 \end_layout
34549
34550 \end_inset
34551
34552
34553 \begin_inset Quotes eld
34554 \end_inset
34555
34556 testing
34557 \begin_inset Quotes erd
34558 \end_inset
34559
34560
34561 \begin_inset ERT
34562 status collapsed
34563
34564 \begin_layout Plain Layout
34565
34566 }
34567 \end_layout
34568
34569 \end_inset
34570
34571  as a raised word.
34572 \end_layout
34573
34574 \begin_layout Standard
34575 If you want to prevent this for a certain reason, set the box height to
34576  a zero value.
34577  For example use
34578 \end_layout
34579
34580 \begin_layout Standard
34581
34582 \series bold
34583
34584 \backslash
34585 raisebox{-
34586 \backslash
34587 depth}[0pt]{
34588 \end_layout
34589
34590 \begin_layout Standard
34591 This is a text line with the word 
34592 \begin_inset ERT
34593 status collapsed
34594
34595 \begin_layout Plain Layout
34596
34597
34598 \backslash
34599 raisebox{-
34600 \backslash
34601 depth}[0pt]{
34602 \end_layout
34603
34604 \end_inset
34605
34606
34607 \begin_inset Quotes eld
34608 \end_inset
34609
34610 preventing
34611 \begin_inset Quotes erd
34612 \end_inset
34613
34614
34615 \begin_inset ERT
34616 status collapsed
34617
34618 \begin_layout Plain Layout
34619
34620 }
34621 \end_layout
34622
34623 \end_inset
34624
34625  as a lowered word.
34626 \begin_inset Newline newline
34627 \end_inset
34628
34629 This is a text line with the word 
34630 \begin_inset ERT
34631 status collapsed
34632
34633 \begin_layout Plain Layout
34634
34635
34636 \backslash
34637 raisebox{0.5cm}[0pt]{
34638 \end_layout
34639
34640 \end_inset
34641
34642
34643 \begin_inset Quotes eld
34644 \end_inset
34645
34646 testing
34647 \begin_inset Quotes erd
34648 \end_inset
34649
34650
34651 \begin_inset ERT
34652 status collapsed
34653
34654 \begin_layout Plain Layout
34655
34656 }
34657 \end_layout
34658
34659 \end_inset
34660
34661  as a raised word.
34662 \end_layout
34663
34664 \begin_layout Section
34665 Colored Boxes
34666 \begin_inset CommandInset label
34667 LatexCommand label
34668 name "sec:Colored-Boxes"
34669
34670 \end_inset
34671
34672
34673 \begin_inset Index idx
34674 status collapsed
34675
34676 \begin_layout Plain Layout
34677 Boxes ! Color
34678 \end_layout
34679
34680 \end_inset
34681
34682
34683 \end_layout
34684
34685 \begin_layout Subsection
34686 Color for Text
34687 \begin_inset Index idx
34688 status collapsed
34689
34690 \begin_layout Plain Layout
34691 Color ! for Text
34692 \end_layout
34693
34694 \end_inset
34695
34696
34697 \end_layout
34698
34699 \begin_layout Standard
34700 To color the background of text the text must be put into a so called 
34701 \begin_inset Quotes eld
34702 \end_inset
34703
34704 colorbox
34705 \begin_inset Quotes erd
34706 \end_inset
34707
34708 .
34709  This requires that the LaTeX-package 
34710 \series bold
34711 color
34712 \series default
34713
34714 \begin_inset Index idx
34715 status collapsed
34716
34717 \begin_layout Plain Layout
34718 LaTeX-packages ! color
34719 \end_layout
34720
34721 \end_inset
34722
34723  is loaded in the document preamble with the command
34724 \end_layout
34725
34726 \begin_layout Standard
34727
34728 \series bold
34729
34730 \backslash
34731 @ifundefined{textcolor}
34732 \begin_inset Newline newline
34733 \end_inset
34734
34735
34736 \begin_inset Phantom HPhantom
34737 status open
34738
34739 \begin_layout Plain Layout
34740
34741 \series bold
34742 \begin_inset space ~
34743 \end_inset
34744
34745
34746 \end_layout
34747
34748 \end_inset
34749
34750 {
34751 \backslash
34752 usepackage{color}}{}
34753 \end_layout
34754
34755 \begin_layout Standard
34756 The package 
34757 \series bold
34758 color
34759 \series default
34760  will be loaded automatically by LyX when you color text.
34761 \begin_inset Foot
34762 status collapsed
34763
34764 \begin_layout Plain Layout
34765 To avoid it being loaded twice the command 
34766 \series bold
34767
34768 \backslash
34769 @ifundefined
34770 \series default
34771  is used.
34772 \end_layout
34773
34774 \end_inset
34775
34776
34777 \end_layout
34778
34779 \begin_layout Standard
34780 \begin_inset VSpace medskip
34781 \end_inset
34782
34783 Colorboxes are created with the command 
34784 \series bold
34785
34786 \backslash
34787 colorbox
34788 \series default
34789 .
34790  This will be used with the following scheme:
34791 \end_layout
34792
34793 \begin_layout Standard
34794
34795 \series bold
34796
34797 \backslash
34798 colorbox{color}{box content}
34799 \end_layout
34800
34801 \begin_layout Standard
34802 The box content can also be a box and colorboxes can also be within other
34803  boxes.
34804 \end_layout
34805
34806 \begin_layout Standard
34807 The following colors are predefined:
34808 \begin_inset Newline newline
34809 \end_inset
34810
34811
34812 \family sans
34813 black
34814 \family default
34815
34816 \family sans
34817 blue
34818 \family default
34819
34820 \family sans
34821 cyan
34822 \family default
34823 \series bold
34824 ,
34825 \series default
34826  
34827 \family sans
34828 green
34829 \family default
34830
34831 \family sans
34832 magenta
34833 \family default
34834
34835 \family sans
34836 red
34837 \family default
34838
34839 \family sans
34840 white
34841 \family default
34842 , and 
34843 \family sans
34844 yellow
34845 \family default
34846 .
34847 \begin_inset Newline newline
34848 \end_inset
34849
34850 You can also define your own color as described in section
34851 \begin_inset space ~
34852 \end_inset
34853
34854
34855 \begin_inset CommandInset ref
34856 LatexCommand ref
34857 reference "sec:Colored-Tables"
34858
34859 \end_inset
34860
34861 .
34862 \end_layout
34863
34864 \begin_layout Standard
34865 To have e.
34866 \begin_inset space \thinspace{}
34867 \end_inset
34868
34869 g.
34870 \begin_inset space \space{}
34871 \end_inset
34872
34873 a red background for a word, insert the command
34874 \end_layout
34875
34876 \begin_layout Standard
34877
34878 \series bold
34879
34880 \backslash
34881 colorbox{red}{
34882 \end_layout
34883
34884 \begin_layout Standard
34885 before the word in TeX-Code.
34886  After the word insert a closing brace 
34887 \begin_inset Quotes eld
34888 \end_inset
34889
34890
34891 \series bold
34892 }
34893 \series default
34894
34895 \begin_inset Quotes erd
34896 \end_inset
34897
34898  in TeX-Code.
34899 \begin_inset Newline newline
34900 \end_inset
34901
34902 This is the result:
34903 \end_layout
34904
34905 \begin_layout Standard
34906 This is a line where the word 
34907 \begin_inset ERT
34908 status collapsed
34909
34910 \begin_layout Plain Layout
34911
34912
34913 \backslash
34914 colorbox{red}{
34915 \end_layout
34916
34917 \end_inset
34918
34919
34920 \begin_inset Quotes eld
34921 \end_inset
34922
34923 Attention!
34924 \begin_inset Quotes erd
34925 \end_inset
34926
34927
34928 \begin_inset ERT
34929 status collapsed
34930
34931 \begin_layout Plain Layout
34932
34933 }
34934 \end_layout
34935
34936 \end_inset
34937
34938  has a red background.
34939 \end_layout
34940
34941 \begin_layout Standard
34942 \begin_inset VSpace bigskip
34943 \end_inset
34944
34945 If you would like the box frame in a different color, you can use the command
34946  
34947 \series bold
34948
34949 \backslash
34950 fcolorbox
34951 \series default
34952  with the following scheme:
34953 \end_layout
34954
34955 \begin_layout Standard
34956
34957 \series bold
34958
34959 \backslash
34960 fcolorbox{frame color}{box color}{box content}
34961 \end_layout
34962
34963 \begin_layout Standard
34964
34965 \series bold
34966
34967 \backslash
34968 fcolorbox
34969 \series default
34970  is an extension to 
34971 \series bold
34972
34973 \backslash
34974 colorbox
34975 \series default
34976 .
34977  The frame thickness and the space between the frame and the box content
34978  can be adjusted with the lengths 
34979 \series bold
34980
34981 \backslash
34982 fboxrule
34983 \series default
34984  and 
34985 \series bold
34986
34987 \backslash
34988 fboxsep
34989 \series default
34990 , respectively, as described in section
34991 \begin_inset space ~
34992 \end_inset
34993
34994
34995 \begin_inset CommandInset ref
34996 LatexCommand ref
34997 reference "sec:Decoration"
34998
34999 \end_inset
35000
35001 .
35002 \end_layout
35003
35004 \begin_layout Standard
35005 For the following example the command
35006 \end_layout
35007
35008 \begin_layout Standard
35009
35010 \series bold
35011
35012 \backslash
35013 fcolorbox{cyan}{magenta}{
35014 \end_layout
35015
35016 \begin_layout Standard
35017 was used.
35018 \end_layout
35019
35020 \begin_layout Standard
35021 Here is an example where the frame line thickness was set to 1
35022 \begin_inset space \thinspace{}
35023 \end_inset
35024
35025 mm:
35026 \begin_inset Newline newline
35027 \end_inset
35028
35029
35030 \begin_inset ERT
35031 status collapsed
35032
35033 \begin_layout Plain Layout
35034
35035
35036 \backslash
35037 fboxrule 1mm 
35038 \backslash
35039 fboxsep 1mm
35040 \end_layout
35041
35042 \end_inset
35043
35044
35045 \begin_inset ERT
35046 status collapsed
35047
35048 \begin_layout Plain Layout
35049
35050
35051 \backslash
35052 fcolorbox{cyan}{magenta}{
35053 \end_layout
35054
35055 \end_inset
35056
35057 This is text within a colored, framed box.
35058 \begin_inset ERT
35059 status collapsed
35060
35061 \begin_layout Plain Layout
35062
35063 }
35064 \end_layout
35065
35066 \end_inset
35067
35068
35069 \end_layout
35070
35071 \begin_layout Standard
35072 \begin_inset VSpace bigskip
35073 \end_inset
35074
35075 Of course you can also have colored text inside a colorbox:
35076 \begin_inset Newline newline
35077 \end_inset
35078
35079
35080 \begin_inset ERT
35081 status collapsed
35082
35083 \begin_layout Plain Layout
35084
35085
35086 \backslash
35087 fcolorbox{cyan}{magenta}{
35088 \end_layout
35089
35090 \end_inset
35091
35092
35093 \color yellow
35094 This is colored text within a colored, framed box.
35095 \color none
35096
35097 \begin_inset ERT
35098 status collapsed
35099
35100 \begin_layout Plain Layout
35101
35102 }
35103 \end_layout
35104
35105 \end_inset
35106
35107
35108 \begin_inset ERT
35109 status collapsed
35110
35111 \begin_layout Plain Layout
35112
35113
35114 \backslash
35115 fboxrule 0.4pt 
35116 \backslash
35117 fboxsep 3pt
35118 \end_layout
35119
35120 \end_inset
35121
35122
35123 \end_layout
35124
35125 \begin_layout Standard
35126 \begin_inset VSpace medskip
35127 \end_inset
35128
35129
35130 \end_layout
35131
35132 \begin_layout Standard
35133 \begin_inset Note Greyedout
35134 status open
35135
35136 \begin_layout Plain Layout
35137
35138 \series bold
35139 Note:
35140 \series default
35141  Text in colorboxes cannot have line breaks.
35142  To color multiple text lines or paragraphs, use a box inside a colorbox
35143  as described in the following.
35144 \end_layout
35145
35146 \end_inset
35147
35148
35149 \end_layout
35150
35151 \begin_layout Subsection
35152 Color for Paragraphs
35153 \begin_inset CommandInset label
35154 LatexCommand label
35155 name "sub:Color-for-Paragraphs"
35156
35157 \end_inset
35158
35159
35160 \begin_inset Index idx
35161 status collapsed
35162
35163 \begin_layout Plain Layout
35164 Color ! for Paragraphs
35165 \end_layout
35166
35167 \end_inset
35168
35169
35170 \end_layout
35171
35172 \begin_layout Standard
35173 To set the background color for more than one text line, put the text into
35174  a minipage.
35175  Before the minipage insert the 
35176 \series bold
35177
35178 \backslash
35179 colorbox
35180 \series default
35181  command
35182 \end_layout
35183
35184 \begin_layout Standard
35185
35186 \series bold
35187
35188 \backslash
35189 colorbox{color}{
35190 \end_layout
35191
35192 \begin_layout Standard
35193 in TeX-Code.
35194  After the minipage insert a closing brace 
35195 \begin_inset Quotes eld
35196 \end_inset
35197
35198
35199 \series bold
35200 }
35201 \series default
35202
35203 \begin_inset Quotes erd
35204 \end_inset
35205
35206  in TeX-Code.
35207 \end_layout
35208
35209 \begin_layout Standard
35210 \begin_inset ERT
35211 status collapsed
35212
35213 \begin_layout Plain Layout
35214
35215
35216 \backslash
35217 colorbox{lightgrey}{
35218 \end_layout
35219
35220 \end_inset
35221
35222
35223 \begin_inset Box Frameless
35224 position "t"
35225 hor_pos "c"
35226 has_inner_box 1
35227 inner_pos "t"
35228 use_parbox 0
35229 use_makebox 0
35230 width "100col%"
35231 special "none"
35232 height "1in"
35233 height_special "totalheight"
35234 status collapsed
35235
35236 \begin_layout Plain Layout
35237 This is text with background color.
35238  This is text with background color.
35239 \end_layout
35240
35241 \begin_layout Plain Layout
35242 \begin_inset VSpace defskip
35243 \end_inset
35244
35245 The text can have footnotes
35246 \begin_inset Foot
35247 status collapsed
35248
35249 \begin_layout Plain Layout
35250 Another example footnote
35251 \end_layout
35252
35253 \end_inset
35254
35255  and can include tables and figures.
35256 \end_layout
35257
35258 \begin_layout Plain Layout
35259 \align center
35260 \begin_inset Tabular
35261 <lyxtabular version="3" rows="3" columns="3">
35262 <features rotate="0" tabularvalignment="middle">
35263 <column alignment="center" valignment="top" width="0">
35264 <column alignment="center" valignment="top" width="0">
35265 <column alignment="center" valignment="top" width="0">
35266 <row>
35267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35268 \begin_inset Text
35269
35270 \begin_layout Plain Layout
35271 a
35272 \end_layout
35273
35274 \end_inset
35275 </cell>
35276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35277 \begin_inset Text
35278
35279 \begin_layout Plain Layout
35280 !
35281 \end_layout
35282
35283 \end_inset
35284 </cell>
35285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35286 \begin_inset Text
35287
35288 \begin_layout Plain Layout
35289 3
35290 \end_layout
35291
35292 \end_inset
35293 </cell>
35294 </row>
35295 <row>
35296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35297 \begin_inset Text
35298
35299 \begin_layout Plain Layout
35300 <
35301 \end_layout
35302
35303 \end_inset
35304 </cell>
35305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35306 \begin_inset Text
35307
35308 \begin_layout Plain Layout
35309 b2
35310 \begin_inset Quotes erd
35311 \end_inset
35312
35313 |
35314 \end_layout
35315
35316 \end_inset
35317 </cell>
35318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35319 \begin_inset Text
35320
35321 \begin_layout Plain Layout
35322 >
35323 \end_layout
35324
35325 \end_inset
35326 </cell>
35327 </row>
35328 <row>
35329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35330 \begin_inset Text
35331
35332 \begin_layout Plain Layout
35333 1
35334 \end_layout
35335
35336 \end_inset
35337 </cell>
35338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35339 \begin_inset Text
35340
35341 \begin_layout Plain Layout
35342 §
35343 \end_layout
35344
35345 \end_inset
35346 </cell>
35347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35348 \begin_inset Text
35349
35350 \begin_layout Plain Layout
35351 c
35352 \end_layout
35353
35354 \end_inset
35355 </cell>
35356 </row>
35357 </lyxtabular>
35358
35359 \end_inset
35360
35361
35362 \end_layout
35363
35364 \end_inset
35365
35366
35367 \begin_inset ERT
35368 status collapsed
35369
35370 \begin_layout Plain Layout
35371
35372 }
35373 \end_layout
35374
35375 \end_inset
35376
35377
35378 \end_layout
35379
35380 \begin_layout Section
35381 Rotated and Scaled Boxes
35382 \end_layout
35383
35384 \begin_layout Standard
35385 To use the commands described in this section, the LaTeX-package 
35386 \series bold
35387 graphicx
35388 \series default
35389
35390 \begin_inset Index idx
35391 status collapsed
35392
35393 \begin_layout Plain Layout
35394 LaTeX-packages ! graphicx
35395 \end_layout
35396
35397 \end_inset
35398
35399  needs to be loaded in the document preamble with the command
35400 \end_layout
35401
35402 \begin_layout Standard
35403
35404 \series bold
35405
35406 \backslash
35407 @ifundefined{rotatebox}
35408 \begin_inset Newline newline
35409 \end_inset
35410
35411
35412 \begin_inset Phantom HPhantom
35413 status open
35414
35415 \begin_layout Plain Layout
35416
35417 \series bold
35418 \begin_inset space ~
35419 \end_inset
35420
35421
35422 \end_layout
35423
35424 \end_inset
35425
35426 {
35427 \backslash
35428 usepackage{graphicx}}{}
35429 \end_layout
35430
35431 \begin_layout Standard
35432 \begin_inset Note Greyedout
35433 status open
35434
35435 \begin_layout Plain Layout
35436
35437 \series bold
35438 Note:
35439 \series default
35440  Not all DVI-viewers are able to display rotated or scaled material.
35441 \end_layout
35442
35443 \end_inset
35444
35445
35446 \end_layout
35447
35448 \begin_layout Standard
35449 \begin_inset Note Greyedout
35450 status open
35451
35452 \begin_layout Plain Layout
35453
35454 \series bold
35455 Note:
35456 \series default
35457  Floats are not allowed inside a rotated or scaled box.
35458 \end_layout
35459
35460 \end_inset
35461
35462
35463 \end_layout
35464
35465 \begin_layout Subsection
35466 Rotated Boxes
35467 \begin_inset Index idx
35468 status collapsed
35469
35470 \begin_layout Plain Layout
35471 Boxes ! rotated
35472 \end_layout
35473
35474 \end_inset
35475
35476
35477 \begin_inset Index idx
35478 status collapsed
35479
35480 \begin_layout Plain Layout
35481 Rotated Material
35482 \end_layout
35483
35484 \end_inset
35485
35486
35487 \end_layout
35488
35489 \begin_layout Standard
35490 To rotate material, you can put it into a rotated box.
35491  Such a box is created using the command 
35492 \series bold
35493
35494 \backslash
35495 rotatebox
35496 \series default
35497  in TeX-Code with the following scheme:
35498 \end_layout
35499
35500 \begin_layout Standard
35501
35502 \series bold
35503
35504 \backslash
35505 rotatebox[rotation origin]{rotation angle}{box content}
35506 \end_layout
35507
35508 \begin_layout Standard
35509 The rotation origin is specified in the form 
35510 \series bold
35511 origin=position
35512 \series default
35513 .
35514  The following positions are possible: 
35515 \emph on
35516 c
35517 \emph default
35518  (center), 
35519 \emph on
35520 l
35521 \emph default
35522  (left), 
35523 \emph on
35524 r
35525 \emph default
35526  (right), 
35527 \emph on
35528 b
35529 \emph default
35530  (bottom), 
35531 \emph on
35532 t
35533 \emph default
35534  (top), along with meaningful combinations of the four base positions.
35535  For example 
35536 \emph on
35537 lt
35538 \emph default
35539  means that the rotation origin is at the top left corner of the box.
35540  When no rotation origin is specified, the position 
35541 \emph on
35542 l
35543 \emph default
35544  will be used.
35545  The rotation angle is a number that can be negative that specifies the
35546  angle in degrees.
35547  The rotation direction is counterclockwise.
35548 \end_layout
35549
35550 \begin_layout Standard
35551 In the following example the command 
35552 \series bold
35553
35554 \backslash
35555 rotatebox[origin=c]{60}{
35556 \series default
35557  was inserted as TeX-Code before the text 
35558 \begin_inset Quotes eld
35559 \end_inset
35560
35561 with rotated
35562 \begin_inset Quotes erd
35563 \end_inset
35564
35565 ; after the text the box was closed by a closing brace 
35566 \series bold
35567 }
35568 \series default
35569  in TeX-Code.
35570 \end_layout
35571
35572 \begin_layout Standard
35573 This is a line 
35574 \begin_inset ERT
35575 status collapsed
35576
35577 \begin_layout Plain Layout
35578
35579
35580 \backslash
35581 rotatebox[origin=c]{60}{
35582 \end_layout
35583
35584 \end_inset
35585
35586 with rotated
35587 \begin_inset ERT
35588 status collapsed
35589
35590 \begin_layout Plain Layout
35591
35592 }
35593 \end_layout
35594
35595 \end_inset
35596
35597  text.
35598 \end_layout
35599
35600 \begin_layout Standard
35601 The box content can also be another box or an inline formula:
35602 \end_layout
35603
35604 \begin_layout Standard
35605 This is a line
35606 \begin_inset ERT
35607 status collapsed
35608
35609 \begin_layout Plain Layout
35610
35611
35612 \backslash
35613 rotatebox[origin=r]{-60}{
35614 \end_layout
35615
35616 \end_inset
35617
35618
35619 \begin_inset Box Doublebox
35620 position "c"
35621 hor_pos "c"
35622 has_inner_box 0
35623 inner_pos "c"
35624 use_parbox 0
35625 use_makebox 0
35626 width "1in"
35627 special "width"
35628 height "1in"
35629 height_special "totalheight"
35630 status collapsed
35631
35632 \begin_layout Plain Layout
35633 with rotated
35634 \end_layout
35635
35636 \end_inset
35637
35638
35639 \begin_inset ERT
35640 status collapsed
35641
35642 \begin_layout Plain Layout
35643
35644 }
35645 \end_layout
35646
35647 \end_inset
35648
35649  framed text 
35650 \begin_inset ERT
35651 status collapsed
35652
35653 \begin_layout Plain Layout
35654
35655
35656 \backslash
35657 rotatebox[origin=lb]{60}{
35658 \end_layout
35659
35660 \end_inset
35661
35662
35663 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35664 \end_inset
35665
35666
35667 \begin_inset ERT
35668 status collapsed
35669
35670 \begin_layout Plain Layout
35671
35672 }
35673 \end_layout
35674
35675 \end_inset
35676
35677  and a formula.
35678 \end_layout
35679
35680 \begin_layout Standard
35681 or an image or table:
35682 \end_layout
35683
35684 \begin_layout Standard
35685 This is a line
35686 \begin_inset ERT
35687 status collapsed
35688
35689 \begin_layout Plain Layout
35690
35691
35692 \backslash
35693 rotatebox[origin=lb]{90}{
35694 \end_layout
35695
35696 \end_inset
35697
35698
35699 \begin_inset Graphics
35700         filename clipart/platypus.eps
35701         lyxscale 50
35702         width 25col%
35703
35704 \end_inset
35705
35706
35707 \begin_inset ERT
35708 status collapsed
35709
35710 \begin_layout Plain Layout
35711
35712 }
35713 \end_layout
35714
35715 \end_inset
35716
35717  with a rotated image 
35718 \begin_inset ERT
35719 status collapsed
35720
35721 \begin_layout Plain Layout
35722
35723
35724 \backslash
35725 rotatebox[origin=l]{-90}{
35726 \end_layout
35727
35728 \end_inset
35729
35730
35731 \begin_inset Tabular
35732 <lyxtabular version="3" rows="2" columns="2">
35733 <features rotate="0" tabularvalignment="middle">
35734 <column alignment="center" valignment="top" width="0">
35735 <column alignment="center" valignment="top" width="0">
35736 <row>
35737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35738 \begin_inset Text
35739
35740 \begin_layout Plain Layout
35741 q
35742 \end_layout
35743
35744 \end_inset
35745 </cell>
35746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35747 \begin_inset Text
35748
35749 \begin_layout Plain Layout
35750 w
35751 \end_layout
35752
35753 \end_inset
35754 </cell>
35755 </row>
35756 <row>
35757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35758 \begin_inset Text
35759
35760 \begin_layout Plain Layout
35761 e
35762 \end_layout
35763
35764 \end_inset
35765 </cell>
35766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35767 \begin_inset Text
35768
35769 \begin_layout Plain Layout
35770 r
35771 \end_layout
35772
35773 \end_inset
35774 </cell>
35775 </row>
35776 </lyxtabular>
35777
35778 \end_inset
35779
35780
35781 \begin_inset ERT
35782 status collapsed
35783
35784 \begin_layout Plain Layout
35785
35786 }
35787 \end_layout
35788
35789 \end_inset
35790
35791  and table.
35792 \begin_inset Index idx
35793 status collapsed
35794
35795 \begin_layout Plain Layout
35796 Figures ! rotated
35797 \end_layout
35798
35799 \end_inset
35800
35801
35802 \begin_inset Index idx
35803 status collapsed
35804
35805 \begin_layout Plain Layout
35806 Table Customization ! Rotating
35807 \end_layout
35808
35809 \end_inset
35810
35811
35812 \end_layout
35813
35814 \begin_layout Subsection
35815 Scaled Boxes
35816 \begin_inset Index idx
35817 status collapsed
35818
35819 \begin_layout Plain Layout
35820 Boxes ! scaled
35821 \end_layout
35822
35823 \end_inset
35824
35825
35826 \begin_inset Index idx
35827 status collapsed
35828
35829 \begin_layout Plain Layout
35830 Scaled Material
35831 \end_layout
35832
35833 \end_inset
35834
35835
35836 \end_layout
35837
35838 \begin_layout Standard
35839 To scale material the commands 
35840 \series bold
35841
35842 \backslash
35843 scalebox
35844 \series default
35845  and 
35846 \series bold
35847
35848 \backslash
35849 resizebox
35850 \series default
35851  can be used as TeX-Code.
35852 \end_layout
35853
35854 \begin_layout Standard
35855
35856 \series bold
35857
35858 \backslash
35859 scalebox
35860 \series default
35861  is used with the following scheme:
35862 \end_layout
35863
35864 \begin_layout Standard
35865
35866 \series bold
35867
35868 \backslash
35869 scalebox{horizontal}[vertical]{box content}
35870 \end_layout
35871
35872 \begin_layout Standard
35873 Horizontal and vertical are the corresponding scaling factors.
35874  If no vertical scaling factor is given, the horizontal factor will also
35875  be used as the vertical one.
35876 \end_layout
35877
35878 \begin_layout Standard
35879 The command 
35880 \series bold
35881
35882 \backslash
35883 scalebox{2}{Hello}
35884 \series default
35885  creates for example a double size 
35886 \begin_inset ERT
35887 status collapsed
35888
35889 \begin_layout Plain Layout
35890
35891
35892 \backslash
35893 scalebox{2}{
35894 \end_layout
35895
35896 \end_inset
35897
35898 Hello
35899 \begin_inset ERT
35900 status collapsed
35901
35902 \begin_layout Plain Layout
35903
35904 }
35905 \end_layout
35906
35907 \end_inset
35908
35909 , compared with the document text size.
35910 \end_layout
35911
35912 \begin_layout Standard
35913
35914 \series bold
35915
35916 \backslash
35917 scalebox{2}[1]{Hello}
35918 \series default
35919  on the other hand distorts the 
35920 \begin_inset ERT
35921 status collapsed
35922
35923 \begin_layout Plain Layout
35924
35925
35926 \backslash
35927 scalebox{2}[1]{
35928 \end_layout
35929
35930 \end_inset
35931
35932 Hello
35933 \begin_inset ERT
35934 status collapsed
35935
35936 \begin_layout Plain Layout
35937
35938 }
35939 \end_layout
35940
35941 \end_inset
35942
35943 .
35944 \end_layout
35945
35946 \begin_layout Standard
35947 If the scaling factor is negative, the box content will be mirrored.
35948  Therefore the command 
35949 \series bold
35950
35951 \backslash
35952 scalebox{-1}[1]{Hello}
35953 \series default
35954  can be used to create mirror writing: 
35955 \begin_inset ERT
35956 status collapsed
35957
35958 \begin_layout Plain Layout
35959
35960
35961 \backslash
35962 scalebox{-1}[1]{
35963 \end_layout
35964
35965 \end_inset
35966
35967 Hello
35968 \begin_inset ERT
35969 status collapsed
35970
35971 \begin_layout Plain Layout
35972
35973 }
35974 \end_layout
35975
35976 \end_inset
35977
35978
35979 \end_layout
35980
35981 \begin_layout Standard
35982
35983 \series bold
35984
35985 \backslash
35986 scalebox{1}[-1]{Hello}
35987 \series default
35988  reflects the 
35989 \begin_inset ERT
35990 status collapsed
35991
35992 \begin_layout Plain Layout
35993
35994
35995 \backslash
35996 scalebox{1}[-1]{
35997 \end_layout
35998
35999 \end_inset
36000
36001 Hello
36002 \begin_inset ERT
36003 status collapsed
36004
36005 \begin_layout Plain Layout
36006
36007 }
36008 \end_layout
36009
36010 \end_inset
36011
36012  at the base line.
36013 \end_layout
36014
36015 \begin_layout Standard
36016 Equivalent to 
36017 \series bold
36018
36019 \backslash
36020 scalebox{-1}[1]{box content}
36021 \series default
36022  there exists the command
36023 \begin_inset Newline newline
36024 \end_inset
36025
36026
36027 \series bold
36028
36029 \backslash
36030 reflectbox{box content}
36031 \series default
36032 .
36033 \end_layout
36034
36035 \begin_layout Standard
36036 \begin_inset VSpace bigskip
36037 \end_inset
36038
36039 The command 
36040 \series bold
36041
36042 \backslash
36043 resizebox
36044 \series default
36045  is used to scale the box to a defined width and height.
36046  The command scheme is:
36047 \end_layout
36048
36049 \begin_layout Standard
36050
36051 \series bold
36052
36053 \backslash
36054 resizebox{width}{height}{box content}
36055 \end_layout
36056
36057 \begin_layout Standard
36058 If one of the two command arguments given is an exclamation mark 
36059 \series bold
36060 !
36061 \series default
36062 , the size is set so that the aspect ratio of the box content is kept.
36063 \end_layout
36064
36065 \begin_layout Standard
36066 The command 
36067 \series bold
36068
36069 \backslash
36070 resizebox{2cm}{1cm}{Hello}
36071 \series default
36072  produces: 
36073 \begin_inset ERT
36074 status collapsed
36075
36076 \begin_layout Plain Layout
36077
36078
36079 \backslash
36080 resizebox{2cm}{1cm}{
36081 \end_layout
36082
36083 \end_inset
36084
36085 Hello
36086 \begin_inset ERT
36087 status collapsed
36088
36089 \begin_layout Plain Layout
36090
36091 }
36092 \end_layout
36093
36094 \end_inset
36095
36096
36097 \begin_inset Newline newline
36098 \end_inset
36099
36100 The command 
36101 \series bold
36102
36103 \backslash
36104 resizebox{2cm}{!}{Hello}
36105 \series default
36106  produces: 
36107 \begin_inset ERT
36108 status collapsed
36109
36110 \begin_layout Plain Layout
36111
36112
36113 \backslash
36114 resizebox{2cm}{!}{
36115 \end_layout
36116
36117 \end_inset
36118
36119 Hello
36120 \begin_inset ERT
36121 status collapsed
36122
36123 \begin_layout Plain Layout
36124
36125 }
36126 \end_layout
36127
36128 \end_inset
36129
36130
36131 \end_layout
36132
36133 \begin_layout Standard
36134 \begin_inset VSpace bigskip
36135 \end_inset
36136
36137
36138 \begin_inset Note Greyedout
36139 status open
36140
36141 \begin_layout Plain Layout
36142
36143 \series bold
36144 Note:
36145 \series default
36146  When arguments of 
36147 \series bold
36148
36149 \backslash
36150 scalebox
36151 \series default
36152  or 
36153 \series bold
36154
36155 \backslash
36156 resizebox
36157 \series default
36158  are set to zero, no LaTeX-errors occur when exporting the document but
36159  the exported files can not or only partly be displayed.
36160 \end_layout
36161
36162 \end_inset
36163
36164
36165 \end_layout
36166
36167 \begin_layout Standard
36168 \begin_inset VSpace bigskip
36169 \end_inset
36170
36171
36172 \end_layout
36173
36174 \begin_layout Standard
36175 The boxes can be combined in any order.
36176  E.
36177 \begin_inset space \thinspace{}
36178 \end_inset
36179
36180 g.
36181 \begin_inset space \space{}
36182 \end_inset
36183
36184 the command
36185 \begin_inset Newline newline
36186 \end_inset
36187
36188
36189 \series bold
36190
36191 \backslash
36192 rotatebox[origin=c]{-45}{
36193 \backslash
36194 resizebox{2cm}{!}{
36195 \backslash
36196 reflectbox{Hello}}}
36197 \begin_inset Newline newline
36198 \end_inset
36199
36200
36201 \series default
36202 produces:
36203 \end_layout
36204
36205 \begin_layout Standard
36206 \align center
36207 \begin_inset ERT
36208 status collapsed
36209
36210 \begin_layout Plain Layout
36211
36212
36213 \backslash
36214 rotatebox[origin=c]{-45}{
36215 \backslash
36216 resizebox{2cm}{!}{
36217 \backslash
36218 reflectbox{
36219 \end_layout
36220
36221 \end_inset
36222
36223 Hello
36224 \begin_inset ERT
36225 status collapsed
36226
36227 \begin_layout Plain Layout
36228
36229 }}}
36230 \end_layout
36231
36232 \end_inset
36233
36234
36235 \end_layout
36236
36237 \begin_layout Standard
36238 \noindent
36239 Images, tables, and inline formulas are allowed as box content:
36240 \end_layout
36241
36242 \begin_layout Standard
36243 \align center
36244 \begin_inset ERT
36245 status collapsed
36246
36247 \begin_layout Plain Layout
36248
36249
36250 \backslash
36251 rotatebox[origin=c]{-30}{
36252 \backslash
36253 resizebox{2cm}{!}{
36254 \backslash
36255 reflectbox{
36256 \end_layout
36257
36258 \end_inset
36259
36260
36261 \begin_inset Graphics
36262         filename clipart/platypus.eps
36263         lyxscale 50
36264         width 25col%
36265
36266 \end_inset
36267
36268
36269 \begin_inset ERT
36270 status collapsed
36271
36272 \begin_layout Plain Layout
36273
36274 }}}
36275 \end_layout
36276
36277 \end_inset
36278
36279
36280 \begin_inset ERT
36281 status collapsed
36282
36283 \begin_layout Plain Layout
36284
36285
36286 \backslash
36287 rotatebox[origin=c]{-45}{
36288 \backslash
36289 resizebox{2cm}{!}{
36290 \backslash
36291 reflectbox{
36292 \end_layout
36293
36294 \end_inset
36295
36296
36297 \begin_inset Tabular
36298 <lyxtabular version="3" rows="2" columns="2">
36299 <features rotate="0" tabularvalignment="middle">
36300 <column alignment="center" valignment="top" width="0">
36301 <column alignment="center" valignment="top" width="0">
36302 <row>
36303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36304 \begin_inset Text
36305
36306 \begin_layout Plain Layout
36307 q
36308 \end_layout
36309
36310 \end_inset
36311 </cell>
36312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36313 \begin_inset Text
36314
36315 \begin_layout Plain Layout
36316 w
36317 \end_layout
36318
36319 \end_inset
36320 </cell>
36321 </row>
36322 <row>
36323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36324 \begin_inset Text
36325
36326 \begin_layout Plain Layout
36327 e
36328 \end_layout
36329
36330 \end_inset
36331 </cell>
36332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36333 \begin_inset Text
36334
36335 \begin_layout Plain Layout
36336 r
36337 \end_layout
36338
36339 \end_inset
36340 </cell>
36341 </row>
36342 </lyxtabular>
36343
36344 \end_inset
36345
36346
36347 \begin_inset ERT
36348 status collapsed
36349
36350 \begin_layout Plain Layout
36351
36352 }}}
36353 \end_layout
36354
36355 \end_inset
36356
36357
36358 \begin_inset ERT
36359 status collapsed
36360
36361 \begin_layout Plain Layout
36362
36363
36364 \backslash
36365 rotatebox[origin=c]{-45}{
36366 \backslash
36367 resizebox{2cm}{!}{
36368 \backslash
36369 reflectbox{
36370 \end_layout
36371
36372 \end_inset
36373
36374
36375 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36376 \end_inset
36377
36378
36379 \begin_inset ERT
36380 status collapsed
36381
36382 \begin_layout Plain Layout
36383
36384 }}}
36385 \end_layout
36386
36387 \end_inset
36388
36389
36390 \begin_inset Index idx
36391 status collapsed
36392
36393 \begin_layout Plain Layout
36394 Figures ! scaled
36395 \end_layout
36396
36397 \end_inset
36398
36399
36400 \begin_inset Index idx
36401 status collapsed
36402
36403 \begin_layout Plain Layout
36404 Table Customization ! Scaling
36405 \end_layout
36406
36407 \end_inset
36408
36409
36410 \end_layout
36411
36412 \begin_layout Standard
36413 When the global formula style 
36414 \series bold
36415 fleqn
36416 \series default
36417  is used in the document
36418 \begin_inset Foot
36419 status collapsed
36420
36421 \begin_layout Plain Layout
36422 When 
36423 \begin_inset Quotes eld
36424 \end_inset
36425
36426 fleqn
36427 \begin_inset Quotes erd
36428 \end_inset
36429
36430  is added to the document class options.
36431 \end_layout
36432
36433 \end_inset
36434
36435 , display style formulas can also be scaled.
36436 \end_layout
36437
36438 \begin_layout Chapter
36439 Objects Surrounded by Text
36440 \begin_inset Index idx
36441 status collapsed
36442
36443 \begin_layout Plain Layout
36444 Surrounded by text
36445 \end_layout
36446
36447 \end_inset
36448
36449
36450 \end_layout
36451
36452 \begin_layout Section
36453 Wrap Floats
36454 \begin_inset CommandInset label
36455 LatexCommand label
36456 name "sec:Wrap-Floats"
36457
36458 \end_inset
36459
36460
36461 \begin_inset Index idx
36462 status collapsed
36463
36464 \begin_layout Plain Layout
36465 Floats ! Wrap Floats
36466 \end_layout
36467
36468 \end_inset
36469
36470
36471 \begin_inset Index idx
36472 status collapsed
36473
36474 \begin_layout Plain Layout
36475 Surrounded by text ! Wrap Floats
36476 \end_layout
36477
36478 \end_inset
36479
36480
36481 \end_layout
36482
36483 \begin_layout Standard
36484 \begin_inset Wrap figure
36485 lines 0
36486 placement l
36487 overhang 1cm
36488 width "40col%"
36489 status open
36490
36491 \begin_layout Plain Layout
36492 \begin_inset Graphics
36493         filename clipart/mobius.eps
36494         width 40col%
36495         scaleBeforeRotation
36496         rotateOrigin center
36497
36498 \end_inset
36499
36500
36501 \end_layout
36502
36503 \begin_layout Plain Layout
36504 \begin_inset Caption Standard
36505
36506 \begin_layout Plain Layout
36507 \begin_inset CommandInset label
36508 LatexCommand label
36509 name "fig:This-is-a"
36510
36511 \end_inset
36512
36513 This is a figure wrap float.
36514 \end_layout
36515
36516 \end_inset
36517
36518
36519 \end_layout
36520
36521 \end_inset
36522
36523  This float type is used if you want to wrap text around a figure or table
36524  so that it only occupies some fraction of the column width.
36525  It can be inserted using the menu 
36526 \family sans
36527 Insert\SpecialChar \menuseparator
36528 Floats\SpecialChar \menuseparator
36529 Figure
36530 \begin_inset space ~
36531 \end_inset
36532
36533 Wrap
36534 \begin_inset space ~
36535 \end_inset
36536
36537 Float
36538 \family default
36539  or 
36540 \family sans
36541 Table
36542 \begin_inset space ~
36543 \end_inset
36544
36545 Wrap
36546 \begin_inset space ~
36547 \end_inset
36548
36549 Float
36550 \family default
36551  if the LaTeX-package 
36552 \series bold
36553 wrapfig
36554 \series default
36555
36556 \begin_inset Index idx
36557 status collapsed
36558
36559 \begin_layout Plain Layout
36560 LaTeX-packages ! wrapfig
36561 \end_layout
36562
36563 \end_inset
36564
36565  is installed.
36566 \begin_inset Foot
36567 status collapsed
36568
36569 \begin_layout Plain Layout
36570 Installing a LaTeX-package is explained it in the 
36571 \emph on
36572 LaTeX
36573 \begin_inset space ~
36574 \end_inset
36575
36576 Configuration
36577 \emph default
36578  manual.
36579 \end_layout
36580
36581 \end_inset
36582
36583  The settings of the float can be modified by right-clicking on the float
36584  box.
36585  The mandatory settings are the float 
36586 \family sans
36587 Placement
36588 \family default
36589  and its 
36590 \family sans
36591 Width
36592 \family default
36593 .
36594  Optional are the 
36595 \family sans
36596 Overhang
36597 \family default
36598  that specifies how much the float is set into the paragraph
36599 \begin_inset space \thinspace{}
36600 \end_inset
36601
36602 /
36603 \begin_inset space \thinspace{}
36604 \end_inset
36605
36606 page margin, and the 
36607 \family sans
36608 Line
36609 \begin_inset space ~
36610 \end_inset
36611
36612 span
36613 \family default
36614  that specifies how many text lines the float will approximately need.
36615  The line span is often hard to approximate; so it is better only to use
36616  it when you encounter float placement problems.
36617  You can furthermore decide if LaTeX is allowed to let the float float within
36618  the paragraph or to surrounding paragraphs.
36619  Figure
36620 \begin_inset space ~
36621 \end_inset
36622
36623
36624 \begin_inset CommandInset ref
36625 LatexCommand ref
36626 reference "fig:This-is-a"
36627
36628 \end_inset
36629
36630  is an example text wrap float with a width of 40
36631 \begin_inset space \thinspace{}
36632 \end_inset
36633
36634 col%, 1
36635 \begin_inset space \thinspace{}
36636 \end_inset
36637
36638 cm overhang, set to the left.
36639 \end_layout
36640
36641 \begin_layout Standard
36642 \begin_inset Note Greyedout
36643 status open
36644
36645 \begin_layout Plain Layout
36646
36647 \series bold
36648 Note:
36649 \series default
36650  Text
36651 \begin_inset space ~
36652 \end_inset
36653
36654 wrap float floats are fragile! E.
36655 \begin_inset space \thinspace{}
36656 \end_inset
36657
36658 g.
36659 \begin_inset space \space{}
36660 \end_inset
36661
36662 having a figure too close to the bottom of the page can mess things up in
36663  such a way that the float does not appear in the output or that it is placed
36664  over some other text.
36665 \end_layout
36666
36667 \end_inset
36668
36669
36670 \end_layout
36671
36672 \begin_layout Standard
36673 In general, the following applies for wrap floats:
36674 \end_layout
36675
36676 \begin_layout Itemize
36677 They should not be placed in paragraphs that run over a page break.
36678  That means that wrap floats are better inserted in their exact place when
36679  the document is almost finished and you are able to estimate where page
36680  breaks will appear.
36681 \end_layout
36682
36683 \begin_layout Itemize
36684 They should either be placed in their own paragraph before the paragraph
36685  where they should wrap into or within a paragraph.
36686 \end_layout
36687
36688 \begin_layout Itemize
36689 In consecutive paragraphs they may cause troubles, so ensure that there
36690  is a text paragraph between them as separator.
36691 \end_layout
36692
36693 \begin_layout Itemize
36694 They are not allowed in section headings or tables.
36695 \end_layout
36696
36697 \begin_layout Itemize
36698 Their numbering and referencing works as described in chap.
36699 \begin_inset space \thinspace{}
36700 \end_inset
36701
36702
36703 \begin_inset CommandInset ref
36704 LatexCommand ref
36705 reference "chap:Floats"
36706
36707 \end_inset
36708
36709 .
36710 \end_layout
36711
36712 \begin_layout Section
36713 Surrounded Fixed Objects
36714 \begin_inset Index idx
36715 status collapsed
36716
36717 \begin_layout Plain Layout
36718 Surrounded by text ! Fixed objects
36719 \end_layout
36720
36721 \end_inset
36722
36723
36724 \end_layout
36725
36726 \begin_layout Standard
36727 The wrap floats described in sec.
36728 \begin_inset space \thinspace{}
36729 \end_inset
36730
36731
36732 \begin_inset CommandInset ref
36733 LatexCommand ref
36734 reference "sec:Wrap-Floats"
36735
36736 \end_inset
36737
36738  have these positions in the paragraph:
36739 \end_layout
36740
36741 \begin_layout Standard
36742 \noindent
36743 \align center
36744 \begin_inset Tabular
36745 <lyxtabular version="3" rows="2" columns="2">
36746 <features rotate="0" tabularvalignment="middle">
36747 <column alignment="center" valignment="top" width="0">
36748 <column alignment="center" valignment="top" width="0">
36749 <row>
36750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36751 \begin_inset Text
36752
36753 \begin_layout Plain Layout
36754 \begin_inset Graphics
36755         filename ../images/dialog-show-new-inset_graphics.png
36756         scale 70
36757         scaleBeforeRotation
36758
36759 \end_inset
36760
36761
36762 \end_layout
36763
36764 \end_inset
36765 </cell>
36766 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36767 \begin_inset Text
36768
36769 \begin_layout Plain Layout
36770 text
36771 \end_layout
36772
36773 \end_inset
36774 </cell>
36775 </row>
36776 <row>
36777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36778 \begin_inset Text
36779
36780 \begin_layout Plain Layout
36781 text
36782 \end_layout
36783
36784 \end_inset
36785 </cell>
36786 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36787 \begin_inset Text
36788
36789 \begin_layout Plain Layout
36790 text
36791 \end_layout
36792
36793 \end_inset
36794 </cell>
36795 </row>
36796 </lyxtabular>
36797
36798 \end_inset
36799
36800  or 
36801 \begin_inset Tabular
36802 <lyxtabular version="3" rows="2" columns="2">
36803 <features rotate="0" tabularvalignment="middle">
36804 <column alignment="center" valignment="top" width="0">
36805 <column alignment="center" valignment="top" width="0">
36806 <row>
36807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36808 \begin_inset Text
36809
36810 \begin_layout Plain Layout
36811 text
36812 \end_layout
36813
36814 \end_inset
36815 </cell>
36816 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36817 \begin_inset Text
36818
36819 \begin_layout Plain Layout
36820 \begin_inset Graphics
36821         filename ../images/dialog-show-new-inset_graphics.png
36822         scale 70
36823         scaleBeforeRotation
36824
36825 \end_inset
36826
36827
36828 \end_layout
36829
36830 \end_inset
36831 </cell>
36832 </row>
36833 <row>
36834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36835 \begin_inset Text
36836
36837 \begin_layout Plain Layout
36838 text
36839 \end_layout
36840
36841 \end_inset
36842 </cell>
36843 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36844 \begin_inset Text
36845
36846 \begin_layout Plain Layout
36847 text
36848 \end_layout
36849
36850 \end_inset
36851 </cell>
36852 </row>
36853 </lyxtabular>
36854
36855 \end_inset
36856
36857
36858 \end_layout
36859
36860 \begin_layout Standard
36861 To get an object exactly at the position where it is inserted, for example
36862  to get one of these positions:
36863 \begin_inset VSpace defskip
36864 \end_inset
36865
36866
36867 \end_layout
36868
36869 \begin_layout Standard
36870 \noindent
36871 \align center
36872 \begin_inset Tabular
36873 <lyxtabular version="3" rows="2" columns="2">
36874 <features rotate="0" tabularvalignment="middle">
36875 <column alignment="center" valignment="top" width="0">
36876 <column alignment="center" valignment="top" width="0">
36877 <row>
36878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36879 \begin_inset Text
36880
36881 \begin_layout Plain Layout
36882 text
36883 \end_layout
36884
36885 \end_inset
36886 </cell>
36887 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36888 \begin_inset Text
36889
36890 \begin_layout Plain Layout
36891 text
36892 \end_layout
36893
36894 \end_inset
36895 </cell>
36896 </row>
36897 <row>
36898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36899 \begin_inset Text
36900
36901 \begin_layout Plain Layout
36902 \begin_inset Graphics
36903         filename ../images/dialog-show-new-inset_graphics.png
36904         scale 70
36905         scaleBeforeRotation
36906
36907 \end_inset
36908
36909
36910 \end_layout
36911
36912 \end_inset
36913 </cell>
36914 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36915 \begin_inset Text
36916
36917 \begin_layout Plain Layout
36918 text
36919 \end_layout
36920
36921 \end_inset
36922 </cell>
36923 </row>
36924 </lyxtabular>
36925
36926 \end_inset
36927
36928  
36929 \begin_inset Tabular
36930 <lyxtabular version="3" rows="2" columns="2">
36931 <features rotate="0" tabularvalignment="middle">
36932 <column alignment="center" valignment="top" width="0">
36933 <column alignment="center" valignment="top" width="0">
36934 <row>
36935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36936 \begin_inset Text
36937
36938 \begin_layout Plain Layout
36939 text
36940 \end_layout
36941
36942 \end_inset
36943 </cell>
36944 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36945 \begin_inset Text
36946
36947 \begin_layout Plain Layout
36948 text
36949 \end_layout
36950
36951 \end_inset
36952 </cell>
36953 </row>
36954 <row>
36955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36956 \begin_inset Text
36957
36958 \begin_layout Plain Layout
36959 text
36960 \end_layout
36961
36962 \end_inset
36963 </cell>
36964 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36965 \begin_inset Text
36966
36967 \begin_layout Plain Layout
36968 \begin_inset Graphics
36969         filename ../images/dialog-show-new-inset_graphics.png
36970         scale 70
36971         scaleBeforeRotation
36972
36973 \end_inset
36974
36975
36976 \end_layout
36977
36978 \end_inset
36979 </cell>
36980 </row>
36981 </lyxtabular>
36982
36983 \end_inset
36984
36985  
36986 \begin_inset Tabular
36987 <lyxtabular version="3" rows="2" columns="3">
36988 <features rotate="0" tabularvalignment="middle">
36989 <column alignment="center" valignment="top" width="0">
36990 <column alignment="center" valignment="top" width="0">
36991 <column alignment="center" valignment="top" width="0">
36992 <row>
36993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36994 \begin_inset Text
36995
36996 \begin_layout Plain Layout
36997 text
36998 \end_layout
36999
37000 \end_inset
37001 </cell>
37002 <cell alignment="center" valignment="top" topline="true" usebox="none">
37003 \begin_inset Text
37004
37005 \begin_layout Plain Layout
37006 \begin_inset Graphics
37007         filename ../images/dialog-show-new-inset_graphics.png
37008         scale 70
37009         scaleBeforeRotation
37010
37011 \end_inset
37012
37013
37014 \end_layout
37015
37016 \end_inset
37017 </cell>
37018 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37019 \begin_inset Text
37020
37021 \begin_layout Plain Layout
37022 text
37023 \end_layout
37024
37025 \end_inset
37026 </cell>
37027 </row>
37028 <row>
37029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37030 \begin_inset Text
37031
37032 \begin_layout Plain Layout
37033 text
37034 \end_layout
37035
37036 \end_inset
37037 </cell>
37038 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37039 \begin_inset Text
37040
37041 \begin_layout Plain Layout
37042 text
37043 \end_layout
37044
37045 \end_inset
37046 </cell>
37047 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37048 \begin_inset Text
37049
37050 \begin_layout Plain Layout
37051 text
37052 \end_layout
37053
37054 \end_inset
37055 </cell>
37056 </row>
37057 </lyxtabular>
37058
37059 \end_inset
37060
37061  
37062 \begin_inset Tabular
37063 <lyxtabular version="3" rows="2" columns="3">
37064 <features rotate="0" tabularvalignment="middle">
37065 <column alignment="center" valignment="top" width="0">
37066 <column alignment="center" valignment="top" width="0">
37067 <column alignment="center" valignment="top" width="0">
37068 <row>
37069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37070 \begin_inset Text
37071
37072 \begin_layout Plain Layout
37073 text
37074 \end_layout
37075
37076 \end_inset
37077 </cell>
37078 <cell alignment="center" valignment="top" topline="true" usebox="none">
37079 \begin_inset Text
37080
37081 \begin_layout Plain Layout
37082 text
37083 \end_layout
37084
37085 \end_inset
37086 </cell>
37087 <cell alignment="center" valignment="top" topline="true" rightline="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 </row>
37097 <row>
37098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37099 \begin_inset Text
37100
37101 \begin_layout Plain Layout
37102 text
37103 \end_layout
37104
37105 \end_inset
37106 </cell>
37107 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37108 \begin_inset Text
37109
37110 \begin_layout Plain Layout
37111 \begin_inset Graphics
37112         filename ../images/dialog-show-new-inset_graphics.png
37113         scale 70
37114         scaleBeforeRotation
37115
37116 \end_inset
37117
37118
37119 \end_layout
37120
37121 \end_inset
37122 </cell>
37123 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37124 \begin_inset Text
37125
37126 \begin_layout Plain Layout
37127 text
37128 \end_layout
37129
37130 \end_inset
37131 </cell>
37132 </row>
37133 </lyxtabular>
37134
37135 \end_inset
37136
37137
37138 \end_layout
37139
37140 \begin_layout Standard
37141 \noindent
37142 \align center
37143 \begin_inset Tabular
37144 <lyxtabular version="3" rows="3" columns="2">
37145 <features rotate="0" tabularvalignment="middle">
37146 <column alignment="center" valignment="top" width="0">
37147 <column alignment="center" valignment="top" width="0">
37148 <row>
37149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37150 \begin_inset Text
37151
37152 \begin_layout Plain Layout
37153 text
37154 \end_layout
37155
37156 \end_inset
37157 </cell>
37158 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37159 \begin_inset Text
37160
37161 \begin_layout Plain Layout
37162 text
37163 \end_layout
37164
37165 \end_inset
37166 </cell>
37167 </row>
37168 <row>
37169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37170 \begin_inset Text
37171
37172 \begin_layout Plain Layout
37173 \begin_inset Graphics
37174         filename ../images/dialog-show-new-inset_graphics.png
37175         scale 70
37176         scaleBeforeRotation
37177
37178 \end_inset
37179
37180
37181 \end_layout
37182
37183 \end_inset
37184 </cell>
37185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37186 \begin_inset Text
37187
37188 \begin_layout Plain Layout
37189 text
37190 \end_layout
37191
37192 \end_inset
37193 </cell>
37194 </row>
37195 <row>
37196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37197 \begin_inset Text
37198
37199 \begin_layout Plain Layout
37200 text
37201 \end_layout
37202
37203 \end_inset
37204 </cell>
37205 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37206 \begin_inset Text
37207
37208 \begin_layout Plain Layout
37209 text
37210 \end_layout
37211
37212 \end_inset
37213 </cell>
37214 </row>
37215 </lyxtabular>
37216
37217 \end_inset
37218
37219  
37220 \begin_inset Tabular
37221 <lyxtabular version="3" rows="3" columns="3">
37222 <features rotate="0" tabularvalignment="middle">
37223 <column alignment="center" valignment="top" width="0">
37224 <column alignment="center" valignment="top" width="0">
37225 <column alignment="center" valignment="top" width="0">
37226 <row>
37227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37228 \begin_inset Text
37229
37230 \begin_layout Plain Layout
37231 text
37232 \end_layout
37233
37234 \end_inset
37235 </cell>
37236 <cell alignment="center" valignment="top" topline="true" usebox="none">
37237 \begin_inset Text
37238
37239 \begin_layout Plain Layout
37240 text
37241 \end_layout
37242
37243 \end_inset
37244 </cell>
37245 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37246 \begin_inset Text
37247
37248 \begin_layout Plain Layout
37249 text
37250 \end_layout
37251
37252 \end_inset
37253 </cell>
37254 </row>
37255 <row>
37256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37257 \begin_inset Text
37258
37259 \begin_layout Plain Layout
37260 text
37261 \end_layout
37262
37263 \end_inset
37264 </cell>
37265 <cell alignment="center" valignment="top" usebox="none">
37266 \begin_inset Text
37267
37268 \begin_layout Plain Layout
37269 \begin_inset Graphics
37270         filename ../images/dialog-show-new-inset_graphics.png
37271         scale 70
37272         scaleBeforeRotation
37273
37274 \end_inset
37275
37276
37277 \end_layout
37278
37279 \end_inset
37280 </cell>
37281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37282 \begin_inset Text
37283
37284 \begin_layout Plain Layout
37285 text
37286 \end_layout
37287
37288 \end_inset
37289 </cell>
37290 </row>
37291 <row>
37292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37293 \begin_inset Text
37294
37295 \begin_layout Plain Layout
37296 text
37297 \end_layout
37298
37299 \end_inset
37300 </cell>
37301 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37302 \begin_inset Text
37303
37304 \begin_layout Plain Layout
37305 text
37306 \end_layout
37307
37308 \end_inset
37309 </cell>
37310 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37311 \begin_inset Text
37312
37313 \begin_layout Plain Layout
37314 text
37315 \end_layout
37316
37317 \end_inset
37318 </cell>
37319 </row>
37320 </lyxtabular>
37321
37322 \end_inset
37323
37324  
37325 \begin_inset Tabular
37326 <lyxtabular version="3" rows="3" columns="2">
37327 <features rotate="0" tabularvalignment="middle">
37328 <column alignment="center" valignment="top" width="0">
37329 <column alignment="center" valignment="top" width="0">
37330 <row>
37331 <cell alignment="center" valignment="top" topline="true" leftline="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" 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" rightline="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 </row>
37377 <row>
37378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37379 \begin_inset Text
37380
37381 \begin_layout Plain Layout
37382 text
37383 \end_layout
37384
37385 \end_inset
37386 </cell>
37387 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37388 \begin_inset Text
37389
37390 \begin_layout Plain Layout
37391 text
37392 \end_layout
37393
37394 \end_inset
37395 </cell>
37396 </row>
37397 </lyxtabular>
37398
37399 \end_inset
37400
37401
37402 \end_layout
37403
37404 \begin_layout Standard
37405 \noindent
37406 you can use the LaTeX-package 
37407 \series bold
37408 picinpar
37409 \series default
37410
37411 \begin_inset Index idx
37412 status collapsed
37413
37414 \begin_layout Plain Layout
37415 LaTeX-packages ! picinpar
37416 \end_layout
37417
37418 \end_inset
37419
37420 .
37421  Here is an example:
37422 \end_layout
37423
37424 \begin_layout Standard
37425 \begin_inset ERT
37426 status collapsed
37427
37428 \begin_layout Plain Layout
37429
37430
37431 \backslash
37432 ifpicinpar
37433 \end_layout
37434
37435 \end_inset
37436
37437
37438 \begin_inset Note Note
37439 status open
37440
37441 \begin_layout Plain Layout
37442 The following section will only be displayed when the LaTeX-package 
37443 \series bold
37444 picinpar
37445 \series default
37446  is installed.
37447 \end_layout
37448
37449 \end_inset
37450
37451
37452 \end_layout
37453
37454 \begin_layout Standard
37455 \begin_inset ERT
37456 status collapsed
37457
37458 \begin_layout Plain Layout
37459
37460
37461 \backslash
37462 begin{window}[2,c,{
37463 \end_layout
37464
37465 \end_inset
37466
37467
37468 \begin_inset Graphics
37469         filename clipart/mobius.eps
37470         lyxscale 60
37471         width 40col%
37472         scaleBeforeRotation
37473         rotateOrigin center
37474
37475 \end_inset
37476
37477
37478 \begin_inset ERT
37479 status collapsed
37480
37481 \begin_layout Plain Layout
37482
37483 },]
37484 \end_layout
37485
37486 \begin_layout Plain Layout
37487
37488 {}
37489 \end_layout
37490
37491 \end_inset
37492
37493
37494 \size small
37495 It was in the spring of the year 1894 that all London was interested, and
37496  the fashionable world dismayed, by the murder of the Honourable Ronald
37497  Adair under most unusual and inexplicable circumstances.
37498  The public has already learned those particulars of the crime which
37499 \size default
37500
37501 \begin_inset ERT
37502 status collapsed
37503
37504 \begin_layout Plain Layout
37505
37506
37507 \backslash
37508 footnotemark{}
37509 \end_layout
37510
37511 \end_inset
37512
37513
37514 \size small
37515  came out in the police investigation, but a good deal was suppressed upon
37516  that occasion, since the case for the prosecution was so overwhelmingly
37517  strong that it was not necessary to bring forward all the facts.
37518  Only now, at the end of nearly ten years, am I allowed to supply those
37519  missing links which make up the whole of that remarkable chain.
37520 \size default
37521
37522 \begin_inset ERT
37523 status collapsed
37524
37525 \begin_layout Plain Layout
37526
37527
37528 \backslash
37529 end{window}
37530 \end_layout
37531
37532 \end_inset
37533
37534
37535 \end_layout
37536
37537 \begin_layout Standard
37538 \begin_inset ERT
37539 status collapsed
37540
37541 \begin_layout Plain Layout
37542
37543
37544 \backslash
37545 footnotetext{
37546 \end_layout
37547
37548 \end_inset
37549
37550 Footnote of the paragraph with the fixed object.
37551 \begin_inset ERT
37552 status collapsed
37553
37554 \begin_layout Plain Layout
37555
37556 }
37557 \end_layout
37558
37559 \end_inset
37560
37561
37562 \end_layout
37563
37564 \begin_layout Standard
37565 Surrounded fixed objects are used to let text float around them, at which
37566  the object's position in the paragraph can be determined by the number
37567  of lines above it.
37568  In contrary to floats is it not possible to have a numbered caption.
37569 \end_layout
37570
37571 \begin_layout Standard
37572 A fixed object is inserted by adding the command
37573 \end_layout
37574
37575 \begin_layout Standard
37576
37577 \series bold
37578
37579 \backslash
37580 begin{window}[2,c,{
37581 \end_layout
37582
37583 \begin_layout Standard
37584 as TeX-Code at the beginning of the paragraph.
37585  The first parameter in the bracket, here '2', defines the number of lines
37586  above the object, the second, here 'c', the position of the object.
37587  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37588  Behind the command you insert the object.
37589  In this example an image with a width of 40
37590 \begin_inset space \thinspace{}
37591 \end_inset
37592
37593 % of the text column width was inserted.
37594  The object can also be a table, a box or an equation.
37595  Behind the object the command
37596 \end_layout
37597
37598 \begin_layout Standard
37599
37600 \series bold
37601 },description text]
37602 \begin_inset Newline newline
37603 \end_inset
37604
37605 {}
37606 \end_layout
37607
37608 \begin_layout Standard
37609 is inserted.
37610  Note that the 
37611 \begin_inset Quotes eld
37612 \end_inset
37613
37614
37615 \series bold
37616 {}
37617 \series default
37618
37619 \begin_inset Quotes erd
37620 \end_inset
37621
37622  is in the second line.
37623  The description text is optional.
37624  The text surrounding the object must be in the same paragraph as the object,
37625  so it must begin directly after the 
37626 \series bold
37627 {}
37628 \series default
37629 .
37630  At the end of the paragraph insert the command:
37631 \end_layout
37632
37633 \begin_layout Standard
37634
37635 \series bold
37636
37637 \backslash
37638 end{window}
37639 \end_layout
37640
37641 \begin_layout Standard
37642 Within a paragraph with a fixed object, you cannot insert footnotes in the
37643  normal way.
37644  You have to use instead the command 
37645 \series bold
37646
37647 \backslash
37648 footnotemark
37649 \series default
37650  inside the paragraph and outside the command 
37651 \series bold
37652
37653 \backslash
37654 footnotetext
37655 \series default
37656  as described in sec.
37657 \begin_inset space \thinspace{}
37658 \end_inset
37659
37660
37661 \begin_inset CommandInset ref
37662 LatexCommand ref
37663 reference "sec:Footnotes"
37664
37665 \end_inset
37666
37667 .
37668 \end_layout
37669
37670 \begin_layout Standard
37671 \begin_inset ERT
37672 status collapsed
37673
37674 \begin_layout Plain Layout
37675
37676
37677 \backslash
37678 else
37679 \end_layout
37680
37681 \end_inset
37682
37683
37684 \begin_inset Note Note
37685 status open
37686
37687 \begin_layout Plain Layout
37688 The following will be displayed when the LaTeX-package 
37689 \series bold
37690 picinpar
37691 \series default
37692  is not installed:
37693 \end_layout
37694
37695 \end_inset
37696
37697
37698 \end_layout
37699
37700 \begin_layout Standard
37701 You need to install the LaTeX-package 
37702 \series bold
37703 picinpar
37704 \series default
37705  to see the following part of this section in the output.
37706 \end_layout
37707
37708 \begin_layout Standard
37709 \begin_inset ERT
37710 status collapsed
37711
37712 \begin_layout Plain Layout
37713
37714
37715 \backslash
37716 fi
37717 \end_layout
37718
37719 \end_inset
37720
37721
37722 \end_layout
37723
37724 \begin_layout Section
37725 Initials
37726 \begin_inset Index idx
37727 status collapsed
37728
37729 \begin_layout Plain Layout
37730 Initials
37731 \end_layout
37732
37733 \end_inset
37734
37735
37736 \begin_inset Index idx
37737 status collapsed
37738
37739 \begin_layout Plain Layout
37740 Surrounded by text ! Initials
37741 \end_layout
37742
37743 \end_inset
37744
37745
37746 \end_layout
37747
37748 \begin_layout Standard
37749 To use initials, you must have the LaTeX-package 
37750 \series bold
37751 lettrine
37752 \series default
37753
37754 \begin_inset Index idx
37755 status collapsed
37756
37757 \begin_layout Plain Layout
37758 LaTeX-packages ! lettrine
37759 \end_layout
37760
37761 \end_inset
37762
37763  installed and use the module 
37764 \family sans
37765 Initials
37766 \family default
37767  in your document (menu 
37768 \family sans
37769 Document\SpecialChar \menuseparator
37770 Settings\SpecialChar \menuseparator
37771 Modules
37772 \family default
37773 ).
37774  To insert an initial, use the style 
37775 \family sans
37776 Initial
37777 \family default
37778 .
37779  This style has a mandatory and two optional arguments.
37780  The arguments are inserted via the 
37781 \family sans
37782 Insert
37783 \family default
37784  menu.
37785  The mandatory argument 
37786 \family sans
37787 Initial
37788 \family default
37789  contains the letter(s) that is the initial, the argument 
37790 \family sans
37791 Rest
37792 \begin_inset space ~
37793 \end_inset
37794
37795 of
37796 \begin_inset space ~
37797 \end_inset
37798
37799 Initial
37800 \family default
37801  contains the rest of the word or text of the initial letter(s).
37802  The argument 
37803 \family sans
37804 Options
37805 \family default
37806  contains parameters to modify the initial.
37807  For more information about the possible parameters see the documentation
37808  of 
37809 \series bold
37810 lettrine
37811 \series default
37812
37813 \begin_inset CommandInset citation
37814 LatexCommand cite
37815 key "lettrine"
37816
37817 \end_inset
37818
37819 .
37820  The style itself contains the text that is surrounding the initial.
37821  The usual style is hereby that the word whose first letter is the initial,
37822  is printed with 
37823 \shape smallcaps
37824 small caps
37825 \shape default
37826 .
37827 \end_layout
37828
37829 \begin_layout Standard
37830 Here are some examples:
37831 \end_layout
37832
37833 \begin_layout Standard
37834 \begin_inset ERT
37835 status collapsed
37836
37837 \begin_layout Plain Layout
37838
37839
37840 \backslash
37841 iflettrine
37842 \end_layout
37843
37844 \end_inset
37845
37846
37847 \begin_inset Note Note
37848 status open
37849
37850 \begin_layout Plain Layout
37851 The following section will only be displayed when the LaTeX-package 
37852 \series bold
37853 lettrine
37854 \series default
37855  is installed.
37856 \end_layout
37857
37858 \end_inset
37859
37860
37861 \end_layout
37862
37863 \begin_layout Enumerate
37864 No optional argument, the initial is the letter 'I' in the math font 
37865 \begin_inset Formula $\mathfrak{Fraktur}$
37866 \end_inset
37867
37868 :
37869 \end_layout
37870
37871 \begin_deeper
37872 \begin_layout Initial
37873 \begin_inset Argument 2
37874 status open
37875
37876 \begin_layout Plain Layout
37877 \begin_inset Formula $\mathfrak{I}$
37878 \end_inset
37879
37880
37881 \end_layout
37882
37883 \end_inset
37884
37885
37886 \begin_inset Argument 3
37887 status open
37888
37889 \begin_layout Plain Layout
37890 t
37891 \end_layout
37892
37893 \end_inset
37894
37895  was in the spring of the year 1894 that all London was interested, and
37896  the fashionable world dismayed, by the murder of the Honourable Ronald
37897  Adair under most unusual and inexplicable circumstances.
37898  The public has already learned those particulars of the crime which came
37899  out in the police investigation, but a good deal was suppressed upon that
37900  occasion, since the case for the prosecution was so overwhelmingly strong
37901  that it was not necessary to bring forward all the facts.
37902 \begin_inset Newpage newpage
37903 \end_inset
37904
37905
37906 \end_layout
37907
37908 \end_deeper
37909 \begin_layout Enumerate
37910 Only one line is surrounding the initial, which is formed by two letters
37911  in standard font and no text is printed in small caps:
37912 \end_layout
37913
37914 \begin_deeper
37915 \begin_layout Initial
37916 \begin_inset Argument 1
37917 status open
37918
37919 \begin_layout Plain Layout
37920 lines=1
37921 \end_layout
37922
37923 \end_inset
37924
37925
37926 \begin_inset Argument 2
37927 status open
37928
37929 \begin_layout Plain Layout
37930 It
37931 \end_layout
37932
37933 \end_inset
37934
37935  was in the spring of the year 1894 that all London was interested, and
37936  the fashionable world dismayed, by the murder of the Honourable Ronald
37937  Adair under most unusual and inexplicable circumstances.
37938  The public has already learned those particulars of the crime which came
37939  out in the police investigation, but a good deal was suppressed upon that
37940  occasion, since the case for the prosecution was so overwhelmingly strong
37941  that it was not necessary to bring forward all the facts.
37942 \end_layout
37943
37944 \end_deeper
37945 \begin_layout Enumerate
37946 Magenta, hanging initial over 3
37947 \begin_inset space ~
37948 \end_inset
37949
37950 lines in the math font 
37951 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37952 \end_inset
37953
37954 , the text 
37955 \begin_inset Quotes eld
37956 \end_inset
37957
37958 t was in the spring
37959 \begin_inset Quotes erd
37960 \end_inset
37961
37962  is in 
37963 \shape smallcaps
37964 small caps
37965 \shape default
37966 ; to color the initial, you must insert this command before the initial:
37967 \begin_inset Newline newline
37968 \end_inset
37969
37970
37971 \series bold
37972
37973 \backslash
37974 renewcommand{
37975 \backslash
37976 LettrineFontHook}{
37977 \backslash
37978 color{color}}
37979 \series default
37980
37981 \begin_inset Newline newline
37982 \end_inset
37983
37984 where the second 
37985 \emph on
37986 color
37987 \emph default
37988  can be 
37989 \begin_inset Quotes eld
37990 \end_inset
37991
37992 red
37993 \begin_inset Quotes erd
37994 \end_inset
37995
37996
37997 \begin_inset Quotes eld
37998 \end_inset
37999
38000 blue
38001 \begin_inset Quotes erd
38002 \end_inset
38003
38004
38005 \begin_inset Quotes eld
38006 \end_inset
38007
38008 green
38009 \begin_inset Quotes erd
38010 \end_inset
38011
38012
38013 \begin_inset Quotes eld
38014 \end_inset
38015
38016 yellow
38017 \begin_inset Quotes erd
38018 \end_inset
38019
38020
38021 \begin_inset Quotes eld
38022 \end_inset
38023
38024 cyan
38025 \begin_inset Quotes erd
38026 \end_inset
38027
38028
38029 \begin_inset Quotes eld
38030 \end_inset
38031
38032 magenta
38033 \begin_inset Quotes erd
38034 \end_inset
38035
38036
38037 \begin_inset Quotes eld
38038 \end_inset
38039
38040 black
38041 \begin_inset Quotes erd
38042 \end_inset
38043
38044  or 
38045 \begin_inset Quotes eld
38046 \end_inset
38047
38048 white
38049 \begin_inset Quotes erd
38050 \end_inset
38051
38052 , and add this command to the document preamble:
38053 \begin_inset Newline newline
38054 \end_inset
38055
38056
38057 \series bold
38058
38059 \backslash
38060 @ifundefined{textcolor}
38061 \begin_inset Newline newline
38062 \end_inset
38063
38064
38065 \begin_inset space ~
38066 \end_inset
38067
38068 {
38069 \backslash
38070 usepackage{color}}{}
38071 \end_layout
38072
38073 \begin_deeper
38074 \begin_layout Standard
38075 \begin_inset ERT
38076 status collapsed
38077
38078 \begin_layout Plain Layout
38079
38080
38081 \backslash
38082 renewcommand{
38083 \backslash
38084 LettrineFontHook}{
38085 \backslash
38086 color{magenta}}
38087 \end_layout
38088
38089 \end_inset
38090
38091
38092 \begin_inset Note Note
38093 status collapsed
38094
38095 \begin_layout Plain Layout
38096 makes the initial magenta
38097 \end_layout
38098
38099 \end_inset
38100
38101
38102 \end_layout
38103
38104 \begin_layout Initial
38105 \begin_inset Argument 1
38106 status open
38107
38108 \begin_layout Plain Layout
38109 lines=3, lhang=0.33, loversize=0.25
38110 \end_layout
38111
38112 \end_inset
38113
38114
38115 \begin_inset Argument 2
38116 status open
38117
38118 \begin_layout Plain Layout
38119 \begin_inset Formula $\mathcal{I}$
38120 \end_inset
38121
38122
38123 \end_layout
38124
38125 \end_inset
38126
38127
38128 \begin_inset Argument 3
38129 status open
38130
38131 \begin_layout Plain Layout
38132 t was in the spring
38133 \end_layout
38134
38135 \end_inset
38136
38137  of the year 1894 that all London was interested, and the fashionable world
38138  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38139  and inexplicable circumstances.
38140  The public has already learned those particulars of the crime which came
38141  out in the police investigation, but a good deal was suppressed upon that
38142  occasion, since the case for the prosecution was so overwhelmingly strong
38143  that it was not necessary to bring forward all the facts.
38144 \end_layout
38145
38146 \end_deeper
38147 \begin_layout Standard
38148 \begin_inset ERT
38149 status collapsed
38150
38151 \begin_layout Plain Layout
38152
38153
38154 \backslash
38155 else
38156 \end_layout
38157
38158 \end_inset
38159
38160
38161 \begin_inset Note Note
38162 status open
38163
38164 \begin_layout Plain Layout
38165 The following will be displayed when the LaTeX-package 
38166 \series bold
38167 lettrine
38168 \series default
38169  is not installed:
38170 \end_layout
38171
38172 \end_inset
38173
38174
38175 \end_layout
38176
38177 \begin_layout Standard
38178 You need to install the LaTeX-package 
38179 \series bold
38180 lettrine
38181 \series default
38182  to see the following part of this section in the output.
38183 \end_layout
38184
38185 \begin_layout Standard
38186 \begin_inset ERT
38187 status collapsed
38188
38189 \begin_layout Plain Layout
38190
38191
38192 \backslash
38193 fi
38194 \end_layout
38195
38196 \end_inset
38197
38198
38199 \end_layout
38200
38201 \begin_layout Chapter
38202 External Document Parts
38203 \begin_inset Index idx
38204 status collapsed
38205
38206 \begin_layout Plain Layout
38207 External Document Parts
38208 \end_layout
38209
38210 \end_inset
38211
38212
38213 \end_layout
38214
38215 \begin_layout Standard
38216 With the menu 
38217 \family sans
38218 Insert\SpecialChar \menuseparator
38219 File
38220 \family default
38221  you can insert external material into your document.
38222  This can be:
38223 \end_layout
38224
38225 \begin_layout Description
38226 LyX
38227 \begin_inset space ~
38228 \end_inset
38229
38230 Document Another LyX document; its content is directly inserted to your
38231  document.
38232 \end_layout
38233
38234 \begin_layout Description
38235 Plain
38236 \begin_inset space ~
38237 \end_inset
38238
38239 Text A text document; each line is inserted in your document as a separate
38240  paragraph.
38241 \end_layout
38242
38243 \begin_layout Description
38244 Plain
38245 \begin_inset space ~
38246 \end_inset
38247
38248 Text,
38249 \begin_inset space ~
38250 \end_inset
38251
38252 Join
38253 \begin_inset space ~
38254 \end_inset
38255
38256 Lines A text document; text lines are inserted in your document continuously
38257  but an empty text line creates a new paragraph.
38258 \end_layout
38259
38260 \begin_layout Description
38261 External
38262 \begin_inset space ~
38263 \end_inset
38264
38265 Material Files in various formats.
38266 \end_layout
38267
38268 \begin_layout Description
38269 Child
38270 \begin_inset space ~
38271 \end_inset
38272
38273 Document LyX or LaTeX-documents.
38274 \end_layout
38275
38276 \begin_layout Section
38277 External Material
38278 \begin_inset Index idx
38279 status collapsed
38280
38281 \begin_layout Plain Layout
38282 External Document Parts ! External Material
38283 \end_layout
38284
38285 \end_inset
38286
38287
38288 \end_layout
38289
38290 \begin_layout Standard
38291 The external material feature allows you to insert files into your document
38292  without converting them to a format that can be read by the document output
38293  format.
38294  LyX takes care of the necessary conversions.
38295  This is similar to images that can be inserted in various image formats
38296  in LyX documents.
38297  When you have enabled Instant Preview in LyX's preferences under 
38298 \family sans
38299 Look
38300 \begin_inset space ~
38301 \end_inset
38302
38303 and
38304 \begin_inset space ~
38305 \end_inset
38306
38307 feel\SpecialChar \menuseparator
38308 Graphics
38309 \family default
38310 , the external material types Dia and Xfig are directly shown in LyX.
38311 \end_layout
38312
38313 \begin_layout Standard
38314 External material can be inserted via the 
38315 \family sans
38316 External Material
38317 \family default
38318  dialog that is accessible with the menu 
38319 \family sans
38320 Insert\SpecialChar \menuseparator
38321 File\SpecialChar \menuseparator
38322 External
38323 \begin_inset space ~
38324 \end_inset
38325
38326 Material
38327 \family default
38328 .
38329  Currently the following file types (
38330 \family sans
38331 Templates
38332 \family default
38333 ) are allowed:
38334 \end_layout
38335
38336 \begin_layout Description
38337 ChessDiagram This template supports chess position diagrams made with the
38338  program 
38339 \series bold
38340
38341 \begin_inset CommandInset href
38342 LatexCommand href
38343 name "XBoard"
38344 target "http://en.wikipedia.org/wiki/XBoard"
38345
38346 \end_inset
38347
38348
38349 \series default
38350 .
38351 \end_layout
38352
38353 \begin_layout Description
38354 Date This inserts the date in the form 
38355 \emph on
38356 Day-Month-Year
38357 \emph default
38358 .
38359  This is a date inserted as external material: 
38360 \begin_inset External
38361         template Date
38362         filename .
38363
38364 \end_inset
38365
38366
38367 \begin_inset space ~
38368 \end_inset
38369
38370
38371 \begin_inset Note Note
38372 status open
38373
38374 \begin_layout Plain Layout
38375 Remove the protected space when bug 4398 is fixed!
38376 \end_layout
38377
38378 \end_inset
38379
38380
38381 \begin_inset Newline newline
38382 \end_inset
38383
38384 The date is not shown within LyX, only in the output.
38385  There are two other methods of inserting a date: Via menu 
38386 \family sans
38387 Insert\SpecialChar \menuseparator
38388 Date
38389 \family default
38390  and with the LaTeX command 
38391 \series bold
38392
38393 \backslash
38394 today
38395 \series default
38396  as TeX-Code.
38397  The different methods are compared in Table
38398 \begin_inset space ~
38399 \end_inset
38400
38401
38402 \begin_inset CommandInset ref
38403 LatexCommand ref
38404 reference "tab:Comparison-of-the"
38405
38406 \end_inset
38407
38408 .
38409 \end_layout
38410
38411 \begin_layout Description
38412 Dia This template supports diagrams created with the program 
38413 \series bold
38414
38415 \begin_inset CommandInset href
38416 LatexCommand href
38417 name "Dia"
38418 target "http://en.wikipedia.org/wiki/Dia_(software)"
38419
38420 \end_inset
38421
38422
38423 \series default
38424 .
38425 \end_layout
38426
38427 \begin_layout Description
38428 GnumericSpreadsheet With this template you can insert spreadsheets
38429 \begin_inset space \thinspace{}
38430 \end_inset
38431
38432 /
38433 \begin_inset space \thinspace{}
38434 \end_inset
38435
38436 tables in the format of 
38437 \series bold
38438
38439 \begin_inset CommandInset href
38440 LatexCommand href
38441 name "Gnumeric"
38442 target "http://en.wikipedia.org/wiki/Gnumeric"
38443
38444 \end_inset
38445
38446
38447 \series default
38448
38449 \begin_inset CommandInset href
38450 LatexCommand href
38451 name "OpenDocument"
38452 target "http://en.wikipedia.org/wiki/OpenDocument"
38453
38454 \end_inset
38455
38456
38457 \begin_inset CommandInset href
38458 LatexCommand href
38459 name "Microsoft Office XML"
38460 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38461
38462 \end_inset
38463
38464  and 
38465 \begin_inset CommandInset href
38466 LatexCommand href
38467 name "Office Open XML"
38468 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38469
38470 \end_inset
38471
38472 .
38473  For this feature LyX must have found the program 
38474 \family typewriter
38475 ssconvert
38476 \family default
38477  during its configuration.
38478  This program is part of Gnumeric, so that you must have Gnumeric installed,
38479  also if you don't have tables in the Gnumeric format.
38480  For examples and possible limitations have a look at LyX's example file
38481  
38482 \emph on
38483 spreadsheet.lyx
38484 \emph default
38485 .
38486 \end_layout
38487
38488 \begin_layout Description
38489 LilyPond This template is used for music notation typeset with the program
38490 \begin_inset Newline linebreak
38491 \end_inset
38492
38493
38494 \series bold
38495
38496 \begin_inset CommandInset href
38497 LatexCommand href
38498 name "LilyPond"
38499 target "http://en.wikipedia.org/wiki/LilyPond"
38500
38501 \end_inset
38502
38503
38504 \series default
38505 .
38506  For LyX's extended support for LilyPond have a look at LyX's example file
38507  
38508 \emph on
38509 lilypond.lyx
38510 \emph default
38511 .
38512 \end_layout
38513
38514 \begin_layout Description
38515 PDFPages With this template you can insert PDF documents to your document.
38516  To specify the range of pages that should be included, use the option 
38517 \series bold
38518 pages
38519 \series default
38520  in the 
38521 \family sans
38522 Option
38523 \family default
38524  field in the 
38525 \family sans
38526 LaTeX and LyX options
38527 \family default
38528  tab.
38529  The argument of this option is a comma separated list, containing page
38530  numbers (insert as option 
38531 \series bold
38532 pages={3,5,6,8}
38533 \series default
38534 ), ranges of page numbers (
38535 \series bold
38536 pages={4-9}
38537 \series default
38538 ) or any combination.
38539  To insert empty pages use {}.
38540  E.
38541 \begin_inset space \thinspace{}
38542 \end_inset
38543
38544 g.
38545 \begin_inset space ~
38546 \end_inset
38547
38548
38549 \series bold
38550 pages={3,{},8-11,15}
38551 \series default
38552  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38553  Page ranges are specified in the syntax 
38554 \emph on
38555 start
38556 \emph default
38557 -
38558 \emph on
38559 stop
38560 \emph default
38561 .
38562  This selects all pages from 
38563 \emph on
38564 start
38565 \emph default
38566  to 
38567 \emph on
38568 stop
38569 \emph default
38570 .
38571  Omitting 
38572 \emph on
38573 start
38574 \emph default
38575  defaults to the first page; omitting 
38576 \emph on
38577 stop
38578 \emph default
38579  defaults to the last page of the document.
38580  The last page can also be selected with the keyword 
38581 \series bold
38582 last
38583 \series default
38584 .
38585  (This is only permitted in a page range.) So 
38586 \series bold
38587 pages=-
38588 \series default
38589  will insert all pages of the document and 
38590 \series bold
38591 pages=last-1
38592 \series default
38593  will insert all pages in reverse order.
38594  If the pages option is not specified, only the first page of the PDF is
38595  inserted.
38596 \begin_inset Newline newline
38597 \end_inset
38598
38599 The option 
38600 \series bold
38601 noautoscale
38602 \series default
38603  inserts the pages with their original size, if this option is not given,
38604  the pages will be resized to fith the width of the page of your document.
38605  In the tab 
38606 \family sans
38607 Size and Rotation
38608 \family default
38609  you can specify the width and height of the input pages and their rotation.
38610  If another width than 100
38611 \begin_inset space \thinspace{}
38612 \end_inset
38613
38614 Scale% is used, the option 
38615 \series bold
38616 noautoscale
38617 \series default
38618  will be overwritten.
38619  For more info and possible options, have a look into the documentation
38620  of the LaTeX-package 
38621 \series bold
38622 pdfpages
38623 \series default
38624  
38625 \begin_inset CommandInset citation
38626 LatexCommand cite
38627 key "pdfpages"
38628
38629 \end_inset
38630
38631 .
38632 \begin_inset Index idx
38633 status collapsed
38634
38635 \begin_layout Plain Layout
38636 LaTeX-packages ! pdfpages
38637 \end_layout
38638
38639 \end_inset
38640
38641
38642 \begin_inset Newline newline
38643 \end_inset
38644
38645 To use this template in a 
38646 \family sans
38647 Beamer
38648 \family default
38649  presentation you need to first insert an 
38650 \family sans
38651 EndFrame
38652 \family default
38653  environment and in a subsequent paragraph a TeX-Code box containing the
38654  command 
38655 \series bold
38656
38657 \backslash
38658 setbeamertemplate{background canvas}{}
38659 \series default
38660 .
38661  Then you can insert as many paragraphs containing the PDFPages template
38662  as you wish.
38663  Behind the included PDF pages you can resume the Beamer presentation by
38664  beginning a new frame or by starting a new section.
38665  To avoid stray blank pages prior to the PDF pages, make sure to use the
38666  
38667 \family sans
38668 Default
38669 \family default
38670  alignment for the paragraph containing the template.
38671 \begin_inset Newline newline
38672 \end_inset
38673
38674 Here is an included PDF which is rotated by -5°: 
38675 \begin_inset External
38676         template PDFPages
38677         filename clipart/Abstract.pdf
38678         extra LaTeX "noautoscale, pages=-"
38679         rotateAngle -5
38680         rotateOrigin bottomleft
38681
38682 \end_inset
38683
38684
38685 \end_layout
38686
38687 \begin_layout Description
38688 RasterImage This can be used for bitmap images.
38689  The image can be treated in the 
38690 \family sans
38691 External material
38692 \family default
38693  dialog like the images that are usually included via the 
38694 \family sans
38695 Graphics
38696 \family default
38697  dialog as described in section
38698 \begin_inset space ~
38699 \end_inset
38700
38701
38702 \begin_inset CommandInset ref
38703 LatexCommand ref
38704 reference "sec:Graphics-Dialog"
38705
38706 \end_inset
38707
38708 .
38709  The difference to the normal image input is that only raster images are
38710  allowed; that means that PDF and EPS-images are not supported.
38711  Here is an inserted raster image: 
38712 \begin_inset External
38713         template RasterImage
38714         filename clipart/ToolbarEnvBox.png
38715
38716 \end_inset
38717
38718
38719 \end_layout
38720
38721 \begin_layout Description
38722 XFig This template supports images created with the program 
38723 \series bold
38724
38725 \begin_inset CommandInset href
38726 LatexCommand href
38727 name "Xfig"
38728 target "http://en.wikipedia.org/wiki/Xfig"
38729
38730 \end_inset
38731
38732
38733 \series default
38734 .
38735 \end_layout
38736
38737 \begin_layout Standard
38738 \begin_inset Float table
38739 placement !h
38740 wide false
38741 sideways false
38742 status open
38743
38744 \begin_layout Plain Layout
38745 \begin_inset Caption Standard
38746
38747 \begin_layout Plain Layout
38748 \begin_inset CommandInset label
38749 LatexCommand label
38750 name "tab:Comparison-of-the"
38751
38752 \end_inset
38753
38754 Comparison of the date input methods.
38755 \end_layout
38756
38757 \end_inset
38758
38759
38760 \end_layout
38761
38762 \begin_layout Plain Layout
38763 \align center
38764 \begin_inset Tabular
38765 <lyxtabular version="3" rows="4" columns="4">
38766 <features rotate="0" tabularvalignment="middle">
38767 <column alignment="center" valignment="top" width="0">
38768 <column alignment="center" valignment="top" width="0">
38769 <column alignment="center" valignment="top" width="0">
38770 <column alignment="center" valignment="top" width="0">
38771 <row>
38772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38773 \begin_inset Text
38774
38775 \begin_layout Plain Layout
38776 Document format
38777 \end_layout
38778
38779 \end_inset
38780 </cell>
38781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38782 \begin_inset Text
38783
38784 \begin_layout Plain Layout
38785
38786 \family sans
38787 External Material\SpecialChar \menuseparator
38788 Date
38789 \end_layout
38790
38791 \end_inset
38792 </cell>
38793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38794 \begin_inset Text
38795
38796 \begin_layout Plain Layout
38797
38798 \family sans
38799 Insert\SpecialChar \menuseparator
38800 Date
38801 \end_layout
38802
38803 \end_inset
38804 </cell>
38805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38806 \begin_inset Text
38807
38808 \begin_layout Plain Layout
38809 command 
38810 \series bold
38811
38812 \backslash
38813 today
38814 \end_layout
38815
38816 \end_inset
38817 </cell>
38818 </row>
38819 <row>
38820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38821 \begin_inset Text
38822
38823 \begin_layout Plain Layout
38824 LyX
38825 \end_layout
38826
38827 \end_inset
38828 </cell>
38829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38830 \begin_inset Text
38831
38832 \begin_layout Plain Layout
38833 as inset box
38834 \end_layout
38835
38836 \end_inset
38837 </cell>
38838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38839 \begin_inset Text
38840
38841 \begin_layout Plain Layout
38842 as date
38843 \end_layout
38844
38845 \end_inset
38846 </cell>
38847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38848 \begin_inset Text
38849
38850 \begin_layout Plain Layout
38851 as TeX-Code inset box
38852 \end_layout
38853
38854 \end_inset
38855 </cell>
38856 </row>
38857 <row>
38858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38859 \begin_inset Text
38860
38861 \begin_layout Plain Layout
38862 LaTeX
38863 \end_layout
38864
38865 \end_inset
38866 </cell>
38867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38868 \begin_inset Text
38869
38870 \begin_layout Plain Layout
38871 as date
38872 \end_layout
38873
38874 \end_inset
38875 </cell>
38876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38877 \begin_inset Text
38878
38879 \begin_layout Plain Layout
38880 as date
38881 \end_layout
38882
38883 \end_inset
38884 </cell>
38885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38886 \begin_inset Text
38887
38888 \begin_layout Plain Layout
38889 as command
38890 \end_layout
38891
38892 \end_inset
38893 </cell>
38894 </row>
38895 <row>
38896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38897 \begin_inset Text
38898
38899 \begin_layout Plain Layout
38900 DVI, PDF, PS
38901 \end_layout
38902
38903 \end_inset
38904 </cell>
38905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38906 \begin_inset Text
38907
38908 \begin_layout Plain Layout
38909 as date
38910 \end_layout
38911
38912 \end_inset
38913 </cell>
38914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38915 \begin_inset Text
38916
38917 \begin_layout Plain Layout
38918 as date
38919 \end_layout
38920
38921 \end_inset
38922 </cell>
38923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38924 \begin_inset Text
38925
38926 \begin_layout Plain Layout
38927 as date
38928 \end_layout
38929
38930 \end_inset
38931 </cell>
38932 </row>
38933 </lyxtabular>
38934
38935 \end_inset
38936
38937
38938 \end_layout
38939
38940 \end_inset
38941
38942
38943 \end_layout
38944
38945 \begin_layout Standard
38946 When you use the option 
38947 \family sans
38948 Draft
38949 \family default
38950  in the 
38951 \family sans
38952 File
38953 \family default
38954  tab of the 
38955 \family sans
38956 External Material
38957 \family default
38958  dialog, only the path to the inserted file is shown in the output.
38959 \begin_inset Newline newline
38960 \end_inset
38961
38962 External material is displayed in LyX either as a box like this: 
38963 \begin_inset Graphics
38964         filename clipart/ExternalMaterialQt4.png
38965         scale 85
38966         scaleBeforeRotation
38967
38968 \end_inset
38969
38970  or as image, depending on the option 
38971 \family sans
38972 Show in LyX
38973 \family default
38974  in the 
38975 \family sans
38976 LaTeX and LyX options
38977 \family default
38978  tab of the dialog.
38979 \end_layout
38980
38981 \begin_layout Standard
38982 The 
38983 \family sans
38984 \emph on
38985 Customization
38986 \family default
38987 \emph default
38988  manual explains how you can define your own templates.
38989 \end_layout
38990
38991 \begin_layout Section
38992 Child Documents
38993 \begin_inset CommandInset label
38994 LatexCommand label
38995 name "sec:Child-Documents"
38996
38997 \end_inset
38998
38999
39000 \begin_inset Index idx
39001 status collapsed
39002
39003 \begin_layout Plain Layout
39004 External Document Parts ! Child Documents
39005 \end_layout
39006
39007 \end_inset
39008
39009
39010 \begin_inset Index idx
39011 status collapsed
39012
39013 \begin_layout Plain Layout
39014 Files ! Include
39015 \end_layout
39016
39017 \end_inset
39018
39019
39020 \end_layout
39021
39022 \begin_layout Standard
39023 Child documents are used if you have a long document consisting of several
39024  larger parts or sections.
39025  For maintenance it is often useful and sometimes even required to split
39026  the document into several files that can be revised separately.
39027  The different documents are then the so called 
39028 \begin_inset Quotes eld
39029 \end_inset
39030
39031 child documents
39032 \begin_inset Quotes erd
39033 \end_inset
39034
39035 , and a master document connects them to print the full document or parts
39036  of it.
39037  A child document inherits elements from its master, for example the LaTeX
39038  preamble, the bibliography, and labels for cross-references.
39039 \end_layout
39040
39041 \begin_layout Standard
39042 To be able to work on child documents without the need to open their master,
39043  specify in the child document the master in the menu
39044 \family sans
39045  Document\SpecialChar \menuseparator
39046 Settings\SpecialChar \menuseparator
39047 Document
39048 \begin_inset space ~
39049 \end_inset
39050
39051 Class
39052 \family default
39053 .
39054  This master document will then be used in the background by LyX when you
39055  edit the child document.
39056 \end_layout
39057
39058 \begin_layout Standard
39059 Included documents are displayed in LyX as a box like this: 
39060 \begin_inset Graphics
39061         filename clipart/ChildDocumentQt4.png
39062         scale 85
39063         scaleBeforeRotation
39064
39065 \end_inset
39066
39067  To include child documents in a master document use the menu 
39068 \family sans
39069 Insert\SpecialChar \menuseparator
39070 File\SpecialChar \menuseparator
39071 Child
39072 \begin_inset space ~
39073 \end_inset
39074
39075 Documents
39076 \family default
39077 .
39078  A dialog pops up where you can choose between four include methods:
39079 \end_layout
39080
39081 \begin_layout Description
39082 Include You can include LyX- and LaTeX-documents.
39083  When you press the 
39084 \family sans
39085 Edit
39086 \family default
39087  button in the 
39088 \family sans
39089 Child Document
39090 \family default
39091  dialog, the included document will be opened in LyX in a new file tab so
39092  that you can modify it.
39093 \begin_inset Newline newline
39094 \end_inset
39095
39096
39097 \end_layout
39098
39099 \begin_layout Standard
39100 Here is a child document inserted using 
39101 \family sans
39102 Include
39103 \family default
39104
39105 \begin_inset CommandInset include
39106 LatexCommand include
39107 filename "DummyDocument1.lyx"
39108
39109 \end_inset
39110
39111
39112 \end_layout
39113
39114 \begin_layout Standard
39115 The section numbering includes the sections of the included files in the
39116  order they are inserted in the master document.
39117  The included example document has for example a subsection that is numbered
39118  as a subsection of this section.
39119  Labels of included documents can be referenced: Subsection
39120 \begin_inset space ~
39121 \end_inset
39122
39123
39124 \begin_inset CommandInset ref
39125 LatexCommand ref
39126 reference "sub:External-Subsection-1"
39127
39128 \end_inset
39129
39130 .
39131 \end_layout
39132
39133 \begin_layout Standard
39134 The preamble of the child document is ignored; only the preamble of the
39135  master document is used.
39136  Branches in child documents will be ignored by the master document when
39137  the master document does not have a branch with the same name.
39138  Included documents are inserted starting on a new page and ending with
39139  a page break.
39140 \end_layout
39141
39142 \begin_layout Standard
39143 \begin_inset Note Greyedout
39144 status open
39145
39146 \begin_layout Plain Layout
39147
39148 \series bold
39149 Note:
39150 \series default
39151  If you have included a LyX- or LaTeX-file, you are warned when you export/view
39152  the document in case the child document uses another document class than
39153  the master document as this will lead to unexpected outputs.
39154 \end_layout
39155
39156 \end_inset
39157
39158
39159 \end_layout
39160
39161 \begin_layout Description
39162 Input This method is very similar to the Include method.
39163  The differences are:
39164 \end_layout
39165
39166 \begin_deeper
39167 \begin_layout Itemize
39168 Input files don't start with a new page and don't end with a page break.
39169 \end_layout
39170
39171 \begin_layout Itemize
39172 Input files can be previewed in LyX when 
39173 \family sans
39174 Instant
39175 \begin_inset space ~
39176 \end_inset
39177
39178 Preview
39179 \family default
39180  is enabled in LyX's preferences under 
39181 \family sans
39182 Look
39183 \begin_inset space ~
39184 \end_inset
39185
39186 and
39187 \begin_inset space ~
39188 \end_inset
39189
39190 feel\SpecialChar \menuseparator
39191 Graphics
39192 \family default
39193 .
39194 \end_layout
39195
39196 \begin_layout Itemize
39197 You cannot exclude Input files via the menu 
39198 \family sans
39199 Document\SpecialChar \menuseparator
39200 Settings\SpecialChar \menuseparator
39201 Child Documents
39202 \family default
39203 .
39204 \end_layout
39205
39206 \end_deeper
39207 \begin_layout Standard
39208 Here is a child document inserted using 
39209 \family sans
39210 Input
39211 \family default
39212
39213 \begin_inset CommandInset include
39214 LatexCommand input
39215 filename "DummyDocument2.lyx"
39216
39217 \end_inset
39218
39219
39220 \end_layout
39221
39222 \begin_layout Description
39223 Verbatim With this method any text file can be included.
39224  The file is shown in the output with its source code; no command used in
39225  the text is invoked.
39226  You can use the option 
39227 \family sans
39228 Mark spaces in output
39229 \family default
39230  that displays the character 
39231 \begin_inset Quotes eld
39232 \end_inset
39233
39234
39235 \begin_inset ERT
39236 status collapsed
39237
39238 \begin_layout Plain Layout
39239
39240
39241 \backslash
39242 textvisiblespace 
39243 \end_layout
39244
39245 \end_inset
39246
39247
39248 \begin_inset Quotes erd
39249 \end_inset
39250
39251  for every space character in the source code.
39252  The difference from the method via the menu 
39253 \family sans
39254 Insert\SpecialChar \menuseparator
39255 File\SpecialChar \menuseparator
39256 Plain
39257 \begin_inset space ~
39258 \end_inset
39259
39260 Text
39261 \family default
39262  is that the document content is not shown in LyX.
39263 \end_layout
39264
39265 \begin_layout Standard
39266 Here is a child document inserted as Verbatim: 
39267 \begin_inset CommandInset include
39268 LatexCommand verbatiminput
39269 filename "DummyTextDocument.txt"
39270
39271 \end_inset
39272
39273
39274 \begin_inset VSpace bigskip
39275 \end_inset
39276
39277  Here is a child document inserted as Verbatim using the 
39278 \family sans
39279 Mark spaces in output
39280 \family default
39281  option: 
39282 \begin_inset CommandInset include
39283 LatexCommand verbatiminput*
39284 filename "DummyTextDocument.txt"
39285
39286 \end_inset
39287
39288
39289 \end_layout
39290
39291 \begin_layout Standard
39292 \begin_inset VSpace bigskip
39293 \end_inset
39294
39295
39296 \end_layout
39297
39298 \begin_layout Standard
39299 \begin_inset Note Greyedout
39300 status open
39301
39302 \begin_layout Plain Layout
39303
39304 \series bold
39305 Note:
39306 \series default
39307  As you can see in the examples above, the text of the documents included
39308  as 
39309 \family sans
39310 verbatim
39311 \family default
39312  is not broken at the end of the document lines.
39313 \end_layout
39314
39315 \end_inset
39316
39317
39318 \end_layout
39319
39320 \begin_layout Description
39321 Listings This type is described in chapter
39322 \begin_inset space ~
39323 \end_inset
39324
39325
39326 \begin_inset CommandInset ref
39327 LatexCommand ref
39328 reference "cha:Program-Code-Listings"
39329
39330 \end_inset
39331
39332 .
39333 \end_layout
39334
39335 \begin_layout Standard
39336 \begin_inset Note Greyedout
39337 status open
39338
39339 \begin_layout Plain Layout
39340
39341 \series bold
39342 Note:
39343 \series default
39344  Including the same document twice in a document using different methods
39345  could cause LaTeX-problems.
39346 \end_layout
39347
39348 \end_inset
39349
39350
39351 \end_layout
39352
39353 \begin_layout Standard
39354 If you want to view/export only selected children of your master document,
39355  either because you want to save compiling time or because you want to distribut
39356 e single chapters of the book you are just writing, you can exclude children
39357  from the output.
39358  This is done via the menu 
39359 \family sans
39360 Document\SpecialChar \menuseparator
39361 Settings\SpecialChar \menuseparator
39362 Child Documents
39363 \family default
39364 .
39365  You can exclude\SpecialChar \slash{}
39366 include children by double-clicking on the 
39367 \family sans
39368 include to output
39369 \family default
39370  column of the respective child document in the list (note that this only
39371  works for documents embedded via 
39372 \begin_inset Quotes eld
39373 \end_inset
39374
39375 Include
39376 \begin_inset Quotes erd
39377 \end_inset
39378
39379 , not with 
39380 \begin_inset Quotes eld
39381 \end_inset
39382
39383 Input
39384 \begin_inset Quotes erd
39385 \end_inset
39386
39387 ).
39388  If the option 
39389 \family sans
39390 Maintain counters and references
39391 \family default
39392  is enabled, LyX will assure that all page numbers, references etc.
39393 \begin_inset space ~
39394 \end_inset
39395
39396 are correct as if the whole document was processed.
39397  This is useful if you want the selected sub-documents to look exactly as
39398  in the context of the whole document.
39399  However, LyX needs to process the whole document in the background for
39400  this feature.
39401  So if you want to save compile time and if counters and references do not
39402  need to be correct, disable this checkbox.
39403 \end_layout
39404
39405 \begin_layout Standard
39406 Alternatively, you can put each included file into a branch.
39407 \begin_inset Foot
39408 status collapsed
39409
39410 \begin_layout Plain Layout
39411 Branches are described in section 
39412 \emph on
39413 Branches
39414 \emph default
39415  of the LyX 
39416 \emph on
39417 Userguide
39418 \emph default
39419 .
39420 \end_layout
39421
39422 \end_inset
39423
39424  By enabling\SpecialChar \slash{}
39425 disabling branches you can decide which included files will
39426  appear in the output.
39427  This has the advantage that it also works with Input'ed sub-documents.
39428  However, counters and references will not be maintained with this approach.
39429 \end_layout
39430
39431 \begin_layout Chapter
39432 Program Code Listings
39433 \begin_inset CommandInset label
39434 LatexCommand label
39435 name "cha:Program-Code-Listings"
39436
39437 \end_inset
39438
39439
39440 \begin_inset Index idx
39441 status collapsed
39442
39443 \begin_layout Plain Layout
39444 Listings
39445 \end_layout
39446
39447 \end_inset
39448
39449
39450 \begin_inset Index idx
39451 status collapsed
39452
39453 \begin_layout Plain Layout
39454 Program Code
39455 \end_layout
39456
39457 \end_inset
39458
39459
39460 \begin_inset Index idx
39461 status collapsed
39462
39463 \begin_layout Plain Layout
39464 Floats ! Listings
39465 \end_layout
39466
39467 \end_inset
39468
39469
39470 \end_layout
39471
39472 \begin_layout Standard
39473 To include and typeset program code you can use the 
39474 \family sans
39475 Listings
39476 \family default
39477  inset that can be inserted via the menu 
39478 \family sans
39479 Insert\SpecialChar \menuseparator
39480 Program Listing
39481 \family default
39482 .
39483  The LaTeX-package 
39484 \series bold
39485 listings
39486 \series default
39487
39488 \begin_inset Index idx
39489 status collapsed
39490
39491 \begin_layout Plain Layout
39492 LaTeX-packages ! listings
39493 \end_layout
39494
39495 \end_inset
39496
39497  provides a powerful and flexible way to insert program source code into
39498  your document.
39499 \end_layout
39500
39501 \begin_layout Standard
39502 Right-clicking on a listings inset opens the context menu containing where
39503  you can set the listings format.
39504 \end_layout
39505
39506 \begin_layout Standard
39507 By default, a listing starts a new paragraph in the output.
39508  The placement option 
39509 \family sans
39510 Inline
39511 \begin_inset space ~
39512 \end_inset
39513
39514 listing
39515 \family default
39516  prints the listing inline like this: 
39517 \begin_inset listings
39518 lstparams "language={C++}"
39519 inline true
39520 status open
39521
39522 \begin_layout Plain Layout
39523
39524 int a=5;
39525 \end_layout
39526
39527 \end_inset
39528
39529
39530 \begin_inset Newline newline
39531 \end_inset
39532
39533 The option 
39534 \family sans
39535 Float
39536 \family default
39537  creates a listings float where you can specify the placement options 
39538 \begin_inset Quotes eld
39539 \end_inset
39540
39541
39542 \family sans
39543 h
39544 \family default
39545
39546 \begin_inset Quotes erd
39547 \end_inset
39548
39549
39550 \begin_inset Quotes eld
39551 \end_inset
39552
39553
39554 \family sans
39555 t
39556 \family default
39557
39558 \begin_inset Quotes erd
39559 \end_inset
39560
39561
39562 \begin_inset Quotes eld
39563 \end_inset
39564
39565
39566 \family sans
39567 b
39568 \family default
39569
39570 \begin_inset Quotes erd
39571 \end_inset
39572
39573 , and 
39574 \begin_inset Quotes eld
39575 \end_inset
39576
39577
39578 \family sans
39579 p
39580 \family default
39581
39582 \begin_inset Quotes erd
39583 \end_inset
39584
39585  corresponding to the float placement options described in section
39586 \begin_inset space ~
39587 \end_inset
39588
39589
39590 \begin_inset CommandInset ref
39591 LatexCommand ref
39592 reference "sec:Float-Placement"
39593
39594 \end_inset
39595
39596 .
39597  The placement options can be mixed and are inserted without any separation,
39598  e.
39599 \begin_inset space \thinspace{}
39600 \end_inset
39601
39602 g.
39603 \begin_inset space \space{}
39604 \end_inset
39605
39606
39607 \begin_inset Quotes eld
39608 \end_inset
39609
39610
39611 \family sans
39612 htbp
39613 \family default
39614
39615 \begin_inset Quotes erd
39616 \end_inset
39617
39618 .
39619  The option 
39620 \begin_inset Quotes eld
39621 \end_inset
39622
39623 h
39624 \begin_inset Quotes erd
39625 \end_inset
39626
39627  has sometimes no effect, but you don't need to use the 
39628 \family sans
39629 Float
39630 \family default
39631  option in this case as also non-float listings can have captions and be
39632  referenced.
39633 \end_layout
39634
39635 \begin_layout Standard
39636 You can add captions to listings with the menu 
39637 \family sans
39638 Insert\SpecialChar \menuseparator
39639 Caption
39640 \family default
39641 .
39642  Listings can be referenced like floats: Listing
39643 \begin_inset space ~
39644 \end_inset
39645
39646
39647 \begin_inset CommandInset ref
39648 LatexCommand ref
39649 reference "lst:Example-Listing"
39650
39651 \end_inset
39652
39653
39654 \change_inserted -195340706 1334604968
39655 .
39656  A list of listings which contains all listings with captions can be created
39657  via the 
39658 \family sans
39659 Insert\SpecialChar \menuseparator
39660 List
39661 \begin_inset space ~
39662 \end_inset
39663
39664 /
39665 \begin_inset space ~
39666 \end_inset
39667
39668 TOC\SpecialChar \menuseparator
39669 List of Listings
39670 \family default
39671  submenu.
39672  The list entries are the listing caption and the listing number.
39673 \change_unchanged
39674
39675 \end_layout
39676
39677 \begin_layout Standard
39678 \begin_inset listings
39679 lstparams "language=Python"
39680 inline false
39681 status open
39682
39683 \begin_layout Plain Layout
39684
39685 \begin_inset Caption Standard
39686
39687 \begin_layout Plain Layout
39688 \begin_inset CommandInset label
39689 LatexCommand label
39690 name "lst:Example-Listing"
39691
39692 \end_inset
39693
39694 Example Listing float
39695 \end_layout
39696
39697 \end_inset
39698
39699 # Example listing float
39700 \end_layout
39701
39702 \begin_layout Plain Layout
39703
39704 def func(param):
39705 \end_layout
39706
39707 \begin_layout Plain Layout
39708
39709     'this is a python function'
39710 \end_layout
39711
39712 \begin_layout Plain Layout
39713
39714     pass
39715 \end_layout
39716
39717 \end_inset
39718
39719
39720 \end_layout
39721
39722 \begin_layout Standard
39723 When you have set a programming language in the listings dialog, the keywords
39724  of this language will be recognized and specially typeset in the output.
39725  In the example listings the Python keyword 
39726 \begin_inset Quotes eld
39727 \end_inset
39728
39729 def
39730 \begin_inset Quotes erd
39731 \end_inset
39732
39733  is recognized and printed bold in the output.
39734 \end_layout
39735
39736 \begin_layout Standard
39737 \begin_inset Note Greyedout
39738 status open
39739
39740 \begin_layout Plain Layout
39741
39742 \series bold
39743 Note:
39744 \series default
39745  If you don't get bold keywords when using typewriter fonts, your 
39746 \family typewriter
39747 typewriter
39748 \family default
39749  font probably doesn't provide a bold shape.
39750  In this case select a different one in the menu 
39751 \family sans
39752 Document\SpecialChar \menuseparator
39753 Settings\SpecialChar \menuseparator
39754 Fonts
39755 \family default
39756 .
39757  (The fonts 
39758 \emph on
39759 LuxiMono, BeraMono
39760 \emph default
39761  and 
39762 \emph on
39763 Courier
39764 \emph default
39765  provide bold shapes.)
39766 \end_layout
39767
39768 \end_inset
39769
39770
39771 \end_layout
39772
39773 \begin_layout Standard
39774 In section 
39775 \family sans
39776 Line
39777 \begin_inset space ~
39778 \end_inset
39779
39780 numbering
39781 \family default
39782  of the listings dialog you can specify the line numbering style.
39783  You can insert a number to specify which lines are numbered in the field
39784  
39785 \family sans
39786 Step
39787 \family default
39788 .
39789  When you insert e.
39790 \begin_inset space \thinspace{}
39791 \end_inset
39792
39793 g.
39794 \begin_inset space \space{}
39795 \end_inset
39796
39797
39798 \begin_inset Quotes eld
39799 \end_inset
39800
39801 3
39802 \begin_inset Quotes erd
39803 \end_inset
39804
39805 , only every 3rd line will be numbered.
39806 \end_layout
39807
39808 \begin_layout Standard
39809 You can furthermore specify a range of lines; only these will then appear
39810  in the output.
39811  The option 
39812 \family sans
39813 Extended character table
39814 \family default
39815  should be used when you use national characters like the German umlauts
39816  in the listing.
39817 \begin_inset Newline newline
39818 \end_inset
39819
39820 Here is an example listing with left line numbering, step 
39821 \begin_inset Quotes eld
39822 \end_inset
39823
39824 3
39825 \begin_inset Quotes erd
39826 \end_inset
39827
39828 , language 
39829 \begin_inset Quotes eld
39830 \end_inset
39831
39832 Python
39833 \begin_inset Quotes erd
39834 \end_inset
39835
39836 , options 
39837 \begin_inset Quotes eld
39838 \end_inset
39839
39840 Extended character table
39841 \begin_inset Quotes erd
39842 \end_inset
39843
39844  and 
39845 \begin_inset Quotes eld
39846 \end_inset
39847
39848 Space
39849 \begin_inset space ~
39850 \end_inset
39851
39852 as
39853 \begin_inset space ~
39854 \end_inset
39855
39856 symbol
39857 \begin_inset Quotes erd
39858 \end_inset
39859
39860 , range lines 3
39861 \begin_inset space \thinspace{}
39862 \end_inset
39863
39864 -
39865 \begin_inset space \thinspace{}
39866 \end_inset
39867
39868 8:
39869 \end_layout
39870
39871 \begin_layout Standard
39872 \begin_inset listings
39873 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39874 inline false
39875 status open
39876
39877 \begin_layout Plain Layout
39878
39879 def func(param):
39880 \end_layout
39881
39882 \begin_layout Plain Layout
39883
39884     'this is a python function'
39885 \end_layout
39886
39887 \begin_layout Plain Layout
39888
39889     pass
39890 \end_layout
39891
39892 \begin_layout Plain Layout
39893
39894 def func(param):
39895 \end_layout
39896
39897 \begin_layout Plain Layout
39898
39899 'This is a German word: Tschüß'
39900 \end_layout
39901
39902 \begin_layout Plain Layout
39903
39904 pass
39905 \end_layout
39906
39907 \begin_layout Plain Layout
39908
39909 def func(param):
39910 \end_layout
39911
39912 \begin_layout Plain Layout
39913
39914 'this is a python function'
39915 \end_layout
39916
39917 \begin_layout Plain Layout
39918
39919 pass
39920 \end_layout
39921
39922 \end_inset
39923
39924
39925 \end_layout
39926
39927 \begin_layout Standard
39928 When you have tabulators in your listing, you can specify the number of
39929  characters that are spanned by a tabulator in the field 
39930 \family sans
39931 Tabulator
39932 \begin_inset space ~
39933 \end_inset
39934
39935 size
39936 \family default
39937 .
39938 \end_layout
39939
39940 \begin_layout Standard
39941 \begin_inset Note Greyedout
39942 status open
39943
39944 \begin_layout Plain Layout
39945
39946 \series bold
39947 Note:
39948 \series default
39949  Due to a bug in the 
39950 \series bold
39951 listings
39952 \series default
39953  package the line numbering is shifted by a line by every previous listing.
39954  That's the reason why the lines 2 and 5 are numbered in the above listing
39955  and not the lines 3 and 6.
39956 \end_layout
39957
39958 \end_inset
39959
39960
39961 \end_layout
39962
39963 \begin_layout Standard
39964 \begin_inset VSpace bigskip
39965 \end_inset
39966
39967
39968 \end_layout
39969
39970 \begin_layout Standard
39971 It is also possible to print lines from a file as listing.
39972  To do this, use the menu 
39973 \family sans
39974 Insert\SpecialChar \menuseparator
39975 File\SpecialChar \menuseparator
39976 Child Document
39977 \family default
39978  and choose the type 
39979 \family sans
39980 Listings
39981 \family default
39982 .
39983 \begin_inset Foot
39984 status collapsed
39985
39986 \begin_layout Plain Layout
39987 The other child document types are described in section
39988 \begin_inset space ~
39989 \end_inset
39990
39991
39992 \begin_inset CommandInset ref
39993 LatexCommand ref
39994 reference "sec:Child-Documents"
39995
39996 \end_inset
39997
39998 .
39999 \end_layout
40000
40001 \end_inset
40002
40003  In the child document dialog you can specify the listing parameters in
40004  a text box.
40005  To show a list of all available parameters, type in a question mark 
40006 \begin_inset Quotes eld
40007 \end_inset
40008
40009 ?
40010 \begin_inset Quotes erd
40011 \end_inset
40012
40013  in the text box.
40014 \end_layout
40015
40016 \begin_layout Standard
40017 To reference child document listings, write a label text into the corresponding
40018  field of the child document dialog.
40019  The label can then be referenced using the menu 
40020 \family sans
40021 Insert\SpecialChar \menuseparator
40022 Cross-Reference
40023 \family default
40024 .
40025 \end_layout
40026
40027 \begin_layout Standard
40028 Listing
40029 \begin_inset space ~
40030 \end_inset
40031
40032
40033 \begin_inset CommandInset ref
40034 LatexCommand ref
40035 reference "lst:file-listing"
40036
40037 \end_inset
40038
40039  is an example for a listing of a file; there the lines 10
40040 \begin_inset space \thinspace{}
40041 \end_inset
40042
40043 -
40044 \begin_inset space \thinspace{}
40045 \end_inset
40046
40047 15 of this LyX file are listed.
40048 \end_layout
40049
40050 \begin_layout Standard
40051 \begin_inset CommandInset include
40052 LatexCommand lstinputlisting
40053 filename "EmbeddedObjects.lyx"
40054 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
40055
40056 \end_inset
40057
40058
40059 \end_layout
40060
40061 \begin_layout Standard
40062 \begin_inset VSpace bigskip
40063 \end_inset
40064
40065
40066 \end_layout
40067
40068 \begin_layout Standard
40069 Inserting a formula into a listing can be done the following way:
40070 \end_layout
40071
40072 \begin_layout Enumerate
40073 Open the listings dialog and add
40074 \begin_inset Newline newline
40075 \end_inset
40076
40077
40078 \family sans
40079 mathescape=true
40080 \family default
40081
40082 \begin_inset Newline newline
40083 \end_inset
40084
40085 to the field of the 
40086 \family sans
40087 Advanced
40088 \family default
40089  tab.
40090 \end_layout
40091
40092 \begin_layout Enumerate
40093 Create a formula outside the listing
40094 \end_layout
40095
40096 \begin_layout Enumerate
40097 Copy the content of the formula (not the formula inset) to the clipboard
40098  (shortcut 
40099 \begin_inset Info
40100 type  "shortcut"
40101 arg   "copy"
40102 \end_inset
40103
40104 )
40105 \end_layout
40106
40107 \begin_layout Enumerate
40108 In the listing write 
40109 \begin_inset Quotes eld
40110 \end_inset
40111
40112
40113 \family sans
40114 $$
40115 \family default
40116
40117 \begin_inset Quotes erd
40118 \end_inset
40119
40120  and copy from the clipboard between the dollar-signs (shortcut 
40121 \begin_inset Info
40122 type  "shortcut"
40123 arg   "paste"
40124 \end_inset
40125
40126 )
40127 \end_layout
40128
40129 \begin_layout Standard
40130 \begin_inset listings
40131 lstparams "language=Python,mathescape=true"
40132 inline false
40133 status open
40134
40135 \begin_layout Plain Layout
40136
40137 \begin_inset Caption Standard
40138
40139 \begin_layout Plain Layout
40140 Example Listing float containing a formula
40141 \end_layout
40142
40143 \end_inset
40144
40145 # Example listing float
40146 \end_layout
40147
40148 \begin_layout Plain Layout
40149
40150 def func(param):
40151 \end_layout
40152
40153 \begin_layout Plain Layout
40154
40155     # $
40156 \backslash
40157 prod_{n=1}^{
40158 \backslash
40159 infty}
40160 \backslash
40161 ,
40162 \backslash
40163 frac{1}{x^{2}}$
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 \begin_inset VSpace bigskip
40178 \end_inset
40179
40180
40181 \end_layout
40182
40183 \begin_layout Standard
40184 Global listings settings can be set in the 
40185 \family sans
40186 Document\SpecialChar \menuseparator
40187 Settings\SpecialChar \menuseparator
40188 Listings
40189 \family default
40190  dialog.
40191  To get there a list of available options, type in a question mark 
40192 \begin_inset Quotes eld
40193 \end_inset
40194
40195 ?
40196 \begin_inset Quotes erd
40197 \end_inset
40198
40199 .
40200 \end_layout
40201
40202 \begin_layout Standard
40203 For more information about the 
40204 \series bold
40205 listings
40206 \series default
40207  package, we refer to its documentation 
40208 \begin_inset CommandInset citation
40209 LatexCommand cite
40210 key "listings"
40211
40212 \end_inset
40213
40214 .
40215 \end_layout
40216
40217 \begin_layout Standard
40218 \begin_inset Newpage newpage
40219 \end_inset
40220
40221
40222 \end_layout
40223
40224 \begin_layout Chapter
40225 \start_of_appendix
40226 Units available in LyX
40227 \begin_inset Index idx
40228 status collapsed
40229
40230 \begin_layout Plain Layout
40231 Units
40232 \end_layout
40233
40234 \end_inset
40235
40236
40237 \begin_inset CommandInset label
40238 LatexCommand label
40239 name "cha:Units-available-in"
40240
40241 \end_inset
40242
40243
40244 \end_layout
40245
40246 \begin_layout Standard
40247 To understand the units described in this documentation, Table
40248 \begin_inset space ~
40249 \end_inset
40250
40251
40252 \begin_inset CommandInset ref
40253 LatexCommand ref
40254 reference "tab:Units"
40255
40256 \end_inset
40257
40258  explains all units available in LyX.
40259 \end_layout
40260
40261 \begin_layout Standard
40262 \begin_inset Float table
40263 placement h
40264 wide false
40265 sideways false
40266 status open
40267
40268 \begin_layout Plain Layout
40269 \begin_inset Caption Standard
40270
40271 \begin_layout Plain Layout
40272 \begin_inset CommandInset label
40273 LatexCommand label
40274 name "tab:Units"
40275
40276 \end_inset
40277
40278 Units
40279 \end_layout
40280
40281 \end_inset
40282
40283
40284 \end_layout
40285
40286 \begin_layout Plain Layout
40287 \begin_inset VSpace medskip
40288 \end_inset
40289
40290
40291 \end_layout
40292
40293 \begin_layout Plain Layout
40294 \align center
40295 \begin_inset Tabular
40296 <lyxtabular version="3" rows="20" columns="2">
40297 <features rotate="0" tabularvalignment="middle">
40298 <column alignment="center" valignment="top" width="0">
40299 <column alignment="center" valignment="top" width="0">
40300 <row>
40301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40302 \begin_inset Text
40303
40304 \begin_layout Plain Layout
40305 unit
40306 \end_layout
40307
40308 \end_inset
40309 </cell>
40310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40311 \begin_inset Text
40312
40313 \begin_layout Plain Layout
40314 name/description
40315 \end_layout
40316
40317 \end_inset
40318 </cell>
40319 </row>
40320 <row>
40321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40322 \begin_inset Text
40323
40324 \begin_layout Plain Layout
40325 mm
40326 \end_layout
40327
40328 \end_inset
40329 </cell>
40330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40331 \begin_inset Text
40332
40333 \begin_layout Plain Layout
40334 millimeter
40335 \end_layout
40336
40337 \end_inset
40338 </cell>
40339 </row>
40340 <row>
40341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40342 \begin_inset Text
40343
40344 \begin_layout Plain Layout
40345 cm
40346 \end_layout
40347
40348 \end_inset
40349 </cell>
40350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40351 \begin_inset Text
40352
40353 \begin_layout Plain Layout
40354 centimeter
40355 \end_layout
40356
40357 \end_inset
40358 </cell>
40359 </row>
40360 <row>
40361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40362 \begin_inset Text
40363
40364 \begin_layout Plain Layout
40365 in
40366 \end_layout
40367
40368 \end_inset
40369 </cell>
40370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40371 \begin_inset Text
40372
40373 \begin_layout Plain Layout
40374 inch
40375 \end_layout
40376
40377 \end_inset
40378 </cell>
40379 </row>
40380 <row>
40381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40382 \begin_inset Text
40383
40384 \begin_layout Plain Layout
40385 pt
40386 \end_layout
40387
40388 \end_inset
40389 </cell>
40390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40391 \begin_inset Text
40392
40393 \begin_layout Plain Layout
40394 point (72.27
40395 \begin_inset space \thinspace{}
40396 \end_inset
40397
40398 pt = 1
40399 \begin_inset space \thinspace{}
40400 \end_inset
40401
40402 in)
40403 \end_layout
40404
40405 \end_inset
40406 </cell>
40407 </row>
40408 <row>
40409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40410 \begin_inset Text
40411
40412 \begin_layout Plain Layout
40413 pc
40414 \end_layout
40415
40416 \end_inset
40417 </cell>
40418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40419 \begin_inset Text
40420
40421 \begin_layout Plain Layout
40422 pica (1
40423 \begin_inset space \thinspace{}
40424 \end_inset
40425
40426 pc = 12
40427 \begin_inset space \thinspace{}
40428 \end_inset
40429
40430 pt)
40431 \end_layout
40432
40433 \end_inset
40434 </cell>
40435 </row>
40436 <row>
40437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40438 \begin_inset Text
40439
40440 \begin_layout Plain Layout
40441 sp
40442 \end_layout
40443
40444 \end_inset
40445 </cell>
40446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40447 \begin_inset Text
40448
40449 \begin_layout Plain Layout
40450 scaled point (65536
40451 \begin_inset space \thinspace{}
40452 \end_inset
40453
40454 sp = 1
40455 \begin_inset space \thinspace{}
40456 \end_inset
40457
40458 pt)
40459 \end_layout
40460
40461 \end_inset
40462 </cell>
40463 </row>
40464 <row>
40465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40466 \begin_inset Text
40467
40468 \begin_layout Plain Layout
40469 bp
40470 \end_layout
40471
40472 \end_inset
40473 </cell>
40474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40475 \begin_inset Text
40476
40477 \begin_layout Plain Layout
40478 big point (72
40479 \begin_inset space \thinspace{}
40480 \end_inset
40481
40482 bp = 1
40483 \begin_inset space \thinspace{}
40484 \end_inset
40485
40486 in)
40487 \end_layout
40488
40489 \end_inset
40490 </cell>
40491 </row>
40492 <row>
40493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40494 \begin_inset Text
40495
40496 \begin_layout Plain Layout
40497 dd
40498 \end_layout
40499
40500 \end_inset
40501 </cell>
40502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40503 \begin_inset Text
40504
40505 \begin_layout Plain Layout
40506 didot (1
40507 \begin_inset space \thinspace{}
40508 \end_inset
40509
40510 dd 
40511 \begin_inset Formula $\approx$
40512 \end_inset
40513
40514  0.376
40515 \begin_inset space \thinspace{}
40516 \end_inset
40517
40518 mm)
40519 \end_layout
40520
40521 \end_inset
40522 </cell>
40523 </row>
40524 <row>
40525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40526 \begin_inset Text
40527
40528 \begin_layout Plain Layout
40529 cc
40530 \end_layout
40531
40532 \end_inset
40533 </cell>
40534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40535 \begin_inset Text
40536
40537 \begin_layout Plain Layout
40538 cicero (1
40539 \begin_inset space \thinspace{}
40540 \end_inset
40541
40542 cc = 12
40543 \begin_inset space \thinspace{}
40544 \end_inset
40545
40546 dd)
40547 \end_layout
40548
40549 \end_inset
40550 </cell>
40551 </row>
40552 <row>
40553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40554 \begin_inset Text
40555
40556 \begin_layout Plain Layout
40557 Scale%
40558 \end_layout
40559
40560 \end_inset
40561 </cell>
40562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40563 \begin_inset Text
40564
40565 \begin_layout Plain Layout
40566 % of original image width
40567 \end_layout
40568
40569 \end_inset
40570 </cell>
40571 </row>
40572 <row>
40573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40574 \begin_inset Text
40575
40576 \begin_layout Plain Layout
40577 text%
40578 \end_layout
40579
40580 \end_inset
40581 </cell>
40582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40583 \begin_inset Text
40584
40585 \begin_layout Plain Layout
40586 % of text width
40587 \end_layout
40588
40589 \end_inset
40590 </cell>
40591 </row>
40592 <row>
40593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40594 \begin_inset Text
40595
40596 \begin_layout Plain Layout
40597 col%
40598 \end_layout
40599
40600 \end_inset
40601 </cell>
40602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40603 \begin_inset Text
40604
40605 \begin_layout Plain Layout
40606 % of column width
40607 \end_layout
40608
40609 \end_inset
40610 </cell>
40611 </row>
40612 <row>
40613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40614 \begin_inset Text
40615
40616 \begin_layout Plain Layout
40617 page%
40618 \end_layout
40619
40620 \end_inset
40621 </cell>
40622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40623 \begin_inset Text
40624
40625 \begin_layout Plain Layout
40626 % of paper width
40627 \end_layout
40628
40629 \end_inset
40630 </cell>
40631 </row>
40632 <row>
40633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40634 \begin_inset Text
40635
40636 \begin_layout Plain Layout
40637 line%
40638 \end_layout
40639
40640 \end_inset
40641 </cell>
40642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40643 \begin_inset Text
40644
40645 \begin_layout Plain Layout
40646 % of line width
40647 \end_layout
40648
40649 \end_inset
40650 </cell>
40651 </row>
40652 <row>
40653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40654 \begin_inset Text
40655
40656 \begin_layout Plain Layout
40657 theight%
40658 \end_layout
40659
40660 \end_inset
40661 </cell>
40662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40663 \begin_inset Text
40664
40665 \begin_layout Plain Layout
40666 % of text height
40667 \end_layout
40668
40669 \end_inset
40670 </cell>
40671 </row>
40672 <row>
40673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40674 \begin_inset Text
40675
40676 \begin_layout Plain Layout
40677 pheight%
40678 \end_layout
40679
40680 \end_inset
40681 </cell>
40682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40683 \begin_inset Text
40684
40685 \begin_layout Plain Layout
40686 % of paper height
40687 \end_layout
40688
40689 \end_inset
40690 </cell>
40691 </row>
40692 <row>
40693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40694 \begin_inset Text
40695
40696 \begin_layout Plain Layout
40697 ex
40698 \end_layout
40699
40700 \end_inset
40701 </cell>
40702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40703 \begin_inset Text
40704
40705 \begin_layout Plain Layout
40706 height of letter 
40707 \emph on
40708 x
40709 \emph default
40710  in current font
40711 \end_layout
40712
40713 \end_inset
40714 </cell>
40715 </row>
40716 <row>
40717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40718 \begin_inset Text
40719
40720 \begin_layout Plain Layout
40721 em
40722 \end_layout
40723
40724 \end_inset
40725 </cell>
40726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40727 \begin_inset Text
40728
40729 \begin_layout Plain Layout
40730 width of letter 
40731 \emph on
40732 M
40733 \emph default
40734  in current font
40735 \end_layout
40736
40737 \end_inset
40738 </cell>
40739 </row>
40740 <row>
40741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40742 \begin_inset Text
40743
40744 \begin_layout Plain Layout
40745 mu
40746 \end_layout
40747
40748 \end_inset
40749 </cell>
40750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40751 \begin_inset Text
40752
40753 \begin_layout Plain Layout
40754 math unit (1
40755 \begin_inset space \thinspace{}
40756 \end_inset
40757
40758 mu = 1/18
40759 \begin_inset space \thinspace{}
40760 \end_inset
40761
40762 em)
40763 \end_layout
40764
40765 \end_inset
40766 </cell>
40767 </row>
40768 </lyxtabular>
40769
40770 \end_inset
40771
40772
40773 \end_layout
40774
40775 \end_inset
40776
40777
40778 \end_layout
40779
40780 \begin_layout Chapter
40781 Output File Formats with Graphics
40782 \begin_inset CommandInset label
40783 LatexCommand label
40784 name "cha:Output-File-Formats"
40785
40786 \end_inset
40787
40788
40789 \end_layout
40790
40791 \begin_layout Section
40792 DVI
40793 \begin_inset Index idx
40794 status collapsed
40795
40796 \begin_layout Plain Layout
40797 File Formats ! DVI
40798 \end_layout
40799
40800 \end_inset
40801
40802
40803 \begin_inset Index idx
40804 status collapsed
40805
40806 \begin_layout Plain Layout
40807 DVI|see
40808 \begin_inset ERT
40809 status collapsed
40810
40811 \begin_layout Plain Layout
40812
40813 {
40814 \end_layout
40815
40816 \end_inset
40817
40818 File Formats
40819 \begin_inset ERT
40820 status collapsed
40821
40822 \begin_layout Plain Layout
40823
40824 }
40825 \end_layout
40826
40827 \end_inset
40828
40829
40830 \end_layout
40831
40832 \end_inset
40833
40834
40835 \end_layout
40836
40837 \begin_layout Standard
40838 This file type has the extension 
40839 \begin_inset Quotes eld
40840 \end_inset
40841
40842
40843 \family typewriter
40844 .dvi
40845 \family default
40846
40847 \begin_inset Quotes erd
40848 \end_inset
40849
40850 .
40851  It is called 
40852 \begin_inset Quotes eld
40853 \end_inset
40854
40855 device-independent
40856 \begin_inset Quotes erd
40857 \end_inset
40858
40859  (DVI), because it is completely portable; you can move them from one machine
40860  to another without needing to do any sort of conversion.
40861  At the time when this file-format was developed, this was no matter of
40862  course.
40863  DVIs are used for quick previews and as pre-stage for other output formats,
40864  like PostScript.
40865 \end_layout
40866
40867 \begin_layout Standard
40868 \begin_inset Note Greyedout
40869 status open
40870
40871 \begin_layout Plain Layout
40872
40873 \series bold
40874 Note:
40875 \series default
40876  DVI-files do not contain images; they will only be a linked.
40877 \end_layout
40878
40879 \end_inset
40880
40881  So don't forget this, if you move your 
40882 \family typewriter
40883 .dvi
40884 \family default
40885  file to another computer.
40886  This property can also slow down your computer when you view the DVI, because
40887  the DVI-viewer has to convert the image in the background to make it visible
40888  when you scroll in the DVI.
40889  So it is recommended that you use PDF for files with many images.
40890 \end_layout
40891
40892 \begin_layout Standard
40893 You can export your document to DVI by using the menu 
40894 \family sans
40895 File\SpecialChar \menuseparator
40896 Export\SpecialChar \menuseparator
40897 DVI
40898 \family default
40899 .
40900  You can view your document as DVI via the 
40901 \family sans
40902 View
40903 \family default
40904  menu.
40905 \end_layout
40906
40907 \begin_layout Section
40908 PostScript
40909 \begin_inset CommandInset label
40910 LatexCommand label
40911 name "sec:PostScript"
40912
40913 \end_inset
40914
40915
40916 \begin_inset Index idx
40917 status collapsed
40918
40919 \begin_layout Plain Layout
40920 File Formats ! PostScript
40921 \end_layout
40922
40923 \end_inset
40924
40925
40926 \begin_inset Index idx
40927 status collapsed
40928
40929 \begin_layout Plain Layout
40930 PostScript|see
40931 \begin_inset ERT
40932 status collapsed
40933
40934 \begin_layout Plain Layout
40935
40936 {
40937 \end_layout
40938
40939 \end_inset
40940
40941 File Formats
40942 \begin_inset ERT
40943 status collapsed
40944
40945 \begin_layout Plain Layout
40946
40947 }
40948 \end_layout
40949
40950 \end_inset
40951
40952
40953 \end_layout
40954
40955 \end_inset
40956
40957
40958 \end_layout
40959
40960 \begin_layout Standard
40961 This file type has the extension 
40962 \begin_inset Quotes eld
40963 \end_inset
40964
40965
40966 \family typewriter
40967 .ps
40968 \family default
40969
40970 \begin_inset Quotes erd
40971 \end_inset
40972
40973 .
40974  PostScript was developed by the company 
40975 \family typewriter
40976 Adobe
40977 \family default
40978  as a printer language.
40979  The file therefore contains commands that the printer uses to print the
40980  file.
40981  PostScript can be seen as a 
40982 \begin_inset Quotes eld
40983 \end_inset
40984
40985 programming language
40986 \begin_inset Quotes erd
40987 \end_inset
40988
40989 ; you can calculate with it and draw diagrams and images
40990 \begin_inset Foot
40991 status collapsed
40992
40993 \begin_layout Plain Layout
40994 If you are interested to learn more about this, have a look at the LaTeX-package
40995  
40996 \series bold
40997 PSTricks
40998 \series default
40999  
41000 \begin_inset CommandInset citation
41001 LatexCommand cite
41002 key "pstricks"
41003
41004 \end_inset
41005
41006 .
41007 \end_layout
41008
41009 \end_inset
41010
41011 .
41012  Due to this ability, the files are often bigger than PDFs.
41013 \end_layout
41014
41015 \begin_layout Standard
41016 PostScript can only contain images in the format 
41017 \begin_inset Quotes eld
41018 \end_inset
41019
41020 Encapsulated PostScript
41021 \begin_inset Quotes erd
41022 \end_inset
41023
41024  (EPS, file extension 
41025 \begin_inset Quotes eld
41026 \end_inset
41027
41028
41029 \family typewriter
41030 .eps
41031 \family default
41032
41033 \begin_inset Quotes erd
41034 \end_inset
41035
41036 ).
41037  As LyX allows you to use any known image format in your document, it has
41038  to convert images in the background to EPS.
41039  If you have e.g.
41040 \begin_inset space ~
41041 \end_inset
41042
41043 50
41044 \begin_inset space ~
41045 \end_inset
41046
41047 images in your document, LyX has to do 50
41048 \begin_inset space ~
41049 \end_inset
41050
41051 conversions whenever you view or export your document.
41052  This will slow down your work flow with LyX drastically.
41053  So if you plan to use PostScript, you can insert your images directly as
41054  EPS to avoid this problem.
41055 \end_layout
41056
41057 \begin_layout Standard
41058 You can export your document to PostScript using the menu 
41059 \family sans
41060 File\SpecialChar \menuseparator
41061 Export\SpecialChar \menuseparator
41062 Postscript
41063 \family default
41064 .
41065  You can view your document as PostScript via the 
41066 \family sans
41067 View
41068 \family default
41069  menu.
41070 \end_layout
41071
41072 \begin_layout Section
41073 PDF
41074 \begin_inset Index idx
41075 status collapsed
41076
41077 \begin_layout Plain Layout
41078 File Formats ! PDF
41079 \end_layout
41080
41081 \end_inset
41082
41083
41084 \begin_inset Index idx
41085 status collapsed
41086
41087 \begin_layout Plain Layout
41088 PDF
41089 \end_layout
41090
41091 \end_inset
41092
41093
41094 \end_layout
41095
41096 \begin_layout Standard
41097 This file type has the extension 
41098 \begin_inset Quotes eld
41099 \end_inset
41100
41101
41102 \family typewriter
41103 .pdf
41104 \family default
41105
41106 \begin_inset Quotes erd
41107 \end_inset
41108
41109 .
41110  The 
41111 \begin_inset Quotes eld
41112 \end_inset
41113
41114 Portable Document Format
41115 \begin_inset Quotes erd
41116 \end_inset
41117
41118  (PDF) was developed by 
41119 \family typewriter
41120 Adobe
41121 \family default
41122  as a derivative of PostScript.
41123  It is more compressed and it uses fewer commands than PostScript.
41124  As the name 
41125 \begin_inset Quotes eld
41126 \end_inset
41127
41128 portable
41129 \begin_inset Quotes erd
41130 \end_inset
41131
41132  implies, it can be processed at any computer system and the printed output
41133  looks exactly the same.
41134 \end_layout
41135
41136 \begin_layout Standard
41137 PDF can contain images in its own PDF format, in the format 
41138 \begin_inset Quotes eld
41139 \end_inset
41140
41141 Joint Photographic Experts Group
41142 \begin_inset Quotes erd
41143 \end_inset
41144
41145  (JPG, file extension 
41146 \begin_inset Quotes eld
41147 \end_inset
41148
41149
41150 \family typewriter
41151 .jpg
41152 \family default
41153
41154 \begin_inset Quotes erd
41155 \end_inset
41156
41157  or 
41158 \begin_inset Quotes eld
41159 \end_inset
41160
41161
41162 \family typewriter
41163 .jpeg
41164 \family default
41165
41166 \begin_inset Quotes erd
41167 \end_inset
41168
41169 ), and in the format 
41170 \begin_inset Quotes eld
41171 \end_inset
41172
41173 Portable Network Graphics
41174 \begin_inset Quotes erd
41175 \end_inset
41176
41177  (PNG, file extension 
41178 \begin_inset Quotes eld
41179 \end_inset
41180
41181
41182 \family typewriter
41183 .png
41184 \family default
41185
41186 \begin_inset Quotes erd
41187 \end_inset
41188
41189 ).
41190  Nevertheless you can use any other image format, because LyX converts them
41191  in the background to one of these formats.
41192  But as described in the section about PostScript, the image conversion
41193  will slow down your work flow.
41194  So it is recommended that you use images in one of the three mentioned
41195  formats.
41196 \end_layout
41197
41198 \begin_layout Standard
41199 You can export your document to PDF via the menu 
41200 \family sans
41201 File\SpecialChar \menuseparator
41202 Export
41203 \family default
41204  in three different ways:
41205 \end_layout
41206
41207 \begin_layout Description
41208 PDF
41209 \begin_inset space ~
41210 \end_inset
41211
41212 (ps2pdf) This uses the program 
41213 \family typewriter
41214 ps2pdf
41215 \family default
41216  that creates a PDF from a PostScript-version of your file.
41217  The PostScript-version is produced by the program 
41218 \family typewriter
41219 dvips
41220 \family default
41221  which uses a DVI-version as intermediate step.
41222  So this export variant consists of three conversions.
41223 \end_layout
41224
41225 \begin_layout Description
41226 PDF
41227 \begin_inset space ~
41228 \end_inset
41229
41230 (dvipdfm) This uses the program 
41231 \family typewriter
41232 dvipdfm
41233 \family default
41234  that converts your file in the background to DVI and in a second step to
41235  PDF.
41236 \end_layout
41237
41238 \begin_layout Description
41239 PDF
41240 \begin_inset space ~
41241 \end_inset
41242
41243 (pdflatex) This uses the program 
41244 \family typewriter
41245 pdftex
41246 \family default
41247  that converts your file directly to PDF.
41248 \end_layout
41249
41250 \begin_layout Standard
41251 It is recommended that you use 
41252 \family sans
41253 PDF
41254 \begin_inset space ~
41255 \end_inset
41256
41257 (pdflatex)
41258 \family default
41259  because 
41260 \family typewriter
41261 pdftex
41262 \family default
41263  supports all features of actual PDF-versions, is quick and works stable.
41264  The program 
41265 \family typewriter
41266 dvipdfm
41267 \family default
41268  is not under development and therefore a bit outdated.
41269 \end_layout
41270
41271 \begin_layout Standard
41272 You can view your document as PDF via the 
41273 \family sans
41274 View
41275 \family default
41276  menu or by using a toolbar button.
41277 \end_layout
41278
41279 \begin_layout Chapter
41280 List of dvips color names
41281 \begin_inset CommandInset label
41282 LatexCommand label
41283 name "chap:List-of-dvips-colornames"
41284
41285 \end_inset
41286
41287
41288 \end_layout
41289
41290 \begin_layout Standard
41291 \begin_inset Tabular
41292 <lyxtabular version="3" rows="17" columns="4">
41293 <features rotate="0" tabularvalignment="middle">
41294 <column alignment="left" valignment="top" width="0pt">
41295 <column alignment="left" valignment="top" width="0pt">
41296 <column alignment="left" valignment="top" width="0pt">
41297 <column alignment="left" valignment="top" width="0pt">
41298 <row>
41299 <cell alignment="left" valignment="top" usebox="none">
41300 \begin_inset Text
41301
41302 \begin_layout Plain Layout
41303 \begin_inset ERT
41304 status collapsed
41305
41306 \begin_layout Plain Layout
41307
41308
41309 \backslash
41310 fcolorbox{black}{
41311 \end_layout
41312
41313 \end_inset
41314
41315 white
41316 \begin_inset ERT
41317 status collapsed
41318
41319 \begin_layout Plain Layout
41320
41321 }{
41322 \end_layout
41323
41324 \end_inset
41325
41326 Color
41327 \begin_inset ERT
41328 status collapsed
41329
41330 \begin_layout Plain Layout
41331
41332 }
41333 \end_layout
41334
41335 \end_inset
41336
41337  Color name
41338 \end_layout
41339
41340 \end_inset
41341 </cell>
41342 <cell alignment="left" valignment="top" usebox="none">
41343 \begin_inset Text
41344
41345 \begin_layout Plain Layout
41346 \begin_inset ERT
41347 status collapsed
41348
41349 \begin_layout Plain Layout
41350
41351
41352 \backslash
41353 fcolorbox{black}{
41354 \end_layout
41355
41356 \end_inset
41357
41358 white
41359 \begin_inset ERT
41360 status collapsed
41361
41362 \begin_layout Plain Layout
41363
41364 }{
41365 \end_layout
41366
41367 \end_inset
41368
41369 Color
41370 \begin_inset ERT
41371 status collapsed
41372
41373 \begin_layout Plain Layout
41374
41375 }
41376 \end_layout
41377
41378 \end_inset
41379
41380  Color name
41381 \end_layout
41382
41383 \end_inset
41384 </cell>
41385 <cell alignment="left" valignment="top" usebox="none">
41386 \begin_inset Text
41387
41388 \begin_layout Plain Layout
41389 \begin_inset ERT
41390 status collapsed
41391
41392 \begin_layout Plain Layout
41393
41394
41395 \backslash
41396 fcolorbox{black}{
41397 \end_layout
41398
41399 \end_inset
41400
41401 white
41402 \begin_inset ERT
41403 status collapsed
41404
41405 \begin_layout Plain Layout
41406
41407 }{
41408 \end_layout
41409
41410 \end_inset
41411
41412 Color
41413 \begin_inset ERT
41414 status collapsed
41415
41416 \begin_layout Plain Layout
41417
41418 }
41419 \end_layout
41420
41421 \end_inset
41422
41423  Color name
41424 \end_layout
41425
41426 \end_inset
41427 </cell>
41428 <cell alignment="left" valignment="top" usebox="none">
41429 \begin_inset Text
41430
41431 \begin_layout Plain Layout
41432 \begin_inset ERT
41433 status collapsed
41434
41435 \begin_layout Plain Layout
41436
41437
41438 \backslash
41439 fcolorbox{black}{
41440 \end_layout
41441
41442 \end_inset
41443
41444 white
41445 \begin_inset ERT
41446 status collapsed
41447
41448 \begin_layout Plain Layout
41449
41450 }{
41451 \end_layout
41452
41453 \end_inset
41454
41455 Color
41456 \begin_inset ERT
41457 status collapsed
41458
41459 \begin_layout Plain Layout
41460
41461 }
41462 \end_layout
41463
41464 \end_inset
41465
41466  Color name
41467 \end_layout
41468
41469 \end_inset
41470 </cell>
41471 </row>
41472 <row>
41473 <cell alignment="center" valignment="top" usebox="none">
41474 \begin_inset Text
41475
41476 \begin_layout Plain Layout
41477 \begin_inset ERT
41478 status collapsed
41479
41480 \begin_layout Plain Layout
41481
41482
41483 \backslash
41484 fcolorbox{black}{
41485 \end_layout
41486
41487 \end_inset
41488
41489 Apricot
41490 \begin_inset ERT
41491 status collapsed
41492
41493 \begin_layout Plain Layout
41494
41495 }{
41496 \end_layout
41497
41498 \end_inset
41499
41500
41501 \begin_inset Phantom Phantom
41502 status open
41503
41504 \begin_layout Plain Layout
41505 W
41506 \end_layout
41507
41508 \end_inset
41509
41510
41511 \begin_inset ERT
41512 status collapsed
41513
41514 \begin_layout Plain Layout
41515
41516 }
41517 \end_layout
41518
41519 \end_inset
41520
41521  Apricot
41522 \end_layout
41523
41524 \end_inset
41525 </cell>
41526 <cell alignment="center" valignment="top" usebox="none">
41527 \begin_inset Text
41528
41529 \begin_layout Plain Layout
41530 \begin_inset ERT
41531 status collapsed
41532
41533 \begin_layout Plain Layout
41534
41535
41536 \backslash
41537 fcolorbox{black}{
41538 \end_layout
41539
41540 \end_inset
41541
41542 Aquamarine
41543 \begin_inset ERT
41544 status collapsed
41545
41546 \begin_layout Plain Layout
41547
41548 }{
41549 \end_layout
41550
41551 \end_inset
41552
41553
41554 \begin_inset Phantom Phantom
41555 status open
41556
41557 \begin_layout Plain Layout
41558 W
41559 \end_layout
41560
41561 \end_inset
41562
41563
41564 \begin_inset ERT
41565 status collapsed
41566
41567 \begin_layout Plain Layout
41568
41569 }
41570 \end_layout
41571
41572 \end_inset
41573
41574  Aquamarine
41575 \end_layout
41576
41577 \end_inset
41578 </cell>
41579 <cell alignment="center" valignment="top" usebox="none">
41580 \begin_inset Text
41581
41582 \begin_layout Plain Layout
41583 \begin_inset ERT
41584 status collapsed
41585
41586 \begin_layout Plain Layout
41587
41588
41589 \backslash
41590 fcolorbox{black}{
41591 \end_layout
41592
41593 \end_inset
41594
41595 Bittersweet
41596 \begin_inset ERT
41597 status collapsed
41598
41599 \begin_layout Plain Layout
41600
41601 }{
41602 \end_layout
41603
41604 \end_inset
41605
41606
41607 \begin_inset Phantom Phantom
41608 status open
41609
41610 \begin_layout Plain Layout
41611 W
41612 \end_layout
41613
41614 \end_inset
41615
41616
41617 \begin_inset ERT
41618 status collapsed
41619
41620 \begin_layout Plain Layout
41621
41622 }
41623 \end_layout
41624
41625 \end_inset
41626
41627  Bittersweet
41628 \end_layout
41629
41630 \end_inset
41631 </cell>
41632 <cell alignment="center" valignment="top" usebox="none">
41633 \begin_inset Text
41634
41635 \begin_layout Plain Layout
41636 \begin_inset ERT
41637 status collapsed
41638
41639 \begin_layout Plain Layout
41640
41641
41642 \backslash
41643 fcolorbox{black}{
41644 \end_layout
41645
41646 \end_inset
41647
41648 BlueGreen
41649 \begin_inset ERT
41650 status collapsed
41651
41652 \begin_layout Plain Layout
41653
41654 }{
41655 \end_layout
41656
41657 \end_inset
41658
41659
41660 \begin_inset Phantom Phantom
41661 status open
41662
41663 \begin_layout Plain Layout
41664 W
41665 \end_layout
41666
41667 \end_inset
41668
41669
41670 \begin_inset ERT
41671 status collapsed
41672
41673 \begin_layout Plain Layout
41674
41675 }
41676 \end_layout
41677
41678 \end_inset
41679
41680  BlueGreen
41681 \end_layout
41682
41683 \end_inset
41684 </cell>
41685 </row>
41686 <row>
41687 <cell alignment="left" valignment="top" usebox="none">
41688 \begin_inset Text
41689
41690 \begin_layout Plain Layout
41691 \begin_inset ERT
41692 status collapsed
41693
41694 \begin_layout Plain Layout
41695
41696
41697 \backslash
41698 fcolorbox{black}{
41699 \end_layout
41700
41701 \end_inset
41702
41703 BlueViolet
41704 \begin_inset ERT
41705 status collapsed
41706
41707 \begin_layout Plain Layout
41708
41709 }{
41710 \end_layout
41711
41712 \end_inset
41713
41714
41715 \begin_inset Phantom Phantom
41716 status open
41717
41718 \begin_layout Plain Layout
41719 W
41720 \end_layout
41721
41722 \end_inset
41723
41724
41725 \begin_inset ERT
41726 status collapsed
41727
41728 \begin_layout Plain Layout
41729
41730 }
41731 \end_layout
41732
41733 \end_inset
41734
41735  BlueViolet
41736 \end_layout
41737
41738 \end_inset
41739 </cell>
41740 <cell alignment="left" valignment="top" usebox="none">
41741 \begin_inset Text
41742
41743 \begin_layout Plain Layout
41744 \begin_inset ERT
41745 status collapsed
41746
41747 \begin_layout Plain Layout
41748
41749
41750 \backslash
41751 fcolorbox{black}{
41752 \end_layout
41753
41754 \end_inset
41755
41756 BrickRed
41757 \begin_inset ERT
41758 status collapsed
41759
41760 \begin_layout Plain Layout
41761
41762 }{
41763 \end_layout
41764
41765 \end_inset
41766
41767
41768 \begin_inset Phantom Phantom
41769 status open
41770
41771 \begin_layout Plain Layout
41772 W
41773 \end_layout
41774
41775 \end_inset
41776
41777
41778 \begin_inset ERT
41779 status collapsed
41780
41781 \begin_layout Plain Layout
41782
41783 }
41784 \end_layout
41785
41786 \end_inset
41787
41788  BrickRed
41789 \end_layout
41790
41791 \end_inset
41792 </cell>
41793 <cell alignment="left" valignment="top" usebox="none">
41794 \begin_inset Text
41795
41796 \begin_layout Plain Layout
41797 \begin_inset ERT
41798 status collapsed
41799
41800 \begin_layout Plain Layout
41801
41802
41803 \backslash
41804 fcolorbox{black}{
41805 \end_layout
41806
41807 \end_inset
41808
41809 Brown
41810 \begin_inset ERT
41811 status collapsed
41812
41813 \begin_layout Plain Layout
41814
41815 }{
41816 \end_layout
41817
41818 \end_inset
41819
41820
41821 \begin_inset Phantom Phantom
41822 status open
41823
41824 \begin_layout Plain Layout
41825 W
41826 \end_layout
41827
41828 \end_inset
41829
41830
41831 \begin_inset ERT
41832 status collapsed
41833
41834 \begin_layout Plain Layout
41835
41836 }
41837 \end_layout
41838
41839 \end_inset
41840
41841  Brown
41842 \end_layout
41843
41844 \end_inset
41845 </cell>
41846 <cell alignment="left" valignment="top" usebox="none">
41847 \begin_inset Text
41848
41849 \begin_layout Plain Layout
41850 \begin_inset ERT
41851 status collapsed
41852
41853 \begin_layout Plain Layout
41854
41855
41856 \backslash
41857 fcolorbox{black}{
41858 \end_layout
41859
41860 \end_inset
41861
41862 BurntOrange
41863 \begin_inset ERT
41864 status collapsed
41865
41866 \begin_layout Plain Layout
41867
41868 }{
41869 \end_layout
41870
41871 \end_inset
41872
41873
41874 \begin_inset Phantom Phantom
41875 status open
41876
41877 \begin_layout Plain Layout
41878 W
41879 \end_layout
41880
41881 \end_inset
41882
41883
41884 \begin_inset ERT
41885 status collapsed
41886
41887 \begin_layout Plain Layout
41888
41889 }
41890 \end_layout
41891
41892 \end_inset
41893
41894  BurntOrange
41895 \end_layout
41896
41897 \end_inset
41898 </cell>
41899 </row>
41900 <row>
41901 <cell alignment="left" valignment="top" usebox="none">
41902 \begin_inset Text
41903
41904 \begin_layout Plain Layout
41905 \begin_inset ERT
41906 status collapsed
41907
41908 \begin_layout Plain Layout
41909
41910
41911 \backslash
41912 fcolorbox{black}{
41913 \end_layout
41914
41915 \end_inset
41916
41917 CadetBlue
41918 \begin_inset ERT
41919 status collapsed
41920
41921 \begin_layout Plain Layout
41922
41923 }{
41924 \end_layout
41925
41926 \end_inset
41927
41928
41929 \begin_inset Phantom Phantom
41930 status open
41931
41932 \begin_layout Plain Layout
41933 W
41934 \end_layout
41935
41936 \end_inset
41937
41938
41939 \begin_inset ERT
41940 status collapsed
41941
41942 \begin_layout Plain Layout
41943
41944 }
41945 \end_layout
41946
41947 \end_inset
41948
41949  CadetBlue
41950 \end_layout
41951
41952 \end_inset
41953 </cell>
41954 <cell alignment="left" valignment="top" usebox="none">
41955 \begin_inset Text
41956
41957 \begin_layout Plain Layout
41958 \begin_inset ERT
41959 status collapsed
41960
41961 \begin_layout Plain Layout
41962
41963
41964 \backslash
41965 fcolorbox{black}{
41966 \end_layout
41967
41968 \end_inset
41969
41970 CarnationPink
41971 \begin_inset ERT
41972 status collapsed
41973
41974 \begin_layout Plain Layout
41975
41976 }{
41977 \end_layout
41978
41979 \end_inset
41980
41981
41982 \begin_inset Phantom Phantom
41983 status open
41984
41985 \begin_layout Plain Layout
41986 W
41987 \end_layout
41988
41989 \end_inset
41990
41991
41992 \begin_inset ERT
41993 status collapsed
41994
41995 \begin_layout Plain Layout
41996
41997 }
41998 \end_layout
41999
42000 \end_inset
42001
42002  CarnationPink
42003 \end_layout
42004
42005 \end_inset
42006 </cell>
42007 <cell alignment="left" valignment="top" usebox="none">
42008 \begin_inset Text
42009
42010 \begin_layout Plain Layout
42011 \begin_inset ERT
42012 status collapsed
42013
42014 \begin_layout Plain Layout
42015
42016
42017 \backslash
42018 fcolorbox{black}{
42019 \end_layout
42020
42021 \end_inset
42022
42023 Cerulean
42024 \begin_inset ERT
42025 status collapsed
42026
42027 \begin_layout Plain Layout
42028
42029 }{
42030 \end_layout
42031
42032 \end_inset
42033
42034
42035 \begin_inset Phantom Phantom
42036 status open
42037
42038 \begin_layout Plain Layout
42039 W
42040 \end_layout
42041
42042 \end_inset
42043
42044
42045 \begin_inset ERT
42046 status collapsed
42047
42048 \begin_layout Plain Layout
42049
42050 }
42051 \end_layout
42052
42053 \end_inset
42054
42055  Cerulean
42056 \end_layout
42057
42058 \end_inset
42059 </cell>
42060 <cell alignment="left" valignment="top" usebox="none">
42061 \begin_inset Text
42062
42063 \begin_layout Plain Layout
42064 \begin_inset ERT
42065 status collapsed
42066
42067 \begin_layout Plain Layout
42068
42069
42070 \backslash
42071 fcolorbox{black}{
42072 \end_layout
42073
42074 \end_inset
42075
42076 CornflowerBlue
42077 \begin_inset ERT
42078 status collapsed
42079
42080 \begin_layout Plain Layout
42081
42082 }{
42083 \end_layout
42084
42085 \end_inset
42086
42087
42088 \begin_inset Phantom Phantom
42089 status open
42090
42091 \begin_layout Plain Layout
42092 W
42093 \end_layout
42094
42095 \end_inset
42096
42097
42098 \begin_inset ERT
42099 status collapsed
42100
42101 \begin_layout Plain Layout
42102
42103 }
42104 \end_layout
42105
42106 \end_inset
42107
42108  CornflowerBlue
42109 \end_layout
42110
42111 \end_inset
42112 </cell>
42113 </row>
42114 <row>
42115 <cell alignment="left" valignment="top" usebox="none">
42116 \begin_inset Text
42117
42118 \begin_layout Plain Layout
42119 \begin_inset ERT
42120 status collapsed
42121
42122 \begin_layout Plain Layout
42123
42124
42125 \backslash
42126 fcolorbox{black}{
42127 \end_layout
42128
42129 \end_inset
42130
42131 Dandelion
42132 \begin_inset ERT
42133 status collapsed
42134
42135 \begin_layout Plain Layout
42136
42137 }{
42138 \end_layout
42139
42140 \end_inset
42141
42142
42143 \begin_inset Phantom Phantom
42144 status open
42145
42146 \begin_layout Plain Layout
42147 W
42148 \end_layout
42149
42150 \end_inset
42151
42152
42153 \begin_inset ERT
42154 status collapsed
42155
42156 \begin_layout Plain Layout
42157
42158 }
42159 \end_layout
42160
42161 \end_inset
42162
42163  Dandelion
42164 \end_layout
42165
42166 \end_inset
42167 </cell>
42168 <cell alignment="left" valignment="top" usebox="none">
42169 \begin_inset Text
42170
42171 \begin_layout Plain Layout
42172 \begin_inset ERT
42173 status collapsed
42174
42175 \begin_layout Plain Layout
42176
42177
42178 \backslash
42179 fcolorbox{black}{
42180 \end_layout
42181
42182 \end_inset
42183
42184 DarkOrchid
42185 \begin_inset ERT
42186 status collapsed
42187
42188 \begin_layout Plain Layout
42189
42190 }{
42191 \end_layout
42192
42193 \end_inset
42194
42195
42196 \begin_inset Phantom Phantom
42197 status open
42198
42199 \begin_layout Plain Layout
42200 W
42201 \end_layout
42202
42203 \end_inset
42204
42205
42206 \begin_inset ERT
42207 status collapsed
42208
42209 \begin_layout Plain Layout
42210
42211 }
42212 \end_layout
42213
42214 \end_inset
42215
42216  DarkOrchid
42217 \end_layout
42218
42219 \end_inset
42220 </cell>
42221 <cell alignment="left" valignment="top" usebox="none">
42222 \begin_inset Text
42223
42224 \begin_layout Plain Layout
42225 \begin_inset ERT
42226 status collapsed
42227
42228 \begin_layout Plain Layout
42229
42230
42231 \backslash
42232 fcolorbox{black}{
42233 \end_layout
42234
42235 \end_inset
42236
42237 Emerald
42238 \begin_inset ERT
42239 status collapsed
42240
42241 \begin_layout Plain Layout
42242
42243 }{
42244 \end_layout
42245
42246 \end_inset
42247
42248
42249 \begin_inset Phantom Phantom
42250 status open
42251
42252 \begin_layout Plain Layout
42253 W
42254 \end_layout
42255
42256 \end_inset
42257
42258
42259 \begin_inset ERT
42260 status collapsed
42261
42262 \begin_layout Plain Layout
42263
42264 }
42265 \end_layout
42266
42267 \end_inset
42268
42269  Emerald
42270 \end_layout
42271
42272 \end_inset
42273 </cell>
42274 <cell alignment="left" valignment="top" usebox="none">
42275 \begin_inset Text
42276
42277 \begin_layout Plain Layout
42278 \begin_inset ERT
42279 status collapsed
42280
42281 \begin_layout Plain Layout
42282
42283
42284 \backslash
42285 fcolorbox{black}{
42286 \end_layout
42287
42288 \end_inset
42289
42290 ForestGreen
42291 \begin_inset ERT
42292 status collapsed
42293
42294 \begin_layout Plain Layout
42295
42296 }{
42297 \end_layout
42298
42299 \end_inset
42300
42301
42302 \begin_inset Phantom Phantom
42303 status open
42304
42305 \begin_layout Plain Layout
42306 W
42307 \end_layout
42308
42309 \end_inset
42310
42311
42312 \begin_inset ERT
42313 status collapsed
42314
42315 \begin_layout Plain Layout
42316
42317 }
42318 \end_layout
42319
42320 \end_inset
42321
42322  ForestGreen
42323 \end_layout
42324
42325 \end_inset
42326 </cell>
42327 </row>
42328 <row>
42329 <cell alignment="left" valignment="top" usebox="none">
42330 \begin_inset Text
42331
42332 \begin_layout Plain Layout
42333 \begin_inset ERT
42334 status collapsed
42335
42336 \begin_layout Plain Layout
42337
42338
42339 \backslash
42340 fcolorbox{black}{
42341 \end_layout
42342
42343 \end_inset
42344
42345 Fuchsia
42346 \begin_inset ERT
42347 status collapsed
42348
42349 \begin_layout Plain Layout
42350
42351 }{
42352 \end_layout
42353
42354 \end_inset
42355
42356
42357 \begin_inset Phantom Phantom
42358 status open
42359
42360 \begin_layout Plain Layout
42361 W
42362 \end_layout
42363
42364 \end_inset
42365
42366
42367 \begin_inset ERT
42368 status collapsed
42369
42370 \begin_layout Plain Layout
42371
42372 }
42373 \end_layout
42374
42375 \end_inset
42376
42377  Fuchsia
42378 \end_layout
42379
42380 \end_inset
42381 </cell>
42382 <cell alignment="left" valignment="top" usebox="none">
42383 \begin_inset Text
42384
42385 \begin_layout Plain Layout
42386 \begin_inset ERT
42387 status collapsed
42388
42389 \begin_layout Plain Layout
42390
42391
42392 \backslash
42393 fcolorbox{black}{
42394 \end_layout
42395
42396 \end_inset
42397
42398 Goldenrod
42399 \begin_inset ERT
42400 status collapsed
42401
42402 \begin_layout Plain Layout
42403
42404 }{
42405 \end_layout
42406
42407 \end_inset
42408
42409
42410 \begin_inset Phantom Phantom
42411 status open
42412
42413 \begin_layout Plain Layout
42414 W
42415 \end_layout
42416
42417 \end_inset
42418
42419
42420 \begin_inset ERT
42421 status collapsed
42422
42423 \begin_layout Plain Layout
42424
42425 }
42426 \end_layout
42427
42428 \end_inset
42429
42430  Goldenrod
42431 \end_layout
42432
42433 \end_inset
42434 </cell>
42435 <cell alignment="left" valignment="top" usebox="none">
42436 \begin_inset Text
42437
42438 \begin_layout Plain Layout
42439 \begin_inset ERT
42440 status collapsed
42441
42442 \begin_layout Plain Layout
42443
42444
42445 \backslash
42446 fcolorbox{black}{
42447 \end_layout
42448
42449 \end_inset
42450
42451 Gray
42452 \begin_inset ERT
42453 status collapsed
42454
42455 \begin_layout Plain Layout
42456
42457 }{
42458 \end_layout
42459
42460 \end_inset
42461
42462
42463 \begin_inset Phantom Phantom
42464 status open
42465
42466 \begin_layout Plain Layout
42467 W
42468 \end_layout
42469
42470 \end_inset
42471
42472
42473 \begin_inset ERT
42474 status collapsed
42475
42476 \begin_layout Plain Layout
42477
42478 }
42479 \end_layout
42480
42481 \end_inset
42482
42483  Gray
42484 \end_layout
42485
42486 \end_inset
42487 </cell>
42488 <cell alignment="left" valignment="top" usebox="none">
42489 \begin_inset Text
42490
42491 \begin_layout Plain Layout
42492 \begin_inset ERT
42493 status collapsed
42494
42495 \begin_layout Plain Layout
42496
42497
42498 \backslash
42499 fcolorbox{black}{
42500 \end_layout
42501
42502 \end_inset
42503
42504 GreenYellow
42505 \begin_inset ERT
42506 status collapsed
42507
42508 \begin_layout Plain Layout
42509
42510 }{
42511 \end_layout
42512
42513 \end_inset
42514
42515
42516 \begin_inset Phantom Phantom
42517 status open
42518
42519 \begin_layout Plain Layout
42520 W
42521 \end_layout
42522
42523 \end_inset
42524
42525
42526 \begin_inset ERT
42527 status collapsed
42528
42529 \begin_layout Plain Layout
42530
42531 }
42532 \end_layout
42533
42534 \end_inset
42535
42536  GreenYellow
42537 \end_layout
42538
42539 \end_inset
42540 </cell>
42541 </row>
42542 <row>
42543 <cell alignment="center" valignment="top" usebox="none">
42544 \begin_inset Text
42545
42546 \begin_layout Plain Layout
42547 \begin_inset ERT
42548 status collapsed
42549
42550 \begin_layout Plain Layout
42551
42552
42553 \backslash
42554 fcolorbox{black}{
42555 \end_layout
42556
42557 \end_inset
42558
42559 JungleGreen
42560 \begin_inset ERT
42561 status collapsed
42562
42563 \begin_layout Plain Layout
42564
42565 }{
42566 \end_layout
42567
42568 \end_inset
42569
42570
42571 \begin_inset Phantom Phantom
42572 status open
42573
42574 \begin_layout Plain Layout
42575 W
42576 \end_layout
42577
42578 \end_inset
42579
42580
42581 \begin_inset ERT
42582 status collapsed
42583
42584 \begin_layout Plain Layout
42585
42586 }
42587 \end_layout
42588
42589 \end_inset
42590
42591  JungleGreen
42592 \end_layout
42593
42594 \end_inset
42595 </cell>
42596 <cell alignment="center" valignment="top" usebox="none">
42597 \begin_inset Text
42598
42599 \begin_layout Plain Layout
42600 \begin_inset ERT
42601 status collapsed
42602
42603 \begin_layout Plain Layout
42604
42605
42606 \backslash
42607 fcolorbox{black}{
42608 \end_layout
42609
42610 \end_inset
42611
42612 Lavender
42613 \begin_inset ERT
42614 status collapsed
42615
42616 \begin_layout Plain Layout
42617
42618 }{
42619 \end_layout
42620
42621 \end_inset
42622
42623
42624 \begin_inset Phantom Phantom
42625 status open
42626
42627 \begin_layout Plain Layout
42628 W
42629 \end_layout
42630
42631 \end_inset
42632
42633
42634 \begin_inset ERT
42635 status collapsed
42636
42637 \begin_layout Plain Layout
42638
42639 }
42640 \end_layout
42641
42642 \end_inset
42643
42644  Lavender
42645 \end_layout
42646
42647 \end_inset
42648 </cell>
42649 <cell alignment="center" valignment="top" usebox="none">
42650 \begin_inset Text
42651
42652 \begin_layout Plain Layout
42653 \begin_inset ERT
42654 status collapsed
42655
42656 \begin_layout Plain Layout
42657
42658
42659 \backslash
42660 fcolorbox{black}{
42661 \end_layout
42662
42663 \end_inset
42664
42665 LimeGreen
42666 \begin_inset ERT
42667 status collapsed
42668
42669 \begin_layout Plain Layout
42670
42671 }{
42672 \end_layout
42673
42674 \end_inset
42675
42676
42677 \begin_inset Phantom Phantom
42678 status open
42679
42680 \begin_layout Plain Layout
42681 W
42682 \end_layout
42683
42684 \end_inset
42685
42686
42687 \begin_inset ERT
42688 status collapsed
42689
42690 \begin_layout Plain Layout
42691
42692 }
42693 \end_layout
42694
42695 \end_inset
42696
42697  LimeGreen
42698 \end_layout
42699
42700 \end_inset
42701 </cell>
42702 <cell alignment="center" valignment="top" usebox="none">
42703 \begin_inset Text
42704
42705 \begin_layout Plain Layout
42706 \begin_inset ERT
42707 status collapsed
42708
42709 \begin_layout Plain Layout
42710
42711
42712 \backslash
42713 fcolorbox{black}{
42714 \end_layout
42715
42716 \end_inset
42717
42718 Mahogany
42719 \begin_inset ERT
42720 status collapsed
42721
42722 \begin_layout Plain Layout
42723
42724 }{
42725 \end_layout
42726
42727 \end_inset
42728
42729
42730 \begin_inset Phantom Phantom
42731 status open
42732
42733 \begin_layout Plain Layout
42734 W
42735 \end_layout
42736
42737 \end_inset
42738
42739
42740 \begin_inset ERT
42741 status collapsed
42742
42743 \begin_layout Plain Layout
42744
42745 }
42746 \end_layout
42747
42748 \end_inset
42749
42750  Mahogany
42751 \end_layout
42752
42753 \end_inset
42754 </cell>
42755 </row>
42756 <row>
42757 <cell alignment="left" valignment="top" usebox="none">
42758 \begin_inset Text
42759
42760 \begin_layout Plain Layout
42761 \begin_inset ERT
42762 status collapsed
42763
42764 \begin_layout Plain Layout
42765
42766
42767 \backslash
42768 fcolorbox{black}{
42769 \end_layout
42770
42771 \end_inset
42772
42773 Mahogany
42774 \begin_inset ERT
42775 status collapsed
42776
42777 \begin_layout Plain Layout
42778
42779 }{
42780 \end_layout
42781
42782 \end_inset
42783
42784
42785 \begin_inset Phantom Phantom
42786 status open
42787
42788 \begin_layout Plain Layout
42789 W
42790 \end_layout
42791
42792 \end_inset
42793
42794
42795 \begin_inset ERT
42796 status collapsed
42797
42798 \begin_layout Plain Layout
42799
42800 }
42801 \end_layout
42802
42803 \end_inset
42804
42805  Mahogany
42806 \end_layout
42807
42808 \end_inset
42809 </cell>
42810 <cell alignment="left" valignment="top" usebox="none">
42811 \begin_inset Text
42812
42813 \begin_layout Plain Layout
42814 \begin_inset ERT
42815 status collapsed
42816
42817 \begin_layout Plain Layout
42818
42819
42820 \backslash
42821 fcolorbox{black}{
42822 \end_layout
42823
42824 \end_inset
42825
42826 Maroon
42827 \begin_inset ERT
42828 status collapsed
42829
42830 \begin_layout Plain Layout
42831
42832 }{
42833 \end_layout
42834
42835 \end_inset
42836
42837
42838 \begin_inset Phantom Phantom
42839 status open
42840
42841 \begin_layout Plain Layout
42842 W
42843 \end_layout
42844
42845 \end_inset
42846
42847
42848 \begin_inset ERT
42849 status collapsed
42850
42851 \begin_layout Plain Layout
42852
42853 }
42854 \end_layout
42855
42856 \end_inset
42857
42858  Maroon
42859 \end_layout
42860
42861 \end_inset
42862 </cell>
42863 <cell alignment="left" valignment="top" usebox="none">
42864 \begin_inset Text
42865
42866 \begin_layout Plain Layout
42867 \begin_inset ERT
42868 status collapsed
42869
42870 \begin_layout Plain Layout
42871
42872
42873 \backslash
42874 fcolorbox{black}{
42875 \end_layout
42876
42877 \end_inset
42878
42879 Melon
42880 \begin_inset ERT
42881 status collapsed
42882
42883 \begin_layout Plain Layout
42884
42885 }{
42886 \end_layout
42887
42888 \end_inset
42889
42890
42891 \begin_inset Phantom Phantom
42892 status open
42893
42894 \begin_layout Plain Layout
42895 W
42896 \end_layout
42897
42898 \end_inset
42899
42900
42901 \begin_inset ERT
42902 status collapsed
42903
42904 \begin_layout Plain Layout
42905
42906 }
42907 \end_layout
42908
42909 \end_inset
42910
42911  Melon
42912 \end_layout
42913
42914 \end_inset
42915 </cell>
42916 <cell alignment="left" valignment="top" usebox="none">
42917 \begin_inset Text
42918
42919 \begin_layout Plain Layout
42920 \begin_inset ERT
42921 status collapsed
42922
42923 \begin_layout Plain Layout
42924
42925
42926 \backslash
42927 fcolorbox{black}{
42928 \end_layout
42929
42930 \end_inset
42931
42932 MidnightBlue
42933 \begin_inset ERT
42934 status collapsed
42935
42936 \begin_layout Plain Layout
42937
42938 }{
42939 \end_layout
42940
42941 \end_inset
42942
42943
42944 \begin_inset Phantom Phantom
42945 status open
42946
42947 \begin_layout Plain Layout
42948 W
42949 \end_layout
42950
42951 \end_inset
42952
42953
42954 \begin_inset ERT
42955 status collapsed
42956
42957 \begin_layout Plain Layout
42958
42959 }
42960 \end_layout
42961
42962 \end_inset
42963
42964  MidnightBlue
42965 \end_layout
42966
42967 \end_inset
42968 </cell>
42969 </row>
42970 <row>
42971 <cell alignment="left" valignment="top" usebox="none">
42972 \begin_inset Text
42973
42974 \begin_layout Plain Layout
42975 \begin_inset ERT
42976 status collapsed
42977
42978 \begin_layout Plain Layout
42979
42980
42981 \backslash
42982 fcolorbox{black}{
42983 \end_layout
42984
42985 \end_inset
42986
42987 Mulberry
42988 \begin_inset ERT
42989 status collapsed
42990
42991 \begin_layout Plain Layout
42992
42993 }{
42994 \end_layout
42995
42996 \end_inset
42997
42998
42999 \begin_inset Phantom Phantom
43000 status open
43001
43002 \begin_layout Plain Layout
43003 W
43004 \end_layout
43005
43006 \end_inset
43007
43008
43009 \begin_inset ERT
43010 status collapsed
43011
43012 \begin_layout Plain Layout
43013
43014 }
43015 \end_layout
43016
43017 \end_inset
43018
43019  Mulberry
43020 \end_layout
43021
43022 \end_inset
43023 </cell>
43024 <cell alignment="left" valignment="top" usebox="none">
43025 \begin_inset Text
43026
43027 \begin_layout Plain Layout
43028 \begin_inset ERT
43029 status collapsed
43030
43031 \begin_layout Plain Layout
43032
43033
43034 \backslash
43035 fcolorbox{black}{
43036 \end_layout
43037
43038 \end_inset
43039
43040 NavyBlue
43041 \begin_inset ERT
43042 status collapsed
43043
43044 \begin_layout Plain Layout
43045
43046 }{
43047 \end_layout
43048
43049 \end_inset
43050
43051
43052 \begin_inset Phantom Phantom
43053 status open
43054
43055 \begin_layout Plain Layout
43056 W
43057 \end_layout
43058
43059 \end_inset
43060
43061
43062 \begin_inset ERT
43063 status collapsed
43064
43065 \begin_layout Plain Layout
43066
43067 }
43068 \end_layout
43069
43070 \end_inset
43071
43072  NavyBlue
43073 \end_layout
43074
43075 \end_inset
43076 </cell>
43077 <cell alignment="left" valignment="top" usebox="none">
43078 \begin_inset Text
43079
43080 \begin_layout Plain Layout
43081 \begin_inset ERT
43082 status collapsed
43083
43084 \begin_layout Plain Layout
43085
43086
43087 \backslash
43088 fcolorbox{black}{
43089 \end_layout
43090
43091 \end_inset
43092
43093 OliveGreen
43094 \begin_inset ERT
43095 status collapsed
43096
43097 \begin_layout Plain Layout
43098
43099 }{
43100 \end_layout
43101
43102 \end_inset
43103
43104
43105 \begin_inset Phantom Phantom
43106 status open
43107
43108 \begin_layout Plain Layout
43109 W
43110 \end_layout
43111
43112 \end_inset
43113
43114
43115 \begin_inset ERT
43116 status collapsed
43117
43118 \begin_layout Plain Layout
43119
43120 }
43121 \end_layout
43122
43123 \end_inset
43124
43125  OliveGreen
43126 \end_layout
43127
43128 \end_inset
43129 </cell>
43130 <cell alignment="left" valignment="top" usebox="none">
43131 \begin_inset Text
43132
43133 \begin_layout Plain Layout
43134 \begin_inset ERT
43135 status collapsed
43136
43137 \begin_layout Plain Layout
43138
43139
43140 \backslash
43141 fcolorbox{black}{
43142 \end_layout
43143
43144 \end_inset
43145
43146 Orange
43147 \begin_inset ERT
43148 status collapsed
43149
43150 \begin_layout Plain Layout
43151
43152 }{
43153 \end_layout
43154
43155 \end_inset
43156
43157
43158 \begin_inset Phantom Phantom
43159 status open
43160
43161 \begin_layout Plain Layout
43162 W
43163 \end_layout
43164
43165 \end_inset
43166
43167
43168 \begin_inset ERT
43169 status collapsed
43170
43171 \begin_layout Plain Layout
43172
43173 }
43174 \end_layout
43175
43176 \end_inset
43177
43178  Orange
43179 \end_layout
43180
43181 \end_inset
43182 </cell>
43183 </row>
43184 <row>
43185 <cell alignment="left" valignment="top" usebox="none">
43186 \begin_inset Text
43187
43188 \begin_layout Plain Layout
43189 \begin_inset ERT
43190 status collapsed
43191
43192 \begin_layout Plain Layout
43193
43194
43195 \backslash
43196 fcolorbox{black}{
43197 \end_layout
43198
43199 \end_inset
43200
43201 OrangeRed
43202 \begin_inset ERT
43203 status collapsed
43204
43205 \begin_layout Plain Layout
43206
43207 }{
43208 \end_layout
43209
43210 \end_inset
43211
43212
43213 \begin_inset Phantom Phantom
43214 status open
43215
43216 \begin_layout Plain Layout
43217 W
43218 \end_layout
43219
43220 \end_inset
43221
43222
43223 \begin_inset ERT
43224 status collapsed
43225
43226 \begin_layout Plain Layout
43227
43228 }
43229 \end_layout
43230
43231 \end_inset
43232
43233  OrangeRed
43234 \end_layout
43235
43236 \end_inset
43237 </cell>
43238 <cell alignment="left" valignment="top" usebox="none">
43239 \begin_inset Text
43240
43241 \begin_layout Plain Layout
43242 \begin_inset ERT
43243 status collapsed
43244
43245 \begin_layout Plain Layout
43246
43247
43248 \backslash
43249 fcolorbox{black}{
43250 \end_layout
43251
43252 \end_inset
43253
43254 Orchid
43255 \begin_inset ERT
43256 status collapsed
43257
43258 \begin_layout Plain Layout
43259
43260 }{
43261 \end_layout
43262
43263 \end_inset
43264
43265
43266 \begin_inset Phantom Phantom
43267 status open
43268
43269 \begin_layout Plain Layout
43270 W
43271 \end_layout
43272
43273 \end_inset
43274
43275
43276 \begin_inset ERT
43277 status collapsed
43278
43279 \begin_layout Plain Layout
43280
43281 }
43282 \end_layout
43283
43284 \end_inset
43285
43286  Orchid
43287 \end_layout
43288
43289 \end_inset
43290 </cell>
43291 <cell alignment="left" valignment="top" usebox="none">
43292 \begin_inset Text
43293
43294 \begin_layout Plain Layout
43295 \begin_inset ERT
43296 status collapsed
43297
43298 \begin_layout Plain Layout
43299
43300
43301 \backslash
43302 fcolorbox{black}{
43303 \end_layout
43304
43305 \end_inset
43306
43307 Peach
43308 \begin_inset ERT
43309 status collapsed
43310
43311 \begin_layout Plain Layout
43312
43313 }{
43314 \end_layout
43315
43316 \end_inset
43317
43318
43319 \begin_inset Phantom Phantom
43320 status open
43321
43322 \begin_layout Plain Layout
43323 W
43324 \end_layout
43325
43326 \end_inset
43327
43328
43329 \begin_inset ERT
43330 status collapsed
43331
43332 \begin_layout Plain Layout
43333
43334 }
43335 \end_layout
43336
43337 \end_inset
43338
43339  Peach
43340 \end_layout
43341
43342 \end_inset
43343 </cell>
43344 <cell alignment="left" valignment="top" usebox="none">
43345 \begin_inset Text
43346
43347 \begin_layout Plain Layout
43348 \begin_inset ERT
43349 status collapsed
43350
43351 \begin_layout Plain Layout
43352
43353
43354 \backslash
43355 fcolorbox{black}{
43356 \end_layout
43357
43358 \end_inset
43359
43360 Periwinkle
43361 \begin_inset ERT
43362 status collapsed
43363
43364 \begin_layout Plain Layout
43365
43366 }{
43367 \end_layout
43368
43369 \end_inset
43370
43371
43372 \begin_inset Phantom Phantom
43373 status open
43374
43375 \begin_layout Plain Layout
43376 W
43377 \end_layout
43378
43379 \end_inset
43380
43381
43382 \begin_inset ERT
43383 status collapsed
43384
43385 \begin_layout Plain Layout
43386
43387 }
43388 \end_layout
43389
43390 \end_inset
43391
43392  Periwinkle
43393 \end_layout
43394
43395 \end_inset
43396 </cell>
43397 </row>
43398 <row>
43399 <cell alignment="left" valignment="top" usebox="none">
43400 \begin_inset Text
43401
43402 \begin_layout Plain Layout
43403 \begin_inset ERT
43404 status collapsed
43405
43406 \begin_layout Plain Layout
43407
43408
43409 \backslash
43410 fcolorbox{black}{
43411 \end_layout
43412
43413 \end_inset
43414
43415 PineGreen
43416 \begin_inset ERT
43417 status collapsed
43418
43419 \begin_layout Plain Layout
43420
43421 }{
43422 \end_layout
43423
43424 \end_inset
43425
43426
43427 \begin_inset Phantom Phantom
43428 status open
43429
43430 \begin_layout Plain Layout
43431 W
43432 \end_layout
43433
43434 \end_inset
43435
43436
43437 \begin_inset ERT
43438 status collapsed
43439
43440 \begin_layout Plain Layout
43441
43442 }
43443 \end_layout
43444
43445 \end_inset
43446
43447  PineGreen
43448 \end_layout
43449
43450 \end_inset
43451 </cell>
43452 <cell alignment="left" valignment="top" usebox="none">
43453 \begin_inset Text
43454
43455 \begin_layout Plain Layout
43456 \begin_inset ERT
43457 status collapsed
43458
43459 \begin_layout Plain Layout
43460
43461
43462 \backslash
43463 fcolorbox{black}{
43464 \end_layout
43465
43466 \end_inset
43467
43468 Plum
43469 \begin_inset ERT
43470 status collapsed
43471
43472 \begin_layout Plain Layout
43473
43474 }{
43475 \end_layout
43476
43477 \end_inset
43478
43479
43480 \begin_inset Phantom Phantom
43481 status open
43482
43483 \begin_layout Plain Layout
43484 W
43485 \end_layout
43486
43487 \end_inset
43488
43489
43490 \begin_inset ERT
43491 status collapsed
43492
43493 \begin_layout Plain Layout
43494
43495 }
43496 \end_layout
43497
43498 \end_inset
43499
43500  Plum
43501 \end_layout
43502
43503 \end_inset
43504 </cell>
43505 <cell alignment="left" valignment="top" usebox="none">
43506 \begin_inset Text
43507
43508 \begin_layout Plain Layout
43509 \begin_inset ERT
43510 status collapsed
43511
43512 \begin_layout Plain Layout
43513
43514
43515 \backslash
43516 fcolorbox{black}{
43517 \end_layout
43518
43519 \end_inset
43520
43521 ProcessBlue
43522 \begin_inset ERT
43523 status collapsed
43524
43525 \begin_layout Plain Layout
43526
43527 }{
43528 \end_layout
43529
43530 \end_inset
43531
43532
43533 \begin_inset Phantom Phantom
43534 status open
43535
43536 \begin_layout Plain Layout
43537 W
43538 \end_layout
43539
43540 \end_inset
43541
43542
43543 \begin_inset ERT
43544 status collapsed
43545
43546 \begin_layout Plain Layout
43547
43548 }
43549 \end_layout
43550
43551 \end_inset
43552
43553  ProcessBlue
43554 \end_layout
43555
43556 \end_inset
43557 </cell>
43558 <cell alignment="left" valignment="top" usebox="none">
43559 \begin_inset Text
43560
43561 \begin_layout Plain Layout
43562 \begin_inset ERT
43563 status collapsed
43564
43565 \begin_layout Plain Layout
43566
43567
43568 \backslash
43569 fcolorbox{black}{
43570 \end_layout
43571
43572 \end_inset
43573
43574 Purple
43575 \begin_inset ERT
43576 status collapsed
43577
43578 \begin_layout Plain Layout
43579
43580 }{
43581 \end_layout
43582
43583 \end_inset
43584
43585
43586 \begin_inset Phantom Phantom
43587 status open
43588
43589 \begin_layout Plain Layout
43590 W
43591 \end_layout
43592
43593 \end_inset
43594
43595
43596 \begin_inset ERT
43597 status collapsed
43598
43599 \begin_layout Plain Layout
43600
43601 }
43602 \end_layout
43603
43604 \end_inset
43605
43606  Purple
43607 \end_layout
43608
43609 \end_inset
43610 </cell>
43611 </row>
43612 <row>
43613 <cell alignment="left" valignment="top" usebox="none">
43614 \begin_inset Text
43615
43616 \begin_layout Plain Layout
43617 \begin_inset ERT
43618 status collapsed
43619
43620 \begin_layout Plain Layout
43621
43622
43623 \backslash
43624 fcolorbox{black}{
43625 \end_layout
43626
43627 \end_inset
43628
43629 RawSienna
43630 \begin_inset ERT
43631 status collapsed
43632
43633 \begin_layout Plain Layout
43634
43635 }{
43636 \end_layout
43637
43638 \end_inset
43639
43640
43641 \begin_inset Phantom Phantom
43642 status open
43643
43644 \begin_layout Plain Layout
43645 W
43646 \end_layout
43647
43648 \end_inset
43649
43650
43651 \begin_inset ERT
43652 status collapsed
43653
43654 \begin_layout Plain Layout
43655
43656 }
43657 \end_layout
43658
43659 \end_inset
43660
43661  RawSienna
43662 \end_layout
43663
43664 \end_inset
43665 </cell>
43666 <cell alignment="left" valignment="top" usebox="none">
43667 \begin_inset Text
43668
43669 \begin_layout Plain Layout
43670 \begin_inset ERT
43671 status collapsed
43672
43673 \begin_layout Plain Layout
43674
43675
43676 \backslash
43677 fcolorbox{black}{
43678 \end_layout
43679
43680 \end_inset
43681
43682 RedOrange
43683 \begin_inset ERT
43684 status collapsed
43685
43686 \begin_layout Plain Layout
43687
43688 }{
43689 \end_layout
43690
43691 \end_inset
43692
43693
43694 \begin_inset Phantom Phantom
43695 status open
43696
43697 \begin_layout Plain Layout
43698 W
43699 \end_layout
43700
43701 \end_inset
43702
43703
43704 \begin_inset ERT
43705 status collapsed
43706
43707 \begin_layout Plain Layout
43708
43709 }
43710 \end_layout
43711
43712 \end_inset
43713
43714  RedOrange
43715 \end_layout
43716
43717 \end_inset
43718 </cell>
43719 <cell alignment="left" valignment="top" usebox="none">
43720 \begin_inset Text
43721
43722 \begin_layout Plain Layout
43723 \begin_inset ERT
43724 status collapsed
43725
43726 \begin_layout Plain Layout
43727
43728
43729 \backslash
43730 fcolorbox{black}{
43731 \end_layout
43732
43733 \end_inset
43734
43735 RedViolet
43736 \begin_inset ERT
43737 status collapsed
43738
43739 \begin_layout Plain Layout
43740
43741 }{
43742 \end_layout
43743
43744 \end_inset
43745
43746
43747 \begin_inset Phantom Phantom
43748 status open
43749
43750 \begin_layout Plain Layout
43751 W
43752 \end_layout
43753
43754 \end_inset
43755
43756
43757 \begin_inset ERT
43758 status collapsed
43759
43760 \begin_layout Plain Layout
43761
43762 }
43763 \end_layout
43764
43765 \end_inset
43766
43767  RedViolet
43768 \end_layout
43769
43770 \end_inset
43771 </cell>
43772 <cell alignment="left" valignment="top" usebox="none">
43773 \begin_inset Text
43774
43775 \begin_layout Plain Layout
43776 \begin_inset ERT
43777 status collapsed
43778
43779 \begin_layout Plain Layout
43780
43781
43782 \backslash
43783 fcolorbox{black}{
43784 \end_layout
43785
43786 \end_inset
43787
43788 Rhodamine
43789 \begin_inset ERT
43790 status collapsed
43791
43792 \begin_layout Plain Layout
43793
43794 }{
43795 \end_layout
43796
43797 \end_inset
43798
43799
43800 \begin_inset Phantom Phantom
43801 status open
43802
43803 \begin_layout Plain Layout
43804 W
43805 \end_layout
43806
43807 \end_inset
43808
43809
43810 \begin_inset ERT
43811 status collapsed
43812
43813 \begin_layout Plain Layout
43814
43815 }
43816 \end_layout
43817
43818 \end_inset
43819
43820  Rhodamine
43821 \end_layout
43822
43823 \end_inset
43824 </cell>
43825 </row>
43826 <row>
43827 <cell alignment="left" valignment="top" usebox="none">
43828 \begin_inset Text
43829
43830 \begin_layout Plain Layout
43831 \begin_inset ERT
43832 status collapsed
43833
43834 \begin_layout Plain Layout
43835
43836
43837 \backslash
43838 fcolorbox{black}{
43839 \end_layout
43840
43841 \end_inset
43842
43843 RoyalBlue
43844 \begin_inset ERT
43845 status collapsed
43846
43847 \begin_layout Plain Layout
43848
43849 }{
43850 \end_layout
43851
43852 \end_inset
43853
43854
43855 \begin_inset Phantom Phantom
43856 status open
43857
43858 \begin_layout Plain Layout
43859 W
43860 \end_layout
43861
43862 \end_inset
43863
43864
43865 \begin_inset ERT
43866 status collapsed
43867
43868 \begin_layout Plain Layout
43869
43870 }
43871 \end_layout
43872
43873 \end_inset
43874
43875  RoyalBlue
43876 \end_layout
43877
43878 \end_inset
43879 </cell>
43880 <cell alignment="left" valignment="top" usebox="none">
43881 \begin_inset Text
43882
43883 \begin_layout Plain Layout
43884 \begin_inset ERT
43885 status collapsed
43886
43887 \begin_layout Plain Layout
43888
43889
43890 \backslash
43891 fcolorbox{black}{
43892 \end_layout
43893
43894 \end_inset
43895
43896 RoyalPurple
43897 \begin_inset ERT
43898 status collapsed
43899
43900 \begin_layout Plain Layout
43901
43902 }{
43903 \end_layout
43904
43905 \end_inset
43906
43907
43908 \begin_inset Phantom Phantom
43909 status open
43910
43911 \begin_layout Plain Layout
43912 W
43913 \end_layout
43914
43915 \end_inset
43916
43917
43918 \begin_inset ERT
43919 status collapsed
43920
43921 \begin_layout Plain Layout
43922
43923 }
43924 \end_layout
43925
43926 \end_inset
43927
43928  RoyalPurple
43929 \end_layout
43930
43931 \end_inset
43932 </cell>
43933 <cell alignment="left" valignment="top" usebox="none">
43934 \begin_inset Text
43935
43936 \begin_layout Plain Layout
43937 \begin_inset ERT
43938 status collapsed
43939
43940 \begin_layout Plain Layout
43941
43942
43943 \backslash
43944 fcolorbox{black}{
43945 \end_layout
43946
43947 \end_inset
43948
43949 RubineRed
43950 \begin_inset ERT
43951 status collapsed
43952
43953 \begin_layout Plain Layout
43954
43955 }{
43956 \end_layout
43957
43958 \end_inset
43959
43960
43961 \begin_inset Phantom Phantom
43962 status open
43963
43964 \begin_layout Plain Layout
43965 W
43966 \end_layout
43967
43968 \end_inset
43969
43970
43971 \begin_inset ERT
43972 status collapsed
43973
43974 \begin_layout Plain Layout
43975
43976 }
43977 \end_layout
43978
43979 \end_inset
43980
43981  RubineRed
43982 \end_layout
43983
43984 \end_inset
43985 </cell>
43986 <cell alignment="left" valignment="top" usebox="none">
43987 \begin_inset Text
43988
43989 \begin_layout Plain Layout
43990 \begin_inset ERT
43991 status collapsed
43992
43993 \begin_layout Plain Layout
43994
43995
43996 \backslash
43997 fcolorbox{black}{
43998 \end_layout
43999
44000 \end_inset
44001
44002 Salmon
44003 \begin_inset ERT
44004 status collapsed
44005
44006 \begin_layout Plain Layout
44007
44008 }{
44009 \end_layout
44010
44011 \end_inset
44012
44013
44014 \begin_inset Phantom Phantom
44015 status open
44016
44017 \begin_layout Plain Layout
44018 W
44019 \end_layout
44020
44021 \end_inset
44022
44023
44024 \begin_inset ERT
44025 status collapsed
44026
44027 \begin_layout Plain Layout
44028
44029 }
44030 \end_layout
44031
44032 \end_inset
44033
44034  Salmon
44035 \end_layout
44036
44037 \end_inset
44038 </cell>
44039 </row>
44040 <row>
44041 <cell alignment="left" valignment="top" usebox="none">
44042 \begin_inset Text
44043
44044 \begin_layout Plain Layout
44045 \begin_inset ERT
44046 status collapsed
44047
44048 \begin_layout Plain Layout
44049
44050
44051 \backslash
44052 fcolorbox{black}{
44053 \end_layout
44054
44055 \end_inset
44056
44057 SeaGreen
44058 \begin_inset ERT
44059 status collapsed
44060
44061 \begin_layout Plain Layout
44062
44063 }{
44064 \end_layout
44065
44066 \end_inset
44067
44068
44069 \begin_inset Phantom Phantom
44070 status open
44071
44072 \begin_layout Plain Layout
44073 W
44074 \end_layout
44075
44076 \end_inset
44077
44078
44079 \begin_inset ERT
44080 status collapsed
44081
44082 \begin_layout Plain Layout
44083
44084 }
44085 \end_layout
44086
44087 \end_inset
44088
44089  SeaGreen
44090 \end_layout
44091
44092 \end_inset
44093 </cell>
44094 <cell alignment="left" valignment="top" usebox="none">
44095 \begin_inset Text
44096
44097 \begin_layout Plain Layout
44098 \begin_inset ERT
44099 status collapsed
44100
44101 \begin_layout Plain Layout
44102
44103
44104 \backslash
44105 fcolorbox{black}{
44106 \end_layout
44107
44108 \end_inset
44109
44110 Sepia
44111 \begin_inset ERT
44112 status collapsed
44113
44114 \begin_layout Plain Layout
44115
44116 }{
44117 \end_layout
44118
44119 \end_inset
44120
44121
44122 \begin_inset Phantom Phantom
44123 status open
44124
44125 \begin_layout Plain Layout
44126 W
44127 \end_layout
44128
44129 \end_inset
44130
44131
44132 \begin_inset ERT
44133 status collapsed
44134
44135 \begin_layout Plain Layout
44136
44137 }
44138 \end_layout
44139
44140 \end_inset
44141
44142  Sepia
44143 \end_layout
44144
44145 \end_inset
44146 </cell>
44147 <cell alignment="left" valignment="top" usebox="none">
44148 \begin_inset Text
44149
44150 \begin_layout Plain Layout
44151 \begin_inset ERT
44152 status collapsed
44153
44154 \begin_layout Plain Layout
44155
44156
44157 \backslash
44158 fcolorbox{black}{
44159 \end_layout
44160
44161 \end_inset
44162
44163 SkyBlue
44164 \begin_inset ERT
44165 status collapsed
44166
44167 \begin_layout Plain Layout
44168
44169 }{
44170 \end_layout
44171
44172 \end_inset
44173
44174
44175 \begin_inset Phantom Phantom
44176 status open
44177
44178 \begin_layout Plain Layout
44179 W
44180 \end_layout
44181
44182 \end_inset
44183
44184
44185 \begin_inset ERT
44186 status collapsed
44187
44188 \begin_layout Plain Layout
44189
44190 }
44191 \end_layout
44192
44193 \end_inset
44194
44195  SkyBlue
44196 \end_layout
44197
44198 \end_inset
44199 </cell>
44200 <cell alignment="left" valignment="top" usebox="none">
44201 \begin_inset Text
44202
44203 \begin_layout Plain Layout
44204 \begin_inset ERT
44205 status collapsed
44206
44207 \begin_layout Plain Layout
44208
44209
44210 \backslash
44211 fcolorbox{black}{
44212 \end_layout
44213
44214 \end_inset
44215
44216 SpringGreen
44217 \begin_inset ERT
44218 status collapsed
44219
44220 \begin_layout Plain Layout
44221
44222 }{
44223 \end_layout
44224
44225 \end_inset
44226
44227
44228 \begin_inset Phantom Phantom
44229 status open
44230
44231 \begin_layout Plain Layout
44232 W
44233 \end_layout
44234
44235 \end_inset
44236
44237
44238 \begin_inset ERT
44239 status collapsed
44240
44241 \begin_layout Plain Layout
44242
44243 }
44244 \end_layout
44245
44246 \end_inset
44247
44248  SpringGreen
44249 \end_layout
44250
44251 \end_inset
44252 </cell>
44253 </row>
44254 <row>
44255 <cell alignment="left" valignment="top" usebox="none">
44256 \begin_inset Text
44257
44258 \begin_layout Plain Layout
44259 \begin_inset ERT
44260 status collapsed
44261
44262 \begin_layout Plain Layout
44263
44264
44265 \backslash
44266 fcolorbox{black}{
44267 \end_layout
44268
44269 \end_inset
44270
44271 Tan
44272 \begin_inset ERT
44273 status collapsed
44274
44275 \begin_layout Plain Layout
44276
44277 }{
44278 \end_layout
44279
44280 \end_inset
44281
44282
44283 \begin_inset Phantom Phantom
44284 status open
44285
44286 \begin_layout Plain Layout
44287 W
44288 \end_layout
44289
44290 \end_inset
44291
44292
44293 \begin_inset ERT
44294 status collapsed
44295
44296 \begin_layout Plain Layout
44297
44298 }
44299 \end_layout
44300
44301 \end_inset
44302
44303  Tan
44304 \end_layout
44305
44306 \end_inset
44307 </cell>
44308 <cell alignment="left" valignment="top" usebox="none">
44309 \begin_inset Text
44310
44311 \begin_layout Plain Layout
44312 \begin_inset ERT
44313 status collapsed
44314
44315 \begin_layout Plain Layout
44316
44317
44318 \backslash
44319 fcolorbox{black}{
44320 \end_layout
44321
44322 \end_inset
44323
44324 TealBlue
44325 \begin_inset ERT
44326 status collapsed
44327
44328 \begin_layout Plain Layout
44329
44330 }{
44331 \end_layout
44332
44333 \end_inset
44334
44335
44336 \begin_inset Phantom Phantom
44337 status open
44338
44339 \begin_layout Plain Layout
44340 W
44341 \end_layout
44342
44343 \end_inset
44344
44345
44346 \begin_inset ERT
44347 status collapsed
44348
44349 \begin_layout Plain Layout
44350
44351 }
44352 \end_layout
44353
44354 \end_inset
44355
44356  TealBlue
44357 \end_layout
44358
44359 \end_inset
44360 </cell>
44361 <cell alignment="left" valignment="top" usebox="none">
44362 \begin_inset Text
44363
44364 \begin_layout Plain Layout
44365 \begin_inset ERT
44366 status collapsed
44367
44368 \begin_layout Plain Layout
44369
44370
44371 \backslash
44372 fcolorbox{black}{
44373 \end_layout
44374
44375 \end_inset
44376
44377 Thistle
44378 \begin_inset ERT
44379 status collapsed
44380
44381 \begin_layout Plain Layout
44382
44383 }{
44384 \end_layout
44385
44386 \end_inset
44387
44388
44389 \begin_inset Phantom Phantom
44390 status open
44391
44392 \begin_layout Plain Layout
44393 W
44394 \end_layout
44395
44396 \end_inset
44397
44398
44399 \begin_inset ERT
44400 status collapsed
44401
44402 \begin_layout Plain Layout
44403
44404 }
44405 \end_layout
44406
44407 \end_inset
44408
44409  Thistle
44410 \end_layout
44411
44412 \end_inset
44413 </cell>
44414 <cell alignment="left" valignment="top" usebox="none">
44415 \begin_inset Text
44416
44417 \begin_layout Plain Layout
44418 \begin_inset ERT
44419 status collapsed
44420
44421 \begin_layout Plain Layout
44422
44423
44424 \backslash
44425 fcolorbox{black}{
44426 \end_layout
44427
44428 \end_inset
44429
44430 Turquoise
44431 \begin_inset ERT
44432 status collapsed
44433
44434 \begin_layout Plain Layout
44435
44436 }{
44437 \end_layout
44438
44439 \end_inset
44440
44441
44442 \begin_inset Phantom Phantom
44443 status open
44444
44445 \begin_layout Plain Layout
44446 W
44447 \end_layout
44448
44449 \end_inset
44450
44451
44452 \begin_inset ERT
44453 status collapsed
44454
44455 \begin_layout Plain Layout
44456
44457 }
44458 \end_layout
44459
44460 \end_inset
44461
44462  Turquoise
44463 \end_layout
44464
44465 \end_inset
44466 </cell>
44467 </row>
44468 <row>
44469 <cell alignment="left" valignment="top" usebox="none">
44470 \begin_inset Text
44471
44472 \begin_layout Plain Layout
44473 \begin_inset ERT
44474 status collapsed
44475
44476 \begin_layout Plain Layout
44477
44478
44479 \backslash
44480 fcolorbox{black}{
44481 \end_layout
44482
44483 \end_inset
44484
44485 Violet
44486 \begin_inset ERT
44487 status collapsed
44488
44489 \begin_layout Plain Layout
44490
44491 }{
44492 \end_layout
44493
44494 \end_inset
44495
44496
44497 \begin_inset Phantom Phantom
44498 status open
44499
44500 \begin_layout Plain Layout
44501 W
44502 \end_layout
44503
44504 \end_inset
44505
44506
44507 \begin_inset ERT
44508 status collapsed
44509
44510 \begin_layout Plain Layout
44511
44512 }
44513 \end_layout
44514
44515 \end_inset
44516
44517  Violet
44518 \end_layout
44519
44520 \end_inset
44521 </cell>
44522 <cell alignment="left" valignment="top" usebox="none">
44523 \begin_inset Text
44524
44525 \begin_layout Plain Layout
44526 \begin_inset ERT
44527 status collapsed
44528
44529 \begin_layout Plain Layout
44530
44531
44532 \backslash
44533 fcolorbox{black}{
44534 \end_layout
44535
44536 \end_inset
44537
44538 VioletRed
44539 \begin_inset ERT
44540 status collapsed
44541
44542 \begin_layout Plain Layout
44543
44544 }{
44545 \end_layout
44546
44547 \end_inset
44548
44549
44550 \begin_inset Phantom Phantom
44551 status open
44552
44553 \begin_layout Plain Layout
44554 W
44555 \end_layout
44556
44557 \end_inset
44558
44559
44560 \begin_inset ERT
44561 status collapsed
44562
44563 \begin_layout Plain Layout
44564
44565 }
44566 \end_layout
44567
44568 \end_inset
44569
44570  VioletRed
44571 \end_layout
44572
44573 \end_inset
44574 </cell>
44575 <cell alignment="left" valignment="top" usebox="none">
44576 \begin_inset Text
44577
44578 \begin_layout Plain Layout
44579 \begin_inset ERT
44580 status collapsed
44581
44582 \begin_layout Plain Layout
44583
44584
44585 \backslash
44586 fcolorbox{black}{
44587 \end_layout
44588
44589 \end_inset
44590
44591 WildStrawberry
44592 \begin_inset ERT
44593 status collapsed
44594
44595 \begin_layout Plain Layout
44596
44597 }{
44598 \end_layout
44599
44600 \end_inset
44601
44602
44603 \begin_inset Phantom Phantom
44604 status open
44605
44606 \begin_layout Plain Layout
44607 W
44608 \end_layout
44609
44610 \end_inset
44611
44612
44613 \begin_inset ERT
44614 status collapsed
44615
44616 \begin_layout Plain Layout
44617
44618 }
44619 \end_layout
44620
44621 \end_inset
44622
44623  WildStrawberry
44624 \end_layout
44625
44626 \end_inset
44627 </cell>
44628 <cell alignment="left" valignment="top" usebox="none">
44629 \begin_inset Text
44630
44631 \begin_layout Plain Layout
44632 \begin_inset ERT
44633 status collapsed
44634
44635 \begin_layout Plain Layout
44636
44637
44638 \backslash
44639 fcolorbox{black}{
44640 \end_layout
44641
44642 \end_inset
44643
44644 YellowGreen
44645 \begin_inset ERT
44646 status collapsed
44647
44648 \begin_layout Plain Layout
44649
44650 }{
44651 \end_layout
44652
44653 \end_inset
44654
44655
44656 \begin_inset Phantom Phantom
44657 status open
44658
44659 \begin_layout Plain Layout
44660 W
44661 \end_layout
44662
44663 \end_inset
44664
44665
44666 \begin_inset ERT
44667 status collapsed
44668
44669 \begin_layout Plain Layout
44670
44671 }
44672 \end_layout
44673
44674 \end_inset
44675
44676  YellowGreen
44677 \end_layout
44678
44679 \end_inset
44680 </cell>
44681 </row>
44682 <row>
44683 <cell alignment="left" valignment="top" usebox="none">
44684 \begin_inset Text
44685
44686 \begin_layout Plain Layout
44687 \begin_inset ERT
44688 status collapsed
44689
44690 \begin_layout Plain Layout
44691
44692
44693 \backslash
44694 fcolorbox{black}{
44695 \end_layout
44696
44697 \end_inset
44698
44699 YellowOrange
44700 \begin_inset ERT
44701 status collapsed
44702
44703 \begin_layout Plain Layout
44704
44705 }{
44706 \end_layout
44707
44708 \end_inset
44709
44710
44711 \begin_inset Phantom Phantom
44712 status open
44713
44714 \begin_layout Plain Layout
44715 W
44716 \end_layout
44717
44718 \end_inset
44719
44720
44721 \begin_inset ERT
44722 status collapsed
44723
44724 \begin_layout Plain Layout
44725
44726 }
44727 \end_layout
44728
44729 \end_inset
44730
44731  YellowOrange
44732 \end_layout
44733
44734 \end_inset
44735 </cell>
44736 <cell alignment="left" valignment="top" usebox="none">
44737 \begin_inset Text
44738
44739 \begin_layout Plain Layout
44740
44741 \end_layout
44742
44743 \end_inset
44744 </cell>
44745 <cell alignment="left" valignment="top" usebox="none">
44746 \begin_inset Text
44747
44748 \begin_layout Plain Layout
44749
44750 \end_layout
44751
44752 \end_inset
44753 </cell>
44754 <cell alignment="left" valignment="top" usebox="none">
44755 \begin_inset Text
44756
44757 \begin_layout Plain Layout
44758
44759 \end_layout
44760
44761 \end_inset
44762 </cell>
44763 </row>
44764 </lyxtabular>
44765
44766 \end_inset
44767
44768
44769 \end_layout
44770
44771 \begin_layout Chapter
44772 Explanation of Equation
44773 \begin_inset space ~
44774 \end_inset
44775
44776 (
44777 \begin_inset CommandInset ref
44778 LatexCommand ref
44779 reference "eq:Wgn"
44780
44781 \end_inset
44782
44783 )
44784 \begin_inset CommandInset label
44785 LatexCommand label
44786 name "cha:Explanation-of-Equation"
44787
44788 \end_inset
44789
44790
44791 \end_layout
44792
44793 \begin_layout Standard
44794 We can calculate the total width of 
44795 \emph on
44796 n
44797 \emph default
44798  table cells 
44799 \begin_inset Formula $W_{\mathrm{tot\, n}}$
44800 \end_inset
44801
44802  as follows:
44803 \begin_inset Formula 
44804 \begin{equation}
44805 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44806 \end{equation}
44807
44808 \end_inset
44809
44810 where 
44811 \begin_inset Formula $W_{g\, n}$
44812 \end_inset
44813
44814  is the given width of all cells, 
44815 \series bold
44816
44817 \backslash
44818 tabcolsep
44819 \series default
44820  is the LaTeX-length between the cell text and the cell border (its default
44821  value is 6
44822 \begin_inset space \thinspace{}
44823 \end_inset
44824
44825 pt).
44826  
44827 \series bold
44828
44829 \backslash
44830 arrayrulewidth
44831 \series default
44832  is the thickness of the cell border line, the default is 0.4
44833 \begin_inset space \thinspace{}
44834 \end_inset
44835
44836 pt.
44837 \end_layout
44838
44839 \begin_layout Standard
44840 Following equation
44841 \begin_inset space ~
44842 \end_inset
44843
44844
44845 \begin_inset CommandInset ref
44846 LatexCommand eqref
44847 reference "eq:Wtot_n"
44848
44849 \end_inset
44850
44851 , the total width of a multicolumn 
44852 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44853 \end_inset
44854
44855  is
44856 \begin_inset Formula 
44857 \begin{equation}
44858 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44859 \end{equation}
44860
44861 \end_inset
44862
44863
44864 \end_layout
44865
44866 \begin_layout Standard
44867 By setting equation
44868 \begin_inset space ~
44869 \end_inset
44870
44871
44872 \begin_inset CommandInset ref
44873 LatexCommand eqref
44874 reference "eq:Wtot_n"
44875
44876 \end_inset
44877
44878  and 
44879 \begin_inset CommandInset ref
44880 LatexCommand eqref
44881 reference "eq:Wtot_mult"
44882
44883 \end_inset
44884
44885  equal we can calculate the needed given width 
44886 \begin_inset Formula $W_{g\, n}$
44887 \end_inset
44888
44889  when 
44890 \emph on
44891 n
44892 \emph default
44893  columns are spanned, so that each column has a total width of 
44894 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
44895 \end_inset
44896
44897 :
44898 \begin_inset Formula 
44899 \begin{equation}
44900 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44901 \end{equation}
44902
44903 \end_inset
44904
44905
44906 \end_layout
44907
44908 \begin_layout Bibliography
44909 \begin_inset CommandInset bibitem
44910 LatexCommand bibitem
44911 key "latexcompanion"
44912
44913 \end_inset
44914
44915 Frank Mittelbach and Michel Goossens: 
44916 \emph on
44917 The LaTeX Companion Second Edition.
44918
44919 \emph default
44920  Addison-Wesley, 2004
44921 \end_layout
44922
44923 \begin_layout Bibliography
44924 \begin_inset CommandInset bibitem
44925 LatexCommand bibitem
44926 key "latexguide"
44927
44928 \end_inset
44929
44930 Helmut Kopka and Patrick W.
44931  Daly: 
44932 \emph on
44933 A Guide to LaTeX Fourth Edition.
44934
44935 \emph default
44936  Addison-Wesley, 2003
44937 \end_layout
44938
44939 \begin_layout Bibliography
44940 \begin_inset CommandInset bibitem
44941 LatexCommand bibitem
44942 key "latexbook"
44943
44944 \end_inset
44945
44946 Leslie Lamport: 
44947 \emph on
44948 LaTeX: A Document Preparation System.
44949
44950 \emph default
44951  Addison-Wesley, second edition, 1994
44952 \end_layout
44953
44954 \begin_layout Bibliography
44955 \begin_inset CommandInset bibitem
44956 LatexCommand bibitem
44957 key "arydshln"
44958
44959 \end_inset
44960
44961 Documentation of the LaTeX-package 
44962 \series bold
44963
44964 \begin_inset CommandInset href
44965 LatexCommand href
44966 name "arydshln"
44967 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44968
44969 \end_inset
44970
44971
44972 \series default
44973
44974 \begin_inset Index idx
44975 status collapsed
44976
44977 \begin_layout Plain Layout
44978 LaTeX-packages ! arydshln
44979 \end_layout
44980
44981 \end_inset
44982
44983
44984 \end_layout
44985
44986 \begin_layout Bibliography
44987 \begin_inset CommandInset bibitem
44988 LatexCommand bibitem
44989 key "booktabs"
44990
44991 \end_inset
44992
44993 Documentation of the LaTeX-package 
44994 \series bold
44995
44996 \begin_inset CommandInset href
44997 LatexCommand href
44998 name "booktabs"
44999 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45000
45001 \end_inset
45002
45003
45004 \series default
45005
45006 \begin_inset Index idx
45007 status collapsed
45008
45009 \begin_layout Plain Layout
45010 LaTeX-packages ! booktabs
45011 \end_layout
45012
45013 \end_inset
45014
45015
45016 \end_layout
45017
45018 \begin_layout Bibliography
45019 \begin_inset CommandInset bibitem
45020 LatexCommand bibitem
45021 key "caption"
45022
45023 \end_inset
45024
45025 Documentation of the LaTeX-package 
45026 \series bold
45027
45028 \begin_inset CommandInset href
45029 LatexCommand href
45030 name "caption"
45031 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
45032
45033 \end_inset
45034
45035
45036 \series default
45037
45038 \begin_inset Index idx
45039 status collapsed
45040
45041 \begin_layout Plain Layout
45042 LaTeX-packages ! caption
45043 \end_layout
45044
45045 \end_inset
45046
45047
45048 \end_layout
45049
45050 \begin_layout Bibliography
45051 \begin_inset CommandInset bibitem
45052 LatexCommand bibitem
45053 key "diagbox"
45054
45055 \end_inset
45056
45057 Documentation of the LaTeX-package 
45058 \series bold
45059
45060 \begin_inset CommandInset href
45061 LatexCommand href
45062 name "diagbox"
45063 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45064
45065 \end_inset
45066
45067
45068 \series default
45069
45070 \begin_inset Index idx
45071 status collapsed
45072
45073 \begin_layout Plain Layout
45074 LaTeX-packages ! diagbox
45075 \end_layout
45076
45077 \end_inset
45078
45079
45080 \end_layout
45081
45082 \begin_layout Bibliography
45083 \begin_inset CommandInset bibitem
45084 LatexCommand bibitem
45085 key "endfloat"
45086
45087 \end_inset
45088
45089 Documentation of the LaTeX-package 
45090 \series bold
45091
45092 \begin_inset CommandInset href
45093 LatexCommand href
45094 name "endfloat"
45095 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45096
45097 \end_inset
45098
45099
45100 \series default
45101
45102 \begin_inset Index idx
45103 status collapsed
45104
45105 \begin_layout Plain Layout
45106 LaTeX-packages ! endfloat
45107 \end_layout
45108
45109 \end_inset
45110
45111
45112 \end_layout
45113
45114 \begin_layout Bibliography
45115 \begin_inset CommandInset bibitem
45116 LatexCommand bibitem
45117 key "footmisc"
45118
45119 \end_inset
45120
45121 Documentation of the LaTeX-package 
45122 \series bold
45123
45124 \begin_inset CommandInset href
45125 LatexCommand href
45126 name "footmisc"
45127 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45128
45129 \end_inset
45130
45131
45132 \series default
45133
45134 \begin_inset Index idx
45135 status collapsed
45136
45137 \begin_layout Plain Layout
45138 LaTeX-packages ! footmisc
45139 \end_layout
45140
45141 \end_inset
45142
45143
45144 \end_layout
45145
45146 \begin_layout Bibliography
45147 \begin_inset CommandInset bibitem
45148 LatexCommand bibitem
45149 key "hypcap"
45150
45151 \end_inset
45152
45153 Documentation of the LaTeX-package 
45154 \series bold
45155
45156 \begin_inset CommandInset href
45157 LatexCommand href
45158 name "hypcap"
45159 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45160
45161 \end_inset
45162
45163
45164 \series default
45165
45166 \begin_inset Index idx
45167 status collapsed
45168
45169 \begin_layout Plain Layout
45170 LaTeX-packages ! hyperref
45171 \end_layout
45172
45173 \end_inset
45174
45175
45176 \end_layout
45177
45178 \begin_layout Bibliography
45179 \begin_inset CommandInset bibitem
45180 LatexCommand bibitem
45181 key "hyperref"
45182
45183 \end_inset
45184
45185 Documentation of the LaTeX-package 
45186 \series bold
45187
45188 \begin_inset CommandInset href
45189 LatexCommand href
45190 name "hyperref"
45191 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45192
45193 \end_inset
45194
45195
45196 \series default
45197
45198 \begin_inset Index idx
45199 status collapsed
45200
45201 \begin_layout Plain Layout
45202 LaTeX-packages ! hyperref
45203 \end_layout
45204
45205 \end_inset
45206
45207
45208 \end_layout
45209
45210 \begin_layout Bibliography
45211 \begin_inset CommandInset bibitem
45212 LatexCommand bibitem
45213 key "KOMA-Script"
45214
45215 \end_inset
45216
45217 Documentation of the LaTeX-package 
45218 \series bold
45219
45220 \begin_inset CommandInset href
45221 LatexCommand href
45222 name "KOMA-Script"
45223 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
45224
45225 \end_inset
45226
45227
45228 \series default
45229
45230 \begin_inset Index idx
45231 status collapsed
45232
45233 \begin_layout Plain Layout
45234 LaTeX-packages ! KOMA-Script
45235 \end_layout
45236
45237 \end_inset
45238
45239
45240 \end_layout
45241
45242 \begin_layout Bibliography
45243 \begin_inset CommandInset bibitem
45244 LatexCommand bibitem
45245 key "lettrine"
45246
45247 \end_inset
45248
45249 Documentation of the LaTeX-package 
45250 \series bold
45251
45252 \begin_inset CommandInset href
45253 LatexCommand href
45254 name "lettrine"
45255 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45256
45257 \end_inset
45258
45259
45260 \series default
45261  and an 
45262 \begin_inset CommandInset href
45263 LatexCommand href
45264 name "example"
45265 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45266
45267 \end_inset
45268
45269
45270 \begin_inset Index idx
45271 status collapsed
45272
45273 \begin_layout Plain Layout
45274 LaTeX-packages ! lettrine
45275 \end_layout
45276
45277 \end_inset
45278
45279
45280 \end_layout
45281
45282 \begin_layout Bibliography
45283 \begin_inset CommandInset bibitem
45284 LatexCommand bibitem
45285 key "listings"
45286
45287 \end_inset
45288
45289 Documentation of the LaTeX-package 
45290 \series bold
45291
45292 \begin_inset CommandInset href
45293 LatexCommand href
45294 name "listings"
45295 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45296
45297 \end_inset
45298
45299
45300 \series default
45301
45302 \begin_inset Index idx
45303 status collapsed
45304
45305 \begin_layout Plain Layout
45306 LaTeX-packages ! listings
45307 \end_layout
45308
45309 \end_inset
45310
45311
45312 \end_layout
45313
45314 \begin_layout Bibliography
45315 \begin_inset CommandInset bibitem
45316 LatexCommand bibitem
45317 key "marginnote"
45318
45319 \end_inset
45320
45321 Documentation of the LaTeX-package 
45322 \series bold
45323
45324 \begin_inset CommandInset href
45325 LatexCommand href
45326 name "marginnote"
45327 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45328
45329 \end_inset
45330
45331
45332 \series default
45333
45334 \begin_inset Index idx
45335 status collapsed
45336
45337 \begin_layout Plain Layout
45338 LaTeX-packages ! marginnote
45339 \end_layout
45340
45341 \end_inset
45342
45343
45344 \end_layout
45345
45346 \begin_layout Bibliography
45347 \begin_inset CommandInset bibitem
45348 LatexCommand bibitem
45349 key "pdfpages"
45350
45351 \end_inset
45352
45353 Documentation of the LaTeX-package 
45354 \series bold
45355
45356 \begin_inset CommandInset href
45357 LatexCommand href
45358 name "pdfpages"
45359 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45360
45361 \end_inset
45362
45363
45364 \series default
45365
45366 \begin_inset Index idx
45367 status collapsed
45368
45369 \begin_layout Plain Layout
45370 LaTeX-packages ! pdfpages
45371 \end_layout
45372
45373 \end_inset
45374
45375
45376 \end_layout
45377
45378 \begin_layout Bibliography
45379 \begin_inset CommandInset bibitem
45380 LatexCommand bibitem
45381 key "prettyref"
45382
45383 \end_inset
45384
45385 Documentation of the LaTeX-package 
45386 \series bold
45387
45388 \begin_inset CommandInset href
45389 LatexCommand href
45390 name "prettyref"
45391 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45392
45393 \end_inset
45394
45395
45396 \series default
45397
45398 \begin_inset Index idx
45399 status collapsed
45400
45401 \begin_layout Plain Layout
45402 LaTeX-packages ! prettyref
45403 \end_layout
45404
45405 \end_inset
45406
45407
45408 \end_layout
45409
45410 \begin_layout Bibliography
45411 \begin_inset CommandInset bibitem
45412 LatexCommand bibitem
45413 key "pstricks"
45414
45415 \end_inset
45416
45417 Web page of the LaTeX-package 
45418 \series bold
45419
45420 \begin_inset CommandInset href
45421 LatexCommand href
45422 name "PSTricks"
45423 target "http://tug.org/PSTricks/"
45424
45425 \end_inset
45426
45427
45428 \series default
45429
45430 \begin_inset Index idx
45431 status collapsed
45432
45433 \begin_layout Plain Layout
45434 LaTeX-packages ! PSTricks
45435 \end_layout
45436
45437 \end_inset
45438
45439
45440 \end_layout
45441
45442 \begin_layout Bibliography
45443 \begin_inset CommandInset bibitem
45444 LatexCommand bibitem
45445 key "refstyle"
45446
45447 \end_inset
45448
45449 Documentation of the LaTeX-package 
45450 \series bold
45451
45452 \begin_inset CommandInset href
45453 LatexCommand href
45454 name "refstyle"
45455 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45456
45457 \end_inset
45458
45459
45460 \series default
45461
45462 \begin_inset Index idx
45463 status collapsed
45464
45465 \begin_layout Plain Layout
45466 LaTeX-packages ! refstyle
45467 \end_layout
45468
45469 \end_inset
45470
45471
45472 \end_layout
45473
45474 \begin_layout Bibliography
45475 \begin_inset CommandInset bibitem
45476 LatexCommand bibitem
45477 key "sidecap"
45478
45479 \end_inset
45480
45481 Documentation of the LaTeX-package 
45482 \series bold
45483
45484 \begin_inset CommandInset href
45485 LatexCommand href
45486 name "sidecap"
45487 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45488
45489 \end_inset
45490
45491
45492 \series default
45493
45494 \begin_inset Index idx
45495 status collapsed
45496
45497 \begin_layout Plain Layout
45498 LaTeX-packages ! sidecap
45499 \end_layout
45500
45501 \end_inset
45502
45503
45504 \end_layout
45505
45506 \begin_layout Bibliography
45507 \begin_inset CommandInset bibitem
45508 LatexCommand bibitem
45509 key "NewInLyX20"
45510
45511 \end_inset
45512
45513
45514 \begin_inset CommandInset href
45515 LatexCommand href
45516 name "Wiki page"
45517 target "http://wiki.lyx.org/LyX/NewInLyX20"
45518
45519 \end_inset
45520
45521  about new features in 
45522 \family sans
45523 LyX 2.0
45524 \family default
45525 .
45526 \end_layout
45527
45528 \begin_layout Standard
45529 \begin_inset CommandInset index_print
45530 LatexCommand printindex
45531 type "idx"
45532
45533 \end_inset
45534
45535
45536 \end_layout
45537
45538 \end_body
45539 \end_document